]>
Commit | Line | Data |
---|---|---|
70551f47 | 1 | /* |
2cd2fac8 | 2 | * FILE : src/gtk/events.cpp |
70551f47 RD |
3 | * |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
2cd2fac8 | 6 | * Version 1.1 (Build 883) |
70551f47 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) | |
2d091820 | 27 | # define SWIGEXPORT(a) __declspec(dllexport) a |
70551f47 RD |
28 | # else |
29 | # if defined(__BORLANDC__) | |
3bcd5e1c | 30 | # define SWIGEXPORT(a) a _export |
70551f47 | 31 | # else |
3bcd5e1c | 32 | # define SWIGEXPORT(a) a |
70551f47 RD |
33 | # endif |
34 | # endif | |
35 | #else | |
3bcd5e1c | 36 | # define SWIGEXPORT(a) a |
70551f47 RD |
37 | #endif |
38 | ||
3bcd5e1c RD |
39 | #include "Python.h" |
40 | ||
70551f47 RD |
41 | #ifdef __cplusplus |
42 | extern "C" { | |
43 | #endif | |
3bcd5e1c | 44 | |
70551f47 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 *); | |
2d091820 | 48 | extern char *SWIG_GetPtrObj(PyObject *, void **, char *); |
70551f47 RD |
49 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); |
50 | extern PyObject *SWIG_newvarlink(void); | |
51 | #ifdef __cplusplus | |
52 | } | |
53 | #endif | |
70551f47 RD |
54 | #define SWIG_init initeventsc |
55 | ||
56 | #define SWIG_name "eventsc" | |
57 | ||
58 | #include "helpers.h" | |
62bd0874 | 59 | #include <wx/spinbutt.h> |
70551f47 | 60 | |
70551f47 RD |
61 | |
62 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
63 | PyObject* o2; | |
64 | PyObject* o3; | |
65 | ||
3bcd5e1c | 66 | if (!target) { |
70551f47 | 67 | target = o; |
3bcd5e1c | 68 | } else if (target == Py_None) { |
70551f47 RD |
69 | Py_DECREF(Py_None); |
70 | target = o; | |
3bcd5e1c | 71 | } else { |
70551f47 RD |
72 | if (!PyTuple_Check(target)) { |
73 | o2 = target; | |
74 | target = PyTuple_New(1); | |
75 | PyTuple_SetItem(target, 0, o2); | |
76 | } | |
3bcd5e1c RD |
77 | o3 = PyTuple_New(1); |
78 | PyTuple_SetItem(o3, 0, o); | |
70551f47 RD |
79 | |
80 | o2 = target; | |
3bcd5e1c RD |
81 | target = PySequence_Concat(o2, o3); |
82 | Py_DECREF(o2); | |
70551f47 RD |
83 | Py_DECREF(o3); |
84 | } | |
85 | return target; | |
86 | } | |
2d091820 RD |
87 | #ifdef __cplusplus |
88 | extern "C" { | |
89 | #endif | |
5e40f9dd RD |
90 | static PyObject *_wrap_wxNewEventType(PyObject *self, PyObject *args, PyObject *kwargs) { |
91 | PyObject * _resultobj; | |
92 | int _result; | |
93 | char *_kwnames[] = { NULL }; | |
94 | ||
95 | self = self; | |
96 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxNewEventType",_kwnames)) | |
97 | return NULL; | |
98 | { | |
474c48f9 | 99 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 100 | _result = (int )wxNewEventType(); |
5e40f9dd | 101 | |
474c48f9 | 102 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 103 | if (PyErr_Occurred()) return NULL; |
5e40f9dd RD |
104 | } _resultobj = Py_BuildValue("i",_result); |
105 | return _resultobj; | |
106 | } | |
107 | ||
9df61a29 RD |
108 | static void *SwigwxEventTowxObject(void *ptr) { |
109 | wxEvent *src; | |
110 | wxObject *dest; | |
111 | src = (wxEvent *) ptr; | |
112 | dest = (wxObject *) src; | |
113 | return (void *) dest; | |
114 | } | |
115 | ||
167b96c2 RD |
116 | #define delete_wxEvent(_swigobj) (delete _swigobj) |
117 | static PyObject *_wrap_delete_wxEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
118 | PyObject * _resultobj; | |
119 | wxEvent * _arg0; | |
120 | PyObject * _argo0 = 0; | |
121 | char *_kwnames[] = { "self", NULL }; | |
122 | ||
123 | self = self; | |
124 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxEvent",_kwnames,&_argo0)) | |
125 | return NULL; | |
126 | if (_argo0) { | |
127 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
128 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
129 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxEvent. Expected _wxEvent_p."); | |
130 | return NULL; | |
131 | } | |
132 | } | |
133 | { | |
474c48f9 | 134 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 135 | delete_wxEvent(_arg0); |
167b96c2 | 136 | |
474c48f9 | 137 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 138 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
139 | } Py_INCREF(Py_None); |
140 | _resultobj = Py_None; | |
141 | return _resultobj; | |
142 | } | |
143 | ||
70551f47 | 144 | #define wxEvent_GetEventObject(_swigobj) (_swigobj->GetEventObject()) |
107e4716 | 145 | static PyObject *_wrap_wxEvent_GetEventObject(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
146 | PyObject * _resultobj; |
147 | wxObject * _result; | |
148 | wxEvent * _arg0; | |
2d091820 | 149 | PyObject * _argo0 = 0; |
107e4716 | 150 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
151 | |
152 | self = self; | |
107e4716 | 153 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxEvent_GetEventObject",_kwnames,&_argo0)) |
70551f47 | 154 | return NULL; |
2d091820 RD |
155 | if (_argo0) { |
156 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
157 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
158 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_GetEventObject. Expected _wxEvent_p."); |
159 | return NULL; | |
160 | } | |
161 | } | |
ab9bc19b | 162 | { |
474c48f9 | 163 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 164 | _result = (wxObject *)wxEvent_GetEventObject(_arg0); |
ab9bc19b | 165 | |
474c48f9 | 166 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 167 | if (PyErr_Occurred()) return NULL; |
9df61a29 | 168 | }{ _resultobj = wxPyMake_wxObject(_result); } |
70551f47 RD |
169 | return _resultobj; |
170 | } | |
171 | ||
172 | #define wxEvent_GetEventType(_swigobj) (_swigobj->GetEventType()) | |
107e4716 | 173 | static PyObject *_wrap_wxEvent_GetEventType(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
174 | PyObject * _resultobj; |
175 | wxEventType _result; | |
176 | wxEvent * _arg0; | |
2d091820 | 177 | PyObject * _argo0 = 0; |
107e4716 | 178 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
179 | |
180 | self = self; | |
107e4716 | 181 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxEvent_GetEventType",_kwnames,&_argo0)) |
70551f47 | 182 | return NULL; |
2d091820 RD |
183 | if (_argo0) { |
184 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
185 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
186 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_GetEventType. Expected _wxEvent_p."); |
187 | return NULL; | |
188 | } | |
189 | } | |
ab9bc19b | 190 | { |
474c48f9 | 191 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 192 | _result = (wxEventType )wxEvent_GetEventType(_arg0); |
ab9bc19b | 193 | |
474c48f9 | 194 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 195 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 196 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
197 | return _resultobj; |
198 | } | |
199 | ||
200 | #define wxEvent_GetId(_swigobj) (_swigobj->GetId()) | |
107e4716 | 201 | static PyObject *_wrap_wxEvent_GetId(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
202 | PyObject * _resultobj; |
203 | int _result; | |
204 | wxEvent * _arg0; | |
2d091820 | 205 | PyObject * _argo0 = 0; |
107e4716 | 206 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
207 | |
208 | self = self; | |
107e4716 | 209 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxEvent_GetId",_kwnames,&_argo0)) |
70551f47 | 210 | return NULL; |
2d091820 RD |
211 | if (_argo0) { |
212 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
213 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
214 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_GetId. Expected _wxEvent_p."); |
215 | return NULL; | |
216 | } | |
217 | } | |
ab9bc19b | 218 | { |
474c48f9 | 219 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 220 | _result = (int )wxEvent_GetId(_arg0); |
ab9bc19b | 221 | |
474c48f9 | 222 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 223 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 224 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
225 | return _resultobj; |
226 | } | |
227 | ||
228 | #define wxEvent_GetSkipped(_swigobj) (_swigobj->GetSkipped()) | |
107e4716 | 229 | static PyObject *_wrap_wxEvent_GetSkipped(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
230 | PyObject * _resultobj; |
231 | bool _result; | |
232 | wxEvent * _arg0; | |
2d091820 | 233 | PyObject * _argo0 = 0; |
107e4716 | 234 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
235 | |
236 | self = self; | |
107e4716 | 237 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxEvent_GetSkipped",_kwnames,&_argo0)) |
70551f47 | 238 | return NULL; |
2d091820 RD |
239 | if (_argo0) { |
240 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
241 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
242 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_GetSkipped. Expected _wxEvent_p."); |
243 | return NULL; | |
244 | } | |
245 | } | |
ab9bc19b | 246 | { |
474c48f9 | 247 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 248 | _result = (bool )wxEvent_GetSkipped(_arg0); |
ab9bc19b | 249 | |
474c48f9 | 250 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 251 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 252 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
253 | return _resultobj; |
254 | } | |
255 | ||
256 | #define wxEvent_GetTimestamp(_swigobj) (_swigobj->GetTimestamp()) | |
107e4716 | 257 | static PyObject *_wrap_wxEvent_GetTimestamp(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
258 | PyObject * _resultobj; |
259 | long _result; | |
260 | wxEvent * _arg0; | |
2d091820 | 261 | PyObject * _argo0 = 0; |
107e4716 | 262 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
263 | |
264 | self = self; | |
107e4716 | 265 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxEvent_GetTimestamp",_kwnames,&_argo0)) |
70551f47 | 266 | return NULL; |
2d091820 RD |
267 | if (_argo0) { |
268 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
269 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
270 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_GetTimestamp. Expected _wxEvent_p."); |
271 | return NULL; | |
272 | } | |
273 | } | |
ab9bc19b | 274 | { |
474c48f9 | 275 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 276 | _result = (long )wxEvent_GetTimestamp(_arg0); |
ab9bc19b | 277 | |
474c48f9 | 278 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 279 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 280 | } _resultobj = Py_BuildValue("l",_result); |
70551f47 RD |
281 | return _resultobj; |
282 | } | |
283 | ||
284 | #define wxEvent_SetEventObject(_swigobj,_swigarg0) (_swigobj->SetEventObject(_swigarg0)) | |
107e4716 | 285 | static PyObject *_wrap_wxEvent_SetEventObject(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
286 | PyObject * _resultobj; |
287 | wxEvent * _arg0; | |
288 | wxObject * _arg1; | |
2d091820 RD |
289 | PyObject * _argo0 = 0; |
290 | PyObject * _argo1 = 0; | |
107e4716 | 291 | char *_kwnames[] = { "self","object", NULL }; |
70551f47 RD |
292 | |
293 | self = self; | |
107e4716 | 294 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxEvent_SetEventObject",_kwnames,&_argo0,&_argo1)) |
70551f47 | 295 | return NULL; |
2d091820 RD |
296 | if (_argo0) { |
297 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
298 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
299 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_SetEventObject. Expected _wxEvent_p."); |
300 | return NULL; | |
301 | } | |
302 | } | |
2d091820 RD |
303 | if (_argo1) { |
304 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
305 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxObject_p")) { | |
70551f47 RD |
306 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxEvent_SetEventObject. Expected _wxObject_p."); |
307 | return NULL; | |
308 | } | |
309 | } | |
ab9bc19b | 310 | { |
474c48f9 | 311 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 312 | wxEvent_SetEventObject(_arg0,_arg1); |
ab9bc19b | 313 | |
474c48f9 | 314 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 315 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 316 | } Py_INCREF(Py_None); |
70551f47 RD |
317 | _resultobj = Py_None; |
318 | return _resultobj; | |
319 | } | |
320 | ||
321 | #define wxEvent_SetEventType(_swigobj,_swigarg0) (_swigobj->SetEventType(_swigarg0)) | |
107e4716 | 322 | static PyObject *_wrap_wxEvent_SetEventType(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
323 | PyObject * _resultobj; |
324 | wxEvent * _arg0; | |
325 | wxEventType _arg1; | |
2d091820 | 326 | PyObject * _argo0 = 0; |
107e4716 | 327 | char *_kwnames[] = { "self","typ", NULL }; |
70551f47 RD |
328 | |
329 | self = self; | |
107e4716 | 330 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxEvent_SetEventType",_kwnames,&_argo0,&_arg1)) |
70551f47 | 331 | return NULL; |
2d091820 RD |
332 | if (_argo0) { |
333 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
334 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
335 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_SetEventType. Expected _wxEvent_p."); |
336 | return NULL; | |
337 | } | |
338 | } | |
ab9bc19b | 339 | { |
474c48f9 | 340 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 341 | wxEvent_SetEventType(_arg0,_arg1); |
ab9bc19b | 342 | |
474c48f9 | 343 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 344 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 345 | } Py_INCREF(Py_None); |
70551f47 RD |
346 | _resultobj = Py_None; |
347 | return _resultobj; | |
348 | } | |
349 | ||
350 | #define wxEvent_SetId(_swigobj,_swigarg0) (_swigobj->SetId(_swigarg0)) | |
107e4716 | 351 | static PyObject *_wrap_wxEvent_SetId(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
352 | PyObject * _resultobj; |
353 | wxEvent * _arg0; | |
354 | int _arg1; | |
2d091820 | 355 | PyObject * _argo0 = 0; |
107e4716 | 356 | char *_kwnames[] = { "self","id", NULL }; |
70551f47 RD |
357 | |
358 | self = self; | |
107e4716 | 359 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxEvent_SetId",_kwnames,&_argo0,&_arg1)) |
70551f47 | 360 | return NULL; |
2d091820 RD |
361 | if (_argo0) { |
362 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
363 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
364 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_SetId. Expected _wxEvent_p."); |
365 | return NULL; | |
366 | } | |
367 | } | |
ab9bc19b | 368 | { |
474c48f9 | 369 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 370 | wxEvent_SetId(_arg0,_arg1); |
ab9bc19b | 371 | |
474c48f9 | 372 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 373 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 374 | } Py_INCREF(Py_None); |
70551f47 RD |
375 | _resultobj = Py_None; |
376 | return _resultobj; | |
377 | } | |
378 | ||
379 | #define wxEvent_SetTimestamp(_swigobj,_swigarg0) (_swigobj->SetTimestamp(_swigarg0)) | |
107e4716 | 380 | static PyObject *_wrap_wxEvent_SetTimestamp(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
381 | PyObject * _resultobj; |
382 | wxEvent * _arg0; | |
383 | long _arg1; | |
2d091820 | 384 | PyObject * _argo0 = 0; |
107e4716 | 385 | char *_kwnames[] = { "self","timeStamp", NULL }; |
70551f47 RD |
386 | |
387 | self = self; | |
107e4716 | 388 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxEvent_SetTimestamp",_kwnames,&_argo0,&_arg1)) |
70551f47 | 389 | return NULL; |
2d091820 RD |
390 | if (_argo0) { |
391 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
392 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
393 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_SetTimestamp. Expected _wxEvent_p."); |
394 | return NULL; | |
395 | } | |
396 | } | |
ab9bc19b | 397 | { |
474c48f9 | 398 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 399 | wxEvent_SetTimestamp(_arg0,_arg1); |
ab9bc19b | 400 | |
474c48f9 | 401 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 402 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 403 | } Py_INCREF(Py_None); |
70551f47 RD |
404 | _resultobj = Py_None; |
405 | return _resultobj; | |
406 | } | |
407 | ||
408 | #define wxEvent_Skip(_swigobj,_swigarg0) (_swigobj->Skip(_swigarg0)) | |
107e4716 | 409 | static PyObject *_wrap_wxEvent_Skip(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
410 | PyObject * _resultobj; |
411 | wxEvent * _arg0; | |
2d091820 RD |
412 | bool _arg1 = (bool ) TRUE; |
413 | PyObject * _argo0 = 0; | |
414 | int tempbool1 = (int) TRUE; | |
107e4716 | 415 | char *_kwnames[] = { "self","skip", NULL }; |
70551f47 RD |
416 | |
417 | self = self; | |
107e4716 | 418 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxEvent_Skip",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 419 | return NULL; |
2d091820 RD |
420 | if (_argo0) { |
421 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
422 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
70551f47 RD |
423 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_Skip. Expected _wxEvent_p."); |
424 | return NULL; | |
425 | } | |
426 | } | |
427 | _arg1 = (bool ) tempbool1; | |
ab9bc19b | 428 | { |
474c48f9 | 429 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 430 | wxEvent_Skip(_arg0,_arg1); |
ab9bc19b | 431 | |
474c48f9 | 432 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 433 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 434 | } Py_INCREF(Py_None); |
70551f47 RD |
435 | _resultobj = Py_None; |
436 | return _resultobj; | |
437 | } | |
438 | ||
07b2e1cd RD |
439 | #define wxEvent_Clone(_swigobj) (_swigobj->Clone()) |
440 | static PyObject *_wrap_wxEvent_Clone(PyObject *self, PyObject *args, PyObject *kwargs) { | |
441 | PyObject * _resultobj; | |
442 | wxEvent * _result; | |
443 | wxEvent * _arg0; | |
444 | PyObject * _argo0 = 0; | |
445 | char *_kwnames[] = { "self", NULL }; | |
446 | char _ptemp[128]; | |
447 | ||
448 | self = self; | |
449 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxEvent_Clone",_kwnames,&_argo0)) | |
450 | return NULL; | |
451 | if (_argo0) { | |
452 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
453 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvent_p")) { | |
454 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEvent_Clone. Expected _wxEvent_p."); | |
455 | return NULL; | |
456 | } | |
457 | } | |
458 | { | |
474c48f9 | 459 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 460 | _result = (wxEvent *)wxEvent_Clone(_arg0); |
07b2e1cd | 461 | |
474c48f9 | 462 | wxPyEndAllowThreads(__tstate); |
07b2e1cd RD |
463 | if (PyErr_Occurred()) return NULL; |
464 | } if (_result) { | |
465 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxEvent_p"); | |
466 | _resultobj = Py_BuildValue("s",_ptemp); | |
467 | } else { | |
468 | Py_INCREF(Py_None); | |
469 | _resultobj = Py_None; | |
470 | } | |
471 | return _resultobj; | |
472 | } | |
473 | ||
70551f47 RD |
474 | static void *SwigwxSizeEventTowxEvent(void *ptr) { |
475 | wxSizeEvent *src; | |
476 | wxEvent *dest; | |
477 | src = (wxSizeEvent *) ptr; | |
478 | dest = (wxEvent *) src; | |
479 | return (void *) dest; | |
480 | } | |
481 | ||
9df61a29 RD |
482 | static void *SwigwxSizeEventTowxObject(void *ptr) { |
483 | wxSizeEvent *src; | |
484 | wxObject *dest; | |
485 | src = (wxSizeEvent *) ptr; | |
486 | dest = (wxObject *) src; | |
487 | return (void *) dest; | |
488 | } | |
489 | ||
167b96c2 RD |
490 | #define new_wxSizeEvent(_swigarg0,_swigarg1) (new wxSizeEvent(_swigarg0,_swigarg1)) |
491 | static PyObject *_wrap_new_wxSizeEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
492 | PyObject * _resultobj; | |
493 | wxSizeEvent * _result; | |
494 | wxSize * _arg0; | |
495 | int _arg1 = (int ) 0; | |
496 | wxSize temp; | |
497 | PyObject * _obj0 = 0; | |
498 | char *_kwnames[] = { "sz","id", NULL }; | |
499 | char _ptemp[128]; | |
500 | ||
501 | self = self; | |
502 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:new_wxSizeEvent",_kwnames,&_obj0,&_arg1)) | |
503 | return NULL; | |
504 | { | |
505 | _arg0 = &temp; | |
506 | if (! wxSize_helper(_obj0, &_arg0)) | |
507 | return NULL; | |
508 | } | |
509 | { | |
474c48f9 | 510 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 511 | _result = (wxSizeEvent *)new_wxSizeEvent(*_arg0,_arg1); |
167b96c2 | 512 | |
474c48f9 | 513 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 514 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
515 | } if (_result) { |
516 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxSizeEvent_p"); | |
517 | _resultobj = Py_BuildValue("s",_ptemp); | |
518 | } else { | |
519 | Py_INCREF(Py_None); | |
520 | _resultobj = Py_None; | |
521 | } | |
522 | return _resultobj; | |
523 | } | |
524 | ||
70551f47 | 525 | #define wxSizeEvent_GetSize(_swigobj) (_swigobj->GetSize()) |
107e4716 | 526 | static PyObject *_wrap_wxSizeEvent_GetSize(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
527 | PyObject * _resultobj; |
528 | wxSize * _result; | |
529 | wxSizeEvent * _arg0; | |
2d091820 | 530 | PyObject * _argo0 = 0; |
107e4716 | 531 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
532 | char _ptemp[128]; |
533 | ||
534 | self = self; | |
107e4716 | 535 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSizeEvent_GetSize",_kwnames,&_argo0)) |
70551f47 | 536 | return NULL; |
2d091820 RD |
537 | if (_argo0) { |
538 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
539 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSizeEvent_p")) { | |
70551f47 RD |
540 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSizeEvent_GetSize. Expected _wxSizeEvent_p."); |
541 | return NULL; | |
542 | } | |
543 | } | |
ab9bc19b | 544 | { |
474c48f9 | 545 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 546 | _result = new wxSize (wxSizeEvent_GetSize(_arg0)); |
ab9bc19b | 547 | |
474c48f9 | 548 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 549 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 550 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p"); |
70551f47 RD |
551 | _resultobj = Py_BuildValue("s",_ptemp); |
552 | return _resultobj; | |
553 | } | |
554 | ||
555 | static void *SwigwxCloseEventTowxEvent(void *ptr) { | |
556 | wxCloseEvent *src; | |
557 | wxEvent *dest; | |
558 | src = (wxCloseEvent *) ptr; | |
559 | dest = (wxEvent *) src; | |
560 | return (void *) dest; | |
561 | } | |
562 | ||
9df61a29 RD |
563 | static void *SwigwxCloseEventTowxObject(void *ptr) { |
564 | wxCloseEvent *src; | |
565 | wxObject *dest; | |
566 | src = (wxCloseEvent *) ptr; | |
567 | dest = (wxObject *) src; | |
568 | return (void *) dest; | |
569 | } | |
570 | ||
167b96c2 RD |
571 | #define new_wxCloseEvent(_swigarg0,_swigarg1) (new wxCloseEvent(_swigarg0,_swigarg1)) |
572 | static PyObject *_wrap_new_wxCloseEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
573 | PyObject * _resultobj; | |
574 | wxCloseEvent * _result; | |
575 | int _arg0 = (int ) 0; | |
576 | int _arg1 = (int ) 0; | |
577 | char *_kwnames[] = { "commandEventType","id", NULL }; | |
578 | char _ptemp[128]; | |
579 | ||
580 | self = self; | |
581 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxCloseEvent",_kwnames,&_arg0,&_arg1)) | |
582 | return NULL; | |
583 | { | |
474c48f9 | 584 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 585 | _result = (wxCloseEvent *)new_wxCloseEvent(_arg0,_arg1); |
167b96c2 | 586 | |
474c48f9 | 587 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 588 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
589 | } if (_result) { |
590 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxCloseEvent_p"); | |
591 | _resultobj = Py_BuildValue("s",_ptemp); | |
592 | } else { | |
593 | Py_INCREF(Py_None); | |
594 | _resultobj = Py_None; | |
595 | } | |
596 | return _resultobj; | |
597 | } | |
598 | ||
d1e586e4 | 599 | #define wxCloseEvent_SetLoggingOff(_swigobj,_swigarg0) (_swigobj->SetLoggingOff(_swigarg0)) |
107e4716 | 600 | static PyObject *_wrap_wxCloseEvent_SetLoggingOff(PyObject *self, PyObject *args, PyObject *kwargs) { |
105e45b9 | 601 | PyObject * _resultobj; |
105e45b9 | 602 | wxCloseEvent * _arg0; |
d1e586e4 | 603 | bool _arg1; |
2d091820 | 604 | PyObject * _argo0 = 0; |
d1e586e4 | 605 | int tempbool1; |
107e4716 | 606 | char *_kwnames[] = { "self","loggingOff", NULL }; |
105e45b9 RD |
607 | |
608 | self = self; | |
107e4716 | 609 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCloseEvent_SetLoggingOff",_kwnames,&_argo0,&tempbool1)) |
105e45b9 | 610 | return NULL; |
2d091820 RD |
611 | if (_argo0) { |
612 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
613 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCloseEvent_p")) { | |
d1e586e4 | 614 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCloseEvent_SetLoggingOff. Expected _wxCloseEvent_p."); |
105e45b9 RD |
615 | return NULL; |
616 | } | |
617 | } | |
d1e586e4 | 618 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 619 | { |
474c48f9 | 620 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 621 | wxCloseEvent_SetLoggingOff(_arg0,_arg1); |
ab9bc19b | 622 | |
474c48f9 | 623 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 624 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 625 | } Py_INCREF(Py_None); |
d1e586e4 | 626 | _resultobj = Py_None; |
105e45b9 RD |
627 | return _resultobj; |
628 | } | |
629 | ||
70551f47 | 630 | #define wxCloseEvent_GetLoggingOff(_swigobj) (_swigobj->GetLoggingOff()) |
107e4716 | 631 | static PyObject *_wrap_wxCloseEvent_GetLoggingOff(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
632 | PyObject * _resultobj; |
633 | bool _result; | |
634 | wxCloseEvent * _arg0; | |
2d091820 | 635 | PyObject * _argo0 = 0; |
107e4716 | 636 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
637 | |
638 | self = self; | |
107e4716 | 639 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCloseEvent_GetLoggingOff",_kwnames,&_argo0)) |
70551f47 | 640 | return NULL; |
2d091820 RD |
641 | if (_argo0) { |
642 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
643 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCloseEvent_p")) { | |
70551f47 RD |
644 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCloseEvent_GetLoggingOff. Expected _wxCloseEvent_p."); |
645 | return NULL; | |
646 | } | |
647 | } | |
ab9bc19b | 648 | { |
474c48f9 | 649 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 650 | _result = (bool )wxCloseEvent_GetLoggingOff(_arg0); |
ab9bc19b | 651 | |
474c48f9 | 652 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 653 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 654 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
655 | return _resultobj; |
656 | } | |
657 | ||
658 | #define wxCloseEvent_Veto(_swigobj,_swigarg0) (_swigobj->Veto(_swigarg0)) | |
107e4716 | 659 | static PyObject *_wrap_wxCloseEvent_Veto(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
660 | PyObject * _resultobj; |
661 | wxCloseEvent * _arg0; | |
2d091820 RD |
662 | bool _arg1 = (bool ) TRUE; |
663 | PyObject * _argo0 = 0; | |
664 | int tempbool1 = (int) TRUE; | |
107e4716 | 665 | char *_kwnames[] = { "self","veto", NULL }; |
70551f47 RD |
666 | |
667 | self = self; | |
107e4716 | 668 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxCloseEvent_Veto",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 669 | return NULL; |
2d091820 RD |
670 | if (_argo0) { |
671 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
672 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCloseEvent_p")) { | |
70551f47 RD |
673 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCloseEvent_Veto. Expected _wxCloseEvent_p."); |
674 | return NULL; | |
675 | } | |
676 | } | |
677 | _arg1 = (bool ) tempbool1; | |
ab9bc19b | 678 | { |
474c48f9 | 679 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 680 | wxCloseEvent_Veto(_arg0,_arg1); |
ab9bc19b | 681 | |
474c48f9 | 682 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 683 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 684 | } Py_INCREF(Py_None); |
70551f47 RD |
685 | _resultobj = Py_None; |
686 | return _resultobj; | |
687 | } | |
688 | ||
d1e586e4 | 689 | #define wxCloseEvent_CanVeto(_swigobj) (_swigobj->CanVeto()) |
107e4716 | 690 | static PyObject *_wrap_wxCloseEvent_CanVeto(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
691 | PyObject * _resultobj; |
692 | bool _result; | |
693 | wxCloseEvent * _arg0; | |
2d091820 | 694 | PyObject * _argo0 = 0; |
107e4716 | 695 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
696 | |
697 | self = self; | |
107e4716 | 698 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCloseEvent_CanVeto",_kwnames,&_argo0)) |
70551f47 | 699 | return NULL; |
2d091820 RD |
700 | if (_argo0) { |
701 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
702 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCloseEvent_p")) { | |
d1e586e4 | 703 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCloseEvent_CanVeto. Expected _wxCloseEvent_p."); |
70551f47 RD |
704 | return NULL; |
705 | } | |
706 | } | |
ab9bc19b | 707 | { |
474c48f9 | 708 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 709 | _result = (bool )wxCloseEvent_CanVeto(_arg0); |
ab9bc19b | 710 | |
474c48f9 | 711 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 712 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 713 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
714 | return _resultobj; |
715 | } | |
716 | ||
d1e586e4 | 717 | #define wxCloseEvent_GetVeto(_swigobj) (_swigobj->GetVeto()) |
107e4716 | 718 | static PyObject *_wrap_wxCloseEvent_GetVeto(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 | 719 | PyObject * _resultobj; |
d1e586e4 | 720 | bool _result; |
70551f47 | 721 | wxCloseEvent * _arg0; |
2d091820 | 722 | PyObject * _argo0 = 0; |
107e4716 | 723 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
724 | |
725 | self = self; | |
107e4716 | 726 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCloseEvent_GetVeto",_kwnames,&_argo0)) |
70551f47 | 727 | return NULL; |
2d091820 RD |
728 | if (_argo0) { |
729 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
730 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCloseEvent_p")) { | |
d1e586e4 | 731 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCloseEvent_GetVeto. Expected _wxCloseEvent_p."); |
70551f47 RD |
732 | return NULL; |
733 | } | |
734 | } | |
ab9bc19b | 735 | { |
474c48f9 | 736 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 737 | _result = (bool )wxCloseEvent_GetVeto(_arg0); |
ab9bc19b | 738 | |
474c48f9 | 739 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 740 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 741 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
742 | return _resultobj; |
743 | } | |
744 | ||
105e45b9 | 745 | #define wxCloseEvent_SetCanVeto(_swigobj,_swigarg0) (_swigobj->SetCanVeto(_swigarg0)) |
107e4716 | 746 | static PyObject *_wrap_wxCloseEvent_SetCanVeto(PyObject *self, PyObject *args, PyObject *kwargs) { |
105e45b9 RD |
747 | PyObject * _resultobj; |
748 | wxCloseEvent * _arg0; | |
749 | bool _arg1; | |
2d091820 | 750 | PyObject * _argo0 = 0; |
105e45b9 | 751 | int tempbool1; |
107e4716 | 752 | char *_kwnames[] = { "self","canVeto", NULL }; |
105e45b9 RD |
753 | |
754 | self = self; | |
107e4716 | 755 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCloseEvent_SetCanVeto",_kwnames,&_argo0,&tempbool1)) |
105e45b9 | 756 | return NULL; |
2d091820 RD |
757 | if (_argo0) { |
758 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
759 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCloseEvent_p")) { | |
105e45b9 RD |
760 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCloseEvent_SetCanVeto. Expected _wxCloseEvent_p."); |
761 | return NULL; | |
762 | } | |
763 | } | |
764 | _arg1 = (bool ) tempbool1; | |
ab9bc19b | 765 | { |
474c48f9 | 766 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 767 | wxCloseEvent_SetCanVeto(_arg0,_arg1); |
ab9bc19b | 768 | |
474c48f9 | 769 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 770 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 771 | } Py_INCREF(Py_None); |
105e45b9 RD |
772 | _resultobj = Py_None; |
773 | return _resultobj; | |
774 | } | |
775 | ||
70551f47 RD |
776 | static void *SwigwxCommandEventTowxEvent(void *ptr) { |
777 | wxCommandEvent *src; | |
778 | wxEvent *dest; | |
779 | src = (wxCommandEvent *) ptr; | |
780 | dest = (wxEvent *) src; | |
781 | return (void *) dest; | |
782 | } | |
783 | ||
9df61a29 RD |
784 | static void *SwigwxCommandEventTowxObject(void *ptr) { |
785 | wxCommandEvent *src; | |
786 | wxObject *dest; | |
787 | src = (wxCommandEvent *) ptr; | |
788 | dest = (wxObject *) src; | |
789 | return (void *) dest; | |
790 | } | |
791 | ||
167b96c2 RD |
792 | #define new_wxCommandEvent(_swigarg0,_swigarg1) (new wxCommandEvent(_swigarg0,_swigarg1)) |
793 | static PyObject *_wrap_new_wxCommandEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
794 | PyObject * _resultobj; | |
795 | wxCommandEvent * _result; | |
796 | int _arg0 = (int ) 0; | |
797 | int _arg1 = (int ) 0; | |
798 | char *_kwnames[] = { "commandEventType","id", NULL }; | |
799 | char _ptemp[128]; | |
800 | ||
801 | self = self; | |
802 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxCommandEvent",_kwnames,&_arg0,&_arg1)) | |
803 | return NULL; | |
804 | { | |
474c48f9 | 805 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 806 | _result = (wxCommandEvent *)new_wxCommandEvent(_arg0,_arg1); |
167b96c2 | 807 | |
474c48f9 | 808 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 809 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
810 | } if (_result) { |
811 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxCommandEvent_p"); | |
812 | _resultobj = Py_BuildValue("s",_ptemp); | |
813 | } else { | |
814 | Py_INCREF(Py_None); | |
815 | _resultobj = Py_None; | |
816 | } | |
817 | return _resultobj; | |
818 | } | |
819 | ||
3ca6a5f0 BP |
820 | #define wxCommandEvent_IsChecked(_swigobj) (_swigobj->IsChecked()) |
821 | static PyObject *_wrap_wxCommandEvent_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
822 | PyObject * _resultobj; |
823 | bool _result; | |
824 | wxCommandEvent * _arg0; | |
2d091820 | 825 | PyObject * _argo0 = 0; |
107e4716 | 826 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
827 | |
828 | self = self; | |
3ca6a5f0 | 829 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCommandEvent_IsChecked",_kwnames,&_argo0)) |
70551f47 | 830 | return NULL; |
2d091820 RD |
831 | if (_argo0) { |
832 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
833 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
3ca6a5f0 | 834 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_IsChecked. Expected _wxCommandEvent_p."); |
70551f47 RD |
835 | return NULL; |
836 | } | |
837 | } | |
ab9bc19b | 838 | { |
474c48f9 | 839 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 840 | _result = (bool )wxCommandEvent_IsChecked(_arg0); |
ab9bc19b | 841 | |
474c48f9 | 842 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 843 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 844 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
845 | return _resultobj; |
846 | } | |
847 | ||
848 | #define wxCommandEvent_GetExtraLong(_swigobj) (_swigobj->GetExtraLong()) | |
107e4716 | 849 | static PyObject *_wrap_wxCommandEvent_GetExtraLong(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
850 | PyObject * _resultobj; |
851 | long _result; | |
852 | wxCommandEvent * _arg0; | |
2d091820 | 853 | PyObject * _argo0 = 0; |
107e4716 | 854 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
855 | |
856 | self = self; | |
107e4716 | 857 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCommandEvent_GetExtraLong",_kwnames,&_argo0)) |
70551f47 | 858 | return NULL; |
2d091820 RD |
859 | if (_argo0) { |
860 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
861 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
70551f47 RD |
862 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_GetExtraLong. Expected _wxCommandEvent_p."); |
863 | return NULL; | |
864 | } | |
865 | } | |
ab9bc19b | 866 | { |
474c48f9 | 867 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 868 | _result = (long )wxCommandEvent_GetExtraLong(_arg0); |
ab9bc19b | 869 | |
474c48f9 | 870 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 871 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 872 | } _resultobj = Py_BuildValue("l",_result); |
70551f47 RD |
873 | return _resultobj; |
874 | } | |
875 | ||
876 | #define wxCommandEvent_GetInt(_swigobj) (_swigobj->GetInt()) | |
107e4716 | 877 | static PyObject *_wrap_wxCommandEvent_GetInt(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
878 | PyObject * _resultobj; |
879 | int _result; | |
880 | wxCommandEvent * _arg0; | |
2d091820 | 881 | PyObject * _argo0 = 0; |
107e4716 | 882 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
883 | |
884 | self = self; | |
107e4716 | 885 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCommandEvent_GetInt",_kwnames,&_argo0)) |
70551f47 | 886 | return NULL; |
2d091820 RD |
887 | if (_argo0) { |
888 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
889 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
70551f47 RD |
890 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_GetInt. Expected _wxCommandEvent_p."); |
891 | return NULL; | |
892 | } | |
893 | } | |
ab9bc19b | 894 | { |
474c48f9 | 895 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 896 | _result = (int )wxCommandEvent_GetInt(_arg0); |
ab9bc19b | 897 | |
474c48f9 | 898 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 899 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 900 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
901 | return _resultobj; |
902 | } | |
903 | ||
904 | #define wxCommandEvent_GetSelection(_swigobj) (_swigobj->GetSelection()) | |
107e4716 | 905 | static PyObject *_wrap_wxCommandEvent_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
906 | PyObject * _resultobj; |
907 | int _result; | |
908 | wxCommandEvent * _arg0; | |
2d091820 | 909 | PyObject * _argo0 = 0; |
107e4716 | 910 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
911 | |
912 | self = self; | |
107e4716 | 913 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCommandEvent_GetSelection",_kwnames,&_argo0)) |
70551f47 | 914 | return NULL; |
2d091820 RD |
915 | if (_argo0) { |
916 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
917 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
70551f47 RD |
918 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_GetSelection. Expected _wxCommandEvent_p."); |
919 | return NULL; | |
920 | } | |
921 | } | |
ab9bc19b | 922 | { |
474c48f9 | 923 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 924 | _result = (int )wxCommandEvent_GetSelection(_arg0); |
ab9bc19b | 925 | |
474c48f9 | 926 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 927 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 928 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
929 | return _resultobj; |
930 | } | |
931 | ||
932 | #define wxCommandEvent_GetString(_swigobj) (_swigobj->GetString()) | |
107e4716 | 933 | static PyObject *_wrap_wxCommandEvent_GetString(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 | 934 | PyObject * _resultobj; |
ab9bc19b | 935 | wxString * _result; |
70551f47 | 936 | wxCommandEvent * _arg0; |
2d091820 | 937 | PyObject * _argo0 = 0; |
107e4716 | 938 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
939 | |
940 | self = self; | |
107e4716 | 941 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCommandEvent_GetString",_kwnames,&_argo0)) |
70551f47 | 942 | return NULL; |
2d091820 RD |
943 | if (_argo0) { |
944 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
945 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
70551f47 RD |
946 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_GetString. Expected _wxCommandEvent_p."); |
947 | return NULL; | |
948 | } | |
949 | } | |
ab9bc19b | 950 | { |
474c48f9 | 951 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 952 | _result = new wxString (wxCommandEvent_GetString(_arg0)); |
ab9bc19b | 953 | |
474c48f9 | 954 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 955 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 956 | }{ |
c8bc7bb8 RD |
957 | #if wxUSE_UNICODE |
958 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
959 | #else | |
e02c03a4 | 960 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 961 | #endif |
ab9bc19b RD |
962 | } |
963 | { | |
964 | delete _result; | |
965 | } | |
70551f47 RD |
966 | return _resultobj; |
967 | } | |
968 | ||
969 | #define wxCommandEvent_IsSelection(_swigobj) (_swigobj->IsSelection()) | |
107e4716 | 970 | static PyObject *_wrap_wxCommandEvent_IsSelection(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
971 | PyObject * _resultobj; |
972 | bool _result; | |
973 | wxCommandEvent * _arg0; | |
2d091820 | 974 | PyObject * _argo0 = 0; |
107e4716 | 975 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
976 | |
977 | self = self; | |
107e4716 | 978 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCommandEvent_IsSelection",_kwnames,&_argo0)) |
70551f47 | 979 | return NULL; |
2d091820 RD |
980 | if (_argo0) { |
981 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
982 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
70551f47 RD |
983 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_IsSelection. Expected _wxCommandEvent_p."); |
984 | return NULL; | |
985 | } | |
986 | } | |
ab9bc19b | 987 | { |
474c48f9 | 988 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 989 | _result = (bool )wxCommandEvent_IsSelection(_arg0); |
ab9bc19b | 990 | |
474c48f9 | 991 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 992 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 993 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
994 | return _resultobj; |
995 | } | |
996 | ||
56f5d962 RD |
997 | #define wxCommandEvent_SetString(_swigobj,_swigarg0) (_swigobj->SetString(_swigarg0)) |
998 | static PyObject *_wrap_wxCommandEvent_SetString(PyObject *self, PyObject *args, PyObject *kwargs) { | |
999 | PyObject * _resultobj; | |
1000 | wxCommandEvent * _arg0; | |
1001 | wxString * _arg1; | |
1002 | PyObject * _argo0 = 0; | |
1003 | PyObject * _obj1 = 0; | |
1004 | char *_kwnames[] = { "self","s", NULL }; | |
1005 | ||
1006 | self = self; | |
1007 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxCommandEvent_SetString",_kwnames,&_argo0,&_obj1)) | |
1008 | return NULL; | |
1009 | if (_argo0) { | |
1010 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1011 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
1012 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_SetString. Expected _wxCommandEvent_p."); | |
1013 | return NULL; | |
1014 | } | |
1015 | } | |
1016 | { | |
c8bc7bb8 RD |
1017 | _arg1 = wxString_in_helper(_obj1); |
1018 | if (_arg1 == NULL) | |
2cd2fac8 | 1019 | return NULL; |
56f5d962 RD |
1020 | } |
1021 | { | |
474c48f9 | 1022 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1023 | wxCommandEvent_SetString(_arg0,*_arg1); |
56f5d962 | 1024 | |
474c48f9 | 1025 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1026 | if (PyErr_Occurred()) return NULL; |
56f5d962 RD |
1027 | } Py_INCREF(Py_None); |
1028 | _resultobj = Py_None; | |
1029 | { | |
1030 | if (_obj1) | |
1031 | delete _arg1; | |
1032 | } | |
1033 | return _resultobj; | |
1034 | } | |
1035 | ||
1036 | #define wxCommandEvent_SetExtraLong(_swigobj,_swigarg0) (_swigobj->SetExtraLong(_swigarg0)) | |
1037 | static PyObject *_wrap_wxCommandEvent_SetExtraLong(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1038 | PyObject * _resultobj; | |
1039 | wxCommandEvent * _arg0; | |
1040 | long _arg1; | |
1041 | PyObject * _argo0 = 0; | |
1042 | char *_kwnames[] = { "self","extraLong", NULL }; | |
1043 | ||
1044 | self = self; | |
1045 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxCommandEvent_SetExtraLong",_kwnames,&_argo0,&_arg1)) | |
1046 | return NULL; | |
1047 | if (_argo0) { | |
1048 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1049 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
1050 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_SetExtraLong. Expected _wxCommandEvent_p."); | |
1051 | return NULL; | |
1052 | } | |
1053 | } | |
1054 | { | |
474c48f9 | 1055 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1056 | wxCommandEvent_SetExtraLong(_arg0,_arg1); |
56f5d962 | 1057 | |
474c48f9 | 1058 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1059 | if (PyErr_Occurred()) return NULL; |
56f5d962 RD |
1060 | } Py_INCREF(Py_None); |
1061 | _resultobj = Py_None; | |
1062 | return _resultobj; | |
1063 | } | |
1064 | ||
1065 | #define wxCommandEvent_SetInt(_swigobj,_swigarg0) (_swigobj->SetInt(_swigarg0)) | |
1066 | static PyObject *_wrap_wxCommandEvent_SetInt(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1067 | PyObject * _resultobj; | |
1068 | wxCommandEvent * _arg0; | |
1069 | int _arg1; | |
1070 | PyObject * _argo0 = 0; | |
1071 | char *_kwnames[] = { "self","i", NULL }; | |
1072 | ||
1073 | self = self; | |
1074 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCommandEvent_SetInt",_kwnames,&_argo0,&_arg1)) | |
1075 | return NULL; | |
1076 | if (_argo0) { | |
1077 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1078 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
1079 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_SetInt. Expected _wxCommandEvent_p."); | |
1080 | return NULL; | |
1081 | } | |
1082 | } | |
1083 | { | |
474c48f9 | 1084 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1085 | wxCommandEvent_SetInt(_arg0,_arg1); |
56f5d962 | 1086 | |
474c48f9 | 1087 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1088 | if (PyErr_Occurred()) return NULL; |
56f5d962 RD |
1089 | } Py_INCREF(Py_None); |
1090 | _resultobj = Py_None; | |
1091 | return _resultobj; | |
1092 | } | |
1093 | ||
65191ae8 RD |
1094 | static PyObject * wxCommandEvent_GetClientData(wxCommandEvent *self) { |
1095 | wxPyClientData* data = (wxPyClientData*)self->GetClientObject(); | |
1096 | if (data) { | |
1097 | Py_INCREF(data->m_obj); | |
1098 | return data->m_obj; | |
1099 | } else { | |
1100 | Py_INCREF(Py_None); | |
1101 | return Py_None; | |
1102 | } | |
1103 | } | |
1104 | static PyObject *_wrap_wxCommandEvent_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1105 | PyObject * _resultobj; | |
1106 | PyObject * _result; | |
1107 | wxCommandEvent * _arg0; | |
1108 | PyObject * _argo0 = 0; | |
1109 | char *_kwnames[] = { "self", NULL }; | |
1110 | ||
1111 | self = self; | |
1112 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCommandEvent_GetClientData",_kwnames,&_argo0)) | |
1113 | return NULL; | |
1114 | if (_argo0) { | |
1115 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1116 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCommandEvent_p")) { | |
1117 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCommandEvent_GetClientData. Expected _wxCommandEvent_p."); | |
1118 | return NULL; | |
1119 | } | |
1120 | } | |
1121 | { | |
474c48f9 | 1122 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1123 | _result = (PyObject *)wxCommandEvent_GetClientData(_arg0); |
65191ae8 | 1124 | |
474c48f9 | 1125 | wxPyEndAllowThreads(__tstate); |
65191ae8 RD |
1126 | if (PyErr_Occurred()) return NULL; |
1127 | }{ | |
1128 | _resultobj = _result; | |
1129 | } | |
1130 | return _resultobj; | |
1131 | } | |
1132 | ||
70551f47 RD |
1133 | static void *SwigwxScrollEventTowxCommandEvent(void *ptr) { |
1134 | wxScrollEvent *src; | |
1135 | wxCommandEvent *dest; | |
1136 | src = (wxScrollEvent *) ptr; | |
1137 | dest = (wxCommandEvent *) src; | |
1138 | return (void *) dest; | |
1139 | } | |
1140 | ||
1141 | static void *SwigwxScrollEventTowxEvent(void *ptr) { | |
1142 | wxScrollEvent *src; | |
1143 | wxEvent *dest; | |
1144 | src = (wxScrollEvent *) ptr; | |
1145 | dest = (wxEvent *) src; | |
1146 | return (void *) dest; | |
1147 | } | |
1148 | ||
9df61a29 RD |
1149 | static void *SwigwxScrollEventTowxObject(void *ptr) { |
1150 | wxScrollEvent *src; | |
1151 | wxObject *dest; | |
1152 | src = (wxScrollEvent *) ptr; | |
1153 | dest = (wxObject *) src; | |
1154 | return (void *) dest; | |
1155 | } | |
1156 | ||
167b96c2 RD |
1157 | #define new_wxScrollEvent(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxScrollEvent(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) |
1158 | static PyObject *_wrap_new_wxScrollEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1159 | PyObject * _resultobj; | |
1160 | wxScrollEvent * _result; | |
1161 | int _arg0 = (int ) 0; | |
1162 | int _arg1 = (int ) 0; | |
1163 | int _arg2 = (int ) 0; | |
1164 | int _arg3 = (int ) 0; | |
1165 | char *_kwnames[] = { "commandType","id","pos","orientation", NULL }; | |
1166 | char _ptemp[128]; | |
1167 | ||
1168 | self = self; | |
1169 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|iiii:new_wxScrollEvent",_kwnames,&_arg0,&_arg1,&_arg2,&_arg3)) | |
1170 | return NULL; | |
1171 | { | |
474c48f9 | 1172 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1173 | _result = (wxScrollEvent *)new_wxScrollEvent(_arg0,_arg1,_arg2,_arg3); |
167b96c2 | 1174 | |
474c48f9 | 1175 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1176 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
1177 | } if (_result) { |
1178 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollEvent_p"); | |
1179 | _resultobj = Py_BuildValue("s",_ptemp); | |
1180 | } else { | |
1181 | Py_INCREF(Py_None); | |
1182 | _resultobj = Py_None; | |
1183 | } | |
1184 | return _resultobj; | |
1185 | } | |
1186 | ||
70551f47 | 1187 | #define wxScrollEvent_GetOrientation(_swigobj) (_swigobj->GetOrientation()) |
107e4716 | 1188 | static PyObject *_wrap_wxScrollEvent_GetOrientation(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1189 | PyObject * _resultobj; |
1190 | int _result; | |
1191 | wxScrollEvent * _arg0; | |
2d091820 | 1192 | PyObject * _argo0 = 0; |
107e4716 | 1193 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1194 | |
1195 | self = self; | |
107e4716 | 1196 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollEvent_GetOrientation",_kwnames,&_argo0)) |
70551f47 | 1197 | return NULL; |
2d091820 RD |
1198 | if (_argo0) { |
1199 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1200 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollEvent_p")) { | |
70551f47 RD |
1201 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollEvent_GetOrientation. Expected _wxScrollEvent_p."); |
1202 | return NULL; | |
1203 | } | |
1204 | } | |
ab9bc19b | 1205 | { |
474c48f9 | 1206 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1207 | _result = (int )wxScrollEvent_GetOrientation(_arg0); |
ab9bc19b | 1208 | |
474c48f9 | 1209 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1210 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1211 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1212 | return _resultobj; |
1213 | } | |
1214 | ||
1215 | #define wxScrollEvent_GetPosition(_swigobj) (_swigobj->GetPosition()) | |
107e4716 | 1216 | static PyObject *_wrap_wxScrollEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1217 | PyObject * _resultobj; |
1218 | int _result; | |
1219 | wxScrollEvent * _arg0; | |
2d091820 | 1220 | PyObject * _argo0 = 0; |
107e4716 | 1221 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1222 | |
1223 | self = self; | |
107e4716 | 1224 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollEvent_GetPosition",_kwnames,&_argo0)) |
70551f47 | 1225 | return NULL; |
2d091820 RD |
1226 | if (_argo0) { |
1227 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1228 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollEvent_p")) { | |
70551f47 RD |
1229 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollEvent_GetPosition. Expected _wxScrollEvent_p."); |
1230 | return NULL; | |
1231 | } | |
1232 | } | |
ab9bc19b | 1233 | { |
474c48f9 | 1234 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1235 | _result = (int )wxScrollEvent_GetPosition(_arg0); |
ab9bc19b | 1236 | |
474c48f9 | 1237 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1238 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1239 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1240 | return _resultobj; |
1241 | } | |
1242 | ||
9cce9de1 RD |
1243 | static void *SwigwxScrollWinEventTowxEvent(void *ptr) { |
1244 | wxScrollWinEvent *src; | |
1245 | wxEvent *dest; | |
1246 | src = (wxScrollWinEvent *) ptr; | |
1247 | dest = (wxEvent *) src; | |
1248 | return (void *) dest; | |
1249 | } | |
1250 | ||
9df61a29 RD |
1251 | static void *SwigwxScrollWinEventTowxObject(void *ptr) { |
1252 | wxScrollWinEvent *src; | |
1253 | wxObject *dest; | |
1254 | src = (wxScrollWinEvent *) ptr; | |
1255 | dest = (wxObject *) src; | |
1256 | return (void *) dest; | |
1257 | } | |
1258 | ||
167b96c2 RD |
1259 | #define new_wxScrollWinEvent(_swigarg0,_swigarg1,_swigarg2) (new wxScrollWinEvent(_swigarg0,_swigarg1,_swigarg2)) |
1260 | static PyObject *_wrap_new_wxScrollWinEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1261 | PyObject * _resultobj; | |
1262 | wxScrollWinEvent * _result; | |
1263 | int _arg0 = (int ) 0; | |
1264 | int _arg1 = (int ) 0; | |
1265 | int _arg2 = (int ) 0; | |
1266 | char *_kwnames[] = { "commandType","pos","orientation", NULL }; | |
1267 | char _ptemp[128]; | |
1268 | ||
1269 | self = self; | |
1270 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|iii:new_wxScrollWinEvent",_kwnames,&_arg0,&_arg1,&_arg2)) | |
1271 | return NULL; | |
1272 | { | |
474c48f9 | 1273 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1274 | _result = (wxScrollWinEvent *)new_wxScrollWinEvent(_arg0,_arg1,_arg2); |
167b96c2 | 1275 | |
474c48f9 | 1276 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1277 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
1278 | } if (_result) { |
1279 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollWinEvent_p"); | |
1280 | _resultobj = Py_BuildValue("s",_ptemp); | |
1281 | } else { | |
1282 | Py_INCREF(Py_None); | |
1283 | _resultobj = Py_None; | |
1284 | } | |
1285 | return _resultobj; | |
1286 | } | |
1287 | ||
9cce9de1 RD |
1288 | #define wxScrollWinEvent_GetOrientation(_swigobj) (_swigobj->GetOrientation()) |
1289 | static PyObject *_wrap_wxScrollWinEvent_GetOrientation(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1290 | PyObject * _resultobj; | |
1291 | int _result; | |
1292 | wxScrollWinEvent * _arg0; | |
1293 | PyObject * _argo0 = 0; | |
1294 | char *_kwnames[] = { "self", NULL }; | |
1295 | ||
1296 | self = self; | |
1297 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollWinEvent_GetOrientation",_kwnames,&_argo0)) | |
1298 | return NULL; | |
1299 | if (_argo0) { | |
1300 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1301 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollWinEvent_p")) { | |
1302 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollWinEvent_GetOrientation. Expected _wxScrollWinEvent_p."); | |
1303 | return NULL; | |
1304 | } | |
1305 | } | |
1306 | { | |
474c48f9 | 1307 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1308 | _result = (int )wxScrollWinEvent_GetOrientation(_arg0); |
9cce9de1 | 1309 | |
474c48f9 | 1310 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1311 | if (PyErr_Occurred()) return NULL; |
9cce9de1 RD |
1312 | } _resultobj = Py_BuildValue("i",_result); |
1313 | return _resultobj; | |
1314 | } | |
1315 | ||
1316 | #define wxScrollWinEvent_GetPosition(_swigobj) (_swigobj->GetPosition()) | |
1317 | static PyObject *_wrap_wxScrollWinEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1318 | PyObject * _resultobj; | |
1319 | int _result; | |
1320 | wxScrollWinEvent * _arg0; | |
1321 | PyObject * _argo0 = 0; | |
1322 | char *_kwnames[] = { "self", NULL }; | |
1323 | ||
1324 | self = self; | |
1325 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollWinEvent_GetPosition",_kwnames,&_argo0)) | |
1326 | return NULL; | |
1327 | if (_argo0) { | |
1328 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1329 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollWinEvent_p")) { | |
1330 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollWinEvent_GetPosition. Expected _wxScrollWinEvent_p."); | |
1331 | return NULL; | |
1332 | } | |
1333 | } | |
1334 | { | |
474c48f9 | 1335 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1336 | _result = (int )wxScrollWinEvent_GetPosition(_arg0); |
9cce9de1 | 1337 | |
474c48f9 | 1338 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1339 | if (PyErr_Occurred()) return NULL; |
9cce9de1 RD |
1340 | } _resultobj = Py_BuildValue("i",_result); |
1341 | return _resultobj; | |
1342 | } | |
1343 | ||
62bd0874 RD |
1344 | static void *SwigwxSpinEventTowxScrollEvent(void *ptr) { |
1345 | wxSpinEvent *src; | |
1346 | wxScrollEvent *dest; | |
1347 | src = (wxSpinEvent *) ptr; | |
1348 | dest = (wxScrollEvent *) src; | |
1349 | return (void *) dest; | |
1350 | } | |
1351 | ||
1352 | static void *SwigwxSpinEventTowxCommandEvent(void *ptr) { | |
1353 | wxSpinEvent *src; | |
1354 | wxCommandEvent *dest; | |
1355 | src = (wxSpinEvent *) ptr; | |
1356 | dest = (wxCommandEvent *) src; | |
1357 | return (void *) dest; | |
1358 | } | |
1359 | ||
1360 | static void *SwigwxSpinEventTowxEvent(void *ptr) { | |
1361 | wxSpinEvent *src; | |
1362 | wxEvent *dest; | |
1363 | src = (wxSpinEvent *) ptr; | |
1364 | dest = (wxEvent *) src; | |
1365 | return (void *) dest; | |
1366 | } | |
1367 | ||
9df61a29 RD |
1368 | static void *SwigwxSpinEventTowxObject(void *ptr) { |
1369 | wxSpinEvent *src; | |
1370 | wxObject *dest; | |
1371 | src = (wxSpinEvent *) ptr; | |
1372 | dest = (wxObject *) src; | |
1373 | return (void *) dest; | |
1374 | } | |
1375 | ||
167b96c2 RD |
1376 | #define new_wxSpinEvent(_swigarg0,_swigarg1) (new wxSpinEvent(_swigarg0,_swigarg1)) |
1377 | static PyObject *_wrap_new_wxSpinEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1378 | PyObject * _resultobj; | |
1379 | wxSpinEvent * _result; | |
1380 | int _arg0 = (int ) 0; | |
1381 | int _arg1 = (int ) 0; | |
1382 | char *_kwnames[] = { "commandType","id", NULL }; | |
1383 | char _ptemp[128]; | |
1384 | ||
1385 | self = self; | |
1386 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxSpinEvent",_kwnames,&_arg0,&_arg1)) | |
1387 | return NULL; | |
1388 | { | |
474c48f9 | 1389 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1390 | _result = (wxSpinEvent *)new_wxSpinEvent(_arg0,_arg1); |
167b96c2 | 1391 | |
474c48f9 | 1392 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1393 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
1394 | } if (_result) { |
1395 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinEvent_p"); | |
1396 | _resultobj = Py_BuildValue("s",_ptemp); | |
1397 | } else { | |
1398 | Py_INCREF(Py_None); | |
1399 | _resultobj = Py_None; | |
1400 | } | |
1401 | return _resultobj; | |
1402 | } | |
1403 | ||
70551f47 RD |
1404 | static void *SwigwxMouseEventTowxEvent(void *ptr) { |
1405 | wxMouseEvent *src; | |
1406 | wxEvent *dest; | |
1407 | src = (wxMouseEvent *) ptr; | |
1408 | dest = (wxEvent *) src; | |
1409 | return (void *) dest; | |
1410 | } | |
1411 | ||
9df61a29 RD |
1412 | static void *SwigwxMouseEventTowxObject(void *ptr) { |
1413 | wxMouseEvent *src; | |
1414 | wxObject *dest; | |
1415 | src = (wxMouseEvent *) ptr; | |
1416 | dest = (wxObject *) src; | |
1417 | return (void *) dest; | |
1418 | } | |
1419 | ||
167b96c2 RD |
1420 | #define new_wxMouseEvent(_swigarg0) (new wxMouseEvent(_swigarg0)) |
1421 | static PyObject *_wrap_new_wxMouseEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1422 | PyObject * _resultobj; | |
1423 | wxMouseEvent * _result; | |
1424 | int _arg0 = (int ) 0; | |
1425 | char *_kwnames[] = { "mouseEventType", NULL }; | |
1426 | char _ptemp[128]; | |
1427 | ||
1428 | self = self; | |
1429 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxMouseEvent",_kwnames,&_arg0)) | |
1430 | return NULL; | |
1431 | { | |
474c48f9 | 1432 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1433 | _result = (wxMouseEvent *)new_wxMouseEvent(_arg0); |
167b96c2 | 1434 | |
474c48f9 | 1435 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1436 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
1437 | } if (_result) { |
1438 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMouseEvent_p"); | |
1439 | _resultobj = Py_BuildValue("s",_ptemp); | |
1440 | } else { | |
1441 | Py_INCREF(Py_None); | |
1442 | _resultobj = Py_None; | |
1443 | } | |
1444 | return _resultobj; | |
1445 | } | |
1446 | ||
70551f47 | 1447 | #define wxMouseEvent_IsButton(_swigobj) (_swigobj->IsButton()) |
107e4716 | 1448 | static PyObject *_wrap_wxMouseEvent_IsButton(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1449 | PyObject * _resultobj; |
1450 | bool _result; | |
1451 | wxMouseEvent * _arg0; | |
2d091820 | 1452 | PyObject * _argo0 = 0; |
107e4716 | 1453 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1454 | |
1455 | self = self; | |
107e4716 | 1456 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_IsButton",_kwnames,&_argo0)) |
70551f47 | 1457 | return NULL; |
2d091820 RD |
1458 | if (_argo0) { |
1459 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1460 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1461 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_IsButton. Expected _wxMouseEvent_p."); |
1462 | return NULL; | |
1463 | } | |
1464 | } | |
ab9bc19b | 1465 | { |
474c48f9 | 1466 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1467 | _result = (bool )wxMouseEvent_IsButton(_arg0); |
ab9bc19b | 1468 | |
474c48f9 | 1469 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1470 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1471 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1472 | return _resultobj; |
1473 | } | |
1474 | ||
1475 | #define wxMouseEvent_ButtonDown(_swigobj,_swigarg0) (_swigobj->ButtonDown(_swigarg0)) | |
107e4716 | 1476 | static PyObject *_wrap_wxMouseEvent_ButtonDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1477 | PyObject * _resultobj; |
1478 | bool _result; | |
1479 | wxMouseEvent * _arg0; | |
2d091820 RD |
1480 | int _arg1 = (int ) -1; |
1481 | PyObject * _argo0 = 0; | |
107e4716 | 1482 | char *_kwnames[] = { "self","but", NULL }; |
70551f47 RD |
1483 | |
1484 | self = self; | |
107e4716 | 1485 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxMouseEvent_ButtonDown",_kwnames,&_argo0,&_arg1)) |
70551f47 | 1486 | return NULL; |
2d091820 RD |
1487 | if (_argo0) { |
1488 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1489 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1490 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_ButtonDown. Expected _wxMouseEvent_p."); |
1491 | return NULL; | |
1492 | } | |
1493 | } | |
ab9bc19b | 1494 | { |
474c48f9 | 1495 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1496 | _result = (bool )wxMouseEvent_ButtonDown(_arg0,_arg1); |
ab9bc19b | 1497 | |
474c48f9 | 1498 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1499 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1500 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1501 | return _resultobj; |
1502 | } | |
1503 | ||
1504 | #define wxMouseEvent_ButtonDClick(_swigobj,_swigarg0) (_swigobj->ButtonDClick(_swigarg0)) | |
107e4716 | 1505 | static PyObject *_wrap_wxMouseEvent_ButtonDClick(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1506 | PyObject * _resultobj; |
1507 | bool _result; | |
1508 | wxMouseEvent * _arg0; | |
2d091820 RD |
1509 | int _arg1 = (int ) -1; |
1510 | PyObject * _argo0 = 0; | |
107e4716 | 1511 | char *_kwnames[] = { "self","but", NULL }; |
70551f47 RD |
1512 | |
1513 | self = self; | |
107e4716 | 1514 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxMouseEvent_ButtonDClick",_kwnames,&_argo0,&_arg1)) |
70551f47 | 1515 | return NULL; |
2d091820 RD |
1516 | if (_argo0) { |
1517 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1518 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1519 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_ButtonDClick. Expected _wxMouseEvent_p."); |
1520 | return NULL; | |
1521 | } | |
1522 | } | |
ab9bc19b | 1523 | { |
474c48f9 | 1524 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1525 | _result = (bool )wxMouseEvent_ButtonDClick(_arg0,_arg1); |
ab9bc19b | 1526 | |
474c48f9 | 1527 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1528 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1529 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1530 | return _resultobj; |
1531 | } | |
1532 | ||
1533 | #define wxMouseEvent_ButtonUp(_swigobj,_swigarg0) (_swigobj->ButtonUp(_swigarg0)) | |
107e4716 | 1534 | static PyObject *_wrap_wxMouseEvent_ButtonUp(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1535 | PyObject * _resultobj; |
1536 | bool _result; | |
1537 | wxMouseEvent * _arg0; | |
2d091820 RD |
1538 | int _arg1 = (int ) -1; |
1539 | PyObject * _argo0 = 0; | |
107e4716 | 1540 | char *_kwnames[] = { "self","but", NULL }; |
70551f47 RD |
1541 | |
1542 | self = self; | |
107e4716 | 1543 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxMouseEvent_ButtonUp",_kwnames,&_argo0,&_arg1)) |
70551f47 | 1544 | return NULL; |
2d091820 RD |
1545 | if (_argo0) { |
1546 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1547 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1548 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_ButtonUp. Expected _wxMouseEvent_p."); |
1549 | return NULL; | |
1550 | } | |
1551 | } | |
ab9bc19b | 1552 | { |
474c48f9 | 1553 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1554 | _result = (bool )wxMouseEvent_ButtonUp(_arg0,_arg1); |
ab9bc19b | 1555 | |
474c48f9 | 1556 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1557 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1558 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1559 | return _resultobj; |
1560 | } | |
1561 | ||
1562 | #define wxMouseEvent_Button(_swigobj,_swigarg0) (_swigobj->Button(_swigarg0)) | |
107e4716 | 1563 | static PyObject *_wrap_wxMouseEvent_Button(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1564 | PyObject * _resultobj; |
1565 | bool _result; | |
1566 | wxMouseEvent * _arg0; | |
1567 | int _arg1; | |
2d091820 | 1568 | PyObject * _argo0 = 0; |
107e4716 | 1569 | char *_kwnames[] = { "self","but", NULL }; |
70551f47 RD |
1570 | |
1571 | self = self; | |
107e4716 | 1572 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_Button",_kwnames,&_argo0,&_arg1)) |
70551f47 | 1573 | return NULL; |
2d091820 RD |
1574 | if (_argo0) { |
1575 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1576 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1577 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_Button. Expected _wxMouseEvent_p."); |
1578 | return NULL; | |
1579 | } | |
1580 | } | |
ab9bc19b | 1581 | { |
474c48f9 | 1582 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1583 | _result = (bool )wxMouseEvent_Button(_arg0,_arg1); |
ab9bc19b | 1584 | |
474c48f9 | 1585 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1586 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1587 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1588 | return _resultobj; |
1589 | } | |
1590 | ||
1591 | #define wxMouseEvent_ButtonIsDown(_swigobj,_swigarg0) (_swigobj->ButtonIsDown(_swigarg0)) | |
107e4716 | 1592 | static PyObject *_wrap_wxMouseEvent_ButtonIsDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1593 | PyObject * _resultobj; |
1594 | bool _result; | |
1595 | wxMouseEvent * _arg0; | |
1596 | int _arg1; | |
2d091820 | 1597 | PyObject * _argo0 = 0; |
107e4716 | 1598 | char *_kwnames[] = { "self","but", NULL }; |
70551f47 RD |
1599 | |
1600 | self = self; | |
107e4716 | 1601 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_ButtonIsDown",_kwnames,&_argo0,&_arg1)) |
70551f47 | 1602 | return NULL; |
2d091820 RD |
1603 | if (_argo0) { |
1604 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1605 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1606 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_ButtonIsDown. Expected _wxMouseEvent_p."); |
1607 | return NULL; | |
1608 | } | |
1609 | } | |
ab9bc19b | 1610 | { |
474c48f9 | 1611 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1612 | _result = (bool )wxMouseEvent_ButtonIsDown(_arg0,_arg1); |
ab9bc19b | 1613 | |
474c48f9 | 1614 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1615 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1616 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1617 | return _resultobj; |
1618 | } | |
1619 | ||
1620 | #define wxMouseEvent_ControlDown(_swigobj) (_swigobj->ControlDown()) | |
107e4716 | 1621 | static PyObject *_wrap_wxMouseEvent_ControlDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1622 | PyObject * _resultobj; |
1623 | bool _result; | |
1624 | wxMouseEvent * _arg0; | |
2d091820 | 1625 | PyObject * _argo0 = 0; |
107e4716 | 1626 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1627 | |
1628 | self = self; | |
107e4716 | 1629 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_ControlDown",_kwnames,&_argo0)) |
70551f47 | 1630 | return NULL; |
2d091820 RD |
1631 | if (_argo0) { |
1632 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1633 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1634 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_ControlDown. Expected _wxMouseEvent_p."); |
1635 | return NULL; | |
1636 | } | |
1637 | } | |
ab9bc19b | 1638 | { |
474c48f9 | 1639 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1640 | _result = (bool )wxMouseEvent_ControlDown(_arg0); |
ab9bc19b | 1641 | |
474c48f9 | 1642 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1643 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1644 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1645 | return _resultobj; |
1646 | } | |
1647 | ||
1648 | #define wxMouseEvent_MetaDown(_swigobj) (_swigobj->MetaDown()) | |
107e4716 | 1649 | static PyObject *_wrap_wxMouseEvent_MetaDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1650 | PyObject * _resultobj; |
1651 | bool _result; | |
1652 | wxMouseEvent * _arg0; | |
2d091820 | 1653 | PyObject * _argo0 = 0; |
107e4716 | 1654 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1655 | |
1656 | self = self; | |
107e4716 | 1657 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_MetaDown",_kwnames,&_argo0)) |
70551f47 | 1658 | return NULL; |
2d091820 RD |
1659 | if (_argo0) { |
1660 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1661 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1662 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_MetaDown. Expected _wxMouseEvent_p."); |
1663 | return NULL; | |
1664 | } | |
1665 | } | |
ab9bc19b | 1666 | { |
474c48f9 | 1667 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1668 | _result = (bool )wxMouseEvent_MetaDown(_arg0); |
ab9bc19b | 1669 | |
474c48f9 | 1670 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1671 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1672 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1673 | return _resultobj; |
1674 | } | |
1675 | ||
1676 | #define wxMouseEvent_AltDown(_swigobj) (_swigobj->AltDown()) | |
107e4716 | 1677 | static PyObject *_wrap_wxMouseEvent_AltDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1678 | PyObject * _resultobj; |
1679 | bool _result; | |
1680 | wxMouseEvent * _arg0; | |
2d091820 | 1681 | PyObject * _argo0 = 0; |
107e4716 | 1682 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1683 | |
1684 | self = self; | |
107e4716 | 1685 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_AltDown",_kwnames,&_argo0)) |
70551f47 | 1686 | return NULL; |
2d091820 RD |
1687 | if (_argo0) { |
1688 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1689 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1690 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_AltDown. Expected _wxMouseEvent_p."); |
1691 | return NULL; | |
1692 | } | |
1693 | } | |
ab9bc19b | 1694 | { |
474c48f9 | 1695 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1696 | _result = (bool )wxMouseEvent_AltDown(_arg0); |
ab9bc19b | 1697 | |
474c48f9 | 1698 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1699 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1700 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1701 | return _resultobj; |
1702 | } | |
1703 | ||
1704 | #define wxMouseEvent_ShiftDown(_swigobj) (_swigobj->ShiftDown()) | |
107e4716 | 1705 | static PyObject *_wrap_wxMouseEvent_ShiftDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1706 | PyObject * _resultobj; |
1707 | bool _result; | |
1708 | wxMouseEvent * _arg0; | |
2d091820 | 1709 | PyObject * _argo0 = 0; |
107e4716 | 1710 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1711 | |
1712 | self = self; | |
107e4716 | 1713 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_ShiftDown",_kwnames,&_argo0)) |
70551f47 | 1714 | return NULL; |
2d091820 RD |
1715 | if (_argo0) { |
1716 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1717 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1718 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_ShiftDown. Expected _wxMouseEvent_p."); |
1719 | return NULL; | |
1720 | } | |
1721 | } | |
ab9bc19b | 1722 | { |
474c48f9 | 1723 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1724 | _result = (bool )wxMouseEvent_ShiftDown(_arg0); |
ab9bc19b | 1725 | |
474c48f9 | 1726 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1727 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1728 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1729 | return _resultobj; |
1730 | } | |
1731 | ||
1732 | #define wxMouseEvent_LeftDown(_swigobj) (_swigobj->LeftDown()) | |
107e4716 | 1733 | static PyObject *_wrap_wxMouseEvent_LeftDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1734 | PyObject * _resultobj; |
1735 | bool _result; | |
1736 | wxMouseEvent * _arg0; | |
2d091820 | 1737 | PyObject * _argo0 = 0; |
107e4716 | 1738 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1739 | |
1740 | self = self; | |
107e4716 | 1741 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_LeftDown",_kwnames,&_argo0)) |
70551f47 | 1742 | return NULL; |
2d091820 RD |
1743 | if (_argo0) { |
1744 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1745 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1746 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_LeftDown. Expected _wxMouseEvent_p."); |
1747 | return NULL; | |
1748 | } | |
1749 | } | |
ab9bc19b | 1750 | { |
474c48f9 | 1751 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1752 | _result = (bool )wxMouseEvent_LeftDown(_arg0); |
ab9bc19b | 1753 | |
474c48f9 | 1754 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1755 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1756 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1757 | return _resultobj; |
1758 | } | |
1759 | ||
1760 | #define wxMouseEvent_MiddleDown(_swigobj) (_swigobj->MiddleDown()) | |
107e4716 | 1761 | static PyObject *_wrap_wxMouseEvent_MiddleDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1762 | PyObject * _resultobj; |
1763 | bool _result; | |
1764 | wxMouseEvent * _arg0; | |
2d091820 | 1765 | PyObject * _argo0 = 0; |
107e4716 | 1766 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1767 | |
1768 | self = self; | |
107e4716 | 1769 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_MiddleDown",_kwnames,&_argo0)) |
70551f47 | 1770 | return NULL; |
2d091820 RD |
1771 | if (_argo0) { |
1772 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1773 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1774 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_MiddleDown. Expected _wxMouseEvent_p."); |
1775 | return NULL; | |
1776 | } | |
1777 | } | |
ab9bc19b | 1778 | { |
474c48f9 | 1779 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1780 | _result = (bool )wxMouseEvent_MiddleDown(_arg0); |
ab9bc19b | 1781 | |
474c48f9 | 1782 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1783 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1784 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1785 | return _resultobj; |
1786 | } | |
1787 | ||
1788 | #define wxMouseEvent_RightDown(_swigobj) (_swigobj->RightDown()) | |
107e4716 | 1789 | static PyObject *_wrap_wxMouseEvent_RightDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1790 | PyObject * _resultobj; |
1791 | bool _result; | |
1792 | wxMouseEvent * _arg0; | |
2d091820 | 1793 | PyObject * _argo0 = 0; |
107e4716 | 1794 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1795 | |
1796 | self = self; | |
107e4716 | 1797 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_RightDown",_kwnames,&_argo0)) |
70551f47 | 1798 | return NULL; |
2d091820 RD |
1799 | if (_argo0) { |
1800 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1801 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1802 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_RightDown. Expected _wxMouseEvent_p."); |
1803 | return NULL; | |
1804 | } | |
1805 | } | |
ab9bc19b | 1806 | { |
474c48f9 | 1807 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1808 | _result = (bool )wxMouseEvent_RightDown(_arg0); |
ab9bc19b | 1809 | |
474c48f9 | 1810 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1811 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1812 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1813 | return _resultobj; |
1814 | } | |
1815 | ||
1816 | #define wxMouseEvent_LeftUp(_swigobj) (_swigobj->LeftUp()) | |
107e4716 | 1817 | static PyObject *_wrap_wxMouseEvent_LeftUp(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1818 | PyObject * _resultobj; |
1819 | bool _result; | |
1820 | wxMouseEvent * _arg0; | |
2d091820 | 1821 | PyObject * _argo0 = 0; |
107e4716 | 1822 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1823 | |
1824 | self = self; | |
107e4716 | 1825 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_LeftUp",_kwnames,&_argo0)) |
70551f47 | 1826 | return NULL; |
2d091820 RD |
1827 | if (_argo0) { |
1828 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1829 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1830 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_LeftUp. Expected _wxMouseEvent_p."); |
1831 | return NULL; | |
1832 | } | |
1833 | } | |
ab9bc19b | 1834 | { |
474c48f9 | 1835 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1836 | _result = (bool )wxMouseEvent_LeftUp(_arg0); |
ab9bc19b | 1837 | |
474c48f9 | 1838 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1839 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1840 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1841 | return _resultobj; |
1842 | } | |
1843 | ||
1844 | #define wxMouseEvent_MiddleUp(_swigobj) (_swigobj->MiddleUp()) | |
107e4716 | 1845 | static PyObject *_wrap_wxMouseEvent_MiddleUp(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1846 | PyObject * _resultobj; |
1847 | bool _result; | |
1848 | wxMouseEvent * _arg0; | |
2d091820 | 1849 | PyObject * _argo0 = 0; |
107e4716 | 1850 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1851 | |
1852 | self = self; | |
107e4716 | 1853 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_MiddleUp",_kwnames,&_argo0)) |
70551f47 | 1854 | return NULL; |
2d091820 RD |
1855 | if (_argo0) { |
1856 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1857 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1858 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_MiddleUp. Expected _wxMouseEvent_p."); |
1859 | return NULL; | |
1860 | } | |
1861 | } | |
ab9bc19b | 1862 | { |
474c48f9 | 1863 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1864 | _result = (bool )wxMouseEvent_MiddleUp(_arg0); |
ab9bc19b | 1865 | |
474c48f9 | 1866 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1867 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1868 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1869 | return _resultobj; |
1870 | } | |
1871 | ||
1872 | #define wxMouseEvent_RightUp(_swigobj) (_swigobj->RightUp()) | |
107e4716 | 1873 | static PyObject *_wrap_wxMouseEvent_RightUp(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1874 | PyObject * _resultobj; |
1875 | bool _result; | |
1876 | wxMouseEvent * _arg0; | |
2d091820 | 1877 | PyObject * _argo0 = 0; |
107e4716 | 1878 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1879 | |
1880 | self = self; | |
107e4716 | 1881 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_RightUp",_kwnames,&_argo0)) |
70551f47 | 1882 | return NULL; |
2d091820 RD |
1883 | if (_argo0) { |
1884 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1885 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1886 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_RightUp. Expected _wxMouseEvent_p."); |
1887 | return NULL; | |
1888 | } | |
1889 | } | |
ab9bc19b | 1890 | { |
474c48f9 | 1891 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1892 | _result = (bool )wxMouseEvent_RightUp(_arg0); |
ab9bc19b | 1893 | |
474c48f9 | 1894 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1895 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1896 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1897 | return _resultobj; |
1898 | } | |
1899 | ||
1900 | #define wxMouseEvent_LeftDClick(_swigobj) (_swigobj->LeftDClick()) | |
107e4716 | 1901 | static PyObject *_wrap_wxMouseEvent_LeftDClick(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1902 | PyObject * _resultobj; |
1903 | bool _result; | |
1904 | wxMouseEvent * _arg0; | |
2d091820 | 1905 | PyObject * _argo0 = 0; |
107e4716 | 1906 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1907 | |
1908 | self = self; | |
107e4716 | 1909 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_LeftDClick",_kwnames,&_argo0)) |
70551f47 | 1910 | return NULL; |
2d091820 RD |
1911 | if (_argo0) { |
1912 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1913 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1914 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_LeftDClick. Expected _wxMouseEvent_p."); |
1915 | return NULL; | |
1916 | } | |
1917 | } | |
ab9bc19b | 1918 | { |
474c48f9 | 1919 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1920 | _result = (bool )wxMouseEvent_LeftDClick(_arg0); |
ab9bc19b | 1921 | |
474c48f9 | 1922 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1923 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1924 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1925 | return _resultobj; |
1926 | } | |
1927 | ||
1928 | #define wxMouseEvent_MiddleDClick(_swigobj) (_swigobj->MiddleDClick()) | |
107e4716 | 1929 | static PyObject *_wrap_wxMouseEvent_MiddleDClick(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1930 | PyObject * _resultobj; |
1931 | bool _result; | |
1932 | wxMouseEvent * _arg0; | |
2d091820 | 1933 | PyObject * _argo0 = 0; |
107e4716 | 1934 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1935 | |
1936 | self = self; | |
107e4716 | 1937 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_MiddleDClick",_kwnames,&_argo0)) |
70551f47 | 1938 | return NULL; |
2d091820 RD |
1939 | if (_argo0) { |
1940 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1941 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1942 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_MiddleDClick. Expected _wxMouseEvent_p."); |
1943 | return NULL; | |
1944 | } | |
1945 | } | |
ab9bc19b | 1946 | { |
474c48f9 | 1947 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1948 | _result = (bool )wxMouseEvent_MiddleDClick(_arg0); |
ab9bc19b | 1949 | |
474c48f9 | 1950 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1951 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1952 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1953 | return _resultobj; |
1954 | } | |
1955 | ||
1956 | #define wxMouseEvent_RightDClick(_swigobj) (_swigobj->RightDClick()) | |
107e4716 | 1957 | static PyObject *_wrap_wxMouseEvent_RightDClick(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1958 | PyObject * _resultobj; |
1959 | bool _result; | |
1960 | wxMouseEvent * _arg0; | |
2d091820 | 1961 | PyObject * _argo0 = 0; |
107e4716 | 1962 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1963 | |
1964 | self = self; | |
107e4716 | 1965 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_RightDClick",_kwnames,&_argo0)) |
70551f47 | 1966 | return NULL; |
2d091820 RD |
1967 | if (_argo0) { |
1968 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1969 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1970 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_RightDClick. Expected _wxMouseEvent_p."); |
1971 | return NULL; | |
1972 | } | |
1973 | } | |
ab9bc19b | 1974 | { |
474c48f9 | 1975 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1976 | _result = (bool )wxMouseEvent_RightDClick(_arg0); |
ab9bc19b | 1977 | |
474c48f9 | 1978 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 1979 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 1980 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
1981 | return _resultobj; |
1982 | } | |
1983 | ||
1984 | #define wxMouseEvent_LeftIsDown(_swigobj) (_swigobj->LeftIsDown()) | |
107e4716 | 1985 | static PyObject *_wrap_wxMouseEvent_LeftIsDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
1986 | PyObject * _resultobj; |
1987 | bool _result; | |
1988 | wxMouseEvent * _arg0; | |
2d091820 | 1989 | PyObject * _argo0 = 0; |
107e4716 | 1990 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
1991 | |
1992 | self = self; | |
107e4716 | 1993 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_LeftIsDown",_kwnames,&_argo0)) |
70551f47 | 1994 | return NULL; |
2d091820 RD |
1995 | if (_argo0) { |
1996 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1997 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
1998 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_LeftIsDown. Expected _wxMouseEvent_p."); |
1999 | return NULL; | |
2000 | } | |
2001 | } | |
ab9bc19b | 2002 | { |
474c48f9 | 2003 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2004 | _result = (bool )wxMouseEvent_LeftIsDown(_arg0); |
ab9bc19b | 2005 | |
474c48f9 | 2006 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2007 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2008 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2009 | return _resultobj; |
2010 | } | |
2011 | ||
2012 | #define wxMouseEvent_MiddleIsDown(_swigobj) (_swigobj->MiddleIsDown()) | |
107e4716 | 2013 | static PyObject *_wrap_wxMouseEvent_MiddleIsDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2014 | PyObject * _resultobj; |
2015 | bool _result; | |
2016 | wxMouseEvent * _arg0; | |
2d091820 | 2017 | PyObject * _argo0 = 0; |
107e4716 | 2018 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2019 | |
2020 | self = self; | |
107e4716 | 2021 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_MiddleIsDown",_kwnames,&_argo0)) |
70551f47 | 2022 | return NULL; |
2d091820 RD |
2023 | if (_argo0) { |
2024 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2025 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2026 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_MiddleIsDown. Expected _wxMouseEvent_p."); |
2027 | return NULL; | |
2028 | } | |
2029 | } | |
ab9bc19b | 2030 | { |
474c48f9 | 2031 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2032 | _result = (bool )wxMouseEvent_MiddleIsDown(_arg0); |
ab9bc19b | 2033 | |
474c48f9 | 2034 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2035 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2036 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2037 | return _resultobj; |
2038 | } | |
2039 | ||
2040 | #define wxMouseEvent_RightIsDown(_swigobj) (_swigobj->RightIsDown()) | |
107e4716 | 2041 | static PyObject *_wrap_wxMouseEvent_RightIsDown(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2042 | PyObject * _resultobj; |
2043 | bool _result; | |
2044 | wxMouseEvent * _arg0; | |
2d091820 | 2045 | PyObject * _argo0 = 0; |
107e4716 | 2046 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2047 | |
2048 | self = self; | |
107e4716 | 2049 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_RightIsDown",_kwnames,&_argo0)) |
70551f47 | 2050 | return NULL; |
2d091820 RD |
2051 | if (_argo0) { |
2052 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2053 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2054 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_RightIsDown. Expected _wxMouseEvent_p."); |
2055 | return NULL; | |
2056 | } | |
2057 | } | |
ab9bc19b | 2058 | { |
474c48f9 | 2059 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2060 | _result = (bool )wxMouseEvent_RightIsDown(_arg0); |
ab9bc19b | 2061 | |
474c48f9 | 2062 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2063 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2064 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2065 | return _resultobj; |
2066 | } | |
2067 | ||
2068 | #define wxMouseEvent_Dragging(_swigobj) (_swigobj->Dragging()) | |
107e4716 | 2069 | static PyObject *_wrap_wxMouseEvent_Dragging(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2070 | PyObject * _resultobj; |
2071 | bool _result; | |
2072 | wxMouseEvent * _arg0; | |
2d091820 | 2073 | PyObject * _argo0 = 0; |
107e4716 | 2074 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2075 | |
2076 | self = self; | |
107e4716 | 2077 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_Dragging",_kwnames,&_argo0)) |
70551f47 | 2078 | return NULL; |
2d091820 RD |
2079 | if (_argo0) { |
2080 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2081 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2082 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_Dragging. Expected _wxMouseEvent_p."); |
2083 | return NULL; | |
2084 | } | |
2085 | } | |
ab9bc19b | 2086 | { |
474c48f9 | 2087 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2088 | _result = (bool )wxMouseEvent_Dragging(_arg0); |
ab9bc19b | 2089 | |
474c48f9 | 2090 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2091 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2092 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2093 | return _resultobj; |
2094 | } | |
2095 | ||
2096 | #define wxMouseEvent_Moving(_swigobj) (_swigobj->Moving()) | |
107e4716 | 2097 | static PyObject *_wrap_wxMouseEvent_Moving(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2098 | PyObject * _resultobj; |
2099 | bool _result; | |
2100 | wxMouseEvent * _arg0; | |
2d091820 | 2101 | PyObject * _argo0 = 0; |
107e4716 | 2102 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2103 | |
2104 | self = self; | |
107e4716 | 2105 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_Moving",_kwnames,&_argo0)) |
70551f47 | 2106 | return NULL; |
2d091820 RD |
2107 | if (_argo0) { |
2108 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2109 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2110 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_Moving. Expected _wxMouseEvent_p."); |
2111 | return NULL; | |
2112 | } | |
2113 | } | |
ab9bc19b | 2114 | { |
474c48f9 | 2115 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2116 | _result = (bool )wxMouseEvent_Moving(_arg0); |
ab9bc19b | 2117 | |
474c48f9 | 2118 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2119 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2120 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2121 | return _resultobj; |
2122 | } | |
2123 | ||
2124 | #define wxMouseEvent_Entering(_swigobj) (_swigobj->Entering()) | |
107e4716 | 2125 | static PyObject *_wrap_wxMouseEvent_Entering(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2126 | PyObject * _resultobj; |
2127 | bool _result; | |
2128 | wxMouseEvent * _arg0; | |
2d091820 | 2129 | PyObject * _argo0 = 0; |
107e4716 | 2130 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2131 | |
2132 | self = self; | |
107e4716 | 2133 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_Entering",_kwnames,&_argo0)) |
70551f47 | 2134 | return NULL; |
2d091820 RD |
2135 | if (_argo0) { |
2136 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2137 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2138 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_Entering. Expected _wxMouseEvent_p."); |
2139 | return NULL; | |
2140 | } | |
2141 | } | |
ab9bc19b | 2142 | { |
474c48f9 | 2143 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2144 | _result = (bool )wxMouseEvent_Entering(_arg0); |
ab9bc19b | 2145 | |
474c48f9 | 2146 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2147 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2148 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2149 | return _resultobj; |
2150 | } | |
2151 | ||
2152 | #define wxMouseEvent_Leaving(_swigobj) (_swigobj->Leaving()) | |
107e4716 | 2153 | static PyObject *_wrap_wxMouseEvent_Leaving(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2154 | PyObject * _resultobj; |
2155 | bool _result; | |
2156 | wxMouseEvent * _arg0; | |
2d091820 | 2157 | PyObject * _argo0 = 0; |
107e4716 | 2158 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2159 | |
2160 | self = self; | |
107e4716 | 2161 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_Leaving",_kwnames,&_argo0)) |
70551f47 | 2162 | return NULL; |
2d091820 RD |
2163 | if (_argo0) { |
2164 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2165 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2166 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_Leaving. Expected _wxMouseEvent_p."); |
2167 | return NULL; | |
2168 | } | |
2169 | } | |
ab9bc19b | 2170 | { |
474c48f9 | 2171 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2172 | _result = (bool )wxMouseEvent_Leaving(_arg0); |
ab9bc19b | 2173 | |
474c48f9 | 2174 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2175 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2176 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2177 | return _resultobj; |
2178 | } | |
2179 | ||
4120ef2b RD |
2180 | #define wxMouseEvent_GetPosition(_swigobj) (_swigobj->GetPosition()) |
2181 | static PyObject *_wrap_wxMouseEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2182 | PyObject * _resultobj; | |
2183 | wxPoint * _result; | |
2184 | wxMouseEvent * _arg0; | |
2185 | PyObject * _argo0 = 0; | |
2186 | char *_kwnames[] = { "self", NULL }; | |
2187 | char _ptemp[128]; | |
2188 | ||
2189 | self = self; | |
2190 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_GetPosition",_kwnames,&_argo0)) | |
2191 | return NULL; | |
2192 | if (_argo0) { | |
2193 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2194 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2195 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_GetPosition. Expected _wxMouseEvent_p."); | |
2196 | return NULL; | |
2197 | } | |
2198 | } | |
2199 | { | |
474c48f9 | 2200 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2201 | _result = new wxPoint (wxMouseEvent_GetPosition(_arg0)); |
4120ef2b | 2202 | |
474c48f9 | 2203 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2204 | if (PyErr_Occurred()) return NULL; |
4120ef2b RD |
2205 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); |
2206 | _resultobj = Py_BuildValue("s",_ptemp); | |
2207 | return _resultobj; | |
2208 | } | |
2209 | ||
2210 | #define wxMouseEvent_GetPositionTuple(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetPosition(_swigarg0,_swigarg1)) | |
2211 | static PyObject *_wrap_wxMouseEvent_GetPositionTuple(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
2212 | PyObject * _resultobj; |
2213 | wxMouseEvent * _arg0; | |
2214 | long * _arg1; | |
2215 | long temp; | |
2216 | long * _arg2; | |
2217 | long temp0; | |
2d091820 | 2218 | PyObject * _argo0 = 0; |
107e4716 | 2219 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2220 | |
2221 | self = self; | |
2222 | { | |
2223 | _arg1 = &temp; | |
2224 | } | |
2225 | { | |
2226 | _arg2 = &temp0; | |
2227 | } | |
4120ef2b | 2228 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_GetPositionTuple",_kwnames,&_argo0)) |
70551f47 | 2229 | return NULL; |
2d091820 RD |
2230 | if (_argo0) { |
2231 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2232 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
4120ef2b | 2233 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_GetPositionTuple. Expected _wxMouseEvent_p."); |
70551f47 RD |
2234 | return NULL; |
2235 | } | |
2236 | } | |
ab9bc19b | 2237 | { |
474c48f9 | 2238 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2239 | wxMouseEvent_GetPositionTuple(_arg0,_arg1,_arg2); |
ab9bc19b | 2240 | |
474c48f9 | 2241 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2242 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2243 | } Py_INCREF(Py_None); |
70551f47 RD |
2244 | _resultobj = Py_None; |
2245 | { | |
2246 | PyObject *o; | |
2247 | o = PyInt_FromLong((long) (*_arg1)); | |
2248 | _resultobj = t_output_helper(_resultobj, o); | |
2249 | } | |
2250 | { | |
2251 | PyObject *o; | |
2252 | o = PyInt_FromLong((long) (*_arg2)); | |
2253 | _resultobj = t_output_helper(_resultobj, o); | |
2254 | } | |
2255 | return _resultobj; | |
2256 | } | |
2257 | ||
70551f47 | 2258 | #define wxMouseEvent_GetLogicalPosition(_swigobj,_swigarg0) (_swigobj->GetLogicalPosition(_swigarg0)) |
107e4716 | 2259 | static PyObject *_wrap_wxMouseEvent_GetLogicalPosition(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2260 | PyObject * _resultobj; |
2261 | wxPoint * _result; | |
2262 | wxMouseEvent * _arg0; | |
2263 | wxDC * _arg1; | |
2d091820 RD |
2264 | PyObject * _argo0 = 0; |
2265 | PyObject * _argo1 = 0; | |
107e4716 | 2266 | char *_kwnames[] = { "self","dc", NULL }; |
70551f47 RD |
2267 | char _ptemp[128]; |
2268 | ||
2269 | self = self; | |
107e4716 | 2270 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMouseEvent_GetLogicalPosition",_kwnames,&_argo0,&_argo1)) |
70551f47 | 2271 | return NULL; |
2d091820 RD |
2272 | if (_argo0) { |
2273 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2274 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2275 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_GetLogicalPosition. Expected _wxMouseEvent_p."); |
2276 | return NULL; | |
2277 | } | |
2278 | } | |
2d091820 RD |
2279 | if (_argo1) { |
2280 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
2281 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) { | |
70551f47 RD |
2282 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMouseEvent_GetLogicalPosition. Expected _wxDC_p."); |
2283 | return NULL; | |
2284 | } | |
2285 | } | |
ab9bc19b | 2286 | { |
474c48f9 | 2287 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2288 | _result = new wxPoint (wxMouseEvent_GetLogicalPosition(_arg0,*_arg1)); |
ab9bc19b | 2289 | |
474c48f9 | 2290 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2291 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2292 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); |
70551f47 RD |
2293 | _resultobj = Py_BuildValue("s",_ptemp); |
2294 | return _resultobj; | |
2295 | } | |
2296 | ||
2297 | #define wxMouseEvent_GetX(_swigobj) (_swigobj->GetX()) | |
107e4716 | 2298 | static PyObject *_wrap_wxMouseEvent_GetX(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2299 | PyObject * _resultobj; |
2300 | long _result; | |
2301 | wxMouseEvent * _arg0; | |
2d091820 | 2302 | PyObject * _argo0 = 0; |
107e4716 | 2303 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2304 | |
2305 | self = self; | |
107e4716 | 2306 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_GetX",_kwnames,&_argo0)) |
70551f47 | 2307 | return NULL; |
2d091820 RD |
2308 | if (_argo0) { |
2309 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2310 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2311 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_GetX. Expected _wxMouseEvent_p."); |
2312 | return NULL; | |
2313 | } | |
2314 | } | |
ab9bc19b | 2315 | { |
474c48f9 | 2316 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2317 | _result = (long )wxMouseEvent_GetX(_arg0); |
ab9bc19b | 2318 | |
474c48f9 | 2319 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2320 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2321 | } _resultobj = Py_BuildValue("l",_result); |
70551f47 RD |
2322 | return _resultobj; |
2323 | } | |
2324 | ||
2325 | #define wxMouseEvent_GetY(_swigobj) (_swigobj->GetY()) | |
107e4716 | 2326 | static PyObject *_wrap_wxMouseEvent_GetY(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
2327 | PyObject * _resultobj; |
2328 | long _result; | |
2329 | wxMouseEvent * _arg0; | |
2d091820 | 2330 | PyObject * _argo0 = 0; |
107e4716 | 2331 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2332 | |
2333 | self = self; | |
107e4716 | 2334 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_GetY",_kwnames,&_argo0)) |
70551f47 | 2335 | return NULL; |
2d091820 RD |
2336 | if (_argo0) { |
2337 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2338 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
70551f47 RD |
2339 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_GetY. Expected _wxMouseEvent_p."); |
2340 | return NULL; | |
2341 | } | |
2342 | } | |
ab9bc19b | 2343 | { |
474c48f9 | 2344 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2345 | _result = (long )wxMouseEvent_GetY(_arg0); |
ab9bc19b | 2346 | |
474c48f9 | 2347 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2348 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2349 | } _resultobj = Py_BuildValue("l",_result); |
70551f47 RD |
2350 | return _resultobj; |
2351 | } | |
2352 | ||
7a446686 RD |
2353 | #define wxMouseEvent_GetWheelRotation(_swigobj) (_swigobj->GetWheelRotation()) |
2354 | static PyObject *_wrap_wxMouseEvent_GetWheelRotation(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2355 | PyObject * _resultobj; | |
2356 | int _result; | |
2357 | wxMouseEvent * _arg0; | |
2358 | PyObject * _argo0 = 0; | |
2359 | char *_kwnames[] = { "self", NULL }; | |
2360 | ||
2361 | self = self; | |
2362 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_GetWheelRotation",_kwnames,&_argo0)) | |
2363 | return NULL; | |
2364 | if (_argo0) { | |
2365 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2366 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2367 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_GetWheelRotation. Expected _wxMouseEvent_p."); | |
2368 | return NULL; | |
2369 | } | |
2370 | } | |
2371 | { | |
474c48f9 | 2372 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2373 | _result = (int )wxMouseEvent_GetWheelRotation(_arg0); |
7a446686 | 2374 | |
474c48f9 | 2375 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2376 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
2377 | } _resultobj = Py_BuildValue("i",_result); |
2378 | return _resultobj; | |
2379 | } | |
2380 | ||
2381 | #define wxMouseEvent_GetWheelDelta(_swigobj) (_swigobj->GetWheelDelta()) | |
2382 | static PyObject *_wrap_wxMouseEvent_GetWheelDelta(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2383 | PyObject * _resultobj; | |
2384 | int _result; | |
2385 | wxMouseEvent * _arg0; | |
2386 | PyObject * _argo0 = 0; | |
2387 | char *_kwnames[] = { "self", NULL }; | |
2388 | ||
2389 | self = self; | |
2390 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_GetWheelDelta",_kwnames,&_argo0)) | |
2391 | return NULL; | |
2392 | if (_argo0) { | |
2393 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2394 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2395 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_GetWheelDelta. Expected _wxMouseEvent_p."); | |
2396 | return NULL; | |
2397 | } | |
2398 | } | |
2399 | { | |
474c48f9 | 2400 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2401 | _result = (int )wxMouseEvent_GetWheelDelta(_arg0); |
7a446686 | 2402 | |
474c48f9 | 2403 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2404 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
2405 | } _resultobj = Py_BuildValue("i",_result); |
2406 | return _resultobj; | |
2407 | } | |
2408 | ||
2409 | #define wxMouseEvent_GetLinesPerAction(_swigobj) (_swigobj->GetLinesPerAction()) | |
2410 | static PyObject *_wrap_wxMouseEvent_GetLinesPerAction(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2411 | PyObject * _resultobj; | |
2412 | int _result; | |
2413 | wxMouseEvent * _arg0; | |
2414 | PyObject * _argo0 = 0; | |
2415 | char *_kwnames[] = { "self", NULL }; | |
2416 | ||
2417 | self = self; | |
2418 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_GetLinesPerAction",_kwnames,&_argo0)) | |
2419 | return NULL; | |
2420 | if (_argo0) { | |
2421 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2422 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2423 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_GetLinesPerAction. Expected _wxMouseEvent_p."); | |
2424 | return NULL; | |
2425 | } | |
2426 | } | |
2427 | { | |
474c48f9 | 2428 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2429 | _result = (int )wxMouseEvent_GetLinesPerAction(_arg0); |
7a446686 | 2430 | |
474c48f9 | 2431 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2432 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
2433 | } _resultobj = Py_BuildValue("i",_result); |
2434 | return _resultobj; | |
2435 | } | |
2436 | ||
c368d904 RD |
2437 | #define wxMouseEvent_m_x_set(_swigobj,_swigval) (_swigobj->m_x = _swigval,_swigval) |
2438 | static PyObject *_wrap_wxMouseEvent_m_x_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2439 | PyObject * _resultobj; | |
2440 | long _result; | |
2441 | wxMouseEvent * _arg0; | |
2442 | long _arg1; | |
2443 | PyObject * _argo0 = 0; | |
2444 | char *_kwnames[] = { "self","m_x", NULL }; | |
2445 | ||
2446 | self = self; | |
2447 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxMouseEvent_m_x_set",_kwnames,&_argo0,&_arg1)) | |
2448 | return NULL; | |
2449 | if (_argo0) { | |
2450 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2451 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2452 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_x_set. Expected _wxMouseEvent_p."); | |
2453 | return NULL; | |
2454 | } | |
2455 | } | |
2456 | { | |
474c48f9 | 2457 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2458 | _result = (long )wxMouseEvent_m_x_set(_arg0,_arg1); |
c368d904 | 2459 | |
474c48f9 | 2460 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2461 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
2462 | } _resultobj = Py_BuildValue("l",_result); |
2463 | return _resultobj; | |
70551f47 RD |
2464 | } |
2465 | ||
c368d904 RD |
2466 | #define wxMouseEvent_m_x_get(_swigobj) ((long ) _swigobj->m_x) |
2467 | static PyObject *_wrap_wxMouseEvent_m_x_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
167b96c2 | 2468 | PyObject * _resultobj; |
c368d904 RD |
2469 | long _result; |
2470 | wxMouseEvent * _arg0; | |
2471 | PyObject * _argo0 = 0; | |
2472 | char *_kwnames[] = { "self", NULL }; | |
167b96c2 RD |
2473 | |
2474 | self = self; | |
c368d904 RD |
2475 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_x_get",_kwnames,&_argo0)) |
2476 | return NULL; | |
2477 | if (_argo0) { | |
2478 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2479 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2480 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_x_get. Expected _wxMouseEvent_p."); | |
167b96c2 | 2481 | return NULL; |
c368d904 RD |
2482 | } |
2483 | } | |
167b96c2 | 2484 | { |
474c48f9 | 2485 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2486 | _result = (long )wxMouseEvent_m_x_get(_arg0); |
167b96c2 | 2487 | |
474c48f9 | 2488 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2489 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
2490 | } _resultobj = Py_BuildValue("l",_result); |
2491 | return _resultobj; | |
2492 | } | |
2493 | ||
2494 | #define wxMouseEvent_m_y_set(_swigobj,_swigval) (_swigobj->m_y = _swigval,_swigval) | |
2495 | static PyObject *_wrap_wxMouseEvent_m_y_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2496 | PyObject * _resultobj; | |
2497 | long _result; | |
2498 | wxMouseEvent * _arg0; | |
2499 | long _arg1; | |
2500 | PyObject * _argo0 = 0; | |
2501 | char *_kwnames[] = { "self","m_y", NULL }; | |
2502 | ||
2503 | self = self; | |
2504 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxMouseEvent_m_y_set",_kwnames,&_argo0,&_arg1)) | |
2505 | return NULL; | |
2506 | if (_argo0) { | |
2507 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2508 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2509 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_y_set. Expected _wxMouseEvent_p."); | |
2510 | return NULL; | |
2511 | } | |
167b96c2 | 2512 | } |
c368d904 | 2513 | { |
474c48f9 | 2514 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2515 | _result = (long )wxMouseEvent_m_y_set(_arg0,_arg1); |
c368d904 | 2516 | |
474c48f9 | 2517 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2518 | if (PyErr_Occurred()) return NULL; |
c368d904 | 2519 | } _resultobj = Py_BuildValue("l",_result); |
167b96c2 RD |
2520 | return _resultobj; |
2521 | } | |
2522 | ||
c368d904 RD |
2523 | #define wxMouseEvent_m_y_get(_swigobj) ((long ) _swigobj->m_y) |
2524 | static PyObject *_wrap_wxMouseEvent_m_y_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 2525 | PyObject * _resultobj; |
c368d904 RD |
2526 | long _result; |
2527 | wxMouseEvent * _arg0; | |
2d091820 | 2528 | PyObject * _argo0 = 0; |
107e4716 | 2529 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2530 | |
2531 | self = self; | |
c368d904 | 2532 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_y_get",_kwnames,&_argo0)) |
70551f47 | 2533 | return NULL; |
2d091820 RD |
2534 | if (_argo0) { |
2535 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2536 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2537 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_y_get. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2538 | return NULL; |
2539 | } | |
2540 | } | |
ab9bc19b | 2541 | { |
474c48f9 | 2542 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2543 | _result = (long )wxMouseEvent_m_y_get(_arg0); |
ab9bc19b | 2544 | |
474c48f9 | 2545 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2546 | if (PyErr_Occurred()) return NULL; |
c368d904 | 2547 | } _resultobj = Py_BuildValue("l",_result); |
70551f47 RD |
2548 | return _resultobj; |
2549 | } | |
2550 | ||
c368d904 RD |
2551 | #define wxMouseEvent_m_leftDown_set(_swigobj,_swigval) (_swigobj->m_leftDown = _swigval,_swigval) |
2552 | static PyObject *_wrap_wxMouseEvent_m_leftDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
2553 | PyObject * _resultobj; |
2554 | bool _result; | |
c368d904 RD |
2555 | wxMouseEvent * _arg0; |
2556 | bool _arg1; | |
2d091820 | 2557 | PyObject * _argo0 = 0; |
c368d904 RD |
2558 | int tempbool1; |
2559 | char *_kwnames[] = { "self","m_leftDown", NULL }; | |
70551f47 RD |
2560 | |
2561 | self = self; | |
c368d904 | 2562 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_leftDown_set",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 2563 | return NULL; |
2d091820 RD |
2564 | if (_argo0) { |
2565 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2566 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2567 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_leftDown_set. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2568 | return NULL; |
2569 | } | |
2570 | } | |
c368d904 | 2571 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 2572 | { |
474c48f9 | 2573 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2574 | _result = (bool )wxMouseEvent_m_leftDown_set(_arg0,_arg1); |
ab9bc19b | 2575 | |
474c48f9 | 2576 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2577 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2578 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2579 | return _resultobj; |
2580 | } | |
2581 | ||
c368d904 RD |
2582 | #define wxMouseEvent_m_leftDown_get(_swigobj) ((bool ) _swigobj->m_leftDown) |
2583 | static PyObject *_wrap_wxMouseEvent_m_leftDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
2584 | PyObject * _resultobj; |
2585 | bool _result; | |
c368d904 | 2586 | wxMouseEvent * _arg0; |
2d091820 | 2587 | PyObject * _argo0 = 0; |
107e4716 | 2588 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2589 | |
2590 | self = self; | |
c368d904 | 2591 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_leftDown_get",_kwnames,&_argo0)) |
70551f47 | 2592 | return NULL; |
2d091820 RD |
2593 | if (_argo0) { |
2594 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2595 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2596 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_leftDown_get. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2597 | return NULL; |
2598 | } | |
2599 | } | |
ab9bc19b | 2600 | { |
474c48f9 | 2601 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2602 | _result = (bool )wxMouseEvent_m_leftDown_get(_arg0); |
ab9bc19b | 2603 | |
474c48f9 | 2604 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2605 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2606 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2607 | return _resultobj; |
2608 | } | |
2609 | ||
c368d904 RD |
2610 | #define wxMouseEvent_m_middleDown_set(_swigobj,_swigval) (_swigobj->m_middleDown = _swigval,_swigval) |
2611 | static PyObject *_wrap_wxMouseEvent_m_middleDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
2612 | PyObject * _resultobj; |
2613 | bool _result; | |
c368d904 RD |
2614 | wxMouseEvent * _arg0; |
2615 | bool _arg1; | |
2d091820 | 2616 | PyObject * _argo0 = 0; |
c368d904 RD |
2617 | int tempbool1; |
2618 | char *_kwnames[] = { "self","m_middleDown", NULL }; | |
70551f47 RD |
2619 | |
2620 | self = self; | |
c368d904 | 2621 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_middleDown_set",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 2622 | return NULL; |
2d091820 RD |
2623 | if (_argo0) { |
2624 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2625 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2626 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_middleDown_set. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2627 | return NULL; |
2628 | } | |
2629 | } | |
c368d904 | 2630 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 2631 | { |
474c48f9 | 2632 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2633 | _result = (bool )wxMouseEvent_m_middleDown_set(_arg0,_arg1); |
ab9bc19b | 2634 | |
474c48f9 | 2635 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2636 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 2637 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2638 | return _resultobj; |
2639 | } | |
2640 | ||
c368d904 RD |
2641 | #define wxMouseEvent_m_middleDown_get(_swigobj) ((bool ) _swigobj->m_middleDown) |
2642 | static PyObject *_wrap_wxMouseEvent_m_middleDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 2643 | PyObject * _resultobj; |
c368d904 RD |
2644 | bool _result; |
2645 | wxMouseEvent * _arg0; | |
2d091820 | 2646 | PyObject * _argo0 = 0; |
107e4716 | 2647 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2648 | |
2649 | self = self; | |
c368d904 | 2650 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_middleDown_get",_kwnames,&_argo0)) |
70551f47 | 2651 | return NULL; |
2d091820 RD |
2652 | if (_argo0) { |
2653 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2654 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2655 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_middleDown_get. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2656 | return NULL; |
2657 | } | |
2658 | } | |
ab9bc19b | 2659 | { |
474c48f9 | 2660 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2661 | _result = (bool )wxMouseEvent_m_middleDown_get(_arg0); |
ab9bc19b | 2662 | |
474c48f9 | 2663 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2664 | if (PyErr_Occurred()) return NULL; |
c368d904 | 2665 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2666 | return _resultobj; |
2667 | } | |
2668 | ||
c368d904 RD |
2669 | #define wxMouseEvent_m_rightDown_set(_swigobj,_swigval) (_swigobj->m_rightDown = _swigval,_swigval) |
2670 | static PyObject *_wrap_wxMouseEvent_m_rightDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
f6bcfd97 | 2671 | PyObject * _resultobj; |
c368d904 RD |
2672 | bool _result; |
2673 | wxMouseEvent * _arg0; | |
2674 | bool _arg1; | |
f6bcfd97 | 2675 | PyObject * _argo0 = 0; |
c368d904 RD |
2676 | int tempbool1; |
2677 | char *_kwnames[] = { "self","m_rightDown", NULL }; | |
f6bcfd97 BP |
2678 | |
2679 | self = self; | |
c368d904 | 2680 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_rightDown_set",_kwnames,&_argo0,&tempbool1)) |
f6bcfd97 BP |
2681 | return NULL; |
2682 | if (_argo0) { | |
2683 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2684 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2685 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_rightDown_set. Expected _wxMouseEvent_p."); | |
f6bcfd97 BP |
2686 | return NULL; |
2687 | } | |
2688 | } | |
c368d904 | 2689 | _arg1 = (bool ) tempbool1; |
f6bcfd97 | 2690 | { |
474c48f9 | 2691 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2692 | _result = (bool )wxMouseEvent_m_rightDown_set(_arg0,_arg1); |
f6bcfd97 | 2693 | |
474c48f9 | 2694 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2695 | if (PyErr_Occurred()) return NULL; |
c368d904 | 2696 | } _resultobj = Py_BuildValue("i",_result); |
f6bcfd97 BP |
2697 | return _resultobj; |
2698 | } | |
2699 | ||
c368d904 RD |
2700 | #define wxMouseEvent_m_rightDown_get(_swigobj) ((bool ) _swigobj->m_rightDown) |
2701 | static PyObject *_wrap_wxMouseEvent_m_rightDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
f6bcfd97 BP |
2702 | PyObject * _resultobj; |
2703 | bool _result; | |
c368d904 | 2704 | wxMouseEvent * _arg0; |
f6bcfd97 BP |
2705 | PyObject * _argo0 = 0; |
2706 | char *_kwnames[] = { "self", NULL }; | |
2707 | ||
2708 | self = self; | |
c368d904 | 2709 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_rightDown_get",_kwnames,&_argo0)) |
f6bcfd97 BP |
2710 | return NULL; |
2711 | if (_argo0) { | |
2712 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2713 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2714 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_rightDown_get. Expected _wxMouseEvent_p."); | |
f6bcfd97 BP |
2715 | return NULL; |
2716 | } | |
2717 | } | |
2718 | { | |
474c48f9 | 2719 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2720 | _result = (bool )wxMouseEvent_m_rightDown_get(_arg0); |
f6bcfd97 | 2721 | |
474c48f9 | 2722 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2723 | if (PyErr_Occurred()) return NULL; |
f6bcfd97 BP |
2724 | } _resultobj = Py_BuildValue("i",_result); |
2725 | return _resultobj; | |
2726 | } | |
2727 | ||
c368d904 RD |
2728 | #define wxMouseEvent_m_controlDown_set(_swigobj,_swigval) (_swigobj->m_controlDown = _swigval,_swigval) |
2729 | static PyObject *_wrap_wxMouseEvent_m_controlDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 2730 | PyObject * _resultobj; |
c368d904 RD |
2731 | bool _result; |
2732 | wxMouseEvent * _arg0; | |
2733 | bool _arg1; | |
2d091820 | 2734 | PyObject * _argo0 = 0; |
c368d904 RD |
2735 | int tempbool1; |
2736 | char *_kwnames[] = { "self","m_controlDown", NULL }; | |
70551f47 RD |
2737 | |
2738 | self = self; | |
c368d904 | 2739 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_controlDown_set",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 2740 | return NULL; |
2d091820 RD |
2741 | if (_argo0) { |
2742 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2743 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2744 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_controlDown_set. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2745 | return NULL; |
2746 | } | |
2747 | } | |
c368d904 | 2748 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 2749 | { |
474c48f9 | 2750 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2751 | _result = (bool )wxMouseEvent_m_controlDown_set(_arg0,_arg1); |
ab9bc19b | 2752 | |
474c48f9 | 2753 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2754 | if (PyErr_Occurred()) return NULL; |
c368d904 | 2755 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2756 | return _resultobj; |
2757 | } | |
2758 | ||
c368d904 RD |
2759 | #define wxMouseEvent_m_controlDown_get(_swigobj) ((bool ) _swigobj->m_controlDown) |
2760 | static PyObject *_wrap_wxMouseEvent_m_controlDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 2761 | PyObject * _resultobj; |
c368d904 RD |
2762 | bool _result; |
2763 | wxMouseEvent * _arg0; | |
2d091820 | 2764 | PyObject * _argo0 = 0; |
107e4716 | 2765 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2766 | |
2767 | self = self; | |
c368d904 | 2768 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_controlDown_get",_kwnames,&_argo0)) |
70551f47 | 2769 | return NULL; |
2d091820 RD |
2770 | if (_argo0) { |
2771 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2772 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2773 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_controlDown_get. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2774 | return NULL; |
2775 | } | |
2776 | } | |
ab9bc19b | 2777 | { |
474c48f9 | 2778 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2779 | _result = (bool )wxMouseEvent_m_controlDown_get(_arg0); |
ab9bc19b | 2780 | |
474c48f9 | 2781 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2782 | if (PyErr_Occurred()) return NULL; |
c368d904 | 2783 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2784 | return _resultobj; |
2785 | } | |
2786 | ||
c368d904 RD |
2787 | #define wxMouseEvent_m_shiftDown_set(_swigobj,_swigval) (_swigobj->m_shiftDown = _swigval,_swigval) |
2788 | static PyObject *_wrap_wxMouseEvent_m_shiftDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 2789 | PyObject * _resultobj; |
c368d904 RD |
2790 | bool _result; |
2791 | wxMouseEvent * _arg0; | |
2792 | bool _arg1; | |
2d091820 | 2793 | PyObject * _argo0 = 0; |
c368d904 RD |
2794 | int tempbool1; |
2795 | char *_kwnames[] = { "self","m_shiftDown", NULL }; | |
70551f47 RD |
2796 | |
2797 | self = self; | |
c368d904 | 2798 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_shiftDown_set",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 2799 | return NULL; |
2d091820 RD |
2800 | if (_argo0) { |
2801 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2802 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2803 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_shiftDown_set. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2804 | return NULL; |
2805 | } | |
2806 | } | |
c368d904 | 2807 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 2808 | { |
474c48f9 | 2809 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2810 | _result = (bool )wxMouseEvent_m_shiftDown_set(_arg0,_arg1); |
ab9bc19b | 2811 | |
474c48f9 | 2812 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2813 | if (PyErr_Occurred()) return NULL; |
c368d904 | 2814 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
2815 | return _resultobj; |
2816 | } | |
2817 | ||
c368d904 RD |
2818 | #define wxMouseEvent_m_shiftDown_get(_swigobj) ((bool ) _swigobj->m_shiftDown) |
2819 | static PyObject *_wrap_wxMouseEvent_m_shiftDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 2820 | PyObject * _resultobj; |
c368d904 RD |
2821 | bool _result; |
2822 | wxMouseEvent * _arg0; | |
2d091820 | 2823 | PyObject * _argo0 = 0; |
107e4716 | 2824 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
2825 | |
2826 | self = self; | |
c368d904 RD |
2827 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_shiftDown_get",_kwnames,&_argo0)) |
2828 | return NULL; | |
2829 | if (_argo0) { | |
2830 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2831 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2832 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_shiftDown_get. Expected _wxMouseEvent_p."); | |
2833 | return NULL; | |
2834 | } | |
2835 | } | |
167b96c2 | 2836 | { |
474c48f9 | 2837 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2838 | _result = (bool )wxMouseEvent_m_shiftDown_get(_arg0); |
c368d904 | 2839 | |
474c48f9 | 2840 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2841 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
2842 | } _resultobj = Py_BuildValue("i",_result); |
2843 | return _resultobj; | |
167b96c2 | 2844 | } |
c368d904 RD |
2845 | |
2846 | #define wxMouseEvent_m_altDown_set(_swigobj,_swigval) (_swigobj->m_altDown = _swigval,_swigval) | |
2847 | static PyObject *_wrap_wxMouseEvent_m_altDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2848 | PyObject * _resultobj; | |
2849 | bool _result; | |
2850 | wxMouseEvent * _arg0; | |
2851 | bool _arg1; | |
2852 | PyObject * _argo0 = 0; | |
2853 | int tempbool1; | |
2854 | char *_kwnames[] = { "self","m_altDown", NULL }; | |
2855 | ||
2856 | self = self; | |
2857 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_altDown_set",_kwnames,&_argo0,&tempbool1)) | |
70551f47 | 2858 | return NULL; |
2d091820 RD |
2859 | if (_argo0) { |
2860 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
c368d904 RD |
2861 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { |
2862 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_altDown_set. Expected _wxMouseEvent_p."); | |
70551f47 RD |
2863 | return NULL; |
2864 | } | |
2865 | } | |
c368d904 | 2866 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 2867 | { |
474c48f9 | 2868 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2869 | _result = (bool )wxMouseEvent_m_altDown_set(_arg0,_arg1); |
ab9bc19b | 2870 | |
474c48f9 | 2871 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2872 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
2873 | } _resultobj = Py_BuildValue("i",_result); |
2874 | return _resultobj; | |
2875 | } | |
2876 | ||
2877 | #define wxMouseEvent_m_altDown_get(_swigobj) ((bool ) _swigobj->m_altDown) | |
2878 | static PyObject *_wrap_wxMouseEvent_m_altDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2879 | PyObject * _resultobj; | |
2880 | bool _result; | |
2881 | wxMouseEvent * _arg0; | |
2882 | PyObject * _argo0 = 0; | |
2883 | char *_kwnames[] = { "self", NULL }; | |
2884 | ||
2885 | self = self; | |
2886 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_altDown_get",_kwnames,&_argo0)) | |
2887 | return NULL; | |
2888 | if (_argo0) { | |
2889 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2890 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2891 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_altDown_get. Expected _wxMouseEvent_p."); | |
2892 | return NULL; | |
2893 | } | |
2894 | } | |
2895 | { | |
474c48f9 | 2896 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2897 | _result = (bool )wxMouseEvent_m_altDown_get(_arg0); |
c368d904 | 2898 | |
474c48f9 | 2899 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2900 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
2901 | } _resultobj = Py_BuildValue("i",_result); |
2902 | return _resultobj; | |
2903 | } | |
2904 | ||
2905 | #define wxMouseEvent_m_metaDown_set(_swigobj,_swigval) (_swigobj->m_metaDown = _swigval,_swigval) | |
2906 | static PyObject *_wrap_wxMouseEvent_m_metaDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2907 | PyObject * _resultobj; | |
2908 | bool _result; | |
2909 | wxMouseEvent * _arg0; | |
2910 | bool _arg1; | |
2911 | PyObject * _argo0 = 0; | |
2912 | int tempbool1; | |
2913 | char *_kwnames[] = { "self","m_metaDown", NULL }; | |
2914 | ||
2915 | self = self; | |
2916 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_metaDown_set",_kwnames,&_argo0,&tempbool1)) | |
2917 | return NULL; | |
2918 | if (_argo0) { | |
2919 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2920 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2921 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_metaDown_set. Expected _wxMouseEvent_p."); | |
2922 | return NULL; | |
2923 | } | |
2924 | } | |
2925 | _arg1 = (bool ) tempbool1; | |
2926 | { | |
474c48f9 | 2927 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2928 | _result = (bool )wxMouseEvent_m_metaDown_set(_arg0,_arg1); |
c368d904 | 2929 | |
474c48f9 | 2930 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2931 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
2932 | } _resultobj = Py_BuildValue("i",_result); |
2933 | return _resultobj; | |
2934 | } | |
2935 | ||
2936 | #define wxMouseEvent_m_metaDown_get(_swigobj) ((bool ) _swigobj->m_metaDown) | |
2937 | static PyObject *_wrap_wxMouseEvent_m_metaDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2938 | PyObject * _resultobj; | |
2939 | bool _result; | |
2940 | wxMouseEvent * _arg0; | |
2941 | PyObject * _argo0 = 0; | |
2942 | char *_kwnames[] = { "self", NULL }; | |
2943 | ||
2944 | self = self; | |
2945 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_metaDown_get",_kwnames,&_argo0)) | |
2946 | return NULL; | |
2947 | if (_argo0) { | |
2948 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2949 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2950 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_metaDown_get. Expected _wxMouseEvent_p."); | |
2951 | return NULL; | |
2952 | } | |
2953 | } | |
2954 | { | |
474c48f9 | 2955 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2956 | _result = (bool )wxMouseEvent_m_metaDown_get(_arg0); |
c368d904 | 2957 | |
474c48f9 | 2958 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2959 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
2960 | } _resultobj = Py_BuildValue("i",_result); |
2961 | return _resultobj; | |
2962 | } | |
2963 | ||
7a446686 RD |
2964 | #define wxMouseEvent_m_wheelRotation_set(_swigobj,_swigval) (_swigobj->m_wheelRotation = _swigval,_swigval) |
2965 | static PyObject *_wrap_wxMouseEvent_m_wheelRotation_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2966 | PyObject * _resultobj; | |
2967 | int _result; | |
2968 | wxMouseEvent * _arg0; | |
2969 | int _arg1; | |
2970 | PyObject * _argo0 = 0; | |
2971 | char *_kwnames[] = { "self","m_wheelRotation", NULL }; | |
2972 | ||
2973 | self = self; | |
2974 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_wheelRotation_set",_kwnames,&_argo0,&_arg1)) | |
2975 | return NULL; | |
2976 | if (_argo0) { | |
2977 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2978 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
2979 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_wheelRotation_set. Expected _wxMouseEvent_p."); | |
2980 | return NULL; | |
2981 | } | |
2982 | } | |
2983 | { | |
474c48f9 | 2984 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2985 | _result = (int )wxMouseEvent_m_wheelRotation_set(_arg0,_arg1); |
7a446686 | 2986 | |
474c48f9 | 2987 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 2988 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
2989 | } _resultobj = Py_BuildValue("i",_result); |
2990 | return _resultobj; | |
2991 | } | |
2992 | ||
2993 | #define wxMouseEvent_m_wheelRotation_get(_swigobj) ((int ) _swigobj->m_wheelRotation) | |
2994 | static PyObject *_wrap_wxMouseEvent_m_wheelRotation_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2995 | PyObject * _resultobj; | |
2996 | int _result; | |
2997 | wxMouseEvent * _arg0; | |
2998 | PyObject * _argo0 = 0; | |
2999 | char *_kwnames[] = { "self", NULL }; | |
3000 | ||
3001 | self = self; | |
3002 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_wheelRotation_get",_kwnames,&_argo0)) | |
3003 | return NULL; | |
3004 | if (_argo0) { | |
3005 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3006 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
3007 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_wheelRotation_get. Expected _wxMouseEvent_p."); | |
3008 | return NULL; | |
3009 | } | |
3010 | } | |
3011 | { | |
474c48f9 | 3012 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3013 | _result = (int )wxMouseEvent_m_wheelRotation_get(_arg0); |
7a446686 | 3014 | |
474c48f9 | 3015 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3016 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
3017 | } _resultobj = Py_BuildValue("i",_result); |
3018 | return _resultobj; | |
3019 | } | |
3020 | ||
3021 | #define wxMouseEvent_m_wheelDelta_set(_swigobj,_swigval) (_swigobj->m_wheelDelta = _swigval,_swigval) | |
3022 | static PyObject *_wrap_wxMouseEvent_m_wheelDelta_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3023 | PyObject * _resultobj; | |
3024 | int _result; | |
3025 | wxMouseEvent * _arg0; | |
3026 | int _arg1; | |
3027 | PyObject * _argo0 = 0; | |
3028 | char *_kwnames[] = { "self","m_wheelDelta", NULL }; | |
3029 | ||
3030 | self = self; | |
3031 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_wheelDelta_set",_kwnames,&_argo0,&_arg1)) | |
3032 | return NULL; | |
3033 | if (_argo0) { | |
3034 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3035 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
3036 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_wheelDelta_set. Expected _wxMouseEvent_p."); | |
3037 | return NULL; | |
3038 | } | |
3039 | } | |
3040 | { | |
474c48f9 | 3041 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3042 | _result = (int )wxMouseEvent_m_wheelDelta_set(_arg0,_arg1); |
7a446686 | 3043 | |
474c48f9 | 3044 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3045 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
3046 | } _resultobj = Py_BuildValue("i",_result); |
3047 | return _resultobj; | |
3048 | } | |
3049 | ||
3050 | #define wxMouseEvent_m_wheelDelta_get(_swigobj) ((int ) _swigobj->m_wheelDelta) | |
3051 | static PyObject *_wrap_wxMouseEvent_m_wheelDelta_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3052 | PyObject * _resultobj; | |
3053 | int _result; | |
3054 | wxMouseEvent * _arg0; | |
3055 | PyObject * _argo0 = 0; | |
3056 | char *_kwnames[] = { "self", NULL }; | |
3057 | ||
3058 | self = self; | |
3059 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_wheelDelta_get",_kwnames,&_argo0)) | |
3060 | return NULL; | |
3061 | if (_argo0) { | |
3062 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3063 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
3064 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_wheelDelta_get. Expected _wxMouseEvent_p."); | |
3065 | return NULL; | |
3066 | } | |
3067 | } | |
3068 | { | |
474c48f9 | 3069 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3070 | _result = (int )wxMouseEvent_m_wheelDelta_get(_arg0); |
7a446686 | 3071 | |
474c48f9 | 3072 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3073 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
3074 | } _resultobj = Py_BuildValue("i",_result); |
3075 | return _resultobj; | |
3076 | } | |
3077 | ||
3078 | #define wxMouseEvent_m_linesPerAction_set(_swigobj,_swigval) (_swigobj->m_linesPerAction = _swigval,_swigval) | |
3079 | static PyObject *_wrap_wxMouseEvent_m_linesPerAction_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3080 | PyObject * _resultobj; | |
3081 | int _result; | |
3082 | wxMouseEvent * _arg0; | |
3083 | int _arg1; | |
3084 | PyObject * _argo0 = 0; | |
3085 | char *_kwnames[] = { "self","m_linesPerAction", NULL }; | |
3086 | ||
3087 | self = self; | |
3088 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMouseEvent_m_linesPerAction_set",_kwnames,&_argo0,&_arg1)) | |
3089 | return NULL; | |
3090 | if (_argo0) { | |
3091 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3092 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
3093 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_linesPerAction_set. Expected _wxMouseEvent_p."); | |
3094 | return NULL; | |
3095 | } | |
3096 | } | |
3097 | { | |
474c48f9 | 3098 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3099 | _result = (int )wxMouseEvent_m_linesPerAction_set(_arg0,_arg1); |
7a446686 | 3100 | |
474c48f9 | 3101 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3102 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
3103 | } _resultobj = Py_BuildValue("i",_result); |
3104 | return _resultobj; | |
3105 | } | |
3106 | ||
3107 | #define wxMouseEvent_m_linesPerAction_get(_swigobj) ((int ) _swigobj->m_linesPerAction) | |
3108 | static PyObject *_wrap_wxMouseEvent_m_linesPerAction_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3109 | PyObject * _resultobj; | |
3110 | int _result; | |
3111 | wxMouseEvent * _arg0; | |
3112 | PyObject * _argo0 = 0; | |
3113 | char *_kwnames[] = { "self", NULL }; | |
3114 | ||
3115 | self = self; | |
3116 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseEvent_m_linesPerAction_get",_kwnames,&_argo0)) | |
3117 | return NULL; | |
3118 | if (_argo0) { | |
3119 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3120 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseEvent_p")) { | |
3121 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseEvent_m_linesPerAction_get. Expected _wxMouseEvent_p."); | |
3122 | return NULL; | |
3123 | } | |
3124 | } | |
3125 | { | |
474c48f9 | 3126 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3127 | _result = (int )wxMouseEvent_m_linesPerAction_get(_arg0); |
7a446686 | 3128 | |
474c48f9 | 3129 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3130 | if (PyErr_Occurred()) return NULL; |
7a446686 RD |
3131 | } _resultobj = Py_BuildValue("i",_result); |
3132 | return _resultobj; | |
3133 | } | |
3134 | ||
94c16279 RD |
3135 | static void *SwigwxMouseCaptureChangedEventTowxEvent(void *ptr) { |
3136 | wxMouseCaptureChangedEvent *src; | |
3137 | wxEvent *dest; | |
3138 | src = (wxMouseCaptureChangedEvent *) ptr; | |
3139 | dest = (wxEvent *) src; | |
3140 | return (void *) dest; | |
3141 | } | |
3142 | ||
3143 | static void *SwigwxMouseCaptureChangedEventTowxObject(void *ptr) { | |
3144 | wxMouseCaptureChangedEvent *src; | |
3145 | wxObject *dest; | |
3146 | src = (wxMouseCaptureChangedEvent *) ptr; | |
3147 | dest = (wxObject *) src; | |
3148 | return (void *) dest; | |
3149 | } | |
3150 | ||
3151 | #define new_wxMouseCaptureChangedEvent(_swigarg0,_swigarg1) (new wxMouseCaptureChangedEvent(_swigarg0,_swigarg1)) | |
3152 | static PyObject *_wrap_new_wxMouseCaptureChangedEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3153 | PyObject * _resultobj; | |
3154 | wxMouseCaptureChangedEvent * _result; | |
3155 | wxWindowID _arg0 = (wxWindowID ) 0; | |
3156 | wxWindow * _arg1 = (wxWindow *) NULL; | |
3157 | PyObject * _argo1 = 0; | |
3158 | char *_kwnames[] = { "id","gainedCapture", NULL }; | |
3159 | char _ptemp[128]; | |
3160 | ||
3161 | self = self; | |
3162 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|iO:new_wxMouseCaptureChangedEvent",_kwnames,&_arg0,&_argo1)) | |
3163 | return NULL; | |
3164 | if (_argo1) { | |
3165 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
3166 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
3167 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxMouseCaptureChangedEvent. Expected _wxWindow_p."); | |
3168 | return NULL; | |
3169 | } | |
3170 | } | |
3171 | { | |
3172 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3173 | _result = (wxMouseCaptureChangedEvent *)new_wxMouseCaptureChangedEvent(_arg0,_arg1); | |
3174 | ||
3175 | wxPyEndAllowThreads(__tstate); | |
3176 | if (PyErr_Occurred()) return NULL; | |
3177 | } if (_result) { | |
3178 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMouseCaptureChangedEvent_p"); | |
3179 | _resultobj = Py_BuildValue("s",_ptemp); | |
3180 | } else { | |
3181 | Py_INCREF(Py_None); | |
3182 | _resultobj = Py_None; | |
3183 | } | |
3184 | return _resultobj; | |
3185 | } | |
3186 | ||
3187 | #define wxMouseCaptureChangedEvent_GetCapturedWindow(_swigobj) (_swigobj->GetCapturedWindow()) | |
3188 | static PyObject *_wrap_wxMouseCaptureChangedEvent_GetCapturedWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3189 | PyObject * _resultobj; | |
3190 | wxWindow * _result; | |
3191 | wxMouseCaptureChangedEvent * _arg0; | |
3192 | PyObject * _argo0 = 0; | |
3193 | char *_kwnames[] = { "self", NULL }; | |
3194 | ||
3195 | self = self; | |
3196 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMouseCaptureChangedEvent_GetCapturedWindow",_kwnames,&_argo0)) | |
3197 | return NULL; | |
3198 | if (_argo0) { | |
3199 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3200 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMouseCaptureChangedEvent_p")) { | |
3201 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMouseCaptureChangedEvent_GetCapturedWindow. Expected _wxMouseCaptureChangedEvent_p."); | |
3202 | return NULL; | |
3203 | } | |
3204 | } | |
3205 | { | |
3206 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3207 | _result = (wxWindow *)wxMouseCaptureChangedEvent_GetCapturedWindow(_arg0); | |
3208 | ||
3209 | wxPyEndAllowThreads(__tstate); | |
3210 | if (PyErr_Occurred()) return NULL; | |
3211 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
3212 | return _resultobj; | |
3213 | } | |
3214 | ||
c368d904 RD |
3215 | static void *SwigwxKeyEventTowxEvent(void *ptr) { |
3216 | wxKeyEvent *src; | |
3217 | wxEvent *dest; | |
3218 | src = (wxKeyEvent *) ptr; | |
3219 | dest = (wxEvent *) src; | |
3220 | return (void *) dest; | |
3221 | } | |
3222 | ||
9df61a29 RD |
3223 | static void *SwigwxKeyEventTowxObject(void *ptr) { |
3224 | wxKeyEvent *src; | |
3225 | wxObject *dest; | |
3226 | src = (wxKeyEvent *) ptr; | |
3227 | dest = (wxObject *) src; | |
3228 | return (void *) dest; | |
3229 | } | |
3230 | ||
c368d904 RD |
3231 | #define new_wxKeyEvent(_swigarg0) (new wxKeyEvent(_swigarg0)) |
3232 | static PyObject *_wrap_new_wxKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3233 | PyObject * _resultobj; | |
3234 | wxKeyEvent * _result; | |
3235 | int _arg0; | |
3236 | char *_kwnames[] = { "keyEventType", NULL }; | |
3237 | char _ptemp[128]; | |
3238 | ||
3239 | self = self; | |
3240 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:new_wxKeyEvent",_kwnames,&_arg0)) | |
3241 | return NULL; | |
3242 | { | |
474c48f9 | 3243 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3244 | _result = (wxKeyEvent *)new_wxKeyEvent(_arg0); |
c368d904 | 3245 | |
474c48f9 | 3246 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3247 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3248 | } if (_result) { |
3249 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxKeyEvent_p"); | |
3250 | _resultobj = Py_BuildValue("s",_ptemp); | |
3251 | } else { | |
3252 | Py_INCREF(Py_None); | |
3253 | _resultobj = Py_None; | |
3254 | } | |
3255 | return _resultobj; | |
3256 | } | |
3257 | ||
3258 | #define wxKeyEvent_ControlDown(_swigobj) (_swigobj->ControlDown()) | |
3259 | static PyObject *_wrap_wxKeyEvent_ControlDown(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3260 | PyObject * _resultobj; | |
3261 | bool _result; | |
3262 | wxKeyEvent * _arg0; | |
3263 | PyObject * _argo0 = 0; | |
3264 | char *_kwnames[] = { "self", NULL }; | |
3265 | ||
3266 | self = self; | |
3267 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_ControlDown",_kwnames,&_argo0)) | |
3268 | return NULL; | |
3269 | if (_argo0) { | |
3270 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3271 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3272 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_ControlDown. Expected _wxKeyEvent_p."); | |
3273 | return NULL; | |
3274 | } | |
3275 | } | |
3276 | { | |
474c48f9 | 3277 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3278 | _result = (bool )wxKeyEvent_ControlDown(_arg0); |
c368d904 | 3279 | |
474c48f9 | 3280 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3281 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3282 | } _resultobj = Py_BuildValue("i",_result); |
3283 | return _resultobj; | |
3284 | } | |
3285 | ||
3286 | #define wxKeyEvent_MetaDown(_swigobj) (_swigobj->MetaDown()) | |
3287 | static PyObject *_wrap_wxKeyEvent_MetaDown(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3288 | PyObject * _resultobj; | |
3289 | bool _result; | |
3290 | wxKeyEvent * _arg0; | |
3291 | PyObject * _argo0 = 0; | |
3292 | char *_kwnames[] = { "self", NULL }; | |
3293 | ||
3294 | self = self; | |
3295 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_MetaDown",_kwnames,&_argo0)) | |
3296 | return NULL; | |
3297 | if (_argo0) { | |
3298 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3299 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3300 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_MetaDown. Expected _wxKeyEvent_p."); | |
3301 | return NULL; | |
3302 | } | |
3303 | } | |
3304 | { | |
474c48f9 | 3305 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3306 | _result = (bool )wxKeyEvent_MetaDown(_arg0); |
c368d904 | 3307 | |
474c48f9 | 3308 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3309 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3310 | } _resultobj = Py_BuildValue("i",_result); |
3311 | return _resultobj; | |
3312 | } | |
3313 | ||
3314 | #define wxKeyEvent_AltDown(_swigobj) (_swigobj->AltDown()) | |
3315 | static PyObject *_wrap_wxKeyEvent_AltDown(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3316 | PyObject * _resultobj; | |
3317 | bool _result; | |
3318 | wxKeyEvent * _arg0; | |
3319 | PyObject * _argo0 = 0; | |
3320 | char *_kwnames[] = { "self", NULL }; | |
3321 | ||
3322 | self = self; | |
3323 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_AltDown",_kwnames,&_argo0)) | |
3324 | return NULL; | |
3325 | if (_argo0) { | |
3326 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3327 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3328 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_AltDown. Expected _wxKeyEvent_p."); | |
3329 | return NULL; | |
3330 | } | |
3331 | } | |
3332 | { | |
474c48f9 | 3333 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3334 | _result = (bool )wxKeyEvent_AltDown(_arg0); |
c368d904 | 3335 | |
474c48f9 | 3336 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3337 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3338 | } _resultobj = Py_BuildValue("i",_result); |
3339 | return _resultobj; | |
3340 | } | |
3341 | ||
3342 | #define wxKeyEvent_ShiftDown(_swigobj) (_swigobj->ShiftDown()) | |
3343 | static PyObject *_wrap_wxKeyEvent_ShiftDown(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3344 | PyObject * _resultobj; | |
3345 | bool _result; | |
3346 | wxKeyEvent * _arg0; | |
3347 | PyObject * _argo0 = 0; | |
3348 | char *_kwnames[] = { "self", NULL }; | |
3349 | ||
3350 | self = self; | |
3351 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_ShiftDown",_kwnames,&_argo0)) | |
3352 | return NULL; | |
3353 | if (_argo0) { | |
3354 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3355 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3356 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_ShiftDown. Expected _wxKeyEvent_p."); | |
3357 | return NULL; | |
3358 | } | |
3359 | } | |
3360 | { | |
474c48f9 | 3361 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3362 | _result = (bool )wxKeyEvent_ShiftDown(_arg0); |
c368d904 | 3363 | |
474c48f9 | 3364 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3365 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3366 | } _resultobj = Py_BuildValue("i",_result); |
3367 | return _resultobj; | |
3368 | } | |
3369 | ||
3370 | #define wxKeyEvent_KeyCode(_swigobj) (_swigobj->KeyCode()) | |
3371 | static PyObject *_wrap_wxKeyEvent_KeyCode(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3372 | PyObject * _resultobj; | |
3373 | long _result; | |
3374 | wxKeyEvent * _arg0; | |
3375 | PyObject * _argo0 = 0; | |
3376 | char *_kwnames[] = { "self", NULL }; | |
3377 | ||
3378 | self = self; | |
3379 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_KeyCode",_kwnames,&_argo0)) | |
3380 | return NULL; | |
3381 | if (_argo0) { | |
3382 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3383 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3384 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_KeyCode. Expected _wxKeyEvent_p."); | |
3385 | return NULL; | |
3386 | } | |
3387 | } | |
3388 | { | |
474c48f9 | 3389 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3390 | _result = (long )wxKeyEvent_KeyCode(_arg0); |
c368d904 | 3391 | |
474c48f9 | 3392 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3393 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3394 | } _resultobj = Py_BuildValue("l",_result); |
3395 | return _resultobj; | |
3396 | } | |
3397 | ||
3398 | #define wxKeyEvent_GetKeyCode(_swigobj) (_swigobj->GetKeyCode()) | |
3399 | static PyObject *_wrap_wxKeyEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3400 | PyObject * _resultobj; | |
3401 | long _result; | |
3402 | wxKeyEvent * _arg0; | |
3403 | PyObject * _argo0 = 0; | |
3404 | char *_kwnames[] = { "self", NULL }; | |
3405 | ||
3406 | self = self; | |
3407 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_GetKeyCode",_kwnames,&_argo0)) | |
3408 | return NULL; | |
3409 | if (_argo0) { | |
3410 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3411 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3412 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_GetKeyCode. Expected _wxKeyEvent_p."); | |
3413 | return NULL; | |
3414 | } | |
3415 | } | |
3416 | { | |
474c48f9 | 3417 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3418 | _result = (long )wxKeyEvent_GetKeyCode(_arg0); |
c368d904 | 3419 | |
474c48f9 | 3420 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3421 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3422 | } _resultobj = Py_BuildValue("l",_result); |
3423 | return _resultobj; | |
3424 | } | |
3425 | ||
3426 | #define wxKeyEvent_HasModifiers(_swigobj) (_swigobj->HasModifiers()) | |
3427 | static PyObject *_wrap_wxKeyEvent_HasModifiers(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3428 | PyObject * _resultobj; | |
3429 | bool _result; | |
3430 | wxKeyEvent * _arg0; | |
3431 | PyObject * _argo0 = 0; | |
3432 | char *_kwnames[] = { "self", NULL }; | |
3433 | ||
3434 | self = self; | |
3435 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_HasModifiers",_kwnames,&_argo0)) | |
3436 | return NULL; | |
3437 | if (_argo0) { | |
3438 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3439 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3440 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_HasModifiers. Expected _wxKeyEvent_p."); | |
3441 | return NULL; | |
3442 | } | |
3443 | } | |
3444 | { | |
474c48f9 | 3445 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3446 | _result = (bool )wxKeyEvent_HasModifiers(_arg0); |
c368d904 | 3447 | |
474c48f9 | 3448 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3449 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3450 | } _resultobj = Py_BuildValue("i",_result); |
3451 | return _resultobj; | |
3452 | } | |
3453 | ||
87439dd8 RD |
3454 | #define wxKeyEvent_GetRawKeyCode(_swigobj) (_swigobj->GetRawKeyCode()) |
3455 | static PyObject *_wrap_wxKeyEvent_GetRawKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3456 | PyObject * _resultobj; | |
3457 | long _result; | |
3458 | wxKeyEvent * _arg0; | |
3459 | PyObject * _argo0 = 0; | |
3460 | char *_kwnames[] = { "self", NULL }; | |
3461 | ||
3462 | self = self; | |
3463 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_GetRawKeyCode",_kwnames,&_argo0)) | |
3464 | return NULL; | |
3465 | if (_argo0) { | |
3466 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3467 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3468 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_GetRawKeyCode. Expected _wxKeyEvent_p."); | |
3469 | return NULL; | |
3470 | } | |
3471 | } | |
3472 | { | |
3473 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3474 | _result = (long )wxKeyEvent_GetRawKeyCode(_arg0); | |
3475 | ||
3476 | wxPyEndAllowThreads(__tstate); | |
3477 | if (PyErr_Occurred()) return NULL; | |
3478 | } _resultobj = Py_BuildValue("l",_result); | |
3479 | return _resultobj; | |
3480 | } | |
3481 | ||
3482 | #define wxKeyEvent_GetRawKeyFlags(_swigobj) (_swigobj->GetRawKeyFlags()) | |
3483 | static PyObject *_wrap_wxKeyEvent_GetRawKeyFlags(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3484 | PyObject * _resultobj; | |
3485 | long _result; | |
3486 | wxKeyEvent * _arg0; | |
3487 | PyObject * _argo0 = 0; | |
3488 | char *_kwnames[] = { "self", NULL }; | |
3489 | ||
3490 | self = self; | |
3491 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_GetRawKeyFlags",_kwnames,&_argo0)) | |
3492 | return NULL; | |
3493 | if (_argo0) { | |
3494 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3495 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3496 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_GetRawKeyFlags. Expected _wxKeyEvent_p."); | |
3497 | return NULL; | |
3498 | } | |
3499 | } | |
3500 | { | |
3501 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3502 | _result = (long )wxKeyEvent_GetRawKeyFlags(_arg0); | |
3503 | ||
3504 | wxPyEndAllowThreads(__tstate); | |
3505 | if (PyErr_Occurred()) return NULL; | |
3506 | } _resultobj = Py_BuildValue("l",_result); | |
3507 | return _resultobj; | |
3508 | } | |
3509 | ||
c368d904 RD |
3510 | #define wxKeyEvent_GetX(_swigobj) (_swigobj->GetX()) |
3511 | static PyObject *_wrap_wxKeyEvent_GetX(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3512 | PyObject * _resultobj; | |
3513 | long _result; | |
3514 | wxKeyEvent * _arg0; | |
3515 | PyObject * _argo0 = 0; | |
3516 | char *_kwnames[] = { "self", NULL }; | |
3517 | ||
3518 | self = self; | |
3519 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_GetX",_kwnames,&_argo0)) | |
3520 | return NULL; | |
3521 | if (_argo0) { | |
3522 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3523 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3524 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_GetX. Expected _wxKeyEvent_p."); | |
3525 | return NULL; | |
3526 | } | |
3527 | } | |
3528 | { | |
474c48f9 | 3529 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3530 | _result = (long )wxKeyEvent_GetX(_arg0); |
c368d904 | 3531 | |
474c48f9 | 3532 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3533 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3534 | } _resultobj = Py_BuildValue("l",_result); |
3535 | return _resultobj; | |
3536 | } | |
3537 | ||
3538 | #define wxKeyEvent_GetY(_swigobj) (_swigobj->GetY()) | |
3539 | static PyObject *_wrap_wxKeyEvent_GetY(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3540 | PyObject * _resultobj; | |
3541 | long _result; | |
3542 | wxKeyEvent * _arg0; | |
3543 | PyObject * _argo0 = 0; | |
3544 | char *_kwnames[] = { "self", NULL }; | |
3545 | ||
3546 | self = self; | |
3547 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_GetY",_kwnames,&_argo0)) | |
3548 | return NULL; | |
3549 | if (_argo0) { | |
3550 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3551 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3552 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_GetY. Expected _wxKeyEvent_p."); | |
3553 | return NULL; | |
3554 | } | |
3555 | } | |
3556 | { | |
474c48f9 | 3557 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3558 | _result = (long )wxKeyEvent_GetY(_arg0); |
c368d904 | 3559 | |
474c48f9 | 3560 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3561 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3562 | } _resultobj = Py_BuildValue("l",_result); |
3563 | return _resultobj; | |
3564 | } | |
3565 | ||
3566 | #define wxKeyEvent_GetPosition(_swigobj) (_swigobj->GetPosition()) | |
3567 | static PyObject *_wrap_wxKeyEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3568 | PyObject * _resultobj; | |
3569 | wxPoint * _result; | |
3570 | wxKeyEvent * _arg0; | |
3571 | PyObject * _argo0 = 0; | |
3572 | char *_kwnames[] = { "self", NULL }; | |
3573 | char _ptemp[128]; | |
3574 | ||
3575 | self = self; | |
3576 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_GetPosition",_kwnames,&_argo0)) | |
3577 | return NULL; | |
3578 | if (_argo0) { | |
3579 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3580 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3581 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_GetPosition. Expected _wxKeyEvent_p."); | |
3582 | return NULL; | |
3583 | } | |
3584 | } | |
3585 | { | |
474c48f9 | 3586 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3587 | _result = new wxPoint (wxKeyEvent_GetPosition(_arg0)); |
c368d904 | 3588 | |
474c48f9 | 3589 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3590 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3591 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); |
3592 | _resultobj = Py_BuildValue("s",_ptemp); | |
3593 | return _resultobj; | |
3594 | } | |
3595 | ||
3596 | #define wxKeyEvent_GetPositionTuple(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetPosition(_swigarg0,_swigarg1)) | |
3597 | static PyObject *_wrap_wxKeyEvent_GetPositionTuple(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3598 | PyObject * _resultobj; | |
3599 | wxKeyEvent * _arg0; | |
3600 | long * _arg1; | |
3601 | long temp; | |
3602 | long * _arg2; | |
3603 | long temp0; | |
3604 | PyObject * _argo0 = 0; | |
3605 | char *_kwnames[] = { "self", NULL }; | |
3606 | ||
3607 | self = self; | |
3608 | { | |
3609 | _arg1 = &temp; | |
3610 | } | |
3611 | { | |
3612 | _arg2 = &temp0; | |
3613 | } | |
3614 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_GetPositionTuple",_kwnames,&_argo0)) | |
3615 | return NULL; | |
3616 | if (_argo0) { | |
3617 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3618 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3619 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_GetPositionTuple. Expected _wxKeyEvent_p."); | |
3620 | return NULL; | |
3621 | } | |
3622 | } | |
3623 | { | |
474c48f9 | 3624 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3625 | wxKeyEvent_GetPositionTuple(_arg0,_arg1,_arg2); |
c368d904 | 3626 | |
474c48f9 | 3627 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3628 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3629 | } Py_INCREF(Py_None); |
3630 | _resultobj = Py_None; | |
3631 | { | |
3632 | PyObject *o; | |
3633 | o = PyInt_FromLong((long) (*_arg1)); | |
3634 | _resultobj = t_output_helper(_resultobj, o); | |
3635 | } | |
3636 | { | |
3637 | PyObject *o; | |
3638 | o = PyInt_FromLong((long) (*_arg2)); | |
3639 | _resultobj = t_output_helper(_resultobj, o); | |
3640 | } | |
3641 | return _resultobj; | |
3642 | } | |
3643 | ||
3644 | #define wxKeyEvent_m_x_set(_swigobj,_swigval) (_swigobj->m_x = _swigval,_swigval) | |
3645 | static PyObject *_wrap_wxKeyEvent_m_x_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3646 | PyObject * _resultobj; | |
3647 | long _result; | |
3648 | wxKeyEvent * _arg0; | |
3649 | long _arg1; | |
3650 | PyObject * _argo0 = 0; | |
3651 | char *_kwnames[] = { "self","m_x", NULL }; | |
3652 | ||
3653 | self = self; | |
3654 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxKeyEvent_m_x_set",_kwnames,&_argo0,&_arg1)) | |
3655 | return NULL; | |
3656 | if (_argo0) { | |
3657 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3658 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3659 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_x_set. Expected _wxKeyEvent_p."); | |
3660 | return NULL; | |
3661 | } | |
3662 | } | |
3663 | { | |
474c48f9 | 3664 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3665 | _result = (long )wxKeyEvent_m_x_set(_arg0,_arg1); |
c368d904 | 3666 | |
474c48f9 | 3667 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3668 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3669 | } _resultobj = Py_BuildValue("l",_result); |
3670 | return _resultobj; | |
3671 | } | |
3672 | ||
3673 | #define wxKeyEvent_m_x_get(_swigobj) ((long ) _swigobj->m_x) | |
3674 | static PyObject *_wrap_wxKeyEvent_m_x_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3675 | PyObject * _resultobj; | |
3676 | long _result; | |
3677 | wxKeyEvent * _arg0; | |
3678 | PyObject * _argo0 = 0; | |
3679 | char *_kwnames[] = { "self", NULL }; | |
3680 | ||
3681 | self = self; | |
3682 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_x_get",_kwnames,&_argo0)) | |
3683 | return NULL; | |
3684 | if (_argo0) { | |
3685 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3686 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3687 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_x_get. Expected _wxKeyEvent_p."); | |
3688 | return NULL; | |
3689 | } | |
3690 | } | |
3691 | { | |
474c48f9 | 3692 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3693 | _result = (long )wxKeyEvent_m_x_get(_arg0); |
c368d904 | 3694 | |
474c48f9 | 3695 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3696 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3697 | } _resultobj = Py_BuildValue("l",_result); |
3698 | return _resultobj; | |
3699 | } | |
3700 | ||
3701 | #define wxKeyEvent_m_y_set(_swigobj,_swigval) (_swigobj->m_y = _swigval,_swigval) | |
3702 | static PyObject *_wrap_wxKeyEvent_m_y_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3703 | PyObject * _resultobj; | |
3704 | long _result; | |
3705 | wxKeyEvent * _arg0; | |
3706 | long _arg1; | |
3707 | PyObject * _argo0 = 0; | |
3708 | char *_kwnames[] = { "self","m_y", NULL }; | |
3709 | ||
3710 | self = self; | |
3711 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxKeyEvent_m_y_set",_kwnames,&_argo0,&_arg1)) | |
3712 | return NULL; | |
3713 | if (_argo0) { | |
3714 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3715 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3716 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_y_set. Expected _wxKeyEvent_p."); | |
3717 | return NULL; | |
3718 | } | |
3719 | } | |
3720 | { | |
474c48f9 | 3721 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3722 | _result = (long )wxKeyEvent_m_y_set(_arg0,_arg1); |
c368d904 | 3723 | |
474c48f9 | 3724 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3725 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3726 | } _resultobj = Py_BuildValue("l",_result); |
3727 | return _resultobj; | |
3728 | } | |
3729 | ||
3730 | #define wxKeyEvent_m_y_get(_swigobj) ((long ) _swigobj->m_y) | |
3731 | static PyObject *_wrap_wxKeyEvent_m_y_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3732 | PyObject * _resultobj; | |
3733 | long _result; | |
3734 | wxKeyEvent * _arg0; | |
3735 | PyObject * _argo0 = 0; | |
3736 | char *_kwnames[] = { "self", NULL }; | |
3737 | ||
3738 | self = self; | |
3739 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_y_get",_kwnames,&_argo0)) | |
3740 | return NULL; | |
3741 | if (_argo0) { | |
3742 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3743 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3744 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_y_get. Expected _wxKeyEvent_p."); | |
3745 | return NULL; | |
3746 | } | |
3747 | } | |
3748 | { | |
474c48f9 | 3749 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3750 | _result = (long )wxKeyEvent_m_y_get(_arg0); |
c368d904 | 3751 | |
474c48f9 | 3752 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3753 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3754 | } _resultobj = Py_BuildValue("l",_result); |
3755 | return _resultobj; | |
3756 | } | |
3757 | ||
3758 | #define wxKeyEvent_m_keyCode_set(_swigobj,_swigval) (_swigobj->m_keyCode = _swigval,_swigval) | |
3759 | static PyObject *_wrap_wxKeyEvent_m_keyCode_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3760 | PyObject * _resultobj; | |
3761 | long _result; | |
3762 | wxKeyEvent * _arg0; | |
3763 | long _arg1; | |
3764 | PyObject * _argo0 = 0; | |
3765 | char *_kwnames[] = { "self","m_keyCode", NULL }; | |
3766 | ||
3767 | self = self; | |
3768 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxKeyEvent_m_keyCode_set",_kwnames,&_argo0,&_arg1)) | |
3769 | return NULL; | |
3770 | if (_argo0) { | |
3771 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3772 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3773 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_keyCode_set. Expected _wxKeyEvent_p."); | |
3774 | return NULL; | |
3775 | } | |
3776 | } | |
3777 | { | |
474c48f9 | 3778 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3779 | _result = (long )wxKeyEvent_m_keyCode_set(_arg0,_arg1); |
c368d904 | 3780 | |
474c48f9 | 3781 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3782 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3783 | } _resultobj = Py_BuildValue("l",_result); |
3784 | return _resultobj; | |
3785 | } | |
3786 | ||
3787 | #define wxKeyEvent_m_keyCode_get(_swigobj) ((long ) _swigobj->m_keyCode) | |
3788 | static PyObject *_wrap_wxKeyEvent_m_keyCode_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3789 | PyObject * _resultobj; | |
3790 | long _result; | |
3791 | wxKeyEvent * _arg0; | |
3792 | PyObject * _argo0 = 0; | |
3793 | char *_kwnames[] = { "self", NULL }; | |
3794 | ||
3795 | self = self; | |
3796 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_keyCode_get",_kwnames,&_argo0)) | |
3797 | return NULL; | |
3798 | if (_argo0) { | |
3799 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3800 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3801 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_keyCode_get. Expected _wxKeyEvent_p."); | |
3802 | return NULL; | |
3803 | } | |
3804 | } | |
167b96c2 | 3805 | { |
474c48f9 | 3806 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3807 | _result = (long )wxKeyEvent_m_keyCode_get(_arg0); |
c368d904 | 3808 | |
474c48f9 | 3809 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3810 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3811 | } _resultobj = Py_BuildValue("l",_result); |
3812 | return _resultobj; | |
167b96c2 | 3813 | } |
c368d904 RD |
3814 | |
3815 | #define wxKeyEvent_m_controlDown_set(_swigobj,_swigval) (_swigobj->m_controlDown = _swigval,_swigval) | |
3816 | static PyObject *_wrap_wxKeyEvent_m_controlDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3817 | PyObject * _resultobj; | |
3818 | bool _result; | |
3819 | wxKeyEvent * _arg0; | |
3820 | bool _arg1; | |
3821 | PyObject * _argo0 = 0; | |
3822 | int tempbool1; | |
3823 | char *_kwnames[] = { "self","m_controlDown", NULL }; | |
3824 | ||
3825 | self = self; | |
3826 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxKeyEvent_m_controlDown_set",_kwnames,&_argo0,&tempbool1)) | |
3827 | return NULL; | |
3828 | if (_argo0) { | |
3829 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3830 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3831 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_controlDown_set. Expected _wxKeyEvent_p."); | |
3832 | return NULL; | |
3833 | } | |
3834 | } | |
3835 | _arg1 = (bool ) tempbool1; | |
167b96c2 | 3836 | { |
474c48f9 | 3837 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3838 | _result = (bool )wxKeyEvent_m_controlDown_set(_arg0,_arg1); |
c368d904 | 3839 | |
474c48f9 | 3840 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3841 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3842 | } _resultobj = Py_BuildValue("i",_result); |
3843 | return _resultobj; | |
3844 | } | |
3845 | ||
3846 | #define wxKeyEvent_m_controlDown_get(_swigobj) ((bool ) _swigobj->m_controlDown) | |
3847 | static PyObject *_wrap_wxKeyEvent_m_controlDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3848 | PyObject * _resultobj; | |
3849 | bool _result; | |
3850 | wxKeyEvent * _arg0; | |
3851 | PyObject * _argo0 = 0; | |
3852 | char *_kwnames[] = { "self", NULL }; | |
3853 | ||
3854 | self = self; | |
3855 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_controlDown_get",_kwnames,&_argo0)) | |
3856 | return NULL; | |
3857 | if (_argo0) { | |
3858 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3859 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3860 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_controlDown_get. Expected _wxKeyEvent_p."); | |
3861 | return NULL; | |
3862 | } | |
3863 | } | |
3864 | { | |
474c48f9 | 3865 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3866 | _result = (bool )wxKeyEvent_m_controlDown_get(_arg0); |
c368d904 | 3867 | |
474c48f9 | 3868 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3869 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3870 | } _resultobj = Py_BuildValue("i",_result); |
3871 | return _resultobj; | |
3872 | } | |
3873 | ||
3874 | #define wxKeyEvent_m_shiftDown_set(_swigobj,_swigval) (_swigobj->m_shiftDown = _swigval,_swigval) | |
3875 | static PyObject *_wrap_wxKeyEvent_m_shiftDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3876 | PyObject * _resultobj; | |
3877 | bool _result; | |
3878 | wxKeyEvent * _arg0; | |
3879 | bool _arg1; | |
3880 | PyObject * _argo0 = 0; | |
3881 | int tempbool1; | |
3882 | char *_kwnames[] = { "self","m_shiftDown", NULL }; | |
3883 | ||
3884 | self = self; | |
3885 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxKeyEvent_m_shiftDown_set",_kwnames,&_argo0,&tempbool1)) | |
3886 | return NULL; | |
3887 | if (_argo0) { | |
3888 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3889 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3890 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_shiftDown_set. Expected _wxKeyEvent_p."); | |
3891 | return NULL; | |
3892 | } | |
3893 | } | |
3894 | _arg1 = (bool ) tempbool1; | |
3895 | { | |
474c48f9 | 3896 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3897 | _result = (bool )wxKeyEvent_m_shiftDown_set(_arg0,_arg1); |
c368d904 | 3898 | |
474c48f9 | 3899 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3900 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3901 | } _resultobj = Py_BuildValue("i",_result); |
3902 | return _resultobj; | |
3903 | } | |
3904 | ||
3905 | #define wxKeyEvent_m_shiftDown_get(_swigobj) ((bool ) _swigobj->m_shiftDown) | |
3906 | static PyObject *_wrap_wxKeyEvent_m_shiftDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3907 | PyObject * _resultobj; | |
3908 | bool _result; | |
3909 | wxKeyEvent * _arg0; | |
3910 | PyObject * _argo0 = 0; | |
3911 | char *_kwnames[] = { "self", NULL }; | |
3912 | ||
3913 | self = self; | |
3914 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_shiftDown_get",_kwnames,&_argo0)) | |
3915 | return NULL; | |
3916 | if (_argo0) { | |
3917 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3918 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3919 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_shiftDown_get. Expected _wxKeyEvent_p."); | |
3920 | return NULL; | |
3921 | } | |
3922 | } | |
3923 | { | |
474c48f9 | 3924 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3925 | _result = (bool )wxKeyEvent_m_shiftDown_get(_arg0); |
c368d904 | 3926 | |
474c48f9 | 3927 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3928 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3929 | } _resultobj = Py_BuildValue("i",_result); |
3930 | return _resultobj; | |
3931 | } | |
3932 | ||
3933 | #define wxKeyEvent_m_altDown_set(_swigobj,_swigval) (_swigobj->m_altDown = _swigval,_swigval) | |
3934 | static PyObject *_wrap_wxKeyEvent_m_altDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3935 | PyObject * _resultobj; | |
3936 | bool _result; | |
3937 | wxKeyEvent * _arg0; | |
3938 | bool _arg1; | |
3939 | PyObject * _argo0 = 0; | |
3940 | int tempbool1; | |
3941 | char *_kwnames[] = { "self","m_altDown", NULL }; | |
3942 | ||
3943 | self = self; | |
3944 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxKeyEvent_m_altDown_set",_kwnames,&_argo0,&tempbool1)) | |
3945 | return NULL; | |
3946 | if (_argo0) { | |
3947 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3948 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3949 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_altDown_set. Expected _wxKeyEvent_p."); | |
3950 | return NULL; | |
3951 | } | |
3952 | } | |
3953 | _arg1 = (bool ) tempbool1; | |
3954 | { | |
474c48f9 | 3955 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3956 | _result = (bool )wxKeyEvent_m_altDown_set(_arg0,_arg1); |
c368d904 | 3957 | |
474c48f9 | 3958 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3959 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3960 | } _resultobj = Py_BuildValue("i",_result); |
3961 | return _resultobj; | |
3962 | } | |
3963 | ||
3964 | #define wxKeyEvent_m_altDown_get(_swigobj) ((bool ) _swigobj->m_altDown) | |
3965 | static PyObject *_wrap_wxKeyEvent_m_altDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3966 | PyObject * _resultobj; | |
3967 | bool _result; | |
3968 | wxKeyEvent * _arg0; | |
3969 | PyObject * _argo0 = 0; | |
3970 | char *_kwnames[] = { "self", NULL }; | |
3971 | ||
3972 | self = self; | |
3973 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_altDown_get",_kwnames,&_argo0)) | |
3974 | return NULL; | |
3975 | if (_argo0) { | |
3976 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3977 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
3978 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_altDown_get. Expected _wxKeyEvent_p."); | |
3979 | return NULL; | |
3980 | } | |
3981 | } | |
3982 | { | |
474c48f9 | 3983 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3984 | _result = (bool )wxKeyEvent_m_altDown_get(_arg0); |
c368d904 | 3985 | |
474c48f9 | 3986 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 3987 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
3988 | } _resultobj = Py_BuildValue("i",_result); |
3989 | return _resultobj; | |
3990 | } | |
3991 | ||
3992 | #define wxKeyEvent_m_metaDown_set(_swigobj,_swigval) (_swigobj->m_metaDown = _swigval,_swigval) | |
3993 | static PyObject *_wrap_wxKeyEvent_m_metaDown_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3994 | PyObject * _resultobj; | |
3995 | bool _result; | |
3996 | wxKeyEvent * _arg0; | |
3997 | bool _arg1; | |
3998 | PyObject * _argo0 = 0; | |
3999 | int tempbool1; | |
4000 | char *_kwnames[] = { "self","m_metaDown", NULL }; | |
4001 | ||
4002 | self = self; | |
4003 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxKeyEvent_m_metaDown_set",_kwnames,&_argo0,&tempbool1)) | |
4004 | return NULL; | |
4005 | if (_argo0) { | |
4006 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4007 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
4008 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_metaDown_set. Expected _wxKeyEvent_p."); | |
4009 | return NULL; | |
4010 | } | |
4011 | } | |
4012 | _arg1 = (bool ) tempbool1; | |
4013 | { | |
474c48f9 | 4014 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4015 | _result = (bool )wxKeyEvent_m_metaDown_set(_arg0,_arg1); |
c368d904 | 4016 | |
474c48f9 | 4017 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4018 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
4019 | } _resultobj = Py_BuildValue("i",_result); |
4020 | return _resultobj; | |
4021 | } | |
4022 | ||
4023 | #define wxKeyEvent_m_metaDown_get(_swigobj) ((bool ) _swigobj->m_metaDown) | |
4024 | static PyObject *_wrap_wxKeyEvent_m_metaDown_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4025 | PyObject * _resultobj; | |
4026 | bool _result; | |
4027 | wxKeyEvent * _arg0; | |
4028 | PyObject * _argo0 = 0; | |
4029 | char *_kwnames[] = { "self", NULL }; | |
4030 | ||
4031 | self = self; | |
4032 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_metaDown_get",_kwnames,&_argo0)) | |
4033 | return NULL; | |
4034 | if (_argo0) { | |
4035 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4036 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
4037 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_metaDown_get. Expected _wxKeyEvent_p."); | |
4038 | return NULL; | |
4039 | } | |
4040 | } | |
4041 | { | |
474c48f9 | 4042 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4043 | _result = (bool )wxKeyEvent_m_metaDown_get(_arg0); |
c368d904 | 4044 | |
474c48f9 | 4045 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4046 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
4047 | } _resultobj = Py_BuildValue("i",_result); |
4048 | return _resultobj; | |
4049 | } | |
4050 | ||
4051 | #define wxKeyEvent_m_scanCode_set(_swigobj,_swigval) (_swigobj->m_scanCode = _swigval,_swigval) | |
4052 | static PyObject *_wrap_wxKeyEvent_m_scanCode_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4053 | PyObject * _resultobj; | |
4054 | bool _result; | |
4055 | wxKeyEvent * _arg0; | |
4056 | bool _arg1; | |
4057 | PyObject * _argo0 = 0; | |
4058 | int tempbool1; | |
4059 | char *_kwnames[] = { "self","m_scanCode", NULL }; | |
4060 | ||
4061 | self = self; | |
4062 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxKeyEvent_m_scanCode_set",_kwnames,&_argo0,&tempbool1)) | |
4063 | return NULL; | |
4064 | if (_argo0) { | |
4065 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4066 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
4067 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_scanCode_set. Expected _wxKeyEvent_p."); | |
4068 | return NULL; | |
4069 | } | |
4070 | } | |
4071 | _arg1 = (bool ) tempbool1; | |
4072 | { | |
474c48f9 | 4073 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4074 | _result = (bool )wxKeyEvent_m_scanCode_set(_arg0,_arg1); |
c368d904 | 4075 | |
474c48f9 | 4076 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4077 | if (PyErr_Occurred()) return NULL; |
c368d904 RD |
4078 | } _resultobj = Py_BuildValue("i",_result); |
4079 | return _resultobj; | |
167b96c2 | 4080 | } |
c368d904 RD |
4081 | |
4082 | #define wxKeyEvent_m_scanCode_get(_swigobj) ((bool ) _swigobj->m_scanCode) | |
4083 | static PyObject *_wrap_wxKeyEvent_m_scanCode_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4084 | PyObject * _resultobj; | |
4085 | bool _result; | |
4086 | wxKeyEvent * _arg0; | |
4087 | PyObject * _argo0 = 0; | |
4088 | char *_kwnames[] = { "self", NULL }; | |
4089 | ||
4090 | self = self; | |
4091 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_scanCode_get",_kwnames,&_argo0)) | |
4092 | return NULL; | |
4093 | if (_argo0) { | |
4094 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4095 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
4096 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_scanCode_get. Expected _wxKeyEvent_p."); | |
4097 | return NULL; | |
4098 | } | |
4099 | } | |
4100 | { | |
474c48f9 | 4101 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4102 | _result = (bool )wxKeyEvent_m_scanCode_get(_arg0); |
c368d904 | 4103 | |
474c48f9 | 4104 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4105 | if (PyErr_Occurred()) return NULL; |
c368d904 | 4106 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
4107 | return _resultobj; |
4108 | } | |
4109 | ||
87439dd8 RD |
4110 | #define wxKeyEvent_m_rawCode_set(_swigobj,_swigval) (_swigobj->m_rawCode = _swigval,_swigval) |
4111 | static PyObject *_wrap_wxKeyEvent_m_rawCode_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4112 | PyObject * _resultobj; | |
4113 | long _result; | |
4114 | wxKeyEvent * _arg0; | |
4115 | long _arg1; | |
4116 | PyObject * _argo0 = 0; | |
4117 | char *_kwnames[] = { "self","m_rawCode", NULL }; | |
4118 | ||
4119 | self = self; | |
4120 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxKeyEvent_m_rawCode_set",_kwnames,&_argo0,&_arg1)) | |
4121 | return NULL; | |
4122 | if (_argo0) { | |
4123 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4124 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
4125 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_rawCode_set. Expected _wxKeyEvent_p."); | |
4126 | return NULL; | |
4127 | } | |
4128 | } | |
4129 | { | |
4130 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4131 | _result = (long )wxKeyEvent_m_rawCode_set(_arg0,_arg1); | |
4132 | ||
4133 | wxPyEndAllowThreads(__tstate); | |
4134 | if (PyErr_Occurred()) return NULL; | |
4135 | } _resultobj = Py_BuildValue("l",_result); | |
4136 | return _resultobj; | |
4137 | } | |
4138 | ||
4139 | #define wxKeyEvent_m_rawCode_get(_swigobj) ((long ) _swigobj->m_rawCode) | |
4140 | static PyObject *_wrap_wxKeyEvent_m_rawCode_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4141 | PyObject * _resultobj; | |
4142 | long _result; | |
4143 | wxKeyEvent * _arg0; | |
4144 | PyObject * _argo0 = 0; | |
4145 | char *_kwnames[] = { "self", NULL }; | |
4146 | ||
4147 | self = self; | |
4148 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_rawCode_get",_kwnames,&_argo0)) | |
4149 | return NULL; | |
4150 | if (_argo0) { | |
4151 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4152 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
4153 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_rawCode_get. Expected _wxKeyEvent_p."); | |
4154 | return NULL; | |
4155 | } | |
4156 | } | |
4157 | { | |
4158 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4159 | _result = (long )wxKeyEvent_m_rawCode_get(_arg0); | |
4160 | ||
4161 | wxPyEndAllowThreads(__tstate); | |
4162 | if (PyErr_Occurred()) return NULL; | |
4163 | } _resultobj = Py_BuildValue("l",_result); | |
4164 | return _resultobj; | |
4165 | } | |
4166 | ||
4167 | #define wxKeyEvent_m_rawFlags_set(_swigobj,_swigval) (_swigobj->m_rawFlags = _swigval,_swigval) | |
4168 | static PyObject *_wrap_wxKeyEvent_m_rawFlags_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4169 | PyObject * _resultobj; | |
4170 | long _result; | |
4171 | wxKeyEvent * _arg0; | |
4172 | long _arg1; | |
4173 | PyObject * _argo0 = 0; | |
4174 | char *_kwnames[] = { "self","m_rawFlags", NULL }; | |
4175 | ||
4176 | self = self; | |
4177 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxKeyEvent_m_rawFlags_set",_kwnames,&_argo0,&_arg1)) | |
4178 | return NULL; | |
4179 | if (_argo0) { | |
4180 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4181 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
4182 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_rawFlags_set. Expected _wxKeyEvent_p."); | |
4183 | return NULL; | |
4184 | } | |
4185 | } | |
4186 | { | |
4187 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4188 | _result = (long )wxKeyEvent_m_rawFlags_set(_arg0,_arg1); | |
4189 | ||
4190 | wxPyEndAllowThreads(__tstate); | |
4191 | if (PyErr_Occurred()) return NULL; | |
4192 | } _resultobj = Py_BuildValue("l",_result); | |
4193 | return _resultobj; | |
4194 | } | |
4195 | ||
4196 | #define wxKeyEvent_m_rawFlags_get(_swigobj) ((long ) _swigobj->m_rawFlags) | |
4197 | static PyObject *_wrap_wxKeyEvent_m_rawFlags_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4198 | PyObject * _resultobj; | |
4199 | long _result; | |
4200 | wxKeyEvent * _arg0; | |
4201 | PyObject * _argo0 = 0; | |
4202 | char *_kwnames[] = { "self", NULL }; | |
4203 | ||
4204 | self = self; | |
4205 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxKeyEvent_m_rawFlags_get",_kwnames,&_argo0)) | |
4206 | return NULL; | |
4207 | if (_argo0) { | |
4208 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4209 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxKeyEvent_p")) { | |
4210 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxKeyEvent_m_rawFlags_get. Expected _wxKeyEvent_p."); | |
4211 | return NULL; | |
4212 | } | |
4213 | } | |
4214 | { | |
4215 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4216 | _result = (long )wxKeyEvent_m_rawFlags_get(_arg0); | |
4217 | ||
4218 | wxPyEndAllowThreads(__tstate); | |
4219 | if (PyErr_Occurred()) return NULL; | |
4220 | } _resultobj = Py_BuildValue("l",_result); | |
4221 | return _resultobj; | |
4222 | } | |
4223 | ||
167b96c2 RD |
4224 | static void *SwigwxNavigationKeyEventTowxEvent(void *ptr) { |
4225 | wxNavigationKeyEvent *src; | |
70551f47 | 4226 | wxEvent *dest; |
167b96c2 | 4227 | src = (wxNavigationKeyEvent *) ptr; |
70551f47 RD |
4228 | dest = (wxEvent *) src; |
4229 | return (void *) dest; | |
4230 | } | |
4231 | ||
9df61a29 RD |
4232 | static void *SwigwxNavigationKeyEventTowxObject(void *ptr) { |
4233 | wxNavigationKeyEvent *src; | |
4234 | wxObject *dest; | |
4235 | src = (wxNavigationKeyEvent *) ptr; | |
4236 | dest = (wxObject *) src; | |
4237 | return (void *) dest; | |
4238 | } | |
4239 | ||
167b96c2 RD |
4240 | #define new_wxNavigationKeyEvent() (new wxNavigationKeyEvent()) |
4241 | static PyObject *_wrap_new_wxNavigationKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 4242 | PyObject * _resultobj; |
167b96c2 RD |
4243 | wxNavigationKeyEvent * _result; |
4244 | char *_kwnames[] = { NULL }; | |
4245 | char _ptemp[128]; | |
70551f47 RD |
4246 | |
4247 | self = self; | |
167b96c2 | 4248 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxNavigationKeyEvent",_kwnames)) |
70551f47 | 4249 | return NULL; |
ab9bc19b | 4250 | { |
474c48f9 | 4251 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4252 | _result = (wxNavigationKeyEvent *)new_wxNavigationKeyEvent(); |
ab9bc19b | 4253 | |
474c48f9 | 4254 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4255 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4256 | } if (_result) { |
4257 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxNavigationKeyEvent_p"); | |
4258 | _resultobj = Py_BuildValue("s",_ptemp); | |
4259 | } else { | |
4260 | Py_INCREF(Py_None); | |
4261 | _resultobj = Py_None; | |
4262 | } | |
70551f47 RD |
4263 | return _resultobj; |
4264 | } | |
4265 | ||
167b96c2 RD |
4266 | #define wxNavigationKeyEvent_GetDirection(_swigobj) (_swigobj->GetDirection()) |
4267 | static PyObject *_wrap_wxNavigationKeyEvent_GetDirection(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
4268 | PyObject * _resultobj; |
4269 | bool _result; | |
167b96c2 | 4270 | wxNavigationKeyEvent * _arg0; |
2d091820 | 4271 | PyObject * _argo0 = 0; |
107e4716 | 4272 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
4273 | |
4274 | self = self; | |
167b96c2 | 4275 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxNavigationKeyEvent_GetDirection",_kwnames,&_argo0)) |
70551f47 | 4276 | return NULL; |
2d091820 RD |
4277 | if (_argo0) { |
4278 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
4279 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNavigationKeyEvent_p")) { |
4280 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNavigationKeyEvent_GetDirection. Expected _wxNavigationKeyEvent_p."); | |
70551f47 RD |
4281 | return NULL; |
4282 | } | |
4283 | } | |
ab9bc19b | 4284 | { |
474c48f9 | 4285 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4286 | _result = (bool )wxNavigationKeyEvent_GetDirection(_arg0); |
ab9bc19b | 4287 | |
474c48f9 | 4288 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4289 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 4290 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
4291 | return _resultobj; |
4292 | } | |
4293 | ||
167b96c2 RD |
4294 | #define wxNavigationKeyEvent_SetDirection(_swigobj,_swigarg0) (_swigobj->SetDirection(_swigarg0)) |
4295 | static PyObject *_wrap_wxNavigationKeyEvent_SetDirection(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 4296 | PyObject * _resultobj; |
167b96c2 RD |
4297 | wxNavigationKeyEvent * _arg0; |
4298 | bool _arg1; | |
2d091820 | 4299 | PyObject * _argo0 = 0; |
167b96c2 RD |
4300 | int tempbool1; |
4301 | char *_kwnames[] = { "self","bForward", NULL }; | |
70551f47 RD |
4302 | |
4303 | self = self; | |
167b96c2 | 4304 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxNavigationKeyEvent_SetDirection",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 4305 | return NULL; |
2d091820 RD |
4306 | if (_argo0) { |
4307 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
4308 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNavigationKeyEvent_p")) { |
4309 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNavigationKeyEvent_SetDirection. Expected _wxNavigationKeyEvent_p."); | |
70551f47 RD |
4310 | return NULL; |
4311 | } | |
4312 | } | |
167b96c2 | 4313 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 4314 | { |
474c48f9 | 4315 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4316 | wxNavigationKeyEvent_SetDirection(_arg0,_arg1); |
ab9bc19b | 4317 | |
474c48f9 | 4318 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4319 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4320 | } Py_INCREF(Py_None); |
4321 | _resultobj = Py_None; | |
70551f47 RD |
4322 | return _resultobj; |
4323 | } | |
4324 | ||
167b96c2 RD |
4325 | #define wxNavigationKeyEvent_IsWindowChange(_swigobj) (_swigobj->IsWindowChange()) |
4326 | static PyObject *_wrap_wxNavigationKeyEvent_IsWindowChange(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 4327 | PyObject * _resultobj; |
167b96c2 RD |
4328 | bool _result; |
4329 | wxNavigationKeyEvent * _arg0; | |
2d091820 | 4330 | PyObject * _argo0 = 0; |
107e4716 | 4331 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
4332 | |
4333 | self = self; | |
167b96c2 | 4334 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxNavigationKeyEvent_IsWindowChange",_kwnames,&_argo0)) |
70551f47 | 4335 | return NULL; |
2d091820 RD |
4336 | if (_argo0) { |
4337 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
4338 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNavigationKeyEvent_p")) { |
4339 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNavigationKeyEvent_IsWindowChange. Expected _wxNavigationKeyEvent_p."); | |
70551f47 RD |
4340 | return NULL; |
4341 | } | |
4342 | } | |
ab9bc19b | 4343 | { |
474c48f9 | 4344 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4345 | _result = (bool )wxNavigationKeyEvent_IsWindowChange(_arg0); |
ab9bc19b | 4346 | |
474c48f9 | 4347 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4348 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 4349 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
4350 | return _resultobj; |
4351 | } | |
4352 | ||
167b96c2 RD |
4353 | #define wxNavigationKeyEvent_SetWindowChange(_swigobj,_swigarg0) (_swigobj->SetWindowChange(_swigarg0)) |
4354 | static PyObject *_wrap_wxNavigationKeyEvent_SetWindowChange(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 4355 | PyObject * _resultobj; |
167b96c2 RD |
4356 | wxNavigationKeyEvent * _arg0; |
4357 | bool _arg1; | |
2d091820 | 4358 | PyObject * _argo0 = 0; |
167b96c2 RD |
4359 | int tempbool1; |
4360 | char *_kwnames[] = { "self","bIs", NULL }; | |
70551f47 RD |
4361 | |
4362 | self = self; | |
167b96c2 | 4363 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxNavigationKeyEvent_SetWindowChange",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 4364 | return NULL; |
2d091820 RD |
4365 | if (_argo0) { |
4366 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
4367 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNavigationKeyEvent_p")) { |
4368 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNavigationKeyEvent_SetWindowChange. Expected _wxNavigationKeyEvent_p."); | |
70551f47 RD |
4369 | return NULL; |
4370 | } | |
4371 | } | |
167b96c2 | 4372 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 4373 | { |
474c48f9 | 4374 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4375 | wxNavigationKeyEvent_SetWindowChange(_arg0,_arg1); |
ab9bc19b | 4376 | |
474c48f9 | 4377 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4378 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4379 | } Py_INCREF(Py_None); |
4380 | _resultobj = Py_None; | |
70551f47 RD |
4381 | return _resultobj; |
4382 | } | |
4383 | ||
167b96c2 RD |
4384 | #define wxNavigationKeyEvent_GetCurrentFocus(_swigobj) (_swigobj->GetCurrentFocus()) |
4385 | static PyObject *_wrap_wxNavigationKeyEvent_GetCurrentFocus(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 4386 | PyObject * _resultobj; |
167b96c2 RD |
4387 | wxWindow * _result; |
4388 | wxNavigationKeyEvent * _arg0; | |
2d091820 | 4389 | PyObject * _argo0 = 0; |
107e4716 | 4390 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
4391 | |
4392 | self = self; | |
167b96c2 | 4393 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxNavigationKeyEvent_GetCurrentFocus",_kwnames,&_argo0)) |
70551f47 | 4394 | return NULL; |
2d091820 RD |
4395 | if (_argo0) { |
4396 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
4397 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNavigationKeyEvent_p")) { |
4398 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNavigationKeyEvent_GetCurrentFocus. Expected _wxNavigationKeyEvent_p."); | |
70551f47 RD |
4399 | return NULL; |
4400 | } | |
4401 | } | |
ab9bc19b | 4402 | { |
474c48f9 | 4403 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4404 | _result = (wxWindow *)wxNavigationKeyEvent_GetCurrentFocus(_arg0); |
ab9bc19b | 4405 | |
474c48f9 | 4406 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4407 | if (PyErr_Occurred()) return NULL; |
9df61a29 | 4408 | }{ _resultobj = wxPyMake_wxObject(_result); } |
70551f47 RD |
4409 | return _resultobj; |
4410 | } | |
4411 | ||
167b96c2 RD |
4412 | #define wxNavigationKeyEvent_SetCurrentFocus(_swigobj,_swigarg0) (_swigobj->SetCurrentFocus(_swigarg0)) |
4413 | static PyObject *_wrap_wxNavigationKeyEvent_SetCurrentFocus(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 4414 | PyObject * _resultobj; |
167b96c2 RD |
4415 | wxNavigationKeyEvent * _arg0; |
4416 | wxWindow * _arg1; | |
2d091820 | 4417 | PyObject * _argo0 = 0; |
167b96c2 RD |
4418 | PyObject * _argo1 = 0; |
4419 | char *_kwnames[] = { "self","win", NULL }; | |
70551f47 RD |
4420 | |
4421 | self = self; | |
167b96c2 | 4422 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxNavigationKeyEvent_SetCurrentFocus",_kwnames,&_argo0,&_argo1)) |
70551f47 | 4423 | return NULL; |
2d091820 RD |
4424 | if (_argo0) { |
4425 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
4426 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNavigationKeyEvent_p")) { |
4427 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNavigationKeyEvent_SetCurrentFocus. Expected _wxNavigationKeyEvent_p."); | |
4428 | return NULL; | |
4429 | } | |
4430 | } | |
4431 | if (_argo1) { | |
4432 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
4433 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
4434 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxNavigationKeyEvent_SetCurrentFocus. Expected _wxWindow_p."); | |
70551f47 RD |
4435 | return NULL; |
4436 | } | |
4437 | } | |
ab9bc19b | 4438 | { |
474c48f9 | 4439 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4440 | wxNavigationKeyEvent_SetCurrentFocus(_arg0,_arg1); |
ab9bc19b | 4441 | |
474c48f9 | 4442 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4443 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4444 | } Py_INCREF(Py_None); |
4445 | _resultobj = Py_None; | |
70551f47 RD |
4446 | return _resultobj; |
4447 | } | |
4448 | ||
167b96c2 RD |
4449 | static void *SwigwxMoveEventTowxEvent(void *ptr) { |
4450 | wxMoveEvent *src; | |
4451 | wxEvent *dest; | |
4452 | src = (wxMoveEvent *) ptr; | |
4453 | dest = (wxEvent *) src; | |
4454 | return (void *) dest; | |
4455 | } | |
4456 | ||
9df61a29 RD |
4457 | static void *SwigwxMoveEventTowxObject(void *ptr) { |
4458 | wxMoveEvent *src; | |
4459 | wxObject *dest; | |
4460 | src = (wxMoveEvent *) ptr; | |
4461 | dest = (wxObject *) src; | |
4462 | return (void *) dest; | |
4463 | } | |
4464 | ||
167b96c2 RD |
4465 | #define new_wxMoveEvent(_swigarg0,_swigarg1) (new wxMoveEvent(_swigarg0,_swigarg1)) |
4466 | static PyObject *_wrap_new_wxMoveEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 4467 | PyObject * _resultobj; |
167b96c2 RD |
4468 | wxMoveEvent * _result; |
4469 | wxPoint * _arg0; | |
4470 | int _arg1 = (int ) 0; | |
4471 | wxPoint temp; | |
4472 | PyObject * _obj0 = 0; | |
4473 | char *_kwnames[] = { "pt","id", NULL }; | |
4474 | char _ptemp[128]; | |
70551f47 RD |
4475 | |
4476 | self = self; | |
167b96c2 | 4477 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:new_wxMoveEvent",_kwnames,&_obj0,&_arg1)) |
70551f47 | 4478 | return NULL; |
167b96c2 RD |
4479 | { |
4480 | _arg0 = &temp; | |
4481 | if (! wxPoint_helper(_obj0, &_arg0)) | |
70551f47 | 4482 | return NULL; |
167b96c2 | 4483 | } |
ab9bc19b | 4484 | { |
474c48f9 | 4485 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4486 | _result = (wxMoveEvent *)new_wxMoveEvent(*_arg0,_arg1); |
ab9bc19b | 4487 | |
474c48f9 | 4488 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4489 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4490 | } if (_result) { |
4491 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMoveEvent_p"); | |
4492 | _resultobj = Py_BuildValue("s",_ptemp); | |
4493 | } else { | |
4494 | Py_INCREF(Py_None); | |
4495 | _resultobj = Py_None; | |
4496 | } | |
4497 | return _resultobj; | |
4498 | } | |
4499 | ||
4500 | #define wxMoveEvent_GetPosition(_swigobj) (_swigobj->GetPosition()) | |
4501 | static PyObject *_wrap_wxMoveEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4502 | PyObject * _resultobj; | |
4503 | wxPoint * _result; | |
4504 | wxMoveEvent * _arg0; | |
4505 | PyObject * _argo0 = 0; | |
4506 | char *_kwnames[] = { "self", NULL }; | |
4507 | char _ptemp[128]; | |
4508 | ||
4509 | self = self; | |
4510 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMoveEvent_GetPosition",_kwnames,&_argo0)) | |
4511 | return NULL; | |
4512 | if (_argo0) { | |
4513 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4514 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMoveEvent_p")) { | |
4515 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMoveEvent_GetPosition. Expected _wxMoveEvent_p."); | |
4516 | return NULL; | |
4517 | } | |
4518 | } | |
4519 | { | |
474c48f9 | 4520 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4521 | _result = new wxPoint (wxMoveEvent_GetPosition(_arg0)); |
167b96c2 | 4522 | |
474c48f9 | 4523 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4524 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4525 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); |
4526 | _resultobj = Py_BuildValue("s",_ptemp); | |
4527 | return _resultobj; | |
4528 | } | |
4529 | ||
4530 | static void *SwigwxPaintEventTowxEvent(void *ptr) { | |
4531 | wxPaintEvent *src; | |
4532 | wxEvent *dest; | |
4533 | src = (wxPaintEvent *) ptr; | |
4534 | dest = (wxEvent *) src; | |
4535 | return (void *) dest; | |
4536 | } | |
4537 | ||
9df61a29 RD |
4538 | static void *SwigwxPaintEventTowxObject(void *ptr) { |
4539 | wxPaintEvent *src; | |
4540 | wxObject *dest; | |
4541 | src = (wxPaintEvent *) ptr; | |
4542 | dest = (wxObject *) src; | |
4543 | return (void *) dest; | |
4544 | } | |
4545 | ||
167b96c2 RD |
4546 | #define new_wxPaintEvent(_swigarg0) (new wxPaintEvent(_swigarg0)) |
4547 | static PyObject *_wrap_new_wxPaintEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4548 | PyObject * _resultobj; | |
4549 | wxPaintEvent * _result; | |
4550 | int _arg0 = (int ) 0; | |
4551 | char *_kwnames[] = { "id", NULL }; | |
4552 | char _ptemp[128]; | |
4553 | ||
4554 | self = self; | |
4555 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxPaintEvent",_kwnames,&_arg0)) | |
4556 | return NULL; | |
4557 | { | |
474c48f9 | 4558 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4559 | _result = (wxPaintEvent *)new_wxPaintEvent(_arg0); |
167b96c2 | 4560 | |
474c48f9 | 4561 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4562 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4563 | } if (_result) { |
4564 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPaintEvent_p"); | |
4565 | _resultobj = Py_BuildValue("s",_ptemp); | |
4566 | } else { | |
4567 | Py_INCREF(Py_None); | |
4568 | _resultobj = Py_None; | |
4569 | } | |
4570 | return _resultobj; | |
4571 | } | |
4572 | ||
4573 | static void *SwigwxEraseEventTowxEvent(void *ptr) { | |
4574 | wxEraseEvent *src; | |
4575 | wxEvent *dest; | |
4576 | src = (wxEraseEvent *) ptr; | |
4577 | dest = (wxEvent *) src; | |
4578 | return (void *) dest; | |
4579 | } | |
4580 | ||
9df61a29 RD |
4581 | static void *SwigwxEraseEventTowxObject(void *ptr) { |
4582 | wxEraseEvent *src; | |
4583 | wxObject *dest; | |
4584 | src = (wxEraseEvent *) ptr; | |
4585 | dest = (wxObject *) src; | |
4586 | return (void *) dest; | |
4587 | } | |
4588 | ||
167b96c2 RD |
4589 | #define new_wxEraseEvent(_swigarg0,_swigarg1) (new wxEraseEvent(_swigarg0,_swigarg1)) |
4590 | static PyObject *_wrap_new_wxEraseEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4591 | PyObject * _resultobj; | |
4592 | wxEraseEvent * _result; | |
4593 | int _arg0 = (int ) 0; | |
4594 | wxDC * _arg1 = (wxDC *) NULL; | |
4595 | PyObject * _argo1 = 0; | |
4596 | char *_kwnames[] = { "id","dc", NULL }; | |
4597 | char _ptemp[128]; | |
4598 | ||
4599 | self = self; | |
4600 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|iO:new_wxEraseEvent",_kwnames,&_arg0,&_argo1)) | |
4601 | return NULL; | |
4602 | if (_argo1) { | |
4603 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
4604 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) { | |
4605 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxEraseEvent. Expected _wxDC_p."); | |
4606 | return NULL; | |
4607 | } | |
4608 | } | |
4609 | { | |
474c48f9 | 4610 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4611 | _result = (wxEraseEvent *)new_wxEraseEvent(_arg0,_arg1); |
167b96c2 | 4612 | |
474c48f9 | 4613 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4614 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4615 | } if (_result) { |
4616 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxEraseEvent_p"); | |
4617 | _resultobj = Py_BuildValue("s",_ptemp); | |
4618 | } else { | |
4619 | Py_INCREF(Py_None); | |
4620 | _resultobj = Py_None; | |
4621 | } | |
4622 | return _resultobj; | |
4623 | } | |
4624 | ||
4625 | #define wxEraseEvent_GetDC(_swigobj) (_swigobj->GetDC()) | |
4626 | static PyObject *_wrap_wxEraseEvent_GetDC(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4627 | PyObject * _resultobj; | |
4628 | wxDC * _result; | |
4629 | wxEraseEvent * _arg0; | |
4630 | PyObject * _argo0 = 0; | |
4631 | char *_kwnames[] = { "self", NULL }; | |
167b96c2 RD |
4632 | |
4633 | self = self; | |
4634 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxEraseEvent_GetDC",_kwnames,&_argo0)) | |
4635 | return NULL; | |
4636 | if (_argo0) { | |
4637 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4638 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEraseEvent_p")) { | |
4639 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxEraseEvent_GetDC. Expected _wxEraseEvent_p."); | |
4640 | return NULL; | |
4641 | } | |
4642 | } | |
4643 | { | |
474c48f9 | 4644 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4645 | _result = (wxDC *)wxEraseEvent_GetDC(_arg0); |
167b96c2 | 4646 | |
474c48f9 | 4647 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4648 | if (PyErr_Occurred()) return NULL; |
9df61a29 | 4649 | }{ _resultobj = wxPyMake_wxObject(_result); } |
167b96c2 RD |
4650 | return _resultobj; |
4651 | } | |
4652 | ||
4653 | static void *SwigwxFocusEventTowxEvent(void *ptr) { | |
4654 | wxFocusEvent *src; | |
4655 | wxEvent *dest; | |
4656 | src = (wxFocusEvent *) ptr; | |
4657 | dest = (wxEvent *) src; | |
4658 | return (void *) dest; | |
4659 | } | |
4660 | ||
9df61a29 RD |
4661 | static void *SwigwxFocusEventTowxObject(void *ptr) { |
4662 | wxFocusEvent *src; | |
4663 | wxObject *dest; | |
4664 | src = (wxFocusEvent *) ptr; | |
4665 | dest = (wxObject *) src; | |
4666 | return (void *) dest; | |
4667 | } | |
4668 | ||
167b96c2 RD |
4669 | #define new_wxFocusEvent(_swigarg0,_swigarg1) (new wxFocusEvent(_swigarg0,_swigarg1)) |
4670 | static PyObject *_wrap_new_wxFocusEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4671 | PyObject * _resultobj; | |
4672 | wxFocusEvent * _result; | |
4673 | WXTYPE _arg0 = (WXTYPE ) 0; | |
4674 | int _arg1 = (int ) 0; | |
4675 | char *_kwnames[] = { "eventType","id", NULL }; | |
4676 | char _ptemp[128]; | |
4677 | ||
4678 | self = self; | |
4679 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|hi:new_wxFocusEvent",_kwnames,&_arg0,&_arg1)) | |
4680 | return NULL; | |
4681 | { | |
474c48f9 | 4682 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4683 | _result = (wxFocusEvent *)new_wxFocusEvent(_arg0,_arg1); |
167b96c2 | 4684 | |
474c48f9 | 4685 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4686 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4687 | } if (_result) { |
4688 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFocusEvent_p"); | |
4689 | _resultobj = Py_BuildValue("s",_ptemp); | |
4690 | } else { | |
4691 | Py_INCREF(Py_None); | |
4692 | _resultobj = Py_None; | |
4693 | } | |
4694 | return _resultobj; | |
4695 | } | |
4696 | ||
3e212503 RD |
4697 | static void *SwigwxChildFocusEventTowxCommandEvent(void *ptr) { |
4698 | wxChildFocusEvent *src; | |
4699 | wxCommandEvent *dest; | |
4700 | src = (wxChildFocusEvent *) ptr; | |
4701 | dest = (wxCommandEvent *) src; | |
4702 | return (void *) dest; | |
4703 | } | |
4704 | ||
4705 | static void *SwigwxChildFocusEventTowxEvent(void *ptr) { | |
4706 | wxChildFocusEvent *src; | |
4707 | wxEvent *dest; | |
4708 | src = (wxChildFocusEvent *) ptr; | |
4709 | dest = (wxEvent *) src; | |
4710 | return (void *) dest; | |
4711 | } | |
4712 | ||
4713 | static void *SwigwxChildFocusEventTowxObject(void *ptr) { | |
4714 | wxChildFocusEvent *src; | |
4715 | wxObject *dest; | |
4716 | src = (wxChildFocusEvent *) ptr; | |
4717 | dest = (wxObject *) src; | |
4718 | return (void *) dest; | |
4719 | } | |
4720 | ||
4721 | #define new_wxChildFocusEvent(_swigarg0) (new wxChildFocusEvent(_swigarg0)) | |
4722 | static PyObject *_wrap_new_wxChildFocusEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4723 | PyObject * _resultobj; | |
4724 | wxChildFocusEvent * _result; | |
4725 | wxWindow * _arg0 = (wxWindow *) NULL; | |
4726 | PyObject * _argo0 = 0; | |
4727 | char *_kwnames[] = { "win", NULL }; | |
4728 | char _ptemp[128]; | |
4729 | ||
4730 | self = self; | |
4731 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|O:new_wxChildFocusEvent",_kwnames,&_argo0)) | |
4732 | return NULL; | |
4733 | if (_argo0) { | |
4734 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4735 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
4736 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxChildFocusEvent. Expected _wxWindow_p."); | |
4737 | return NULL; | |
4738 | } | |
4739 | } | |
4740 | { | |
474c48f9 | 4741 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4742 | _result = (wxChildFocusEvent *)new_wxChildFocusEvent(_arg0); |
3e212503 | 4743 | |
474c48f9 | 4744 | wxPyEndAllowThreads(__tstate); |
3e212503 RD |
4745 | if (PyErr_Occurred()) return NULL; |
4746 | } if (_result) { | |
4747 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxChildFocusEvent_p"); | |
4748 | _resultobj = Py_BuildValue("s",_ptemp); | |
4749 | } else { | |
4750 | Py_INCREF(Py_None); | |
4751 | _resultobj = Py_None; | |
4752 | } | |
4753 | return _resultobj; | |
4754 | } | |
4755 | ||
4756 | #define wxChildFocusEvent_GetWindow(_swigobj) (_swigobj->GetWindow()) | |
4757 | static PyObject *_wrap_wxChildFocusEvent_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4758 | PyObject * _resultobj; | |
4759 | wxWindow * _result; | |
4760 | wxChildFocusEvent * _arg0; | |
4761 | PyObject * _argo0 = 0; | |
4762 | char *_kwnames[] = { "self", NULL }; | |
4763 | ||
4764 | self = self; | |
4765 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChildFocusEvent_GetWindow",_kwnames,&_argo0)) | |
4766 | return NULL; | |
4767 | if (_argo0) { | |
4768 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4769 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChildFocusEvent_p")) { | |
4770 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChildFocusEvent_GetWindow. Expected _wxChildFocusEvent_p."); | |
4771 | return NULL; | |
4772 | } | |
4773 | } | |
4774 | { | |
474c48f9 | 4775 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4776 | _result = (wxWindow *)wxChildFocusEvent_GetWindow(_arg0); |
3e212503 | 4777 | |
474c48f9 | 4778 | wxPyEndAllowThreads(__tstate); |
3e212503 RD |
4779 | if (PyErr_Occurred()) return NULL; |
4780 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
4781 | return _resultobj; | |
4782 | } | |
4783 | ||
167b96c2 RD |
4784 | static void *SwigwxActivateEventTowxEvent(void *ptr) { |
4785 | wxActivateEvent *src; | |
4786 | wxEvent *dest; | |
4787 | src = (wxActivateEvent *) ptr; | |
4788 | dest = (wxEvent *) src; | |
4789 | return (void *) dest; | |
4790 | } | |
4791 | ||
9df61a29 RD |
4792 | static void *SwigwxActivateEventTowxObject(void *ptr) { |
4793 | wxActivateEvent *src; | |
4794 | wxObject *dest; | |
4795 | src = (wxActivateEvent *) ptr; | |
4796 | dest = (wxObject *) src; | |
4797 | return (void *) dest; | |
4798 | } | |
4799 | ||
167b96c2 RD |
4800 | #define new_wxActivateEvent(_swigarg0,_swigarg1,_swigarg2) (new wxActivateEvent(_swigarg0,_swigarg1,_swigarg2)) |
4801 | static PyObject *_wrap_new_wxActivateEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4802 | PyObject * _resultobj; | |
4803 | wxActivateEvent * _result; | |
4804 | WXTYPE _arg0 = (WXTYPE ) 0; | |
4805 | int _arg1 = (int ) TRUE; | |
4806 | int _arg2 = (int ) 0; | |
4807 | char *_kwnames[] = { "eventType","active","id", NULL }; | |
4808 | char _ptemp[128]; | |
4809 | ||
4810 | self = self; | |
4811 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|hii:new_wxActivateEvent",_kwnames,&_arg0,&_arg1,&_arg2)) | |
4812 | return NULL; | |
4813 | { | |
474c48f9 | 4814 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4815 | _result = (wxActivateEvent *)new_wxActivateEvent(_arg0,_arg1,_arg2); |
167b96c2 | 4816 | |
474c48f9 | 4817 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4818 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4819 | } if (_result) { |
4820 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxActivateEvent_p"); | |
4821 | _resultobj = Py_BuildValue("s",_ptemp); | |
4822 | } else { | |
4823 | Py_INCREF(Py_None); | |
4824 | _resultobj = Py_None; | |
4825 | } | |
4826 | return _resultobj; | |
4827 | } | |
4828 | ||
4829 | #define wxActivateEvent_GetActive(_swigobj) (_swigobj->GetActive()) | |
4830 | static PyObject *_wrap_wxActivateEvent_GetActive(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4831 | PyObject * _resultobj; | |
4832 | bool _result; | |
4833 | wxActivateEvent * _arg0; | |
4834 | PyObject * _argo0 = 0; | |
4835 | char *_kwnames[] = { "self", NULL }; | |
4836 | ||
4837 | self = self; | |
4838 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxActivateEvent_GetActive",_kwnames,&_argo0)) | |
4839 | return NULL; | |
4840 | if (_argo0) { | |
4841 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4842 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxActivateEvent_p")) { | |
4843 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxActivateEvent_GetActive. Expected _wxActivateEvent_p."); | |
4844 | return NULL; | |
4845 | } | |
4846 | } | |
4847 | { | |
474c48f9 | 4848 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4849 | _result = (bool )wxActivateEvent_GetActive(_arg0); |
167b96c2 | 4850 | |
474c48f9 | 4851 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4852 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4853 | } _resultobj = Py_BuildValue("i",_result); |
4854 | return _resultobj; | |
4855 | } | |
4856 | ||
4857 | static void *SwigwxInitDialogEventTowxEvent(void *ptr) { | |
4858 | wxInitDialogEvent *src; | |
4859 | wxEvent *dest; | |
4860 | src = (wxInitDialogEvent *) ptr; | |
4861 | dest = (wxEvent *) src; | |
4862 | return (void *) dest; | |
4863 | } | |
4864 | ||
9df61a29 RD |
4865 | static void *SwigwxInitDialogEventTowxObject(void *ptr) { |
4866 | wxInitDialogEvent *src; | |
4867 | wxObject *dest; | |
4868 | src = (wxInitDialogEvent *) ptr; | |
4869 | dest = (wxObject *) src; | |
4870 | return (void *) dest; | |
4871 | } | |
4872 | ||
167b96c2 RD |
4873 | #define new_wxInitDialogEvent(_swigarg0) (new wxInitDialogEvent(_swigarg0)) |
4874 | static PyObject *_wrap_new_wxInitDialogEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4875 | PyObject * _resultobj; | |
4876 | wxInitDialogEvent * _result; | |
4877 | int _arg0 = (int ) 0; | |
4878 | char *_kwnames[] = { "id", NULL }; | |
4879 | char _ptemp[128]; | |
4880 | ||
4881 | self = self; | |
4882 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxInitDialogEvent",_kwnames,&_arg0)) | |
4883 | return NULL; | |
4884 | { | |
474c48f9 | 4885 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4886 | _result = (wxInitDialogEvent *)new_wxInitDialogEvent(_arg0); |
167b96c2 | 4887 | |
474c48f9 | 4888 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4889 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4890 | } if (_result) { |
4891 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxInitDialogEvent_p"); | |
4892 | _resultobj = Py_BuildValue("s",_ptemp); | |
4893 | } else { | |
4894 | Py_INCREF(Py_None); | |
4895 | _resultobj = Py_None; | |
4896 | } | |
4897 | return _resultobj; | |
4898 | } | |
4899 | ||
4900 | static void *SwigwxMenuEventTowxEvent(void *ptr) { | |
4901 | wxMenuEvent *src; | |
4902 | wxEvent *dest; | |
4903 | src = (wxMenuEvent *) ptr; | |
4904 | dest = (wxEvent *) src; | |
4905 | return (void *) dest; | |
4906 | } | |
4907 | ||
9df61a29 RD |
4908 | static void *SwigwxMenuEventTowxObject(void *ptr) { |
4909 | wxMenuEvent *src; | |
4910 | wxObject *dest; | |
4911 | src = (wxMenuEvent *) ptr; | |
4912 | dest = (wxObject *) src; | |
4913 | return (void *) dest; | |
4914 | } | |
4915 | ||
167b96c2 RD |
4916 | #define new_wxMenuEvent(_swigarg0,_swigarg1) (new wxMenuEvent(_swigarg0,_swigarg1)) |
4917 | static PyObject *_wrap_new_wxMenuEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4918 | PyObject * _resultobj; | |
4919 | wxMenuEvent * _result; | |
4920 | WXTYPE _arg0 = (WXTYPE ) 0; | |
4921 | int _arg1 = (int ) 0; | |
4922 | char *_kwnames[] = { "id","id", NULL }; | |
4923 | char _ptemp[128]; | |
4924 | ||
4925 | self = self; | |
4926 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|hi:new_wxMenuEvent",_kwnames,&_arg0,&_arg1)) | |
4927 | return NULL; | |
4928 | { | |
474c48f9 | 4929 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4930 | _result = (wxMenuEvent *)new_wxMenuEvent(_arg0,_arg1); |
167b96c2 | 4931 | |
474c48f9 | 4932 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4933 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4934 | } if (_result) { |
4935 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMenuEvent_p"); | |
4936 | _resultobj = Py_BuildValue("s",_ptemp); | |
4937 | } else { | |
4938 | Py_INCREF(Py_None); | |
4939 | _resultobj = Py_None; | |
4940 | } | |
4941 | return _resultobj; | |
4942 | } | |
4943 | ||
4944 | #define wxMenuEvent_GetMenuId(_swigobj) (_swigobj->GetMenuId()) | |
4945 | static PyObject *_wrap_wxMenuEvent_GetMenuId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4946 | PyObject * _resultobj; | |
4947 | int _result; | |
4948 | wxMenuEvent * _arg0; | |
4949 | PyObject * _argo0 = 0; | |
4950 | char *_kwnames[] = { "self", NULL }; | |
4951 | ||
4952 | self = self; | |
4953 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMenuEvent_GetMenuId",_kwnames,&_argo0)) | |
4954 | return NULL; | |
4955 | if (_argo0) { | |
4956 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4957 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMenuEvent_p")) { | |
4958 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMenuEvent_GetMenuId. Expected _wxMenuEvent_p."); | |
4959 | return NULL; | |
4960 | } | |
4961 | } | |
4962 | { | |
474c48f9 | 4963 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4964 | _result = (int )wxMenuEvent_GetMenuId(_arg0); |
167b96c2 | 4965 | |
474c48f9 | 4966 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 4967 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
4968 | } _resultobj = Py_BuildValue("i",_result); |
4969 | return _resultobj; | |
4970 | } | |
4971 | ||
4152e8b9 RD |
4972 | #define wxMenuEvent_IsPopup(_swigobj) (_swigobj->IsPopup()) |
4973 | static PyObject *_wrap_wxMenuEvent_IsPopup(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4974 | PyObject * _resultobj; | |
4975 | bool _result; | |
4976 | wxMenuEvent * _arg0; | |
4977 | PyObject * _argo0 = 0; | |
4978 | char *_kwnames[] = { "self", NULL }; | |
4979 | ||
4980 | self = self; | |
4981 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMenuEvent_IsPopup",_kwnames,&_argo0)) | |
4982 | return NULL; | |
4983 | if (_argo0) { | |
4984 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4985 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMenuEvent_p")) { | |
4986 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMenuEvent_IsPopup. Expected _wxMenuEvent_p."); | |
4987 | return NULL; | |
4988 | } | |
4989 | } | |
4990 | { | |
4991 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
c8bc7bb8 | 4992 | _result = (bool )wxMenuEvent_IsPopup(_arg0); |
4152e8b9 RD |
4993 | |
4994 | wxPyEndAllowThreads(__tstate); | |
4995 | if (PyErr_Occurred()) return NULL; | |
4996 | } _resultobj = Py_BuildValue("i",_result); | |
4997 | return _resultobj; | |
4998 | } | |
4999 | ||
167b96c2 RD |
5000 | static void *SwigwxShowEventTowxEvent(void *ptr) { |
5001 | wxShowEvent *src; | |
5002 | wxEvent *dest; | |
5003 | src = (wxShowEvent *) ptr; | |
5004 | dest = (wxEvent *) src; | |
5005 | return (void *) dest; | |
5006 | } | |
5007 | ||
9df61a29 RD |
5008 | static void *SwigwxShowEventTowxObject(void *ptr) { |
5009 | wxShowEvent *src; | |
5010 | wxObject *dest; | |
5011 | src = (wxShowEvent *) ptr; | |
5012 | dest = (wxObject *) src; | |
5013 | return (void *) dest; | |
5014 | } | |
5015 | ||
167b96c2 RD |
5016 | #define new_wxShowEvent(_swigarg0,_swigarg1) (new wxShowEvent(_swigarg0,_swigarg1)) |
5017 | static PyObject *_wrap_new_wxShowEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5018 | PyObject * _resultobj; | |
5019 | wxShowEvent * _result; | |
5020 | int _arg0 = (int ) 0; | |
5021 | int _arg1 = (int ) FALSE; | |
5022 | char *_kwnames[] = { "id","show", NULL }; | |
5023 | char _ptemp[128]; | |
5024 | ||
5025 | self = self; | |
5026 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxShowEvent",_kwnames,&_arg0,&_arg1)) | |
5027 | return NULL; | |
5028 | { | |
474c48f9 | 5029 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5030 | _result = (wxShowEvent *)new_wxShowEvent(_arg0,_arg1); |
167b96c2 | 5031 | |
474c48f9 | 5032 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5033 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5034 | } if (_result) { |
5035 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxShowEvent_p"); | |
5036 | _resultobj = Py_BuildValue("s",_ptemp); | |
5037 | } else { | |
5038 | Py_INCREF(Py_None); | |
5039 | _resultobj = Py_None; | |
5040 | } | |
5041 | return _resultobj; | |
5042 | } | |
5043 | ||
5044 | #define wxShowEvent_SetShow(_swigobj,_swigarg0) (_swigobj->SetShow(_swigarg0)) | |
5045 | static PyObject *_wrap_wxShowEvent_SetShow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5046 | PyObject * _resultobj; | |
5047 | wxShowEvent * _arg0; | |
5048 | bool _arg1; | |
5049 | PyObject * _argo0 = 0; | |
5050 | int tempbool1; | |
5051 | char *_kwnames[] = { "self","show", NULL }; | |
5052 | ||
5053 | self = self; | |
5054 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxShowEvent_SetShow",_kwnames,&_argo0,&tempbool1)) | |
5055 | return NULL; | |
5056 | if (_argo0) { | |
5057 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5058 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxShowEvent_p")) { | |
5059 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxShowEvent_SetShow. Expected _wxShowEvent_p."); | |
5060 | return NULL; | |
5061 | } | |
5062 | } | |
5063 | _arg1 = (bool ) tempbool1; | |
5064 | { | |
474c48f9 | 5065 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5066 | wxShowEvent_SetShow(_arg0,_arg1); |
167b96c2 | 5067 | |
474c48f9 | 5068 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5069 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5070 | } Py_INCREF(Py_None); |
5071 | _resultobj = Py_None; | |
5072 | return _resultobj; | |
5073 | } | |
5074 | ||
5075 | #define wxShowEvent_GetShow(_swigobj) (_swigobj->GetShow()) | |
5076 | static PyObject *_wrap_wxShowEvent_GetShow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5077 | PyObject * _resultobj; | |
5078 | bool _result; | |
5079 | wxShowEvent * _arg0; | |
5080 | PyObject * _argo0 = 0; | |
5081 | char *_kwnames[] = { "self", NULL }; | |
5082 | ||
5083 | self = self; | |
5084 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxShowEvent_GetShow",_kwnames,&_argo0)) | |
5085 | return NULL; | |
5086 | if (_argo0) { | |
5087 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5088 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxShowEvent_p")) { | |
5089 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxShowEvent_GetShow. Expected _wxShowEvent_p."); | |
5090 | return NULL; | |
5091 | } | |
5092 | } | |
5093 | { | |
474c48f9 | 5094 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5095 | _result = (bool )wxShowEvent_GetShow(_arg0); |
167b96c2 | 5096 | |
474c48f9 | 5097 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5098 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5099 | } _resultobj = Py_BuildValue("i",_result); |
5100 | return _resultobj; | |
5101 | } | |
5102 | ||
5103 | static void *SwigwxIconizeEventTowxEvent(void *ptr) { | |
5104 | wxIconizeEvent *src; | |
5105 | wxEvent *dest; | |
5106 | src = (wxIconizeEvent *) ptr; | |
5107 | dest = (wxEvent *) src; | |
5108 | return (void *) dest; | |
5109 | } | |
5110 | ||
9df61a29 RD |
5111 | static void *SwigwxIconizeEventTowxObject(void *ptr) { |
5112 | wxIconizeEvent *src; | |
5113 | wxObject *dest; | |
5114 | src = (wxIconizeEvent *) ptr; | |
5115 | dest = (wxObject *) src; | |
5116 | return (void *) dest; | |
5117 | } | |
5118 | ||
9d6da64a | 5119 | #define new_wxIconizeEvent(_swigarg0,_swigarg1) (new wxIconizeEvent(_swigarg0,_swigarg1)) |
167b96c2 RD |
5120 | static PyObject *_wrap_new_wxIconizeEvent(PyObject *self, PyObject *args, PyObject *kwargs) { |
5121 | PyObject * _resultobj; | |
5122 | wxIconizeEvent * _result; | |
5123 | int _arg0 = (int ) 0; | |
9d6da64a RD |
5124 | bool _arg1 = (bool ) TRUE; |
5125 | int tempbool1 = (int) TRUE; | |
5126 | char *_kwnames[] = { "id","iconized", NULL }; | |
167b96c2 RD |
5127 | char _ptemp[128]; |
5128 | ||
5129 | self = self; | |
9d6da64a | 5130 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxIconizeEvent",_kwnames,&_arg0,&tempbool1)) |
167b96c2 | 5131 | return NULL; |
9d6da64a | 5132 | _arg1 = (bool ) tempbool1; |
167b96c2 | 5133 | { |
474c48f9 | 5134 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5135 | _result = (wxIconizeEvent *)new_wxIconizeEvent(_arg0,_arg1); |
167b96c2 | 5136 | |
474c48f9 | 5137 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5138 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5139 | } if (_result) { |
5140 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxIconizeEvent_p"); | |
5141 | _resultobj = Py_BuildValue("s",_ptemp); | |
5142 | } else { | |
5143 | Py_INCREF(Py_None); | |
5144 | _resultobj = Py_None; | |
5145 | } | |
5146 | return _resultobj; | |
5147 | } | |
5148 | ||
9d6da64a RD |
5149 | #define wxIconizeEvent_Iconized(_swigobj) (_swigobj->Iconized()) |
5150 | static PyObject *_wrap_wxIconizeEvent_Iconized(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5151 | PyObject * _resultobj; | |
5152 | bool _result; | |
5153 | wxIconizeEvent * _arg0; | |
5154 | PyObject * _argo0 = 0; | |
5155 | char *_kwnames[] = { "self", NULL }; | |
5156 | ||
5157 | self = self; | |
5158 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxIconizeEvent_Iconized",_kwnames,&_argo0)) | |
5159 | return NULL; | |
5160 | if (_argo0) { | |
5161 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5162 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxIconizeEvent_p")) { | |
5163 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxIconizeEvent_Iconized. Expected _wxIconizeEvent_p."); | |
5164 | return NULL; | |
5165 | } | |
5166 | } | |
5167 | { | |
474c48f9 | 5168 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5169 | _result = (bool )wxIconizeEvent_Iconized(_arg0); |
9d6da64a | 5170 | |
474c48f9 | 5171 | wxPyEndAllowThreads(__tstate); |
9d6da64a RD |
5172 | if (PyErr_Occurred()) return NULL; |
5173 | } _resultobj = Py_BuildValue("i",_result); | |
5174 | return _resultobj; | |
5175 | } | |
5176 | ||
167b96c2 RD |
5177 | static void *SwigwxMaximizeEventTowxEvent(void *ptr) { |
5178 | wxMaximizeEvent *src; | |
5179 | wxEvent *dest; | |
5180 | src = (wxMaximizeEvent *) ptr; | |
5181 | dest = (wxEvent *) src; | |
5182 | return (void *) dest; | |
5183 | } | |
5184 | ||
9df61a29 RD |
5185 | static void *SwigwxMaximizeEventTowxObject(void *ptr) { |
5186 | wxMaximizeEvent *src; | |
5187 | wxObject *dest; | |
5188 | src = (wxMaximizeEvent *) ptr; | |
5189 | dest = (wxObject *) src; | |
5190 | return (void *) dest; | |
5191 | } | |
5192 | ||
167b96c2 RD |
5193 | #define new_wxMaximizeEvent(_swigarg0) (new wxMaximizeEvent(_swigarg0)) |
5194 | static PyObject *_wrap_new_wxMaximizeEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5195 | PyObject * _resultobj; | |
5196 | wxMaximizeEvent * _result; | |
5197 | int _arg0 = (int ) 0; | |
5198 | char *_kwnames[] = { "id", NULL }; | |
5199 | char _ptemp[128]; | |
5200 | ||
5201 | self = self; | |
5202 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxMaximizeEvent",_kwnames,&_arg0)) | |
5203 | return NULL; | |
5204 | { | |
474c48f9 | 5205 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5206 | _result = (wxMaximizeEvent *)new_wxMaximizeEvent(_arg0); |
167b96c2 | 5207 | |
474c48f9 | 5208 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5209 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5210 | } if (_result) { |
5211 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMaximizeEvent_p"); | |
5212 | _resultobj = Py_BuildValue("s",_ptemp); | |
5213 | } else { | |
5214 | Py_INCREF(Py_None); | |
5215 | _resultobj = Py_None; | |
5216 | } | |
5217 | return _resultobj; | |
5218 | } | |
5219 | ||
5220 | static void *SwigwxJoystickEventTowxEvent(void *ptr) { | |
5221 | wxJoystickEvent *src; | |
5222 | wxEvent *dest; | |
5223 | src = (wxJoystickEvent *) ptr; | |
5224 | dest = (wxEvent *) src; | |
5225 | return (void *) dest; | |
5226 | } | |
5227 | ||
9df61a29 RD |
5228 | static void *SwigwxJoystickEventTowxObject(void *ptr) { |
5229 | wxJoystickEvent *src; | |
5230 | wxObject *dest; | |
5231 | src = (wxJoystickEvent *) ptr; | |
5232 | dest = (wxObject *) src; | |
5233 | return (void *) dest; | |
5234 | } | |
5235 | ||
167b96c2 RD |
5236 | #define new_wxJoystickEvent(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxJoystickEvent(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) |
5237 | static PyObject *_wrap_new_wxJoystickEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5238 | PyObject * _resultobj; | |
5239 | wxJoystickEvent * _result; | |
5240 | int _arg0 = (int ) wxEVT_NULL; | |
5241 | int _arg1 = (int ) 0; | |
5242 | int _arg2 = (int ) wxJOYSTICK1; | |
5243 | int _arg3 = (int ) 0; | |
5244 | char *_kwnames[] = { "type","state","joystick","change", NULL }; | |
5245 | char _ptemp[128]; | |
5246 | ||
5247 | self = self; | |
5248 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|iiii:new_wxJoystickEvent",_kwnames,&_arg0,&_arg1,&_arg2,&_arg3)) | |
5249 | return NULL; | |
5250 | { | |
474c48f9 | 5251 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5252 | _result = (wxJoystickEvent *)new_wxJoystickEvent(_arg0,_arg1,_arg2,_arg3); |
167b96c2 | 5253 | |
474c48f9 | 5254 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5255 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5256 | } if (_result) { |
5257 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxJoystickEvent_p"); | |
5258 | _resultobj = Py_BuildValue("s",_ptemp); | |
5259 | } else { | |
5260 | Py_INCREF(Py_None); | |
5261 | _resultobj = Py_None; | |
5262 | } | |
5263 | return _resultobj; | |
5264 | } | |
5265 | ||
5266 | #define wxJoystickEvent_GetPosition(_swigobj) (_swigobj->GetPosition()) | |
5267 | static PyObject *_wrap_wxJoystickEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5268 | PyObject * _resultobj; | |
5269 | wxPoint * _result; | |
5270 | wxJoystickEvent * _arg0; | |
5271 | PyObject * _argo0 = 0; | |
5272 | char *_kwnames[] = { "self", NULL }; | |
5273 | char _ptemp[128]; | |
5274 | ||
5275 | self = self; | |
5276 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystickEvent_GetPosition",_kwnames,&_argo0)) | |
5277 | return NULL; | |
5278 | if (_argo0) { | |
5279 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5280 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5281 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_GetPosition. Expected _wxJoystickEvent_p."); | |
5282 | return NULL; | |
5283 | } | |
5284 | } | |
5285 | { | |
474c48f9 | 5286 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5287 | _result = new wxPoint (wxJoystickEvent_GetPosition(_arg0)); |
167b96c2 | 5288 | |
474c48f9 | 5289 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5290 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5291 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); |
5292 | _resultobj = Py_BuildValue("s",_ptemp); | |
5293 | return _resultobj; | |
5294 | } | |
5295 | ||
5296 | #define wxJoystickEvent_GetZPosition(_swigobj) (_swigobj->GetZPosition()) | |
5297 | static PyObject *_wrap_wxJoystickEvent_GetZPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5298 | PyObject * _resultobj; | |
5299 | int _result; | |
5300 | wxJoystickEvent * _arg0; | |
5301 | PyObject * _argo0 = 0; | |
5302 | char *_kwnames[] = { "self", NULL }; | |
5303 | ||
5304 | self = self; | |
5305 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystickEvent_GetZPosition",_kwnames,&_argo0)) | |
5306 | return NULL; | |
5307 | if (_argo0) { | |
5308 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5309 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5310 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_GetZPosition. Expected _wxJoystickEvent_p."); | |
5311 | return NULL; | |
5312 | } | |
5313 | } | |
5314 | { | |
474c48f9 | 5315 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5316 | _result = (int )wxJoystickEvent_GetZPosition(_arg0); |
167b96c2 | 5317 | |
474c48f9 | 5318 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5319 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5320 | } _resultobj = Py_BuildValue("i",_result); |
5321 | return _resultobj; | |
5322 | } | |
5323 | ||
5324 | #define wxJoystickEvent_GetButtonState(_swigobj) (_swigobj->GetButtonState()) | |
5325 | static PyObject *_wrap_wxJoystickEvent_GetButtonState(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5326 | PyObject * _resultobj; | |
5327 | int _result; | |
5328 | wxJoystickEvent * _arg0; | |
5329 | PyObject * _argo0 = 0; | |
5330 | char *_kwnames[] = { "self", NULL }; | |
5331 | ||
5332 | self = self; | |
5333 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystickEvent_GetButtonState",_kwnames,&_argo0)) | |
5334 | return NULL; | |
5335 | if (_argo0) { | |
5336 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5337 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5338 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_GetButtonState. Expected _wxJoystickEvent_p."); | |
5339 | return NULL; | |
5340 | } | |
5341 | } | |
5342 | { | |
474c48f9 | 5343 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5344 | _result = (int )wxJoystickEvent_GetButtonState(_arg0); |
167b96c2 | 5345 | |
474c48f9 | 5346 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5347 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5348 | } _resultobj = Py_BuildValue("i",_result); |
5349 | return _resultobj; | |
5350 | } | |
5351 | ||
5352 | #define wxJoystickEvent_GetButtonChange(_swigobj) (_swigobj->GetButtonChange()) | |
5353 | static PyObject *_wrap_wxJoystickEvent_GetButtonChange(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5354 | PyObject * _resultobj; | |
5355 | int _result; | |
5356 | wxJoystickEvent * _arg0; | |
5357 | PyObject * _argo0 = 0; | |
5358 | char *_kwnames[] = { "self", NULL }; | |
5359 | ||
5360 | self = self; | |
5361 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystickEvent_GetButtonChange",_kwnames,&_argo0)) | |
5362 | return NULL; | |
5363 | if (_argo0) { | |
5364 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5365 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5366 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_GetButtonChange. Expected _wxJoystickEvent_p."); | |
5367 | return NULL; | |
5368 | } | |
5369 | } | |
5370 | { | |
474c48f9 | 5371 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5372 | _result = (int )wxJoystickEvent_GetButtonChange(_arg0); |
167b96c2 | 5373 | |
474c48f9 | 5374 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5375 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5376 | } _resultobj = Py_BuildValue("i",_result); |
5377 | return _resultobj; | |
5378 | } | |
5379 | ||
5380 | #define wxJoystickEvent_GetJoystick(_swigobj) (_swigobj->GetJoystick()) | |
5381 | static PyObject *_wrap_wxJoystickEvent_GetJoystick(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5382 | PyObject * _resultobj; | |
5383 | int _result; | |
5384 | wxJoystickEvent * _arg0; | |
5385 | PyObject * _argo0 = 0; | |
5386 | char *_kwnames[] = { "self", NULL }; | |
5387 | ||
5388 | self = self; | |
5389 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystickEvent_GetJoystick",_kwnames,&_argo0)) | |
5390 | return NULL; | |
5391 | if (_argo0) { | |
5392 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5393 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5394 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_GetJoystick. Expected _wxJoystickEvent_p."); | |
5395 | return NULL; | |
5396 | } | |
5397 | } | |
5398 | { | |
474c48f9 | 5399 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5400 | _result = (int )wxJoystickEvent_GetJoystick(_arg0); |
167b96c2 | 5401 | |
474c48f9 | 5402 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5403 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5404 | } _resultobj = Py_BuildValue("i",_result); |
5405 | return _resultobj; | |
5406 | } | |
5407 | ||
5408 | #define wxJoystickEvent_SetJoystick(_swigobj,_swigarg0) (_swigobj->SetJoystick(_swigarg0)) | |
5409 | static PyObject *_wrap_wxJoystickEvent_SetJoystick(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5410 | PyObject * _resultobj; | |
5411 | wxJoystickEvent * _arg0; | |
5412 | int _arg1; | |
5413 | PyObject * _argo0 = 0; | |
5414 | char *_kwnames[] = { "self","stick", NULL }; | |
5415 | ||
5416 | self = self; | |
5417 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxJoystickEvent_SetJoystick",_kwnames,&_argo0,&_arg1)) | |
5418 | return NULL; | |
5419 | if (_argo0) { | |
5420 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5421 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5422 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_SetJoystick. Expected _wxJoystickEvent_p."); | |
5423 | return NULL; | |
5424 | } | |
5425 | } | |
5426 | { | |
474c48f9 | 5427 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5428 | wxJoystickEvent_SetJoystick(_arg0,_arg1); |
167b96c2 | 5429 | |
474c48f9 | 5430 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5431 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5432 | } Py_INCREF(Py_None); |
5433 | _resultobj = Py_None; | |
5434 | return _resultobj; | |
5435 | } | |
5436 | ||
5437 | #define wxJoystickEvent_SetButtonState(_swigobj,_swigarg0) (_swigobj->SetButtonState(_swigarg0)) | |
107e4716 | 5438 | static PyObject *_wrap_wxJoystickEvent_SetButtonState(PyObject *self, PyObject *args, PyObject *kwargs) { |
70551f47 RD |
5439 | PyObject * _resultobj; |
5440 | wxJoystickEvent * _arg0; | |
167b96c2 RD |
5441 | int _arg1; |
5442 | PyObject * _argo0 = 0; | |
5443 | char *_kwnames[] = { "self","state", NULL }; | |
5444 | ||
5445 | self = self; | |
5446 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxJoystickEvent_SetButtonState",_kwnames,&_argo0,&_arg1)) | |
5447 | return NULL; | |
5448 | if (_argo0) { | |
5449 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5450 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5451 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_SetButtonState. Expected _wxJoystickEvent_p."); | |
5452 | return NULL; | |
5453 | } | |
5454 | } | |
5455 | { | |
474c48f9 | 5456 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5457 | wxJoystickEvent_SetButtonState(_arg0,_arg1); |
167b96c2 | 5458 | |
474c48f9 | 5459 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5460 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5461 | } Py_INCREF(Py_None); |
5462 | _resultobj = Py_None; | |
5463 | return _resultobj; | |
5464 | } | |
5465 | ||
5466 | #define wxJoystickEvent_SetButtonChange(_swigobj,_swigarg0) (_swigobj->SetButtonChange(_swigarg0)) | |
5467 | static PyObject *_wrap_wxJoystickEvent_SetButtonChange(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5468 | PyObject * _resultobj; | |
5469 | wxJoystickEvent * _arg0; | |
5470 | int _arg1; | |
5471 | PyObject * _argo0 = 0; | |
5472 | char *_kwnames[] = { "self","change", NULL }; | |
5473 | ||
5474 | self = self; | |
5475 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxJoystickEvent_SetButtonChange",_kwnames,&_argo0,&_arg1)) | |
5476 | return NULL; | |
5477 | if (_argo0) { | |
5478 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5479 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5480 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_SetButtonChange. Expected _wxJoystickEvent_p."); | |
5481 | return NULL; | |
5482 | } | |
5483 | } | |
5484 | { | |
474c48f9 | 5485 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5486 | wxJoystickEvent_SetButtonChange(_arg0,_arg1); |
167b96c2 | 5487 | |
474c48f9 | 5488 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5489 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5490 | } Py_INCREF(Py_None); |
5491 | _resultobj = Py_None; | |
5492 | return _resultobj; | |
5493 | } | |
5494 | ||
5495 | #define wxJoystickEvent_SetPosition(_swigobj,_swigarg0) (_swigobj->SetPosition(_swigarg0)) | |
5496 | static PyObject *_wrap_wxJoystickEvent_SetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5497 | PyObject * _resultobj; | |
5498 | wxJoystickEvent * _arg0; | |
5499 | wxPoint * _arg1; | |
5500 | PyObject * _argo0 = 0; | |
5501 | wxPoint temp; | |
5502 | PyObject * _obj1 = 0; | |
5503 | char *_kwnames[] = { "self","pos", NULL }; | |
5504 | ||
5505 | self = self; | |
5506 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxJoystickEvent_SetPosition",_kwnames,&_argo0,&_obj1)) | |
5507 | return NULL; | |
5508 | if (_argo0) { | |
5509 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5510 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5511 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_SetPosition. Expected _wxJoystickEvent_p."); | |
5512 | return NULL; | |
5513 | } | |
5514 | } | |
5515 | { | |
5516 | _arg1 = &temp; | |
5517 | if (! wxPoint_helper(_obj1, &_arg1)) | |
5518 | return NULL; | |
5519 | } | |
5520 | { | |
474c48f9 | 5521 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5522 | wxJoystickEvent_SetPosition(_arg0,*_arg1); |
167b96c2 | 5523 | |
474c48f9 | 5524 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5525 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5526 | } Py_INCREF(Py_None); |
5527 | _resultobj = Py_None; | |
5528 | return _resultobj; | |
5529 | } | |
5530 | ||
5531 | #define wxJoystickEvent_SetZPosition(_swigobj,_swigarg0) (_swigobj->SetZPosition(_swigarg0)) | |
5532 | static PyObject *_wrap_wxJoystickEvent_SetZPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5533 | PyObject * _resultobj; | |
5534 | wxJoystickEvent * _arg0; | |
5535 | int _arg1; | |
5536 | PyObject * _argo0 = 0; | |
5537 | char *_kwnames[] = { "self","zPos", NULL }; | |
5538 | ||
5539 | self = self; | |
5540 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxJoystickEvent_SetZPosition",_kwnames,&_argo0,&_arg1)) | |
5541 | return NULL; | |
5542 | if (_argo0) { | |
5543 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5544 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5545 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_SetZPosition. Expected _wxJoystickEvent_p."); | |
5546 | return NULL; | |
5547 | } | |
5548 | } | |
5549 | { | |
474c48f9 | 5550 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5551 | wxJoystickEvent_SetZPosition(_arg0,_arg1); |
167b96c2 | 5552 | |
474c48f9 | 5553 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5554 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5555 | } Py_INCREF(Py_None); |
5556 | _resultobj = Py_None; | |
5557 | return _resultobj; | |
5558 | } | |
5559 | ||
5560 | #define wxJoystickEvent_IsButton(_swigobj) (_swigobj->IsButton()) | |
5561 | static PyObject *_wrap_wxJoystickEvent_IsButton(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5562 | PyObject * _resultobj; | |
5563 | bool _result; | |
5564 | wxJoystickEvent * _arg0; | |
5565 | PyObject * _argo0 = 0; | |
5566 | char *_kwnames[] = { "self", NULL }; | |
5567 | ||
5568 | self = self; | |
5569 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystickEvent_IsButton",_kwnames,&_argo0)) | |
5570 | return NULL; | |
5571 | if (_argo0) { | |
5572 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5573 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5574 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_IsButton. Expected _wxJoystickEvent_p."); | |
5575 | return NULL; | |
5576 | } | |
5577 | } | |
5578 | { | |
474c48f9 | 5579 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5580 | _result = (bool )wxJoystickEvent_IsButton(_arg0); |
167b96c2 | 5581 | |
474c48f9 | 5582 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5583 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5584 | } _resultobj = Py_BuildValue("i",_result); |
5585 | return _resultobj; | |
5586 | } | |
5587 | ||
5588 | #define wxJoystickEvent_IsMove(_swigobj) (_swigobj->IsMove()) | |
5589 | static PyObject *_wrap_wxJoystickEvent_IsMove(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5590 | PyObject * _resultobj; | |
5591 | bool _result; | |
5592 | wxJoystickEvent * _arg0; | |
5593 | PyObject * _argo0 = 0; | |
5594 | char *_kwnames[] = { "self", NULL }; | |
5595 | ||
5596 | self = self; | |
5597 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystickEvent_IsMove",_kwnames,&_argo0)) | |
5598 | return NULL; | |
5599 | if (_argo0) { | |
5600 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5601 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5602 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_IsMove. Expected _wxJoystickEvent_p."); | |
5603 | return NULL; | |
5604 | } | |
5605 | } | |
5606 | { | |
474c48f9 | 5607 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5608 | _result = (bool )wxJoystickEvent_IsMove(_arg0); |
167b96c2 | 5609 | |
474c48f9 | 5610 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5611 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5612 | } _resultobj = Py_BuildValue("i",_result); |
5613 | return _resultobj; | |
5614 | } | |
5615 | ||
5616 | #define wxJoystickEvent_IsZMove(_swigobj) (_swigobj->IsZMove()) | |
5617 | static PyObject *_wrap_wxJoystickEvent_IsZMove(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5618 | PyObject * _resultobj; | |
5619 | bool _result; | |
5620 | wxJoystickEvent * _arg0; | |
5621 | PyObject * _argo0 = 0; | |
5622 | char *_kwnames[] = { "self", NULL }; | |
5623 | ||
5624 | self = self; | |
5625 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystickEvent_IsZMove",_kwnames,&_argo0)) | |
5626 | return NULL; | |
5627 | if (_argo0) { | |
5628 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5629 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5630 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_IsZMove. Expected _wxJoystickEvent_p."); | |
5631 | return NULL; | |
5632 | } | |
5633 | } | |
5634 | { | |
474c48f9 | 5635 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5636 | _result = (bool )wxJoystickEvent_IsZMove(_arg0); |
167b96c2 | 5637 | |
474c48f9 | 5638 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5639 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5640 | } _resultobj = Py_BuildValue("i",_result); |
5641 | return _resultobj; | |
5642 | } | |
5643 | ||
5644 | #define wxJoystickEvent_ButtonDown(_swigobj,_swigarg0) (_swigobj->ButtonDown(_swigarg0)) | |
5645 | static PyObject *_wrap_wxJoystickEvent_ButtonDown(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5646 | PyObject * _resultobj; | |
5647 | bool _result; | |
5648 | wxJoystickEvent * _arg0; | |
5649 | int _arg1 = (int ) wxJOY_BUTTON_ANY; | |
5650 | PyObject * _argo0 = 0; | |
5651 | char *_kwnames[] = { "self","but", NULL }; | |
5652 | ||
5653 | self = self; | |
5654 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxJoystickEvent_ButtonDown",_kwnames,&_argo0,&_arg1)) | |
5655 | return NULL; | |
5656 | if (_argo0) { | |
5657 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5658 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5659 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_ButtonDown. Expected _wxJoystickEvent_p."); | |
5660 | return NULL; | |
5661 | } | |
5662 | } | |
5663 | { | |
474c48f9 | 5664 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5665 | _result = (bool )wxJoystickEvent_ButtonDown(_arg0,_arg1); |
167b96c2 | 5666 | |
474c48f9 | 5667 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5668 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5669 | } _resultobj = Py_BuildValue("i",_result); |
5670 | return _resultobj; | |
5671 | } | |
5672 | ||
5673 | #define wxJoystickEvent_ButtonUp(_swigobj,_swigarg0) (_swigobj->ButtonUp(_swigarg0)) | |
5674 | static PyObject *_wrap_wxJoystickEvent_ButtonUp(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5675 | PyObject * _resultobj; | |
5676 | bool _result; | |
5677 | wxJoystickEvent * _arg0; | |
5678 | int _arg1 = (int ) wxJOY_BUTTON_ANY; | |
5679 | PyObject * _argo0 = 0; | |
5680 | char *_kwnames[] = { "self","but", NULL }; | |
5681 | ||
5682 | self = self; | |
5683 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxJoystickEvent_ButtonUp",_kwnames,&_argo0,&_arg1)) | |
5684 | return NULL; | |
5685 | if (_argo0) { | |
5686 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5687 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
5688 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_ButtonUp. Expected _wxJoystickEvent_p."); | |
5689 | return NULL; | |
5690 | } | |
5691 | } | |
5692 | { | |
474c48f9 | 5693 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5694 | _result = (bool )wxJoystickEvent_ButtonUp(_arg0,_arg1); |
167b96c2 | 5695 | |
474c48f9 | 5696 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5697 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5698 | } _resultobj = Py_BuildValue("i",_result); |
5699 | return _resultobj; | |
5700 | } | |
5701 | ||
5702 | #define wxJoystickEvent_ButtonIsDown(_swigobj,_swigarg0) (_swigobj->ButtonIsDown(_swigarg0)) | |
5703 | static PyObject *_wrap_wxJoystickEvent_ButtonIsDown(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5704 | PyObject * _resultobj; | |
5705 | bool _result; | |
5706 | wxJoystickEvent * _arg0; | |
5707 | int _arg1 = (int ) wxJOY_BUTTON_ANY; | |
2d091820 | 5708 | PyObject * _argo0 = 0; |
167b96c2 | 5709 | char *_kwnames[] = { "self","but", NULL }; |
70551f47 RD |
5710 | |
5711 | self = self; | |
167b96c2 | 5712 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxJoystickEvent_ButtonIsDown",_kwnames,&_argo0,&_arg1)) |
70551f47 | 5713 | return NULL; |
2d091820 RD |
5714 | if (_argo0) { |
5715 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5716 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystickEvent_p")) { | |
167b96c2 | 5717 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystickEvent_ButtonIsDown. Expected _wxJoystickEvent_p."); |
70551f47 RD |
5718 | return NULL; |
5719 | } | |
5720 | } | |
ab9bc19b | 5721 | { |
474c48f9 | 5722 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5723 | _result = (bool )wxJoystickEvent_ButtonIsDown(_arg0,_arg1); |
ab9bc19b | 5724 | |
474c48f9 | 5725 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5726 | if (PyErr_Occurred()) return NULL; |
167b96c2 | 5727 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
5728 | return _resultobj; |
5729 | } | |
5730 | ||
167b96c2 RD |
5731 | static void *SwigwxDropFilesEventTowxEvent(void *ptr) { |
5732 | wxDropFilesEvent *src; | |
5733 | wxEvent *dest; | |
5734 | src = (wxDropFilesEvent *) ptr; | |
5735 | dest = (wxEvent *) src; | |
5736 | return (void *) dest; | |
5737 | } | |
5738 | ||
9df61a29 RD |
5739 | static void *SwigwxDropFilesEventTowxObject(void *ptr) { |
5740 | wxDropFilesEvent *src; | |
5741 | wxObject *dest; | |
5742 | src = (wxDropFilesEvent *) ptr; | |
5743 | dest = (wxObject *) src; | |
5744 | return (void *) dest; | |
5745 | } | |
5746 | ||
167b96c2 RD |
5747 | #define wxDropFilesEvent_GetPosition(_swigobj) (_swigobj->GetPosition()) |
5748 | static PyObject *_wrap_wxDropFilesEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 5749 | PyObject * _resultobj; |
167b96c2 RD |
5750 | wxPoint * _result; |
5751 | wxDropFilesEvent * _arg0; | |
2d091820 | 5752 | PyObject * _argo0 = 0; |
167b96c2 RD |
5753 | char *_kwnames[] = { "self", NULL }; |
5754 | char _ptemp[128]; | |
70551f47 RD |
5755 | |
5756 | self = self; | |
167b96c2 | 5757 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDropFilesEvent_GetPosition",_kwnames,&_argo0)) |
70551f47 | 5758 | return NULL; |
2d091820 RD |
5759 | if (_argo0) { |
5760 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
5761 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDropFilesEvent_p")) { |
5762 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDropFilesEvent_GetPosition. Expected _wxDropFilesEvent_p."); | |
70551f47 RD |
5763 | return NULL; |
5764 | } | |
5765 | } | |
ab9bc19b | 5766 | { |
474c48f9 | 5767 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5768 | _result = new wxPoint (wxDropFilesEvent_GetPosition(_arg0)); |
ab9bc19b | 5769 | |
474c48f9 | 5770 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5771 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5772 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); |
5773 | _resultobj = Py_BuildValue("s",_ptemp); | |
70551f47 RD |
5774 | return _resultobj; |
5775 | } | |
5776 | ||
167b96c2 RD |
5777 | #define wxDropFilesEvent_GetNumberOfFiles(_swigobj) (_swigobj->GetNumberOfFiles()) |
5778 | static PyObject *_wrap_wxDropFilesEvent_GetNumberOfFiles(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 5779 | PyObject * _resultobj; |
167b96c2 RD |
5780 | int _result; |
5781 | wxDropFilesEvent * _arg0; | |
2d091820 | 5782 | PyObject * _argo0 = 0; |
167b96c2 | 5783 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
5784 | |
5785 | self = self; | |
167b96c2 | 5786 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDropFilesEvent_GetNumberOfFiles",_kwnames,&_argo0)) |
70551f47 | 5787 | return NULL; |
2d091820 RD |
5788 | if (_argo0) { |
5789 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
5790 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDropFilesEvent_p")) { |
5791 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDropFilesEvent_GetNumberOfFiles. Expected _wxDropFilesEvent_p."); | |
70551f47 RD |
5792 | return NULL; |
5793 | } | |
5794 | } | |
37f6a977 | 5795 | { |
474c48f9 | 5796 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5797 | _result = (int )wxDropFilesEvent_GetNumberOfFiles(_arg0); |
167b96c2 | 5798 | |
474c48f9 | 5799 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5800 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5801 | } _resultobj = Py_BuildValue("i",_result); |
5802 | return _resultobj; | |
5803 | } | |
5804 | ||
5805 | static PyObject * wxDropFilesEvent_GetFiles(wxDropFilesEvent *self) { | |
5806 | int count = self->GetNumberOfFiles(); | |
5807 | wxString* files = self->GetFiles(); | |
5808 | PyObject* list = PyList_New(count); | |
5809 | ||
5810 | if (!list) { | |
5811 | PyErr_SetString(PyExc_MemoryError, "Can't allocate list of files!"); | |
5812 | return NULL; | |
5813 | } | |
5814 | ||
5815 | for (int i=0; i<count; i++) { | |
c8bc7bb8 RD |
5816 | #if wxUSE_UNICODE |
5817 | PyList_SetItem(list, i, PyUnicode_FromUnicode(files[i], files[i].Len())); | |
5818 | #else | |
167b96c2 | 5819 | PyList_SetItem(list, i, PyString_FromString((const char*)files[i])); |
c8bc7bb8 | 5820 | #endif |
167b96c2 RD |
5821 | } |
5822 | return list; | |
5823 | } | |
5824 | static PyObject *_wrap_wxDropFilesEvent_GetFiles(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5825 | PyObject * _resultobj; | |
5826 | PyObject * _result; | |
5827 | wxDropFilesEvent * _arg0; | |
5828 | PyObject * _argo0 = 0; | |
5829 | char *_kwnames[] = { "self", NULL }; | |
5830 | ||
5831 | self = self; | |
5832 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDropFilesEvent_GetFiles",_kwnames,&_argo0)) | |
5833 | return NULL; | |
5834 | if (_argo0) { | |
5835 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5836 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDropFilesEvent_p")) { | |
5837 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDropFilesEvent_GetFiles. Expected _wxDropFilesEvent_p."); | |
5838 | return NULL; | |
5839 | } | |
5840 | } | |
5841 | { | |
474c48f9 | 5842 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5843 | _result = (PyObject *)wxDropFilesEvent_GetFiles(_arg0); |
167b96c2 | 5844 | |
474c48f9 | 5845 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5846 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5847 | }{ |
5848 | _resultobj = _result; | |
5849 | } | |
5850 | return _resultobj; | |
5851 | } | |
5852 | ||
5853 | static void *SwigwxIdleEventTowxEvent(void *ptr) { | |
5854 | wxIdleEvent *src; | |
5855 | wxEvent *dest; | |
5856 | src = (wxIdleEvent *) ptr; | |
5857 | dest = (wxEvent *) src; | |
5858 | return (void *) dest; | |
5859 | } | |
5860 | ||
9df61a29 RD |
5861 | static void *SwigwxIdleEventTowxObject(void *ptr) { |
5862 | wxIdleEvent *src; | |
5863 | wxObject *dest; | |
5864 | src = (wxIdleEvent *) ptr; | |
5865 | dest = (wxObject *) src; | |
5866 | return (void *) dest; | |
5867 | } | |
5868 | ||
167b96c2 RD |
5869 | #define new_wxIdleEvent() (new wxIdleEvent()) |
5870 | static PyObject *_wrap_new_wxIdleEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5871 | PyObject * _resultobj; | |
5872 | wxIdleEvent * _result; | |
5873 | char *_kwnames[] = { NULL }; | |
5874 | char _ptemp[128]; | |
5875 | ||
5876 | self = self; | |
5877 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxIdleEvent",_kwnames)) | |
70551f47 | 5878 | return NULL; |
167b96c2 | 5879 | { |
474c48f9 | 5880 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5881 | _result = (wxIdleEvent *)new_wxIdleEvent(); |
167b96c2 | 5882 | |
474c48f9 | 5883 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5884 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5885 | } if (_result) { |
5886 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxIdleEvent_p"); | |
5887 | _resultobj = Py_BuildValue("s",_ptemp); | |
5888 | } else { | |
5889 | Py_INCREF(Py_None); | |
5890 | _resultobj = Py_None; | |
5891 | } | |
5892 | return _resultobj; | |
37f6a977 | 5893 | } |
167b96c2 RD |
5894 | |
5895 | #define wxIdleEvent_RequestMore(_swigobj,_swigarg0) (_swigobj->RequestMore(_swigarg0)) | |
5896 | static PyObject *_wrap_wxIdleEvent_RequestMore(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5897 | PyObject * _resultobj; | |
5898 | wxIdleEvent * _arg0; | |
5899 | bool _arg1 = (bool ) TRUE; | |
5900 | PyObject * _argo0 = 0; | |
5901 | int tempbool1 = (int) TRUE; | |
5902 | char *_kwnames[] = { "self","needMore", NULL }; | |
5903 | ||
5904 | self = self; | |
5905 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxIdleEvent_RequestMore",_kwnames,&_argo0,&tempbool1)) | |
5906 | return NULL; | |
5907 | if (_argo0) { | |
5908 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5909 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxIdleEvent_p")) { | |
5910 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxIdleEvent_RequestMore. Expected _wxIdleEvent_p."); | |
5911 | return NULL; | |
5912 | } | |
5913 | } | |
5914 | _arg1 = (bool ) tempbool1; | |
ab9bc19b | 5915 | { |
474c48f9 | 5916 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5917 | wxIdleEvent_RequestMore(_arg0,_arg1); |
ab9bc19b | 5918 | |
474c48f9 | 5919 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5920 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 5921 | } Py_INCREF(Py_None); |
70551f47 RD |
5922 | _resultobj = Py_None; |
5923 | return _resultobj; | |
5924 | } | |
5925 | ||
167b96c2 RD |
5926 | #define wxIdleEvent_MoreRequested(_swigobj) (_swigobj->MoreRequested()) |
5927 | static PyObject *_wrap_wxIdleEvent_MoreRequested(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 5928 | PyObject * _resultobj; |
167b96c2 RD |
5929 | bool _result; |
5930 | wxIdleEvent * _arg0; | |
2d091820 | 5931 | PyObject * _argo0 = 0; |
167b96c2 | 5932 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
5933 | |
5934 | self = self; | |
167b96c2 | 5935 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxIdleEvent_MoreRequested",_kwnames,&_argo0)) |
70551f47 | 5936 | return NULL; |
2d091820 RD |
5937 | if (_argo0) { |
5938 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
5939 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxIdleEvent_p")) { |
5940 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxIdleEvent_MoreRequested. Expected _wxIdleEvent_p."); | |
70551f47 RD |
5941 | return NULL; |
5942 | } | |
5943 | } | |
ab9bc19b | 5944 | { |
474c48f9 | 5945 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5946 | _result = (bool )wxIdleEvent_MoreRequested(_arg0); |
ab9bc19b | 5947 | |
474c48f9 | 5948 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5949 | if (PyErr_Occurred()) return NULL; |
167b96c2 | 5950 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
5951 | return _resultobj; |
5952 | } | |
5953 | ||
167b96c2 RD |
5954 | static void *SwigwxUpdateUIEventTowxEvent(void *ptr) { |
5955 | wxUpdateUIEvent *src; | |
5956 | wxEvent *dest; | |
5957 | src = (wxUpdateUIEvent *) ptr; | |
5958 | dest = (wxEvent *) src; | |
5959 | return (void *) dest; | |
5960 | } | |
5961 | ||
9df61a29 RD |
5962 | static void *SwigwxUpdateUIEventTowxObject(void *ptr) { |
5963 | wxUpdateUIEvent *src; | |
5964 | wxObject *dest; | |
5965 | src = (wxUpdateUIEvent *) ptr; | |
5966 | dest = (wxObject *) src; | |
5967 | return (void *) dest; | |
5968 | } | |
5969 | ||
167b96c2 RD |
5970 | #define new_wxUpdateUIEvent(_swigarg0) (new wxUpdateUIEvent(_swigarg0)) |
5971 | static PyObject *_wrap_new_wxUpdateUIEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5972 | PyObject * _resultobj; | |
5973 | wxUpdateUIEvent * _result; | |
5974 | wxWindowID _arg0 = (wxWindowID ) 0; | |
5975 | char *_kwnames[] = { "commandId", NULL }; | |
5976 | char _ptemp[128]; | |
5977 | ||
5978 | self = self; | |
5979 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxUpdateUIEvent",_kwnames,&_arg0)) | |
5980 | return NULL; | |
5981 | { | |
474c48f9 | 5982 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5983 | _result = (wxUpdateUIEvent *)new_wxUpdateUIEvent(_arg0); |
167b96c2 | 5984 | |
474c48f9 | 5985 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 5986 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
5987 | } if (_result) { |
5988 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxUpdateUIEvent_p"); | |
5989 | _resultobj = Py_BuildValue("s",_ptemp); | |
5990 | } else { | |
5991 | Py_INCREF(Py_None); | |
5992 | _resultobj = Py_None; | |
5993 | } | |
5994 | return _resultobj; | |
5995 | } | |
5996 | ||
5997 | #define wxUpdateUIEvent_GetChecked(_swigobj) (_swigobj->GetChecked()) | |
5998 | static PyObject *_wrap_wxUpdateUIEvent_GetChecked(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
5999 | PyObject * _resultobj; |
6000 | bool _result; | |
167b96c2 | 6001 | wxUpdateUIEvent * _arg0; |
2d091820 | 6002 | PyObject * _argo0 = 0; |
107e4716 | 6003 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6004 | |
6005 | self = self; | |
167b96c2 | 6006 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxUpdateUIEvent_GetChecked",_kwnames,&_argo0)) |
70551f47 | 6007 | return NULL; |
2d091820 RD |
6008 | if (_argo0) { |
6009 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6010 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6011 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_GetChecked. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6012 | return NULL; |
6013 | } | |
6014 | } | |
ab9bc19b | 6015 | { |
474c48f9 | 6016 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6017 | _result = (bool )wxUpdateUIEvent_GetChecked(_arg0); |
ab9bc19b | 6018 | |
474c48f9 | 6019 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6020 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 6021 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
6022 | return _resultobj; |
6023 | } | |
6024 | ||
167b96c2 RD |
6025 | #define wxUpdateUIEvent_GetEnabled(_swigobj) (_swigobj->GetEnabled()) |
6026 | static PyObject *_wrap_wxUpdateUIEvent_GetEnabled(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
6027 | PyObject * _resultobj; |
6028 | bool _result; | |
167b96c2 | 6029 | wxUpdateUIEvent * _arg0; |
2d091820 | 6030 | PyObject * _argo0 = 0; |
107e4716 | 6031 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6032 | |
6033 | self = self; | |
167b96c2 | 6034 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxUpdateUIEvent_GetEnabled",_kwnames,&_argo0)) |
70551f47 | 6035 | return NULL; |
2d091820 RD |
6036 | if (_argo0) { |
6037 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6038 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6039 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_GetEnabled. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6040 | return NULL; |
6041 | } | |
6042 | } | |
ab9bc19b | 6043 | { |
474c48f9 | 6044 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6045 | _result = (bool )wxUpdateUIEvent_GetEnabled(_arg0); |
ab9bc19b | 6046 | |
474c48f9 | 6047 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6048 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 6049 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
6050 | return _resultobj; |
6051 | } | |
6052 | ||
167b96c2 RD |
6053 | #define wxUpdateUIEvent_GetText(_swigobj) (_swigobj->GetText()) |
6054 | static PyObject *_wrap_wxUpdateUIEvent_GetText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6055 | PyObject * _resultobj; |
167b96c2 RD |
6056 | wxString * _result; |
6057 | wxUpdateUIEvent * _arg0; | |
2d091820 | 6058 | PyObject * _argo0 = 0; |
107e4716 | 6059 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6060 | |
6061 | self = self; | |
167b96c2 | 6062 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxUpdateUIEvent_GetText",_kwnames,&_argo0)) |
70551f47 | 6063 | return NULL; |
2d091820 RD |
6064 | if (_argo0) { |
6065 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6066 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6067 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_GetText. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6068 | return NULL; |
6069 | } | |
6070 | } | |
ab9bc19b | 6071 | { |
474c48f9 | 6072 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6073 | _result = new wxString (wxUpdateUIEvent_GetText(_arg0)); |
ab9bc19b | 6074 | |
474c48f9 | 6075 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6076 | if (PyErr_Occurred()) return NULL; |
167b96c2 | 6077 | }{ |
c8bc7bb8 RD |
6078 | #if wxUSE_UNICODE |
6079 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
6080 | #else | |
e02c03a4 | 6081 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 6082 | #endif |
167b96c2 RD |
6083 | } |
6084 | { | |
6085 | delete _result; | |
6086 | } | |
70551f47 RD |
6087 | return _resultobj; |
6088 | } | |
6089 | ||
167b96c2 RD |
6090 | #define wxUpdateUIEvent_GetSetText(_swigobj) (_swigobj->GetSetText()) |
6091 | static PyObject *_wrap_wxUpdateUIEvent_GetSetText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
6092 | PyObject * _resultobj; |
6093 | bool _result; | |
167b96c2 | 6094 | wxUpdateUIEvent * _arg0; |
2d091820 | 6095 | PyObject * _argo0 = 0; |
167b96c2 | 6096 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6097 | |
6098 | self = self; | |
167b96c2 | 6099 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxUpdateUIEvent_GetSetText",_kwnames,&_argo0)) |
70551f47 | 6100 | return NULL; |
2d091820 RD |
6101 | if (_argo0) { |
6102 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6103 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6104 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_GetSetText. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6105 | return NULL; |
6106 | } | |
6107 | } | |
ab9bc19b | 6108 | { |
474c48f9 | 6109 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6110 | _result = (bool )wxUpdateUIEvent_GetSetText(_arg0); |
ab9bc19b | 6111 | |
474c48f9 | 6112 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6113 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 6114 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
6115 | return _resultobj; |
6116 | } | |
6117 | ||
167b96c2 RD |
6118 | #define wxUpdateUIEvent_GetSetChecked(_swigobj) (_swigobj->GetSetChecked()) |
6119 | static PyObject *_wrap_wxUpdateUIEvent_GetSetChecked(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
6120 | PyObject * _resultobj; |
6121 | bool _result; | |
167b96c2 | 6122 | wxUpdateUIEvent * _arg0; |
2d091820 | 6123 | PyObject * _argo0 = 0; |
167b96c2 | 6124 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6125 | |
6126 | self = self; | |
167b96c2 | 6127 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxUpdateUIEvent_GetSetChecked",_kwnames,&_argo0)) |
70551f47 | 6128 | return NULL; |
2d091820 RD |
6129 | if (_argo0) { |
6130 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6131 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6132 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_GetSetChecked. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6133 | return NULL; |
6134 | } | |
6135 | } | |
ab9bc19b | 6136 | { |
474c48f9 | 6137 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6138 | _result = (bool )wxUpdateUIEvent_GetSetChecked(_arg0); |
ab9bc19b | 6139 | |
474c48f9 | 6140 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6141 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 6142 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
6143 | return _resultobj; |
6144 | } | |
6145 | ||
167b96c2 RD |
6146 | #define wxUpdateUIEvent_GetSetEnabled(_swigobj) (_swigobj->GetSetEnabled()) |
6147 | static PyObject *_wrap_wxUpdateUIEvent_GetSetEnabled(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
6148 | PyObject * _resultobj; |
6149 | bool _result; | |
167b96c2 | 6150 | wxUpdateUIEvent * _arg0; |
2d091820 | 6151 | PyObject * _argo0 = 0; |
167b96c2 | 6152 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6153 | |
6154 | self = self; | |
167b96c2 | 6155 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxUpdateUIEvent_GetSetEnabled",_kwnames,&_argo0)) |
70551f47 | 6156 | return NULL; |
2d091820 RD |
6157 | if (_argo0) { |
6158 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6159 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6160 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_GetSetEnabled. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6161 | return NULL; |
6162 | } | |
6163 | } | |
ab9bc19b | 6164 | { |
474c48f9 | 6165 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6166 | _result = (bool )wxUpdateUIEvent_GetSetEnabled(_arg0); |
ab9bc19b | 6167 | |
474c48f9 | 6168 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6169 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 6170 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
6171 | return _resultobj; |
6172 | } | |
6173 | ||
167b96c2 RD |
6174 | #define wxUpdateUIEvent_Check(_swigobj,_swigarg0) (_swigobj->Check(_swigarg0)) |
6175 | static PyObject *_wrap_wxUpdateUIEvent_Check(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6176 | PyObject * _resultobj; |
167b96c2 RD |
6177 | wxUpdateUIEvent * _arg0; |
6178 | bool _arg1; | |
2d091820 | 6179 | PyObject * _argo0 = 0; |
167b96c2 RD |
6180 | int tempbool1; |
6181 | char *_kwnames[] = { "self","check", NULL }; | |
70551f47 RD |
6182 | |
6183 | self = self; | |
167b96c2 | 6184 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxUpdateUIEvent_Check",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 6185 | return NULL; |
2d091820 RD |
6186 | if (_argo0) { |
6187 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6188 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6189 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_Check. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6190 | return NULL; |
6191 | } | |
6192 | } | |
167b96c2 | 6193 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 6194 | { |
474c48f9 | 6195 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6196 | wxUpdateUIEvent_Check(_arg0,_arg1); |
ab9bc19b | 6197 | |
474c48f9 | 6198 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6199 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6200 | } Py_INCREF(Py_None); |
6201 | _resultobj = Py_None; | |
70551f47 RD |
6202 | return _resultobj; |
6203 | } | |
6204 | ||
167b96c2 RD |
6205 | #define wxUpdateUIEvent_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0)) |
6206 | static PyObject *_wrap_wxUpdateUIEvent_Enable(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6207 | PyObject * _resultobj; |
167b96c2 RD |
6208 | wxUpdateUIEvent * _arg0; |
6209 | bool _arg1; | |
2d091820 | 6210 | PyObject * _argo0 = 0; |
167b96c2 RD |
6211 | int tempbool1; |
6212 | char *_kwnames[] = { "self","enable", NULL }; | |
70551f47 RD |
6213 | |
6214 | self = self; | |
167b96c2 | 6215 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxUpdateUIEvent_Enable",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 6216 | return NULL; |
2d091820 RD |
6217 | if (_argo0) { |
6218 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6219 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6220 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_Enable. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6221 | return NULL; |
6222 | } | |
6223 | } | |
167b96c2 | 6224 | _arg1 = (bool ) tempbool1; |
ab9bc19b | 6225 | { |
474c48f9 | 6226 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6227 | wxUpdateUIEvent_Enable(_arg0,_arg1); |
ab9bc19b | 6228 | |
474c48f9 | 6229 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6230 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6231 | } Py_INCREF(Py_None); |
6232 | _resultobj = Py_None; | |
70551f47 RD |
6233 | return _resultobj; |
6234 | } | |
6235 | ||
167b96c2 RD |
6236 | #define wxUpdateUIEvent_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0)) |
6237 | static PyObject *_wrap_wxUpdateUIEvent_SetText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6238 | PyObject * _resultobj; |
167b96c2 RD |
6239 | wxUpdateUIEvent * _arg0; |
6240 | wxString * _arg1; | |
2d091820 | 6241 | PyObject * _argo0 = 0; |
167b96c2 RD |
6242 | PyObject * _obj1 = 0; |
6243 | char *_kwnames[] = { "self","text", NULL }; | |
70551f47 RD |
6244 | |
6245 | self = self; | |
167b96c2 | 6246 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxUpdateUIEvent_SetText",_kwnames,&_argo0,&_obj1)) |
70551f47 | 6247 | return NULL; |
2d091820 RD |
6248 | if (_argo0) { |
6249 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6250 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxUpdateUIEvent_p")) { |
6251 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxUpdateUIEvent_SetText. Expected _wxUpdateUIEvent_p."); | |
70551f47 RD |
6252 | return NULL; |
6253 | } | |
6254 | } | |
167b96c2 | 6255 | { |
c8bc7bb8 RD |
6256 | _arg1 = wxString_in_helper(_obj1); |
6257 | if (_arg1 == NULL) | |
167b96c2 | 6258 | return NULL; |
167b96c2 | 6259 | } |
70551f47 | 6260 | { |
474c48f9 | 6261 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6262 | wxUpdateUIEvent_SetText(_arg0,*_arg1); |
ab9bc19b | 6263 | |
474c48f9 | 6264 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6265 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6266 | } Py_INCREF(Py_None); |
6267 | _resultobj = Py_None; | |
6268 | { | |
6269 | if (_obj1) | |
6270 | delete _arg1; | |
70551f47 RD |
6271 | } |
6272 | return _resultobj; | |
6273 | } | |
6274 | ||
167b96c2 RD |
6275 | static void *SwigwxSysColourChangedEventTowxEvent(void *ptr) { |
6276 | wxSysColourChangedEvent *src; | |
70551f47 | 6277 | wxEvent *dest; |
167b96c2 | 6278 | src = (wxSysColourChangedEvent *) ptr; |
70551f47 RD |
6279 | dest = (wxEvent *) src; |
6280 | return (void *) dest; | |
6281 | } | |
6282 | ||
9df61a29 RD |
6283 | static void *SwigwxSysColourChangedEventTowxObject(void *ptr) { |
6284 | wxSysColourChangedEvent *src; | |
6285 | wxObject *dest; | |
6286 | src = (wxSysColourChangedEvent *) ptr; | |
6287 | dest = (wxObject *) src; | |
6288 | return (void *) dest; | |
6289 | } | |
6290 | ||
167b96c2 RD |
6291 | #define new_wxSysColourChangedEvent() (new wxSysColourChangedEvent()) |
6292 | static PyObject *_wrap_new_wxSysColourChangedEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6293 | PyObject * _resultobj; |
167b96c2 RD |
6294 | wxSysColourChangedEvent * _result; |
6295 | char *_kwnames[] = { NULL }; | |
6296 | char _ptemp[128]; | |
70551f47 RD |
6297 | |
6298 | self = self; | |
167b96c2 | 6299 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxSysColourChangedEvent",_kwnames)) |
70551f47 | 6300 | return NULL; |
ab9bc19b | 6301 | { |
474c48f9 | 6302 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6303 | _result = (wxSysColourChangedEvent *)new_wxSysColourChangedEvent(); |
ab9bc19b | 6304 | |
474c48f9 | 6305 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6306 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6307 | } if (_result) { |
6308 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxSysColourChangedEvent_p"); | |
6309 | _resultobj = Py_BuildValue("s",_ptemp); | |
6310 | } else { | |
6311 | Py_INCREF(Py_None); | |
6312 | _resultobj = Py_None; | |
6313 | } | |
70551f47 RD |
6314 | return _resultobj; |
6315 | } | |
6316 | ||
167b96c2 RD |
6317 | static void *SwigwxNotifyEventTowxCommandEvent(void *ptr) { |
6318 | wxNotifyEvent *src; | |
6319 | wxCommandEvent *dest; | |
6320 | src = (wxNotifyEvent *) ptr; | |
6321 | dest = (wxCommandEvent *) src; | |
6322 | return (void *) dest; | |
6323 | } | |
6324 | ||
6325 | static void *SwigwxNotifyEventTowxEvent(void *ptr) { | |
6326 | wxNotifyEvent *src; | |
6327 | wxEvent *dest; | |
6328 | src = (wxNotifyEvent *) ptr; | |
6329 | dest = (wxEvent *) src; | |
6330 | return (void *) dest; | |
6331 | } | |
6332 | ||
9df61a29 RD |
6333 | static void *SwigwxNotifyEventTowxObject(void *ptr) { |
6334 | wxNotifyEvent *src; | |
6335 | wxObject *dest; | |
6336 | src = (wxNotifyEvent *) ptr; | |
6337 | dest = (wxObject *) src; | |
6338 | return (void *) dest; | |
6339 | } | |
6340 | ||
167b96c2 RD |
6341 | #define new_wxNotifyEvent(_swigarg0,_swigarg1) (new wxNotifyEvent(_swigarg0,_swigarg1)) |
6342 | static PyObject *_wrap_new_wxNotifyEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6343 | PyObject * _resultobj; |
167b96c2 RD |
6344 | wxNotifyEvent * _result; |
6345 | int _arg0 = (int ) wxEVT_NULL; | |
6346 | int _arg1 = (int ) 0; | |
6347 | char *_kwnames[] = { "commandType","id", NULL }; | |
6348 | char _ptemp[128]; | |
70551f47 RD |
6349 | |
6350 | self = self; | |
167b96c2 | 6351 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxNotifyEvent",_kwnames,&_arg0,&_arg1)) |
70551f47 | 6352 | return NULL; |
ab9bc19b | 6353 | { |
474c48f9 | 6354 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6355 | _result = (wxNotifyEvent *)new_wxNotifyEvent(_arg0,_arg1); |
ab9bc19b | 6356 | |
474c48f9 | 6357 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6358 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6359 | } if (_result) { |
6360 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxNotifyEvent_p"); | |
6361 | _resultobj = Py_BuildValue("s",_ptemp); | |
6362 | } else { | |
6363 | Py_INCREF(Py_None); | |
6364 | _resultobj = Py_None; | |
6365 | } | |
70551f47 RD |
6366 | return _resultobj; |
6367 | } | |
167b96c2 RD |
6368 | |
6369 | #define wxNotifyEvent_IsAllowed(_swigobj) (_swigobj->IsAllowed()) | |
6370 | static PyObject *_wrap_wxNotifyEvent_IsAllowed(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 RD |
6371 | PyObject * _resultobj; |
6372 | bool _result; | |
167b96c2 | 6373 | wxNotifyEvent * _arg0; |
2d091820 | 6374 | PyObject * _argo0 = 0; |
107e4716 | 6375 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6376 | |
6377 | self = self; | |
167b96c2 | 6378 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxNotifyEvent_IsAllowed",_kwnames,&_argo0)) |
70551f47 | 6379 | return NULL; |
2d091820 RD |
6380 | if (_argo0) { |
6381 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6382 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNotifyEvent_p")) { |
6383 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotifyEvent_IsAllowed. Expected _wxNotifyEvent_p."); | |
70551f47 RD |
6384 | return NULL; |
6385 | } | |
6386 | } | |
ab9bc19b | 6387 | { |
474c48f9 | 6388 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6389 | _result = (bool )wxNotifyEvent_IsAllowed(_arg0); |
ab9bc19b | 6390 | |
474c48f9 | 6391 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6392 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 6393 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
6394 | return _resultobj; |
6395 | } | |
6396 | ||
2cd2fac8 RD |
6397 | #define wxNotifyEvent_Allow(_swigobj) (_swigobj->Allow()) |
6398 | static PyObject *_wrap_wxNotifyEvent_Allow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6399 | PyObject * _resultobj; | |
6400 | wxNotifyEvent * _arg0; | |
6401 | PyObject * _argo0 = 0; | |
6402 | char *_kwnames[] = { "self", NULL }; | |
6403 | ||
6404 | self = self; | |
6405 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxNotifyEvent_Allow",_kwnames,&_argo0)) | |
6406 | return NULL; | |
6407 | if (_argo0) { | |
6408 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6409 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNotifyEvent_p")) { | |
6410 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotifyEvent_Allow. Expected _wxNotifyEvent_p."); | |
6411 | return NULL; | |
6412 | } | |
6413 | } | |
6414 | { | |
474c48f9 | 6415 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6416 | wxNotifyEvent_Allow(_arg0); |
2cd2fac8 | 6417 | |
474c48f9 | 6418 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6419 | if (PyErr_Occurred()) return NULL; |
2cd2fac8 RD |
6420 | } Py_INCREF(Py_None); |
6421 | _resultobj = Py_None; | |
6422 | return _resultobj; | |
6423 | } | |
6424 | ||
167b96c2 RD |
6425 | #define wxNotifyEvent_Veto(_swigobj) (_swigobj->Veto()) |
6426 | static PyObject *_wrap_wxNotifyEvent_Veto(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6427 | PyObject * _resultobj; |
167b96c2 | 6428 | wxNotifyEvent * _arg0; |
2d091820 | 6429 | PyObject * _argo0 = 0; |
107e4716 | 6430 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6431 | |
6432 | self = self; | |
167b96c2 | 6433 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxNotifyEvent_Veto",_kwnames,&_argo0)) |
70551f47 | 6434 | return NULL; |
2d091820 RD |
6435 | if (_argo0) { |
6436 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6437 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxNotifyEvent_p")) { |
6438 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotifyEvent_Veto. Expected _wxNotifyEvent_p."); | |
70551f47 RD |
6439 | return NULL; |
6440 | } | |
6441 | } | |
ab9bc19b | 6442 | { |
474c48f9 | 6443 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6444 | wxNotifyEvent_Veto(_arg0); |
ab9bc19b | 6445 | |
474c48f9 | 6446 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6447 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6448 | } Py_INCREF(Py_None); |
6449 | _resultobj = Py_None; | |
70551f47 RD |
6450 | return _resultobj; |
6451 | } | |
6452 | ||
ef2060fa RD |
6453 | static void *SwigwxDisplayChangedEventTowxEvent(void *ptr) { |
6454 | wxDisplayChangedEvent *src; | |
6455 | wxEvent *dest; | |
6456 | src = (wxDisplayChangedEvent *) ptr; | |
6457 | dest = (wxEvent *) src; | |
6458 | return (void *) dest; | |
6459 | } | |
6460 | ||
6461 | static void *SwigwxDisplayChangedEventTowxObject(void *ptr) { | |
6462 | wxDisplayChangedEvent *src; | |
6463 | wxObject *dest; | |
6464 | src = (wxDisplayChangedEvent *) ptr; | |
6465 | dest = (wxObject *) src; | |
6466 | return (void *) dest; | |
6467 | } | |
6468 | ||
6469 | #define new_wxDisplayChangedEvent() (new wxDisplayChangedEvent()) | |
6470 | static PyObject *_wrap_new_wxDisplayChangedEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6471 | PyObject * _resultobj; | |
6472 | wxDisplayChangedEvent * _result; | |
6473 | char *_kwnames[] = { NULL }; | |
6474 | char _ptemp[128]; | |
6475 | ||
6476 | self = self; | |
6477 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxDisplayChangedEvent",_kwnames)) | |
6478 | return NULL; | |
6479 | { | |
6480 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
c8bc7bb8 | 6481 | _result = (wxDisplayChangedEvent *)new_wxDisplayChangedEvent(); |
ef2060fa RD |
6482 | |
6483 | wxPyEndAllowThreads(__tstate); | |
6484 | if (PyErr_Occurred()) return NULL; | |
6485 | } if (_result) { | |
6486 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxDisplayChangedEvent_p"); | |
6487 | _resultobj = Py_BuildValue("s",_ptemp); | |
6488 | } else { | |
6489 | Py_INCREF(Py_None); | |
6490 | _resultobj = Py_None; | |
6491 | } | |
6492 | return _resultobj; | |
6493 | } | |
6494 | ||
167b96c2 RD |
6495 | static void *SwigwxPaletteChangedEventTowxEvent(void *ptr) { |
6496 | wxPaletteChangedEvent *src; | |
6497 | wxEvent *dest; | |
6498 | src = (wxPaletteChangedEvent *) ptr; | |
6499 | dest = (wxEvent *) src; | |
6500 | return (void *) dest; | |
6501 | } | |
6502 | ||
9df61a29 RD |
6503 | static void *SwigwxPaletteChangedEventTowxObject(void *ptr) { |
6504 | wxPaletteChangedEvent *src; | |
6505 | wxObject *dest; | |
6506 | src = (wxPaletteChangedEvent *) ptr; | |
6507 | dest = (wxObject *) src; | |
6508 | return (void *) dest; | |
6509 | } | |
6510 | ||
167b96c2 RD |
6511 | #define new_wxPaletteChangedEvent(_swigarg0) (new wxPaletteChangedEvent(_swigarg0)) |
6512 | static PyObject *_wrap_new_wxPaletteChangedEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6513 | PyObject * _resultobj; |
167b96c2 RD |
6514 | wxPaletteChangedEvent * _result; |
6515 | wxWindowID _arg0 = (wxWindowID ) 0; | |
6516 | char *_kwnames[] = { "id", NULL }; | |
6517 | char _ptemp[128]; | |
70551f47 RD |
6518 | |
6519 | self = self; | |
167b96c2 | 6520 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxPaletteChangedEvent",_kwnames,&_arg0)) |
70551f47 | 6521 | return NULL; |
70551f47 | 6522 | { |
474c48f9 | 6523 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6524 | _result = (wxPaletteChangedEvent *)new_wxPaletteChangedEvent(_arg0); |
ab9bc19b | 6525 | |
474c48f9 | 6526 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6527 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6528 | } if (_result) { |
6529 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPaletteChangedEvent_p"); | |
6530 | _resultobj = Py_BuildValue("s",_ptemp); | |
6531 | } else { | |
6532 | Py_INCREF(Py_None); | |
6533 | _resultobj = Py_None; | |
6534 | } | |
70551f47 RD |
6535 | return _resultobj; |
6536 | } | |
6537 | ||
167b96c2 RD |
6538 | #define wxPaletteChangedEvent_SetChangedWindow(_swigobj,_swigarg0) (_swigobj->SetChangedWindow(_swigarg0)) |
6539 | static PyObject *_wrap_wxPaletteChangedEvent_SetChangedWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6540 | PyObject * _resultobj; |
167b96c2 RD |
6541 | wxPaletteChangedEvent * _arg0; |
6542 | wxWindow * _arg1; | |
2d091820 | 6543 | PyObject * _argo0 = 0; |
167b96c2 RD |
6544 | PyObject * _argo1 = 0; |
6545 | char *_kwnames[] = { "self","win", NULL }; | |
70551f47 RD |
6546 | |
6547 | self = self; | |
167b96c2 | 6548 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPaletteChangedEvent_SetChangedWindow",_kwnames,&_argo0,&_argo1)) |
70551f47 | 6549 | return NULL; |
2d091820 RD |
6550 | if (_argo0) { |
6551 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6552 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPaletteChangedEvent_p")) { |
6553 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPaletteChangedEvent_SetChangedWindow. Expected _wxPaletteChangedEvent_p."); | |
6554 | return NULL; | |
6555 | } | |
6556 | } | |
6557 | if (_argo1) { | |
6558 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
6559 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
6560 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPaletteChangedEvent_SetChangedWindow. Expected _wxWindow_p."); | |
70551f47 RD |
6561 | return NULL; |
6562 | } | |
6563 | } | |
ab9bc19b | 6564 | { |
474c48f9 | 6565 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6566 | wxPaletteChangedEvent_SetChangedWindow(_arg0,_arg1); |
ab9bc19b | 6567 | |
474c48f9 | 6568 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6569 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6570 | } Py_INCREF(Py_None); |
6571 | _resultobj = Py_None; | |
70551f47 RD |
6572 | return _resultobj; |
6573 | } | |
6574 | ||
167b96c2 RD |
6575 | #define wxPaletteChangedEvent_GetChangedWindow(_swigobj) (_swigobj->GetChangedWindow()) |
6576 | static PyObject *_wrap_wxPaletteChangedEvent_GetChangedWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6577 | PyObject * _resultobj; |
167b96c2 RD |
6578 | wxWindow * _result; |
6579 | wxPaletteChangedEvent * _arg0; | |
2d091820 | 6580 | PyObject * _argo0 = 0; |
107e4716 | 6581 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6582 | |
6583 | self = self; | |
167b96c2 | 6584 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPaletteChangedEvent_GetChangedWindow",_kwnames,&_argo0)) |
70551f47 | 6585 | return NULL; |
2d091820 RD |
6586 | if (_argo0) { |
6587 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6588 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPaletteChangedEvent_p")) { |
6589 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPaletteChangedEvent_GetChangedWindow. Expected _wxPaletteChangedEvent_p."); | |
70551f47 RD |
6590 | return NULL; |
6591 | } | |
6592 | } | |
ab9bc19b | 6593 | { |
474c48f9 | 6594 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6595 | _result = (wxWindow *)wxPaletteChangedEvent_GetChangedWindow(_arg0); |
ab9bc19b | 6596 | |
474c48f9 | 6597 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6598 | if (PyErr_Occurred()) return NULL; |
9df61a29 | 6599 | }{ _resultobj = wxPyMake_wxObject(_result); } |
70551f47 RD |
6600 | return _resultobj; |
6601 | } | |
6602 | ||
167b96c2 RD |
6603 | static void *SwigwxQueryNewPaletteEventTowxEvent(void *ptr) { |
6604 | wxQueryNewPaletteEvent *src; | |
6605 | wxEvent *dest; | |
6606 | src = (wxQueryNewPaletteEvent *) ptr; | |
6607 | dest = (wxEvent *) src; | |
6608 | return (void *) dest; | |
6609 | } | |
6610 | ||
9df61a29 RD |
6611 | static void *SwigwxQueryNewPaletteEventTowxObject(void *ptr) { |
6612 | wxQueryNewPaletteEvent *src; | |
6613 | wxObject *dest; | |
6614 | src = (wxQueryNewPaletteEvent *) ptr; | |
6615 | dest = (wxObject *) src; | |
6616 | return (void *) dest; | |
6617 | } | |
6618 | ||
167b96c2 RD |
6619 | #define new_wxQueryNewPaletteEvent(_swigarg0) (new wxQueryNewPaletteEvent(_swigarg0)) |
6620 | static PyObject *_wrap_new_wxQueryNewPaletteEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6621 | PyObject * _resultobj; |
167b96c2 RD |
6622 | wxQueryNewPaletteEvent * _result; |
6623 | wxWindowID _arg0 = (wxWindowID ) 0; | |
6624 | char *_kwnames[] = { "id", NULL }; | |
6625 | char _ptemp[128]; | |
70551f47 RD |
6626 | |
6627 | self = self; | |
167b96c2 | 6628 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxQueryNewPaletteEvent",_kwnames,&_arg0)) |
70551f47 | 6629 | return NULL; |
ab9bc19b | 6630 | { |
474c48f9 | 6631 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6632 | _result = (wxQueryNewPaletteEvent *)new_wxQueryNewPaletteEvent(_arg0); |
ab9bc19b | 6633 | |
474c48f9 | 6634 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6635 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6636 | } if (_result) { |
6637 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxQueryNewPaletteEvent_p"); | |
6638 | _resultobj = Py_BuildValue("s",_ptemp); | |
6639 | } else { | |
6640 | Py_INCREF(Py_None); | |
6641 | _resultobj = Py_None; | |
6642 | } | |
70551f47 RD |
6643 | return _resultobj; |
6644 | } | |
6645 | ||
167b96c2 RD |
6646 | #define wxQueryNewPaletteEvent_SetPaletteRealized(_swigobj,_swigarg0) (_swigobj->SetPaletteRealized(_swigarg0)) |
6647 | static PyObject *_wrap_wxQueryNewPaletteEvent_SetPaletteRealized(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6648 | PyObject * _resultobj; |
167b96c2 | 6649 | wxQueryNewPaletteEvent * _arg0; |
70551f47 | 6650 | bool _arg1; |
2d091820 | 6651 | PyObject * _argo0 = 0; |
70551f47 | 6652 | int tempbool1; |
167b96c2 | 6653 | char *_kwnames[] = { "self","realized", NULL }; |
70551f47 RD |
6654 | |
6655 | self = self; | |
167b96c2 | 6656 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxQueryNewPaletteEvent_SetPaletteRealized",_kwnames,&_argo0,&tempbool1)) |
70551f47 | 6657 | return NULL; |
2d091820 RD |
6658 | if (_argo0) { |
6659 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6660 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxQueryNewPaletteEvent_p")) { |
6661 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryNewPaletteEvent_SetPaletteRealized. Expected _wxQueryNewPaletteEvent_p."); | |
70551f47 RD |
6662 | return NULL; |
6663 | } | |
6664 | } | |
6665 | _arg1 = (bool ) tempbool1; | |
ab9bc19b | 6666 | { |
474c48f9 | 6667 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6668 | wxQueryNewPaletteEvent_SetPaletteRealized(_arg0,_arg1); |
ab9bc19b | 6669 | |
474c48f9 | 6670 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6671 | if (PyErr_Occurred()) return NULL; |
ab9bc19b | 6672 | } Py_INCREF(Py_None); |
70551f47 RD |
6673 | _resultobj = Py_None; |
6674 | return _resultobj; | |
6675 | } | |
6676 | ||
167b96c2 RD |
6677 | #define wxQueryNewPaletteEvent_GetPaletteRealized(_swigobj) (_swigobj->GetPaletteRealized()) |
6678 | static PyObject *_wrap_wxQueryNewPaletteEvent_GetPaletteRealized(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6679 | PyObject * _resultobj; |
167b96c2 RD |
6680 | bool _result; |
6681 | wxQueryNewPaletteEvent * _arg0; | |
2d091820 | 6682 | PyObject * _argo0 = 0; |
167b96c2 | 6683 | char *_kwnames[] = { "self", NULL }; |
70551f47 RD |
6684 | |
6685 | self = self; | |
167b96c2 | 6686 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxQueryNewPaletteEvent_GetPaletteRealized",_kwnames,&_argo0)) |
70551f47 | 6687 | return NULL; |
2d091820 RD |
6688 | if (_argo0) { |
6689 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6690 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxQueryNewPaletteEvent_p")) { |
6691 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryNewPaletteEvent_GetPaletteRealized. Expected _wxQueryNewPaletteEvent_p."); | |
70551f47 RD |
6692 | return NULL; |
6693 | } | |
6694 | } | |
ab9bc19b | 6695 | { |
474c48f9 | 6696 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6697 | _result = (bool )wxQueryNewPaletteEvent_GetPaletteRealized(_arg0); |
ab9bc19b | 6698 | |
474c48f9 | 6699 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6700 | if (PyErr_Occurred()) return NULL; |
167b96c2 | 6701 | } _resultobj = Py_BuildValue("i",_result); |
70551f47 RD |
6702 | return _resultobj; |
6703 | } | |
6704 | ||
f6bcfd97 BP |
6705 | static void *SwigwxWindowCreateEventTowxCommandEvent(void *ptr) { |
6706 | wxWindowCreateEvent *src; | |
6707 | wxCommandEvent *dest; | |
6708 | src = (wxWindowCreateEvent *) ptr; | |
6709 | dest = (wxCommandEvent *) src; | |
6710 | return (void *) dest; | |
6711 | } | |
6712 | ||
167b96c2 RD |
6713 | static void *SwigwxWindowCreateEventTowxEvent(void *ptr) { |
6714 | wxWindowCreateEvent *src; | |
6715 | wxEvent *dest; | |
6716 | src = (wxWindowCreateEvent *) ptr; | |
6717 | dest = (wxEvent *) src; | |
6718 | return (void *) dest; | |
6719 | } | |
6720 | ||
9df61a29 RD |
6721 | static void *SwigwxWindowCreateEventTowxObject(void *ptr) { |
6722 | wxWindowCreateEvent *src; | |
6723 | wxObject *dest; | |
6724 | src = (wxWindowCreateEvent *) ptr; | |
6725 | dest = (wxObject *) src; | |
6726 | return (void *) dest; | |
6727 | } | |
6728 | ||
167b96c2 RD |
6729 | #define new_wxWindowCreateEvent(_swigarg0) (new wxWindowCreateEvent(_swigarg0)) |
6730 | static PyObject *_wrap_new_wxWindowCreateEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
70551f47 | 6731 | PyObject * _resultobj; |
167b96c2 RD |
6732 | wxWindowCreateEvent * _result; |
6733 | wxWindow * _arg0 = (wxWindow *) NULL; | |
2d091820 | 6734 | PyObject * _argo0 = 0; |
167b96c2 RD |
6735 | char *_kwnames[] = { "win", NULL }; |
6736 | char _ptemp[128]; | |
70551f47 RD |
6737 | |
6738 | self = self; | |
167b96c2 | 6739 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|O:new_wxWindowCreateEvent",_kwnames,&_argo0)) |
70551f47 | 6740 | return NULL; |
2d091820 RD |
6741 | if (_argo0) { |
6742 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6743 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { |
6744 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxWindowCreateEvent. Expected _wxWindow_p."); | |
70551f47 RD |
6745 | return NULL; |
6746 | } | |
6747 | } | |
ab9bc19b | 6748 | { |
474c48f9 | 6749 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6750 | _result = (wxWindowCreateEvent *)new_wxWindowCreateEvent(_arg0); |
ab9bc19b | 6751 | |
474c48f9 | 6752 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6753 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6754 | } if (_result) { |
6755 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindowCreateEvent_p"); | |
6756 | _resultobj = Py_BuildValue("s",_ptemp); | |
6757 | } else { | |
6758 | Py_INCREF(Py_None); | |
6759 | _resultobj = Py_None; | |
6760 | } | |
70551f47 RD |
6761 | return _resultobj; |
6762 | } | |
6763 | ||
167b96c2 RD |
6764 | #define wxWindowCreateEvent_GetWindow(_swigobj) (_swigobj->GetWindow()) |
6765 | static PyObject *_wrap_wxWindowCreateEvent_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6766 | PyObject * _resultobj; | |
6767 | wxWindow * _result; | |
6768 | wxWindowCreateEvent * _arg0; | |
6769 | PyObject * _argo0 = 0; | |
6770 | char *_kwnames[] = { "self", NULL }; | |
70551f47 | 6771 | |
167b96c2 RD |
6772 | self = self; |
6773 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxWindowCreateEvent_GetWindow",_kwnames,&_argo0)) | |
6774 | return NULL; | |
6775 | if (_argo0) { | |
6776 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6777 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindowCreateEvent_p")) { | |
6778 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxWindowCreateEvent_GetWindow. Expected _wxWindowCreateEvent_p."); | |
6779 | return NULL; | |
6780 | } | |
6781 | } | |
6782 | { | |
474c48f9 | 6783 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6784 | _result = (wxWindow *)wxWindowCreateEvent_GetWindow(_arg0); |
167b96c2 | 6785 | |
474c48f9 | 6786 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6787 | if (PyErr_Occurred()) return NULL; |
9df61a29 | 6788 | }{ _resultobj = wxPyMake_wxObject(_result); } |
167b96c2 | 6789 | return _resultobj; |
ab9bc19b RD |
6790 | } |
6791 | ||
f6bcfd97 BP |
6792 | static void *SwigwxWindowDestroyEventTowxCommandEvent(void *ptr) { |
6793 | wxWindowDestroyEvent *src; | |
6794 | wxCommandEvent *dest; | |
6795 | src = (wxWindowDestroyEvent *) ptr; | |
6796 | dest = (wxCommandEvent *) src; | |
6797 | return (void *) dest; | |
6798 | } | |
6799 | ||
167b96c2 RD |
6800 | static void *SwigwxWindowDestroyEventTowxEvent(void *ptr) { |
6801 | wxWindowDestroyEvent *src; | |
37f6a977 | 6802 | wxEvent *dest; |
167b96c2 | 6803 | src = (wxWindowDestroyEvent *) ptr; |
37f6a977 RD |
6804 | dest = (wxEvent *) src; |
6805 | return (void *) dest; | |
6806 | } | |
6807 | ||
9df61a29 RD |
6808 | static void *SwigwxWindowDestroyEventTowxObject(void *ptr) { |
6809 | wxWindowDestroyEvent *src; | |
6810 | wxObject *dest; | |
6811 | src = (wxWindowDestroyEvent *) ptr; | |
6812 | dest = (wxObject *) src; | |
6813 | return (void *) dest; | |
6814 | } | |
6815 | ||
167b96c2 RD |
6816 | #define new_wxWindowDestroyEvent(_swigarg0) (new wxWindowDestroyEvent(_swigarg0)) |
6817 | static PyObject *_wrap_new_wxWindowDestroyEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
37f6a977 | 6818 | PyObject * _resultobj; |
167b96c2 RD |
6819 | wxWindowDestroyEvent * _result; |
6820 | wxWindow * _arg0 = (wxWindow *) NULL; | |
37f6a977 | 6821 | PyObject * _argo0 = 0; |
167b96c2 RD |
6822 | char *_kwnames[] = { "win", NULL }; |
6823 | char _ptemp[128]; | |
37f6a977 RD |
6824 | |
6825 | self = self; | |
167b96c2 | 6826 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|O:new_wxWindowDestroyEvent",_kwnames,&_argo0)) |
37f6a977 RD |
6827 | return NULL; |
6828 | if (_argo0) { | |
6829 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6830 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { |
6831 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxWindowDestroyEvent. Expected _wxWindow_p."); | |
37f6a977 RD |
6832 | return NULL; |
6833 | } | |
6834 | } | |
6835 | { | |
474c48f9 | 6836 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6837 | _result = (wxWindowDestroyEvent *)new_wxWindowDestroyEvent(_arg0); |
37f6a977 | 6838 | |
474c48f9 | 6839 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6840 | if (PyErr_Occurred()) return NULL; |
167b96c2 RD |
6841 | } if (_result) { |
6842 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindowDestroyEvent_p"); | |
6843 | _resultobj = Py_BuildValue("s",_ptemp); | |
6844 | } else { | |
6845 | Py_INCREF(Py_None); | |
6846 | _resultobj = Py_None; | |
6847 | } | |
37f6a977 RD |
6848 | return _resultobj; |
6849 | } | |
6850 | ||
167b96c2 RD |
6851 | #define wxWindowDestroyEvent_GetWindow(_swigobj) (_swigobj->GetWindow()) |
6852 | static PyObject *_wrap_wxWindowDestroyEvent_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
37f6a977 | 6853 | PyObject * _resultobj; |
167b96c2 RD |
6854 | wxWindow * _result; |
6855 | wxWindowDestroyEvent * _arg0; | |
37f6a977 RD |
6856 | PyObject * _argo0 = 0; |
6857 | char *_kwnames[] = { "self", NULL }; | |
6858 | ||
6859 | self = self; | |
167b96c2 | 6860 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxWindowDestroyEvent_GetWindow",_kwnames,&_argo0)) |
37f6a977 RD |
6861 | return NULL; |
6862 | if (_argo0) { | |
6863 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
167b96c2 RD |
6864 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindowDestroyEvent_p")) { |
6865 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxWindowDestroyEvent_GetWindow. Expected _wxWindowDestroyEvent_p."); | |
37f6a977 RD |
6866 | return NULL; |
6867 | } | |
6868 | } | |
6869 | { | |
474c48f9 | 6870 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6871 | _result = (wxWindow *)wxWindowDestroyEvent_GetWindow(_arg0); |
37f6a977 | 6872 | |
474c48f9 | 6873 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6874 | if (PyErr_Occurred()) return NULL; |
9df61a29 | 6875 | }{ _resultobj = wxPyMake_wxObject(_result); } |
37f6a977 RD |
6876 | return _resultobj; |
6877 | } | |
6878 | ||
f6bcfd97 BP |
6879 | static void *SwigwxTimerEventTowxEvent(void *ptr) { |
6880 | wxTimerEvent *src; | |
6881 | wxEvent *dest; | |
6882 | src = (wxTimerEvent *) ptr; | |
6883 | dest = (wxEvent *) src; | |
6884 | return (void *) dest; | |
6885 | } | |
6886 | ||
9df61a29 RD |
6887 | static void *SwigwxTimerEventTowxObject(void *ptr) { |
6888 | wxTimerEvent *src; | |
6889 | wxObject *dest; | |
6890 | src = (wxTimerEvent *) ptr; | |
6891 | dest = (wxObject *) src; | |
6892 | return (void *) dest; | |
6893 | } | |
6894 | ||
f6bcfd97 BP |
6895 | #define new_wxTimerEvent(_swigarg0,_swigarg1) (new wxTimerEvent(_swigarg0,_swigarg1)) |
6896 | static PyObject *_wrap_new_wxTimerEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6897 | PyObject * _resultobj; | |
6898 | wxTimerEvent * _result; | |
6899 | int _arg0 = (int ) 0; | |
6900 | int _arg1 = (int ) 0; | |
6901 | char *_kwnames[] = { "id","interval", NULL }; | |
6902 | char _ptemp[128]; | |
6903 | ||
6904 | self = self; | |
6905 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxTimerEvent",_kwnames,&_arg0,&_arg1)) | |
6906 | return NULL; | |
6907 | { | |
474c48f9 | 6908 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6909 | _result = (wxTimerEvent *)new_wxTimerEvent(_arg0,_arg1); |
f6bcfd97 | 6910 | |
474c48f9 | 6911 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6912 | if (PyErr_Occurred()) return NULL; |
f6bcfd97 BP |
6913 | } if (_result) { |
6914 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxTimerEvent_p"); | |
6915 | _resultobj = Py_BuildValue("s",_ptemp); | |
6916 | } else { | |
6917 | Py_INCREF(Py_None); | |
6918 | _resultobj = Py_None; | |
6919 | } | |
6920 | return _resultobj; | |
6921 | } | |
6922 | ||
6923 | #define wxTimerEvent_GetInterval(_swigobj) (_swigobj->GetInterval()) | |
6924 | static PyObject *_wrap_wxTimerEvent_GetInterval(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6925 | PyObject * _resultobj; | |
6926 | int _result; | |
6927 | wxTimerEvent * _arg0; | |
6928 | PyObject * _argo0 = 0; | |
6929 | char *_kwnames[] = { "self", NULL }; | |
6930 | ||
6931 | self = self; | |
6932 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTimerEvent_GetInterval",_kwnames,&_argo0)) | |
6933 | return NULL; | |
6934 | if (_argo0) { | |
6935 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6936 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTimerEvent_p")) { | |
6937 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTimerEvent_GetInterval. Expected _wxTimerEvent_p."); | |
6938 | return NULL; | |
6939 | } | |
6940 | } | |
6941 | { | |
474c48f9 | 6942 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6943 | _result = (int )wxTimerEvent_GetInterval(_arg0); |
f6bcfd97 | 6944 | |
474c48f9 | 6945 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 6946 | if (PyErr_Occurred()) return NULL; |
f6bcfd97 BP |
6947 | } _resultobj = Py_BuildValue("i",_result); |
6948 | return _resultobj; | |
6949 | } | |
6950 | ||
cd096152 RD |
6951 | static void *SwigwxTextUrlEventTowxCommandEvent(void *ptr) { |
6952 | wxTextUrlEvent *src; | |
6953 | wxCommandEvent *dest; | |
6954 | src = (wxTextUrlEvent *) ptr; | |
6955 | dest = (wxCommandEvent *) src; | |
6956 | return (void *) dest; | |
6957 | } | |
6958 | ||
6959 | static void *SwigwxTextUrlEventTowxEvent(void *ptr) { | |
6960 | wxTextUrlEvent *src; | |
6961 | wxEvent *dest; | |
6962 | src = (wxTextUrlEvent *) ptr; | |
6963 | dest = (wxEvent *) src; | |
6964 | return (void *) dest; | |
6965 | } | |
6966 | ||
6967 | static void *SwigwxTextUrlEventTowxObject(void *ptr) { | |
6968 | wxTextUrlEvent *src; | |
6969 | wxObject *dest; | |
6970 | src = (wxTextUrlEvent *) ptr; | |
6971 | dest = (wxObject *) src; | |
6972 | return (void *) dest; | |
6973 | } | |
6974 | ||
6975 | #define new_wxTextUrlEvent(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxTextUrlEvent(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) | |
6976 | static PyObject *_wrap_new_wxTextUrlEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6977 | PyObject * _resultobj; | |
6978 | wxTextUrlEvent * _result; | |
6979 | int _arg0; | |
6980 | wxMouseEvent * _arg1; | |
6981 | long _arg2; | |
6982 | long _arg3; | |
6983 | PyObject * _argo1 = 0; | |
6984 | char *_kwnames[] = { "id","evtMouse","start","end", NULL }; | |
6985 | char _ptemp[128]; | |
6986 | ||
6987 | self = self; | |
6988 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"iOll:new_wxTextUrlEvent",_kwnames,&_arg0,&_argo1,&_arg2,&_arg3)) | |
6989 | return NULL; | |
6990 | if (_argo1) { | |
6991 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
6992 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMouseEvent_p")) { | |
6993 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxTextUrlEvent. Expected _wxMouseEvent_p."); | |
6994 | return NULL; | |
6995 | } | |
6996 | } | |
6997 | { | |
474c48f9 | 6998 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6999 | _result = (wxTextUrlEvent *)new_wxTextUrlEvent(_arg0,*_arg1,_arg2,_arg3); |
cd096152 | 7000 | |
474c48f9 | 7001 | wxPyEndAllowThreads(__tstate); |
cd096152 RD |
7002 | if (PyErr_Occurred()) return NULL; |
7003 | } if (_result) { | |
7004 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextUrlEvent_p"); | |
7005 | _resultobj = Py_BuildValue("s",_ptemp); | |
7006 | } else { | |
7007 | Py_INCREF(Py_None); | |
7008 | _resultobj = Py_None; | |
7009 | } | |
7010 | return _resultobj; | |
7011 | } | |
7012 | ||
7013 | #define wxTextUrlEvent_GetMouseEvent(_swigobj) (_swigobj->GetMouseEvent()) | |
7014 | static PyObject *_wrap_wxTextUrlEvent_GetMouseEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7015 | PyObject * _resultobj; | |
7016 | wxMouseEvent * _result; | |
7017 | wxTextUrlEvent * _arg0; | |
7018 | PyObject * _argo0 = 0; | |
7019 | char *_kwnames[] = { "self", NULL }; | |
7020 | ||
7021 | self = self; | |
7022 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextUrlEvent_GetMouseEvent",_kwnames,&_argo0)) | |
7023 | return NULL; | |
7024 | if (_argo0) { | |
7025 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7026 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextUrlEvent_p")) { | |
7027 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextUrlEvent_GetMouseEvent. Expected _wxTextUrlEvent_p."); | |
7028 | return NULL; | |
7029 | } | |
7030 | } | |
7031 | { | |
474c48f9 | 7032 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7033 | const wxMouseEvent & _result_ref = wxTextUrlEvent_GetMouseEvent(_arg0); |
cd096152 RD |
7034 | _result = (wxMouseEvent *) &_result_ref; |
7035 | ||
474c48f9 | 7036 | wxPyEndAllowThreads(__tstate); |
cd096152 RD |
7037 | if (PyErr_Occurred()) return NULL; |
7038 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
7039 | return _resultobj; | |
7040 | } | |
7041 | ||
7042 | #define wxTextUrlEvent_GetURLStart(_swigobj) (_swigobj->GetURLStart()) | |
7043 | static PyObject *_wrap_wxTextUrlEvent_GetURLStart(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7044 | PyObject * _resultobj; | |
7045 | long _result; | |
7046 | wxTextUrlEvent * _arg0; | |
7047 | PyObject * _argo0 = 0; | |
7048 | char *_kwnames[] = { "self", NULL }; | |
7049 | ||
7050 | self = self; | |
7051 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextUrlEvent_GetURLStart",_kwnames,&_argo0)) | |
7052 | return NULL; | |
7053 | if (_argo0) { | |
7054 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7055 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextUrlEvent_p")) { | |
7056 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextUrlEvent_GetURLStart. Expected _wxTextUrlEvent_p."); | |
7057 | return NULL; | |
7058 | } | |
7059 | } | |
7060 | { | |
474c48f9 | 7061 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7062 | _result = (long )wxTextUrlEvent_GetURLStart(_arg0); |
cd096152 | 7063 | |
474c48f9 | 7064 | wxPyEndAllowThreads(__tstate); |
cd096152 RD |
7065 | if (PyErr_Occurred()) return NULL; |
7066 | } _resultobj = Py_BuildValue("l",_result); | |
7067 | return _resultobj; | |
7068 | } | |
7069 | ||
7070 | #define wxTextUrlEvent_GetURLEnd(_swigobj) (_swigobj->GetURLEnd()) | |
7071 | static PyObject *_wrap_wxTextUrlEvent_GetURLEnd(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7072 | PyObject * _resultobj; | |
7073 | long _result; | |
7074 | wxTextUrlEvent * _arg0; | |
7075 | PyObject * _argo0 = 0; | |
7076 | char *_kwnames[] = { "self", NULL }; | |
7077 | ||
7078 | self = self; | |
7079 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextUrlEvent_GetURLEnd",_kwnames,&_argo0)) | |
7080 | return NULL; | |
7081 | if (_argo0) { | |
7082 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7083 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextUrlEvent_p")) { | |
7084 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextUrlEvent_GetURLEnd. Expected _wxTextUrlEvent_p."); | |
7085 | return NULL; | |
7086 | } | |
7087 | } | |
7088 | { | |
474c48f9 | 7089 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7090 | _result = (long )wxTextUrlEvent_GetURLEnd(_arg0); |
cd096152 | 7091 | |
474c48f9 | 7092 | wxPyEndAllowThreads(__tstate); |
cd096152 RD |
7093 | if (PyErr_Occurred()) return NULL; |
7094 | } _resultobj = Py_BuildValue("l",_result); | |
7095 | return _resultobj; | |
7096 | } | |
7097 | ||
ab9bc19b RD |
7098 | static void *SwigwxPyEventTowxEvent(void *ptr) { |
7099 | wxPyEvent *src; | |
7100 | wxEvent *dest; | |
7101 | src = (wxPyEvent *) ptr; | |
7102 | dest = (wxEvent *) src; | |
7103 | return (void *) dest; | |
7104 | } | |
7105 | ||
9df61a29 RD |
7106 | static void *SwigwxPyEventTowxObject(void *ptr) { |
7107 | wxPyEvent *src; | |
7108 | wxObject *dest; | |
7109 | src = (wxPyEvent *) ptr; | |
7110 | dest = (wxObject *) src; | |
7111 | return (void *) dest; | |
7112 | } | |
7113 | ||
4120ef2b | 7114 | #define new_wxPyEvent(_swigarg0) (new wxPyEvent(_swigarg0)) |
107e4716 | 7115 | static PyObject *_wrap_new_wxPyEvent(PyObject *self, PyObject *args, PyObject *kwargs) { |
ab9bc19b RD |
7116 | PyObject * _resultobj; |
7117 | wxPyEvent * _result; | |
37f6a977 | 7118 | int _arg0 = (int ) 0; |
4120ef2b | 7119 | char *_kwnames[] = { "id", NULL }; |
ab9bc19b RD |
7120 | char _ptemp[128]; |
7121 | ||
7122 | self = self; | |
4120ef2b | 7123 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxPyEvent",_kwnames,&_arg0)) |
ab9bc19b | 7124 | return NULL; |
ab9bc19b | 7125 | { |
474c48f9 | 7126 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7127 | _result = (wxPyEvent *)new_wxPyEvent(_arg0); |
ab9bc19b | 7128 | |
474c48f9 | 7129 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 7130 | if (PyErr_Occurred()) return NULL; |
2d091820 RD |
7131 | } if (_result) { |
7132 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyEvent_p"); | |
7133 | _resultobj = Py_BuildValue("s",_ptemp); | |
7134 | } else { | |
7135 | Py_INCREF(Py_None); | |
7136 | _resultobj = Py_None; | |
7137 | } | |
ab9bc19b RD |
7138 | return _resultobj; |
7139 | } | |
7140 | ||
7141 | #define delete_wxPyEvent(_swigobj) (delete _swigobj) | |
107e4716 | 7142 | static PyObject *_wrap_delete_wxPyEvent(PyObject *self, PyObject *args, PyObject *kwargs) { |
ab9bc19b RD |
7143 | PyObject * _resultobj; |
7144 | wxPyEvent * _arg0; | |
2d091820 | 7145 | PyObject * _argo0 = 0; |
107e4716 | 7146 | char *_kwnames[] = { "self", NULL }; |
ab9bc19b RD |
7147 | |
7148 | self = self; | |
107e4716 | 7149 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxPyEvent",_kwnames,&_argo0)) |
ab9bc19b | 7150 | return NULL; |
2d091820 RD |
7151 | if (_argo0) { |
7152 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7153 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyEvent_p")) { | |
ab9bc19b RD |
7154 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxPyEvent. Expected _wxPyEvent_p."); |
7155 | return NULL; | |
7156 | } | |
7157 | } | |
7158 | { | |
474c48f9 | 7159 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7160 | delete_wxPyEvent(_arg0); |
ab9bc19b | 7161 | |
474c48f9 | 7162 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 7163 | if (PyErr_Occurred()) return NULL; |
ab9bc19b RD |
7164 | } Py_INCREF(Py_None); |
7165 | _resultobj = Py_None; | |
7166 | return _resultobj; | |
7167 | } | |
7168 | ||
4120ef2b RD |
7169 | #define wxPyEvent_SetSelf(_swigobj,_swigarg0) (_swigobj->SetSelf(_swigarg0)) |
7170 | static PyObject *_wrap_wxPyEvent_SetSelf(PyObject *self, PyObject *args, PyObject *kwargs) { | |
ab9bc19b RD |
7171 | PyObject * _resultobj; |
7172 | wxPyEvent * _arg0; | |
7173 | PyObject * _arg1; | |
2d091820 | 7174 | PyObject * _argo0 = 0; |
ab9bc19b | 7175 | PyObject * _obj1 = 0; |
4120ef2b | 7176 | char *_kwnames[] = { "self","self", NULL }; |
ab9bc19b RD |
7177 | |
7178 | self = self; | |
4120ef2b | 7179 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyEvent_SetSelf",_kwnames,&_argo0,&_obj1)) |
ab9bc19b | 7180 | return NULL; |
2d091820 RD |
7181 | if (_argo0) { |
7182 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7183 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyEvent_p")) { | |
4120ef2b | 7184 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyEvent_SetSelf. Expected _wxPyEvent_p."); |
ab9bc19b RD |
7185 | return NULL; |
7186 | } | |
7187 | } | |
7188 | { | |
7189 | _arg1 = _obj1; | |
7190 | } | |
7191 | { | |
474c48f9 | 7192 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7193 | wxPyEvent_SetSelf(_arg0,_arg1); |
ab9bc19b | 7194 | |
474c48f9 | 7195 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 7196 | if (PyErr_Occurred()) return NULL; |
ab9bc19b RD |
7197 | } Py_INCREF(Py_None); |
7198 | _resultobj = Py_None; | |
7199 | return _resultobj; | |
7200 | } | |
7201 | ||
4120ef2b RD |
7202 | #define wxPyEvent_GetSelf(_swigobj) (_swigobj->GetSelf()) |
7203 | static PyObject *_wrap_wxPyEvent_GetSelf(PyObject *self, PyObject *args, PyObject *kwargs) { | |
ab9bc19b RD |
7204 | PyObject * _resultobj; |
7205 | PyObject * _result; | |
7206 | wxPyEvent * _arg0; | |
2d091820 | 7207 | PyObject * _argo0 = 0; |
107e4716 | 7208 | char *_kwnames[] = { "self", NULL }; |
ab9bc19b RD |
7209 | |
7210 | self = self; | |
4120ef2b | 7211 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyEvent_GetSelf",_kwnames,&_argo0)) |
ab9bc19b | 7212 | return NULL; |
2d091820 RD |
7213 | if (_argo0) { |
7214 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7215 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyEvent_p")) { | |
4120ef2b | 7216 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyEvent_GetSelf. Expected _wxPyEvent_p."); |
ab9bc19b RD |
7217 | return NULL; |
7218 | } | |
7219 | } | |
7220 | { | |
474c48f9 | 7221 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7222 | _result = (PyObject *)wxPyEvent_GetSelf(_arg0); |
ab9bc19b | 7223 | |
474c48f9 | 7224 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 7225 | if (PyErr_Occurred()) return NULL; |
ab9bc19b RD |
7226 | }{ |
7227 | _resultobj = _result; | |
7228 | } | |
7229 | return _resultobj; | |
7230 | } | |
7231 | ||
37f6a977 RD |
7232 | static void *SwigwxPyCommandEventTowxCommandEvent(void *ptr) { |
7233 | wxPyCommandEvent *src; | |
d24a34bb | 7234 | wxCommandEvent *dest; |
37f6a977 | 7235 | src = (wxPyCommandEvent *) ptr; |
d24a34bb RD |
7236 | dest = (wxCommandEvent *) src; |
7237 | return (void *) dest; | |
7238 | } | |
7239 | ||
37f6a977 RD |
7240 | static void *SwigwxPyCommandEventTowxEvent(void *ptr) { |
7241 | wxPyCommandEvent *src; | |
d24a34bb | 7242 | wxEvent *dest; |
37f6a977 | 7243 | src = (wxPyCommandEvent *) ptr; |
d24a34bb RD |
7244 | dest = (wxEvent *) src; |
7245 | return (void *) dest; | |
7246 | } | |
7247 | ||
9df61a29 RD |
7248 | static void *SwigwxPyCommandEventTowxObject(void *ptr) { |
7249 | wxPyCommandEvent *src; | |
7250 | wxObject *dest; | |
7251 | src = (wxPyCommandEvent *) ptr; | |
7252 | dest = (wxObject *) src; | |
7253 | return (void *) dest; | |
7254 | } | |
7255 | ||
4120ef2b | 7256 | #define new_wxPyCommandEvent(_swigarg0,_swigarg1) (new wxPyCommandEvent(_swigarg0,_swigarg1)) |
37f6a977 | 7257 | static PyObject *_wrap_new_wxPyCommandEvent(PyObject *self, PyObject *args, PyObject *kwargs) { |
d24a34bb | 7258 | PyObject * _resultobj; |
37f6a977 RD |
7259 | wxPyCommandEvent * _result; |
7260 | wxEventType _arg0 = (wxEventType ) wxEVT_NULL; | |
7261 | int _arg1 = (int ) 0; | |
4120ef2b | 7262 | char *_kwnames[] = { "commandType","id", NULL }; |
37f6a977 RD |
7263 | char _ptemp[128]; |
7264 | ||
7265 | self = self; | |
4120ef2b | 7266 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxPyCommandEvent",_kwnames,&_arg0,&_arg1)) |
37f6a977 | 7267 | return NULL; |
37f6a977 | 7268 | { |
474c48f9 | 7269 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7270 | _result = (wxPyCommandEvent *)new_wxPyCommandEvent(_arg0,_arg1); |
37f6a977 | 7271 | |
474c48f9 | 7272 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 7273 | if (PyErr_Occurred()) return NULL; |
37f6a977 RD |
7274 | } if (_result) { |
7275 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyCommandEvent_p"); | |
7276 | _resultobj = Py_BuildValue("s",_ptemp); | |
7277 | } else { | |
7278 | Py_INCREF(Py_None); | |
7279 | _resultobj = Py_None; | |
7280 | } | |
7281 | return _resultobj; | |
7282 | } | |
7283 | ||
7284 | #define delete_wxPyCommandEvent(_swigobj) (delete _swigobj) | |
7285 | static PyObject *_wrap_delete_wxPyCommandEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7286 | PyObject * _resultobj; | |
7287 | wxPyCommandEvent * _arg0; | |
2d091820 | 7288 | PyObject * _argo0 = 0; |
107e4716 | 7289 | char *_kwnames[] = { "self", NULL }; |
d24a34bb RD |
7290 | |
7291 | self = self; | |
37f6a977 | 7292 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxPyCommandEvent",_kwnames,&_argo0)) |
d24a34bb | 7293 | return NULL; |
2d091820 RD |
7294 | if (_argo0) { |
7295 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
37f6a977 RD |
7296 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCommandEvent_p")) { |
7297 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxPyCommandEvent. Expected _wxPyCommandEvent_p."); | |
d24a34bb RD |
7298 | return NULL; |
7299 | } | |
7300 | } | |
7301 | { | |
474c48f9 | 7302 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7303 | delete_wxPyCommandEvent(_arg0); |
d24a34bb | 7304 | |
474c48f9 | 7305 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 7306 | if (PyErr_Occurred()) return NULL; |
37f6a977 RD |
7307 | } Py_INCREF(Py_None); |
7308 | _resultobj = Py_None; | |
d24a34bb RD |
7309 | return _resultobj; |
7310 | } | |
7311 | ||
4120ef2b RD |
7312 | #define wxPyCommandEvent_SetSelf(_swigobj,_swigarg0) (_swigobj->SetSelf(_swigarg0)) |
7313 | static PyObject *_wrap_wxPyCommandEvent_SetSelf(PyObject *self, PyObject *args, PyObject *kwargs) { | |
d24a34bb | 7314 | PyObject * _resultobj; |
37f6a977 RD |
7315 | wxPyCommandEvent * _arg0; |
7316 | PyObject * _arg1; | |
2d091820 | 7317 | PyObject * _argo0 = 0; |
37f6a977 | 7318 | PyObject * _obj1 = 0; |
4120ef2b | 7319 | char *_kwnames[] = { "self","self", NULL }; |
d24a34bb RD |
7320 | |
7321 | self = self; | |
4120ef2b | 7322 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCommandEvent_SetSelf",_kwnames,&_argo0,&_obj1)) |
d24a34bb | 7323 | return NULL; |
2d091820 RD |
7324 | if (_argo0) { |
7325 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
37f6a977 | 7326 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCommandEvent_p")) { |
4120ef2b | 7327 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCommandEvent_SetSelf. Expected _wxPyCommandEvent_p."); |
d24a34bb RD |
7328 | return NULL; |
7329 | } | |
7330 | } | |
37f6a977 RD |
7331 | { |
7332 | _arg1 = _obj1; | |
7333 | } | |
d24a34bb | 7334 | { |
474c48f9 | 7335 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7336 | wxPyCommandEvent_SetSelf(_arg0,_arg1); |
d24a34bb | 7337 | |
474c48f9 | 7338 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 7339 | if (PyErr_Occurred()) return NULL; |
d24a34bb RD |
7340 | } Py_INCREF(Py_None); |
7341 | _resultobj = Py_None; | |
7342 | return _resultobj; | |
7343 | } | |
7344 | ||
4120ef2b RD |
7345 | #define wxPyCommandEvent_GetSelf(_swigobj) (_swigobj->GetSelf()) |
7346 | static PyObject *_wrap_wxPyCommandEvent_GetSelf(PyObject *self, PyObject *args, PyObject *kwargs) { | |
37f6a977 RD |
7347 | PyObject * _resultobj; |
7348 | PyObject * _result; | |
7349 | wxPyCommandEvent * _arg0; | |
7350 | PyObject * _argo0 = 0; | |
7351 | char *_kwnames[] = { "self", NULL }; | |
7352 | ||
7353 | self = self; | |
4120ef2b | 7354 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCommandEvent_GetSelf",_kwnames,&_argo0)) |
37f6a977 RD |
7355 | return NULL; |
7356 | if (_argo0) { | |
7357 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7358 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCommandEvent_p")) { | |
4120ef2b | 7359 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCommandEvent_GetSelf. Expected _wxPyCommandEvent_p."); |
37f6a977 RD |
7360 | return NULL; |
7361 | } | |
7362 | } | |
7363 | { | |
474c48f9 | 7364 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7365 | _result = (PyObject *)wxPyCommandEvent_GetSelf(_arg0); |
37f6a977 | 7366 | |
474c48f9 | 7367 | wxPyEndAllowThreads(__tstate); |
4dfaa61e | 7368 | if (PyErr_Occurred()) return NULL; |
37f6a977 RD |
7369 | }{ |
7370 | _resultobj = _result; | |
7371 | } | |
7372 | return _resultobj; | |
7373 | } | |
7374 | ||
70551f47 | 7375 | static PyMethodDef eventscMethods[] = { |
4120ef2b RD |
7376 | { "wxPyCommandEvent_GetSelf", (PyCFunction) _wrap_wxPyCommandEvent_GetSelf, METH_VARARGS | METH_KEYWORDS }, |
7377 | { "wxPyCommandEvent_SetSelf", (PyCFunction) _wrap_wxPyCommandEvent_SetSelf, METH_VARARGS | METH_KEYWORDS }, | |
37f6a977 RD |
7378 | { "delete_wxPyCommandEvent", (PyCFunction) _wrap_delete_wxPyCommandEvent, METH_VARARGS | METH_KEYWORDS }, |
7379 | { "new_wxPyCommandEvent", (PyCFunction) _wrap_new_wxPyCommandEvent, METH_VARARGS | METH_KEYWORDS }, | |
4120ef2b RD |
7380 | { "wxPyEvent_GetSelf", (PyCFunction) _wrap_wxPyEvent_GetSelf, METH_VARARGS | METH_KEYWORDS }, |
7381 | { "wxPyEvent_SetSelf", (PyCFunction) _wrap_wxPyEvent_SetSelf, METH_VARARGS | METH_KEYWORDS }, | |
107e4716 RD |
7382 | { "delete_wxPyEvent", (PyCFunction) _wrap_delete_wxPyEvent, METH_VARARGS | METH_KEYWORDS }, |
7383 | { "new_wxPyEvent", (PyCFunction) _wrap_new_wxPyEvent, METH_VARARGS | METH_KEYWORDS }, | |
cd096152 RD |
7384 | { "wxTextUrlEvent_GetURLEnd", (PyCFunction) _wrap_wxTextUrlEvent_GetURLEnd, METH_VARARGS | METH_KEYWORDS }, |
7385 | { "wxTextUrlEvent_GetURLStart", (PyCFunction) _wrap_wxTextUrlEvent_GetURLStart, METH_VARARGS | METH_KEYWORDS }, | |
7386 | { "wxTextUrlEvent_GetMouseEvent", (PyCFunction) _wrap_wxTextUrlEvent_GetMouseEvent, METH_VARARGS | METH_KEYWORDS }, | |
7387 | { "new_wxTextUrlEvent", (PyCFunction) _wrap_new_wxTextUrlEvent, METH_VARARGS | METH_KEYWORDS }, | |
f6bcfd97 BP |
7388 | { "wxTimerEvent_GetInterval", (PyCFunction) _wrap_wxTimerEvent_GetInterval, METH_VARARGS | METH_KEYWORDS }, |
7389 | { "new_wxTimerEvent", (PyCFunction) _wrap_new_wxTimerEvent, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 RD |
7390 | { "wxWindowDestroyEvent_GetWindow", (PyCFunction) _wrap_wxWindowDestroyEvent_GetWindow, METH_VARARGS | METH_KEYWORDS }, |
7391 | { "new_wxWindowDestroyEvent", (PyCFunction) _wrap_new_wxWindowDestroyEvent, METH_VARARGS | METH_KEYWORDS }, | |
7392 | { "wxWindowCreateEvent_GetWindow", (PyCFunction) _wrap_wxWindowCreateEvent_GetWindow, METH_VARARGS | METH_KEYWORDS }, | |
7393 | { "new_wxWindowCreateEvent", (PyCFunction) _wrap_new_wxWindowCreateEvent, METH_VARARGS | METH_KEYWORDS }, | |
7394 | { "wxQueryNewPaletteEvent_GetPaletteRealized", (PyCFunction) _wrap_wxQueryNewPaletteEvent_GetPaletteRealized, METH_VARARGS | METH_KEYWORDS }, | |
7395 | { "wxQueryNewPaletteEvent_SetPaletteRealized", (PyCFunction) _wrap_wxQueryNewPaletteEvent_SetPaletteRealized, METH_VARARGS | METH_KEYWORDS }, | |
7396 | { "new_wxQueryNewPaletteEvent", (PyCFunction) _wrap_new_wxQueryNewPaletteEvent, METH_VARARGS | METH_KEYWORDS }, | |
7397 | { "wxPaletteChangedEvent_GetChangedWindow", (PyCFunction) _wrap_wxPaletteChangedEvent_GetChangedWindow, METH_VARARGS | METH_KEYWORDS }, | |
7398 | { "wxPaletteChangedEvent_SetChangedWindow", (PyCFunction) _wrap_wxPaletteChangedEvent_SetChangedWindow, METH_VARARGS | METH_KEYWORDS }, | |
7399 | { "new_wxPaletteChangedEvent", (PyCFunction) _wrap_new_wxPaletteChangedEvent, METH_VARARGS | METH_KEYWORDS }, | |
ef2060fa | 7400 | { "new_wxDisplayChangedEvent", (PyCFunction) _wrap_new_wxDisplayChangedEvent, METH_VARARGS | METH_KEYWORDS }, |
37f6a977 | 7401 | { "wxNotifyEvent_Veto", (PyCFunction) _wrap_wxNotifyEvent_Veto, METH_VARARGS | METH_KEYWORDS }, |
2cd2fac8 | 7402 | { "wxNotifyEvent_Allow", (PyCFunction) _wrap_wxNotifyEvent_Allow, METH_VARARGS | METH_KEYWORDS }, |
37f6a977 | 7403 | { "wxNotifyEvent_IsAllowed", (PyCFunction) _wrap_wxNotifyEvent_IsAllowed, METH_VARARGS | METH_KEYWORDS }, |
167b96c2 RD |
7404 | { "new_wxNotifyEvent", (PyCFunction) _wrap_new_wxNotifyEvent, METH_VARARGS | METH_KEYWORDS }, |
7405 | { "new_wxSysColourChangedEvent", (PyCFunction) _wrap_new_wxSysColourChangedEvent, METH_VARARGS | METH_KEYWORDS }, | |
107e4716 RD |
7406 | { "wxUpdateUIEvent_SetText", (PyCFunction) _wrap_wxUpdateUIEvent_SetText, METH_VARARGS | METH_KEYWORDS }, |
7407 | { "wxUpdateUIEvent_Enable", (PyCFunction) _wrap_wxUpdateUIEvent_Enable, METH_VARARGS | METH_KEYWORDS }, | |
7408 | { "wxUpdateUIEvent_Check", (PyCFunction) _wrap_wxUpdateUIEvent_Check, METH_VARARGS | METH_KEYWORDS }, | |
7409 | { "wxUpdateUIEvent_GetSetEnabled", (PyCFunction) _wrap_wxUpdateUIEvent_GetSetEnabled, METH_VARARGS | METH_KEYWORDS }, | |
7410 | { "wxUpdateUIEvent_GetSetChecked", (PyCFunction) _wrap_wxUpdateUIEvent_GetSetChecked, METH_VARARGS | METH_KEYWORDS }, | |
7411 | { "wxUpdateUIEvent_GetSetText", (PyCFunction) _wrap_wxUpdateUIEvent_GetSetText, METH_VARARGS | METH_KEYWORDS }, | |
7412 | { "wxUpdateUIEvent_GetText", (PyCFunction) _wrap_wxUpdateUIEvent_GetText, METH_VARARGS | METH_KEYWORDS }, | |
7413 | { "wxUpdateUIEvent_GetEnabled", (PyCFunction) _wrap_wxUpdateUIEvent_GetEnabled, METH_VARARGS | METH_KEYWORDS }, | |
7414 | { "wxUpdateUIEvent_GetChecked", (PyCFunction) _wrap_wxUpdateUIEvent_GetChecked, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7415 | { "new_wxUpdateUIEvent", (PyCFunction) _wrap_new_wxUpdateUIEvent, METH_VARARGS | METH_KEYWORDS }, |
107e4716 RD |
7416 | { "wxIdleEvent_MoreRequested", (PyCFunction) _wrap_wxIdleEvent_MoreRequested, METH_VARARGS | METH_KEYWORDS }, |
7417 | { "wxIdleEvent_RequestMore", (PyCFunction) _wrap_wxIdleEvent_RequestMore, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7418 | { "new_wxIdleEvent", (PyCFunction) _wrap_new_wxIdleEvent, METH_VARARGS | METH_KEYWORDS }, |
107e4716 RD |
7419 | { "wxDropFilesEvent_GetFiles", (PyCFunction) _wrap_wxDropFilesEvent_GetFiles, METH_VARARGS | METH_KEYWORDS }, |
7420 | { "wxDropFilesEvent_GetNumberOfFiles", (PyCFunction) _wrap_wxDropFilesEvent_GetNumberOfFiles, METH_VARARGS | METH_KEYWORDS }, | |
7421 | { "wxDropFilesEvent_GetPosition", (PyCFunction) _wrap_wxDropFilesEvent_GetPosition, METH_VARARGS | METH_KEYWORDS }, | |
7422 | { "wxJoystickEvent_ButtonIsDown", (PyCFunction) _wrap_wxJoystickEvent_ButtonIsDown, METH_VARARGS | METH_KEYWORDS }, | |
7423 | { "wxJoystickEvent_ButtonUp", (PyCFunction) _wrap_wxJoystickEvent_ButtonUp, METH_VARARGS | METH_KEYWORDS }, | |
7424 | { "wxJoystickEvent_ButtonDown", (PyCFunction) _wrap_wxJoystickEvent_ButtonDown, METH_VARARGS | METH_KEYWORDS }, | |
7425 | { "wxJoystickEvent_IsZMove", (PyCFunction) _wrap_wxJoystickEvent_IsZMove, METH_VARARGS | METH_KEYWORDS }, | |
7426 | { "wxJoystickEvent_IsMove", (PyCFunction) _wrap_wxJoystickEvent_IsMove, METH_VARARGS | METH_KEYWORDS }, | |
7427 | { "wxJoystickEvent_IsButton", (PyCFunction) _wrap_wxJoystickEvent_IsButton, METH_VARARGS | METH_KEYWORDS }, | |
7428 | { "wxJoystickEvent_SetZPosition", (PyCFunction) _wrap_wxJoystickEvent_SetZPosition, METH_VARARGS | METH_KEYWORDS }, | |
7429 | { "wxJoystickEvent_SetPosition", (PyCFunction) _wrap_wxJoystickEvent_SetPosition, METH_VARARGS | METH_KEYWORDS }, | |
7430 | { "wxJoystickEvent_SetButtonChange", (PyCFunction) _wrap_wxJoystickEvent_SetButtonChange, METH_VARARGS | METH_KEYWORDS }, | |
7431 | { "wxJoystickEvent_SetButtonState", (PyCFunction) _wrap_wxJoystickEvent_SetButtonState, METH_VARARGS | METH_KEYWORDS }, | |
7432 | { "wxJoystickEvent_SetJoystick", (PyCFunction) _wrap_wxJoystickEvent_SetJoystick, METH_VARARGS | METH_KEYWORDS }, | |
7433 | { "wxJoystickEvent_GetJoystick", (PyCFunction) _wrap_wxJoystickEvent_GetJoystick, METH_VARARGS | METH_KEYWORDS }, | |
7434 | { "wxJoystickEvent_GetButtonChange", (PyCFunction) _wrap_wxJoystickEvent_GetButtonChange, METH_VARARGS | METH_KEYWORDS }, | |
7435 | { "wxJoystickEvent_GetButtonState", (PyCFunction) _wrap_wxJoystickEvent_GetButtonState, METH_VARARGS | METH_KEYWORDS }, | |
7436 | { "wxJoystickEvent_GetZPosition", (PyCFunction) _wrap_wxJoystickEvent_GetZPosition, METH_VARARGS | METH_KEYWORDS }, | |
7437 | { "wxJoystickEvent_GetPosition", (PyCFunction) _wrap_wxJoystickEvent_GetPosition, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 RD |
7438 | { "new_wxJoystickEvent", (PyCFunction) _wrap_new_wxJoystickEvent, METH_VARARGS | METH_KEYWORDS }, |
7439 | { "new_wxMaximizeEvent", (PyCFunction) _wrap_new_wxMaximizeEvent, METH_VARARGS | METH_KEYWORDS }, | |
9d6da64a | 7440 | { "wxIconizeEvent_Iconized", (PyCFunction) _wrap_wxIconizeEvent_Iconized, METH_VARARGS | METH_KEYWORDS }, |
167b96c2 | 7441 | { "new_wxIconizeEvent", (PyCFunction) _wrap_new_wxIconizeEvent, METH_VARARGS | METH_KEYWORDS }, |
107e4716 RD |
7442 | { "wxShowEvent_GetShow", (PyCFunction) _wrap_wxShowEvent_GetShow, METH_VARARGS | METH_KEYWORDS }, |
7443 | { "wxShowEvent_SetShow", (PyCFunction) _wrap_wxShowEvent_SetShow, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7444 | { "new_wxShowEvent", (PyCFunction) _wrap_new_wxShowEvent, METH_VARARGS | METH_KEYWORDS }, |
4152e8b9 | 7445 | { "wxMenuEvent_IsPopup", (PyCFunction) _wrap_wxMenuEvent_IsPopup, METH_VARARGS | METH_KEYWORDS }, |
107e4716 | 7446 | { "wxMenuEvent_GetMenuId", (PyCFunction) _wrap_wxMenuEvent_GetMenuId, METH_VARARGS | METH_KEYWORDS }, |
167b96c2 RD |
7447 | { "new_wxMenuEvent", (PyCFunction) _wrap_new_wxMenuEvent, METH_VARARGS | METH_KEYWORDS }, |
7448 | { "new_wxInitDialogEvent", (PyCFunction) _wrap_new_wxInitDialogEvent, METH_VARARGS | METH_KEYWORDS }, | |
107e4716 | 7449 | { "wxActivateEvent_GetActive", (PyCFunction) _wrap_wxActivateEvent_GetActive, METH_VARARGS | METH_KEYWORDS }, |
167b96c2 | 7450 | { "new_wxActivateEvent", (PyCFunction) _wrap_new_wxActivateEvent, METH_VARARGS | METH_KEYWORDS }, |
3e212503 RD |
7451 | { "wxChildFocusEvent_GetWindow", (PyCFunction) _wrap_wxChildFocusEvent_GetWindow, METH_VARARGS | METH_KEYWORDS }, |
7452 | { "new_wxChildFocusEvent", (PyCFunction) _wrap_new_wxChildFocusEvent, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7453 | { "new_wxFocusEvent", (PyCFunction) _wrap_new_wxFocusEvent, METH_VARARGS | METH_KEYWORDS }, |
107e4716 | 7454 | { "wxEraseEvent_GetDC", (PyCFunction) _wrap_wxEraseEvent_GetDC, METH_VARARGS | METH_KEYWORDS }, |
167b96c2 RD |
7455 | { "new_wxEraseEvent", (PyCFunction) _wrap_new_wxEraseEvent, METH_VARARGS | METH_KEYWORDS }, |
7456 | { "new_wxPaintEvent", (PyCFunction) _wrap_new_wxPaintEvent, METH_VARARGS | METH_KEYWORDS }, | |
107e4716 | 7457 | { "wxMoveEvent_GetPosition", (PyCFunction) _wrap_wxMoveEvent_GetPosition, METH_VARARGS | METH_KEYWORDS }, |
167b96c2 RD |
7458 | { "new_wxMoveEvent", (PyCFunction) _wrap_new_wxMoveEvent, METH_VARARGS | METH_KEYWORDS }, |
7459 | { "wxNavigationKeyEvent_SetCurrentFocus", (PyCFunction) _wrap_wxNavigationKeyEvent_SetCurrentFocus, METH_VARARGS | METH_KEYWORDS }, | |
7460 | { "wxNavigationKeyEvent_GetCurrentFocus", (PyCFunction) _wrap_wxNavigationKeyEvent_GetCurrentFocus, METH_VARARGS | METH_KEYWORDS }, | |
7461 | { "wxNavigationKeyEvent_SetWindowChange", (PyCFunction) _wrap_wxNavigationKeyEvent_SetWindowChange, METH_VARARGS | METH_KEYWORDS }, | |
7462 | { "wxNavigationKeyEvent_IsWindowChange", (PyCFunction) _wrap_wxNavigationKeyEvent_IsWindowChange, METH_VARARGS | METH_KEYWORDS }, | |
7463 | { "wxNavigationKeyEvent_SetDirection", (PyCFunction) _wrap_wxNavigationKeyEvent_SetDirection, METH_VARARGS | METH_KEYWORDS }, | |
7464 | { "wxNavigationKeyEvent_GetDirection", (PyCFunction) _wrap_wxNavigationKeyEvent_GetDirection, METH_VARARGS | METH_KEYWORDS }, | |
7465 | { "new_wxNavigationKeyEvent", (PyCFunction) _wrap_new_wxNavigationKeyEvent, METH_VARARGS | METH_KEYWORDS }, | |
87439dd8 RD |
7466 | { "wxKeyEvent_m_rawFlags_get", (PyCFunction) _wrap_wxKeyEvent_m_rawFlags_get, METH_VARARGS | METH_KEYWORDS }, |
7467 | { "wxKeyEvent_m_rawFlags_set", (PyCFunction) _wrap_wxKeyEvent_m_rawFlags_set, METH_VARARGS | METH_KEYWORDS }, | |
7468 | { "wxKeyEvent_m_rawCode_get", (PyCFunction) _wrap_wxKeyEvent_m_rawCode_get, METH_VARARGS | METH_KEYWORDS }, | |
7469 | { "wxKeyEvent_m_rawCode_set", (PyCFunction) _wrap_wxKeyEvent_m_rawCode_set, METH_VARARGS | METH_KEYWORDS }, | |
c368d904 RD |
7470 | { "wxKeyEvent_m_scanCode_get", (PyCFunction) _wrap_wxKeyEvent_m_scanCode_get, METH_VARARGS | METH_KEYWORDS }, |
7471 | { "wxKeyEvent_m_scanCode_set", (PyCFunction) _wrap_wxKeyEvent_m_scanCode_set, METH_VARARGS | METH_KEYWORDS }, | |
7472 | { "wxKeyEvent_m_metaDown_get", (PyCFunction) _wrap_wxKeyEvent_m_metaDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7473 | { "wxKeyEvent_m_metaDown_set", (PyCFunction) _wrap_wxKeyEvent_m_metaDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7474 | { "wxKeyEvent_m_altDown_get", (PyCFunction) _wrap_wxKeyEvent_m_altDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7475 | { "wxKeyEvent_m_altDown_set", (PyCFunction) _wrap_wxKeyEvent_m_altDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7476 | { "wxKeyEvent_m_shiftDown_get", (PyCFunction) _wrap_wxKeyEvent_m_shiftDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7477 | { "wxKeyEvent_m_shiftDown_set", (PyCFunction) _wrap_wxKeyEvent_m_shiftDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7478 | { "wxKeyEvent_m_controlDown_get", (PyCFunction) _wrap_wxKeyEvent_m_controlDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7479 | { "wxKeyEvent_m_controlDown_set", (PyCFunction) _wrap_wxKeyEvent_m_controlDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7480 | { "wxKeyEvent_m_keyCode_get", (PyCFunction) _wrap_wxKeyEvent_m_keyCode_get, METH_VARARGS | METH_KEYWORDS }, | |
7481 | { "wxKeyEvent_m_keyCode_set", (PyCFunction) _wrap_wxKeyEvent_m_keyCode_set, METH_VARARGS | METH_KEYWORDS }, | |
7482 | { "wxKeyEvent_m_y_get", (PyCFunction) _wrap_wxKeyEvent_m_y_get, METH_VARARGS | METH_KEYWORDS }, | |
7483 | { "wxKeyEvent_m_y_set", (PyCFunction) _wrap_wxKeyEvent_m_y_set, METH_VARARGS | METH_KEYWORDS }, | |
7484 | { "wxKeyEvent_m_x_get", (PyCFunction) _wrap_wxKeyEvent_m_x_get, METH_VARARGS | METH_KEYWORDS }, | |
7485 | { "wxKeyEvent_m_x_set", (PyCFunction) _wrap_wxKeyEvent_m_x_set, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 RD |
7486 | { "wxKeyEvent_GetPositionTuple", (PyCFunction) _wrap_wxKeyEvent_GetPositionTuple, METH_VARARGS | METH_KEYWORDS }, |
7487 | { "wxKeyEvent_GetPosition", (PyCFunction) _wrap_wxKeyEvent_GetPosition, METH_VARARGS | METH_KEYWORDS }, | |
7488 | { "wxKeyEvent_GetY", (PyCFunction) _wrap_wxKeyEvent_GetY, METH_VARARGS | METH_KEYWORDS }, | |
7489 | { "wxKeyEvent_GetX", (PyCFunction) _wrap_wxKeyEvent_GetX, METH_VARARGS | METH_KEYWORDS }, | |
87439dd8 RD |
7490 | { "wxKeyEvent_GetRawKeyFlags", (PyCFunction) _wrap_wxKeyEvent_GetRawKeyFlags, METH_VARARGS | METH_KEYWORDS }, |
7491 | { "wxKeyEvent_GetRawKeyCode", (PyCFunction) _wrap_wxKeyEvent_GetRawKeyCode, METH_VARARGS | METH_KEYWORDS }, | |
f6bcfd97 BP |
7492 | { "wxKeyEvent_HasModifiers", (PyCFunction) _wrap_wxKeyEvent_HasModifiers, METH_VARARGS | METH_KEYWORDS }, |
7493 | { "wxKeyEvent_GetKeyCode", (PyCFunction) _wrap_wxKeyEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS }, | |
107e4716 RD |
7494 | { "wxKeyEvent_KeyCode", (PyCFunction) _wrap_wxKeyEvent_KeyCode, METH_VARARGS | METH_KEYWORDS }, |
7495 | { "wxKeyEvent_ShiftDown", (PyCFunction) _wrap_wxKeyEvent_ShiftDown, METH_VARARGS | METH_KEYWORDS }, | |
7496 | { "wxKeyEvent_AltDown", (PyCFunction) _wrap_wxKeyEvent_AltDown, METH_VARARGS | METH_KEYWORDS }, | |
7497 | { "wxKeyEvent_MetaDown", (PyCFunction) _wrap_wxKeyEvent_MetaDown, METH_VARARGS | METH_KEYWORDS }, | |
7498 | { "wxKeyEvent_ControlDown", (PyCFunction) _wrap_wxKeyEvent_ControlDown, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7499 | { "new_wxKeyEvent", (PyCFunction) _wrap_new_wxKeyEvent, METH_VARARGS | METH_KEYWORDS }, |
94c16279 RD |
7500 | { "wxMouseCaptureChangedEvent_GetCapturedWindow", (PyCFunction) _wrap_wxMouseCaptureChangedEvent_GetCapturedWindow, METH_VARARGS | METH_KEYWORDS }, |
7501 | { "new_wxMouseCaptureChangedEvent", (PyCFunction) _wrap_new_wxMouseCaptureChangedEvent, METH_VARARGS | METH_KEYWORDS }, | |
7a446686 RD |
7502 | { "wxMouseEvent_m_linesPerAction_get", (PyCFunction) _wrap_wxMouseEvent_m_linesPerAction_get, METH_VARARGS | METH_KEYWORDS }, |
7503 | { "wxMouseEvent_m_linesPerAction_set", (PyCFunction) _wrap_wxMouseEvent_m_linesPerAction_set, METH_VARARGS | METH_KEYWORDS }, | |
7504 | { "wxMouseEvent_m_wheelDelta_get", (PyCFunction) _wrap_wxMouseEvent_m_wheelDelta_get, METH_VARARGS | METH_KEYWORDS }, | |
7505 | { "wxMouseEvent_m_wheelDelta_set", (PyCFunction) _wrap_wxMouseEvent_m_wheelDelta_set, METH_VARARGS | METH_KEYWORDS }, | |
7506 | { "wxMouseEvent_m_wheelRotation_get", (PyCFunction) _wrap_wxMouseEvent_m_wheelRotation_get, METH_VARARGS | METH_KEYWORDS }, | |
7507 | { "wxMouseEvent_m_wheelRotation_set", (PyCFunction) _wrap_wxMouseEvent_m_wheelRotation_set, METH_VARARGS | METH_KEYWORDS }, | |
c368d904 RD |
7508 | { "wxMouseEvent_m_metaDown_get", (PyCFunction) _wrap_wxMouseEvent_m_metaDown_get, METH_VARARGS | METH_KEYWORDS }, |
7509 | { "wxMouseEvent_m_metaDown_set", (PyCFunction) _wrap_wxMouseEvent_m_metaDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7510 | { "wxMouseEvent_m_altDown_get", (PyCFunction) _wrap_wxMouseEvent_m_altDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7511 | { "wxMouseEvent_m_altDown_set", (PyCFunction) _wrap_wxMouseEvent_m_altDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7512 | { "wxMouseEvent_m_shiftDown_get", (PyCFunction) _wrap_wxMouseEvent_m_shiftDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7513 | { "wxMouseEvent_m_shiftDown_set", (PyCFunction) _wrap_wxMouseEvent_m_shiftDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7514 | { "wxMouseEvent_m_controlDown_get", (PyCFunction) _wrap_wxMouseEvent_m_controlDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7515 | { "wxMouseEvent_m_controlDown_set", (PyCFunction) _wrap_wxMouseEvent_m_controlDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7516 | { "wxMouseEvent_m_rightDown_get", (PyCFunction) _wrap_wxMouseEvent_m_rightDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7517 | { "wxMouseEvent_m_rightDown_set", (PyCFunction) _wrap_wxMouseEvent_m_rightDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7518 | { "wxMouseEvent_m_middleDown_get", (PyCFunction) _wrap_wxMouseEvent_m_middleDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7519 | { "wxMouseEvent_m_middleDown_set", (PyCFunction) _wrap_wxMouseEvent_m_middleDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7520 | { "wxMouseEvent_m_leftDown_get", (PyCFunction) _wrap_wxMouseEvent_m_leftDown_get, METH_VARARGS | METH_KEYWORDS }, | |
7521 | { "wxMouseEvent_m_leftDown_set", (PyCFunction) _wrap_wxMouseEvent_m_leftDown_set, METH_VARARGS | METH_KEYWORDS }, | |
7522 | { "wxMouseEvent_m_y_get", (PyCFunction) _wrap_wxMouseEvent_m_y_get, METH_VARARGS | METH_KEYWORDS }, | |
7523 | { "wxMouseEvent_m_y_set", (PyCFunction) _wrap_wxMouseEvent_m_y_set, METH_VARARGS | METH_KEYWORDS }, | |
7524 | { "wxMouseEvent_m_x_get", (PyCFunction) _wrap_wxMouseEvent_m_x_get, METH_VARARGS | METH_KEYWORDS }, | |
7525 | { "wxMouseEvent_m_x_set", (PyCFunction) _wrap_wxMouseEvent_m_x_set, METH_VARARGS | METH_KEYWORDS }, | |
7a446686 RD |
7526 | { "wxMouseEvent_GetLinesPerAction", (PyCFunction) _wrap_wxMouseEvent_GetLinesPerAction, METH_VARARGS | METH_KEYWORDS }, |
7527 | { "wxMouseEvent_GetWheelDelta", (PyCFunction) _wrap_wxMouseEvent_GetWheelDelta, METH_VARARGS | METH_KEYWORDS }, | |
7528 | { "wxMouseEvent_GetWheelRotation", (PyCFunction) _wrap_wxMouseEvent_GetWheelRotation, METH_VARARGS | METH_KEYWORDS }, | |
107e4716 RD |
7529 | { "wxMouseEvent_GetY", (PyCFunction) _wrap_wxMouseEvent_GetY, METH_VARARGS | METH_KEYWORDS }, |
7530 | { "wxMouseEvent_GetX", (PyCFunction) _wrap_wxMouseEvent_GetX, METH_VARARGS | METH_KEYWORDS }, | |
7531 | { "wxMouseEvent_GetLogicalPosition", (PyCFunction) _wrap_wxMouseEvent_GetLogicalPosition, METH_VARARGS | METH_KEYWORDS }, | |
4120ef2b | 7532 | { "wxMouseEvent_GetPositionTuple", (PyCFunction) _wrap_wxMouseEvent_GetPositionTuple, METH_VARARGS | METH_KEYWORDS }, |
107e4716 | 7533 | { "wxMouseEvent_GetPosition", (PyCFunction) _wrap_wxMouseEvent_GetPosition, METH_VARARGS | METH_KEYWORDS }, |
107e4716 RD |
7534 | { "wxMouseEvent_Leaving", (PyCFunction) _wrap_wxMouseEvent_Leaving, METH_VARARGS | METH_KEYWORDS }, |
7535 | { "wxMouseEvent_Entering", (PyCFunction) _wrap_wxMouseEvent_Entering, METH_VARARGS | METH_KEYWORDS }, | |
7536 | { "wxMouseEvent_Moving", (PyCFunction) _wrap_wxMouseEvent_Moving, METH_VARARGS | METH_KEYWORDS }, | |
7537 | { "wxMouseEvent_Dragging", (PyCFunction) _wrap_wxMouseEvent_Dragging, METH_VARARGS | METH_KEYWORDS }, | |
7538 | { "wxMouseEvent_RightIsDown", (PyCFunction) _wrap_wxMouseEvent_RightIsDown, METH_VARARGS | METH_KEYWORDS }, | |
7539 | { "wxMouseEvent_MiddleIsDown", (PyCFunction) _wrap_wxMouseEvent_MiddleIsDown, METH_VARARGS | METH_KEYWORDS }, | |
7540 | { "wxMouseEvent_LeftIsDown", (PyCFunction) _wrap_wxMouseEvent_LeftIsDown, METH_VARARGS | METH_KEYWORDS }, | |
7541 | { "wxMouseEvent_RightDClick", (PyCFunction) _wrap_wxMouseEvent_RightDClick, METH_VARARGS | METH_KEYWORDS }, | |
7542 | { "wxMouseEvent_MiddleDClick", (PyCFunction) _wrap_wxMouseEvent_MiddleDClick, METH_VARARGS | METH_KEYWORDS }, | |
7543 | { "wxMouseEvent_LeftDClick", (PyCFunction) _wrap_wxMouseEvent_LeftDClick, METH_VARARGS | METH_KEYWORDS }, | |
7544 | { "wxMouseEvent_RightUp", (PyCFunction) _wrap_wxMouseEvent_RightUp, METH_VARARGS | METH_KEYWORDS }, | |
7545 | { "wxMouseEvent_MiddleUp", (PyCFunction) _wrap_wxMouseEvent_MiddleUp, METH_VARARGS | METH_KEYWORDS }, | |
7546 | { "wxMouseEvent_LeftUp", (PyCFunction) _wrap_wxMouseEvent_LeftUp, METH_VARARGS | METH_KEYWORDS }, | |
7547 | { "wxMouseEvent_RightDown", (PyCFunction) _wrap_wxMouseEvent_RightDown, METH_VARARGS | METH_KEYWORDS }, | |
7548 | { "wxMouseEvent_MiddleDown", (PyCFunction) _wrap_wxMouseEvent_MiddleDown, METH_VARARGS | METH_KEYWORDS }, | |
7549 | { "wxMouseEvent_LeftDown", (PyCFunction) _wrap_wxMouseEvent_LeftDown, METH_VARARGS | METH_KEYWORDS }, | |
7550 | { "wxMouseEvent_ShiftDown", (PyCFunction) _wrap_wxMouseEvent_ShiftDown, METH_VARARGS | METH_KEYWORDS }, | |
7551 | { "wxMouseEvent_AltDown", (PyCFunction) _wrap_wxMouseEvent_AltDown, METH_VARARGS | METH_KEYWORDS }, | |
7552 | { "wxMouseEvent_MetaDown", (PyCFunction) _wrap_wxMouseEvent_MetaDown, METH_VARARGS | METH_KEYWORDS }, | |
7553 | { "wxMouseEvent_ControlDown", (PyCFunction) _wrap_wxMouseEvent_ControlDown, METH_VARARGS | METH_KEYWORDS }, | |
7554 | { "wxMouseEvent_ButtonIsDown", (PyCFunction) _wrap_wxMouseEvent_ButtonIsDown, METH_VARARGS | METH_KEYWORDS }, | |
7555 | { "wxMouseEvent_Button", (PyCFunction) _wrap_wxMouseEvent_Button, METH_VARARGS | METH_KEYWORDS }, | |
7556 | { "wxMouseEvent_ButtonUp", (PyCFunction) _wrap_wxMouseEvent_ButtonUp, METH_VARARGS | METH_KEYWORDS }, | |
7557 | { "wxMouseEvent_ButtonDClick", (PyCFunction) _wrap_wxMouseEvent_ButtonDClick, METH_VARARGS | METH_KEYWORDS }, | |
7558 | { "wxMouseEvent_ButtonDown", (PyCFunction) _wrap_wxMouseEvent_ButtonDown, METH_VARARGS | METH_KEYWORDS }, | |
7559 | { "wxMouseEvent_IsButton", (PyCFunction) _wrap_wxMouseEvent_IsButton, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 RD |
7560 | { "new_wxMouseEvent", (PyCFunction) _wrap_new_wxMouseEvent, METH_VARARGS | METH_KEYWORDS }, |
7561 | { "new_wxSpinEvent", (PyCFunction) _wrap_new_wxSpinEvent, METH_VARARGS | METH_KEYWORDS }, | |
9cce9de1 RD |
7562 | { "wxScrollWinEvent_GetPosition", (PyCFunction) _wrap_wxScrollWinEvent_GetPosition, METH_VARARGS | METH_KEYWORDS }, |
7563 | { "wxScrollWinEvent_GetOrientation", (PyCFunction) _wrap_wxScrollWinEvent_GetOrientation, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7564 | { "new_wxScrollWinEvent", (PyCFunction) _wrap_new_wxScrollWinEvent, METH_VARARGS | METH_KEYWORDS }, |
107e4716 RD |
7565 | { "wxScrollEvent_GetPosition", (PyCFunction) _wrap_wxScrollEvent_GetPosition, METH_VARARGS | METH_KEYWORDS }, |
7566 | { "wxScrollEvent_GetOrientation", (PyCFunction) _wrap_wxScrollEvent_GetOrientation, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7567 | { "new_wxScrollEvent", (PyCFunction) _wrap_new_wxScrollEvent, METH_VARARGS | METH_KEYWORDS }, |
65191ae8 | 7568 | { "wxCommandEvent_GetClientData", (PyCFunction) _wrap_wxCommandEvent_GetClientData, METH_VARARGS | METH_KEYWORDS }, |
56f5d962 RD |
7569 | { "wxCommandEvent_SetInt", (PyCFunction) _wrap_wxCommandEvent_SetInt, METH_VARARGS | METH_KEYWORDS }, |
7570 | { "wxCommandEvent_SetExtraLong", (PyCFunction) _wrap_wxCommandEvent_SetExtraLong, METH_VARARGS | METH_KEYWORDS }, | |
7571 | { "wxCommandEvent_SetString", (PyCFunction) _wrap_wxCommandEvent_SetString, METH_VARARGS | METH_KEYWORDS }, | |
107e4716 RD |
7572 | { "wxCommandEvent_IsSelection", (PyCFunction) _wrap_wxCommandEvent_IsSelection, METH_VARARGS | METH_KEYWORDS }, |
7573 | { "wxCommandEvent_GetString", (PyCFunction) _wrap_wxCommandEvent_GetString, METH_VARARGS | METH_KEYWORDS }, | |
7574 | { "wxCommandEvent_GetSelection", (PyCFunction) _wrap_wxCommandEvent_GetSelection, METH_VARARGS | METH_KEYWORDS }, | |
7575 | { "wxCommandEvent_GetInt", (PyCFunction) _wrap_wxCommandEvent_GetInt, METH_VARARGS | METH_KEYWORDS }, | |
7576 | { "wxCommandEvent_GetExtraLong", (PyCFunction) _wrap_wxCommandEvent_GetExtraLong, METH_VARARGS | METH_KEYWORDS }, | |
3ca6a5f0 BP |
7577 | { "wxCommandEvent_Checked", (PyCFunction) _wrap_wxCommandEvent_IsChecked, METH_VARARGS | METH_KEYWORDS }, |
7578 | { "wxCommandEvent_IsChecked", (PyCFunction) _wrap_wxCommandEvent_IsChecked, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7579 | { "new_wxCommandEvent", (PyCFunction) _wrap_new_wxCommandEvent, METH_VARARGS | METH_KEYWORDS }, |
107e4716 RD |
7580 | { "wxCloseEvent_SetCanVeto", (PyCFunction) _wrap_wxCloseEvent_SetCanVeto, METH_VARARGS | METH_KEYWORDS }, |
7581 | { "wxCloseEvent_GetVeto", (PyCFunction) _wrap_wxCloseEvent_GetVeto, METH_VARARGS | METH_KEYWORDS }, | |
7582 | { "wxCloseEvent_CanVeto", (PyCFunction) _wrap_wxCloseEvent_CanVeto, METH_VARARGS | METH_KEYWORDS }, | |
7583 | { "wxCloseEvent_Veto", (PyCFunction) _wrap_wxCloseEvent_Veto, METH_VARARGS | METH_KEYWORDS }, | |
7584 | { "wxCloseEvent_GetLoggingOff", (PyCFunction) _wrap_wxCloseEvent_GetLoggingOff, METH_VARARGS | METH_KEYWORDS }, | |
7585 | { "wxCloseEvent_SetLoggingOff", (PyCFunction) _wrap_wxCloseEvent_SetLoggingOff, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7586 | { "new_wxCloseEvent", (PyCFunction) _wrap_new_wxCloseEvent, METH_VARARGS | METH_KEYWORDS }, |
107e4716 | 7587 | { "wxSizeEvent_GetSize", (PyCFunction) _wrap_wxSizeEvent_GetSize, METH_VARARGS | METH_KEYWORDS }, |
167b96c2 | 7588 | { "new_wxSizeEvent", (PyCFunction) _wrap_new_wxSizeEvent, METH_VARARGS | METH_KEYWORDS }, |
07b2e1cd | 7589 | { "wxEvent_Clone", (PyCFunction) _wrap_wxEvent_Clone, METH_VARARGS | METH_KEYWORDS }, |
107e4716 RD |
7590 | { "wxEvent_Skip", (PyCFunction) _wrap_wxEvent_Skip, METH_VARARGS | METH_KEYWORDS }, |
7591 | { "wxEvent_SetTimestamp", (PyCFunction) _wrap_wxEvent_SetTimestamp, METH_VARARGS | METH_KEYWORDS }, | |
7592 | { "wxEvent_SetId", (PyCFunction) _wrap_wxEvent_SetId, METH_VARARGS | METH_KEYWORDS }, | |
7593 | { "wxEvent_SetEventType", (PyCFunction) _wrap_wxEvent_SetEventType, METH_VARARGS | METH_KEYWORDS }, | |
7594 | { "wxEvent_SetEventObject", (PyCFunction) _wrap_wxEvent_SetEventObject, METH_VARARGS | METH_KEYWORDS }, | |
7595 | { "wxEvent_GetTimestamp", (PyCFunction) _wrap_wxEvent_GetTimestamp, METH_VARARGS | METH_KEYWORDS }, | |
7596 | { "wxEvent_GetSkipped", (PyCFunction) _wrap_wxEvent_GetSkipped, METH_VARARGS | METH_KEYWORDS }, | |
7597 | { "wxEvent_GetId", (PyCFunction) _wrap_wxEvent_GetId, METH_VARARGS | METH_KEYWORDS }, | |
7598 | { "wxEvent_GetEventType", (PyCFunction) _wrap_wxEvent_GetEventType, METH_VARARGS | METH_KEYWORDS }, | |
7599 | { "wxEvent_GetEventObject", (PyCFunction) _wrap_wxEvent_GetEventObject, METH_VARARGS | METH_KEYWORDS }, | |
167b96c2 | 7600 | { "delete_wxEvent", (PyCFunction) _wrap_delete_wxEvent, METH_VARARGS | METH_KEYWORDS }, |
5e40f9dd | 7601 | { "wxNewEventType", (PyCFunction) _wrap_wxNewEventType, METH_VARARGS | METH_KEYWORDS }, |
70551f47 RD |
7602 | { NULL, NULL } |
7603 | }; | |
2d091820 RD |
7604 | #ifdef __cplusplus |
7605 | } | |
7606 | #endif | |
7607 | /* | |
7608 | * This table is used by the pointer type-checker | |
7609 | */ | |
7610 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
37f6a977 | 7611 | { "_wxEvent","_wxPyCommandEvent",SwigwxPyCommandEventTowxEvent}, |
2d091820 | 7612 | { "_wxEvent","_wxPyEvent",SwigwxPyEventTowxEvent}, |
cd096152 | 7613 | { "_wxEvent","_wxTextUrlEvent",SwigwxTextUrlEventTowxEvent}, |
f6bcfd97 | 7614 | { "_wxEvent","_wxTimerEvent",SwigwxTimerEventTowxEvent}, |
167b96c2 | 7615 | { "_wxEvent","_wxWindowDestroyEvent",SwigwxWindowDestroyEventTowxEvent}, |
167b96c2 | 7616 | { "_wxEvent","_wxWindowCreateEvent",SwigwxWindowCreateEventTowxEvent}, |
167b96c2 | 7617 | { "_wxEvent","_wxQueryNewPaletteEvent",SwigwxQueryNewPaletteEventTowxEvent}, |
167b96c2 | 7618 | { "_wxEvent","_wxPaletteChangedEvent",SwigwxPaletteChangedEventTowxEvent}, |
ef2060fa | 7619 | { "_wxEvent","_wxDisplayChangedEvent",SwigwxDisplayChangedEventTowxEvent}, |
37f6a977 | 7620 | { "_wxEvent","_wxNotifyEvent",SwigwxNotifyEventTowxEvent}, |
2d091820 | 7621 | { "_wxEvent","_wxSysColourChangedEvent",SwigwxSysColourChangedEventTowxEvent}, |
2d091820 | 7622 | { "_wxEvent","_wxUpdateUIEvent",SwigwxUpdateUIEventTowxEvent}, |
2d091820 | 7623 | { "_wxEvent","_wxIdleEvent",SwigwxIdleEventTowxEvent}, |
2d091820 | 7624 | { "_wxEvent","_wxDropFilesEvent",SwigwxDropFilesEventTowxEvent}, |
2d091820 | 7625 | { "_wxEvent","_wxJoystickEvent",SwigwxJoystickEventTowxEvent}, |
2d091820 | 7626 | { "_wxEvent","_wxMaximizeEvent",SwigwxMaximizeEventTowxEvent}, |
2d091820 | 7627 | { "_wxEvent","_wxIconizeEvent",SwigwxIconizeEventTowxEvent}, |
2d091820 | 7628 | { "_wxEvent","_wxShowEvent",SwigwxShowEventTowxEvent}, |
2d091820 | 7629 | { "_wxEvent","_wxMenuEvent",SwigwxMenuEventTowxEvent}, |
2d091820 | 7630 | { "_wxEvent","_wxInitDialogEvent",SwigwxInitDialogEventTowxEvent}, |
2d091820 | 7631 | { "_wxEvent","_wxActivateEvent",SwigwxActivateEventTowxEvent}, |
3e212503 | 7632 | { "_wxEvent","_wxChildFocusEvent",SwigwxChildFocusEventTowxEvent}, |
2d091820 | 7633 | { "_wxEvent","_wxFocusEvent",SwigwxFocusEventTowxEvent}, |
2d091820 | 7634 | { "_wxEvent","_wxEraseEvent",SwigwxEraseEventTowxEvent}, |
2d091820 | 7635 | { "_wxEvent","_wxPaintEvent",SwigwxPaintEventTowxEvent}, |
2d091820 | 7636 | { "_wxEvent","_wxMoveEvent",SwigwxMoveEventTowxEvent}, |
167b96c2 | 7637 | { "_wxEvent","_wxNavigationKeyEvent",SwigwxNavigationKeyEventTowxEvent}, |
2d091820 | 7638 | { "_wxEvent","_wxKeyEvent",SwigwxKeyEventTowxEvent}, |
94c16279 | 7639 | { "_wxEvent","_wxMouseCaptureChangedEvent",SwigwxMouseCaptureChangedEventTowxEvent}, |
2d091820 | 7640 | { "_wxEvent","_wxMouseEvent",SwigwxMouseEventTowxEvent}, |
2d091820 | 7641 | { "_wxEvent","_wxSpinEvent",SwigwxSpinEventTowxEvent}, |
9cce9de1 | 7642 | { "_wxEvent","_wxScrollWinEvent",SwigwxScrollWinEventTowxEvent}, |
2d091820 | 7643 | { "_wxEvent","_wxScrollEvent",SwigwxScrollEventTowxEvent}, |
2d091820 | 7644 | { "_wxEvent","_wxCommandEvent",SwigwxCommandEventTowxEvent}, |
2d091820 | 7645 | { "_wxEvent","_wxCloseEvent",SwigwxCloseEventTowxEvent}, |
2d091820 | 7646 | { "_wxEvent","_wxSizeEvent",SwigwxSizeEventTowxEvent}, |
2d091820 | 7647 | { "_signed_long","_long",0}, |
4120ef2b | 7648 | { "_wxPrintQuality","_wxCoord",0}, |
2d091820 RD |
7649 | { "_wxPrintQuality","_int",0}, |
7650 | { "_wxPrintQuality","_signed_int",0}, | |
7651 | { "_wxPrintQuality","_unsigned_int",0}, | |
7652 | { "_wxPrintQuality","_wxWindowID",0}, | |
7653 | { "_wxPrintQuality","_uint",0}, | |
7654 | { "_wxPrintQuality","_EBool",0}, | |
7655 | { "_wxPrintQuality","_size_t",0}, | |
c368d904 | 7656 | { "_wxPrintQuality","_time_t",0}, |
2d091820 RD |
7657 | { "_byte","_unsigned_char",0}, |
7658 | { "_long","_unsigned_long",0}, | |
7659 | { "_long","_signed_long",0}, | |
4120ef2b | 7660 | { "_size_t","_wxCoord",0}, |
2d091820 | 7661 | { "_size_t","_wxPrintQuality",0}, |
c368d904 | 7662 | { "_size_t","_time_t",0}, |
2d091820 RD |
7663 | { "_size_t","_unsigned_int",0}, |
7664 | { "_size_t","_int",0}, | |
7665 | { "_size_t","_wxWindowID",0}, | |
7666 | { "_size_t","_uint",0}, | |
4120ef2b | 7667 | { "_uint","_wxCoord",0}, |
2d091820 | 7668 | { "_uint","_wxPrintQuality",0}, |
c368d904 | 7669 | { "_uint","_time_t",0}, |
2d091820 RD |
7670 | { "_uint","_size_t",0}, |
7671 | { "_uint","_unsigned_int",0}, | |
7672 | { "_uint","_int",0}, | |
7673 | { "_uint","_wxWindowID",0}, | |
f6bcfd97 | 7674 | { "_wxChar","_char",0}, |
37f6a977 | 7675 | { "_wxCommandEvent","_wxPyCommandEvent",SwigwxPyCommandEventTowxCommandEvent}, |
cd096152 | 7676 | { "_wxCommandEvent","_wxTextUrlEvent",SwigwxTextUrlEventTowxCommandEvent}, |
f6bcfd97 | 7677 | { "_wxCommandEvent","_wxWindowDestroyEvent",SwigwxWindowDestroyEventTowxCommandEvent}, |
f6bcfd97 | 7678 | { "_wxCommandEvent","_wxWindowCreateEvent",SwigwxWindowCreateEventTowxCommandEvent}, |
2d091820 | 7679 | { "_wxCommandEvent","_wxNotifyEvent",SwigwxNotifyEventTowxCommandEvent}, |
3e212503 | 7680 | { "_wxCommandEvent","_wxChildFocusEvent",SwigwxChildFocusEventTowxCommandEvent}, |
2d091820 | 7681 | { "_wxCommandEvent","_wxSpinEvent",SwigwxSpinEventTowxCommandEvent}, |
2d091820 | 7682 | { "_wxCommandEvent","_wxScrollEvent",SwigwxScrollEventTowxCommandEvent}, |
f6bcfd97 | 7683 | { "_char","_wxChar",0}, |
65191ae8 | 7684 | { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0}, |
2d091820 | 7685 | { "_wxScrollEvent","_wxSpinEvent",SwigwxSpinEventTowxScrollEvent}, |
4120ef2b | 7686 | { "_EBool","_wxCoord",0}, |
2d091820 RD |
7687 | { "_EBool","_wxPrintQuality",0}, |
7688 | { "_EBool","_signed_int",0}, | |
7689 | { "_EBool","_int",0}, | |
7690 | { "_EBool","_wxWindowID",0}, | |
2d091820 | 7691 | { "_unsigned_long","_long",0}, |
65191ae8 | 7692 | { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0}, |
4120ef2b | 7693 | { "_signed_int","_wxCoord",0}, |
2d091820 RD |
7694 | { "_signed_int","_wxPrintQuality",0}, |
7695 | { "_signed_int","_EBool",0}, | |
7696 | { "_signed_int","_wxWindowID",0}, | |
7697 | { "_signed_int","_int",0}, | |
2d091820 RD |
7698 | { "_WXTYPE","_short",0}, |
7699 | { "_WXTYPE","_signed_short",0}, | |
7700 | { "_WXTYPE","_unsigned_short",0}, | |
7701 | { "_unsigned_short","_WXTYPE",0}, | |
7702 | { "_unsigned_short","_short",0}, | |
9df61a29 | 7703 | { "_wxObject","_wxPyCommandEvent",SwigwxPyCommandEventTowxObject}, |
9df61a29 | 7704 | { "_wxObject","_wxPyEvent",SwigwxPyEventTowxObject}, |
cd096152 | 7705 | { "_wxObject","_wxTextUrlEvent",SwigwxTextUrlEventTowxObject}, |
9df61a29 | 7706 | { "_wxObject","_wxTimerEvent",SwigwxTimerEventTowxObject}, |
9df61a29 | 7707 | { "_wxObject","_wxWindowDestroyEvent",SwigwxWindowDestroyEventTowxObject}, |
9df61a29 | 7708 | { "_wxObject","_wxWindowCreateEvent",SwigwxWindowCreateEventTowxObject}, |
9df61a29 | 7709 | { "_wxObject","_wxQueryNewPaletteEvent",SwigwxQueryNewPaletteEventTowxObject}, |
9df61a29 | 7710 | { "_wxObject","_wxPaletteChangedEvent",SwigwxPaletteChangedEventTowxObject}, |
ef2060fa | 7711 | { "_wxObject","_wxDisplayChangedEvent",SwigwxDisplayChangedEventTowxObject}, |
9df61a29 | 7712 | { "_wxObject","_wxNotifyEvent",SwigwxNotifyEventTowxObject}, |
9df61a29 | 7713 | { "_wxObject","_wxSysColourChangedEvent",SwigwxSysColourChangedEventTowxObject}, |
9df61a29 | 7714 | { "_wxObject","_wxUpdateUIEvent",SwigwxUpdateUIEventTowxObject}, |
9df61a29 | 7715 | { "_wxObject","_wxIdleEvent",SwigwxIdleEventTowxObject}, |
9df61a29 | 7716 | { "_wxObject","_wxDropFilesEvent",SwigwxDropFilesEventTowxObject}, |
9df61a29 | 7717 | { "_wxObject","_wxJoystickEvent",SwigwxJoystickEventTowxObject}, |
9df61a29 | 7718 | { "_wxObject","_wxMaximizeEvent",SwigwxMaximizeEventTowxObject}, |
9df61a29 | 7719 | { "_wxObject","_wxIconizeEvent",SwigwxIconizeEventTowxObject}, |
9df61a29 | 7720 | { "_wxObject","_wxShowEvent",SwigwxShowEventTowxObject}, |
9df61a29 | 7721 | { "_wxObject","_wxMenuEvent",SwigwxMenuEventTowxObject}, |
9df61a29 | 7722 | { "_wxObject","_wxInitDialogEvent",SwigwxInitDialogEventTowxObject}, |
9df61a29 | 7723 | { "_wxObject","_wxActivateEvent",SwigwxActivateEventTowxObject}, |
3e212503 | 7724 | { "_wxObject","_wxChildFocusEvent",SwigwxChildFocusEventTowxObject}, |
9df61a29 | 7725 | { "_wxObject","_wxFocusEvent",SwigwxFocusEventTowxObject}, |
9df61a29 | 7726 | { "_wxObject","_wxEraseEvent",SwigwxEraseEventTowxObject}, |
9df61a29 | 7727 | { "_wxObject","_wxPaintEvent",SwigwxPaintEventTowxObject}, |
9df61a29 | 7728 | { "_wxObject","_wxMoveEvent",SwigwxMoveEventTowxObject}, |
9df61a29 | 7729 | { "_wxObject","_wxNavigationKeyEvent",SwigwxNavigationKeyEventTowxObject}, |
9df61a29 | 7730 | { "_wxObject","_wxKeyEvent",SwigwxKeyEventTowxObject}, |
94c16279 | 7731 | { "_wxObject","_wxMouseCaptureChangedEvent",SwigwxMouseCaptureChangedEventTowxObject}, |
9df61a29 | 7732 | { "_wxObject","_wxMouseEvent",SwigwxMouseEventTowxObject}, |
9df61a29 | 7733 | { "_wxObject","_wxSpinEvent",SwigwxSpinEventTowxObject}, |
9df61a29 | 7734 | { "_wxObject","_wxScrollWinEvent",SwigwxScrollWinEventTowxObject}, |
9df61a29 | 7735 | { "_wxObject","_wxScrollEvent",SwigwxScrollEventTowxObject}, |
9df61a29 | 7736 | { "_wxObject","_wxCommandEvent",SwigwxCommandEventTowxObject}, |
9df61a29 | 7737 | { "_wxObject","_wxCloseEvent",SwigwxCloseEventTowxObject}, |
9df61a29 | 7738 | { "_wxObject","_wxSizeEvent",SwigwxSizeEventTowxObject}, |
9df61a29 | 7739 | { "_wxObject","_wxEvent",SwigwxEventTowxObject}, |
2d091820 RD |
7740 | { "_signed_short","_WXTYPE",0}, |
7741 | { "_signed_short","_short",0}, | |
2d091820 | 7742 | { "_unsigned_char","_byte",0}, |
4120ef2b | 7743 | { "_unsigned_int","_wxCoord",0}, |
2d091820 | 7744 | { "_unsigned_int","_wxPrintQuality",0}, |
c368d904 | 7745 | { "_unsigned_int","_time_t",0}, |
2d091820 RD |
7746 | { "_unsigned_int","_size_t",0}, |
7747 | { "_unsigned_int","_uint",0}, | |
7748 | { "_unsigned_int","_wxWindowID",0}, | |
7749 | { "_unsigned_int","_int",0}, | |
7750 | { "_short","_WXTYPE",0}, | |
7751 | { "_short","_unsigned_short",0}, | |
7752 | { "_short","_signed_short",0}, | |
4120ef2b | 7753 | { "_wxWindowID","_wxCoord",0}, |
2d091820 | 7754 | { "_wxWindowID","_wxPrintQuality",0}, |
c368d904 | 7755 | { "_wxWindowID","_time_t",0}, |
2d091820 RD |
7756 | { "_wxWindowID","_size_t",0}, |
7757 | { "_wxWindowID","_EBool",0}, | |
7758 | { "_wxWindowID","_uint",0}, | |
7759 | { "_wxWindowID","_int",0}, | |
7760 | { "_wxWindowID","_signed_int",0}, | |
7761 | { "_wxWindowID","_unsigned_int",0}, | |
4120ef2b | 7762 | { "_int","_wxCoord",0}, |
2d091820 | 7763 | { "_int","_wxPrintQuality",0}, |
c368d904 | 7764 | { "_int","_time_t",0}, |
2d091820 RD |
7765 | { "_int","_size_t",0}, |
7766 | { "_int","_EBool",0}, | |
7767 | { "_int","_uint",0}, | |
7768 | { "_int","_wxWindowID",0}, | |
7769 | { "_int","_unsigned_int",0}, | |
7770 | { "_int","_signed_int",0}, | |
c368d904 RD |
7771 | { "_time_t","_wxCoord",0}, |
7772 | { "_time_t","_wxPrintQuality",0}, | |
7773 | { "_time_t","_unsigned_int",0}, | |
7774 | { "_time_t","_int",0}, | |
7775 | { "_time_t","_wxWindowID",0}, | |
7776 | { "_time_t","_uint",0}, | |
7777 | { "_time_t","_size_t",0}, | |
4120ef2b RD |
7778 | { "_wxCoord","_int",0}, |
7779 | { "_wxCoord","_signed_int",0}, | |
7780 | { "_wxCoord","_unsigned_int",0}, | |
7781 | { "_wxCoord","_wxWindowID",0}, | |
7782 | { "_wxCoord","_uint",0}, | |
7783 | { "_wxCoord","_EBool",0}, | |
7784 | { "_wxCoord","_size_t",0}, | |
c368d904 | 7785 | { "_wxCoord","_time_t",0}, |
4120ef2b | 7786 | { "_wxCoord","_wxPrintQuality",0}, |
2d091820 RD |
7787 | {0,0,0}}; |
7788 | ||
70551f47 RD |
7789 | static PyObject *SWIG_globals; |
7790 | #ifdef __cplusplus | |
7791 | extern "C" | |
7792 | #endif | |
2d091820 | 7793 | SWIGEXPORT(void) initeventsc() { |
70551f47 RD |
7794 | PyObject *m, *d; |
7795 | SWIG_globals = SWIG_newvarlink(); | |
7796 | m = Py_InitModule("eventsc", eventscMethods); | |
7797 | d = PyModule_GetDict(m); | |
2d091820 RD |
7798 | { |
7799 | int i; | |
7800 | for (i = 0; _swig_mapping[i].n1; i++) | |
7801 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
7802 | } | |
70551f47 | 7803 | } |