]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * FILE : src/gtk/controls2.cpp | |
3 | * | |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
6 | * Version 1.1 (Build 883) | |
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 "Python.h" | |
23 | ||
24 | #include <string.h> | |
25 | #include <stdlib.h> | |
26 | /* Definitions for Windows/Unix exporting */ | |
27 | #if defined(__WIN32__) | |
28 | # if defined(_MSC_VER) | |
29 | # define SWIGEXPORT(a) __declspec(dllexport) a | |
30 | # else | |
31 | # if defined(__BORLANDC__) | |
32 | # define SWIGEXPORT(a) a _export | |
33 | # else | |
34 | # define SWIGEXPORT(a) a | |
35 | # endif | |
36 | # endif | |
37 | #else | |
38 | # define SWIGEXPORT(a) a | |
39 | #endif | |
40 | ||
41 | #ifdef __cplusplus | |
42 | extern "C" { | |
43 | #endif | |
44 | extern void SWIG_MakePtr(char *, void *, char *); | |
45 | extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); | |
46 | extern char *SWIG_GetPtr(char *, void **, char *); | |
47 | extern char *SWIG_GetPtrObj(PyObject *, void **, char *); | |
48 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); | |
49 | extern PyObject *SWIG_newvarlink(void); | |
50 | #ifdef __cplusplus | |
51 | } | |
52 | #endif | |
53 | #define SWIG_init initcontrols2c | |
54 | ||
55 | #define SWIG_name "controls2c" | |
56 | ||
57 | #include "helpers.h" | |
58 | #ifdef __WXMSW__ | |
59 | #include <windows.h> | |
60 | #endif | |
61 | #include <wx/listctrl.h> | |
62 | #include <wx/treectrl.h> | |
63 | #include <wx/imaglist.h> | |
64 | #include <wx/dirctrl.h> | |
65 | ||
66 | #include "pytree.h" | |
67 | ||
68 | ||
69 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
70 | PyObject* o2; | |
71 | PyObject* o3; | |
72 | ||
73 | if (!target) { | |
74 | target = o; | |
75 | } else if (target == Py_None) { | |
76 | Py_DECREF(Py_None); | |
77 | target = o; | |
78 | } else { | |
79 | if (!PyTuple_Check(target)) { | |
80 | o2 = target; | |
81 | target = PyTuple_New(1); | |
82 | PyTuple_SetItem(target, 0, o2); | |
83 | } | |
84 | o3 = PyTuple_New(1); | |
85 | PyTuple_SetItem(o3, 0, o); | |
86 | ||
87 | o2 = target; | |
88 | target = PySequence_Concat(o2, o3); | |
89 | Py_DECREF(o2); | |
90 | Py_DECREF(o3); | |
91 | } | |
92 | return target; | |
93 | } | |
94 | ||
95 | // Put some wx default wxChar* values into wxStrings. | |
96 | const wxChar* wxListCtrlNameStr = _T("wxListCtrl"); | |
97 | DECLARE_DEF_STRING(ListCtrlNameStr); | |
98 | ||
99 | const wxChar* wx_TreeCtrlNameStr = _T("wxTreeCtrl"); | |
100 | DECLARE_DEF_STRING(_TreeCtrlNameStr); | |
101 | DECLARE_DEF_STRING(DirDialogDefaultFolderStr); | |
102 | ||
103 | static const wxString wxPyEmptyString(wxT("")); | |
104 | ||
105 | static const long longzero = 0; | |
106 | // C++ Version of a Python aware class | |
107 | class wxPyListCtrl : public wxListCtrl { | |
108 | DECLARE_ABSTRACT_CLASS(wxPyListCtrl); | |
109 | public: | |
110 | wxPyListCtrl() : wxListCtrl() {} | |
111 | wxPyListCtrl(wxWindow* parent, wxWindowID id, | |
112 | const wxPoint& pos, | |
113 | const wxSize& size, | |
114 | long style, | |
115 | const wxValidator& validator, | |
116 | const wxString& name) : | |
117 | wxListCtrl(parent, id, pos, size, style, validator, name) {} | |
118 | ||
119 | bool Create(wxWindow* parent, wxWindowID id, | |
120 | const wxPoint& pos, | |
121 | const wxSize& size, | |
122 | long style, | |
123 | const wxValidator& validator, | |
124 | const wxString& name) { | |
125 | return wxListCtrl::Create(parent, id, pos, size, style, validator, name); | |
126 | } | |
127 | ||
128 | DEC_PYCALLBACK_STRING_LONGLONG(OnGetItemText); | |
129 | DEC_PYCALLBACK_INT_LONG(OnGetItemImage); | |
130 | DEC_PYCALLBACK_LISTATTR_LONG(OnGetItemAttr); | |
131 | ||
132 | PYPRIVATE; | |
133 | }; | |
134 | ||
135 | IMPLEMENT_ABSTRACT_CLASS(wxPyListCtrl, wxListCtrl); | |
136 | ||
137 | IMP_PYCALLBACK_STRING_LONGLONG(wxPyListCtrl, wxListCtrl, OnGetItemText); | |
138 | IMP_PYCALLBACK_INT_LONG(wxPyListCtrl, wxListCtrl, OnGetItemImage); | |
139 | IMP_PYCALLBACK_LISTATTR_LONG(wxPyListCtrl, wxListCtrl, OnGetItemAttr); | |
140 | // Python aware sorting function for wxPyListCtrl | |
141 | int wxCALLBACK wxPyListCtrl_SortItems(long item1, long item2, long funcPtr) { | |
142 | int retval = 0; | |
143 | PyObject* func = (PyObject*)funcPtr; | |
144 | wxPyBeginBlockThreads(); | |
145 | ||
146 | PyObject* args = Py_BuildValue("(ii)", item1, item2); | |
147 | PyObject* result = PyEval_CallObject(func, args); | |
148 | Py_DECREF(args); | |
149 | if (result) { | |
150 | retval = PyInt_AsLong(result); | |
151 | Py_DECREF(result); | |
152 | } | |
153 | ||
154 | wxPyEndBlockThreads(); | |
155 | return retval; | |
156 | } | |
157 | ||
158 | // C++ version of Python aware wxTreeCtrl | |
159 | class wxPyTreeCtrl : public wxTreeCtrl { | |
160 | DECLARE_ABSTRACT_CLASS(wxPyTreeCtrl); | |
161 | public: | |
162 | wxPyTreeCtrl() : wxTreeCtrl() {} | |
163 | wxPyTreeCtrl(wxWindow *parent, wxWindowID id, | |
164 | const wxPoint& pos, | |
165 | const wxSize& size, | |
166 | long style, | |
167 | const wxValidator& validator, | |
168 | const wxString& name) : | |
169 | wxTreeCtrl(parent, id, pos, size, style, validator, name) {} | |
170 | ||
171 | bool Create(wxWindow *parent, wxWindowID id, | |
172 | const wxPoint& pos, | |
173 | const wxSize& size, | |
174 | long style, | |
175 | const wxValidator& validator, | |
176 | const wxString& name) { | |
177 | return wxTreeCtrl::Create(parent, id, pos, size, style, validator, name); | |
178 | } | |
179 | ||
180 | ||
181 | int OnCompareItems(const wxTreeItemId& item1, | |
182 | const wxTreeItemId& item2) { | |
183 | int rval = 0; | |
184 | bool found; | |
185 | wxPyBeginBlockThreads(); | |
186 | if ((found = m_myInst.findCallback("OnCompareItems"))) { | |
187 | PyObject *o1 = wxPyConstructObject((void*)&item1, wxT("wxTreeItemId")); | |
188 | PyObject *o2 = wxPyConstructObject((void*)&item2, wxT("wxTreeItemId")); | |
189 | rval = m_myInst.callCallback(Py_BuildValue("(OO)",o1,o2)); | |
190 | Py_DECREF(o1); | |
191 | Py_DECREF(o2); | |
192 | } | |
193 | wxPyEndBlockThreads(); | |
194 | if (! found) | |
195 | rval = wxTreeCtrl::OnCompareItems(item1, item2); | |
196 | return rval; | |
197 | } | |
198 | PYPRIVATE; | |
199 | }; | |
200 | ||
201 | IMPLEMENT_ABSTRACT_CLASS(wxPyTreeCtrl, wxTreeCtrl); | |
202 | ||
203 | #ifdef __cplusplus | |
204 | extern "C" { | |
205 | #endif | |
206 | #define new_wxListItemAttr(_swigarg0,_swigarg1,_swigarg2) (new wxListItemAttr(_swigarg0,_swigarg1,_swigarg2)) | |
207 | static PyObject *_wrap_new_wxListItemAttr(PyObject *self, PyObject *args, PyObject *kwargs) { | |
208 | PyObject * _resultobj; | |
209 | wxListItemAttr * _result; | |
210 | wxColour * _arg0 = (wxColour *) &wxNullColour; | |
211 | wxColour * _arg1 = (wxColour *) &wxNullColour; | |
212 | wxFont * _arg2 = (wxFont *) &wxNullFont; | |
213 | wxColour temp; | |
214 | PyObject * _obj0 = 0; | |
215 | wxColour temp0; | |
216 | PyObject * _obj1 = 0; | |
217 | PyObject * _argo2 = 0; | |
218 | char *_kwnames[] = { "colText","colBack","font", NULL }; | |
219 | char _ptemp[128]; | |
220 | ||
221 | self = self; | |
222 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOO:new_wxListItemAttr",_kwnames,&_obj0,&_obj1,&_argo2)) | |
223 | return NULL; | |
224 | if (_obj0) | |
225 | { | |
226 | _arg0 = &temp; | |
227 | if (! wxColour_helper(_obj0, &_arg0)) | |
228 | return NULL; | |
229 | } | |
230 | if (_obj1) | |
231 | { | |
232 | _arg1 = &temp0; | |
233 | if (! wxColour_helper(_obj1, &_arg1)) | |
234 | return NULL; | |
235 | } | |
236 | if (_argo2) { | |
237 | if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxFont_p")) { | |
238 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxListItemAttr. Expected _wxFont_p."); | |
239 | return NULL; | |
240 | } | |
241 | } | |
242 | { | |
243 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
244 | _result = (wxListItemAttr *)new_wxListItemAttr(*_arg0,*_arg1,*_arg2); | |
245 | ||
246 | wxPyEndAllowThreads(__tstate); | |
247 | if (PyErr_Occurred()) return NULL; | |
248 | } if (_result) { | |
249 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxListItemAttr_p"); | |
250 | _resultobj = Py_BuildValue("s",_ptemp); | |
251 | } else { | |
252 | Py_INCREF(Py_None); | |
253 | _resultobj = Py_None; | |
254 | } | |
255 | return _resultobj; | |
256 | } | |
257 | ||
258 | #define wxListItemAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0)) | |
259 | static PyObject *_wrap_wxListItemAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
260 | PyObject * _resultobj; | |
261 | wxListItemAttr * _arg0; | |
262 | wxColour * _arg1; | |
263 | PyObject * _argo0 = 0; | |
264 | wxColour temp; | |
265 | PyObject * _obj1 = 0; | |
266 | char *_kwnames[] = { "self","colText", NULL }; | |
267 | ||
268 | self = self; | |
269 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListItemAttr_SetTextColour",_kwnames,&_argo0,&_obj1)) | |
270 | return NULL; | |
271 | if (_argo0) { | |
272 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
273 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
274 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_SetTextColour. Expected _wxListItemAttr_p."); | |
275 | return NULL; | |
276 | } | |
277 | } | |
278 | { | |
279 | _arg1 = &temp; | |
280 | if (! wxColour_helper(_obj1, &_arg1)) | |
281 | return NULL; | |
282 | } | |
283 | { | |
284 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
285 | wxListItemAttr_SetTextColour(_arg0,*_arg1); | |
286 | ||
287 | wxPyEndAllowThreads(__tstate); | |
288 | if (PyErr_Occurred()) return NULL; | |
289 | } Py_INCREF(Py_None); | |
290 | _resultobj = Py_None; | |
291 | return _resultobj; | |
292 | } | |
293 | ||
294 | #define wxListItemAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0)) | |
295 | static PyObject *_wrap_wxListItemAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
296 | PyObject * _resultobj; | |
297 | wxListItemAttr * _arg0; | |
298 | wxColour * _arg1; | |
299 | PyObject * _argo0 = 0; | |
300 | wxColour temp; | |
301 | PyObject * _obj1 = 0; | |
302 | char *_kwnames[] = { "self","colBack", NULL }; | |
303 | ||
304 | self = self; | |
305 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListItemAttr_SetBackgroundColour",_kwnames,&_argo0,&_obj1)) | |
306 | return NULL; | |
307 | if (_argo0) { | |
308 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
309 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
310 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_SetBackgroundColour. Expected _wxListItemAttr_p."); | |
311 | return NULL; | |
312 | } | |
313 | } | |
314 | { | |
315 | _arg1 = &temp; | |
316 | if (! wxColour_helper(_obj1, &_arg1)) | |
317 | return NULL; | |
318 | } | |
319 | { | |
320 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
321 | wxListItemAttr_SetBackgroundColour(_arg0,*_arg1); | |
322 | ||
323 | wxPyEndAllowThreads(__tstate); | |
324 | if (PyErr_Occurred()) return NULL; | |
325 | } Py_INCREF(Py_None); | |
326 | _resultobj = Py_None; | |
327 | return _resultobj; | |
328 | } | |
329 | ||
330 | #define wxListItemAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0)) | |
331 | static PyObject *_wrap_wxListItemAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
332 | PyObject * _resultobj; | |
333 | wxListItemAttr * _arg0; | |
334 | wxFont * _arg1; | |
335 | PyObject * _argo0 = 0; | |
336 | PyObject * _argo1 = 0; | |
337 | char *_kwnames[] = { "self","font", NULL }; | |
338 | ||
339 | self = self; | |
340 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListItemAttr_SetFont",_kwnames,&_argo0,&_argo1)) | |
341 | return NULL; | |
342 | if (_argo0) { | |
343 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
344 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
345 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_SetFont. Expected _wxListItemAttr_p."); | |
346 | return NULL; | |
347 | } | |
348 | } | |
349 | if (_argo1) { | |
350 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) { | |
351 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListItemAttr_SetFont. Expected _wxFont_p."); | |
352 | return NULL; | |
353 | } | |
354 | } | |
355 | { | |
356 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
357 | wxListItemAttr_SetFont(_arg0,*_arg1); | |
358 | ||
359 | wxPyEndAllowThreads(__tstate); | |
360 | if (PyErr_Occurred()) return NULL; | |
361 | } Py_INCREF(Py_None); | |
362 | _resultobj = Py_None; | |
363 | return _resultobj; | |
364 | } | |
365 | ||
366 | #define wxListItemAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour()) | |
367 | static PyObject *_wrap_wxListItemAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
368 | PyObject * _resultobj; | |
369 | bool _result; | |
370 | wxListItemAttr * _arg0; | |
371 | PyObject * _argo0 = 0; | |
372 | char *_kwnames[] = { "self", NULL }; | |
373 | ||
374 | self = self; | |
375 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItemAttr_HasTextColour",_kwnames,&_argo0)) | |
376 | return NULL; | |
377 | if (_argo0) { | |
378 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
379 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
380 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_HasTextColour. Expected _wxListItemAttr_p."); | |
381 | return NULL; | |
382 | } | |
383 | } | |
384 | { | |
385 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
386 | _result = (bool )wxListItemAttr_HasTextColour(_arg0); | |
387 | ||
388 | wxPyEndAllowThreads(__tstate); | |
389 | if (PyErr_Occurred()) return NULL; | |
390 | } _resultobj = Py_BuildValue("i",_result); | |
391 | return _resultobj; | |
392 | } | |
393 | ||
394 | #define wxListItemAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour()) | |
395 | static PyObject *_wrap_wxListItemAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
396 | PyObject * _resultobj; | |
397 | bool _result; | |
398 | wxListItemAttr * _arg0; | |
399 | PyObject * _argo0 = 0; | |
400 | char *_kwnames[] = { "self", NULL }; | |
401 | ||
402 | self = self; | |
403 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItemAttr_HasBackgroundColour",_kwnames,&_argo0)) | |
404 | return NULL; | |
405 | if (_argo0) { | |
406 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
407 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
408 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_HasBackgroundColour. Expected _wxListItemAttr_p."); | |
409 | return NULL; | |
410 | } | |
411 | } | |
412 | { | |
413 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
414 | _result = (bool )wxListItemAttr_HasBackgroundColour(_arg0); | |
415 | ||
416 | wxPyEndAllowThreads(__tstate); | |
417 | if (PyErr_Occurred()) return NULL; | |
418 | } _resultobj = Py_BuildValue("i",_result); | |
419 | return _resultobj; | |
420 | } | |
421 | ||
422 | #define wxListItemAttr_HasFont(_swigobj) (_swigobj->HasFont()) | |
423 | static PyObject *_wrap_wxListItemAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
424 | PyObject * _resultobj; | |
425 | bool _result; | |
426 | wxListItemAttr * _arg0; | |
427 | PyObject * _argo0 = 0; | |
428 | char *_kwnames[] = { "self", NULL }; | |
429 | ||
430 | self = self; | |
431 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItemAttr_HasFont",_kwnames,&_argo0)) | |
432 | return NULL; | |
433 | if (_argo0) { | |
434 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
435 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
436 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_HasFont. Expected _wxListItemAttr_p."); | |
437 | return NULL; | |
438 | } | |
439 | } | |
440 | { | |
441 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
442 | _result = (bool )wxListItemAttr_HasFont(_arg0); | |
443 | ||
444 | wxPyEndAllowThreads(__tstate); | |
445 | if (PyErr_Occurred()) return NULL; | |
446 | } _resultobj = Py_BuildValue("i",_result); | |
447 | return _resultobj; | |
448 | } | |
449 | ||
450 | #define wxListItemAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour()) | |
451 | static PyObject *_wrap_wxListItemAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
452 | PyObject * _resultobj; | |
453 | wxColour * _result; | |
454 | wxListItemAttr * _arg0; | |
455 | PyObject * _argo0 = 0; | |
456 | char *_kwnames[] = { "self", NULL }; | |
457 | char _ptemp[128]; | |
458 | ||
459 | self = self; | |
460 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItemAttr_GetTextColour",_kwnames,&_argo0)) | |
461 | return NULL; | |
462 | if (_argo0) { | |
463 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
464 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
465 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_GetTextColour. Expected _wxListItemAttr_p."); | |
466 | return NULL; | |
467 | } | |
468 | } | |
469 | { | |
470 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
471 | _result = new wxColour (wxListItemAttr_GetTextColour(_arg0)); | |
472 | ||
473 | wxPyEndAllowThreads(__tstate); | |
474 | if (PyErr_Occurred()) return NULL; | |
475 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
476 | _resultobj = Py_BuildValue("s",_ptemp); | |
477 | return _resultobj; | |
478 | } | |
479 | ||
480 | #define wxListItemAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour()) | |
481 | static PyObject *_wrap_wxListItemAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
482 | PyObject * _resultobj; | |
483 | wxColour * _result; | |
484 | wxListItemAttr * _arg0; | |
485 | PyObject * _argo0 = 0; | |
486 | char *_kwnames[] = { "self", NULL }; | |
487 | char _ptemp[128]; | |
488 | ||
489 | self = self; | |
490 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItemAttr_GetBackgroundColour",_kwnames,&_argo0)) | |
491 | return NULL; | |
492 | if (_argo0) { | |
493 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
494 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
495 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_GetBackgroundColour. Expected _wxListItemAttr_p."); | |
496 | return NULL; | |
497 | } | |
498 | } | |
499 | { | |
500 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
501 | _result = new wxColour (wxListItemAttr_GetBackgroundColour(_arg0)); | |
502 | ||
503 | wxPyEndAllowThreads(__tstate); | |
504 | if (PyErr_Occurred()) return NULL; | |
505 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
506 | _resultobj = Py_BuildValue("s",_ptemp); | |
507 | return _resultobj; | |
508 | } | |
509 | ||
510 | #define wxListItemAttr_GetFont(_swigobj) (_swigobj->GetFont()) | |
511 | static PyObject *_wrap_wxListItemAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
512 | PyObject * _resultobj; | |
513 | wxFont * _result; | |
514 | wxListItemAttr * _arg0; | |
515 | PyObject * _argo0 = 0; | |
516 | char *_kwnames[] = { "self", NULL }; | |
517 | char _ptemp[128]; | |
518 | ||
519 | self = self; | |
520 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItemAttr_GetFont",_kwnames,&_argo0)) | |
521 | return NULL; | |
522 | if (_argo0) { | |
523 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
524 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItemAttr_p")) { | |
525 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItemAttr_GetFont. Expected _wxListItemAttr_p."); | |
526 | return NULL; | |
527 | } | |
528 | } | |
529 | { | |
530 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
531 | _result = new wxFont (wxListItemAttr_GetFont(_arg0)); | |
532 | ||
533 | wxPyEndAllowThreads(__tstate); | |
534 | if (PyErr_Occurred()) return NULL; | |
535 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxFont_p"); | |
536 | _resultobj = Py_BuildValue("s",_ptemp); | |
537 | return _resultobj; | |
538 | } | |
539 | ||
540 | static void *SwigwxListItemTowxObject(void *ptr) { | |
541 | wxListItem *src; | |
542 | wxObject *dest; | |
543 | src = (wxListItem *) ptr; | |
544 | dest = (wxObject *) src; | |
545 | return (void *) dest; | |
546 | } | |
547 | ||
548 | #define new_wxListItem() (new wxListItem()) | |
549 | static PyObject *_wrap_new_wxListItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
550 | PyObject * _resultobj; | |
551 | wxListItem * _result; | |
552 | char *_kwnames[] = { NULL }; | |
553 | char _ptemp[128]; | |
554 | ||
555 | self = self; | |
556 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxListItem",_kwnames)) | |
557 | return NULL; | |
558 | { | |
559 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
560 | _result = (wxListItem *)new_wxListItem(); | |
561 | ||
562 | wxPyEndAllowThreads(__tstate); | |
563 | if (PyErr_Occurred()) return NULL; | |
564 | } if (_result) { | |
565 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxListItem_p"); | |
566 | _resultobj = Py_BuildValue("s",_ptemp); | |
567 | } else { | |
568 | Py_INCREF(Py_None); | |
569 | _resultobj = Py_None; | |
570 | } | |
571 | return _resultobj; | |
572 | } | |
573 | ||
574 | #define delete_wxListItem(_swigobj) (delete _swigobj) | |
575 | static PyObject *_wrap_delete_wxListItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
576 | PyObject * _resultobj; | |
577 | wxListItem * _arg0; | |
578 | PyObject * _argo0 = 0; | |
579 | char *_kwnames[] = { "self", NULL }; | |
580 | ||
581 | self = self; | |
582 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxListItem",_kwnames,&_argo0)) | |
583 | return NULL; | |
584 | if (_argo0) { | |
585 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
586 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
587 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxListItem. Expected _wxListItem_p."); | |
588 | return NULL; | |
589 | } | |
590 | } | |
591 | { | |
592 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
593 | delete_wxListItem(_arg0); | |
594 | ||
595 | wxPyEndAllowThreads(__tstate); | |
596 | if (PyErr_Occurred()) return NULL; | |
597 | } Py_INCREF(Py_None); | |
598 | _resultobj = Py_None; | |
599 | return _resultobj; | |
600 | } | |
601 | ||
602 | #define wxListItem_Clear(_swigobj) (_swigobj->Clear()) | |
603 | static PyObject *_wrap_wxListItem_Clear(PyObject *self, PyObject *args, PyObject *kwargs) { | |
604 | PyObject * _resultobj; | |
605 | wxListItem * _arg0; | |
606 | PyObject * _argo0 = 0; | |
607 | char *_kwnames[] = { "self", NULL }; | |
608 | ||
609 | self = self; | |
610 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_Clear",_kwnames,&_argo0)) | |
611 | return NULL; | |
612 | if (_argo0) { | |
613 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
614 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
615 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_Clear. Expected _wxListItem_p."); | |
616 | return NULL; | |
617 | } | |
618 | } | |
619 | { | |
620 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
621 | wxListItem_Clear(_arg0); | |
622 | ||
623 | wxPyEndAllowThreads(__tstate); | |
624 | if (PyErr_Occurred()) return NULL; | |
625 | } Py_INCREF(Py_None); | |
626 | _resultobj = Py_None; | |
627 | return _resultobj; | |
628 | } | |
629 | ||
630 | #define wxListItem_ClearAttributes(_swigobj) (_swigobj->ClearAttributes()) | |
631 | static PyObject *_wrap_wxListItem_ClearAttributes(PyObject *self, PyObject *args, PyObject *kwargs) { | |
632 | PyObject * _resultobj; | |
633 | wxListItem * _arg0; | |
634 | PyObject * _argo0 = 0; | |
635 | char *_kwnames[] = { "self", NULL }; | |
636 | ||
637 | self = self; | |
638 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_ClearAttributes",_kwnames,&_argo0)) | |
639 | return NULL; | |
640 | if (_argo0) { | |
641 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
642 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
643 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_ClearAttributes. Expected _wxListItem_p."); | |
644 | return NULL; | |
645 | } | |
646 | } | |
647 | { | |
648 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
649 | wxListItem_ClearAttributes(_arg0); | |
650 | ||
651 | wxPyEndAllowThreads(__tstate); | |
652 | if (PyErr_Occurred()) return NULL; | |
653 | } Py_INCREF(Py_None); | |
654 | _resultobj = Py_None; | |
655 | return _resultobj; | |
656 | } | |
657 | ||
658 | #define wxListItem_SetMask(_swigobj,_swigarg0) (_swigobj->SetMask(_swigarg0)) | |
659 | static PyObject *_wrap_wxListItem_SetMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
660 | PyObject * _resultobj; | |
661 | wxListItem * _arg0; | |
662 | long _arg1; | |
663 | PyObject * _argo0 = 0; | |
664 | char *_kwnames[] = { "self","mask", NULL }; | |
665 | ||
666 | self = self; | |
667 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_SetMask",_kwnames,&_argo0,&_arg1)) | |
668 | return NULL; | |
669 | if (_argo0) { | |
670 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
671 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
672 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetMask. Expected _wxListItem_p."); | |
673 | return NULL; | |
674 | } | |
675 | } | |
676 | { | |
677 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
678 | wxListItem_SetMask(_arg0,_arg1); | |
679 | ||
680 | wxPyEndAllowThreads(__tstate); | |
681 | if (PyErr_Occurred()) return NULL; | |
682 | } Py_INCREF(Py_None); | |
683 | _resultobj = Py_None; | |
684 | return _resultobj; | |
685 | } | |
686 | ||
687 | #define wxListItem_SetId(_swigobj,_swigarg0) (_swigobj->SetId(_swigarg0)) | |
688 | static PyObject *_wrap_wxListItem_SetId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
689 | PyObject * _resultobj; | |
690 | wxListItem * _arg0; | |
691 | long _arg1; | |
692 | PyObject * _argo0 = 0; | |
693 | char *_kwnames[] = { "self","id", NULL }; | |
694 | ||
695 | self = self; | |
696 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_SetId",_kwnames,&_argo0,&_arg1)) | |
697 | return NULL; | |
698 | if (_argo0) { | |
699 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
700 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
701 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetId. Expected _wxListItem_p."); | |
702 | return NULL; | |
703 | } | |
704 | } | |
705 | { | |
706 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
707 | wxListItem_SetId(_arg0,_arg1); | |
708 | ||
709 | wxPyEndAllowThreads(__tstate); | |
710 | if (PyErr_Occurred()) return NULL; | |
711 | } Py_INCREF(Py_None); | |
712 | _resultobj = Py_None; | |
713 | return _resultobj; | |
714 | } | |
715 | ||
716 | #define wxListItem_SetColumn(_swigobj,_swigarg0) (_swigobj->SetColumn(_swigarg0)) | |
717 | static PyObject *_wrap_wxListItem_SetColumn(PyObject *self, PyObject *args, PyObject *kwargs) { | |
718 | PyObject * _resultobj; | |
719 | wxListItem * _arg0; | |
720 | int _arg1; | |
721 | PyObject * _argo0 = 0; | |
722 | char *_kwnames[] = { "self","col", NULL }; | |
723 | ||
724 | self = self; | |
725 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListItem_SetColumn",_kwnames,&_argo0,&_arg1)) | |
726 | return NULL; | |
727 | if (_argo0) { | |
728 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
729 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
730 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetColumn. Expected _wxListItem_p."); | |
731 | return NULL; | |
732 | } | |
733 | } | |
734 | { | |
735 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
736 | wxListItem_SetColumn(_arg0,_arg1); | |
737 | ||
738 | wxPyEndAllowThreads(__tstate); | |
739 | if (PyErr_Occurred()) return NULL; | |
740 | } Py_INCREF(Py_None); | |
741 | _resultobj = Py_None; | |
742 | return _resultobj; | |
743 | } | |
744 | ||
745 | #define wxListItem_SetState(_swigobj,_swigarg0) (_swigobj->SetState(_swigarg0)) | |
746 | static PyObject *_wrap_wxListItem_SetState(PyObject *self, PyObject *args, PyObject *kwargs) { | |
747 | PyObject * _resultobj; | |
748 | wxListItem * _arg0; | |
749 | long _arg1; | |
750 | PyObject * _argo0 = 0; | |
751 | char *_kwnames[] = { "self","state", NULL }; | |
752 | ||
753 | self = self; | |
754 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_SetState",_kwnames,&_argo0,&_arg1)) | |
755 | return NULL; | |
756 | if (_argo0) { | |
757 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
758 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
759 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetState. Expected _wxListItem_p."); | |
760 | return NULL; | |
761 | } | |
762 | } | |
763 | { | |
764 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
765 | wxListItem_SetState(_arg0,_arg1); | |
766 | ||
767 | wxPyEndAllowThreads(__tstate); | |
768 | if (PyErr_Occurred()) return NULL; | |
769 | } Py_INCREF(Py_None); | |
770 | _resultobj = Py_None; | |
771 | return _resultobj; | |
772 | } | |
773 | ||
774 | #define wxListItem_SetStateMask(_swigobj,_swigarg0) (_swigobj->SetStateMask(_swigarg0)) | |
775 | static PyObject *_wrap_wxListItem_SetStateMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
776 | PyObject * _resultobj; | |
777 | wxListItem * _arg0; | |
778 | long _arg1; | |
779 | PyObject * _argo0 = 0; | |
780 | char *_kwnames[] = { "self","stateMask", NULL }; | |
781 | ||
782 | self = self; | |
783 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_SetStateMask",_kwnames,&_argo0,&_arg1)) | |
784 | return NULL; | |
785 | if (_argo0) { | |
786 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
787 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
788 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetStateMask. Expected _wxListItem_p."); | |
789 | return NULL; | |
790 | } | |
791 | } | |
792 | { | |
793 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
794 | wxListItem_SetStateMask(_arg0,_arg1); | |
795 | ||
796 | wxPyEndAllowThreads(__tstate); | |
797 | if (PyErr_Occurred()) return NULL; | |
798 | } Py_INCREF(Py_None); | |
799 | _resultobj = Py_None; | |
800 | return _resultobj; | |
801 | } | |
802 | ||
803 | #define wxListItem_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0)) | |
804 | static PyObject *_wrap_wxListItem_SetText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
805 | PyObject * _resultobj; | |
806 | wxListItem * _arg0; | |
807 | wxString * _arg1; | |
808 | PyObject * _argo0 = 0; | |
809 | PyObject * _obj1 = 0; | |
810 | char *_kwnames[] = { "self","text", NULL }; | |
811 | ||
812 | self = self; | |
813 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListItem_SetText",_kwnames,&_argo0,&_obj1)) | |
814 | return NULL; | |
815 | if (_argo0) { | |
816 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
817 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
818 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetText. Expected _wxListItem_p."); | |
819 | return NULL; | |
820 | } | |
821 | } | |
822 | { | |
823 | _arg1 = wxString_in_helper(_obj1); | |
824 | if (_arg1 == NULL) | |
825 | return NULL; | |
826 | } | |
827 | { | |
828 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
829 | wxListItem_SetText(_arg0,*_arg1); | |
830 | ||
831 | wxPyEndAllowThreads(__tstate); | |
832 | if (PyErr_Occurred()) return NULL; | |
833 | } Py_INCREF(Py_None); | |
834 | _resultobj = Py_None; | |
835 | { | |
836 | if (_obj1) | |
837 | delete _arg1; | |
838 | } | |
839 | return _resultobj; | |
840 | } | |
841 | ||
842 | #define wxListItem_SetImage(_swigobj,_swigarg0) (_swigobj->SetImage(_swigarg0)) | |
843 | static PyObject *_wrap_wxListItem_SetImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
844 | PyObject * _resultobj; | |
845 | wxListItem * _arg0; | |
846 | int _arg1; | |
847 | PyObject * _argo0 = 0; | |
848 | char *_kwnames[] = { "self","image", NULL }; | |
849 | ||
850 | self = self; | |
851 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListItem_SetImage",_kwnames,&_argo0,&_arg1)) | |
852 | return NULL; | |
853 | if (_argo0) { | |
854 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
855 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
856 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetImage. Expected _wxListItem_p."); | |
857 | return NULL; | |
858 | } | |
859 | } | |
860 | { | |
861 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
862 | wxListItem_SetImage(_arg0,_arg1); | |
863 | ||
864 | wxPyEndAllowThreads(__tstate); | |
865 | if (PyErr_Occurred()) return NULL; | |
866 | } Py_INCREF(Py_None); | |
867 | _resultobj = Py_None; | |
868 | return _resultobj; | |
869 | } | |
870 | ||
871 | #define wxListItem_SetData(_swigobj,_swigarg0) (_swigobj->SetData(_swigarg0)) | |
872 | static PyObject *_wrap_wxListItem_SetData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
873 | PyObject * _resultobj; | |
874 | wxListItem * _arg0; | |
875 | long _arg1; | |
876 | PyObject * _argo0 = 0; | |
877 | char *_kwnames[] = { "self","data", NULL }; | |
878 | ||
879 | self = self; | |
880 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_SetData",_kwnames,&_argo0,&_arg1)) | |
881 | return NULL; | |
882 | if (_argo0) { | |
883 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
884 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
885 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetData. Expected _wxListItem_p."); | |
886 | return NULL; | |
887 | } | |
888 | } | |
889 | { | |
890 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
891 | wxListItem_SetData(_arg0,_arg1); | |
892 | ||
893 | wxPyEndAllowThreads(__tstate); | |
894 | if (PyErr_Occurred()) return NULL; | |
895 | } Py_INCREF(Py_None); | |
896 | _resultobj = Py_None; | |
897 | return _resultobj; | |
898 | } | |
899 | ||
900 | #define wxListItem_SetWidth(_swigobj,_swigarg0) (_swigobj->SetWidth(_swigarg0)) | |
901 | static PyObject *_wrap_wxListItem_SetWidth(PyObject *self, PyObject *args, PyObject *kwargs) { | |
902 | PyObject * _resultobj; | |
903 | wxListItem * _arg0; | |
904 | int _arg1; | |
905 | PyObject * _argo0 = 0; | |
906 | char *_kwnames[] = { "self","width", NULL }; | |
907 | ||
908 | self = self; | |
909 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListItem_SetWidth",_kwnames,&_argo0,&_arg1)) | |
910 | return NULL; | |
911 | if (_argo0) { | |
912 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
913 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
914 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetWidth. Expected _wxListItem_p."); | |
915 | return NULL; | |
916 | } | |
917 | } | |
918 | { | |
919 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
920 | wxListItem_SetWidth(_arg0,_arg1); | |
921 | ||
922 | wxPyEndAllowThreads(__tstate); | |
923 | if (PyErr_Occurred()) return NULL; | |
924 | } Py_INCREF(Py_None); | |
925 | _resultobj = Py_None; | |
926 | return _resultobj; | |
927 | } | |
928 | ||
929 | #define wxListItem_SetAlign(_swigobj,_swigarg0) (_swigobj->SetAlign(_swigarg0)) | |
930 | static PyObject *_wrap_wxListItem_SetAlign(PyObject *self, PyObject *args, PyObject *kwargs) { | |
931 | PyObject * _resultobj; | |
932 | wxListItem * _arg0; | |
933 | wxListColumnFormat _arg1; | |
934 | PyObject * _argo0 = 0; | |
935 | char *_kwnames[] = { "self","align", NULL }; | |
936 | ||
937 | self = self; | |
938 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListItem_SetAlign",_kwnames,&_argo0,&_arg1)) | |
939 | return NULL; | |
940 | if (_argo0) { | |
941 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
942 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
943 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetAlign. Expected _wxListItem_p."); | |
944 | return NULL; | |
945 | } | |
946 | } | |
947 | { | |
948 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
949 | wxListItem_SetAlign(_arg0,_arg1); | |
950 | ||
951 | wxPyEndAllowThreads(__tstate); | |
952 | if (PyErr_Occurred()) return NULL; | |
953 | } Py_INCREF(Py_None); | |
954 | _resultobj = Py_None; | |
955 | return _resultobj; | |
956 | } | |
957 | ||
958 | #define wxListItem_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0)) | |
959 | static PyObject *_wrap_wxListItem_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
960 | PyObject * _resultobj; | |
961 | wxListItem * _arg0; | |
962 | wxColour * _arg1; | |
963 | PyObject * _argo0 = 0; | |
964 | wxColour temp; | |
965 | PyObject * _obj1 = 0; | |
966 | char *_kwnames[] = { "self","colText", NULL }; | |
967 | ||
968 | self = self; | |
969 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListItem_SetTextColour",_kwnames,&_argo0,&_obj1)) | |
970 | return NULL; | |
971 | if (_argo0) { | |
972 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
973 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
974 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetTextColour. Expected _wxListItem_p."); | |
975 | return NULL; | |
976 | } | |
977 | } | |
978 | { | |
979 | _arg1 = &temp; | |
980 | if (! wxColour_helper(_obj1, &_arg1)) | |
981 | return NULL; | |
982 | } | |
983 | { | |
984 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
985 | wxListItem_SetTextColour(_arg0,*_arg1); | |
986 | ||
987 | wxPyEndAllowThreads(__tstate); | |
988 | if (PyErr_Occurred()) return NULL; | |
989 | } Py_INCREF(Py_None); | |
990 | _resultobj = Py_None; | |
991 | return _resultobj; | |
992 | } | |
993 | ||
994 | #define wxListItem_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0)) | |
995 | static PyObject *_wrap_wxListItem_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
996 | PyObject * _resultobj; | |
997 | wxListItem * _arg0; | |
998 | wxColour * _arg1; | |
999 | PyObject * _argo0 = 0; | |
1000 | wxColour temp; | |
1001 | PyObject * _obj1 = 0; | |
1002 | char *_kwnames[] = { "self","colBack", NULL }; | |
1003 | ||
1004 | self = self; | |
1005 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListItem_SetBackgroundColour",_kwnames,&_argo0,&_obj1)) | |
1006 | return NULL; | |
1007 | if (_argo0) { | |
1008 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1009 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1010 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetBackgroundColour. Expected _wxListItem_p."); | |
1011 | return NULL; | |
1012 | } | |
1013 | } | |
1014 | { | |
1015 | _arg1 = &temp; | |
1016 | if (! wxColour_helper(_obj1, &_arg1)) | |
1017 | return NULL; | |
1018 | } | |
1019 | { | |
1020 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1021 | wxListItem_SetBackgroundColour(_arg0,*_arg1); | |
1022 | ||
1023 | wxPyEndAllowThreads(__tstate); | |
1024 | if (PyErr_Occurred()) return NULL; | |
1025 | } Py_INCREF(Py_None); | |
1026 | _resultobj = Py_None; | |
1027 | return _resultobj; | |
1028 | } | |
1029 | ||
1030 | #define wxListItem_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0)) | |
1031 | static PyObject *_wrap_wxListItem_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1032 | PyObject * _resultobj; | |
1033 | wxListItem * _arg0; | |
1034 | wxFont * _arg1; | |
1035 | PyObject * _argo0 = 0; | |
1036 | PyObject * _argo1 = 0; | |
1037 | char *_kwnames[] = { "self","font", NULL }; | |
1038 | ||
1039 | self = self; | |
1040 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListItem_SetFont",_kwnames,&_argo0,&_argo1)) | |
1041 | return NULL; | |
1042 | if (_argo0) { | |
1043 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1044 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1045 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_SetFont. Expected _wxListItem_p."); | |
1046 | return NULL; | |
1047 | } | |
1048 | } | |
1049 | if (_argo1) { | |
1050 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) { | |
1051 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListItem_SetFont. Expected _wxFont_p."); | |
1052 | return NULL; | |
1053 | } | |
1054 | } | |
1055 | { | |
1056 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1057 | wxListItem_SetFont(_arg0,*_arg1); | |
1058 | ||
1059 | wxPyEndAllowThreads(__tstate); | |
1060 | if (PyErr_Occurred()) return NULL; | |
1061 | } Py_INCREF(Py_None); | |
1062 | _resultobj = Py_None; | |
1063 | return _resultobj; | |
1064 | } | |
1065 | ||
1066 | #define wxListItem_GetMask(_swigobj) (_swigobj->GetMask()) | |
1067 | static PyObject *_wrap_wxListItem_GetMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1068 | PyObject * _resultobj; | |
1069 | long _result; | |
1070 | wxListItem * _arg0; | |
1071 | PyObject * _argo0 = 0; | |
1072 | char *_kwnames[] = { "self", NULL }; | |
1073 | ||
1074 | self = self; | |
1075 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetMask",_kwnames,&_argo0)) | |
1076 | return NULL; | |
1077 | if (_argo0) { | |
1078 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1079 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1080 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetMask. Expected _wxListItem_p."); | |
1081 | return NULL; | |
1082 | } | |
1083 | } | |
1084 | { | |
1085 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1086 | _result = (long )wxListItem_GetMask(_arg0); | |
1087 | ||
1088 | wxPyEndAllowThreads(__tstate); | |
1089 | if (PyErr_Occurred()) return NULL; | |
1090 | } _resultobj = Py_BuildValue("l",_result); | |
1091 | return _resultobj; | |
1092 | } | |
1093 | ||
1094 | #define wxListItem_GetId(_swigobj) (_swigobj->GetId()) | |
1095 | static PyObject *_wrap_wxListItem_GetId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1096 | PyObject * _resultobj; | |
1097 | long _result; | |
1098 | wxListItem * _arg0; | |
1099 | PyObject * _argo0 = 0; | |
1100 | char *_kwnames[] = { "self", NULL }; | |
1101 | ||
1102 | self = self; | |
1103 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetId",_kwnames,&_argo0)) | |
1104 | return NULL; | |
1105 | if (_argo0) { | |
1106 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1107 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1108 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetId. Expected _wxListItem_p."); | |
1109 | return NULL; | |
1110 | } | |
1111 | } | |
1112 | { | |
1113 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1114 | _result = (long )wxListItem_GetId(_arg0); | |
1115 | ||
1116 | wxPyEndAllowThreads(__tstate); | |
1117 | if (PyErr_Occurred()) return NULL; | |
1118 | } _resultobj = Py_BuildValue("l",_result); | |
1119 | return _resultobj; | |
1120 | } | |
1121 | ||
1122 | #define wxListItem_GetColumn(_swigobj) (_swigobj->GetColumn()) | |
1123 | static PyObject *_wrap_wxListItem_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1124 | PyObject * _resultobj; | |
1125 | int _result; | |
1126 | wxListItem * _arg0; | |
1127 | PyObject * _argo0 = 0; | |
1128 | char *_kwnames[] = { "self", NULL }; | |
1129 | ||
1130 | self = self; | |
1131 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetColumn",_kwnames,&_argo0)) | |
1132 | return NULL; | |
1133 | if (_argo0) { | |
1134 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1135 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1136 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetColumn. Expected _wxListItem_p."); | |
1137 | return NULL; | |
1138 | } | |
1139 | } | |
1140 | { | |
1141 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1142 | _result = (int )wxListItem_GetColumn(_arg0); | |
1143 | ||
1144 | wxPyEndAllowThreads(__tstate); | |
1145 | if (PyErr_Occurred()) return NULL; | |
1146 | } _resultobj = Py_BuildValue("i",_result); | |
1147 | return _resultobj; | |
1148 | } | |
1149 | ||
1150 | #define wxListItem_GetState(_swigobj) (_swigobj->GetState()) | |
1151 | static PyObject *_wrap_wxListItem_GetState(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1152 | PyObject * _resultobj; | |
1153 | long _result; | |
1154 | wxListItem * _arg0; | |
1155 | PyObject * _argo0 = 0; | |
1156 | char *_kwnames[] = { "self", NULL }; | |
1157 | ||
1158 | self = self; | |
1159 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetState",_kwnames,&_argo0)) | |
1160 | return NULL; | |
1161 | if (_argo0) { | |
1162 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1163 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1164 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetState. Expected _wxListItem_p."); | |
1165 | return NULL; | |
1166 | } | |
1167 | } | |
1168 | { | |
1169 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1170 | _result = (long )wxListItem_GetState(_arg0); | |
1171 | ||
1172 | wxPyEndAllowThreads(__tstate); | |
1173 | if (PyErr_Occurred()) return NULL; | |
1174 | } _resultobj = Py_BuildValue("l",_result); | |
1175 | return _resultobj; | |
1176 | } | |
1177 | ||
1178 | #define wxListItem_GetText(_swigobj) (_swigobj->GetText()) | |
1179 | static PyObject *_wrap_wxListItem_GetText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1180 | PyObject * _resultobj; | |
1181 | wxString * _result; | |
1182 | wxListItem * _arg0; | |
1183 | PyObject * _argo0 = 0; | |
1184 | char *_kwnames[] = { "self", NULL }; | |
1185 | ||
1186 | self = self; | |
1187 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetText",_kwnames,&_argo0)) | |
1188 | return NULL; | |
1189 | if (_argo0) { | |
1190 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1191 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1192 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetText. Expected _wxListItem_p."); | |
1193 | return NULL; | |
1194 | } | |
1195 | } | |
1196 | { | |
1197 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1198 | const wxString & _result_ref = wxListItem_GetText(_arg0); | |
1199 | _result = (wxString *) &_result_ref; | |
1200 | ||
1201 | wxPyEndAllowThreads(__tstate); | |
1202 | if (PyErr_Occurred()) return NULL; | |
1203 | }{ | |
1204 | #if wxUSE_UNICODE | |
1205 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
1206 | #else | |
1207 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
1208 | #endif | |
1209 | } | |
1210 | return _resultobj; | |
1211 | } | |
1212 | ||
1213 | #define wxListItem_GetImage(_swigobj) (_swigobj->GetImage()) | |
1214 | static PyObject *_wrap_wxListItem_GetImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1215 | PyObject * _resultobj; | |
1216 | int _result; | |
1217 | wxListItem * _arg0; | |
1218 | PyObject * _argo0 = 0; | |
1219 | char *_kwnames[] = { "self", NULL }; | |
1220 | ||
1221 | self = self; | |
1222 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetImage",_kwnames,&_argo0)) | |
1223 | return NULL; | |
1224 | if (_argo0) { | |
1225 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1226 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1227 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetImage. Expected _wxListItem_p."); | |
1228 | return NULL; | |
1229 | } | |
1230 | } | |
1231 | { | |
1232 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1233 | _result = (int )wxListItem_GetImage(_arg0); | |
1234 | ||
1235 | wxPyEndAllowThreads(__tstate); | |
1236 | if (PyErr_Occurred()) return NULL; | |
1237 | } _resultobj = Py_BuildValue("i",_result); | |
1238 | return _resultobj; | |
1239 | } | |
1240 | ||
1241 | #define wxListItem_GetData(_swigobj) (_swigobj->GetData()) | |
1242 | static PyObject *_wrap_wxListItem_GetData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1243 | PyObject * _resultobj; | |
1244 | long _result; | |
1245 | wxListItem * _arg0; | |
1246 | PyObject * _argo0 = 0; | |
1247 | char *_kwnames[] = { "self", NULL }; | |
1248 | ||
1249 | self = self; | |
1250 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetData",_kwnames,&_argo0)) | |
1251 | return NULL; | |
1252 | if (_argo0) { | |
1253 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1254 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1255 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetData. Expected _wxListItem_p."); | |
1256 | return NULL; | |
1257 | } | |
1258 | } | |
1259 | { | |
1260 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1261 | _result = (long )wxListItem_GetData(_arg0); | |
1262 | ||
1263 | wxPyEndAllowThreads(__tstate); | |
1264 | if (PyErr_Occurred()) return NULL; | |
1265 | } _resultobj = Py_BuildValue("l",_result); | |
1266 | return _resultobj; | |
1267 | } | |
1268 | ||
1269 | #define wxListItem_GetWidth(_swigobj) (_swigobj->GetWidth()) | |
1270 | static PyObject *_wrap_wxListItem_GetWidth(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1271 | PyObject * _resultobj; | |
1272 | int _result; | |
1273 | wxListItem * _arg0; | |
1274 | PyObject * _argo0 = 0; | |
1275 | char *_kwnames[] = { "self", NULL }; | |
1276 | ||
1277 | self = self; | |
1278 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetWidth",_kwnames,&_argo0)) | |
1279 | return NULL; | |
1280 | if (_argo0) { | |
1281 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1282 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1283 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetWidth. Expected _wxListItem_p."); | |
1284 | return NULL; | |
1285 | } | |
1286 | } | |
1287 | { | |
1288 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1289 | _result = (int )wxListItem_GetWidth(_arg0); | |
1290 | ||
1291 | wxPyEndAllowThreads(__tstate); | |
1292 | if (PyErr_Occurred()) return NULL; | |
1293 | } _resultobj = Py_BuildValue("i",_result); | |
1294 | return _resultobj; | |
1295 | } | |
1296 | ||
1297 | #define wxListItem_GetAlign(_swigobj) (_swigobj->GetAlign()) | |
1298 | static PyObject *_wrap_wxListItem_GetAlign(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1299 | PyObject * _resultobj; | |
1300 | wxListColumnFormat _result; | |
1301 | wxListItem * _arg0; | |
1302 | PyObject * _argo0 = 0; | |
1303 | char *_kwnames[] = { "self", NULL }; | |
1304 | ||
1305 | self = self; | |
1306 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetAlign",_kwnames,&_argo0)) | |
1307 | return NULL; | |
1308 | if (_argo0) { | |
1309 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1310 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1311 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetAlign. Expected _wxListItem_p."); | |
1312 | return NULL; | |
1313 | } | |
1314 | } | |
1315 | { | |
1316 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1317 | _result = (wxListColumnFormat )wxListItem_GetAlign(_arg0); | |
1318 | ||
1319 | wxPyEndAllowThreads(__tstate); | |
1320 | if (PyErr_Occurred()) return NULL; | |
1321 | } _resultobj = Py_BuildValue("i",_result); | |
1322 | return _resultobj; | |
1323 | } | |
1324 | ||
1325 | #define wxListItem_GetAttributes(_swigobj) (_swigobj->GetAttributes()) | |
1326 | static PyObject *_wrap_wxListItem_GetAttributes(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1327 | PyObject * _resultobj; | |
1328 | wxListItemAttr * _result; | |
1329 | wxListItem * _arg0; | |
1330 | PyObject * _argo0 = 0; | |
1331 | char *_kwnames[] = { "self", NULL }; | |
1332 | char _ptemp[128]; | |
1333 | ||
1334 | self = self; | |
1335 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetAttributes",_kwnames,&_argo0)) | |
1336 | return NULL; | |
1337 | if (_argo0) { | |
1338 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1339 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1340 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetAttributes. Expected _wxListItem_p."); | |
1341 | return NULL; | |
1342 | } | |
1343 | } | |
1344 | { | |
1345 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1346 | _result = (wxListItemAttr *)wxListItem_GetAttributes(_arg0); | |
1347 | ||
1348 | wxPyEndAllowThreads(__tstate); | |
1349 | if (PyErr_Occurred()) return NULL; | |
1350 | } if (_result) { | |
1351 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxListItemAttr_p"); | |
1352 | _resultobj = Py_BuildValue("s",_ptemp); | |
1353 | } else { | |
1354 | Py_INCREF(Py_None); | |
1355 | _resultobj = Py_None; | |
1356 | } | |
1357 | return _resultobj; | |
1358 | } | |
1359 | ||
1360 | #define wxListItem_HasAttributes(_swigobj) (_swigobj->HasAttributes()) | |
1361 | static PyObject *_wrap_wxListItem_HasAttributes(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1362 | PyObject * _resultobj; | |
1363 | bool _result; | |
1364 | wxListItem * _arg0; | |
1365 | PyObject * _argo0 = 0; | |
1366 | char *_kwnames[] = { "self", NULL }; | |
1367 | ||
1368 | self = self; | |
1369 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_HasAttributes",_kwnames,&_argo0)) | |
1370 | return NULL; | |
1371 | if (_argo0) { | |
1372 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1373 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1374 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_HasAttributes. Expected _wxListItem_p."); | |
1375 | return NULL; | |
1376 | } | |
1377 | } | |
1378 | { | |
1379 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1380 | _result = (bool )wxListItem_HasAttributes(_arg0); | |
1381 | ||
1382 | wxPyEndAllowThreads(__tstate); | |
1383 | if (PyErr_Occurred()) return NULL; | |
1384 | } _resultobj = Py_BuildValue("i",_result); | |
1385 | return _resultobj; | |
1386 | } | |
1387 | ||
1388 | #define wxListItem_GetTextColour(_swigobj) (_swigobj->GetTextColour()) | |
1389 | static PyObject *_wrap_wxListItem_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1390 | PyObject * _resultobj; | |
1391 | wxColour * _result; | |
1392 | wxListItem * _arg0; | |
1393 | PyObject * _argo0 = 0; | |
1394 | char *_kwnames[] = { "self", NULL }; | |
1395 | char _ptemp[128]; | |
1396 | ||
1397 | self = self; | |
1398 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetTextColour",_kwnames,&_argo0)) | |
1399 | return NULL; | |
1400 | if (_argo0) { | |
1401 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1402 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1403 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetTextColour. Expected _wxListItem_p."); | |
1404 | return NULL; | |
1405 | } | |
1406 | } | |
1407 | { | |
1408 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1409 | _result = new wxColour (wxListItem_GetTextColour(_arg0)); | |
1410 | ||
1411 | wxPyEndAllowThreads(__tstate); | |
1412 | if (PyErr_Occurred()) return NULL; | |
1413 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
1414 | _resultobj = Py_BuildValue("s",_ptemp); | |
1415 | return _resultobj; | |
1416 | } | |
1417 | ||
1418 | #define wxListItem_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour()) | |
1419 | static PyObject *_wrap_wxListItem_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1420 | PyObject * _resultobj; | |
1421 | wxColour * _result; | |
1422 | wxListItem * _arg0; | |
1423 | PyObject * _argo0 = 0; | |
1424 | char *_kwnames[] = { "self", NULL }; | |
1425 | char _ptemp[128]; | |
1426 | ||
1427 | self = self; | |
1428 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetBackgroundColour",_kwnames,&_argo0)) | |
1429 | return NULL; | |
1430 | if (_argo0) { | |
1431 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1432 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1433 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetBackgroundColour. Expected _wxListItem_p."); | |
1434 | return NULL; | |
1435 | } | |
1436 | } | |
1437 | { | |
1438 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1439 | _result = new wxColour (wxListItem_GetBackgroundColour(_arg0)); | |
1440 | ||
1441 | wxPyEndAllowThreads(__tstate); | |
1442 | if (PyErr_Occurred()) return NULL; | |
1443 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
1444 | _resultobj = Py_BuildValue("s",_ptemp); | |
1445 | return _resultobj; | |
1446 | } | |
1447 | ||
1448 | #define wxListItem_GetFont(_swigobj) (_swigobj->GetFont()) | |
1449 | static PyObject *_wrap_wxListItem_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1450 | PyObject * _resultobj; | |
1451 | wxFont * _result; | |
1452 | wxListItem * _arg0; | |
1453 | PyObject * _argo0 = 0; | |
1454 | char *_kwnames[] = { "self", NULL }; | |
1455 | char _ptemp[128]; | |
1456 | ||
1457 | self = self; | |
1458 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_GetFont",_kwnames,&_argo0)) | |
1459 | return NULL; | |
1460 | if (_argo0) { | |
1461 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1462 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1463 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_GetFont. Expected _wxListItem_p."); | |
1464 | return NULL; | |
1465 | } | |
1466 | } | |
1467 | { | |
1468 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1469 | _result = new wxFont (wxListItem_GetFont(_arg0)); | |
1470 | ||
1471 | wxPyEndAllowThreads(__tstate); | |
1472 | if (PyErr_Occurred()) return NULL; | |
1473 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxFont_p"); | |
1474 | _resultobj = Py_BuildValue("s",_ptemp); | |
1475 | return _resultobj; | |
1476 | } | |
1477 | ||
1478 | #define wxListItem_m_mask_set(_swigobj,_swigval) (_swigobj->m_mask = _swigval,_swigval) | |
1479 | static PyObject *_wrap_wxListItem_m_mask_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1480 | PyObject * _resultobj; | |
1481 | long _result; | |
1482 | wxListItem * _arg0; | |
1483 | long _arg1; | |
1484 | PyObject * _argo0 = 0; | |
1485 | char *_kwnames[] = { "self","m_mask", NULL }; | |
1486 | ||
1487 | self = self; | |
1488 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_m_mask_set",_kwnames,&_argo0,&_arg1)) | |
1489 | return NULL; | |
1490 | if (_argo0) { | |
1491 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1492 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1493 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_mask_set. Expected _wxListItem_p."); | |
1494 | return NULL; | |
1495 | } | |
1496 | } | |
1497 | { | |
1498 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1499 | _result = (long )wxListItem_m_mask_set(_arg0,_arg1); | |
1500 | ||
1501 | wxPyEndAllowThreads(__tstate); | |
1502 | if (PyErr_Occurred()) return NULL; | |
1503 | } _resultobj = Py_BuildValue("l",_result); | |
1504 | return _resultobj; | |
1505 | } | |
1506 | ||
1507 | #define wxListItem_m_mask_get(_swigobj) ((long ) _swigobj->m_mask) | |
1508 | static PyObject *_wrap_wxListItem_m_mask_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1509 | PyObject * _resultobj; | |
1510 | long _result; | |
1511 | wxListItem * _arg0; | |
1512 | PyObject * _argo0 = 0; | |
1513 | char *_kwnames[] = { "self", NULL }; | |
1514 | ||
1515 | self = self; | |
1516 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_mask_get",_kwnames,&_argo0)) | |
1517 | return NULL; | |
1518 | if (_argo0) { | |
1519 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1520 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1521 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_mask_get. Expected _wxListItem_p."); | |
1522 | return NULL; | |
1523 | } | |
1524 | } | |
1525 | { | |
1526 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1527 | _result = (long )wxListItem_m_mask_get(_arg0); | |
1528 | ||
1529 | wxPyEndAllowThreads(__tstate); | |
1530 | if (PyErr_Occurred()) return NULL; | |
1531 | } _resultobj = Py_BuildValue("l",_result); | |
1532 | return _resultobj; | |
1533 | } | |
1534 | ||
1535 | #define wxListItem_m_itemId_set(_swigobj,_swigval) (_swigobj->m_itemId = _swigval,_swigval) | |
1536 | static PyObject *_wrap_wxListItem_m_itemId_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1537 | PyObject * _resultobj; | |
1538 | long _result; | |
1539 | wxListItem * _arg0; | |
1540 | long _arg1; | |
1541 | PyObject * _argo0 = 0; | |
1542 | char *_kwnames[] = { "self","m_itemId", NULL }; | |
1543 | ||
1544 | self = self; | |
1545 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_m_itemId_set",_kwnames,&_argo0,&_arg1)) | |
1546 | return NULL; | |
1547 | if (_argo0) { | |
1548 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1549 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1550 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_itemId_set. Expected _wxListItem_p."); | |
1551 | return NULL; | |
1552 | } | |
1553 | } | |
1554 | { | |
1555 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1556 | _result = (long )wxListItem_m_itemId_set(_arg0,_arg1); | |
1557 | ||
1558 | wxPyEndAllowThreads(__tstate); | |
1559 | if (PyErr_Occurred()) return NULL; | |
1560 | } _resultobj = Py_BuildValue("l",_result); | |
1561 | return _resultobj; | |
1562 | } | |
1563 | ||
1564 | #define wxListItem_m_itemId_get(_swigobj) ((long ) _swigobj->m_itemId) | |
1565 | static PyObject *_wrap_wxListItem_m_itemId_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1566 | PyObject * _resultobj; | |
1567 | long _result; | |
1568 | wxListItem * _arg0; | |
1569 | PyObject * _argo0 = 0; | |
1570 | char *_kwnames[] = { "self", NULL }; | |
1571 | ||
1572 | self = self; | |
1573 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_itemId_get",_kwnames,&_argo0)) | |
1574 | return NULL; | |
1575 | if (_argo0) { | |
1576 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1577 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1578 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_itemId_get. Expected _wxListItem_p."); | |
1579 | return NULL; | |
1580 | } | |
1581 | } | |
1582 | { | |
1583 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1584 | _result = (long )wxListItem_m_itemId_get(_arg0); | |
1585 | ||
1586 | wxPyEndAllowThreads(__tstate); | |
1587 | if (PyErr_Occurred()) return NULL; | |
1588 | } _resultobj = Py_BuildValue("l",_result); | |
1589 | return _resultobj; | |
1590 | } | |
1591 | ||
1592 | #define wxListItem_m_col_set(_swigobj,_swigval) (_swigobj->m_col = _swigval,_swigval) | |
1593 | static PyObject *_wrap_wxListItem_m_col_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1594 | PyObject * _resultobj; | |
1595 | int _result; | |
1596 | wxListItem * _arg0; | |
1597 | int _arg1; | |
1598 | PyObject * _argo0 = 0; | |
1599 | char *_kwnames[] = { "self","m_col", NULL }; | |
1600 | ||
1601 | self = self; | |
1602 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListItem_m_col_set",_kwnames,&_argo0,&_arg1)) | |
1603 | return NULL; | |
1604 | if (_argo0) { | |
1605 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1606 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1607 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_col_set. Expected _wxListItem_p."); | |
1608 | return NULL; | |
1609 | } | |
1610 | } | |
1611 | { | |
1612 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1613 | _result = (int )wxListItem_m_col_set(_arg0,_arg1); | |
1614 | ||
1615 | wxPyEndAllowThreads(__tstate); | |
1616 | if (PyErr_Occurred()) return NULL; | |
1617 | } _resultobj = Py_BuildValue("i",_result); | |
1618 | return _resultobj; | |
1619 | } | |
1620 | ||
1621 | #define wxListItem_m_col_get(_swigobj) ((int ) _swigobj->m_col) | |
1622 | static PyObject *_wrap_wxListItem_m_col_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1623 | PyObject * _resultobj; | |
1624 | int _result; | |
1625 | wxListItem * _arg0; | |
1626 | PyObject * _argo0 = 0; | |
1627 | char *_kwnames[] = { "self", NULL }; | |
1628 | ||
1629 | self = self; | |
1630 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_col_get",_kwnames,&_argo0)) | |
1631 | return NULL; | |
1632 | if (_argo0) { | |
1633 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1634 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1635 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_col_get. Expected _wxListItem_p."); | |
1636 | return NULL; | |
1637 | } | |
1638 | } | |
1639 | { | |
1640 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1641 | _result = (int )wxListItem_m_col_get(_arg0); | |
1642 | ||
1643 | wxPyEndAllowThreads(__tstate); | |
1644 | if (PyErr_Occurred()) return NULL; | |
1645 | } _resultobj = Py_BuildValue("i",_result); | |
1646 | return _resultobj; | |
1647 | } | |
1648 | ||
1649 | #define wxListItem_m_state_set(_swigobj,_swigval) (_swigobj->m_state = _swigval,_swigval) | |
1650 | static PyObject *_wrap_wxListItem_m_state_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1651 | PyObject * _resultobj; | |
1652 | long _result; | |
1653 | wxListItem * _arg0; | |
1654 | long _arg1; | |
1655 | PyObject * _argo0 = 0; | |
1656 | char *_kwnames[] = { "self","m_state", NULL }; | |
1657 | ||
1658 | self = self; | |
1659 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_m_state_set",_kwnames,&_argo0,&_arg1)) | |
1660 | return NULL; | |
1661 | if (_argo0) { | |
1662 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1663 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1664 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_state_set. Expected _wxListItem_p."); | |
1665 | return NULL; | |
1666 | } | |
1667 | } | |
1668 | { | |
1669 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1670 | _result = (long )wxListItem_m_state_set(_arg0,_arg1); | |
1671 | ||
1672 | wxPyEndAllowThreads(__tstate); | |
1673 | if (PyErr_Occurred()) return NULL; | |
1674 | } _resultobj = Py_BuildValue("l",_result); | |
1675 | return _resultobj; | |
1676 | } | |
1677 | ||
1678 | #define wxListItem_m_state_get(_swigobj) ((long ) _swigobj->m_state) | |
1679 | static PyObject *_wrap_wxListItem_m_state_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1680 | PyObject * _resultobj; | |
1681 | long _result; | |
1682 | wxListItem * _arg0; | |
1683 | PyObject * _argo0 = 0; | |
1684 | char *_kwnames[] = { "self", NULL }; | |
1685 | ||
1686 | self = self; | |
1687 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_state_get",_kwnames,&_argo0)) | |
1688 | return NULL; | |
1689 | if (_argo0) { | |
1690 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1691 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1692 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_state_get. Expected _wxListItem_p."); | |
1693 | return NULL; | |
1694 | } | |
1695 | } | |
1696 | { | |
1697 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1698 | _result = (long )wxListItem_m_state_get(_arg0); | |
1699 | ||
1700 | wxPyEndAllowThreads(__tstate); | |
1701 | if (PyErr_Occurred()) return NULL; | |
1702 | } _resultobj = Py_BuildValue("l",_result); | |
1703 | return _resultobj; | |
1704 | } | |
1705 | ||
1706 | #define wxListItem_m_stateMask_set(_swigobj,_swigval) (_swigobj->m_stateMask = _swigval,_swigval) | |
1707 | static PyObject *_wrap_wxListItem_m_stateMask_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1708 | PyObject * _resultobj; | |
1709 | long _result; | |
1710 | wxListItem * _arg0; | |
1711 | long _arg1; | |
1712 | PyObject * _argo0 = 0; | |
1713 | char *_kwnames[] = { "self","m_stateMask", NULL }; | |
1714 | ||
1715 | self = self; | |
1716 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_m_stateMask_set",_kwnames,&_argo0,&_arg1)) | |
1717 | return NULL; | |
1718 | if (_argo0) { | |
1719 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1720 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1721 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_stateMask_set. Expected _wxListItem_p."); | |
1722 | return NULL; | |
1723 | } | |
1724 | } | |
1725 | { | |
1726 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1727 | _result = (long )wxListItem_m_stateMask_set(_arg0,_arg1); | |
1728 | ||
1729 | wxPyEndAllowThreads(__tstate); | |
1730 | if (PyErr_Occurred()) return NULL; | |
1731 | } _resultobj = Py_BuildValue("l",_result); | |
1732 | return _resultobj; | |
1733 | } | |
1734 | ||
1735 | #define wxListItem_m_stateMask_get(_swigobj) ((long ) _swigobj->m_stateMask) | |
1736 | static PyObject *_wrap_wxListItem_m_stateMask_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1737 | PyObject * _resultobj; | |
1738 | long _result; | |
1739 | wxListItem * _arg0; | |
1740 | PyObject * _argo0 = 0; | |
1741 | char *_kwnames[] = { "self", NULL }; | |
1742 | ||
1743 | self = self; | |
1744 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_stateMask_get",_kwnames,&_argo0)) | |
1745 | return NULL; | |
1746 | if (_argo0) { | |
1747 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1748 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1749 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_stateMask_get. Expected _wxListItem_p."); | |
1750 | return NULL; | |
1751 | } | |
1752 | } | |
1753 | { | |
1754 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1755 | _result = (long )wxListItem_m_stateMask_get(_arg0); | |
1756 | ||
1757 | wxPyEndAllowThreads(__tstate); | |
1758 | if (PyErr_Occurred()) return NULL; | |
1759 | } _resultobj = Py_BuildValue("l",_result); | |
1760 | return _resultobj; | |
1761 | } | |
1762 | ||
1763 | #define wxListItem_m_text_set(_swigobj,_swigval) (_swigobj->m_text = *(_swigval),_swigval) | |
1764 | static PyObject *_wrap_wxListItem_m_text_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1765 | PyObject * _resultobj; | |
1766 | wxString * _result; | |
1767 | wxListItem * _arg0; | |
1768 | wxString * _arg1; | |
1769 | PyObject * _argo0 = 0; | |
1770 | PyObject * _obj1 = 0; | |
1771 | char *_kwnames[] = { "self","m_text", NULL }; | |
1772 | ||
1773 | self = self; | |
1774 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListItem_m_text_set",_kwnames,&_argo0,&_obj1)) | |
1775 | return NULL; | |
1776 | if (_argo0) { | |
1777 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1778 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1779 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_text_set. Expected _wxListItem_p."); | |
1780 | return NULL; | |
1781 | } | |
1782 | } | |
1783 | { | |
1784 | _arg1 = wxString_in_helper(_obj1); | |
1785 | if (_arg1 == NULL) | |
1786 | return NULL; | |
1787 | } | |
1788 | { | |
1789 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1790 | _result = (wxString *)wxListItem_m_text_set(_arg0,_arg1); | |
1791 | ||
1792 | wxPyEndAllowThreads(__tstate); | |
1793 | if (PyErr_Occurred()) return NULL; | |
1794 | }{ | |
1795 | #if wxUSE_UNICODE | |
1796 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
1797 | #else | |
1798 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
1799 | #endif | |
1800 | } | |
1801 | { | |
1802 | if (_obj1) | |
1803 | delete _arg1; | |
1804 | } | |
1805 | return _resultobj; | |
1806 | } | |
1807 | ||
1808 | #define wxListItem_m_text_get(_swigobj) (&_swigobj->m_text) | |
1809 | static PyObject *_wrap_wxListItem_m_text_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1810 | PyObject * _resultobj; | |
1811 | wxString * _result; | |
1812 | wxListItem * _arg0; | |
1813 | PyObject * _argo0 = 0; | |
1814 | char *_kwnames[] = { "self", NULL }; | |
1815 | ||
1816 | self = self; | |
1817 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_text_get",_kwnames,&_argo0)) | |
1818 | return NULL; | |
1819 | if (_argo0) { | |
1820 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1821 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1822 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_text_get. Expected _wxListItem_p."); | |
1823 | return NULL; | |
1824 | } | |
1825 | } | |
1826 | { | |
1827 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1828 | _result = (wxString *)wxListItem_m_text_get(_arg0); | |
1829 | ||
1830 | wxPyEndAllowThreads(__tstate); | |
1831 | if (PyErr_Occurred()) return NULL; | |
1832 | }{ | |
1833 | #if wxUSE_UNICODE | |
1834 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
1835 | #else | |
1836 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
1837 | #endif | |
1838 | } | |
1839 | return _resultobj; | |
1840 | } | |
1841 | ||
1842 | #define wxListItem_m_image_set(_swigobj,_swigval) (_swigobj->m_image = _swigval,_swigval) | |
1843 | static PyObject *_wrap_wxListItem_m_image_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1844 | PyObject * _resultobj; | |
1845 | int _result; | |
1846 | wxListItem * _arg0; | |
1847 | int _arg1; | |
1848 | PyObject * _argo0 = 0; | |
1849 | char *_kwnames[] = { "self","m_image", NULL }; | |
1850 | ||
1851 | self = self; | |
1852 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListItem_m_image_set",_kwnames,&_argo0,&_arg1)) | |
1853 | return NULL; | |
1854 | if (_argo0) { | |
1855 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1856 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1857 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_image_set. Expected _wxListItem_p."); | |
1858 | return NULL; | |
1859 | } | |
1860 | } | |
1861 | { | |
1862 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1863 | _result = (int )wxListItem_m_image_set(_arg0,_arg1); | |
1864 | ||
1865 | wxPyEndAllowThreads(__tstate); | |
1866 | if (PyErr_Occurred()) return NULL; | |
1867 | } _resultobj = Py_BuildValue("i",_result); | |
1868 | return _resultobj; | |
1869 | } | |
1870 | ||
1871 | #define wxListItem_m_image_get(_swigobj) ((int ) _swigobj->m_image) | |
1872 | static PyObject *_wrap_wxListItem_m_image_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1873 | PyObject * _resultobj; | |
1874 | int _result; | |
1875 | wxListItem * _arg0; | |
1876 | PyObject * _argo0 = 0; | |
1877 | char *_kwnames[] = { "self", NULL }; | |
1878 | ||
1879 | self = self; | |
1880 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_image_get",_kwnames,&_argo0)) | |
1881 | return NULL; | |
1882 | if (_argo0) { | |
1883 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1884 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1885 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_image_get. Expected _wxListItem_p."); | |
1886 | return NULL; | |
1887 | } | |
1888 | } | |
1889 | { | |
1890 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1891 | _result = (int )wxListItem_m_image_get(_arg0); | |
1892 | ||
1893 | wxPyEndAllowThreads(__tstate); | |
1894 | if (PyErr_Occurred()) return NULL; | |
1895 | } _resultobj = Py_BuildValue("i",_result); | |
1896 | return _resultobj; | |
1897 | } | |
1898 | ||
1899 | #define wxListItem_m_data_set(_swigobj,_swigval) (_swigobj->m_data = _swigval,_swigval) | |
1900 | static PyObject *_wrap_wxListItem_m_data_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1901 | PyObject * _resultobj; | |
1902 | long _result; | |
1903 | wxListItem * _arg0; | |
1904 | long _arg1; | |
1905 | PyObject * _argo0 = 0; | |
1906 | char *_kwnames[] = { "self","m_data", NULL }; | |
1907 | ||
1908 | self = self; | |
1909 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListItem_m_data_set",_kwnames,&_argo0,&_arg1)) | |
1910 | return NULL; | |
1911 | if (_argo0) { | |
1912 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1913 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1914 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_data_set. Expected _wxListItem_p."); | |
1915 | return NULL; | |
1916 | } | |
1917 | } | |
1918 | { | |
1919 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1920 | _result = (long )wxListItem_m_data_set(_arg0,_arg1); | |
1921 | ||
1922 | wxPyEndAllowThreads(__tstate); | |
1923 | if (PyErr_Occurred()) return NULL; | |
1924 | } _resultobj = Py_BuildValue("l",_result); | |
1925 | return _resultobj; | |
1926 | } | |
1927 | ||
1928 | #define wxListItem_m_data_get(_swigobj) ((long ) _swigobj->m_data) | |
1929 | static PyObject *_wrap_wxListItem_m_data_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1930 | PyObject * _resultobj; | |
1931 | long _result; | |
1932 | wxListItem * _arg0; | |
1933 | PyObject * _argo0 = 0; | |
1934 | char *_kwnames[] = { "self", NULL }; | |
1935 | ||
1936 | self = self; | |
1937 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_data_get",_kwnames,&_argo0)) | |
1938 | return NULL; | |
1939 | if (_argo0) { | |
1940 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1941 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1942 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_data_get. Expected _wxListItem_p."); | |
1943 | return NULL; | |
1944 | } | |
1945 | } | |
1946 | { | |
1947 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1948 | _result = (long )wxListItem_m_data_get(_arg0); | |
1949 | ||
1950 | wxPyEndAllowThreads(__tstate); | |
1951 | if (PyErr_Occurred()) return NULL; | |
1952 | } _resultobj = Py_BuildValue("l",_result); | |
1953 | return _resultobj; | |
1954 | } | |
1955 | ||
1956 | #define wxListItem_m_format_set(_swigobj,_swigval) (_swigobj->m_format = _swigval,_swigval) | |
1957 | static PyObject *_wrap_wxListItem_m_format_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1958 | PyObject * _resultobj; | |
1959 | int _result; | |
1960 | wxListItem * _arg0; | |
1961 | int _arg1; | |
1962 | PyObject * _argo0 = 0; | |
1963 | char *_kwnames[] = { "self","m_format", NULL }; | |
1964 | ||
1965 | self = self; | |
1966 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListItem_m_format_set",_kwnames,&_argo0,&_arg1)) | |
1967 | return NULL; | |
1968 | if (_argo0) { | |
1969 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1970 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1971 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_format_set. Expected _wxListItem_p."); | |
1972 | return NULL; | |
1973 | } | |
1974 | } | |
1975 | { | |
1976 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1977 | _result = (int )wxListItem_m_format_set(_arg0,_arg1); | |
1978 | ||
1979 | wxPyEndAllowThreads(__tstate); | |
1980 | if (PyErr_Occurred()) return NULL; | |
1981 | } _resultobj = Py_BuildValue("i",_result); | |
1982 | return _resultobj; | |
1983 | } | |
1984 | ||
1985 | #define wxListItem_m_format_get(_swigobj) ((int ) _swigobj->m_format) | |
1986 | static PyObject *_wrap_wxListItem_m_format_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1987 | PyObject * _resultobj; | |
1988 | int _result; | |
1989 | wxListItem * _arg0; | |
1990 | PyObject * _argo0 = 0; | |
1991 | char *_kwnames[] = { "self", NULL }; | |
1992 | ||
1993 | self = self; | |
1994 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_format_get",_kwnames,&_argo0)) | |
1995 | return NULL; | |
1996 | if (_argo0) { | |
1997 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1998 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
1999 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_format_get. Expected _wxListItem_p."); | |
2000 | return NULL; | |
2001 | } | |
2002 | } | |
2003 | { | |
2004 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2005 | _result = (int )wxListItem_m_format_get(_arg0); | |
2006 | ||
2007 | wxPyEndAllowThreads(__tstate); | |
2008 | if (PyErr_Occurred()) return NULL; | |
2009 | } _resultobj = Py_BuildValue("i",_result); | |
2010 | return _resultobj; | |
2011 | } | |
2012 | ||
2013 | #define wxListItem_m_width_set(_swigobj,_swigval) (_swigobj->m_width = _swigval,_swigval) | |
2014 | static PyObject *_wrap_wxListItem_m_width_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2015 | PyObject * _resultobj; | |
2016 | int _result; | |
2017 | wxListItem * _arg0; | |
2018 | int _arg1; | |
2019 | PyObject * _argo0 = 0; | |
2020 | char *_kwnames[] = { "self","m_width", NULL }; | |
2021 | ||
2022 | self = self; | |
2023 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListItem_m_width_set",_kwnames,&_argo0,&_arg1)) | |
2024 | return NULL; | |
2025 | if (_argo0) { | |
2026 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2027 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
2028 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_width_set. Expected _wxListItem_p."); | |
2029 | return NULL; | |
2030 | } | |
2031 | } | |
2032 | { | |
2033 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2034 | _result = (int )wxListItem_m_width_set(_arg0,_arg1); | |
2035 | ||
2036 | wxPyEndAllowThreads(__tstate); | |
2037 | if (PyErr_Occurred()) return NULL; | |
2038 | } _resultobj = Py_BuildValue("i",_result); | |
2039 | return _resultobj; | |
2040 | } | |
2041 | ||
2042 | #define wxListItem_m_width_get(_swigobj) ((int ) _swigobj->m_width) | |
2043 | static PyObject *_wrap_wxListItem_m_width_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2044 | PyObject * _resultobj; | |
2045 | int _result; | |
2046 | wxListItem * _arg0; | |
2047 | PyObject * _argo0 = 0; | |
2048 | char *_kwnames[] = { "self", NULL }; | |
2049 | ||
2050 | self = self; | |
2051 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListItem_m_width_get",_kwnames,&_argo0)) | |
2052 | return NULL; | |
2053 | if (_argo0) { | |
2054 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2055 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListItem_p")) { | |
2056 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListItem_m_width_get. Expected _wxListItem_p."); | |
2057 | return NULL; | |
2058 | } | |
2059 | } | |
2060 | { | |
2061 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2062 | _result = (int )wxListItem_m_width_get(_arg0); | |
2063 | ||
2064 | wxPyEndAllowThreads(__tstate); | |
2065 | if (PyErr_Occurred()) return NULL; | |
2066 | } _resultobj = Py_BuildValue("i",_result); | |
2067 | return _resultobj; | |
2068 | } | |
2069 | ||
2070 | static void *SwigwxListEventTowxNotifyEvent(void *ptr) { | |
2071 | wxListEvent *src; | |
2072 | wxNotifyEvent *dest; | |
2073 | src = (wxListEvent *) ptr; | |
2074 | dest = (wxNotifyEvent *) src; | |
2075 | return (void *) dest; | |
2076 | } | |
2077 | ||
2078 | static void *SwigwxListEventTowxCommandEvent(void *ptr) { | |
2079 | wxListEvent *src; | |
2080 | wxCommandEvent *dest; | |
2081 | src = (wxListEvent *) ptr; | |
2082 | dest = (wxCommandEvent *) src; | |
2083 | return (void *) dest; | |
2084 | } | |
2085 | ||
2086 | static void *SwigwxListEventTowxEvent(void *ptr) { | |
2087 | wxListEvent *src; | |
2088 | wxEvent *dest; | |
2089 | src = (wxListEvent *) ptr; | |
2090 | dest = (wxEvent *) src; | |
2091 | return (void *) dest; | |
2092 | } | |
2093 | ||
2094 | static void *SwigwxListEventTowxObject(void *ptr) { | |
2095 | wxListEvent *src; | |
2096 | wxObject *dest; | |
2097 | src = (wxListEvent *) ptr; | |
2098 | dest = (wxObject *) src; | |
2099 | return (void *) dest; | |
2100 | } | |
2101 | ||
2102 | #define new_wxListEvent(_swigarg0,_swigarg1) (new wxListEvent(_swigarg0,_swigarg1)) | |
2103 | static PyObject *_wrap_new_wxListEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2104 | PyObject * _resultobj; | |
2105 | wxListEvent * _result; | |
2106 | wxEventType _arg0 = (wxEventType ) wxEVT_NULL; | |
2107 | int _arg1 = (int ) 0; | |
2108 | char *_kwnames[] = { "commandType","id", NULL }; | |
2109 | char _ptemp[128]; | |
2110 | ||
2111 | self = self; | |
2112 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxListEvent",_kwnames,&_arg0,&_arg1)) | |
2113 | return NULL; | |
2114 | { | |
2115 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2116 | _result = (wxListEvent *)new_wxListEvent(_arg0,_arg1); | |
2117 | ||
2118 | wxPyEndAllowThreads(__tstate); | |
2119 | if (PyErr_Occurred()) return NULL; | |
2120 | } if (_result) { | |
2121 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxListEvent_p"); | |
2122 | _resultobj = Py_BuildValue("s",_ptemp); | |
2123 | } else { | |
2124 | Py_INCREF(Py_None); | |
2125 | _resultobj = Py_None; | |
2126 | } | |
2127 | return _resultobj; | |
2128 | } | |
2129 | ||
2130 | #define wxListEvent_m_code_get(_swigobj) ((int ) _swigobj->m_code) | |
2131 | static PyObject *_wrap_wxListEvent_m_code_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2132 | PyObject * _resultobj; | |
2133 | int _result; | |
2134 | wxListEvent * _arg0; | |
2135 | PyObject * _argo0 = 0; | |
2136 | char *_kwnames[] = { "self", NULL }; | |
2137 | ||
2138 | self = self; | |
2139 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_m_code_get",_kwnames,&_argo0)) | |
2140 | return NULL; | |
2141 | if (_argo0) { | |
2142 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2143 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2144 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_m_code_get. Expected _wxListEvent_p."); | |
2145 | return NULL; | |
2146 | } | |
2147 | } | |
2148 | { | |
2149 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2150 | _result = (int )wxListEvent_m_code_get(_arg0); | |
2151 | ||
2152 | wxPyEndAllowThreads(__tstate); | |
2153 | if (PyErr_Occurred()) return NULL; | |
2154 | } _resultobj = Py_BuildValue("i",_result); | |
2155 | return _resultobj; | |
2156 | } | |
2157 | ||
2158 | #define wxListEvent_m_oldItemIndex_get(_swigobj) ((long ) _swigobj->m_oldItemIndex) | |
2159 | static PyObject *_wrap_wxListEvent_m_oldItemIndex_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2160 | PyObject * _resultobj; | |
2161 | long _result; | |
2162 | wxListEvent * _arg0; | |
2163 | PyObject * _argo0 = 0; | |
2164 | char *_kwnames[] = { "self", NULL }; | |
2165 | ||
2166 | self = self; | |
2167 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_m_oldItemIndex_get",_kwnames,&_argo0)) | |
2168 | return NULL; | |
2169 | if (_argo0) { | |
2170 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2171 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2172 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_m_oldItemIndex_get. Expected _wxListEvent_p."); | |
2173 | return NULL; | |
2174 | } | |
2175 | } | |
2176 | { | |
2177 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2178 | _result = (long )wxListEvent_m_oldItemIndex_get(_arg0); | |
2179 | ||
2180 | wxPyEndAllowThreads(__tstate); | |
2181 | if (PyErr_Occurred()) return NULL; | |
2182 | } _resultobj = Py_BuildValue("l",_result); | |
2183 | return _resultobj; | |
2184 | } | |
2185 | ||
2186 | #define wxListEvent_m_itemIndex_get(_swigobj) ((long ) _swigobj->m_itemIndex) | |
2187 | static PyObject *_wrap_wxListEvent_m_itemIndex_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2188 | PyObject * _resultobj; | |
2189 | long _result; | |
2190 | wxListEvent * _arg0; | |
2191 | PyObject * _argo0 = 0; | |
2192 | char *_kwnames[] = { "self", NULL }; | |
2193 | ||
2194 | self = self; | |
2195 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_m_itemIndex_get",_kwnames,&_argo0)) | |
2196 | return NULL; | |
2197 | if (_argo0) { | |
2198 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2199 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2200 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_m_itemIndex_get. Expected _wxListEvent_p."); | |
2201 | return NULL; | |
2202 | } | |
2203 | } | |
2204 | { | |
2205 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2206 | _result = (long )wxListEvent_m_itemIndex_get(_arg0); | |
2207 | ||
2208 | wxPyEndAllowThreads(__tstate); | |
2209 | if (PyErr_Occurred()) return NULL; | |
2210 | } _resultobj = Py_BuildValue("l",_result); | |
2211 | return _resultobj; | |
2212 | } | |
2213 | ||
2214 | #define wxListEvent_m_col_get(_swigobj) ((int ) _swigobj->m_col) | |
2215 | static PyObject *_wrap_wxListEvent_m_col_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2216 | PyObject * _resultobj; | |
2217 | int _result; | |
2218 | wxListEvent * _arg0; | |
2219 | PyObject * _argo0 = 0; | |
2220 | char *_kwnames[] = { "self", NULL }; | |
2221 | ||
2222 | self = self; | |
2223 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_m_col_get",_kwnames,&_argo0)) | |
2224 | return NULL; | |
2225 | if (_argo0) { | |
2226 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2227 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2228 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_m_col_get. Expected _wxListEvent_p."); | |
2229 | return NULL; | |
2230 | } | |
2231 | } | |
2232 | { | |
2233 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2234 | _result = (int )wxListEvent_m_col_get(_arg0); | |
2235 | ||
2236 | wxPyEndAllowThreads(__tstate); | |
2237 | if (PyErr_Occurred()) return NULL; | |
2238 | } _resultobj = Py_BuildValue("i",_result); | |
2239 | return _resultobj; | |
2240 | } | |
2241 | ||
2242 | #define wxListEvent_m_pointDrag_get(_swigobj) (&_swigobj->m_pointDrag) | |
2243 | static PyObject *_wrap_wxListEvent_m_pointDrag_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2244 | PyObject * _resultobj; | |
2245 | wxPoint * _result; | |
2246 | wxListEvent * _arg0; | |
2247 | PyObject * _argo0 = 0; | |
2248 | char *_kwnames[] = { "self", NULL }; | |
2249 | char _ptemp[128]; | |
2250 | ||
2251 | self = self; | |
2252 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_m_pointDrag_get",_kwnames,&_argo0)) | |
2253 | return NULL; | |
2254 | if (_argo0) { | |
2255 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2256 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2257 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_m_pointDrag_get. Expected _wxListEvent_p."); | |
2258 | return NULL; | |
2259 | } | |
2260 | } | |
2261 | { | |
2262 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2263 | _result = (wxPoint *)wxListEvent_m_pointDrag_get(_arg0); | |
2264 | ||
2265 | wxPyEndAllowThreads(__tstate); | |
2266 | if (PyErr_Occurred()) return NULL; | |
2267 | } if (_result) { | |
2268 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPoint_p"); | |
2269 | _resultobj = Py_BuildValue("s",_ptemp); | |
2270 | } else { | |
2271 | Py_INCREF(Py_None); | |
2272 | _resultobj = Py_None; | |
2273 | } | |
2274 | return _resultobj; | |
2275 | } | |
2276 | ||
2277 | #define wxListEvent_m_item_get(_swigobj) (&_swigobj->m_item) | |
2278 | static PyObject *_wrap_wxListEvent_m_item_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2279 | PyObject * _resultobj; | |
2280 | wxListItem * _result; | |
2281 | wxListEvent * _arg0; | |
2282 | PyObject * _argo0 = 0; | |
2283 | char *_kwnames[] = { "self", NULL }; | |
2284 | ||
2285 | self = self; | |
2286 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_m_item_get",_kwnames,&_argo0)) | |
2287 | return NULL; | |
2288 | if (_argo0) { | |
2289 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2290 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2291 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_m_item_get. Expected _wxListEvent_p."); | |
2292 | return NULL; | |
2293 | } | |
2294 | } | |
2295 | { | |
2296 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2297 | _result = (wxListItem *)wxListEvent_m_item_get(_arg0); | |
2298 | ||
2299 | wxPyEndAllowThreads(__tstate); | |
2300 | if (PyErr_Occurred()) return NULL; | |
2301 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
2302 | return _resultobj; | |
2303 | } | |
2304 | ||
2305 | #define wxListEvent_GetKeyCode(_swigobj) (_swigobj->GetKeyCode()) | |
2306 | static PyObject *_wrap_wxListEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2307 | PyObject * _resultobj; | |
2308 | int _result; | |
2309 | wxListEvent * _arg0; | |
2310 | PyObject * _argo0 = 0; | |
2311 | char *_kwnames[] = { "self", NULL }; | |
2312 | ||
2313 | self = self; | |
2314 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetKeyCode",_kwnames,&_argo0)) | |
2315 | return NULL; | |
2316 | if (_argo0) { | |
2317 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2318 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2319 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetKeyCode. Expected _wxListEvent_p."); | |
2320 | return NULL; | |
2321 | } | |
2322 | } | |
2323 | { | |
2324 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2325 | _result = (int )wxListEvent_GetKeyCode(_arg0); | |
2326 | ||
2327 | wxPyEndAllowThreads(__tstate); | |
2328 | if (PyErr_Occurred()) return NULL; | |
2329 | } _resultobj = Py_BuildValue("i",_result); | |
2330 | return _resultobj; | |
2331 | } | |
2332 | ||
2333 | #define wxListEvent_GetIndex(_swigobj) (_swigobj->GetIndex()) | |
2334 | static PyObject *_wrap_wxListEvent_GetIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2335 | PyObject * _resultobj; | |
2336 | long _result; | |
2337 | wxListEvent * _arg0; | |
2338 | PyObject * _argo0 = 0; | |
2339 | char *_kwnames[] = { "self", NULL }; | |
2340 | ||
2341 | self = self; | |
2342 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetIndex",_kwnames,&_argo0)) | |
2343 | return NULL; | |
2344 | if (_argo0) { | |
2345 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2346 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2347 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetIndex. Expected _wxListEvent_p."); | |
2348 | return NULL; | |
2349 | } | |
2350 | } | |
2351 | { | |
2352 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2353 | _result = (long )wxListEvent_GetIndex(_arg0); | |
2354 | ||
2355 | wxPyEndAllowThreads(__tstate); | |
2356 | if (PyErr_Occurred()) return NULL; | |
2357 | } _resultobj = Py_BuildValue("l",_result); | |
2358 | return _resultobj; | |
2359 | } | |
2360 | ||
2361 | #define wxListEvent_GetColumn(_swigobj) (_swigobj->GetColumn()) | |
2362 | static PyObject *_wrap_wxListEvent_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2363 | PyObject * _resultobj; | |
2364 | int _result; | |
2365 | wxListEvent * _arg0; | |
2366 | PyObject * _argo0 = 0; | |
2367 | char *_kwnames[] = { "self", NULL }; | |
2368 | ||
2369 | self = self; | |
2370 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetColumn",_kwnames,&_argo0)) | |
2371 | return NULL; | |
2372 | if (_argo0) { | |
2373 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2374 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2375 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetColumn. Expected _wxListEvent_p."); | |
2376 | return NULL; | |
2377 | } | |
2378 | } | |
2379 | { | |
2380 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2381 | _result = (int )wxListEvent_GetColumn(_arg0); | |
2382 | ||
2383 | wxPyEndAllowThreads(__tstate); | |
2384 | if (PyErr_Occurred()) return NULL; | |
2385 | } _resultobj = Py_BuildValue("i",_result); | |
2386 | return _resultobj; | |
2387 | } | |
2388 | ||
2389 | #define wxListEvent_GetPoint(_swigobj) (_swigobj->GetPoint()) | |
2390 | static PyObject *_wrap_wxListEvent_GetPoint(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2391 | PyObject * _resultobj; | |
2392 | wxPoint * _result; | |
2393 | wxListEvent * _arg0; | |
2394 | PyObject * _argo0 = 0; | |
2395 | char *_kwnames[] = { "self", NULL }; | |
2396 | char _ptemp[128]; | |
2397 | ||
2398 | self = self; | |
2399 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetPoint",_kwnames,&_argo0)) | |
2400 | return NULL; | |
2401 | if (_argo0) { | |
2402 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2403 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2404 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetPoint. Expected _wxListEvent_p."); | |
2405 | return NULL; | |
2406 | } | |
2407 | } | |
2408 | { | |
2409 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2410 | _result = new wxPoint (wxListEvent_GetPoint(_arg0)); | |
2411 | ||
2412 | wxPyEndAllowThreads(__tstate); | |
2413 | if (PyErr_Occurred()) return NULL; | |
2414 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); | |
2415 | _resultobj = Py_BuildValue("s",_ptemp); | |
2416 | return _resultobj; | |
2417 | } | |
2418 | ||
2419 | #define wxListEvent_GetLabel(_swigobj) (_swigobj->GetLabel()) | |
2420 | static PyObject *_wrap_wxListEvent_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2421 | PyObject * _resultobj; | |
2422 | wxString * _result; | |
2423 | wxListEvent * _arg0; | |
2424 | PyObject * _argo0 = 0; | |
2425 | char *_kwnames[] = { "self", NULL }; | |
2426 | ||
2427 | self = self; | |
2428 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetLabel",_kwnames,&_argo0)) | |
2429 | return NULL; | |
2430 | if (_argo0) { | |
2431 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2432 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2433 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetLabel. Expected _wxListEvent_p."); | |
2434 | return NULL; | |
2435 | } | |
2436 | } | |
2437 | { | |
2438 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2439 | const wxString & _result_ref = wxListEvent_GetLabel(_arg0); | |
2440 | _result = (wxString *) &_result_ref; | |
2441 | ||
2442 | wxPyEndAllowThreads(__tstate); | |
2443 | if (PyErr_Occurred()) return NULL; | |
2444 | }{ | |
2445 | #if wxUSE_UNICODE | |
2446 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
2447 | #else | |
2448 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
2449 | #endif | |
2450 | } | |
2451 | return _resultobj; | |
2452 | } | |
2453 | ||
2454 | #define wxListEvent_GetText(_swigobj) (_swigobj->GetText()) | |
2455 | static PyObject *_wrap_wxListEvent_GetText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2456 | PyObject * _resultobj; | |
2457 | wxString * _result; | |
2458 | wxListEvent * _arg0; | |
2459 | PyObject * _argo0 = 0; | |
2460 | char *_kwnames[] = { "self", NULL }; | |
2461 | ||
2462 | self = self; | |
2463 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetText",_kwnames,&_argo0)) | |
2464 | return NULL; | |
2465 | if (_argo0) { | |
2466 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2467 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2468 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetText. Expected _wxListEvent_p."); | |
2469 | return NULL; | |
2470 | } | |
2471 | } | |
2472 | { | |
2473 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2474 | const wxString & _result_ref = wxListEvent_GetText(_arg0); | |
2475 | _result = (wxString *) &_result_ref; | |
2476 | ||
2477 | wxPyEndAllowThreads(__tstate); | |
2478 | if (PyErr_Occurred()) return NULL; | |
2479 | }{ | |
2480 | #if wxUSE_UNICODE | |
2481 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
2482 | #else | |
2483 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
2484 | #endif | |
2485 | } | |
2486 | return _resultobj; | |
2487 | } | |
2488 | ||
2489 | #define wxListEvent_GetImage(_swigobj) (_swigobj->GetImage()) | |
2490 | static PyObject *_wrap_wxListEvent_GetImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2491 | PyObject * _resultobj; | |
2492 | int _result; | |
2493 | wxListEvent * _arg0; | |
2494 | PyObject * _argo0 = 0; | |
2495 | char *_kwnames[] = { "self", NULL }; | |
2496 | ||
2497 | self = self; | |
2498 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetImage",_kwnames,&_argo0)) | |
2499 | return NULL; | |
2500 | if (_argo0) { | |
2501 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2502 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2503 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetImage. Expected _wxListEvent_p."); | |
2504 | return NULL; | |
2505 | } | |
2506 | } | |
2507 | { | |
2508 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2509 | _result = (int )wxListEvent_GetImage(_arg0); | |
2510 | ||
2511 | wxPyEndAllowThreads(__tstate); | |
2512 | if (PyErr_Occurred()) return NULL; | |
2513 | } _resultobj = Py_BuildValue("i",_result); | |
2514 | return _resultobj; | |
2515 | } | |
2516 | ||
2517 | #define wxListEvent_GetData(_swigobj) (_swigobj->GetData()) | |
2518 | static PyObject *_wrap_wxListEvent_GetData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2519 | PyObject * _resultobj; | |
2520 | long _result; | |
2521 | wxListEvent * _arg0; | |
2522 | PyObject * _argo0 = 0; | |
2523 | char *_kwnames[] = { "self", NULL }; | |
2524 | ||
2525 | self = self; | |
2526 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetData",_kwnames,&_argo0)) | |
2527 | return NULL; | |
2528 | if (_argo0) { | |
2529 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2530 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2531 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetData. Expected _wxListEvent_p."); | |
2532 | return NULL; | |
2533 | } | |
2534 | } | |
2535 | { | |
2536 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2537 | _result = (long )wxListEvent_GetData(_arg0); | |
2538 | ||
2539 | wxPyEndAllowThreads(__tstate); | |
2540 | if (PyErr_Occurred()) return NULL; | |
2541 | } _resultobj = Py_BuildValue("l",_result); | |
2542 | return _resultobj; | |
2543 | } | |
2544 | ||
2545 | #define wxListEvent_GetMask(_swigobj) (_swigobj->GetMask()) | |
2546 | static PyObject *_wrap_wxListEvent_GetMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2547 | PyObject * _resultobj; | |
2548 | long _result; | |
2549 | wxListEvent * _arg0; | |
2550 | PyObject * _argo0 = 0; | |
2551 | char *_kwnames[] = { "self", NULL }; | |
2552 | ||
2553 | self = self; | |
2554 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetMask",_kwnames,&_argo0)) | |
2555 | return NULL; | |
2556 | if (_argo0) { | |
2557 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2558 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2559 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetMask. Expected _wxListEvent_p."); | |
2560 | return NULL; | |
2561 | } | |
2562 | } | |
2563 | { | |
2564 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2565 | _result = (long )wxListEvent_GetMask(_arg0); | |
2566 | ||
2567 | wxPyEndAllowThreads(__tstate); | |
2568 | if (PyErr_Occurred()) return NULL; | |
2569 | } _resultobj = Py_BuildValue("l",_result); | |
2570 | return _resultobj; | |
2571 | } | |
2572 | ||
2573 | #define wxListEvent_GetItem(_swigobj) (_swigobj->GetItem()) | |
2574 | static PyObject *_wrap_wxListEvent_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2575 | PyObject * _resultobj; | |
2576 | wxListItem * _result; | |
2577 | wxListEvent * _arg0; | |
2578 | PyObject * _argo0 = 0; | |
2579 | char *_kwnames[] = { "self", NULL }; | |
2580 | ||
2581 | self = self; | |
2582 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetItem",_kwnames,&_argo0)) | |
2583 | return NULL; | |
2584 | if (_argo0) { | |
2585 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2586 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2587 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetItem. Expected _wxListEvent_p."); | |
2588 | return NULL; | |
2589 | } | |
2590 | } | |
2591 | { | |
2592 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2593 | const wxListItem & _result_ref = wxListEvent_GetItem(_arg0); | |
2594 | _result = (wxListItem *) &_result_ref; | |
2595 | ||
2596 | wxPyEndAllowThreads(__tstate); | |
2597 | if (PyErr_Occurred()) return NULL; | |
2598 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
2599 | return _resultobj; | |
2600 | } | |
2601 | ||
2602 | #define wxListEvent_GetCacheFrom(_swigobj) (_swigobj->GetCacheFrom()) | |
2603 | static PyObject *_wrap_wxListEvent_GetCacheFrom(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2604 | PyObject * _resultobj; | |
2605 | long _result; | |
2606 | wxListEvent * _arg0; | |
2607 | PyObject * _argo0 = 0; | |
2608 | char *_kwnames[] = { "self", NULL }; | |
2609 | ||
2610 | self = self; | |
2611 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetCacheFrom",_kwnames,&_argo0)) | |
2612 | return NULL; | |
2613 | if (_argo0) { | |
2614 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2615 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2616 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetCacheFrom. Expected _wxListEvent_p."); | |
2617 | return NULL; | |
2618 | } | |
2619 | } | |
2620 | { | |
2621 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2622 | _result = (long )wxListEvent_GetCacheFrom(_arg0); | |
2623 | ||
2624 | wxPyEndAllowThreads(__tstate); | |
2625 | if (PyErr_Occurred()) return NULL; | |
2626 | } _resultobj = Py_BuildValue("l",_result); | |
2627 | return _resultobj; | |
2628 | } | |
2629 | ||
2630 | #define wxListEvent_GetCacheTo(_swigobj) (_swigobj->GetCacheTo()) | |
2631 | static PyObject *_wrap_wxListEvent_GetCacheTo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2632 | PyObject * _resultobj; | |
2633 | long _result; | |
2634 | wxListEvent * _arg0; | |
2635 | PyObject * _argo0 = 0; | |
2636 | char *_kwnames[] = { "self", NULL }; | |
2637 | ||
2638 | self = self; | |
2639 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_GetCacheTo",_kwnames,&_argo0)) | |
2640 | return NULL; | |
2641 | if (_argo0) { | |
2642 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2643 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2644 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_GetCacheTo. Expected _wxListEvent_p."); | |
2645 | return NULL; | |
2646 | } | |
2647 | } | |
2648 | { | |
2649 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2650 | _result = (long )wxListEvent_GetCacheTo(_arg0); | |
2651 | ||
2652 | wxPyEndAllowThreads(__tstate); | |
2653 | if (PyErr_Occurred()) return NULL; | |
2654 | } _resultobj = Py_BuildValue("l",_result); | |
2655 | return _resultobj; | |
2656 | } | |
2657 | ||
2658 | #define wxListEvent_IsEditCancelled(_swigobj) (_swigobj->IsEditCancelled()) | |
2659 | static PyObject *_wrap_wxListEvent_IsEditCancelled(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2660 | PyObject * _resultobj; | |
2661 | bool _result; | |
2662 | wxListEvent * _arg0; | |
2663 | PyObject * _argo0 = 0; | |
2664 | char *_kwnames[] = { "self", NULL }; | |
2665 | ||
2666 | self = self; | |
2667 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListEvent_IsEditCancelled",_kwnames,&_argo0)) | |
2668 | return NULL; | |
2669 | if (_argo0) { | |
2670 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2671 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2672 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_IsEditCancelled. Expected _wxListEvent_p."); | |
2673 | return NULL; | |
2674 | } | |
2675 | } | |
2676 | { | |
2677 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2678 | _result = (bool )wxListEvent_IsEditCancelled(_arg0); | |
2679 | ||
2680 | wxPyEndAllowThreads(__tstate); | |
2681 | if (PyErr_Occurred()) return NULL; | |
2682 | } _resultobj = Py_BuildValue("i",_result); | |
2683 | return _resultobj; | |
2684 | } | |
2685 | ||
2686 | #define wxListEvent_SetEditCanceled(_swigobj,_swigarg0) (_swigobj->SetEditCanceled(_swigarg0)) | |
2687 | static PyObject *_wrap_wxListEvent_SetEditCanceled(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2688 | PyObject * _resultobj; | |
2689 | wxListEvent * _arg0; | |
2690 | bool _arg1; | |
2691 | PyObject * _argo0 = 0; | |
2692 | int tempbool1; | |
2693 | char *_kwnames[] = { "self","editCancelled", NULL }; | |
2694 | ||
2695 | self = self; | |
2696 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListEvent_SetEditCanceled",_kwnames,&_argo0,&tempbool1)) | |
2697 | return NULL; | |
2698 | if (_argo0) { | |
2699 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2700 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListEvent_p")) { | |
2701 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListEvent_SetEditCanceled. Expected _wxListEvent_p."); | |
2702 | return NULL; | |
2703 | } | |
2704 | } | |
2705 | _arg1 = (bool ) tempbool1; | |
2706 | { | |
2707 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2708 | wxListEvent_SetEditCanceled(_arg0,_arg1); | |
2709 | ||
2710 | wxPyEndAllowThreads(__tstate); | |
2711 | if (PyErr_Occurred()) return NULL; | |
2712 | } Py_INCREF(Py_None); | |
2713 | _resultobj = Py_None; | |
2714 | return _resultobj; | |
2715 | } | |
2716 | ||
2717 | static void *SwigwxPyListCtrlTowxControl(void *ptr) { | |
2718 | wxPyListCtrl *src; | |
2719 | wxControl *dest; | |
2720 | src = (wxPyListCtrl *) ptr; | |
2721 | dest = (wxControl *) src; | |
2722 | return (void *) dest; | |
2723 | } | |
2724 | ||
2725 | static void *SwigwxPyListCtrlTowxWindow(void *ptr) { | |
2726 | wxPyListCtrl *src; | |
2727 | wxWindow *dest; | |
2728 | src = (wxPyListCtrl *) ptr; | |
2729 | dest = (wxWindow *) src; | |
2730 | return (void *) dest; | |
2731 | } | |
2732 | ||
2733 | static void *SwigwxPyListCtrlTowxEvtHandler(void *ptr) { | |
2734 | wxPyListCtrl *src; | |
2735 | wxEvtHandler *dest; | |
2736 | src = (wxPyListCtrl *) ptr; | |
2737 | dest = (wxEvtHandler *) src; | |
2738 | return (void *) dest; | |
2739 | } | |
2740 | ||
2741 | static void *SwigwxPyListCtrlTowxObject(void *ptr) { | |
2742 | wxPyListCtrl *src; | |
2743 | wxObject *dest; | |
2744 | src = (wxPyListCtrl *) ptr; | |
2745 | dest = (wxObject *) src; | |
2746 | return (void *) dest; | |
2747 | } | |
2748 | ||
2749 | #define new_wxListCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxPyListCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
2750 | static PyObject *_wrap_new_wxListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2751 | PyObject * _resultobj; | |
2752 | wxPyListCtrl * _result; | |
2753 | wxWindow * _arg0; | |
2754 | wxWindowID _arg1 = (wxWindowID ) -1; | |
2755 | wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition; | |
2756 | wxSize * _arg3 = (wxSize *) &wxDefaultSize; | |
2757 | long _arg4 = (long ) (wxLC_ICON); | |
2758 | wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator; | |
2759 | wxString * _arg6 = (wxString *) &wxPyListCtrlNameStr; | |
2760 | PyObject * _argo0 = 0; | |
2761 | wxPoint temp; | |
2762 | PyObject * _obj2 = 0; | |
2763 | wxSize temp0; | |
2764 | PyObject * _obj3 = 0; | |
2765 | PyObject * _argo5 = 0; | |
2766 | PyObject * _obj6 = 0; | |
2767 | char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL }; | |
2768 | char _ptemp[128]; | |
2769 | ||
2770 | self = self; | |
2771 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlOO:new_wxListCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6)) | |
2772 | return NULL; | |
2773 | if (_argo0) { | |
2774 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2775 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
2776 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxListCtrl. Expected _wxWindow_p."); | |
2777 | return NULL; | |
2778 | } | |
2779 | } | |
2780 | if (_obj2) | |
2781 | { | |
2782 | _arg2 = &temp; | |
2783 | if (! wxPoint_helper(_obj2, &_arg2)) | |
2784 | return NULL; | |
2785 | } | |
2786 | if (_obj3) | |
2787 | { | |
2788 | _arg3 = &temp0; | |
2789 | if (! wxSize_helper(_obj3, &_arg3)) | |
2790 | return NULL; | |
2791 | } | |
2792 | if (_argo5) { | |
2793 | if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) { | |
2794 | PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxListCtrl. Expected _wxValidator_p."); | |
2795 | return NULL; | |
2796 | } | |
2797 | } | |
2798 | if (_obj6) | |
2799 | { | |
2800 | _arg6 = wxString_in_helper(_obj6); | |
2801 | if (_arg6 == NULL) | |
2802 | return NULL; | |
2803 | } | |
2804 | { | |
2805 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2806 | _result = (wxPyListCtrl *)new_wxListCtrl(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6); | |
2807 | ||
2808 | wxPyEndAllowThreads(__tstate); | |
2809 | if (PyErr_Occurred()) return NULL; | |
2810 | } if (_result) { | |
2811 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyListCtrl_p"); | |
2812 | _resultobj = Py_BuildValue("s",_ptemp); | |
2813 | } else { | |
2814 | Py_INCREF(Py_None); | |
2815 | _resultobj = Py_None; | |
2816 | } | |
2817 | { | |
2818 | if (_obj6) | |
2819 | delete _arg6; | |
2820 | } | |
2821 | return _resultobj; | |
2822 | } | |
2823 | ||
2824 | #define new_wxPreListCtrl() (new wxPyListCtrl()) | |
2825 | static PyObject *_wrap_new_wxPreListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2826 | PyObject * _resultobj; | |
2827 | wxPyListCtrl * _result; | |
2828 | char *_kwnames[] = { NULL }; | |
2829 | char _ptemp[128]; | |
2830 | ||
2831 | self = self; | |
2832 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreListCtrl",_kwnames)) | |
2833 | return NULL; | |
2834 | { | |
2835 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2836 | _result = (wxPyListCtrl *)new_wxPreListCtrl(); | |
2837 | ||
2838 | wxPyEndAllowThreads(__tstate); | |
2839 | if (PyErr_Occurred()) return NULL; | |
2840 | } if (_result) { | |
2841 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyListCtrl_p"); | |
2842 | _resultobj = Py_BuildValue("s",_ptemp); | |
2843 | } else { | |
2844 | Py_INCREF(Py_None); | |
2845 | _resultobj = Py_None; | |
2846 | } | |
2847 | return _resultobj; | |
2848 | } | |
2849 | ||
2850 | #define wxListCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
2851 | static PyObject *_wrap_wxListCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2852 | PyObject * _resultobj; | |
2853 | bool _result; | |
2854 | wxPyListCtrl * _arg0; | |
2855 | wxWindow * _arg1; | |
2856 | wxWindowID _arg2 = (wxWindowID ) -1; | |
2857 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
2858 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
2859 | long _arg5 = (long ) (wxLC_ICON); | |
2860 | wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator; | |
2861 | wxString * _arg7 = (wxString *) &wxPyListCtrlNameStr; | |
2862 | PyObject * _argo0 = 0; | |
2863 | PyObject * _argo1 = 0; | |
2864 | wxPoint temp; | |
2865 | PyObject * _obj3 = 0; | |
2866 | wxSize temp0; | |
2867 | PyObject * _obj4 = 0; | |
2868 | PyObject * _argo6 = 0; | |
2869 | PyObject * _obj7 = 0; | |
2870 | char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL }; | |
2871 | ||
2872 | self = self; | |
2873 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlOO:wxListCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7)) | |
2874 | return NULL; | |
2875 | if (_argo0) { | |
2876 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2877 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
2878 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_Create. Expected _wxPyListCtrl_p."); | |
2879 | return NULL; | |
2880 | } | |
2881 | } | |
2882 | if (_argo1) { | |
2883 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
2884 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
2885 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListCtrl_Create. Expected _wxWindow_p."); | |
2886 | return NULL; | |
2887 | } | |
2888 | } | |
2889 | if (_obj3) | |
2890 | { | |
2891 | _arg3 = &temp; | |
2892 | if (! wxPoint_helper(_obj3, &_arg3)) | |
2893 | return NULL; | |
2894 | } | |
2895 | if (_obj4) | |
2896 | { | |
2897 | _arg4 = &temp0; | |
2898 | if (! wxSize_helper(_obj4, &_arg4)) | |
2899 | return NULL; | |
2900 | } | |
2901 | if (_argo6) { | |
2902 | if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) { | |
2903 | PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxListCtrl_Create. Expected _wxValidator_p."); | |
2904 | return NULL; | |
2905 | } | |
2906 | } | |
2907 | if (_obj7) | |
2908 | { | |
2909 | _arg7 = wxString_in_helper(_obj7); | |
2910 | if (_arg7 == NULL) | |
2911 | return NULL; | |
2912 | } | |
2913 | { | |
2914 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2915 | _result = (bool )wxListCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7); | |
2916 | ||
2917 | wxPyEndAllowThreads(__tstate); | |
2918 | if (PyErr_Occurred()) return NULL; | |
2919 | } _resultobj = Py_BuildValue("i",_result); | |
2920 | { | |
2921 | if (_obj7) | |
2922 | delete _arg7; | |
2923 | } | |
2924 | return _resultobj; | |
2925 | } | |
2926 | ||
2927 | #define wxListCtrl__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1)) | |
2928 | static PyObject *_wrap_wxListCtrl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2929 | PyObject * _resultobj; | |
2930 | wxPyListCtrl * _arg0; | |
2931 | PyObject * _arg1; | |
2932 | PyObject * _arg2; | |
2933 | PyObject * _argo0 = 0; | |
2934 | PyObject * _obj1 = 0; | |
2935 | PyObject * _obj2 = 0; | |
2936 | char *_kwnames[] = { "self","self","_class", NULL }; | |
2937 | ||
2938 | self = self; | |
2939 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxListCtrl__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2)) | |
2940 | return NULL; | |
2941 | if (_argo0) { | |
2942 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2943 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
2944 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl__setCallbackInfo. Expected _wxPyListCtrl_p."); | |
2945 | return NULL; | |
2946 | } | |
2947 | } | |
2948 | { | |
2949 | _arg1 = _obj1; | |
2950 | } | |
2951 | { | |
2952 | _arg2 = _obj2; | |
2953 | } | |
2954 | { | |
2955 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2956 | wxListCtrl__setCallbackInfo(_arg0,_arg1,_arg2); | |
2957 | ||
2958 | wxPyEndAllowThreads(__tstate); | |
2959 | if (PyErr_Occurred()) return NULL; | |
2960 | } Py_INCREF(Py_None); | |
2961 | _resultobj = Py_None; | |
2962 | return _resultobj; | |
2963 | } | |
2964 | ||
2965 | #define wxListCtrl_SetForegroundColour(_swigobj,_swigarg0) (_swigobj->SetForegroundColour(_swigarg0)) | |
2966 | static PyObject *_wrap_wxListCtrl_SetForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2967 | PyObject * _resultobj; | |
2968 | bool _result; | |
2969 | wxPyListCtrl * _arg0; | |
2970 | wxColour * _arg1; | |
2971 | PyObject * _argo0 = 0; | |
2972 | wxColour temp; | |
2973 | PyObject * _obj1 = 0; | |
2974 | char *_kwnames[] = { "self","col", NULL }; | |
2975 | ||
2976 | self = self; | |
2977 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListCtrl_SetForegroundColour",_kwnames,&_argo0,&_obj1)) | |
2978 | return NULL; | |
2979 | if (_argo0) { | |
2980 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2981 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
2982 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetForegroundColour. Expected _wxPyListCtrl_p."); | |
2983 | return NULL; | |
2984 | } | |
2985 | } | |
2986 | { | |
2987 | _arg1 = &temp; | |
2988 | if (! wxColour_helper(_obj1, &_arg1)) | |
2989 | return NULL; | |
2990 | } | |
2991 | { | |
2992 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2993 | _result = (bool )wxListCtrl_SetForegroundColour(_arg0,*_arg1); | |
2994 | ||
2995 | wxPyEndAllowThreads(__tstate); | |
2996 | if (PyErr_Occurred()) return NULL; | |
2997 | } _resultobj = Py_BuildValue("i",_result); | |
2998 | return _resultobj; | |
2999 | } | |
3000 | ||
3001 | #define wxListCtrl_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0)) | |
3002 | static PyObject *_wrap_wxListCtrl_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3003 | PyObject * _resultobj; | |
3004 | bool _result; | |
3005 | wxPyListCtrl * _arg0; | |
3006 | wxColour * _arg1; | |
3007 | PyObject * _argo0 = 0; | |
3008 | wxColour temp; | |
3009 | PyObject * _obj1 = 0; | |
3010 | char *_kwnames[] = { "self","col", NULL }; | |
3011 | ||
3012 | self = self; | |
3013 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListCtrl_SetBackgroundColour",_kwnames,&_argo0,&_obj1)) | |
3014 | return NULL; | |
3015 | if (_argo0) { | |
3016 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3017 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3018 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetBackgroundColour. Expected _wxPyListCtrl_p."); | |
3019 | return NULL; | |
3020 | } | |
3021 | } | |
3022 | { | |
3023 | _arg1 = &temp; | |
3024 | if (! wxColour_helper(_obj1, &_arg1)) | |
3025 | return NULL; | |
3026 | } | |
3027 | { | |
3028 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3029 | _result = (bool )wxListCtrl_SetBackgroundColour(_arg0,*_arg1); | |
3030 | ||
3031 | wxPyEndAllowThreads(__tstate); | |
3032 | if (PyErr_Occurred()) return NULL; | |
3033 | } _resultobj = Py_BuildValue("i",_result); | |
3034 | return _resultobj; | |
3035 | } | |
3036 | ||
3037 | static wxListItem * wxPyListCtrl_GetColumn(wxPyListCtrl *self,int col) { | |
3038 | wxListItem item; | |
3039 | item.SetMask(0xFFFF); | |
3040 | if (self->GetColumn(col, item)) | |
3041 | return new wxListItem(item); | |
3042 | else | |
3043 | return NULL; | |
3044 | } | |
3045 | static PyObject *_wrap_wxListCtrl_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3046 | PyObject * _resultobj; | |
3047 | wxListItem * _result; | |
3048 | wxPyListCtrl * _arg0; | |
3049 | int _arg1; | |
3050 | PyObject * _argo0 = 0; | |
3051 | char *_kwnames[] = { "self","col", NULL }; | |
3052 | ||
3053 | self = self; | |
3054 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListCtrl_GetColumn",_kwnames,&_argo0,&_arg1)) | |
3055 | return NULL; | |
3056 | if (_argo0) { | |
3057 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3058 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3059 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetColumn. Expected _wxPyListCtrl_p."); | |
3060 | return NULL; | |
3061 | } | |
3062 | } | |
3063 | { | |
3064 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3065 | _result = (wxListItem *)wxPyListCtrl_GetColumn(_arg0,_arg1); | |
3066 | ||
3067 | wxPyEndAllowThreads(__tstate); | |
3068 | if (PyErr_Occurred()) return NULL; | |
3069 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
3070 | return _resultobj; | |
3071 | } | |
3072 | ||
3073 | #define wxListCtrl_SetColumn(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetColumn(_swigarg0,_swigarg1)) | |
3074 | static PyObject *_wrap_wxListCtrl_SetColumn(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3075 | PyObject * _resultobj; | |
3076 | bool _result; | |
3077 | wxPyListCtrl * _arg0; | |
3078 | int _arg1; | |
3079 | wxListItem * _arg2; | |
3080 | PyObject * _argo0 = 0; | |
3081 | PyObject * _argo2 = 0; | |
3082 | char *_kwnames[] = { "self","col","item", NULL }; | |
3083 | ||
3084 | self = self; | |
3085 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxListCtrl_SetColumn",_kwnames,&_argo0,&_arg1,&_argo2)) | |
3086 | return NULL; | |
3087 | if (_argo0) { | |
3088 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3089 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3090 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetColumn. Expected _wxPyListCtrl_p."); | |
3091 | return NULL; | |
3092 | } | |
3093 | } | |
3094 | if (_argo2) { | |
3095 | if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxListItem_p")) { | |
3096 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxListCtrl_SetColumn. Expected _wxListItem_p."); | |
3097 | return NULL; | |
3098 | } | |
3099 | } | |
3100 | { | |
3101 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3102 | _result = (bool )wxListCtrl_SetColumn(_arg0,_arg1,*_arg2); | |
3103 | ||
3104 | wxPyEndAllowThreads(__tstate); | |
3105 | if (PyErr_Occurred()) return NULL; | |
3106 | } _resultobj = Py_BuildValue("i",_result); | |
3107 | return _resultobj; | |
3108 | } | |
3109 | ||
3110 | #define wxListCtrl_GetColumnWidth(_swigobj,_swigarg0) (_swigobj->GetColumnWidth(_swigarg0)) | |
3111 | static PyObject *_wrap_wxListCtrl_GetColumnWidth(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3112 | PyObject * _resultobj; | |
3113 | int _result; | |
3114 | wxPyListCtrl * _arg0; | |
3115 | int _arg1; | |
3116 | PyObject * _argo0 = 0; | |
3117 | char *_kwnames[] = { "self","col", NULL }; | |
3118 | ||
3119 | self = self; | |
3120 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListCtrl_GetColumnWidth",_kwnames,&_argo0,&_arg1)) | |
3121 | return NULL; | |
3122 | if (_argo0) { | |
3123 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3124 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3125 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetColumnWidth. Expected _wxPyListCtrl_p."); | |
3126 | return NULL; | |
3127 | } | |
3128 | } | |
3129 | { | |
3130 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3131 | _result = (int )wxListCtrl_GetColumnWidth(_arg0,_arg1); | |
3132 | ||
3133 | wxPyEndAllowThreads(__tstate); | |
3134 | if (PyErr_Occurred()) return NULL; | |
3135 | } _resultobj = Py_BuildValue("i",_result); | |
3136 | return _resultobj; | |
3137 | } | |
3138 | ||
3139 | #define wxListCtrl_SetColumnWidth(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetColumnWidth(_swigarg0,_swigarg1)) | |
3140 | static PyObject *_wrap_wxListCtrl_SetColumnWidth(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3141 | PyObject * _resultobj; | |
3142 | bool _result; | |
3143 | wxPyListCtrl * _arg0; | |
3144 | int _arg1; | |
3145 | int _arg2; | |
3146 | PyObject * _argo0 = 0; | |
3147 | char *_kwnames[] = { "self","col","width", NULL }; | |
3148 | ||
3149 | self = self; | |
3150 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxListCtrl_SetColumnWidth",_kwnames,&_argo0,&_arg1,&_arg2)) | |
3151 | return NULL; | |
3152 | if (_argo0) { | |
3153 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3154 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3155 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetColumnWidth. Expected _wxPyListCtrl_p."); | |
3156 | return NULL; | |
3157 | } | |
3158 | } | |
3159 | { | |
3160 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3161 | _result = (bool )wxListCtrl_SetColumnWidth(_arg0,_arg1,_arg2); | |
3162 | ||
3163 | wxPyEndAllowThreads(__tstate); | |
3164 | if (PyErr_Occurred()) return NULL; | |
3165 | } _resultobj = Py_BuildValue("i",_result); | |
3166 | return _resultobj; | |
3167 | } | |
3168 | ||
3169 | #define wxListCtrl_GetCountPerPage(_swigobj) (_swigobj->GetCountPerPage()) | |
3170 | static PyObject *_wrap_wxListCtrl_GetCountPerPage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3171 | PyObject * _resultobj; | |
3172 | int _result; | |
3173 | wxPyListCtrl * _arg0; | |
3174 | PyObject * _argo0 = 0; | |
3175 | char *_kwnames[] = { "self", NULL }; | |
3176 | ||
3177 | self = self; | |
3178 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetCountPerPage",_kwnames,&_argo0)) | |
3179 | return NULL; | |
3180 | if (_argo0) { | |
3181 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3182 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3183 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetCountPerPage. Expected _wxPyListCtrl_p."); | |
3184 | return NULL; | |
3185 | } | |
3186 | } | |
3187 | { | |
3188 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3189 | _result = (int )wxListCtrl_GetCountPerPage(_arg0); | |
3190 | ||
3191 | wxPyEndAllowThreads(__tstate); | |
3192 | if (PyErr_Occurred()) return NULL; | |
3193 | } _resultobj = Py_BuildValue("i",_result); | |
3194 | return _resultobj; | |
3195 | } | |
3196 | ||
3197 | #define wxListCtrl_GetViewRect(_swigobj) (_swigobj->GetViewRect()) | |
3198 | static PyObject *_wrap_wxListCtrl_GetViewRect(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3199 | PyObject * _resultobj; | |
3200 | wxRect * _result; | |
3201 | wxPyListCtrl * _arg0; | |
3202 | PyObject * _argo0 = 0; | |
3203 | char *_kwnames[] = { "self", NULL }; | |
3204 | char _ptemp[128]; | |
3205 | ||
3206 | self = self; | |
3207 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetViewRect",_kwnames,&_argo0)) | |
3208 | return NULL; | |
3209 | if (_argo0) { | |
3210 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3211 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3212 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetViewRect. Expected _wxPyListCtrl_p."); | |
3213 | return NULL; | |
3214 | } | |
3215 | } | |
3216 | { | |
3217 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3218 | _result = new wxRect (wxListCtrl_GetViewRect(_arg0)); | |
3219 | ||
3220 | wxPyEndAllowThreads(__tstate); | |
3221 | if (PyErr_Occurred()) return NULL; | |
3222 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p"); | |
3223 | _resultobj = Py_BuildValue("s",_ptemp); | |
3224 | return _resultobj; | |
3225 | } | |
3226 | ||
3227 | static wxListItem * wxPyListCtrl_GetItem(wxPyListCtrl *self,long itemId,int col) { | |
3228 | wxListItem* info = new wxListItem; | |
3229 | info->m_itemId = itemId; | |
3230 | info->m_col = col; | |
3231 | info->m_mask = 0xFFFF; | |
3232 | self->GetItem(*info); | |
3233 | return info; | |
3234 | } | |
3235 | static PyObject *_wrap_wxListCtrl_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3236 | PyObject * _resultobj; | |
3237 | wxListItem * _result; | |
3238 | wxPyListCtrl * _arg0; | |
3239 | long _arg1; | |
3240 | int _arg2 = (int ) 0; | |
3241 | PyObject * _argo0 = 0; | |
3242 | char *_kwnames[] = { "self","itemId","col", NULL }; | |
3243 | ||
3244 | self = self; | |
3245 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol|i:wxListCtrl_GetItem",_kwnames,&_argo0,&_arg1,&_arg2)) | |
3246 | return NULL; | |
3247 | if (_argo0) { | |
3248 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3249 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3250 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItem. Expected _wxPyListCtrl_p."); | |
3251 | return NULL; | |
3252 | } | |
3253 | } | |
3254 | { | |
3255 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3256 | _result = (wxListItem *)wxPyListCtrl_GetItem(_arg0,_arg1,_arg2); | |
3257 | ||
3258 | wxPyEndAllowThreads(__tstate); | |
3259 | if (PyErr_Occurred()) return NULL; | |
3260 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
3261 | return _resultobj; | |
3262 | } | |
3263 | ||
3264 | #define wxListCtrl_SetItem(_swigobj,_swigarg0) (_swigobj->SetItem(_swigarg0)) | |
3265 | static PyObject *_wrap_wxListCtrl_SetItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3266 | PyObject * _resultobj; | |
3267 | bool _result; | |
3268 | wxPyListCtrl * _arg0; | |
3269 | wxListItem * _arg1; | |
3270 | PyObject * _argo0 = 0; | |
3271 | PyObject * _argo1 = 0; | |
3272 | char *_kwnames[] = { "self","info", NULL }; | |
3273 | ||
3274 | self = self; | |
3275 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListCtrl_SetItem",_kwnames,&_argo0,&_argo1)) | |
3276 | return NULL; | |
3277 | if (_argo0) { | |
3278 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3279 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3280 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItem. Expected _wxPyListCtrl_p."); | |
3281 | return NULL; | |
3282 | } | |
3283 | } | |
3284 | if (_argo1) { | |
3285 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxListItem_p")) { | |
3286 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListCtrl_SetItem. Expected _wxListItem_p."); | |
3287 | return NULL; | |
3288 | } | |
3289 | } | |
3290 | { | |
3291 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3292 | _result = (bool )wxListCtrl_SetItem(_arg0,*_arg1); | |
3293 | ||
3294 | wxPyEndAllowThreads(__tstate); | |
3295 | if (PyErr_Occurred()) return NULL; | |
3296 | } _resultobj = Py_BuildValue("i",_result); | |
3297 | return _resultobj; | |
3298 | } | |
3299 | ||
3300 | #define wxListCtrl_SetStringItem(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->SetItem(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) | |
3301 | static PyObject *_wrap_wxListCtrl_SetStringItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3302 | PyObject * _resultobj; | |
3303 | long _result; | |
3304 | wxPyListCtrl * _arg0; | |
3305 | long _arg1; | |
3306 | int _arg2; | |
3307 | wxString * _arg3; | |
3308 | int _arg4 = (int ) -1; | |
3309 | PyObject * _argo0 = 0; | |
3310 | PyObject * _obj3 = 0; | |
3311 | char *_kwnames[] = { "self","index","col","label","imageId", NULL }; | |
3312 | ||
3313 | self = self; | |
3314 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OliO|i:wxListCtrl_SetStringItem",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_arg4)) | |
3315 | return NULL; | |
3316 | if (_argo0) { | |
3317 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3318 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3319 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetStringItem. Expected _wxPyListCtrl_p."); | |
3320 | return NULL; | |
3321 | } | |
3322 | } | |
3323 | { | |
3324 | _arg3 = wxString_in_helper(_obj3); | |
3325 | if (_arg3 == NULL) | |
3326 | return NULL; | |
3327 | } | |
3328 | { | |
3329 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3330 | _result = (long )wxListCtrl_SetStringItem(_arg0,_arg1,_arg2,*_arg3,_arg4); | |
3331 | ||
3332 | wxPyEndAllowThreads(__tstate); | |
3333 | if (PyErr_Occurred()) return NULL; | |
3334 | } _resultobj = Py_BuildValue("l",_result); | |
3335 | { | |
3336 | if (_obj3) | |
3337 | delete _arg3; | |
3338 | } | |
3339 | return _resultobj; | |
3340 | } | |
3341 | ||
3342 | #define wxListCtrl_GetItemState(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetItemState(_swigarg0,_swigarg1)) | |
3343 | static PyObject *_wrap_wxListCtrl_GetItemState(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3344 | PyObject * _resultobj; | |
3345 | int _result; | |
3346 | wxPyListCtrl * _arg0; | |
3347 | long _arg1; | |
3348 | long _arg2; | |
3349 | PyObject * _argo0 = 0; | |
3350 | char *_kwnames[] = { "self","item","stateMask", NULL }; | |
3351 | ||
3352 | self = self; | |
3353 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxListCtrl_GetItemState",_kwnames,&_argo0,&_arg1,&_arg2)) | |
3354 | return NULL; | |
3355 | if (_argo0) { | |
3356 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3357 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3358 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemState. Expected _wxPyListCtrl_p."); | |
3359 | return NULL; | |
3360 | } | |
3361 | } | |
3362 | { | |
3363 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3364 | _result = (int )wxListCtrl_GetItemState(_arg0,_arg1,_arg2); | |
3365 | ||
3366 | wxPyEndAllowThreads(__tstate); | |
3367 | if (PyErr_Occurred()) return NULL; | |
3368 | } _resultobj = Py_BuildValue("i",_result); | |
3369 | return _resultobj; | |
3370 | } | |
3371 | ||
3372 | #define wxListCtrl_SetItemState(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetItemState(_swigarg0,_swigarg1,_swigarg2)) | |
3373 | static PyObject *_wrap_wxListCtrl_SetItemState(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3374 | PyObject * _resultobj; | |
3375 | bool _result; | |
3376 | wxPyListCtrl * _arg0; | |
3377 | long _arg1; | |
3378 | long _arg2; | |
3379 | long _arg3; | |
3380 | PyObject * _argo0 = 0; | |
3381 | char *_kwnames[] = { "self","item","state","stateMask", NULL }; | |
3382 | ||
3383 | self = self; | |
3384 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Olll:wxListCtrl_SetItemState",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3)) | |
3385 | return NULL; | |
3386 | if (_argo0) { | |
3387 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3388 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3389 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemState. Expected _wxPyListCtrl_p."); | |
3390 | return NULL; | |
3391 | } | |
3392 | } | |
3393 | { | |
3394 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3395 | _result = (bool )wxListCtrl_SetItemState(_arg0,_arg1,_arg2,_arg3); | |
3396 | ||
3397 | wxPyEndAllowThreads(__tstate); | |
3398 | if (PyErr_Occurred()) return NULL; | |
3399 | } _resultobj = Py_BuildValue("i",_result); | |
3400 | return _resultobj; | |
3401 | } | |
3402 | ||
3403 | #define wxListCtrl_SetItemImage(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetItemImage(_swigarg0,_swigarg1,_swigarg2)) | |
3404 | static PyObject *_wrap_wxListCtrl_SetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3405 | PyObject * _resultobj; | |
3406 | bool _result; | |
3407 | wxPyListCtrl * _arg0; | |
3408 | long _arg1; | |
3409 | int _arg2; | |
3410 | int _arg3; | |
3411 | PyObject * _argo0 = 0; | |
3412 | char *_kwnames[] = { "self","item","image","selImage", NULL }; | |
3413 | ||
3414 | self = self; | |
3415 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Olii:wxListCtrl_SetItemImage",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3)) | |
3416 | return NULL; | |
3417 | if (_argo0) { | |
3418 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3419 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3420 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemImage. Expected _wxPyListCtrl_p."); | |
3421 | return NULL; | |
3422 | } | |
3423 | } | |
3424 | { | |
3425 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3426 | _result = (bool )wxListCtrl_SetItemImage(_arg0,_arg1,_arg2,_arg3); | |
3427 | ||
3428 | wxPyEndAllowThreads(__tstate); | |
3429 | if (PyErr_Occurred()) return NULL; | |
3430 | } _resultobj = Py_BuildValue("i",_result); | |
3431 | return _resultobj; | |
3432 | } | |
3433 | ||
3434 | #define wxListCtrl_GetItemText(_swigobj,_swigarg0) (_swigobj->GetItemText(_swigarg0)) | |
3435 | static PyObject *_wrap_wxListCtrl_GetItemText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3436 | PyObject * _resultobj; | |
3437 | wxString * _result; | |
3438 | wxPyListCtrl * _arg0; | |
3439 | long _arg1; | |
3440 | PyObject * _argo0 = 0; | |
3441 | char *_kwnames[] = { "self","item", NULL }; | |
3442 | ||
3443 | self = self; | |
3444 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_GetItemText",_kwnames,&_argo0,&_arg1)) | |
3445 | return NULL; | |
3446 | if (_argo0) { | |
3447 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3448 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3449 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemText. Expected _wxPyListCtrl_p."); | |
3450 | return NULL; | |
3451 | } | |
3452 | } | |
3453 | { | |
3454 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3455 | _result = new wxString (wxListCtrl_GetItemText(_arg0,_arg1)); | |
3456 | ||
3457 | wxPyEndAllowThreads(__tstate); | |
3458 | if (PyErr_Occurred()) return NULL; | |
3459 | }{ | |
3460 | #if wxUSE_UNICODE | |
3461 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
3462 | #else | |
3463 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
3464 | #endif | |
3465 | } | |
3466 | { | |
3467 | delete _result; | |
3468 | } | |
3469 | return _resultobj; | |
3470 | } | |
3471 | ||
3472 | #define wxListCtrl_SetItemText(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemText(_swigarg0,_swigarg1)) | |
3473 | static PyObject *_wrap_wxListCtrl_SetItemText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3474 | PyObject * _resultobj; | |
3475 | wxPyListCtrl * _arg0; | |
3476 | long _arg1; | |
3477 | wxString * _arg2; | |
3478 | PyObject * _argo0 = 0; | |
3479 | PyObject * _obj2 = 0; | |
3480 | char *_kwnames[] = { "self","item","str", NULL }; | |
3481 | ||
3482 | self = self; | |
3483 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO:wxListCtrl_SetItemText",_kwnames,&_argo0,&_arg1,&_obj2)) | |
3484 | return NULL; | |
3485 | if (_argo0) { | |
3486 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3487 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3488 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemText. Expected _wxPyListCtrl_p."); | |
3489 | return NULL; | |
3490 | } | |
3491 | } | |
3492 | { | |
3493 | _arg2 = wxString_in_helper(_obj2); | |
3494 | if (_arg2 == NULL) | |
3495 | return NULL; | |
3496 | } | |
3497 | { | |
3498 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3499 | wxListCtrl_SetItemText(_arg0,_arg1,*_arg2); | |
3500 | ||
3501 | wxPyEndAllowThreads(__tstate); | |
3502 | if (PyErr_Occurred()) return NULL; | |
3503 | } Py_INCREF(Py_None); | |
3504 | _resultobj = Py_None; | |
3505 | { | |
3506 | if (_obj2) | |
3507 | delete _arg2; | |
3508 | } | |
3509 | return _resultobj; | |
3510 | } | |
3511 | ||
3512 | #define wxListCtrl_GetItemData(_swigobj,_swigarg0) (_swigobj->GetItemData(_swigarg0)) | |
3513 | static PyObject *_wrap_wxListCtrl_GetItemData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3514 | PyObject * _resultobj; | |
3515 | long _result; | |
3516 | wxPyListCtrl * _arg0; | |
3517 | long _arg1; | |
3518 | PyObject * _argo0 = 0; | |
3519 | char *_kwnames[] = { "self","item", NULL }; | |
3520 | ||
3521 | self = self; | |
3522 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_GetItemData",_kwnames,&_argo0,&_arg1)) | |
3523 | return NULL; | |
3524 | if (_argo0) { | |
3525 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3526 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3527 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemData. Expected _wxPyListCtrl_p."); | |
3528 | return NULL; | |
3529 | } | |
3530 | } | |
3531 | { | |
3532 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3533 | _result = (long )wxListCtrl_GetItemData(_arg0,_arg1); | |
3534 | ||
3535 | wxPyEndAllowThreads(__tstate); | |
3536 | if (PyErr_Occurred()) return NULL; | |
3537 | } _resultobj = Py_BuildValue("l",_result); | |
3538 | return _resultobj; | |
3539 | } | |
3540 | ||
3541 | #define wxListCtrl_SetItemData(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemData(_swigarg0,_swigarg1)) | |
3542 | static PyObject *_wrap_wxListCtrl_SetItemData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3543 | PyObject * _resultobj; | |
3544 | bool _result; | |
3545 | wxPyListCtrl * _arg0; | |
3546 | long _arg1; | |
3547 | long _arg2; | |
3548 | PyObject * _argo0 = 0; | |
3549 | char *_kwnames[] = { "self","item","data", NULL }; | |
3550 | ||
3551 | self = self; | |
3552 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxListCtrl_SetItemData",_kwnames,&_argo0,&_arg1,&_arg2)) | |
3553 | return NULL; | |
3554 | if (_argo0) { | |
3555 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3556 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3557 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemData. Expected _wxPyListCtrl_p."); | |
3558 | return NULL; | |
3559 | } | |
3560 | } | |
3561 | { | |
3562 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3563 | _result = (bool )wxListCtrl_SetItemData(_arg0,_arg1,_arg2); | |
3564 | ||
3565 | wxPyEndAllowThreads(__tstate); | |
3566 | if (PyErr_Occurred()) return NULL; | |
3567 | } _resultobj = Py_BuildValue("i",_result); | |
3568 | return _resultobj; | |
3569 | } | |
3570 | ||
3571 | static wxPoint * wxPyListCtrl_GetItemPosition(wxPyListCtrl *self,long item) { | |
3572 | wxPoint* pos = new wxPoint; | |
3573 | self->GetItemPosition(item, *pos); | |
3574 | return pos; | |
3575 | } | |
3576 | static PyObject *_wrap_wxListCtrl_GetItemPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3577 | PyObject * _resultobj; | |
3578 | wxPoint * _result; | |
3579 | wxPyListCtrl * _arg0; | |
3580 | long _arg1; | |
3581 | PyObject * _argo0 = 0; | |
3582 | char *_kwnames[] = { "self","item", NULL }; | |
3583 | char _ptemp[128]; | |
3584 | ||
3585 | self = self; | |
3586 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_GetItemPosition",_kwnames,&_argo0,&_arg1)) | |
3587 | return NULL; | |
3588 | if (_argo0) { | |
3589 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3590 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3591 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemPosition. Expected _wxPyListCtrl_p."); | |
3592 | return NULL; | |
3593 | } | |
3594 | } | |
3595 | { | |
3596 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3597 | _result = (wxPoint *)wxPyListCtrl_GetItemPosition(_arg0,_arg1); | |
3598 | ||
3599 | wxPyEndAllowThreads(__tstate); | |
3600 | if (PyErr_Occurred()) return NULL; | |
3601 | } if (_result) { | |
3602 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPoint_p"); | |
3603 | _resultobj = Py_BuildValue("s",_ptemp); | |
3604 | } else { | |
3605 | Py_INCREF(Py_None); | |
3606 | _resultobj = Py_None; | |
3607 | } | |
3608 | return _resultobj; | |
3609 | } | |
3610 | ||
3611 | static wxRect * wxPyListCtrl_GetItemRect(wxPyListCtrl *self,long item,int code) { | |
3612 | wxRect* rect= new wxRect; | |
3613 | self->GetItemRect(item, *rect, code); | |
3614 | return rect; | |
3615 | } | |
3616 | static PyObject *_wrap_wxListCtrl_GetItemRect(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3617 | PyObject * _resultobj; | |
3618 | wxRect * _result; | |
3619 | wxPyListCtrl * _arg0; | |
3620 | long _arg1; | |
3621 | int _arg2 = (int ) (wxLIST_RECT_BOUNDS); | |
3622 | PyObject * _argo0 = 0; | |
3623 | char *_kwnames[] = { "self","item","code", NULL }; | |
3624 | char _ptemp[128]; | |
3625 | ||
3626 | self = self; | |
3627 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol|i:wxListCtrl_GetItemRect",_kwnames,&_argo0,&_arg1,&_arg2)) | |
3628 | return NULL; | |
3629 | if (_argo0) { | |
3630 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3631 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3632 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemRect. Expected _wxPyListCtrl_p."); | |
3633 | return NULL; | |
3634 | } | |
3635 | } | |
3636 | { | |
3637 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3638 | _result = (wxRect *)wxPyListCtrl_GetItemRect(_arg0,_arg1,_arg2); | |
3639 | ||
3640 | wxPyEndAllowThreads(__tstate); | |
3641 | if (PyErr_Occurred()) return NULL; | |
3642 | } if (_result) { | |
3643 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxRect_p"); | |
3644 | _resultobj = Py_BuildValue("s",_ptemp); | |
3645 | } else { | |
3646 | Py_INCREF(Py_None); | |
3647 | _resultobj = Py_None; | |
3648 | } | |
3649 | return _resultobj; | |
3650 | } | |
3651 | ||
3652 | #define wxListCtrl_SetItemPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemPosition(_swigarg0,_swigarg1)) | |
3653 | static PyObject *_wrap_wxListCtrl_SetItemPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3654 | PyObject * _resultobj; | |
3655 | bool _result; | |
3656 | wxPyListCtrl * _arg0; | |
3657 | long _arg1; | |
3658 | wxPoint * _arg2; | |
3659 | PyObject * _argo0 = 0; | |
3660 | wxPoint temp; | |
3661 | PyObject * _obj2 = 0; | |
3662 | char *_kwnames[] = { "self","item","pos", NULL }; | |
3663 | ||
3664 | self = self; | |
3665 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO:wxListCtrl_SetItemPosition",_kwnames,&_argo0,&_arg1,&_obj2)) | |
3666 | return NULL; | |
3667 | if (_argo0) { | |
3668 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3669 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3670 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemPosition. Expected _wxPyListCtrl_p."); | |
3671 | return NULL; | |
3672 | } | |
3673 | } | |
3674 | { | |
3675 | _arg2 = &temp; | |
3676 | if (! wxPoint_helper(_obj2, &_arg2)) | |
3677 | return NULL; | |
3678 | } | |
3679 | { | |
3680 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3681 | _result = (bool )wxListCtrl_SetItemPosition(_arg0,_arg1,*_arg2); | |
3682 | ||
3683 | wxPyEndAllowThreads(__tstate); | |
3684 | if (PyErr_Occurred()) return NULL; | |
3685 | } _resultobj = Py_BuildValue("i",_result); | |
3686 | return _resultobj; | |
3687 | } | |
3688 | ||
3689 | #define wxListCtrl_GetItemCount(_swigobj) (_swigobj->GetItemCount()) | |
3690 | static PyObject *_wrap_wxListCtrl_GetItemCount(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3691 | PyObject * _resultobj; | |
3692 | int _result; | |
3693 | wxPyListCtrl * _arg0; | |
3694 | PyObject * _argo0 = 0; | |
3695 | char *_kwnames[] = { "self", NULL }; | |
3696 | ||
3697 | self = self; | |
3698 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetItemCount",_kwnames,&_argo0)) | |
3699 | return NULL; | |
3700 | if (_argo0) { | |
3701 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3702 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3703 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemCount. Expected _wxPyListCtrl_p."); | |
3704 | return NULL; | |
3705 | } | |
3706 | } | |
3707 | { | |
3708 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3709 | _result = (int )wxListCtrl_GetItemCount(_arg0); | |
3710 | ||
3711 | wxPyEndAllowThreads(__tstate); | |
3712 | if (PyErr_Occurred()) return NULL; | |
3713 | } _resultobj = Py_BuildValue("i",_result); | |
3714 | return _resultobj; | |
3715 | } | |
3716 | ||
3717 | #define wxListCtrl_GetColumnCount(_swigobj) (_swigobj->GetColumnCount()) | |
3718 | static PyObject *_wrap_wxListCtrl_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3719 | PyObject * _resultobj; | |
3720 | int _result; | |
3721 | wxPyListCtrl * _arg0; | |
3722 | PyObject * _argo0 = 0; | |
3723 | char *_kwnames[] = { "self", NULL }; | |
3724 | ||
3725 | self = self; | |
3726 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetColumnCount",_kwnames,&_argo0)) | |
3727 | return NULL; | |
3728 | if (_argo0) { | |
3729 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3730 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3731 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetColumnCount. Expected _wxPyListCtrl_p."); | |
3732 | return NULL; | |
3733 | } | |
3734 | } | |
3735 | { | |
3736 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3737 | _result = (int )wxListCtrl_GetColumnCount(_arg0); | |
3738 | ||
3739 | wxPyEndAllowThreads(__tstate); | |
3740 | if (PyErr_Occurred()) return NULL; | |
3741 | } _resultobj = Py_BuildValue("i",_result); | |
3742 | return _resultobj; | |
3743 | } | |
3744 | ||
3745 | #define wxListCtrl_GetItemSpacing(_swigobj) (_swigobj->GetItemSpacing()) | |
3746 | static PyObject *_wrap_wxListCtrl_GetItemSpacing(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3747 | PyObject * _resultobj; | |
3748 | wxSize * _result; | |
3749 | wxPyListCtrl * _arg0; | |
3750 | PyObject * _argo0 = 0; | |
3751 | char *_kwnames[] = { "self", NULL }; | |
3752 | char _ptemp[128]; | |
3753 | ||
3754 | self = self; | |
3755 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetItemSpacing",_kwnames,&_argo0)) | |
3756 | return NULL; | |
3757 | if (_argo0) { | |
3758 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3759 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3760 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemSpacing. Expected _wxPyListCtrl_p."); | |
3761 | return NULL; | |
3762 | } | |
3763 | } | |
3764 | { | |
3765 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3766 | _result = new wxSize (wxListCtrl_GetItemSpacing(_arg0)); | |
3767 | ||
3768 | wxPyEndAllowThreads(__tstate); | |
3769 | if (PyErr_Occurred()) return NULL; | |
3770 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p"); | |
3771 | _resultobj = Py_BuildValue("s",_ptemp); | |
3772 | return _resultobj; | |
3773 | } | |
3774 | ||
3775 | #define wxListCtrl_SetItemSpacing(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemSpacing(_swigarg0,_swigarg1)) | |
3776 | static PyObject *_wrap_wxListCtrl_SetItemSpacing(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3777 | PyObject * _resultobj; | |
3778 | wxPyListCtrl * _arg0; | |
3779 | int _arg1; | |
3780 | bool _arg2 = (bool ) FALSE; | |
3781 | PyObject * _argo0 = 0; | |
3782 | int tempbool2 = (int) FALSE; | |
3783 | char *_kwnames[] = { "self","spacing","isSmall", NULL }; | |
3784 | ||
3785 | self = self; | |
3786 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxListCtrl_SetItemSpacing",_kwnames,&_argo0,&_arg1,&tempbool2)) | |
3787 | return NULL; | |
3788 | if (_argo0) { | |
3789 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3790 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3791 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemSpacing. Expected _wxPyListCtrl_p."); | |
3792 | return NULL; | |
3793 | } | |
3794 | } | |
3795 | _arg2 = (bool ) tempbool2; | |
3796 | { | |
3797 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3798 | wxListCtrl_SetItemSpacing(_arg0,_arg1,_arg2); | |
3799 | ||
3800 | wxPyEndAllowThreads(__tstate); | |
3801 | if (PyErr_Occurred()) return NULL; | |
3802 | } Py_INCREF(Py_None); | |
3803 | _resultobj = Py_None; | |
3804 | return _resultobj; | |
3805 | } | |
3806 | ||
3807 | #define wxListCtrl_GetSelectedItemCount(_swigobj) (_swigobj->GetSelectedItemCount()) | |
3808 | static PyObject *_wrap_wxListCtrl_GetSelectedItemCount(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3809 | PyObject * _resultobj; | |
3810 | int _result; | |
3811 | wxPyListCtrl * _arg0; | |
3812 | PyObject * _argo0 = 0; | |
3813 | char *_kwnames[] = { "self", NULL }; | |
3814 | ||
3815 | self = self; | |
3816 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetSelectedItemCount",_kwnames,&_argo0)) | |
3817 | return NULL; | |
3818 | if (_argo0) { | |
3819 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3820 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3821 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetSelectedItemCount. Expected _wxPyListCtrl_p."); | |
3822 | return NULL; | |
3823 | } | |
3824 | } | |
3825 | { | |
3826 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3827 | _result = (int )wxListCtrl_GetSelectedItemCount(_arg0); | |
3828 | ||
3829 | wxPyEndAllowThreads(__tstate); | |
3830 | if (PyErr_Occurred()) return NULL; | |
3831 | } _resultobj = Py_BuildValue("i",_result); | |
3832 | return _resultobj; | |
3833 | } | |
3834 | ||
3835 | #define wxListCtrl_GetTextColour(_swigobj) (_swigobj->GetTextColour()) | |
3836 | static PyObject *_wrap_wxListCtrl_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3837 | PyObject * _resultobj; | |
3838 | wxColour * _result; | |
3839 | wxPyListCtrl * _arg0; | |
3840 | PyObject * _argo0 = 0; | |
3841 | char *_kwnames[] = { "self", NULL }; | |
3842 | char _ptemp[128]; | |
3843 | ||
3844 | self = self; | |
3845 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetTextColour",_kwnames,&_argo0)) | |
3846 | return NULL; | |
3847 | if (_argo0) { | |
3848 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3849 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3850 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetTextColour. Expected _wxPyListCtrl_p."); | |
3851 | return NULL; | |
3852 | } | |
3853 | } | |
3854 | { | |
3855 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3856 | _result = new wxColour (wxListCtrl_GetTextColour(_arg0)); | |
3857 | ||
3858 | wxPyEndAllowThreads(__tstate); | |
3859 | if (PyErr_Occurred()) return NULL; | |
3860 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
3861 | _resultobj = Py_BuildValue("s",_ptemp); | |
3862 | return _resultobj; | |
3863 | } | |
3864 | ||
3865 | #define wxListCtrl_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0)) | |
3866 | static PyObject *_wrap_wxListCtrl_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3867 | PyObject * _resultobj; | |
3868 | wxPyListCtrl * _arg0; | |
3869 | wxColour * _arg1; | |
3870 | PyObject * _argo0 = 0; | |
3871 | wxColour temp; | |
3872 | PyObject * _obj1 = 0; | |
3873 | char *_kwnames[] = { "self","col", NULL }; | |
3874 | ||
3875 | self = self; | |
3876 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListCtrl_SetTextColour",_kwnames,&_argo0,&_obj1)) | |
3877 | return NULL; | |
3878 | if (_argo0) { | |
3879 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3880 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3881 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetTextColour. Expected _wxPyListCtrl_p."); | |
3882 | return NULL; | |
3883 | } | |
3884 | } | |
3885 | { | |
3886 | _arg1 = &temp; | |
3887 | if (! wxColour_helper(_obj1, &_arg1)) | |
3888 | return NULL; | |
3889 | } | |
3890 | { | |
3891 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3892 | wxListCtrl_SetTextColour(_arg0,*_arg1); | |
3893 | ||
3894 | wxPyEndAllowThreads(__tstate); | |
3895 | if (PyErr_Occurred()) return NULL; | |
3896 | } Py_INCREF(Py_None); | |
3897 | _resultobj = Py_None; | |
3898 | return _resultobj; | |
3899 | } | |
3900 | ||
3901 | #define wxListCtrl_GetTopItem(_swigobj) (_swigobj->GetTopItem()) | |
3902 | static PyObject *_wrap_wxListCtrl_GetTopItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3903 | PyObject * _resultobj; | |
3904 | long _result; | |
3905 | wxPyListCtrl * _arg0; | |
3906 | PyObject * _argo0 = 0; | |
3907 | char *_kwnames[] = { "self", NULL }; | |
3908 | ||
3909 | self = self; | |
3910 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetTopItem",_kwnames,&_argo0)) | |
3911 | return NULL; | |
3912 | if (_argo0) { | |
3913 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3914 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3915 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetTopItem. Expected _wxPyListCtrl_p."); | |
3916 | return NULL; | |
3917 | } | |
3918 | } | |
3919 | { | |
3920 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3921 | _result = (long )wxListCtrl_GetTopItem(_arg0); | |
3922 | ||
3923 | wxPyEndAllowThreads(__tstate); | |
3924 | if (PyErr_Occurred()) return NULL; | |
3925 | } _resultobj = Py_BuildValue("l",_result); | |
3926 | return _resultobj; | |
3927 | } | |
3928 | ||
3929 | #define wxListCtrl_SetSingleStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSingleStyle(_swigarg0,_swigarg1)) | |
3930 | static PyObject *_wrap_wxListCtrl_SetSingleStyle(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3931 | PyObject * _resultobj; | |
3932 | wxPyListCtrl * _arg0; | |
3933 | long _arg1; | |
3934 | bool _arg2 = (bool ) TRUE; | |
3935 | PyObject * _argo0 = 0; | |
3936 | int tempbool2 = (int) TRUE; | |
3937 | char *_kwnames[] = { "self","style","add", NULL }; | |
3938 | ||
3939 | self = self; | |
3940 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol|i:wxListCtrl_SetSingleStyle",_kwnames,&_argo0,&_arg1,&tempbool2)) | |
3941 | return NULL; | |
3942 | if (_argo0) { | |
3943 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3944 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3945 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetSingleStyle. Expected _wxPyListCtrl_p."); | |
3946 | return NULL; | |
3947 | } | |
3948 | } | |
3949 | _arg2 = (bool ) tempbool2; | |
3950 | { | |
3951 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3952 | wxListCtrl_SetSingleStyle(_arg0,_arg1,_arg2); | |
3953 | ||
3954 | wxPyEndAllowThreads(__tstate); | |
3955 | if (PyErr_Occurred()) return NULL; | |
3956 | } Py_INCREF(Py_None); | |
3957 | _resultobj = Py_None; | |
3958 | return _resultobj; | |
3959 | } | |
3960 | ||
3961 | #define wxListCtrl_SetWindowStyleFlag(_swigobj,_swigarg0) (_swigobj->SetWindowStyleFlag(_swigarg0)) | |
3962 | static PyObject *_wrap_wxListCtrl_SetWindowStyleFlag(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3963 | PyObject * _resultobj; | |
3964 | wxPyListCtrl * _arg0; | |
3965 | long _arg1; | |
3966 | PyObject * _argo0 = 0; | |
3967 | char *_kwnames[] = { "self","style", NULL }; | |
3968 | ||
3969 | self = self; | |
3970 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_SetWindowStyleFlag",_kwnames,&_argo0,&_arg1)) | |
3971 | return NULL; | |
3972 | if (_argo0) { | |
3973 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3974 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
3975 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetWindowStyleFlag. Expected _wxPyListCtrl_p."); | |
3976 | return NULL; | |
3977 | } | |
3978 | } | |
3979 | { | |
3980 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3981 | wxListCtrl_SetWindowStyleFlag(_arg0,_arg1); | |
3982 | ||
3983 | wxPyEndAllowThreads(__tstate); | |
3984 | if (PyErr_Occurred()) return NULL; | |
3985 | } Py_INCREF(Py_None); | |
3986 | _resultobj = Py_None; | |
3987 | return _resultobj; | |
3988 | } | |
3989 | ||
3990 | #define wxListCtrl_GetNextItem(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->GetNextItem(_swigarg0,_swigarg1,_swigarg2)) | |
3991 | static PyObject *_wrap_wxListCtrl_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3992 | PyObject * _resultobj; | |
3993 | long _result; | |
3994 | wxPyListCtrl * _arg0; | |
3995 | long _arg1; | |
3996 | int _arg2 = (int ) (wxLIST_NEXT_ALL); | |
3997 | int _arg3 = (int ) (wxLIST_STATE_DONTCARE); | |
3998 | PyObject * _argo0 = 0; | |
3999 | char *_kwnames[] = { "self","item","geometry","state", NULL }; | |
4000 | ||
4001 | self = self; | |
4002 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol|ii:wxListCtrl_GetNextItem",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3)) | |
4003 | return NULL; | |
4004 | if (_argo0) { | |
4005 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4006 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4007 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetNextItem. Expected _wxPyListCtrl_p."); | |
4008 | return NULL; | |
4009 | } | |
4010 | } | |
4011 | { | |
4012 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4013 | _result = (long )wxListCtrl_GetNextItem(_arg0,_arg1,_arg2,_arg3); | |
4014 | ||
4015 | wxPyEndAllowThreads(__tstate); | |
4016 | if (PyErr_Occurred()) return NULL; | |
4017 | } _resultobj = Py_BuildValue("l",_result); | |
4018 | return _resultobj; | |
4019 | } | |
4020 | ||
4021 | #define wxListCtrl_GetImageList(_swigobj,_swigarg0) (_swigobj->GetImageList(_swigarg0)) | |
4022 | static PyObject *_wrap_wxListCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4023 | PyObject * _resultobj; | |
4024 | wxImageList * _result; | |
4025 | wxPyListCtrl * _arg0; | |
4026 | int _arg1; | |
4027 | PyObject * _argo0 = 0; | |
4028 | char *_kwnames[] = { "self","which", NULL }; | |
4029 | ||
4030 | self = self; | |
4031 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListCtrl_GetImageList",_kwnames,&_argo0,&_arg1)) | |
4032 | return NULL; | |
4033 | if (_argo0) { | |
4034 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4035 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4036 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetImageList. Expected _wxPyListCtrl_p."); | |
4037 | return NULL; | |
4038 | } | |
4039 | } | |
4040 | { | |
4041 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4042 | _result = (wxImageList *)wxListCtrl_GetImageList(_arg0,_arg1); | |
4043 | ||
4044 | wxPyEndAllowThreads(__tstate); | |
4045 | if (PyErr_Occurred()) return NULL; | |
4046 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
4047 | return _resultobj; | |
4048 | } | |
4049 | ||
4050 | #define wxListCtrl_SetImageList(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetImageList(_swigarg0,_swigarg1)) | |
4051 | static PyObject *_wrap_wxListCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4052 | PyObject * _resultobj; | |
4053 | wxPyListCtrl * _arg0; | |
4054 | wxImageList * _arg1; | |
4055 | int _arg2; | |
4056 | PyObject * _argo0 = 0; | |
4057 | PyObject * _argo1 = 0; | |
4058 | char *_kwnames[] = { "self","imageList","which", NULL }; | |
4059 | ||
4060 | self = self; | |
4061 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxListCtrl_SetImageList",_kwnames,&_argo0,&_argo1,&_arg2)) | |
4062 | return NULL; | |
4063 | if (_argo0) { | |
4064 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4065 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4066 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetImageList. Expected _wxPyListCtrl_p."); | |
4067 | return NULL; | |
4068 | } | |
4069 | } | |
4070 | if (_argo1) { | |
4071 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
4072 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxImageList_p")) { | |
4073 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListCtrl_SetImageList. Expected _wxImageList_p."); | |
4074 | return NULL; | |
4075 | } | |
4076 | } | |
4077 | { | |
4078 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4079 | wxListCtrl_SetImageList(_arg0,_arg1,_arg2); | |
4080 | ||
4081 | wxPyEndAllowThreads(__tstate); | |
4082 | if (PyErr_Occurred()) return NULL; | |
4083 | } Py_INCREF(Py_None); | |
4084 | _resultobj = Py_None; | |
4085 | return _resultobj; | |
4086 | } | |
4087 | ||
4088 | #define wxListCtrl_AssignImageList(_swigobj,_swigarg0,_swigarg1) (_swigobj->AssignImageList(_swigarg0,_swigarg1)) | |
4089 | static PyObject *_wrap_wxListCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4090 | PyObject * _resultobj; | |
4091 | wxPyListCtrl * _arg0; | |
4092 | wxImageList * _arg1; | |
4093 | int _arg2; | |
4094 | PyObject * _argo0 = 0; | |
4095 | PyObject * _argo1 = 0; | |
4096 | char *_kwnames[] = { "self","imageList","which", NULL }; | |
4097 | ||
4098 | self = self; | |
4099 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxListCtrl_AssignImageList",_kwnames,&_argo0,&_argo1,&_arg2)) | |
4100 | return NULL; | |
4101 | if (_argo0) { | |
4102 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4103 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4104 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_AssignImageList. Expected _wxPyListCtrl_p."); | |
4105 | return NULL; | |
4106 | } | |
4107 | } | |
4108 | if (_argo1) { | |
4109 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
4110 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxImageList_p")) { | |
4111 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListCtrl_AssignImageList. Expected _wxImageList_p."); | |
4112 | return NULL; | |
4113 | } | |
4114 | } | |
4115 | { | |
4116 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4117 | wxListCtrl_AssignImageList(_arg0,_arg1,_arg2); | |
4118 | ||
4119 | wxPyEndAllowThreads(__tstate); | |
4120 | if (PyErr_Occurred()) return NULL; | |
4121 | } Py_INCREF(Py_None); | |
4122 | _resultobj = Py_None; | |
4123 | return _resultobj; | |
4124 | } | |
4125 | ||
4126 | #define wxListCtrl_IsVirtual(_swigobj) (_swigobj->IsVirtual()) | |
4127 | static PyObject *_wrap_wxListCtrl_IsVirtual(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4128 | PyObject * _resultobj; | |
4129 | bool _result; | |
4130 | wxPyListCtrl * _arg0; | |
4131 | PyObject * _argo0 = 0; | |
4132 | char *_kwnames[] = { "self", NULL }; | |
4133 | ||
4134 | self = self; | |
4135 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_IsVirtual",_kwnames,&_argo0)) | |
4136 | return NULL; | |
4137 | if (_argo0) { | |
4138 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4139 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4140 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_IsVirtual. Expected _wxPyListCtrl_p."); | |
4141 | return NULL; | |
4142 | } | |
4143 | } | |
4144 | { | |
4145 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4146 | _result = (bool )wxListCtrl_IsVirtual(_arg0); | |
4147 | ||
4148 | wxPyEndAllowThreads(__tstate); | |
4149 | if (PyErr_Occurred()) return NULL; | |
4150 | } _resultobj = Py_BuildValue("i",_result); | |
4151 | return _resultobj; | |
4152 | } | |
4153 | ||
4154 | #define wxListCtrl_RefreshItem(_swigobj,_swigarg0) (_swigobj->RefreshItem(_swigarg0)) | |
4155 | static PyObject *_wrap_wxListCtrl_RefreshItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4156 | PyObject * _resultobj; | |
4157 | wxPyListCtrl * _arg0; | |
4158 | long _arg1; | |
4159 | PyObject * _argo0 = 0; | |
4160 | char *_kwnames[] = { "self","item", NULL }; | |
4161 | ||
4162 | self = self; | |
4163 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_RefreshItem",_kwnames,&_argo0,&_arg1)) | |
4164 | return NULL; | |
4165 | if (_argo0) { | |
4166 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4167 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4168 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_RefreshItem. Expected _wxPyListCtrl_p."); | |
4169 | return NULL; | |
4170 | } | |
4171 | } | |
4172 | { | |
4173 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4174 | wxListCtrl_RefreshItem(_arg0,_arg1); | |
4175 | ||
4176 | wxPyEndAllowThreads(__tstate); | |
4177 | if (PyErr_Occurred()) return NULL; | |
4178 | } Py_INCREF(Py_None); | |
4179 | _resultobj = Py_None; | |
4180 | return _resultobj; | |
4181 | } | |
4182 | ||
4183 | #define wxListCtrl_RefreshItems(_swigobj,_swigarg0,_swigarg1) (_swigobj->RefreshItems(_swigarg0,_swigarg1)) | |
4184 | static PyObject *_wrap_wxListCtrl_RefreshItems(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4185 | PyObject * _resultobj; | |
4186 | wxPyListCtrl * _arg0; | |
4187 | long _arg1; | |
4188 | long _arg2; | |
4189 | PyObject * _argo0 = 0; | |
4190 | char *_kwnames[] = { "self","itemFrom","itemTo", NULL }; | |
4191 | ||
4192 | self = self; | |
4193 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxListCtrl_RefreshItems",_kwnames,&_argo0,&_arg1,&_arg2)) | |
4194 | return NULL; | |
4195 | if (_argo0) { | |
4196 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4197 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4198 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_RefreshItems. Expected _wxPyListCtrl_p."); | |
4199 | return NULL; | |
4200 | } | |
4201 | } | |
4202 | { | |
4203 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4204 | wxListCtrl_RefreshItems(_arg0,_arg1,_arg2); | |
4205 | ||
4206 | wxPyEndAllowThreads(__tstate); | |
4207 | if (PyErr_Occurred()) return NULL; | |
4208 | } Py_INCREF(Py_None); | |
4209 | _resultobj = Py_None; | |
4210 | return _resultobj; | |
4211 | } | |
4212 | ||
4213 | #define wxListCtrl_Arrange(_swigobj,_swigarg0) (_swigobj->Arrange(_swigarg0)) | |
4214 | static PyObject *_wrap_wxListCtrl_Arrange(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4215 | PyObject * _resultobj; | |
4216 | bool _result; | |
4217 | wxPyListCtrl * _arg0; | |
4218 | int _arg1 = (int ) (wxLIST_ALIGN_DEFAULT); | |
4219 | PyObject * _argo0 = 0; | |
4220 | char *_kwnames[] = { "self","flag", NULL }; | |
4221 | ||
4222 | self = self; | |
4223 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxListCtrl_Arrange",_kwnames,&_argo0,&_arg1)) | |
4224 | return NULL; | |
4225 | if (_argo0) { | |
4226 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4227 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4228 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_Arrange. Expected _wxPyListCtrl_p."); | |
4229 | return NULL; | |
4230 | } | |
4231 | } | |
4232 | { | |
4233 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4234 | _result = (bool )wxListCtrl_Arrange(_arg0,_arg1); | |
4235 | ||
4236 | wxPyEndAllowThreads(__tstate); | |
4237 | if (PyErr_Occurred()) return NULL; | |
4238 | } _resultobj = Py_BuildValue("i",_result); | |
4239 | return _resultobj; | |
4240 | } | |
4241 | ||
4242 | #define wxListCtrl_DeleteItem(_swigobj,_swigarg0) (_swigobj->DeleteItem(_swigarg0)) | |
4243 | static PyObject *_wrap_wxListCtrl_DeleteItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4244 | PyObject * _resultobj; | |
4245 | bool _result; | |
4246 | wxPyListCtrl * _arg0; | |
4247 | long _arg1; | |
4248 | PyObject * _argo0 = 0; | |
4249 | char *_kwnames[] = { "self","item", NULL }; | |
4250 | ||
4251 | self = self; | |
4252 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_DeleteItem",_kwnames,&_argo0,&_arg1)) | |
4253 | return NULL; | |
4254 | if (_argo0) { | |
4255 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4256 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4257 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_DeleteItem. Expected _wxPyListCtrl_p."); | |
4258 | return NULL; | |
4259 | } | |
4260 | } | |
4261 | { | |
4262 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4263 | _result = (bool )wxListCtrl_DeleteItem(_arg0,_arg1); | |
4264 | ||
4265 | wxPyEndAllowThreads(__tstate); | |
4266 | if (PyErr_Occurred()) return NULL; | |
4267 | } _resultobj = Py_BuildValue("i",_result); | |
4268 | return _resultobj; | |
4269 | } | |
4270 | ||
4271 | #define wxListCtrl_DeleteAllItems(_swigobj) (_swigobj->DeleteAllItems()) | |
4272 | static PyObject *_wrap_wxListCtrl_DeleteAllItems(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4273 | PyObject * _resultobj; | |
4274 | bool _result; | |
4275 | wxPyListCtrl * _arg0; | |
4276 | PyObject * _argo0 = 0; | |
4277 | char *_kwnames[] = { "self", NULL }; | |
4278 | ||
4279 | self = self; | |
4280 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_DeleteAllItems",_kwnames,&_argo0)) | |
4281 | return NULL; | |
4282 | if (_argo0) { | |
4283 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4284 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4285 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_DeleteAllItems. Expected _wxPyListCtrl_p."); | |
4286 | return NULL; | |
4287 | } | |
4288 | } | |
4289 | { | |
4290 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4291 | _result = (bool )wxListCtrl_DeleteAllItems(_arg0); | |
4292 | ||
4293 | wxPyEndAllowThreads(__tstate); | |
4294 | if (PyErr_Occurred()) return NULL; | |
4295 | } _resultobj = Py_BuildValue("i",_result); | |
4296 | return _resultobj; | |
4297 | } | |
4298 | ||
4299 | #define wxListCtrl_DeleteColumn(_swigobj,_swigarg0) (_swigobj->DeleteColumn(_swigarg0)) | |
4300 | static PyObject *_wrap_wxListCtrl_DeleteColumn(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4301 | PyObject * _resultobj; | |
4302 | bool _result; | |
4303 | wxPyListCtrl * _arg0; | |
4304 | int _arg1; | |
4305 | PyObject * _argo0 = 0; | |
4306 | char *_kwnames[] = { "self","col", NULL }; | |
4307 | ||
4308 | self = self; | |
4309 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListCtrl_DeleteColumn",_kwnames,&_argo0,&_arg1)) | |
4310 | return NULL; | |
4311 | if (_argo0) { | |
4312 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4313 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4314 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_DeleteColumn. Expected _wxPyListCtrl_p."); | |
4315 | return NULL; | |
4316 | } | |
4317 | } | |
4318 | { | |
4319 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4320 | _result = (bool )wxListCtrl_DeleteColumn(_arg0,_arg1); | |
4321 | ||
4322 | wxPyEndAllowThreads(__tstate); | |
4323 | if (PyErr_Occurred()) return NULL; | |
4324 | } _resultobj = Py_BuildValue("i",_result); | |
4325 | return _resultobj; | |
4326 | } | |
4327 | ||
4328 | #define wxListCtrl_DeleteAllColumns(_swigobj) (_swigobj->DeleteAllColumns()) | |
4329 | static PyObject *_wrap_wxListCtrl_DeleteAllColumns(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4330 | PyObject * _resultobj; | |
4331 | bool _result; | |
4332 | wxPyListCtrl * _arg0; | |
4333 | PyObject * _argo0 = 0; | |
4334 | char *_kwnames[] = { "self", NULL }; | |
4335 | ||
4336 | self = self; | |
4337 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_DeleteAllColumns",_kwnames,&_argo0)) | |
4338 | return NULL; | |
4339 | if (_argo0) { | |
4340 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4341 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4342 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_DeleteAllColumns. Expected _wxPyListCtrl_p."); | |
4343 | return NULL; | |
4344 | } | |
4345 | } | |
4346 | { | |
4347 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4348 | _result = (bool )wxListCtrl_DeleteAllColumns(_arg0); | |
4349 | ||
4350 | wxPyEndAllowThreads(__tstate); | |
4351 | if (PyErr_Occurred()) return NULL; | |
4352 | } _resultobj = Py_BuildValue("i",_result); | |
4353 | return _resultobj; | |
4354 | } | |
4355 | ||
4356 | #define wxListCtrl_ClearAll(_swigobj) (_swigobj->ClearAll()) | |
4357 | static PyObject *_wrap_wxListCtrl_ClearAll(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4358 | PyObject * _resultobj; | |
4359 | wxPyListCtrl * _arg0; | |
4360 | PyObject * _argo0 = 0; | |
4361 | char *_kwnames[] = { "self", NULL }; | |
4362 | ||
4363 | self = self; | |
4364 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_ClearAll",_kwnames,&_argo0)) | |
4365 | return NULL; | |
4366 | if (_argo0) { | |
4367 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4368 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4369 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_ClearAll. Expected _wxPyListCtrl_p."); | |
4370 | return NULL; | |
4371 | } | |
4372 | } | |
4373 | { | |
4374 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4375 | wxListCtrl_ClearAll(_arg0); | |
4376 | ||
4377 | wxPyEndAllowThreads(__tstate); | |
4378 | if (PyErr_Occurred()) return NULL; | |
4379 | } Py_INCREF(Py_None); | |
4380 | _resultobj = Py_None; | |
4381 | return _resultobj; | |
4382 | } | |
4383 | ||
4384 | #define wxListCtrl_EditLabel(_swigobj,_swigarg0) (_swigobj->EditLabel(_swigarg0)) | |
4385 | static PyObject *_wrap_wxListCtrl_EditLabel(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4386 | PyObject * _resultobj; | |
4387 | wxPyListCtrl * _arg0; | |
4388 | long _arg1; | |
4389 | PyObject * _argo0 = 0; | |
4390 | char *_kwnames[] = { "self","item", NULL }; | |
4391 | ||
4392 | self = self; | |
4393 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_EditLabel",_kwnames,&_argo0,&_arg1)) | |
4394 | return NULL; | |
4395 | if (_argo0) { | |
4396 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4397 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4398 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_EditLabel. Expected _wxPyListCtrl_p."); | |
4399 | return NULL; | |
4400 | } | |
4401 | } | |
4402 | { | |
4403 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4404 | wxListCtrl_EditLabel(_arg0,_arg1); | |
4405 | ||
4406 | wxPyEndAllowThreads(__tstate); | |
4407 | if (PyErr_Occurred()) return NULL; | |
4408 | } Py_INCREF(Py_None); | |
4409 | _resultobj = Py_None; | |
4410 | return _resultobj; | |
4411 | } | |
4412 | ||
4413 | #define wxListCtrl_EnsureVisible(_swigobj,_swigarg0) (_swigobj->EnsureVisible(_swigarg0)) | |
4414 | static PyObject *_wrap_wxListCtrl_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4415 | PyObject * _resultobj; | |
4416 | bool _result; | |
4417 | wxPyListCtrl * _arg0; | |
4418 | long _arg1; | |
4419 | PyObject * _argo0 = 0; | |
4420 | char *_kwnames[] = { "self","item", NULL }; | |
4421 | ||
4422 | self = self; | |
4423 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_EnsureVisible",_kwnames,&_argo0,&_arg1)) | |
4424 | return NULL; | |
4425 | if (_argo0) { | |
4426 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4427 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4428 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_EnsureVisible. Expected _wxPyListCtrl_p."); | |
4429 | return NULL; | |
4430 | } | |
4431 | } | |
4432 | { | |
4433 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4434 | _result = (bool )wxListCtrl_EnsureVisible(_arg0,_arg1); | |
4435 | ||
4436 | wxPyEndAllowThreads(__tstate); | |
4437 | if (PyErr_Occurred()) return NULL; | |
4438 | } _resultobj = Py_BuildValue("i",_result); | |
4439 | return _resultobj; | |
4440 | } | |
4441 | ||
4442 | #define wxListCtrl_FindItem(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->FindItem(_swigarg0,_swigarg1,_swigarg2)) | |
4443 | static PyObject *_wrap_wxListCtrl_FindItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4444 | PyObject * _resultobj; | |
4445 | long _result; | |
4446 | wxPyListCtrl * _arg0; | |
4447 | long _arg1; | |
4448 | wxString * _arg2; | |
4449 | bool _arg3 = (bool ) FALSE; | |
4450 | PyObject * _argo0 = 0; | |
4451 | PyObject * _obj2 = 0; | |
4452 | int tempbool3 = (int) FALSE; | |
4453 | char *_kwnames[] = { "self","start","str","partial", NULL }; | |
4454 | ||
4455 | self = self; | |
4456 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO|i:wxListCtrl_FindItem",_kwnames,&_argo0,&_arg1,&_obj2,&tempbool3)) | |
4457 | return NULL; | |
4458 | if (_argo0) { | |
4459 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4460 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4461 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_FindItem. Expected _wxPyListCtrl_p."); | |
4462 | return NULL; | |
4463 | } | |
4464 | } | |
4465 | { | |
4466 | _arg2 = wxString_in_helper(_obj2); | |
4467 | if (_arg2 == NULL) | |
4468 | return NULL; | |
4469 | } | |
4470 | _arg3 = (bool ) tempbool3; | |
4471 | { | |
4472 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4473 | _result = (long )wxListCtrl_FindItem(_arg0,_arg1,*_arg2,_arg3); | |
4474 | ||
4475 | wxPyEndAllowThreads(__tstate); | |
4476 | if (PyErr_Occurred()) return NULL; | |
4477 | } _resultobj = Py_BuildValue("l",_result); | |
4478 | { | |
4479 | if (_obj2) | |
4480 | delete _arg2; | |
4481 | } | |
4482 | return _resultobj; | |
4483 | } | |
4484 | ||
4485 | #define wxListCtrl_FindItemData(_swigobj,_swigarg0,_swigarg1) (_swigobj->FindItem(_swigarg0,_swigarg1)) | |
4486 | static PyObject *_wrap_wxListCtrl_FindItemData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4487 | PyObject * _resultobj; | |
4488 | long _result; | |
4489 | wxPyListCtrl * _arg0; | |
4490 | long _arg1; | |
4491 | long _arg2; | |
4492 | PyObject * _argo0 = 0; | |
4493 | char *_kwnames[] = { "self","start","data", NULL }; | |
4494 | ||
4495 | self = self; | |
4496 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxListCtrl_FindItemData",_kwnames,&_argo0,&_arg1,&_arg2)) | |
4497 | return NULL; | |
4498 | if (_argo0) { | |
4499 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4500 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4501 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_FindItemData. Expected _wxPyListCtrl_p."); | |
4502 | return NULL; | |
4503 | } | |
4504 | } | |
4505 | { | |
4506 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4507 | _result = (long )wxListCtrl_FindItemData(_arg0,_arg1,_arg2); | |
4508 | ||
4509 | wxPyEndAllowThreads(__tstate); | |
4510 | if (PyErr_Occurred()) return NULL; | |
4511 | } _resultobj = Py_BuildValue("l",_result); | |
4512 | return _resultobj; | |
4513 | } | |
4514 | ||
4515 | #define wxListCtrl_FindItemAtPos(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->FindItem(_swigarg0,_swigarg1,_swigarg2)) | |
4516 | static PyObject *_wrap_wxListCtrl_FindItemAtPos(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4517 | PyObject * _resultobj; | |
4518 | long _result; | |
4519 | wxPyListCtrl * _arg0; | |
4520 | long _arg1; | |
4521 | wxPoint * _arg2; | |
4522 | int _arg3; | |
4523 | PyObject * _argo0 = 0; | |
4524 | wxPoint temp; | |
4525 | PyObject * _obj2 = 0; | |
4526 | char *_kwnames[] = { "self","start","pt","direction", NULL }; | |
4527 | ||
4528 | self = self; | |
4529 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlOi:wxListCtrl_FindItemAtPos",_kwnames,&_argo0,&_arg1,&_obj2,&_arg3)) | |
4530 | return NULL; | |
4531 | if (_argo0) { | |
4532 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4533 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4534 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_FindItemAtPos. Expected _wxPyListCtrl_p."); | |
4535 | return NULL; | |
4536 | } | |
4537 | } | |
4538 | { | |
4539 | _arg2 = &temp; | |
4540 | if (! wxPoint_helper(_obj2, &_arg2)) | |
4541 | return NULL; | |
4542 | } | |
4543 | { | |
4544 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4545 | _result = (long )wxListCtrl_FindItemAtPos(_arg0,_arg1,*_arg2,_arg3); | |
4546 | ||
4547 | wxPyEndAllowThreads(__tstate); | |
4548 | if (PyErr_Occurred()) return NULL; | |
4549 | } _resultobj = Py_BuildValue("l",_result); | |
4550 | return _resultobj; | |
4551 | } | |
4552 | ||
4553 | #define wxListCtrl_HitTest(_swigobj,_swigarg0,_swigarg1) (_swigobj->HitTest(_swigarg0,_swigarg1)) | |
4554 | static PyObject *_wrap_wxListCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4555 | PyObject * _resultobj; | |
4556 | long _result; | |
4557 | wxPyListCtrl * _arg0; | |
4558 | wxPoint * _arg1; | |
4559 | int * _arg2; | |
4560 | int temp; | |
4561 | PyObject * _argo0 = 0; | |
4562 | wxPoint temp0; | |
4563 | PyObject * _obj1 = 0; | |
4564 | char *_kwnames[] = { "self","point", NULL }; | |
4565 | ||
4566 | self = self; | |
4567 | { | |
4568 | _arg2 = &temp; | |
4569 | } | |
4570 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListCtrl_HitTest",_kwnames,&_argo0,&_obj1)) | |
4571 | return NULL; | |
4572 | if (_argo0) { | |
4573 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4574 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4575 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_HitTest. Expected _wxPyListCtrl_p."); | |
4576 | return NULL; | |
4577 | } | |
4578 | } | |
4579 | { | |
4580 | _arg1 = &temp0; | |
4581 | if (! wxPoint_helper(_obj1, &_arg1)) | |
4582 | return NULL; | |
4583 | } | |
4584 | { | |
4585 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4586 | _result = (long )wxListCtrl_HitTest(_arg0,*_arg1,*_arg2); | |
4587 | ||
4588 | wxPyEndAllowThreads(__tstate); | |
4589 | if (PyErr_Occurred()) return NULL; | |
4590 | } _resultobj = Py_BuildValue("l",_result); | |
4591 | { | |
4592 | PyObject *o; | |
4593 | o = PyInt_FromLong((long) (*_arg2)); | |
4594 | _resultobj = t_output_helper(_resultobj, o); | |
4595 | } | |
4596 | return _resultobj; | |
4597 | } | |
4598 | ||
4599 | #define wxListCtrl_InsertItem(_swigobj,_swigarg0) (_swigobj->InsertItem(_swigarg0)) | |
4600 | static PyObject *_wrap_wxListCtrl_InsertItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4601 | PyObject * _resultobj; | |
4602 | long _result; | |
4603 | wxPyListCtrl * _arg0; | |
4604 | wxListItem * _arg1; | |
4605 | PyObject * _argo0 = 0; | |
4606 | PyObject * _argo1 = 0; | |
4607 | char *_kwnames[] = { "self","info", NULL }; | |
4608 | ||
4609 | self = self; | |
4610 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListCtrl_InsertItem",_kwnames,&_argo0,&_argo1)) | |
4611 | return NULL; | |
4612 | if (_argo0) { | |
4613 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4614 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4615 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_InsertItem. Expected _wxPyListCtrl_p."); | |
4616 | return NULL; | |
4617 | } | |
4618 | } | |
4619 | if (_argo1) { | |
4620 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxListItem_p")) { | |
4621 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListCtrl_InsertItem. Expected _wxListItem_p."); | |
4622 | return NULL; | |
4623 | } | |
4624 | } | |
4625 | { | |
4626 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4627 | _result = (long )wxListCtrl_InsertItem(_arg0,*_arg1); | |
4628 | ||
4629 | wxPyEndAllowThreads(__tstate); | |
4630 | if (PyErr_Occurred()) return NULL; | |
4631 | } _resultobj = Py_BuildValue("l",_result); | |
4632 | return _resultobj; | |
4633 | } | |
4634 | ||
4635 | #define wxListCtrl_InsertStringItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->InsertItem(_swigarg0,_swigarg1)) | |
4636 | static PyObject *_wrap_wxListCtrl_InsertStringItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4637 | PyObject * _resultobj; | |
4638 | long _result; | |
4639 | wxPyListCtrl * _arg0; | |
4640 | long _arg1; | |
4641 | wxString * _arg2; | |
4642 | PyObject * _argo0 = 0; | |
4643 | PyObject * _obj2 = 0; | |
4644 | char *_kwnames[] = { "self","index","label", NULL }; | |
4645 | ||
4646 | self = self; | |
4647 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO:wxListCtrl_InsertStringItem",_kwnames,&_argo0,&_arg1,&_obj2)) | |
4648 | return NULL; | |
4649 | if (_argo0) { | |
4650 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4651 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4652 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_InsertStringItem. Expected _wxPyListCtrl_p."); | |
4653 | return NULL; | |
4654 | } | |
4655 | } | |
4656 | { | |
4657 | _arg2 = wxString_in_helper(_obj2); | |
4658 | if (_arg2 == NULL) | |
4659 | return NULL; | |
4660 | } | |
4661 | { | |
4662 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4663 | _result = (long )wxListCtrl_InsertStringItem(_arg0,_arg1,*_arg2); | |
4664 | ||
4665 | wxPyEndAllowThreads(__tstate); | |
4666 | if (PyErr_Occurred()) return NULL; | |
4667 | } _resultobj = Py_BuildValue("l",_result); | |
4668 | { | |
4669 | if (_obj2) | |
4670 | delete _arg2; | |
4671 | } | |
4672 | return _resultobj; | |
4673 | } | |
4674 | ||
4675 | #define wxListCtrl_InsertImageItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->InsertItem(_swigarg0,_swigarg1)) | |
4676 | static PyObject *_wrap_wxListCtrl_InsertImageItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4677 | PyObject * _resultobj; | |
4678 | long _result; | |
4679 | wxPyListCtrl * _arg0; | |
4680 | long _arg1; | |
4681 | int _arg2; | |
4682 | PyObject * _argo0 = 0; | |
4683 | char *_kwnames[] = { "self","index","imageIndex", NULL }; | |
4684 | ||
4685 | self = self; | |
4686 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oli:wxListCtrl_InsertImageItem",_kwnames,&_argo0,&_arg1,&_arg2)) | |
4687 | return NULL; | |
4688 | if (_argo0) { | |
4689 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4690 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4691 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_InsertImageItem. Expected _wxPyListCtrl_p."); | |
4692 | return NULL; | |
4693 | } | |
4694 | } | |
4695 | { | |
4696 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4697 | _result = (long )wxListCtrl_InsertImageItem(_arg0,_arg1,_arg2); | |
4698 | ||
4699 | wxPyEndAllowThreads(__tstate); | |
4700 | if (PyErr_Occurred()) return NULL; | |
4701 | } _resultobj = Py_BuildValue("l",_result); | |
4702 | return _resultobj; | |
4703 | } | |
4704 | ||
4705 | #define wxListCtrl_InsertImageStringItem(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItem(_swigarg0,_swigarg1,_swigarg2)) | |
4706 | static PyObject *_wrap_wxListCtrl_InsertImageStringItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4707 | PyObject * _resultobj; | |
4708 | long _result; | |
4709 | wxPyListCtrl * _arg0; | |
4710 | long _arg1; | |
4711 | wxString * _arg2; | |
4712 | int _arg3; | |
4713 | PyObject * _argo0 = 0; | |
4714 | PyObject * _obj2 = 0; | |
4715 | char *_kwnames[] = { "self","index","label","imageIndex", NULL }; | |
4716 | ||
4717 | self = self; | |
4718 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlOi:wxListCtrl_InsertImageStringItem",_kwnames,&_argo0,&_arg1,&_obj2,&_arg3)) | |
4719 | return NULL; | |
4720 | if (_argo0) { | |
4721 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4722 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4723 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_InsertImageStringItem. Expected _wxPyListCtrl_p."); | |
4724 | return NULL; | |
4725 | } | |
4726 | } | |
4727 | { | |
4728 | _arg2 = wxString_in_helper(_obj2); | |
4729 | if (_arg2 == NULL) | |
4730 | return NULL; | |
4731 | } | |
4732 | { | |
4733 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4734 | _result = (long )wxListCtrl_InsertImageStringItem(_arg0,_arg1,*_arg2,_arg3); | |
4735 | ||
4736 | wxPyEndAllowThreads(__tstate); | |
4737 | if (PyErr_Occurred()) return NULL; | |
4738 | } _resultobj = Py_BuildValue("l",_result); | |
4739 | { | |
4740 | if (_obj2) | |
4741 | delete _arg2; | |
4742 | } | |
4743 | return _resultobj; | |
4744 | } | |
4745 | ||
4746 | #define wxListCtrl_InsertColumnInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->InsertColumn(_swigarg0,_swigarg1)) | |
4747 | static PyObject *_wrap_wxListCtrl_InsertColumnInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4748 | PyObject * _resultobj; | |
4749 | long _result; | |
4750 | wxPyListCtrl * _arg0; | |
4751 | long _arg1; | |
4752 | wxListItem * _arg2; | |
4753 | PyObject * _argo0 = 0; | |
4754 | PyObject * _argo2 = 0; | |
4755 | char *_kwnames[] = { "self","col","info", NULL }; | |
4756 | ||
4757 | self = self; | |
4758 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO:wxListCtrl_InsertColumnInfo",_kwnames,&_argo0,&_arg1,&_argo2)) | |
4759 | return NULL; | |
4760 | if (_argo0) { | |
4761 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4762 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4763 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_InsertColumnInfo. Expected _wxPyListCtrl_p."); | |
4764 | return NULL; | |
4765 | } | |
4766 | } | |
4767 | if (_argo2) { | |
4768 | if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxListItem_p")) { | |
4769 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxListCtrl_InsertColumnInfo. Expected _wxListItem_p."); | |
4770 | return NULL; | |
4771 | } | |
4772 | } | |
4773 | { | |
4774 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4775 | _result = (long )wxListCtrl_InsertColumnInfo(_arg0,_arg1,*_arg2); | |
4776 | ||
4777 | wxPyEndAllowThreads(__tstate); | |
4778 | if (PyErr_Occurred()) return NULL; | |
4779 | } _resultobj = Py_BuildValue("l",_result); | |
4780 | return _resultobj; | |
4781 | } | |
4782 | ||
4783 | #define wxListCtrl_InsertColumn(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->InsertColumn(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) | |
4784 | static PyObject *_wrap_wxListCtrl_InsertColumn(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4785 | PyObject * _resultobj; | |
4786 | long _result; | |
4787 | wxPyListCtrl * _arg0; | |
4788 | long _arg1; | |
4789 | wxString * _arg2; | |
4790 | int _arg3 = (int ) (wxLIST_FORMAT_LEFT); | |
4791 | int _arg4 = (int ) -1; | |
4792 | PyObject * _argo0 = 0; | |
4793 | PyObject * _obj2 = 0; | |
4794 | char *_kwnames[] = { "self","col","heading","format","width", NULL }; | |
4795 | ||
4796 | self = self; | |
4797 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO|ii:wxListCtrl_InsertColumn",_kwnames,&_argo0,&_arg1,&_obj2,&_arg3,&_arg4)) | |
4798 | return NULL; | |
4799 | if (_argo0) { | |
4800 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4801 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4802 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_InsertColumn. Expected _wxPyListCtrl_p."); | |
4803 | return NULL; | |
4804 | } | |
4805 | } | |
4806 | { | |
4807 | _arg2 = wxString_in_helper(_obj2); | |
4808 | if (_arg2 == NULL) | |
4809 | return NULL; | |
4810 | } | |
4811 | { | |
4812 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4813 | _result = (long )wxListCtrl_InsertColumn(_arg0,_arg1,*_arg2,_arg3,_arg4); | |
4814 | ||
4815 | wxPyEndAllowThreads(__tstate); | |
4816 | if (PyErr_Occurred()) return NULL; | |
4817 | } _resultobj = Py_BuildValue("l",_result); | |
4818 | { | |
4819 | if (_obj2) | |
4820 | delete _arg2; | |
4821 | } | |
4822 | return _resultobj; | |
4823 | } | |
4824 | ||
4825 | #define wxListCtrl_SetItemCount(_swigobj,_swigarg0) (_swigobj->SetItemCount(_swigarg0)) | |
4826 | static PyObject *_wrap_wxListCtrl_SetItemCount(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4827 | PyObject * _resultobj; | |
4828 | wxPyListCtrl * _arg0; | |
4829 | long _arg1; | |
4830 | PyObject * _argo0 = 0; | |
4831 | char *_kwnames[] = { "self","count", NULL }; | |
4832 | ||
4833 | self = self; | |
4834 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_SetItemCount",_kwnames,&_argo0,&_arg1)) | |
4835 | return NULL; | |
4836 | if (_argo0) { | |
4837 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4838 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4839 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemCount. Expected _wxPyListCtrl_p."); | |
4840 | return NULL; | |
4841 | } | |
4842 | } | |
4843 | { | |
4844 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4845 | wxListCtrl_SetItemCount(_arg0,_arg1); | |
4846 | ||
4847 | wxPyEndAllowThreads(__tstate); | |
4848 | if (PyErr_Occurred()) return NULL; | |
4849 | } Py_INCREF(Py_None); | |
4850 | _resultobj = Py_None; | |
4851 | return _resultobj; | |
4852 | } | |
4853 | ||
4854 | #define wxListCtrl_ScrollList(_swigobj,_swigarg0,_swigarg1) (_swigobj->ScrollList(_swigarg0,_swigarg1)) | |
4855 | static PyObject *_wrap_wxListCtrl_ScrollList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4856 | PyObject * _resultobj; | |
4857 | bool _result; | |
4858 | wxPyListCtrl * _arg0; | |
4859 | int _arg1; | |
4860 | int _arg2; | |
4861 | PyObject * _argo0 = 0; | |
4862 | char *_kwnames[] = { "self","dx","dy", NULL }; | |
4863 | ||
4864 | self = self; | |
4865 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxListCtrl_ScrollList",_kwnames,&_argo0,&_arg1,&_arg2)) | |
4866 | return NULL; | |
4867 | if (_argo0) { | |
4868 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4869 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4870 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_ScrollList. Expected _wxPyListCtrl_p."); | |
4871 | return NULL; | |
4872 | } | |
4873 | } | |
4874 | { | |
4875 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4876 | _result = (bool )wxListCtrl_ScrollList(_arg0,_arg1,_arg2); | |
4877 | ||
4878 | wxPyEndAllowThreads(__tstate); | |
4879 | if (PyErr_Occurred()) return NULL; | |
4880 | } _resultobj = Py_BuildValue("i",_result); | |
4881 | return _resultobj; | |
4882 | } | |
4883 | ||
4884 | #define wxListCtrl_SetItemTextColour(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemTextColour(_swigarg0,_swigarg1)) | |
4885 | static PyObject *_wrap_wxListCtrl_SetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4886 | PyObject * _resultobj; | |
4887 | wxPyListCtrl * _arg0; | |
4888 | long _arg1; | |
4889 | wxColour * _arg2; | |
4890 | PyObject * _argo0 = 0; | |
4891 | wxColour temp; | |
4892 | PyObject * _obj2 = 0; | |
4893 | char *_kwnames[] = { "self","item","col", NULL }; | |
4894 | ||
4895 | self = self; | |
4896 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO:wxListCtrl_SetItemTextColour",_kwnames,&_argo0,&_arg1,&_obj2)) | |
4897 | return NULL; | |
4898 | if (_argo0) { | |
4899 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4900 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4901 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemTextColour. Expected _wxPyListCtrl_p."); | |
4902 | return NULL; | |
4903 | } | |
4904 | } | |
4905 | { | |
4906 | _arg2 = &temp; | |
4907 | if (! wxColour_helper(_obj2, &_arg2)) | |
4908 | return NULL; | |
4909 | } | |
4910 | { | |
4911 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4912 | wxListCtrl_SetItemTextColour(_arg0,_arg1,*_arg2); | |
4913 | ||
4914 | wxPyEndAllowThreads(__tstate); | |
4915 | if (PyErr_Occurred()) return NULL; | |
4916 | } Py_INCREF(Py_None); | |
4917 | _resultobj = Py_None; | |
4918 | return _resultobj; | |
4919 | } | |
4920 | ||
4921 | #define wxListCtrl_GetItemTextColour(_swigobj,_swigarg0) (_swigobj->GetItemTextColour(_swigarg0)) | |
4922 | static PyObject *_wrap_wxListCtrl_GetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4923 | PyObject * _resultobj; | |
4924 | wxColour * _result; | |
4925 | wxPyListCtrl * _arg0; | |
4926 | long _arg1; | |
4927 | PyObject * _argo0 = 0; | |
4928 | char *_kwnames[] = { "self","item", NULL }; | |
4929 | char _ptemp[128]; | |
4930 | ||
4931 | self = self; | |
4932 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_GetItemTextColour",_kwnames,&_argo0,&_arg1)) | |
4933 | return NULL; | |
4934 | if (_argo0) { | |
4935 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4936 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4937 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemTextColour. Expected _wxPyListCtrl_p."); | |
4938 | return NULL; | |
4939 | } | |
4940 | } | |
4941 | { | |
4942 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4943 | _result = new wxColour (wxListCtrl_GetItemTextColour(_arg0,_arg1)); | |
4944 | ||
4945 | wxPyEndAllowThreads(__tstate); | |
4946 | if (PyErr_Occurred()) return NULL; | |
4947 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
4948 | _resultobj = Py_BuildValue("s",_ptemp); | |
4949 | return _resultobj; | |
4950 | } | |
4951 | ||
4952 | #define wxListCtrl_SetItemBackgroundColour(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemBackgroundColour(_swigarg0,_swigarg1)) | |
4953 | static PyObject *_wrap_wxListCtrl_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4954 | PyObject * _resultobj; | |
4955 | wxPyListCtrl * _arg0; | |
4956 | long _arg1; | |
4957 | wxColour * _arg2; | |
4958 | PyObject * _argo0 = 0; | |
4959 | wxColour temp; | |
4960 | PyObject * _obj2 = 0; | |
4961 | char *_kwnames[] = { "self","item","col", NULL }; | |
4962 | ||
4963 | self = self; | |
4964 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO:wxListCtrl_SetItemBackgroundColour",_kwnames,&_argo0,&_arg1,&_obj2)) | |
4965 | return NULL; | |
4966 | if (_argo0) { | |
4967 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4968 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
4969 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SetItemBackgroundColour. Expected _wxPyListCtrl_p."); | |
4970 | return NULL; | |
4971 | } | |
4972 | } | |
4973 | { | |
4974 | _arg2 = &temp; | |
4975 | if (! wxColour_helper(_obj2, &_arg2)) | |
4976 | return NULL; | |
4977 | } | |
4978 | { | |
4979 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
4980 | wxListCtrl_SetItemBackgroundColour(_arg0,_arg1,*_arg2); | |
4981 | ||
4982 | wxPyEndAllowThreads(__tstate); | |
4983 | if (PyErr_Occurred()) return NULL; | |
4984 | } Py_INCREF(Py_None); | |
4985 | _resultobj = Py_None; | |
4986 | return _resultobj; | |
4987 | } | |
4988 | ||
4989 | #define wxListCtrl_GetItemBackgroundColour(_swigobj,_swigarg0) (_swigobj->GetItemBackgroundColour(_swigarg0)) | |
4990 | static PyObject *_wrap_wxListCtrl_GetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4991 | PyObject * _resultobj; | |
4992 | wxColour * _result; | |
4993 | wxPyListCtrl * _arg0; | |
4994 | long _arg1; | |
4995 | PyObject * _argo0 = 0; | |
4996 | char *_kwnames[] = { "self","item", NULL }; | |
4997 | char _ptemp[128]; | |
4998 | ||
4999 | self = self; | |
5000 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListCtrl_GetItemBackgroundColour",_kwnames,&_argo0,&_arg1)) | |
5001 | return NULL; | |
5002 | if (_argo0) { | |
5003 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5004 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
5005 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetItemBackgroundColour. Expected _wxPyListCtrl_p."); | |
5006 | return NULL; | |
5007 | } | |
5008 | } | |
5009 | { | |
5010 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5011 | _result = new wxColour (wxListCtrl_GetItemBackgroundColour(_arg0,_arg1)); | |
5012 | ||
5013 | wxPyEndAllowThreads(__tstate); | |
5014 | if (PyErr_Occurred()) return NULL; | |
5015 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
5016 | _resultobj = Py_BuildValue("s",_ptemp); | |
5017 | return _resultobj; | |
5018 | } | |
5019 | ||
5020 | static bool wxPyListCtrl_SortItems(wxPyListCtrl *self,PyObject * func) { | |
5021 | if (!PyCallable_Check(func)) | |
5022 | return FALSE; | |
5023 | return self->SortItems(wxPyListCtrl_SortItems, (long)func); | |
5024 | } | |
5025 | static PyObject *_wrap_wxListCtrl_SortItems(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5026 | PyObject * _resultobj; | |
5027 | bool _result; | |
5028 | wxPyListCtrl * _arg0; | |
5029 | PyObject * _arg1; | |
5030 | PyObject * _argo0 = 0; | |
5031 | PyObject * _obj1 = 0; | |
5032 | char *_kwnames[] = { "self","func", NULL }; | |
5033 | ||
5034 | self = self; | |
5035 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListCtrl_SortItems",_kwnames,&_argo0,&_obj1)) | |
5036 | return NULL; | |
5037 | if (_argo0) { | |
5038 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5039 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
5040 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_SortItems. Expected _wxPyListCtrl_p."); | |
5041 | return NULL; | |
5042 | } | |
5043 | } | |
5044 | { | |
5045 | _arg1 = _obj1; | |
5046 | } | |
5047 | { | |
5048 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5049 | _result = (bool )wxPyListCtrl_SortItems(_arg0,_arg1); | |
5050 | ||
5051 | wxPyEndAllowThreads(__tstate); | |
5052 | if (PyErr_Occurred()) return NULL; | |
5053 | } _resultobj = Py_BuildValue("i",_result); | |
5054 | return _resultobj; | |
5055 | } | |
5056 | ||
5057 | static wxWindow * wxPyListCtrl_GetMainWindow(wxPyListCtrl *self) { | |
5058 | #ifdef __WXMSW__ | |
5059 | return self; | |
5060 | #else | |
5061 | return (wxWindow*)self->m_mainWin; | |
5062 | #endif | |
5063 | } | |
5064 | static PyObject *_wrap_wxListCtrl_GetMainWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5065 | PyObject * _resultobj; | |
5066 | wxWindow * _result; | |
5067 | wxPyListCtrl * _arg0; | |
5068 | PyObject * _argo0 = 0; | |
5069 | char *_kwnames[] = { "self", NULL }; | |
5070 | ||
5071 | self = self; | |
5072 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListCtrl_GetMainWindow",_kwnames,&_argo0)) | |
5073 | return NULL; | |
5074 | if (_argo0) { | |
5075 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5076 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyListCtrl_p")) { | |
5077 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListCtrl_GetMainWindow. Expected _wxPyListCtrl_p."); | |
5078 | return NULL; | |
5079 | } | |
5080 | } | |
5081 | { | |
5082 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5083 | _result = (wxWindow *)wxPyListCtrl_GetMainWindow(_arg0); | |
5084 | ||
5085 | wxPyEndAllowThreads(__tstate); | |
5086 | if (PyErr_Occurred()) return NULL; | |
5087 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
5088 | return _resultobj; | |
5089 | } | |
5090 | ||
5091 | static void *SwigwxListViewTowxPyListCtrl(void *ptr) { | |
5092 | wxListView *src; | |
5093 | wxPyListCtrl *dest; | |
5094 | src = (wxListView *) ptr; | |
5095 | dest = (wxPyListCtrl *) src; | |
5096 | return (void *) dest; | |
5097 | } | |
5098 | ||
5099 | static void *SwigwxListViewTowxControl(void *ptr) { | |
5100 | wxListView *src; | |
5101 | wxControl *dest; | |
5102 | src = (wxListView *) ptr; | |
5103 | dest = (wxControl *) src; | |
5104 | return (void *) dest; | |
5105 | } | |
5106 | ||
5107 | static void *SwigwxListViewTowxWindow(void *ptr) { | |
5108 | wxListView *src; | |
5109 | wxWindow *dest; | |
5110 | src = (wxListView *) ptr; | |
5111 | dest = (wxWindow *) src; | |
5112 | return (void *) dest; | |
5113 | } | |
5114 | ||
5115 | static void *SwigwxListViewTowxEvtHandler(void *ptr) { | |
5116 | wxListView *src; | |
5117 | wxEvtHandler *dest; | |
5118 | src = (wxListView *) ptr; | |
5119 | dest = (wxEvtHandler *) src; | |
5120 | return (void *) dest; | |
5121 | } | |
5122 | ||
5123 | static void *SwigwxListViewTowxObject(void *ptr) { | |
5124 | wxListView *src; | |
5125 | wxObject *dest; | |
5126 | src = (wxListView *) ptr; | |
5127 | dest = (wxObject *) src; | |
5128 | return (void *) dest; | |
5129 | } | |
5130 | ||
5131 | #define new_wxListView(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxListView(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
5132 | static PyObject *_wrap_new_wxListView(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5133 | PyObject * _resultobj; | |
5134 | wxListView * _result; | |
5135 | wxWindow * _arg0; | |
5136 | wxWindowID _arg1 = (wxWindowID ) -1; | |
5137 | wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition; | |
5138 | wxSize * _arg3 = (wxSize *) &wxDefaultSize; | |
5139 | long _arg4 = (long ) (wxLC_REPORT); | |
5140 | wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator; | |
5141 | wxString * _arg6 = (wxString *) &wxPyListCtrlNameStr; | |
5142 | PyObject * _argo0 = 0; | |
5143 | wxPoint temp; | |
5144 | PyObject * _obj2 = 0; | |
5145 | wxSize temp0; | |
5146 | PyObject * _obj3 = 0; | |
5147 | PyObject * _argo5 = 0; | |
5148 | PyObject * _obj6 = 0; | |
5149 | char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL }; | |
5150 | char _ptemp[128]; | |
5151 | ||
5152 | self = self; | |
5153 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlOO:new_wxListView",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6)) | |
5154 | return NULL; | |
5155 | if (_argo0) { | |
5156 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5157 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
5158 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxListView. Expected _wxWindow_p."); | |
5159 | return NULL; | |
5160 | } | |
5161 | } | |
5162 | if (_obj2) | |
5163 | { | |
5164 | _arg2 = &temp; | |
5165 | if (! wxPoint_helper(_obj2, &_arg2)) | |
5166 | return NULL; | |
5167 | } | |
5168 | if (_obj3) | |
5169 | { | |
5170 | _arg3 = &temp0; | |
5171 | if (! wxSize_helper(_obj3, &_arg3)) | |
5172 | return NULL; | |
5173 | } | |
5174 | if (_argo5) { | |
5175 | if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) { | |
5176 | PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxListView. Expected _wxValidator_p."); | |
5177 | return NULL; | |
5178 | } | |
5179 | } | |
5180 | if (_obj6) | |
5181 | { | |
5182 | _arg6 = wxString_in_helper(_obj6); | |
5183 | if (_arg6 == NULL) | |
5184 | return NULL; | |
5185 | } | |
5186 | { | |
5187 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5188 | _result = (wxListView *)new_wxListView(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6); | |
5189 | ||
5190 | wxPyEndAllowThreads(__tstate); | |
5191 | if (PyErr_Occurred()) return NULL; | |
5192 | } if (_result) { | |
5193 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxListView_p"); | |
5194 | _resultobj = Py_BuildValue("s",_ptemp); | |
5195 | } else { | |
5196 | Py_INCREF(Py_None); | |
5197 | _resultobj = Py_None; | |
5198 | } | |
5199 | { | |
5200 | if (_obj6) | |
5201 | delete _arg6; | |
5202 | } | |
5203 | return _resultobj; | |
5204 | } | |
5205 | ||
5206 | #define new_wxPreListView() (new wxListView()) | |
5207 | static PyObject *_wrap_new_wxPreListView(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5208 | PyObject * _resultobj; | |
5209 | wxListView * _result; | |
5210 | char *_kwnames[] = { NULL }; | |
5211 | char _ptemp[128]; | |
5212 | ||
5213 | self = self; | |
5214 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreListView",_kwnames)) | |
5215 | return NULL; | |
5216 | { | |
5217 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5218 | _result = (wxListView *)new_wxPreListView(); | |
5219 | ||
5220 | wxPyEndAllowThreads(__tstate); | |
5221 | if (PyErr_Occurred()) return NULL; | |
5222 | } if (_result) { | |
5223 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxListView_p"); | |
5224 | _resultobj = Py_BuildValue("s",_ptemp); | |
5225 | } else { | |
5226 | Py_INCREF(Py_None); | |
5227 | _resultobj = Py_None; | |
5228 | } | |
5229 | return _resultobj; | |
5230 | } | |
5231 | ||
5232 | #define wxListView_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
5233 | static PyObject *_wrap_wxListView_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5234 | PyObject * _resultobj; | |
5235 | bool _result; | |
5236 | wxListView * _arg0; | |
5237 | wxWindow * _arg1; | |
5238 | wxWindowID _arg2 = (wxWindowID ) -1; | |
5239 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
5240 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
5241 | long _arg5 = (long ) (wxLC_REPORT); | |
5242 | wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator; | |
5243 | wxString * _arg7 = (wxString *) &wxPyListCtrlNameStr; | |
5244 | PyObject * _argo0 = 0; | |
5245 | PyObject * _argo1 = 0; | |
5246 | wxPoint temp; | |
5247 | PyObject * _obj3 = 0; | |
5248 | wxSize temp0; | |
5249 | PyObject * _obj4 = 0; | |
5250 | PyObject * _argo6 = 0; | |
5251 | PyObject * _obj7 = 0; | |
5252 | char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL }; | |
5253 | ||
5254 | self = self; | |
5255 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlOO:wxListView_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7)) | |
5256 | return NULL; | |
5257 | if (_argo0) { | |
5258 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5259 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5260 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_Create. Expected _wxListView_p."); | |
5261 | return NULL; | |
5262 | } | |
5263 | } | |
5264 | if (_argo1) { | |
5265 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
5266 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
5267 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListView_Create. Expected _wxWindow_p."); | |
5268 | return NULL; | |
5269 | } | |
5270 | } | |
5271 | if (_obj3) | |
5272 | { | |
5273 | _arg3 = &temp; | |
5274 | if (! wxPoint_helper(_obj3, &_arg3)) | |
5275 | return NULL; | |
5276 | } | |
5277 | if (_obj4) | |
5278 | { | |
5279 | _arg4 = &temp0; | |
5280 | if (! wxSize_helper(_obj4, &_arg4)) | |
5281 | return NULL; | |
5282 | } | |
5283 | if (_argo6) { | |
5284 | if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) { | |
5285 | PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxListView_Create. Expected _wxValidator_p."); | |
5286 | return NULL; | |
5287 | } | |
5288 | } | |
5289 | if (_obj7) | |
5290 | { | |
5291 | _arg7 = wxString_in_helper(_obj7); | |
5292 | if (_arg7 == NULL) | |
5293 | return NULL; | |
5294 | } | |
5295 | { | |
5296 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5297 | _result = (bool )wxListView_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7); | |
5298 | ||
5299 | wxPyEndAllowThreads(__tstate); | |
5300 | if (PyErr_Occurred()) return NULL; | |
5301 | } _resultobj = Py_BuildValue("i",_result); | |
5302 | { | |
5303 | if (_obj7) | |
5304 | delete _arg7; | |
5305 | } | |
5306 | return _resultobj; | |
5307 | } | |
5308 | ||
5309 | #define wxListView_Select(_swigobj,_swigarg0,_swigarg1) (_swigobj->Select(_swigarg0,_swigarg1)) | |
5310 | static PyObject *_wrap_wxListView_Select(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5311 | PyObject * _resultobj; | |
5312 | wxListView * _arg0; | |
5313 | long _arg1; | |
5314 | bool _arg2 = (bool ) TRUE; | |
5315 | PyObject * _argo0 = 0; | |
5316 | int tempbool2 = (int) TRUE; | |
5317 | char *_kwnames[] = { "self","n","on", NULL }; | |
5318 | ||
5319 | self = self; | |
5320 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol|i:wxListView_Select",_kwnames,&_argo0,&_arg1,&tempbool2)) | |
5321 | return NULL; | |
5322 | if (_argo0) { | |
5323 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5324 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5325 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_Select. Expected _wxListView_p."); | |
5326 | return NULL; | |
5327 | } | |
5328 | } | |
5329 | _arg2 = (bool ) tempbool2; | |
5330 | { | |
5331 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5332 | wxListView_Select(_arg0,_arg1,_arg2); | |
5333 | ||
5334 | wxPyEndAllowThreads(__tstate); | |
5335 | if (PyErr_Occurred()) return NULL; | |
5336 | } Py_INCREF(Py_None); | |
5337 | _resultobj = Py_None; | |
5338 | return _resultobj; | |
5339 | } | |
5340 | ||
5341 | #define wxListView_Focus(_swigobj,_swigarg0) (_swigobj->Focus(_swigarg0)) | |
5342 | static PyObject *_wrap_wxListView_Focus(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5343 | PyObject * _resultobj; | |
5344 | wxListView * _arg0; | |
5345 | long _arg1; | |
5346 | PyObject * _argo0 = 0; | |
5347 | char *_kwnames[] = { "self","index", NULL }; | |
5348 | ||
5349 | self = self; | |
5350 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListView_Focus",_kwnames,&_argo0,&_arg1)) | |
5351 | return NULL; | |
5352 | if (_argo0) { | |
5353 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5354 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5355 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_Focus. Expected _wxListView_p."); | |
5356 | return NULL; | |
5357 | } | |
5358 | } | |
5359 | { | |
5360 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5361 | wxListView_Focus(_arg0,_arg1); | |
5362 | ||
5363 | wxPyEndAllowThreads(__tstate); | |
5364 | if (PyErr_Occurred()) return NULL; | |
5365 | } Py_INCREF(Py_None); | |
5366 | _resultobj = Py_None; | |
5367 | return _resultobj; | |
5368 | } | |
5369 | ||
5370 | #define wxListView_GetFocusedItem(_swigobj) (_swigobj->GetFocusedItem()) | |
5371 | static PyObject *_wrap_wxListView_GetFocusedItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5372 | PyObject * _resultobj; | |
5373 | long _result; | |
5374 | wxListView * _arg0; | |
5375 | PyObject * _argo0 = 0; | |
5376 | char *_kwnames[] = { "self", NULL }; | |
5377 | ||
5378 | self = self; | |
5379 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListView_GetFocusedItem",_kwnames,&_argo0)) | |
5380 | return NULL; | |
5381 | if (_argo0) { | |
5382 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5383 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5384 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_GetFocusedItem. Expected _wxListView_p."); | |
5385 | return NULL; | |
5386 | } | |
5387 | } | |
5388 | { | |
5389 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5390 | _result = (long )wxListView_GetFocusedItem(_arg0); | |
5391 | ||
5392 | wxPyEndAllowThreads(__tstate); | |
5393 | if (PyErr_Occurred()) return NULL; | |
5394 | } _resultobj = Py_BuildValue("l",_result); | |
5395 | return _resultobj; | |
5396 | } | |
5397 | ||
5398 | #define wxListView_GetNextSelected(_swigobj,_swigarg0) (_swigobj->GetNextSelected(_swigarg0)) | |
5399 | static PyObject *_wrap_wxListView_GetNextSelected(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5400 | PyObject * _resultobj; | |
5401 | long _result; | |
5402 | wxListView * _arg0; | |
5403 | long _arg1; | |
5404 | PyObject * _argo0 = 0; | |
5405 | char *_kwnames[] = { "self","item", NULL }; | |
5406 | ||
5407 | self = self; | |
5408 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListView_GetNextSelected",_kwnames,&_argo0,&_arg1)) | |
5409 | return NULL; | |
5410 | if (_argo0) { | |
5411 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5412 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5413 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_GetNextSelected. Expected _wxListView_p."); | |
5414 | return NULL; | |
5415 | } | |
5416 | } | |
5417 | { | |
5418 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5419 | _result = (long )wxListView_GetNextSelected(_arg0,_arg1); | |
5420 | ||
5421 | wxPyEndAllowThreads(__tstate); | |
5422 | if (PyErr_Occurred()) return NULL; | |
5423 | } _resultobj = Py_BuildValue("l",_result); | |
5424 | return _resultobj; | |
5425 | } | |
5426 | ||
5427 | #define wxListView_GetFirstSelected(_swigobj) (_swigobj->GetFirstSelected()) | |
5428 | static PyObject *_wrap_wxListView_GetFirstSelected(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5429 | PyObject * _resultobj; | |
5430 | long _result; | |
5431 | wxListView * _arg0; | |
5432 | PyObject * _argo0 = 0; | |
5433 | char *_kwnames[] = { "self", NULL }; | |
5434 | ||
5435 | self = self; | |
5436 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListView_GetFirstSelected",_kwnames,&_argo0)) | |
5437 | return NULL; | |
5438 | if (_argo0) { | |
5439 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5440 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5441 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_GetFirstSelected. Expected _wxListView_p."); | |
5442 | return NULL; | |
5443 | } | |
5444 | } | |
5445 | { | |
5446 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5447 | _result = (long )wxListView_GetFirstSelected(_arg0); | |
5448 | ||
5449 | wxPyEndAllowThreads(__tstate); | |
5450 | if (PyErr_Occurred()) return NULL; | |
5451 | } _resultobj = Py_BuildValue("l",_result); | |
5452 | return _resultobj; | |
5453 | } | |
5454 | ||
5455 | #define wxListView_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0)) | |
5456 | static PyObject *_wrap_wxListView_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5457 | PyObject * _resultobj; | |
5458 | bool _result; | |
5459 | wxListView * _arg0; | |
5460 | long _arg1; | |
5461 | PyObject * _argo0 = 0; | |
5462 | char *_kwnames[] = { "self","index", NULL }; | |
5463 | ||
5464 | self = self; | |
5465 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxListView_IsSelected",_kwnames,&_argo0,&_arg1)) | |
5466 | return NULL; | |
5467 | if (_argo0) { | |
5468 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5469 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5470 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_IsSelected. Expected _wxListView_p."); | |
5471 | return NULL; | |
5472 | } | |
5473 | } | |
5474 | { | |
5475 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5476 | _result = (bool )wxListView_IsSelected(_arg0,_arg1); | |
5477 | ||
5478 | wxPyEndAllowThreads(__tstate); | |
5479 | if (PyErr_Occurred()) return NULL; | |
5480 | } _resultobj = Py_BuildValue("i",_result); | |
5481 | return _resultobj; | |
5482 | } | |
5483 | ||
5484 | #define wxListView_SetColumnImage(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetColumnImage(_swigarg0,_swigarg1)) | |
5485 | static PyObject *_wrap_wxListView_SetColumnImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5486 | PyObject * _resultobj; | |
5487 | wxListView * _arg0; | |
5488 | int _arg1; | |
5489 | int _arg2; | |
5490 | PyObject * _argo0 = 0; | |
5491 | char *_kwnames[] = { "self","col","image", NULL }; | |
5492 | ||
5493 | self = self; | |
5494 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxListView_SetColumnImage",_kwnames,&_argo0,&_arg1,&_arg2)) | |
5495 | return NULL; | |
5496 | if (_argo0) { | |
5497 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5498 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5499 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_SetColumnImage. Expected _wxListView_p."); | |
5500 | return NULL; | |
5501 | } | |
5502 | } | |
5503 | { | |
5504 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5505 | wxListView_SetColumnImage(_arg0,_arg1,_arg2); | |
5506 | ||
5507 | wxPyEndAllowThreads(__tstate); | |
5508 | if (PyErr_Occurred()) return NULL; | |
5509 | } Py_INCREF(Py_None); | |
5510 | _resultobj = Py_None; | |
5511 | return _resultobj; | |
5512 | } | |
5513 | ||
5514 | #define wxListView_ClearColumnImage(_swigobj,_swigarg0) (_swigobj->ClearColumnImage(_swigarg0)) | |
5515 | static PyObject *_wrap_wxListView_ClearColumnImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5516 | PyObject * _resultobj; | |
5517 | wxListView * _arg0; | |
5518 | int _arg1; | |
5519 | PyObject * _argo0 = 0; | |
5520 | char *_kwnames[] = { "self","col", NULL }; | |
5521 | ||
5522 | self = self; | |
5523 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListView_ClearColumnImage",_kwnames,&_argo0,&_arg1)) | |
5524 | return NULL; | |
5525 | if (_argo0) { | |
5526 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5527 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListView_p")) { | |
5528 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListView_ClearColumnImage. Expected _wxListView_p."); | |
5529 | return NULL; | |
5530 | } | |
5531 | } | |
5532 | { | |
5533 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5534 | wxListView_ClearColumnImage(_arg0,_arg1); | |
5535 | ||
5536 | wxPyEndAllowThreads(__tstate); | |
5537 | if (PyErr_Occurred()) return NULL; | |
5538 | } Py_INCREF(Py_None); | |
5539 | _resultobj = Py_None; | |
5540 | return _resultobj; | |
5541 | } | |
5542 | ||
5543 | #define new_wxTreeItemAttr(_swigarg0,_swigarg1,_swigarg2) (new wxTreeItemAttr(_swigarg0,_swigarg1,_swigarg2)) | |
5544 | static PyObject *_wrap_new_wxTreeItemAttr(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5545 | PyObject * _resultobj; | |
5546 | wxTreeItemAttr * _result; | |
5547 | wxColour * _arg0 = (wxColour *) &wxNullColour; | |
5548 | wxColour * _arg1 = (wxColour *) &wxNullColour; | |
5549 | wxFont * _arg2 = (wxFont *) &wxNullFont; | |
5550 | wxColour temp; | |
5551 | PyObject * _obj0 = 0; | |
5552 | wxColour temp0; | |
5553 | PyObject * _obj1 = 0; | |
5554 | PyObject * _argo2 = 0; | |
5555 | char *_kwnames[] = { "colText","colBack","font", NULL }; | |
5556 | char _ptemp[128]; | |
5557 | ||
5558 | self = self; | |
5559 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOO:new_wxTreeItemAttr",_kwnames,&_obj0,&_obj1,&_argo2)) | |
5560 | return NULL; | |
5561 | if (_obj0) | |
5562 | { | |
5563 | _arg0 = &temp; | |
5564 | if (! wxColour_helper(_obj0, &_arg0)) | |
5565 | return NULL; | |
5566 | } | |
5567 | if (_obj1) | |
5568 | { | |
5569 | _arg1 = &temp0; | |
5570 | if (! wxColour_helper(_obj1, &_arg1)) | |
5571 | return NULL; | |
5572 | } | |
5573 | if (_argo2) { | |
5574 | if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxFont_p")) { | |
5575 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxTreeItemAttr. Expected _wxFont_p."); | |
5576 | return NULL; | |
5577 | } | |
5578 | } | |
5579 | { | |
5580 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5581 | _result = (wxTreeItemAttr *)new_wxTreeItemAttr(*_arg0,*_arg1,*_arg2); | |
5582 | ||
5583 | wxPyEndAllowThreads(__tstate); | |
5584 | if (PyErr_Occurred()) return NULL; | |
5585 | } if (_result) { | |
5586 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxTreeItemAttr_p"); | |
5587 | _resultobj = Py_BuildValue("s",_ptemp); | |
5588 | } else { | |
5589 | Py_INCREF(Py_None); | |
5590 | _resultobj = Py_None; | |
5591 | } | |
5592 | return _resultobj; | |
5593 | } | |
5594 | ||
5595 | #define wxTreeItemAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0)) | |
5596 | static PyObject *_wrap_wxTreeItemAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5597 | PyObject * _resultobj; | |
5598 | wxTreeItemAttr * _arg0; | |
5599 | wxColour * _arg1; | |
5600 | PyObject * _argo0 = 0; | |
5601 | wxColour temp; | |
5602 | PyObject * _obj1 = 0; | |
5603 | char *_kwnames[] = { "self","colText", NULL }; | |
5604 | ||
5605 | self = self; | |
5606 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeItemAttr_SetTextColour",_kwnames,&_argo0,&_obj1)) | |
5607 | return NULL; | |
5608 | if (_argo0) { | |
5609 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5610 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5611 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_SetTextColour. Expected _wxTreeItemAttr_p."); | |
5612 | return NULL; | |
5613 | } | |
5614 | } | |
5615 | { | |
5616 | _arg1 = &temp; | |
5617 | if (! wxColour_helper(_obj1, &_arg1)) | |
5618 | return NULL; | |
5619 | } | |
5620 | { | |
5621 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5622 | wxTreeItemAttr_SetTextColour(_arg0,*_arg1); | |
5623 | ||
5624 | wxPyEndAllowThreads(__tstate); | |
5625 | if (PyErr_Occurred()) return NULL; | |
5626 | } Py_INCREF(Py_None); | |
5627 | _resultobj = Py_None; | |
5628 | return _resultobj; | |
5629 | } | |
5630 | ||
5631 | #define wxTreeItemAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0)) | |
5632 | static PyObject *_wrap_wxTreeItemAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5633 | PyObject * _resultobj; | |
5634 | wxTreeItemAttr * _arg0; | |
5635 | wxColour * _arg1; | |
5636 | PyObject * _argo0 = 0; | |
5637 | wxColour temp; | |
5638 | PyObject * _obj1 = 0; | |
5639 | char *_kwnames[] = { "self","colBack", NULL }; | |
5640 | ||
5641 | self = self; | |
5642 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeItemAttr_SetBackgroundColour",_kwnames,&_argo0,&_obj1)) | |
5643 | return NULL; | |
5644 | if (_argo0) { | |
5645 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5646 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5647 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_SetBackgroundColour. Expected _wxTreeItemAttr_p."); | |
5648 | return NULL; | |
5649 | } | |
5650 | } | |
5651 | { | |
5652 | _arg1 = &temp; | |
5653 | if (! wxColour_helper(_obj1, &_arg1)) | |
5654 | return NULL; | |
5655 | } | |
5656 | { | |
5657 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5658 | wxTreeItemAttr_SetBackgroundColour(_arg0,*_arg1); | |
5659 | ||
5660 | wxPyEndAllowThreads(__tstate); | |
5661 | if (PyErr_Occurred()) return NULL; | |
5662 | } Py_INCREF(Py_None); | |
5663 | _resultobj = Py_None; | |
5664 | return _resultobj; | |
5665 | } | |
5666 | ||
5667 | #define wxTreeItemAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0)) | |
5668 | static PyObject *_wrap_wxTreeItemAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5669 | PyObject * _resultobj; | |
5670 | wxTreeItemAttr * _arg0; | |
5671 | wxFont * _arg1; | |
5672 | PyObject * _argo0 = 0; | |
5673 | PyObject * _argo1 = 0; | |
5674 | char *_kwnames[] = { "self","font", NULL }; | |
5675 | ||
5676 | self = self; | |
5677 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeItemAttr_SetFont",_kwnames,&_argo0,&_argo1)) | |
5678 | return NULL; | |
5679 | if (_argo0) { | |
5680 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5681 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5682 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_SetFont. Expected _wxTreeItemAttr_p."); | |
5683 | return NULL; | |
5684 | } | |
5685 | } | |
5686 | if (_argo1) { | |
5687 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) { | |
5688 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeItemAttr_SetFont. Expected _wxFont_p."); | |
5689 | return NULL; | |
5690 | } | |
5691 | } | |
5692 | { | |
5693 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5694 | wxTreeItemAttr_SetFont(_arg0,*_arg1); | |
5695 | ||
5696 | wxPyEndAllowThreads(__tstate); | |
5697 | if (PyErr_Occurred()) return NULL; | |
5698 | } Py_INCREF(Py_None); | |
5699 | _resultobj = Py_None; | |
5700 | return _resultobj; | |
5701 | } | |
5702 | ||
5703 | #define wxTreeItemAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour()) | |
5704 | static PyObject *_wrap_wxTreeItemAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5705 | PyObject * _resultobj; | |
5706 | bool _result; | |
5707 | wxTreeItemAttr * _arg0; | |
5708 | PyObject * _argo0 = 0; | |
5709 | char *_kwnames[] = { "self", NULL }; | |
5710 | ||
5711 | self = self; | |
5712 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemAttr_HasTextColour",_kwnames,&_argo0)) | |
5713 | return NULL; | |
5714 | if (_argo0) { | |
5715 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5716 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5717 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_HasTextColour. Expected _wxTreeItemAttr_p."); | |
5718 | return NULL; | |
5719 | } | |
5720 | } | |
5721 | { | |
5722 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5723 | _result = (bool )wxTreeItemAttr_HasTextColour(_arg0); | |
5724 | ||
5725 | wxPyEndAllowThreads(__tstate); | |
5726 | if (PyErr_Occurred()) return NULL; | |
5727 | } _resultobj = Py_BuildValue("i",_result); | |
5728 | return _resultobj; | |
5729 | } | |
5730 | ||
5731 | #define wxTreeItemAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour()) | |
5732 | static PyObject *_wrap_wxTreeItemAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5733 | PyObject * _resultobj; | |
5734 | bool _result; | |
5735 | wxTreeItemAttr * _arg0; | |
5736 | PyObject * _argo0 = 0; | |
5737 | char *_kwnames[] = { "self", NULL }; | |
5738 | ||
5739 | self = self; | |
5740 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemAttr_HasBackgroundColour",_kwnames,&_argo0)) | |
5741 | return NULL; | |
5742 | if (_argo0) { | |
5743 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5744 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5745 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_HasBackgroundColour. Expected _wxTreeItemAttr_p."); | |
5746 | return NULL; | |
5747 | } | |
5748 | } | |
5749 | { | |
5750 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5751 | _result = (bool )wxTreeItemAttr_HasBackgroundColour(_arg0); | |
5752 | ||
5753 | wxPyEndAllowThreads(__tstate); | |
5754 | if (PyErr_Occurred()) return NULL; | |
5755 | } _resultobj = Py_BuildValue("i",_result); | |
5756 | return _resultobj; | |
5757 | } | |
5758 | ||
5759 | #define wxTreeItemAttr_HasFont(_swigobj) (_swigobj->HasFont()) | |
5760 | static PyObject *_wrap_wxTreeItemAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5761 | PyObject * _resultobj; | |
5762 | bool _result; | |
5763 | wxTreeItemAttr * _arg0; | |
5764 | PyObject * _argo0 = 0; | |
5765 | char *_kwnames[] = { "self", NULL }; | |
5766 | ||
5767 | self = self; | |
5768 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemAttr_HasFont",_kwnames,&_argo0)) | |
5769 | return NULL; | |
5770 | if (_argo0) { | |
5771 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5772 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5773 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_HasFont. Expected _wxTreeItemAttr_p."); | |
5774 | return NULL; | |
5775 | } | |
5776 | } | |
5777 | { | |
5778 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5779 | _result = (bool )wxTreeItemAttr_HasFont(_arg0); | |
5780 | ||
5781 | wxPyEndAllowThreads(__tstate); | |
5782 | if (PyErr_Occurred()) return NULL; | |
5783 | } _resultobj = Py_BuildValue("i",_result); | |
5784 | return _resultobj; | |
5785 | } | |
5786 | ||
5787 | #define wxTreeItemAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour()) | |
5788 | static PyObject *_wrap_wxTreeItemAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5789 | PyObject * _resultobj; | |
5790 | wxColour * _result; | |
5791 | wxTreeItemAttr * _arg0; | |
5792 | PyObject * _argo0 = 0; | |
5793 | char *_kwnames[] = { "self", NULL }; | |
5794 | char _ptemp[128]; | |
5795 | ||
5796 | self = self; | |
5797 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemAttr_GetTextColour",_kwnames,&_argo0)) | |
5798 | return NULL; | |
5799 | if (_argo0) { | |
5800 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5801 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5802 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_GetTextColour. Expected _wxTreeItemAttr_p."); | |
5803 | return NULL; | |
5804 | } | |
5805 | } | |
5806 | { | |
5807 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5808 | _result = new wxColour (wxTreeItemAttr_GetTextColour(_arg0)); | |
5809 | ||
5810 | wxPyEndAllowThreads(__tstate); | |
5811 | if (PyErr_Occurred()) return NULL; | |
5812 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
5813 | _resultobj = Py_BuildValue("s",_ptemp); | |
5814 | return _resultobj; | |
5815 | } | |
5816 | ||
5817 | #define wxTreeItemAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour()) | |
5818 | static PyObject *_wrap_wxTreeItemAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5819 | PyObject * _resultobj; | |
5820 | wxColour * _result; | |
5821 | wxTreeItemAttr * _arg0; | |
5822 | PyObject * _argo0 = 0; | |
5823 | char *_kwnames[] = { "self", NULL }; | |
5824 | char _ptemp[128]; | |
5825 | ||
5826 | self = self; | |
5827 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemAttr_GetBackgroundColour",_kwnames,&_argo0)) | |
5828 | return NULL; | |
5829 | if (_argo0) { | |
5830 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5831 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5832 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_GetBackgroundColour. Expected _wxTreeItemAttr_p."); | |
5833 | return NULL; | |
5834 | } | |
5835 | } | |
5836 | { | |
5837 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5838 | _result = new wxColour (wxTreeItemAttr_GetBackgroundColour(_arg0)); | |
5839 | ||
5840 | wxPyEndAllowThreads(__tstate); | |
5841 | if (PyErr_Occurred()) return NULL; | |
5842 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
5843 | _resultobj = Py_BuildValue("s",_ptemp); | |
5844 | return _resultobj; | |
5845 | } | |
5846 | ||
5847 | #define wxTreeItemAttr_GetFont(_swigobj) (_swigobj->GetFont()) | |
5848 | static PyObject *_wrap_wxTreeItemAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5849 | PyObject * _resultobj; | |
5850 | wxFont * _result; | |
5851 | wxTreeItemAttr * _arg0; | |
5852 | PyObject * _argo0 = 0; | |
5853 | char *_kwnames[] = { "self", NULL }; | |
5854 | char _ptemp[128]; | |
5855 | ||
5856 | self = self; | |
5857 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemAttr_GetFont",_kwnames,&_argo0)) | |
5858 | return NULL; | |
5859 | if (_argo0) { | |
5860 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5861 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemAttr_p")) { | |
5862 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemAttr_GetFont. Expected _wxTreeItemAttr_p."); | |
5863 | return NULL; | |
5864 | } | |
5865 | } | |
5866 | { | |
5867 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5868 | _result = new wxFont (wxTreeItemAttr_GetFont(_arg0)); | |
5869 | ||
5870 | wxPyEndAllowThreads(__tstate); | |
5871 | if (PyErr_Occurred()) return NULL; | |
5872 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxFont_p"); | |
5873 | _resultobj = Py_BuildValue("s",_ptemp); | |
5874 | return _resultobj; | |
5875 | } | |
5876 | ||
5877 | #define new_wxTreeItemId() (new wxTreeItemId()) | |
5878 | static PyObject *_wrap_new_wxTreeItemId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5879 | PyObject * _resultobj; | |
5880 | wxTreeItemId * _result; | |
5881 | char *_kwnames[] = { NULL }; | |
5882 | char _ptemp[128]; | |
5883 | ||
5884 | self = self; | |
5885 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxTreeItemId",_kwnames)) | |
5886 | return NULL; | |
5887 | { | |
5888 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5889 | _result = (wxTreeItemId *)new_wxTreeItemId(); | |
5890 | ||
5891 | wxPyEndAllowThreads(__tstate); | |
5892 | if (PyErr_Occurred()) return NULL; | |
5893 | } if (_result) { | |
5894 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxTreeItemId_p"); | |
5895 | _resultobj = Py_BuildValue("s",_ptemp); | |
5896 | } else { | |
5897 | Py_INCREF(Py_None); | |
5898 | _resultobj = Py_None; | |
5899 | } | |
5900 | return _resultobj; | |
5901 | } | |
5902 | ||
5903 | #define delete_wxTreeItemId(_swigobj) (delete _swigobj) | |
5904 | static PyObject *_wrap_delete_wxTreeItemId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5905 | PyObject * _resultobj; | |
5906 | wxTreeItemId * _arg0; | |
5907 | PyObject * _argo0 = 0; | |
5908 | char *_kwnames[] = { "self", NULL }; | |
5909 | ||
5910 | self = self; | |
5911 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxTreeItemId",_kwnames,&_argo0)) | |
5912 | return NULL; | |
5913 | if (_argo0) { | |
5914 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5915 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemId_p")) { | |
5916 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxTreeItemId. Expected _wxTreeItemId_p."); | |
5917 | return NULL; | |
5918 | } | |
5919 | } | |
5920 | { | |
5921 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5922 | delete_wxTreeItemId(_arg0); | |
5923 | ||
5924 | wxPyEndAllowThreads(__tstate); | |
5925 | if (PyErr_Occurred()) return NULL; | |
5926 | } Py_INCREF(Py_None); | |
5927 | _resultobj = Py_None; | |
5928 | return _resultobj; | |
5929 | } | |
5930 | ||
5931 | #define wxTreeItemId_IsOk(_swigobj) (_swigobj->IsOk()) | |
5932 | static PyObject *_wrap_wxTreeItemId_IsOk(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5933 | PyObject * _resultobj; | |
5934 | bool _result; | |
5935 | wxTreeItemId * _arg0; | |
5936 | PyObject * _argo0 = 0; | |
5937 | char *_kwnames[] = { "self", NULL }; | |
5938 | ||
5939 | self = self; | |
5940 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemId_IsOk",_kwnames,&_argo0)) | |
5941 | return NULL; | |
5942 | if (_argo0) { | |
5943 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5944 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemId_p")) { | |
5945 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemId_IsOk. Expected _wxTreeItemId_p."); | |
5946 | return NULL; | |
5947 | } | |
5948 | } | |
5949 | { | |
5950 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5951 | _result = (bool )wxTreeItemId_IsOk(_arg0); | |
5952 | ||
5953 | wxPyEndAllowThreads(__tstate); | |
5954 | if (PyErr_Occurred()) return NULL; | |
5955 | } _resultobj = Py_BuildValue("i",_result); | |
5956 | return _resultobj; | |
5957 | } | |
5958 | ||
5959 | static int wxTreeItemId___cmp__(wxTreeItemId *self,wxTreeItemId * other) { | |
5960 | if (! other) return -1; | |
5961 | return *self != *other; | |
5962 | } | |
5963 | static PyObject *_wrap_wxTreeItemId___cmp__(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5964 | PyObject * _resultobj; | |
5965 | int _result; | |
5966 | wxTreeItemId * _arg0; | |
5967 | wxTreeItemId * _arg1; | |
5968 | PyObject * _argo0 = 0; | |
5969 | PyObject * _argo1 = 0; | |
5970 | char *_kwnames[] = { "self","other", NULL }; | |
5971 | ||
5972 | self = self; | |
5973 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeItemId___cmp__",_kwnames,&_argo0,&_argo1)) | |
5974 | return NULL; | |
5975 | if (_argo0) { | |
5976 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5977 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeItemId_p")) { | |
5978 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemId___cmp__. Expected _wxTreeItemId_p."); | |
5979 | return NULL; | |
5980 | } | |
5981 | } | |
5982 | if (_argo1) { | |
5983 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
5984 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
5985 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeItemId___cmp__. Expected _wxTreeItemId_p."); | |
5986 | return NULL; | |
5987 | } | |
5988 | } | |
5989 | { | |
5990 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5991 | _result = (int )wxTreeItemId___cmp__(_arg0,_arg1); | |
5992 | ||
5993 | wxPyEndAllowThreads(__tstate); | |
5994 | if (PyErr_Occurred()) return NULL; | |
5995 | } _resultobj = Py_BuildValue("i",_result); | |
5996 | return _resultobj; | |
5997 | } | |
5998 | ||
5999 | #define new_wxTreeItemData(_swigarg0) (new wxPyTreeItemData(_swigarg0)) | |
6000 | static PyObject *_wrap_new_wxTreeItemData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6001 | PyObject * _resultobj; | |
6002 | wxPyTreeItemData * _result; | |
6003 | PyObject * _arg0 = (PyObject *) NULL; | |
6004 | PyObject * _obj0 = 0; | |
6005 | char *_kwnames[] = { "obj", NULL }; | |
6006 | char _ptemp[128]; | |
6007 | ||
6008 | self = self; | |
6009 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|O:new_wxTreeItemData",_kwnames,&_obj0)) | |
6010 | return NULL; | |
6011 | if (_obj0) | |
6012 | { | |
6013 | _arg0 = _obj0; | |
6014 | } | |
6015 | { | |
6016 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6017 | _result = (wxPyTreeItemData *)new_wxTreeItemData(_arg0); | |
6018 | ||
6019 | wxPyEndAllowThreads(__tstate); | |
6020 | if (PyErr_Occurred()) return NULL; | |
6021 | } if (_result) { | |
6022 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyTreeItemData_p"); | |
6023 | _resultobj = Py_BuildValue("s",_ptemp); | |
6024 | } else { | |
6025 | Py_INCREF(Py_None); | |
6026 | _resultobj = Py_None; | |
6027 | } | |
6028 | return _resultobj; | |
6029 | } | |
6030 | ||
6031 | #define wxTreeItemData_GetData(_swigobj) (_swigobj->GetData()) | |
6032 | static PyObject *_wrap_wxTreeItemData_GetData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6033 | PyObject * _resultobj; | |
6034 | PyObject * _result; | |
6035 | wxPyTreeItemData * _arg0; | |
6036 | PyObject * _argo0 = 0; | |
6037 | char *_kwnames[] = { "self", NULL }; | |
6038 | ||
6039 | self = self; | |
6040 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemData_GetData",_kwnames,&_argo0)) | |
6041 | return NULL; | |
6042 | if (_argo0) { | |
6043 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6044 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeItemData_p")) { | |
6045 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemData_GetData. Expected _wxPyTreeItemData_p."); | |
6046 | return NULL; | |
6047 | } | |
6048 | } | |
6049 | { | |
6050 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6051 | _result = (PyObject *)wxTreeItemData_GetData(_arg0); | |
6052 | ||
6053 | wxPyEndAllowThreads(__tstate); | |
6054 | if (PyErr_Occurred()) return NULL; | |
6055 | }{ | |
6056 | _resultobj = _result; | |
6057 | } | |
6058 | return _resultobj; | |
6059 | } | |
6060 | ||
6061 | #define wxTreeItemData_SetData(_swigobj,_swigarg0) (_swigobj->SetData(_swigarg0)) | |
6062 | static PyObject *_wrap_wxTreeItemData_SetData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6063 | PyObject * _resultobj; | |
6064 | wxPyTreeItemData * _arg0; | |
6065 | PyObject * _arg1; | |
6066 | PyObject * _argo0 = 0; | |
6067 | PyObject * _obj1 = 0; | |
6068 | char *_kwnames[] = { "self","obj", NULL }; | |
6069 | ||
6070 | self = self; | |
6071 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeItemData_SetData",_kwnames,&_argo0,&_obj1)) | |
6072 | return NULL; | |
6073 | if (_argo0) { | |
6074 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6075 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeItemData_p")) { | |
6076 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemData_SetData. Expected _wxPyTreeItemData_p."); | |
6077 | return NULL; | |
6078 | } | |
6079 | } | |
6080 | { | |
6081 | _arg1 = _obj1; | |
6082 | } | |
6083 | { | |
6084 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6085 | wxTreeItemData_SetData(_arg0,_arg1); | |
6086 | ||
6087 | wxPyEndAllowThreads(__tstate); | |
6088 | if (PyErr_Occurred()) return NULL; | |
6089 | } Py_INCREF(Py_None); | |
6090 | _resultobj = Py_None; | |
6091 | return _resultobj; | |
6092 | } | |
6093 | ||
6094 | #define wxTreeItemData_GetId(_swigobj) (_swigobj->GetId()) | |
6095 | static PyObject *_wrap_wxTreeItemData_GetId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6096 | PyObject * _resultobj; | |
6097 | wxTreeItemId * _result; | |
6098 | wxPyTreeItemData * _arg0; | |
6099 | PyObject * _argo0 = 0; | |
6100 | char *_kwnames[] = { "self", NULL }; | |
6101 | char _ptemp[128]; | |
6102 | ||
6103 | self = self; | |
6104 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeItemData_GetId",_kwnames,&_argo0)) | |
6105 | return NULL; | |
6106 | if (_argo0) { | |
6107 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6108 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeItemData_p")) { | |
6109 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemData_GetId. Expected _wxPyTreeItemData_p."); | |
6110 | return NULL; | |
6111 | } | |
6112 | } | |
6113 | { | |
6114 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6115 | const wxTreeItemId & _result_ref = wxTreeItemData_GetId(_arg0); | |
6116 | _result = (wxTreeItemId *) &_result_ref; | |
6117 | ||
6118 | wxPyEndAllowThreads(__tstate); | |
6119 | if (PyErr_Occurred()) return NULL; | |
6120 | } if (_result) { | |
6121 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxTreeItemId_p"); | |
6122 | _resultobj = Py_BuildValue("s",_ptemp); | |
6123 | } else { | |
6124 | Py_INCREF(Py_None); | |
6125 | _resultobj = Py_None; | |
6126 | } | |
6127 | return _resultobj; | |
6128 | } | |
6129 | ||
6130 | #define wxTreeItemData_SetId(_swigobj,_swigarg0) (_swigobj->SetId(_swigarg0)) | |
6131 | static PyObject *_wrap_wxTreeItemData_SetId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6132 | PyObject * _resultobj; | |
6133 | wxPyTreeItemData * _arg0; | |
6134 | wxTreeItemId * _arg1; | |
6135 | PyObject * _argo0 = 0; | |
6136 | PyObject * _argo1 = 0; | |
6137 | char *_kwnames[] = { "self","id", NULL }; | |
6138 | ||
6139 | self = self; | |
6140 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeItemData_SetId",_kwnames,&_argo0,&_argo1)) | |
6141 | return NULL; | |
6142 | if (_argo0) { | |
6143 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6144 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeItemData_p")) { | |
6145 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeItemData_SetId. Expected _wxPyTreeItemData_p."); | |
6146 | return NULL; | |
6147 | } | |
6148 | } | |
6149 | if (_argo1) { | |
6150 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
6151 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeItemData_SetId. Expected _wxTreeItemId_p."); | |
6152 | return NULL; | |
6153 | } | |
6154 | } | |
6155 | { | |
6156 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6157 | wxTreeItemData_SetId(_arg0,*_arg1); | |
6158 | ||
6159 | wxPyEndAllowThreads(__tstate); | |
6160 | if (PyErr_Occurred()) return NULL; | |
6161 | } Py_INCREF(Py_None); | |
6162 | _resultobj = Py_None; | |
6163 | return _resultobj; | |
6164 | } | |
6165 | ||
6166 | static void *SwigwxTreeEventTowxNotifyEvent(void *ptr) { | |
6167 | wxTreeEvent *src; | |
6168 | wxNotifyEvent *dest; | |
6169 | src = (wxTreeEvent *) ptr; | |
6170 | dest = (wxNotifyEvent *) src; | |
6171 | return (void *) dest; | |
6172 | } | |
6173 | ||
6174 | static void *SwigwxTreeEventTowxCommandEvent(void *ptr) { | |
6175 | wxTreeEvent *src; | |
6176 | wxCommandEvent *dest; | |
6177 | src = (wxTreeEvent *) ptr; | |
6178 | dest = (wxCommandEvent *) src; | |
6179 | return (void *) dest; | |
6180 | } | |
6181 | ||
6182 | static void *SwigwxTreeEventTowxEvent(void *ptr) { | |
6183 | wxTreeEvent *src; | |
6184 | wxEvent *dest; | |
6185 | src = (wxTreeEvent *) ptr; | |
6186 | dest = (wxEvent *) src; | |
6187 | return (void *) dest; | |
6188 | } | |
6189 | ||
6190 | static void *SwigwxTreeEventTowxObject(void *ptr) { | |
6191 | wxTreeEvent *src; | |
6192 | wxObject *dest; | |
6193 | src = (wxTreeEvent *) ptr; | |
6194 | dest = (wxObject *) src; | |
6195 | return (void *) dest; | |
6196 | } | |
6197 | ||
6198 | #define new_wxTreeEvent(_swigarg0,_swigarg1) (new wxTreeEvent(_swigarg0,_swigarg1)) | |
6199 | static PyObject *_wrap_new_wxTreeEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6200 | PyObject * _resultobj; | |
6201 | wxTreeEvent * _result; | |
6202 | wxEventType _arg0 = (wxEventType ) wxEVT_NULL; | |
6203 | int _arg1 = (int ) 0; | |
6204 | char *_kwnames[] = { "commandType","id", NULL }; | |
6205 | char _ptemp[128]; | |
6206 | ||
6207 | self = self; | |
6208 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|ii:new_wxTreeEvent",_kwnames,&_arg0,&_arg1)) | |
6209 | return NULL; | |
6210 | { | |
6211 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6212 | _result = (wxTreeEvent *)new_wxTreeEvent(_arg0,_arg1); | |
6213 | ||
6214 | wxPyEndAllowThreads(__tstate); | |
6215 | if (PyErr_Occurred()) return NULL; | |
6216 | } if (_result) { | |
6217 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxTreeEvent_p"); | |
6218 | _resultobj = Py_BuildValue("s",_ptemp); | |
6219 | } else { | |
6220 | Py_INCREF(Py_None); | |
6221 | _resultobj = Py_None; | |
6222 | } | |
6223 | return _resultobj; | |
6224 | } | |
6225 | ||
6226 | #define wxTreeEvent_GetItem(_swigobj) (_swigobj->GetItem()) | |
6227 | static PyObject *_wrap_wxTreeEvent_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6228 | PyObject * _resultobj; | |
6229 | wxTreeItemId * _result; | |
6230 | wxTreeEvent * _arg0; | |
6231 | PyObject * _argo0 = 0; | |
6232 | char *_kwnames[] = { "self", NULL }; | |
6233 | char _ptemp[128]; | |
6234 | ||
6235 | self = self; | |
6236 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeEvent_GetItem",_kwnames,&_argo0)) | |
6237 | return NULL; | |
6238 | if (_argo0) { | |
6239 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6240 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6241 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_GetItem. Expected _wxTreeEvent_p."); | |
6242 | return NULL; | |
6243 | } | |
6244 | } | |
6245 | { | |
6246 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6247 | _result = new wxTreeItemId (wxTreeEvent_GetItem(_arg0)); | |
6248 | ||
6249 | wxPyEndAllowThreads(__tstate); | |
6250 | if (PyErr_Occurred()) return NULL; | |
6251 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
6252 | _resultobj = Py_BuildValue("s",_ptemp); | |
6253 | return _resultobj; | |
6254 | } | |
6255 | ||
6256 | #define wxTreeEvent_SetItem(_swigobj,_swigarg0) (_swigobj->SetItem(_swigarg0)) | |
6257 | static PyObject *_wrap_wxTreeEvent_SetItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6258 | PyObject * _resultobj; | |
6259 | wxTreeEvent * _arg0; | |
6260 | wxTreeItemId * _arg1; | |
6261 | PyObject * _argo0 = 0; | |
6262 | PyObject * _argo1 = 0; | |
6263 | char *_kwnames[] = { "self","item", NULL }; | |
6264 | ||
6265 | self = self; | |
6266 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeEvent_SetItem",_kwnames,&_argo0,&_argo1)) | |
6267 | return NULL; | |
6268 | if (_argo0) { | |
6269 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6270 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6271 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_SetItem. Expected _wxTreeEvent_p."); | |
6272 | return NULL; | |
6273 | } | |
6274 | } | |
6275 | if (_argo1) { | |
6276 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
6277 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeEvent_SetItem. Expected _wxTreeItemId_p."); | |
6278 | return NULL; | |
6279 | } | |
6280 | } | |
6281 | { | |
6282 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6283 | wxTreeEvent_SetItem(_arg0,*_arg1); | |
6284 | ||
6285 | wxPyEndAllowThreads(__tstate); | |
6286 | if (PyErr_Occurred()) return NULL; | |
6287 | } Py_INCREF(Py_None); | |
6288 | _resultobj = Py_None; | |
6289 | return _resultobj; | |
6290 | } | |
6291 | ||
6292 | #define wxTreeEvent_GetOldItem(_swigobj) (_swigobj->GetOldItem()) | |
6293 | static PyObject *_wrap_wxTreeEvent_GetOldItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6294 | PyObject * _resultobj; | |
6295 | wxTreeItemId * _result; | |
6296 | wxTreeEvent * _arg0; | |
6297 | PyObject * _argo0 = 0; | |
6298 | char *_kwnames[] = { "self", NULL }; | |
6299 | char _ptemp[128]; | |
6300 | ||
6301 | self = self; | |
6302 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeEvent_GetOldItem",_kwnames,&_argo0)) | |
6303 | return NULL; | |
6304 | if (_argo0) { | |
6305 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6306 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6307 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_GetOldItem. Expected _wxTreeEvent_p."); | |
6308 | return NULL; | |
6309 | } | |
6310 | } | |
6311 | { | |
6312 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6313 | _result = new wxTreeItemId (wxTreeEvent_GetOldItem(_arg0)); | |
6314 | ||
6315 | wxPyEndAllowThreads(__tstate); | |
6316 | if (PyErr_Occurred()) return NULL; | |
6317 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
6318 | _resultobj = Py_BuildValue("s",_ptemp); | |
6319 | return _resultobj; | |
6320 | } | |
6321 | ||
6322 | #define wxTreeEvent_SetOldItem(_swigobj,_swigarg0) (_swigobj->SetOldItem(_swigarg0)) | |
6323 | static PyObject *_wrap_wxTreeEvent_SetOldItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6324 | PyObject * _resultobj; | |
6325 | wxTreeEvent * _arg0; | |
6326 | wxTreeItemId * _arg1; | |
6327 | PyObject * _argo0 = 0; | |
6328 | PyObject * _argo1 = 0; | |
6329 | char *_kwnames[] = { "self","item", NULL }; | |
6330 | ||
6331 | self = self; | |
6332 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeEvent_SetOldItem",_kwnames,&_argo0,&_argo1)) | |
6333 | return NULL; | |
6334 | if (_argo0) { | |
6335 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6336 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6337 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_SetOldItem. Expected _wxTreeEvent_p."); | |
6338 | return NULL; | |
6339 | } | |
6340 | } | |
6341 | if (_argo1) { | |
6342 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
6343 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeEvent_SetOldItem. Expected _wxTreeItemId_p."); | |
6344 | return NULL; | |
6345 | } | |
6346 | } | |
6347 | { | |
6348 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6349 | wxTreeEvent_SetOldItem(_arg0,*_arg1); | |
6350 | ||
6351 | wxPyEndAllowThreads(__tstate); | |
6352 | if (PyErr_Occurred()) return NULL; | |
6353 | } Py_INCREF(Py_None); | |
6354 | _resultobj = Py_None; | |
6355 | return _resultobj; | |
6356 | } | |
6357 | ||
6358 | #define wxTreeEvent_GetPoint(_swigobj) (_swigobj->GetPoint()) | |
6359 | static PyObject *_wrap_wxTreeEvent_GetPoint(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6360 | PyObject * _resultobj; | |
6361 | wxPoint * _result; | |
6362 | wxTreeEvent * _arg0; | |
6363 | PyObject * _argo0 = 0; | |
6364 | char *_kwnames[] = { "self", NULL }; | |
6365 | char _ptemp[128]; | |
6366 | ||
6367 | self = self; | |
6368 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeEvent_GetPoint",_kwnames,&_argo0)) | |
6369 | return NULL; | |
6370 | if (_argo0) { | |
6371 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6372 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6373 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_GetPoint. Expected _wxTreeEvent_p."); | |
6374 | return NULL; | |
6375 | } | |
6376 | } | |
6377 | { | |
6378 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6379 | _result = new wxPoint (wxTreeEvent_GetPoint(_arg0)); | |
6380 | ||
6381 | wxPyEndAllowThreads(__tstate); | |
6382 | if (PyErr_Occurred()) return NULL; | |
6383 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); | |
6384 | _resultobj = Py_BuildValue("s",_ptemp); | |
6385 | return _resultobj; | |
6386 | } | |
6387 | ||
6388 | #define wxTreeEvent_SetPoint(_swigobj,_swigarg0) (_swigobj->SetPoint(_swigarg0)) | |
6389 | static PyObject *_wrap_wxTreeEvent_SetPoint(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6390 | PyObject * _resultobj; | |
6391 | wxTreeEvent * _arg0; | |
6392 | wxPoint * _arg1; | |
6393 | PyObject * _argo0 = 0; | |
6394 | wxPoint temp; | |
6395 | PyObject * _obj1 = 0; | |
6396 | char *_kwnames[] = { "self","pt", NULL }; | |
6397 | ||
6398 | self = self; | |
6399 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeEvent_SetPoint",_kwnames,&_argo0,&_obj1)) | |
6400 | return NULL; | |
6401 | if (_argo0) { | |
6402 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6403 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6404 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_SetPoint. Expected _wxTreeEvent_p."); | |
6405 | return NULL; | |
6406 | } | |
6407 | } | |
6408 | { | |
6409 | _arg1 = &temp; | |
6410 | if (! wxPoint_helper(_obj1, &_arg1)) | |
6411 | return NULL; | |
6412 | } | |
6413 | { | |
6414 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6415 | wxTreeEvent_SetPoint(_arg0,*_arg1); | |
6416 | ||
6417 | wxPyEndAllowThreads(__tstate); | |
6418 | if (PyErr_Occurred()) return NULL; | |
6419 | } Py_INCREF(Py_None); | |
6420 | _resultobj = Py_None; | |
6421 | return _resultobj; | |
6422 | } | |
6423 | ||
6424 | #define wxTreeEvent_GetKeyEvent(_swigobj) (_swigobj->GetKeyEvent()) | |
6425 | static PyObject *_wrap_wxTreeEvent_GetKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6426 | PyObject * _resultobj; | |
6427 | wxKeyEvent * _result; | |
6428 | wxTreeEvent * _arg0; | |
6429 | PyObject * _argo0 = 0; | |
6430 | char *_kwnames[] = { "self", NULL }; | |
6431 | char _ptemp[128]; | |
6432 | ||
6433 | self = self; | |
6434 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeEvent_GetKeyEvent",_kwnames,&_argo0)) | |
6435 | return NULL; | |
6436 | if (_argo0) { | |
6437 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6438 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6439 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_GetKeyEvent. Expected _wxTreeEvent_p."); | |
6440 | return NULL; | |
6441 | } | |
6442 | } | |
6443 | { | |
6444 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6445 | const wxKeyEvent & _result_ref = wxTreeEvent_GetKeyEvent(_arg0); | |
6446 | _result = (wxKeyEvent *) &_result_ref; | |
6447 | ||
6448 | wxPyEndAllowThreads(__tstate); | |
6449 | if (PyErr_Occurred()) return NULL; | |
6450 | } if (_result) { | |
6451 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxKeyEvent_p"); | |
6452 | _resultobj = Py_BuildValue("s",_ptemp); | |
6453 | } else { | |
6454 | Py_INCREF(Py_None); | |
6455 | _resultobj = Py_None; | |
6456 | } | |
6457 | return _resultobj; | |
6458 | } | |
6459 | ||
6460 | #define wxTreeEvent_GetKeyCode(_swigobj) (_swigobj->GetKeyCode()) | |
6461 | static PyObject *_wrap_wxTreeEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6462 | PyObject * _resultobj; | |
6463 | int _result; | |
6464 | wxTreeEvent * _arg0; | |
6465 | PyObject * _argo0 = 0; | |
6466 | char *_kwnames[] = { "self", NULL }; | |
6467 | ||
6468 | self = self; | |
6469 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeEvent_GetKeyCode",_kwnames,&_argo0)) | |
6470 | return NULL; | |
6471 | if (_argo0) { | |
6472 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6473 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6474 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_GetKeyCode. Expected _wxTreeEvent_p."); | |
6475 | return NULL; | |
6476 | } | |
6477 | } | |
6478 | { | |
6479 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6480 | _result = (int )wxTreeEvent_GetKeyCode(_arg0); | |
6481 | ||
6482 | wxPyEndAllowThreads(__tstate); | |
6483 | if (PyErr_Occurred()) return NULL; | |
6484 | } _resultobj = Py_BuildValue("i",_result); | |
6485 | return _resultobj; | |
6486 | } | |
6487 | ||
6488 | #define wxTreeEvent_SetKeyEvent(_swigobj,_swigarg0) (_swigobj->SetKeyEvent(_swigarg0)) | |
6489 | static PyObject *_wrap_wxTreeEvent_SetKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6490 | PyObject * _resultobj; | |
6491 | wxTreeEvent * _arg0; | |
6492 | wxKeyEvent * _arg1; | |
6493 | PyObject * _argo0 = 0; | |
6494 | PyObject * _argo1 = 0; | |
6495 | char *_kwnames[] = { "self","evt", NULL }; | |
6496 | ||
6497 | self = self; | |
6498 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeEvent_SetKeyEvent",_kwnames,&_argo0,&_argo1)) | |
6499 | return NULL; | |
6500 | if (_argo0) { | |
6501 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6502 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6503 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_SetKeyEvent. Expected _wxTreeEvent_p."); | |
6504 | return NULL; | |
6505 | } | |
6506 | } | |
6507 | if (_argo1) { | |
6508 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxKeyEvent_p")) { | |
6509 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeEvent_SetKeyEvent. Expected _wxKeyEvent_p."); | |
6510 | return NULL; | |
6511 | } | |
6512 | } | |
6513 | { | |
6514 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6515 | wxTreeEvent_SetKeyEvent(_arg0,*_arg1); | |
6516 | ||
6517 | wxPyEndAllowThreads(__tstate); | |
6518 | if (PyErr_Occurred()) return NULL; | |
6519 | } Py_INCREF(Py_None); | |
6520 | _resultobj = Py_None; | |
6521 | return _resultobj; | |
6522 | } | |
6523 | ||
6524 | #define wxTreeEvent_GetLabel(_swigobj) (_swigobj->GetLabel()) | |
6525 | static PyObject *_wrap_wxTreeEvent_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6526 | PyObject * _resultobj; | |
6527 | wxString * _result; | |
6528 | wxTreeEvent * _arg0; | |
6529 | PyObject * _argo0 = 0; | |
6530 | char *_kwnames[] = { "self", NULL }; | |
6531 | ||
6532 | self = self; | |
6533 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeEvent_GetLabel",_kwnames,&_argo0)) | |
6534 | return NULL; | |
6535 | if (_argo0) { | |
6536 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6537 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6538 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_GetLabel. Expected _wxTreeEvent_p."); | |
6539 | return NULL; | |
6540 | } | |
6541 | } | |
6542 | { | |
6543 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6544 | const wxString & _result_ref = wxTreeEvent_GetLabel(_arg0); | |
6545 | _result = (wxString *) &_result_ref; | |
6546 | ||
6547 | wxPyEndAllowThreads(__tstate); | |
6548 | if (PyErr_Occurred()) return NULL; | |
6549 | }{ | |
6550 | #if wxUSE_UNICODE | |
6551 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
6552 | #else | |
6553 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
6554 | #endif | |
6555 | } | |
6556 | return _resultobj; | |
6557 | } | |
6558 | ||
6559 | #define wxTreeEvent_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0)) | |
6560 | static PyObject *_wrap_wxTreeEvent_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6561 | PyObject * _resultobj; | |
6562 | wxTreeEvent * _arg0; | |
6563 | wxString * _arg1; | |
6564 | PyObject * _argo0 = 0; | |
6565 | PyObject * _obj1 = 0; | |
6566 | char *_kwnames[] = { "self","label", NULL }; | |
6567 | ||
6568 | self = self; | |
6569 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeEvent_SetLabel",_kwnames,&_argo0,&_obj1)) | |
6570 | return NULL; | |
6571 | if (_argo0) { | |
6572 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6573 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6574 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_SetLabel. Expected _wxTreeEvent_p."); | |
6575 | return NULL; | |
6576 | } | |
6577 | } | |
6578 | { | |
6579 | _arg1 = wxString_in_helper(_obj1); | |
6580 | if (_arg1 == NULL) | |
6581 | return NULL; | |
6582 | } | |
6583 | { | |
6584 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6585 | wxTreeEvent_SetLabel(_arg0,*_arg1); | |
6586 | ||
6587 | wxPyEndAllowThreads(__tstate); | |
6588 | if (PyErr_Occurred()) return NULL; | |
6589 | } Py_INCREF(Py_None); | |
6590 | _resultobj = Py_None; | |
6591 | { | |
6592 | if (_obj1) | |
6593 | delete _arg1; | |
6594 | } | |
6595 | return _resultobj; | |
6596 | } | |
6597 | ||
6598 | #define wxTreeEvent_IsEditCancelled(_swigobj) (_swigobj->IsEditCancelled()) | |
6599 | static PyObject *_wrap_wxTreeEvent_IsEditCancelled(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6600 | PyObject * _resultobj; | |
6601 | bool _result; | |
6602 | wxTreeEvent * _arg0; | |
6603 | PyObject * _argo0 = 0; | |
6604 | char *_kwnames[] = { "self", NULL }; | |
6605 | ||
6606 | self = self; | |
6607 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeEvent_IsEditCancelled",_kwnames,&_argo0)) | |
6608 | return NULL; | |
6609 | if (_argo0) { | |
6610 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6611 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6612 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_IsEditCancelled. Expected _wxTreeEvent_p."); | |
6613 | return NULL; | |
6614 | } | |
6615 | } | |
6616 | { | |
6617 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6618 | _result = (bool )wxTreeEvent_IsEditCancelled(_arg0); | |
6619 | ||
6620 | wxPyEndAllowThreads(__tstate); | |
6621 | if (PyErr_Occurred()) return NULL; | |
6622 | } _resultobj = Py_BuildValue("i",_result); | |
6623 | return _resultobj; | |
6624 | } | |
6625 | ||
6626 | #define wxTreeEvent_SetEditCanceled(_swigobj,_swigarg0) (_swigobj->SetEditCanceled(_swigarg0)) | |
6627 | static PyObject *_wrap_wxTreeEvent_SetEditCanceled(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6628 | PyObject * _resultobj; | |
6629 | wxTreeEvent * _arg0; | |
6630 | bool _arg1; | |
6631 | PyObject * _argo0 = 0; | |
6632 | int tempbool1; | |
6633 | char *_kwnames[] = { "self","editCancelled", NULL }; | |
6634 | ||
6635 | self = self; | |
6636 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTreeEvent_SetEditCanceled",_kwnames,&_argo0,&tempbool1)) | |
6637 | return NULL; | |
6638 | if (_argo0) { | |
6639 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6640 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeEvent_p")) { | |
6641 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeEvent_SetEditCanceled. Expected _wxTreeEvent_p."); | |
6642 | return NULL; | |
6643 | } | |
6644 | } | |
6645 | _arg1 = (bool ) tempbool1; | |
6646 | { | |
6647 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6648 | wxTreeEvent_SetEditCanceled(_arg0,_arg1); | |
6649 | ||
6650 | wxPyEndAllowThreads(__tstate); | |
6651 | if (PyErr_Occurred()) return NULL; | |
6652 | } Py_INCREF(Py_None); | |
6653 | _resultobj = Py_None; | |
6654 | return _resultobj; | |
6655 | } | |
6656 | ||
6657 | static void *SwigwxPyTreeCtrlTowxControl(void *ptr) { | |
6658 | wxPyTreeCtrl *src; | |
6659 | wxControl *dest; | |
6660 | src = (wxPyTreeCtrl *) ptr; | |
6661 | dest = (wxControl *) src; | |
6662 | return (void *) dest; | |
6663 | } | |
6664 | ||
6665 | static void *SwigwxPyTreeCtrlTowxWindow(void *ptr) { | |
6666 | wxPyTreeCtrl *src; | |
6667 | wxWindow *dest; | |
6668 | src = (wxPyTreeCtrl *) ptr; | |
6669 | dest = (wxWindow *) src; | |
6670 | return (void *) dest; | |
6671 | } | |
6672 | ||
6673 | static void *SwigwxPyTreeCtrlTowxEvtHandler(void *ptr) { | |
6674 | wxPyTreeCtrl *src; | |
6675 | wxEvtHandler *dest; | |
6676 | src = (wxPyTreeCtrl *) ptr; | |
6677 | dest = (wxEvtHandler *) src; | |
6678 | return (void *) dest; | |
6679 | } | |
6680 | ||
6681 | static void *SwigwxPyTreeCtrlTowxObject(void *ptr) { | |
6682 | wxPyTreeCtrl *src; | |
6683 | wxObject *dest; | |
6684 | src = (wxPyTreeCtrl *) ptr; | |
6685 | dest = (wxObject *) src; | |
6686 | return (void *) dest; | |
6687 | } | |
6688 | ||
6689 | #define new_wxTreeCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxPyTreeCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
6690 | static PyObject *_wrap_new_wxTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6691 | PyObject * _resultobj; | |
6692 | wxPyTreeCtrl * _result; | |
6693 | wxWindow * _arg0; | |
6694 | wxWindowID _arg1 = (wxWindowID ) -1; | |
6695 | wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition; | |
6696 | wxSize * _arg3 = (wxSize *) &wxDefaultSize; | |
6697 | long _arg4 = (long ) (wxTR_DEFAULT_STYLE); | |
6698 | wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator; | |
6699 | wxString * _arg6 = (wxString *) &wxPy_TreeCtrlNameStr; | |
6700 | PyObject * _argo0 = 0; | |
6701 | wxPoint temp; | |
6702 | PyObject * _obj2 = 0; | |
6703 | wxSize temp0; | |
6704 | PyObject * _obj3 = 0; | |
6705 | PyObject * _argo5 = 0; | |
6706 | PyObject * _obj6 = 0; | |
6707 | char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL }; | |
6708 | char _ptemp[128]; | |
6709 | ||
6710 | self = self; | |
6711 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlOO:new_wxTreeCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6)) | |
6712 | return NULL; | |
6713 | if (_argo0) { | |
6714 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6715 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
6716 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxTreeCtrl. Expected _wxWindow_p."); | |
6717 | return NULL; | |
6718 | } | |
6719 | } | |
6720 | if (_obj2) | |
6721 | { | |
6722 | _arg2 = &temp; | |
6723 | if (! wxPoint_helper(_obj2, &_arg2)) | |
6724 | return NULL; | |
6725 | } | |
6726 | if (_obj3) | |
6727 | { | |
6728 | _arg3 = &temp0; | |
6729 | if (! wxSize_helper(_obj3, &_arg3)) | |
6730 | return NULL; | |
6731 | } | |
6732 | if (_argo5) { | |
6733 | if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) { | |
6734 | PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxTreeCtrl. Expected _wxValidator_p."); | |
6735 | return NULL; | |
6736 | } | |
6737 | } | |
6738 | if (_obj6) | |
6739 | { | |
6740 | _arg6 = wxString_in_helper(_obj6); | |
6741 | if (_arg6 == NULL) | |
6742 | return NULL; | |
6743 | } | |
6744 | { | |
6745 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6746 | _result = (wxPyTreeCtrl *)new_wxTreeCtrl(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6); | |
6747 | ||
6748 | wxPyEndAllowThreads(__tstate); | |
6749 | if (PyErr_Occurred()) return NULL; | |
6750 | } if (_result) { | |
6751 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyTreeCtrl_p"); | |
6752 | _resultobj = Py_BuildValue("s",_ptemp); | |
6753 | } else { | |
6754 | Py_INCREF(Py_None); | |
6755 | _resultobj = Py_None; | |
6756 | } | |
6757 | { | |
6758 | if (_obj6) | |
6759 | delete _arg6; | |
6760 | } | |
6761 | return _resultobj; | |
6762 | } | |
6763 | ||
6764 | #define new_wxPreTreeCtrl() (new wxPyTreeCtrl()) | |
6765 | static PyObject *_wrap_new_wxPreTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6766 | PyObject * _resultobj; | |
6767 | wxPyTreeCtrl * _result; | |
6768 | char *_kwnames[] = { NULL }; | |
6769 | char _ptemp[128]; | |
6770 | ||
6771 | self = self; | |
6772 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreTreeCtrl",_kwnames)) | |
6773 | return NULL; | |
6774 | { | |
6775 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6776 | _result = (wxPyTreeCtrl *)new_wxPreTreeCtrl(); | |
6777 | ||
6778 | wxPyEndAllowThreads(__tstate); | |
6779 | if (PyErr_Occurred()) return NULL; | |
6780 | } if (_result) { | |
6781 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyTreeCtrl_p"); | |
6782 | _resultobj = Py_BuildValue("s",_ptemp); | |
6783 | } else { | |
6784 | Py_INCREF(Py_None); | |
6785 | _resultobj = Py_None; | |
6786 | } | |
6787 | return _resultobj; | |
6788 | } | |
6789 | ||
6790 | #define wxTreeCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
6791 | static PyObject *_wrap_wxTreeCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6792 | PyObject * _resultobj; | |
6793 | bool _result; | |
6794 | wxPyTreeCtrl * _arg0; | |
6795 | wxWindow * _arg1; | |
6796 | wxWindowID _arg2 = (wxWindowID ) -1; | |
6797 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
6798 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
6799 | long _arg5 = (long ) (wxTR_DEFAULT_STYLE); | |
6800 | wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator; | |
6801 | wxString * _arg7 = (wxString *) &wxPy_TreeCtrlNameStr; | |
6802 | PyObject * _argo0 = 0; | |
6803 | PyObject * _argo1 = 0; | |
6804 | wxPoint temp; | |
6805 | PyObject * _obj3 = 0; | |
6806 | wxSize temp0; | |
6807 | PyObject * _obj4 = 0; | |
6808 | PyObject * _argo6 = 0; | |
6809 | PyObject * _obj7 = 0; | |
6810 | char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL }; | |
6811 | ||
6812 | self = self; | |
6813 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlOO:wxTreeCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7)) | |
6814 | return NULL; | |
6815 | if (_argo0) { | |
6816 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6817 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
6818 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_Create. Expected _wxPyTreeCtrl_p."); | |
6819 | return NULL; | |
6820 | } | |
6821 | } | |
6822 | if (_argo1) { | |
6823 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
6824 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
6825 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_Create. Expected _wxWindow_p."); | |
6826 | return NULL; | |
6827 | } | |
6828 | } | |
6829 | if (_obj3) | |
6830 | { | |
6831 | _arg3 = &temp; | |
6832 | if (! wxPoint_helper(_obj3, &_arg3)) | |
6833 | return NULL; | |
6834 | } | |
6835 | if (_obj4) | |
6836 | { | |
6837 | _arg4 = &temp0; | |
6838 | if (! wxSize_helper(_obj4, &_arg4)) | |
6839 | return NULL; | |
6840 | } | |
6841 | if (_argo6) { | |
6842 | if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) { | |
6843 | PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxTreeCtrl_Create. Expected _wxValidator_p."); | |
6844 | return NULL; | |
6845 | } | |
6846 | } | |
6847 | if (_obj7) | |
6848 | { | |
6849 | _arg7 = wxString_in_helper(_obj7); | |
6850 | if (_arg7 == NULL) | |
6851 | return NULL; | |
6852 | } | |
6853 | { | |
6854 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6855 | _result = (bool )wxTreeCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7); | |
6856 | ||
6857 | wxPyEndAllowThreads(__tstate); | |
6858 | if (PyErr_Occurred()) return NULL; | |
6859 | } _resultobj = Py_BuildValue("i",_result); | |
6860 | { | |
6861 | if (_obj7) | |
6862 | delete _arg7; | |
6863 | } | |
6864 | return _resultobj; | |
6865 | } | |
6866 | ||
6867 | #define wxTreeCtrl__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1)) | |
6868 | static PyObject *_wrap_wxTreeCtrl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6869 | PyObject * _resultobj; | |
6870 | wxPyTreeCtrl * _arg0; | |
6871 | PyObject * _arg1; | |
6872 | PyObject * _arg2; | |
6873 | PyObject * _argo0 = 0; | |
6874 | PyObject * _obj1 = 0; | |
6875 | PyObject * _obj2 = 0; | |
6876 | char *_kwnames[] = { "self","self","_class", NULL }; | |
6877 | ||
6878 | self = self; | |
6879 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTreeCtrl__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2)) | |
6880 | return NULL; | |
6881 | if (_argo0) { | |
6882 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6883 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
6884 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl__setCallbackInfo. Expected _wxPyTreeCtrl_p."); | |
6885 | return NULL; | |
6886 | } | |
6887 | } | |
6888 | { | |
6889 | _arg1 = _obj1; | |
6890 | } | |
6891 | { | |
6892 | _arg2 = _obj2; | |
6893 | } | |
6894 | { | |
6895 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6896 | wxTreeCtrl__setCallbackInfo(_arg0,_arg1,_arg2); | |
6897 | ||
6898 | wxPyEndAllowThreads(__tstate); | |
6899 | if (PyErr_Occurred()) return NULL; | |
6900 | } Py_INCREF(Py_None); | |
6901 | _resultobj = Py_None; | |
6902 | return _resultobj; | |
6903 | } | |
6904 | ||
6905 | #define wxTreeCtrl_GetCount(_swigobj) (_swigobj->GetCount()) | |
6906 | static PyObject *_wrap_wxTreeCtrl_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6907 | PyObject * _resultobj; | |
6908 | size_t _result; | |
6909 | wxPyTreeCtrl * _arg0; | |
6910 | PyObject * _argo0 = 0; | |
6911 | char *_kwnames[] = { "self", NULL }; | |
6912 | ||
6913 | self = self; | |
6914 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetCount",_kwnames,&_argo0)) | |
6915 | return NULL; | |
6916 | if (_argo0) { | |
6917 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6918 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
6919 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetCount. Expected _wxPyTreeCtrl_p."); | |
6920 | return NULL; | |
6921 | } | |
6922 | } | |
6923 | { | |
6924 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6925 | _result = (size_t )wxTreeCtrl_GetCount(_arg0); | |
6926 | ||
6927 | wxPyEndAllowThreads(__tstate); | |
6928 | if (PyErr_Occurred()) return NULL; | |
6929 | } _resultobj = Py_BuildValue("i",_result); | |
6930 | return _resultobj; | |
6931 | } | |
6932 | ||
6933 | #define wxTreeCtrl_GetIndent(_swigobj) (_swigobj->GetIndent()) | |
6934 | static PyObject *_wrap_wxTreeCtrl_GetIndent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6935 | PyObject * _resultobj; | |
6936 | unsigned int _result; | |
6937 | wxPyTreeCtrl * _arg0; | |
6938 | PyObject * _argo0 = 0; | |
6939 | char *_kwnames[] = { "self", NULL }; | |
6940 | ||
6941 | self = self; | |
6942 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetIndent",_kwnames,&_argo0)) | |
6943 | return NULL; | |
6944 | if (_argo0) { | |
6945 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6946 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
6947 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetIndent. Expected _wxPyTreeCtrl_p."); | |
6948 | return NULL; | |
6949 | } | |
6950 | } | |
6951 | { | |
6952 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6953 | _result = (unsigned int )wxTreeCtrl_GetIndent(_arg0); | |
6954 | ||
6955 | wxPyEndAllowThreads(__tstate); | |
6956 | if (PyErr_Occurred()) return NULL; | |
6957 | } _resultobj = Py_BuildValue("i",_result); | |
6958 | return _resultobj; | |
6959 | } | |
6960 | ||
6961 | #define wxTreeCtrl_SetIndent(_swigobj,_swigarg0) (_swigobj->SetIndent(_swigarg0)) | |
6962 | static PyObject *_wrap_wxTreeCtrl_SetIndent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6963 | PyObject * _resultobj; | |
6964 | wxPyTreeCtrl * _arg0; | |
6965 | unsigned int _arg1; | |
6966 | PyObject * _argo0 = 0; | |
6967 | char *_kwnames[] = { "self","indent", NULL }; | |
6968 | ||
6969 | self = self; | |
6970 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTreeCtrl_SetIndent",_kwnames,&_argo0,&_arg1)) | |
6971 | return NULL; | |
6972 | if (_argo0) { | |
6973 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6974 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
6975 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetIndent. Expected _wxPyTreeCtrl_p."); | |
6976 | return NULL; | |
6977 | } | |
6978 | } | |
6979 | { | |
6980 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6981 | wxTreeCtrl_SetIndent(_arg0,_arg1); | |
6982 | ||
6983 | wxPyEndAllowThreads(__tstate); | |
6984 | if (PyErr_Occurred()) return NULL; | |
6985 | } Py_INCREF(Py_None); | |
6986 | _resultobj = Py_None; | |
6987 | return _resultobj; | |
6988 | } | |
6989 | ||
6990 | #define wxTreeCtrl_GetImageList(_swigobj) (_swigobj->GetImageList()) | |
6991 | static PyObject *_wrap_wxTreeCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6992 | PyObject * _resultobj; | |
6993 | wxImageList * _result; | |
6994 | wxPyTreeCtrl * _arg0; | |
6995 | PyObject * _argo0 = 0; | |
6996 | char *_kwnames[] = { "self", NULL }; | |
6997 | ||
6998 | self = self; | |
6999 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetImageList",_kwnames,&_argo0)) | |
7000 | return NULL; | |
7001 | if (_argo0) { | |
7002 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7003 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7004 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetImageList. Expected _wxPyTreeCtrl_p."); | |
7005 | return NULL; | |
7006 | } | |
7007 | } | |
7008 | { | |
7009 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7010 | _result = (wxImageList *)wxTreeCtrl_GetImageList(_arg0); | |
7011 | ||
7012 | wxPyEndAllowThreads(__tstate); | |
7013 | if (PyErr_Occurred()) return NULL; | |
7014 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
7015 | return _resultobj; | |
7016 | } | |
7017 | ||
7018 | #define wxTreeCtrl_GetStateImageList(_swigobj) (_swigobj->GetStateImageList()) | |
7019 | static PyObject *_wrap_wxTreeCtrl_GetStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7020 | PyObject * _resultobj; | |
7021 | wxImageList * _result; | |
7022 | wxPyTreeCtrl * _arg0; | |
7023 | PyObject * _argo0 = 0; | |
7024 | char *_kwnames[] = { "self", NULL }; | |
7025 | ||
7026 | self = self; | |
7027 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetStateImageList",_kwnames,&_argo0)) | |
7028 | return NULL; | |
7029 | if (_argo0) { | |
7030 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7031 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7032 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetStateImageList. Expected _wxPyTreeCtrl_p."); | |
7033 | return NULL; | |
7034 | } | |
7035 | } | |
7036 | { | |
7037 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7038 | _result = (wxImageList *)wxTreeCtrl_GetStateImageList(_arg0); | |
7039 | ||
7040 | wxPyEndAllowThreads(__tstate); | |
7041 | if (PyErr_Occurred()) return NULL; | |
7042 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
7043 | return _resultobj; | |
7044 | } | |
7045 | ||
7046 | #define wxTreeCtrl_SetImageList(_swigobj,_swigarg0) (_swigobj->SetImageList(_swigarg0)) | |
7047 | static PyObject *_wrap_wxTreeCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7048 | PyObject * _resultobj; | |
7049 | wxPyTreeCtrl * _arg0; | |
7050 | wxImageList * _arg1; | |
7051 | PyObject * _argo0 = 0; | |
7052 | PyObject * _argo1 = 0; | |
7053 | char *_kwnames[] = { "self","imageList", NULL }; | |
7054 | ||
7055 | self = self; | |
7056 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_SetImageList",_kwnames,&_argo0,&_argo1)) | |
7057 | return NULL; | |
7058 | if (_argo0) { | |
7059 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7060 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7061 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetImageList. Expected _wxPyTreeCtrl_p."); | |
7062 | return NULL; | |
7063 | } | |
7064 | } | |
7065 | if (_argo1) { | |
7066 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
7067 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxImageList_p")) { | |
7068 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetImageList. Expected _wxImageList_p."); | |
7069 | return NULL; | |
7070 | } | |
7071 | } | |
7072 | { | |
7073 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7074 | wxTreeCtrl_SetImageList(_arg0,_arg1); | |
7075 | ||
7076 | wxPyEndAllowThreads(__tstate); | |
7077 | if (PyErr_Occurred()) return NULL; | |
7078 | } Py_INCREF(Py_None); | |
7079 | _resultobj = Py_None; | |
7080 | return _resultobj; | |
7081 | } | |
7082 | ||
7083 | #define wxTreeCtrl_SetStateImageList(_swigobj,_swigarg0) (_swigobj->SetStateImageList(_swigarg0)) | |
7084 | static PyObject *_wrap_wxTreeCtrl_SetStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7085 | PyObject * _resultobj; | |
7086 | wxPyTreeCtrl * _arg0; | |
7087 | wxImageList * _arg1; | |
7088 | PyObject * _argo0 = 0; | |
7089 | PyObject * _argo1 = 0; | |
7090 | char *_kwnames[] = { "self","imageList", NULL }; | |
7091 | ||
7092 | self = self; | |
7093 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_SetStateImageList",_kwnames,&_argo0,&_argo1)) | |
7094 | return NULL; | |
7095 | if (_argo0) { | |
7096 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7097 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7098 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetStateImageList. Expected _wxPyTreeCtrl_p."); | |
7099 | return NULL; | |
7100 | } | |
7101 | } | |
7102 | if (_argo1) { | |
7103 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
7104 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxImageList_p")) { | |
7105 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetStateImageList. Expected _wxImageList_p."); | |
7106 | return NULL; | |
7107 | } | |
7108 | } | |
7109 | { | |
7110 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7111 | wxTreeCtrl_SetStateImageList(_arg0,_arg1); | |
7112 | ||
7113 | wxPyEndAllowThreads(__tstate); | |
7114 | if (PyErr_Occurred()) return NULL; | |
7115 | } Py_INCREF(Py_None); | |
7116 | _resultobj = Py_None; | |
7117 | return _resultobj; | |
7118 | } | |
7119 | ||
7120 | #define wxTreeCtrl_AssignImageList(_swigobj,_swigarg0) (_swigobj->AssignImageList(_swigarg0)) | |
7121 | static PyObject *_wrap_wxTreeCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7122 | PyObject * _resultobj; | |
7123 | wxPyTreeCtrl * _arg0; | |
7124 | wxImageList * _arg1; | |
7125 | PyObject * _argo0 = 0; | |
7126 | PyObject * _argo1 = 0; | |
7127 | char *_kwnames[] = { "self","imageList", NULL }; | |
7128 | ||
7129 | self = self; | |
7130 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_AssignImageList",_kwnames,&_argo0,&_argo1)) | |
7131 | return NULL; | |
7132 | if (_argo0) { | |
7133 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7134 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7135 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_AssignImageList. Expected _wxPyTreeCtrl_p."); | |
7136 | return NULL; | |
7137 | } | |
7138 | } | |
7139 | if (_argo1) { | |
7140 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
7141 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxImageList_p")) { | |
7142 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_AssignImageList. Expected _wxImageList_p."); | |
7143 | return NULL; | |
7144 | } | |
7145 | } | |
7146 | { | |
7147 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7148 | wxTreeCtrl_AssignImageList(_arg0,_arg1); | |
7149 | ||
7150 | wxPyEndAllowThreads(__tstate); | |
7151 | if (PyErr_Occurred()) return NULL; | |
7152 | } Py_INCREF(Py_None); | |
7153 | _resultobj = Py_None; | |
7154 | return _resultobj; | |
7155 | } | |
7156 | ||
7157 | #define wxTreeCtrl_AssignStateImageList(_swigobj,_swigarg0) (_swigobj->AssignStateImageList(_swigarg0)) | |
7158 | static PyObject *_wrap_wxTreeCtrl_AssignStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7159 | PyObject * _resultobj; | |
7160 | wxPyTreeCtrl * _arg0; | |
7161 | wxImageList * _arg1; | |
7162 | PyObject * _argo0 = 0; | |
7163 | PyObject * _argo1 = 0; | |
7164 | char *_kwnames[] = { "self","imageList", NULL }; | |
7165 | ||
7166 | self = self; | |
7167 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_AssignStateImageList",_kwnames,&_argo0,&_argo1)) | |
7168 | return NULL; | |
7169 | if (_argo0) { | |
7170 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7171 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7172 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_AssignStateImageList. Expected _wxPyTreeCtrl_p."); | |
7173 | return NULL; | |
7174 | } | |
7175 | } | |
7176 | if (_argo1) { | |
7177 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
7178 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxImageList_p")) { | |
7179 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_AssignStateImageList. Expected _wxImageList_p."); | |
7180 | return NULL; | |
7181 | } | |
7182 | } | |
7183 | { | |
7184 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7185 | wxTreeCtrl_AssignStateImageList(_arg0,_arg1); | |
7186 | ||
7187 | wxPyEndAllowThreads(__tstate); | |
7188 | if (PyErr_Occurred()) return NULL; | |
7189 | } Py_INCREF(Py_None); | |
7190 | _resultobj = Py_None; | |
7191 | return _resultobj; | |
7192 | } | |
7193 | ||
7194 | #define wxTreeCtrl_GetSpacing(_swigobj) (_swigobj->GetSpacing()) | |
7195 | static PyObject *_wrap_wxTreeCtrl_GetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7196 | PyObject * _resultobj; | |
7197 | unsigned int _result; | |
7198 | wxPyTreeCtrl * _arg0; | |
7199 | PyObject * _argo0 = 0; | |
7200 | char *_kwnames[] = { "self", NULL }; | |
7201 | ||
7202 | self = self; | |
7203 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetSpacing",_kwnames,&_argo0)) | |
7204 | return NULL; | |
7205 | if (_argo0) { | |
7206 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7207 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7208 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetSpacing. Expected _wxPyTreeCtrl_p."); | |
7209 | return NULL; | |
7210 | } | |
7211 | } | |
7212 | { | |
7213 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7214 | _result = (unsigned int )wxTreeCtrl_GetSpacing(_arg0); | |
7215 | ||
7216 | wxPyEndAllowThreads(__tstate); | |
7217 | if (PyErr_Occurred()) return NULL; | |
7218 | } _resultobj = Py_BuildValue("i",_result); | |
7219 | return _resultobj; | |
7220 | } | |
7221 | ||
7222 | #define wxTreeCtrl_SetSpacing(_swigobj,_swigarg0) (_swigobj->SetSpacing(_swigarg0)) | |
7223 | static PyObject *_wrap_wxTreeCtrl_SetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7224 | PyObject * _resultobj; | |
7225 | wxPyTreeCtrl * _arg0; | |
7226 | unsigned int _arg1; | |
7227 | PyObject * _argo0 = 0; | |
7228 | char *_kwnames[] = { "self","spacing", NULL }; | |
7229 | ||
7230 | self = self; | |
7231 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTreeCtrl_SetSpacing",_kwnames,&_argo0,&_arg1)) | |
7232 | return NULL; | |
7233 | if (_argo0) { | |
7234 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7235 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7236 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetSpacing. Expected _wxPyTreeCtrl_p."); | |
7237 | return NULL; | |
7238 | } | |
7239 | } | |
7240 | { | |
7241 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7242 | wxTreeCtrl_SetSpacing(_arg0,_arg1); | |
7243 | ||
7244 | wxPyEndAllowThreads(__tstate); | |
7245 | if (PyErr_Occurred()) return NULL; | |
7246 | } Py_INCREF(Py_None); | |
7247 | _resultobj = Py_None; | |
7248 | return _resultobj; | |
7249 | } | |
7250 | ||
7251 | #define wxTreeCtrl_GetItemText(_swigobj,_swigarg0) (_swigobj->GetItemText(_swigarg0)) | |
7252 | static PyObject *_wrap_wxTreeCtrl_GetItemText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7253 | PyObject * _resultobj; | |
7254 | wxString * _result; | |
7255 | wxPyTreeCtrl * _arg0; | |
7256 | wxTreeItemId * _arg1; | |
7257 | PyObject * _argo0 = 0; | |
7258 | PyObject * _argo1 = 0; | |
7259 | char *_kwnames[] = { "self","item", NULL }; | |
7260 | ||
7261 | self = self; | |
7262 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetItemText",_kwnames,&_argo0,&_argo1)) | |
7263 | return NULL; | |
7264 | if (_argo0) { | |
7265 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7266 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7267 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetItemText. Expected _wxPyTreeCtrl_p."); | |
7268 | return NULL; | |
7269 | } | |
7270 | } | |
7271 | if (_argo1) { | |
7272 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7273 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetItemText. Expected _wxTreeItemId_p."); | |
7274 | return NULL; | |
7275 | } | |
7276 | } | |
7277 | { | |
7278 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7279 | _result = new wxString (wxTreeCtrl_GetItemText(_arg0,*_arg1)); | |
7280 | ||
7281 | wxPyEndAllowThreads(__tstate); | |
7282 | if (PyErr_Occurred()) return NULL; | |
7283 | }{ | |
7284 | #if wxUSE_UNICODE | |
7285 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
7286 | #else | |
7287 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
7288 | #endif | |
7289 | } | |
7290 | { | |
7291 | delete _result; | |
7292 | } | |
7293 | return _resultobj; | |
7294 | } | |
7295 | ||
7296 | #define wxTreeCtrl_GetItemImage(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetItemImage(_swigarg0,_swigarg1)) | |
7297 | static PyObject *_wrap_wxTreeCtrl_GetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7298 | PyObject * _resultobj; | |
7299 | int _result; | |
7300 | wxPyTreeCtrl * _arg0; | |
7301 | wxTreeItemId * _arg1; | |
7302 | wxTreeItemIcon _arg2 = (wxTreeItemIcon ) (wxTreeItemIcon_Normal); | |
7303 | PyObject * _argo0 = 0; | |
7304 | PyObject * _argo1 = 0; | |
7305 | char *_kwnames[] = { "self","item","which", NULL }; | |
7306 | ||
7307 | self = self; | |
7308 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxTreeCtrl_GetItemImage",_kwnames,&_argo0,&_argo1,&_arg2)) | |
7309 | return NULL; | |
7310 | if (_argo0) { | |
7311 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7312 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7313 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetItemImage. Expected _wxPyTreeCtrl_p."); | |
7314 | return NULL; | |
7315 | } | |
7316 | } | |
7317 | if (_argo1) { | |
7318 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7319 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetItemImage. Expected _wxTreeItemId_p."); | |
7320 | return NULL; | |
7321 | } | |
7322 | } | |
7323 | { | |
7324 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7325 | _result = (int )wxTreeCtrl_GetItemImage(_arg0,*_arg1,_arg2); | |
7326 | ||
7327 | wxPyEndAllowThreads(__tstate); | |
7328 | if (PyErr_Occurred()) return NULL; | |
7329 | } _resultobj = Py_BuildValue("i",_result); | |
7330 | return _resultobj; | |
7331 | } | |
7332 | ||
7333 | #define wxTreeCtrl_GetItemSelectedImage(_swigobj,_swigarg0) (_swigobj->GetItemSelectedImage(_swigarg0)) | |
7334 | static PyObject *_wrap_wxTreeCtrl_GetItemSelectedImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7335 | PyObject * _resultobj; | |
7336 | int _result; | |
7337 | wxPyTreeCtrl * _arg0; | |
7338 | wxTreeItemId * _arg1; | |
7339 | PyObject * _argo0 = 0; | |
7340 | PyObject * _argo1 = 0; | |
7341 | char *_kwnames[] = { "self","item", NULL }; | |
7342 | ||
7343 | self = self; | |
7344 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetItemSelectedImage",_kwnames,&_argo0,&_argo1)) | |
7345 | return NULL; | |
7346 | if (_argo0) { | |
7347 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7348 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7349 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetItemSelectedImage. Expected _wxPyTreeCtrl_p."); | |
7350 | return NULL; | |
7351 | } | |
7352 | } | |
7353 | if (_argo1) { | |
7354 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7355 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetItemSelectedImage. Expected _wxTreeItemId_p."); | |
7356 | return NULL; | |
7357 | } | |
7358 | } | |
7359 | { | |
7360 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7361 | _result = (int )wxTreeCtrl_GetItemSelectedImage(_arg0,*_arg1); | |
7362 | ||
7363 | wxPyEndAllowThreads(__tstate); | |
7364 | if (PyErr_Occurred()) return NULL; | |
7365 | } _resultobj = Py_BuildValue("i",_result); | |
7366 | return _resultobj; | |
7367 | } | |
7368 | ||
7369 | #define wxTreeCtrl_SetItemText(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemText(_swigarg0,_swigarg1)) | |
7370 | static PyObject *_wrap_wxTreeCtrl_SetItemText(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7371 | PyObject * _resultobj; | |
7372 | wxPyTreeCtrl * _arg0; | |
7373 | wxTreeItemId * _arg1; | |
7374 | wxString * _arg2; | |
7375 | PyObject * _argo0 = 0; | |
7376 | PyObject * _argo1 = 0; | |
7377 | PyObject * _obj2 = 0; | |
7378 | char *_kwnames[] = { "self","item","text", NULL }; | |
7379 | ||
7380 | self = self; | |
7381 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTreeCtrl_SetItemText",_kwnames,&_argo0,&_argo1,&_obj2)) | |
7382 | return NULL; | |
7383 | if (_argo0) { | |
7384 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7385 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7386 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemText. Expected _wxPyTreeCtrl_p."); | |
7387 | return NULL; | |
7388 | } | |
7389 | } | |
7390 | if (_argo1) { | |
7391 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7392 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemText. Expected _wxTreeItemId_p."); | |
7393 | return NULL; | |
7394 | } | |
7395 | } | |
7396 | { | |
7397 | _arg2 = wxString_in_helper(_obj2); | |
7398 | if (_arg2 == NULL) | |
7399 | return NULL; | |
7400 | } | |
7401 | { | |
7402 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7403 | wxTreeCtrl_SetItemText(_arg0,*_arg1,*_arg2); | |
7404 | ||
7405 | wxPyEndAllowThreads(__tstate); | |
7406 | if (PyErr_Occurred()) return NULL; | |
7407 | } Py_INCREF(Py_None); | |
7408 | _resultobj = Py_None; | |
7409 | { | |
7410 | if (_obj2) | |
7411 | delete _arg2; | |
7412 | } | |
7413 | return _resultobj; | |
7414 | } | |
7415 | ||
7416 | #define wxTreeCtrl_SetItemImage(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetItemImage(_swigarg0,_swigarg1,_swigarg2)) | |
7417 | static PyObject *_wrap_wxTreeCtrl_SetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7418 | PyObject * _resultobj; | |
7419 | wxPyTreeCtrl * _arg0; | |
7420 | wxTreeItemId * _arg1; | |
7421 | int _arg2; | |
7422 | wxTreeItemIcon _arg3 = (wxTreeItemIcon ) (wxTreeItemIcon_Normal); | |
7423 | PyObject * _argo0 = 0; | |
7424 | PyObject * _argo1 = 0; | |
7425 | char *_kwnames[] = { "self","item","image","which", NULL }; | |
7426 | ||
7427 | self = self; | |
7428 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|i:wxTreeCtrl_SetItemImage",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3)) | |
7429 | return NULL; | |
7430 | if (_argo0) { | |
7431 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7432 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7433 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemImage. Expected _wxPyTreeCtrl_p."); | |
7434 | return NULL; | |
7435 | } | |
7436 | } | |
7437 | if (_argo1) { | |
7438 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7439 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemImage. Expected _wxTreeItemId_p."); | |
7440 | return NULL; | |
7441 | } | |
7442 | } | |
7443 | { | |
7444 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7445 | wxTreeCtrl_SetItemImage(_arg0,*_arg1,_arg2,_arg3); | |
7446 | ||
7447 | wxPyEndAllowThreads(__tstate); | |
7448 | if (PyErr_Occurred()) return NULL; | |
7449 | } Py_INCREF(Py_None); | |
7450 | _resultobj = Py_None; | |
7451 | return _resultobj; | |
7452 | } | |
7453 | ||
7454 | #define wxTreeCtrl_SetItemSelectedImage(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemSelectedImage(_swigarg0,_swigarg1)) | |
7455 | static PyObject *_wrap_wxTreeCtrl_SetItemSelectedImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7456 | PyObject * _resultobj; | |
7457 | wxPyTreeCtrl * _arg0; | |
7458 | wxTreeItemId * _arg1; | |
7459 | int _arg2; | |
7460 | PyObject * _argo0 = 0; | |
7461 | PyObject * _argo1 = 0; | |
7462 | char *_kwnames[] = { "self","item","image", NULL }; | |
7463 | ||
7464 | self = self; | |
7465 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxTreeCtrl_SetItemSelectedImage",_kwnames,&_argo0,&_argo1,&_arg2)) | |
7466 | return NULL; | |
7467 | if (_argo0) { | |
7468 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7469 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7470 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemSelectedImage. Expected _wxPyTreeCtrl_p."); | |
7471 | return NULL; | |
7472 | } | |
7473 | } | |
7474 | if (_argo1) { | |
7475 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7476 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemSelectedImage. Expected _wxTreeItemId_p."); | |
7477 | return NULL; | |
7478 | } | |
7479 | } | |
7480 | { | |
7481 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7482 | wxTreeCtrl_SetItemSelectedImage(_arg0,*_arg1,_arg2); | |
7483 | ||
7484 | wxPyEndAllowThreads(__tstate); | |
7485 | if (PyErr_Occurred()) return NULL; | |
7486 | } Py_INCREF(Py_None); | |
7487 | _resultobj = Py_None; | |
7488 | return _resultobj; | |
7489 | } | |
7490 | ||
7491 | #define wxTreeCtrl_SetItemHasChildren(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemHasChildren(_swigarg0,_swigarg1)) | |
7492 | static PyObject *_wrap_wxTreeCtrl_SetItemHasChildren(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7493 | PyObject * _resultobj; | |
7494 | wxPyTreeCtrl * _arg0; | |
7495 | wxTreeItemId * _arg1; | |
7496 | bool _arg2 = (bool ) TRUE; | |
7497 | PyObject * _argo0 = 0; | |
7498 | PyObject * _argo1 = 0; | |
7499 | int tempbool2 = (int) TRUE; | |
7500 | char *_kwnames[] = { "self","item","hasChildren", NULL }; | |
7501 | ||
7502 | self = self; | |
7503 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxTreeCtrl_SetItemHasChildren",_kwnames,&_argo0,&_argo1,&tempbool2)) | |
7504 | return NULL; | |
7505 | if (_argo0) { | |
7506 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7507 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7508 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemHasChildren. Expected _wxPyTreeCtrl_p."); | |
7509 | return NULL; | |
7510 | } | |
7511 | } | |
7512 | if (_argo1) { | |
7513 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7514 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemHasChildren. Expected _wxTreeItemId_p."); | |
7515 | return NULL; | |
7516 | } | |
7517 | } | |
7518 | _arg2 = (bool ) tempbool2; | |
7519 | { | |
7520 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7521 | wxTreeCtrl_SetItemHasChildren(_arg0,*_arg1,_arg2); | |
7522 | ||
7523 | wxPyEndAllowThreads(__tstate); | |
7524 | if (PyErr_Occurred()) return NULL; | |
7525 | } Py_INCREF(Py_None); | |
7526 | _resultobj = Py_None; | |
7527 | return _resultobj; | |
7528 | } | |
7529 | ||
7530 | static wxPyTreeItemData * wxPyTreeCtrl_GetItemData(wxPyTreeCtrl *self,const wxTreeItemId & item) { | |
7531 | wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item); | |
7532 | if (data == NULL) { | |
7533 | data = new wxPyTreeItemData(); | |
7534 | data->SetId(item); // set the id | |
7535 | self->SetItemData(item, data); | |
7536 | } | |
7537 | return data; | |
7538 | } | |
7539 | static PyObject *_wrap_wxTreeCtrl_GetItemData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7540 | PyObject * _resultobj; | |
7541 | wxPyTreeItemData * _result; | |
7542 | wxPyTreeCtrl * _arg0; | |
7543 | wxTreeItemId * _arg1; | |
7544 | PyObject * _argo0 = 0; | |
7545 | PyObject * _argo1 = 0; | |
7546 | char *_kwnames[] = { "self","item", NULL }; | |
7547 | char _ptemp[128]; | |
7548 | ||
7549 | self = self; | |
7550 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetItemData",_kwnames,&_argo0,&_argo1)) | |
7551 | return NULL; | |
7552 | if (_argo0) { | |
7553 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7554 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7555 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetItemData. Expected _wxPyTreeCtrl_p."); | |
7556 | return NULL; | |
7557 | } | |
7558 | } | |
7559 | if (_argo1) { | |
7560 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7561 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetItemData. Expected _wxTreeItemId_p."); | |
7562 | return NULL; | |
7563 | } | |
7564 | } | |
7565 | { | |
7566 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7567 | _result = (wxPyTreeItemData *)wxPyTreeCtrl_GetItemData(_arg0,*_arg1); | |
7568 | ||
7569 | wxPyEndAllowThreads(__tstate); | |
7570 | if (PyErr_Occurred()) return NULL; | |
7571 | } if (_result) { | |
7572 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyTreeItemData_p"); | |
7573 | _resultobj = Py_BuildValue("s",_ptemp); | |
7574 | } else { | |
7575 | Py_INCREF(Py_None); | |
7576 | _resultobj = Py_None; | |
7577 | } | |
7578 | return _resultobj; | |
7579 | } | |
7580 | ||
7581 | static void wxPyTreeCtrl_SetItemData(wxPyTreeCtrl *self,const wxTreeItemId & item,wxPyTreeItemData * data) { | |
7582 | data->SetId(item); // set the id | |
7583 | self->SetItemData(item, data); | |
7584 | } | |
7585 | static PyObject *_wrap_wxTreeCtrl_SetItemData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7586 | PyObject * _resultobj; | |
7587 | wxPyTreeCtrl * _arg0; | |
7588 | wxTreeItemId * _arg1; | |
7589 | wxPyTreeItemData * _arg2; | |
7590 | PyObject * _argo0 = 0; | |
7591 | PyObject * _argo1 = 0; | |
7592 | PyObject * _argo2 = 0; | |
7593 | char *_kwnames[] = { "self","item","data", NULL }; | |
7594 | ||
7595 | self = self; | |
7596 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTreeCtrl_SetItemData",_kwnames,&_argo0,&_argo1,&_argo2)) | |
7597 | return NULL; | |
7598 | if (_argo0) { | |
7599 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7600 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7601 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemData. Expected _wxPyTreeCtrl_p."); | |
7602 | return NULL; | |
7603 | } | |
7604 | } | |
7605 | if (_argo1) { | |
7606 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7607 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemData. Expected _wxTreeItemId_p."); | |
7608 | return NULL; | |
7609 | } | |
7610 | } | |
7611 | if (_argo2) { | |
7612 | if (_argo2 == Py_None) { _arg2 = NULL; } | |
7613 | else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPyTreeItemData_p")) { | |
7614 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTreeCtrl_SetItemData. Expected _wxPyTreeItemData_p."); | |
7615 | return NULL; | |
7616 | } | |
7617 | } | |
7618 | { | |
7619 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7620 | wxPyTreeCtrl_SetItemData(_arg0,*_arg1,_arg2); | |
7621 | ||
7622 | wxPyEndAllowThreads(__tstate); | |
7623 | if (PyErr_Occurred()) return NULL; | |
7624 | } Py_INCREF(Py_None); | |
7625 | _resultobj = Py_None; | |
7626 | return _resultobj; | |
7627 | } | |
7628 | ||
7629 | static PyObject * wxPyTreeCtrl_GetPyData(wxPyTreeCtrl *self,const wxTreeItemId & item) { | |
7630 | wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item); | |
7631 | if (data == NULL) { | |
7632 | data = new wxPyTreeItemData(); | |
7633 | data->SetId(item); // set the id | |
7634 | self->SetItemData(item, data); | |
7635 | } | |
7636 | return data->GetData(); | |
7637 | } | |
7638 | static PyObject *_wrap_wxTreeCtrl_GetPyData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7639 | PyObject * _resultobj; | |
7640 | PyObject * _result; | |
7641 | wxPyTreeCtrl * _arg0; | |
7642 | wxTreeItemId * _arg1; | |
7643 | PyObject * _argo0 = 0; | |
7644 | PyObject * _argo1 = 0; | |
7645 | char *_kwnames[] = { "self","item", NULL }; | |
7646 | ||
7647 | self = self; | |
7648 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetPyData",_kwnames,&_argo0,&_argo1)) | |
7649 | return NULL; | |
7650 | if (_argo0) { | |
7651 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7652 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7653 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetPyData. Expected _wxPyTreeCtrl_p."); | |
7654 | return NULL; | |
7655 | } | |
7656 | } | |
7657 | if (_argo1) { | |
7658 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7659 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetPyData. Expected _wxTreeItemId_p."); | |
7660 | return NULL; | |
7661 | } | |
7662 | } | |
7663 | { | |
7664 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7665 | _result = (PyObject *)wxPyTreeCtrl_GetPyData(_arg0,*_arg1); | |
7666 | ||
7667 | wxPyEndAllowThreads(__tstate); | |
7668 | if (PyErr_Occurred()) return NULL; | |
7669 | }{ | |
7670 | _resultobj = _result; | |
7671 | } | |
7672 | return _resultobj; | |
7673 | } | |
7674 | ||
7675 | static void wxPyTreeCtrl_SetPyData(wxPyTreeCtrl *self,const wxTreeItemId & item,PyObject * obj) { | |
7676 | wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item); | |
7677 | if (data == NULL) { | |
7678 | data = new wxPyTreeItemData(obj); | |
7679 | data->SetId(item); // set the id | |
7680 | self->SetItemData(item, data); | |
7681 | } else | |
7682 | data->SetData(obj); | |
7683 | } | |
7684 | static PyObject *_wrap_wxTreeCtrl_SetPyData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7685 | PyObject * _resultobj; | |
7686 | wxPyTreeCtrl * _arg0; | |
7687 | wxTreeItemId * _arg1; | |
7688 | PyObject * _arg2; | |
7689 | PyObject * _argo0 = 0; | |
7690 | PyObject * _argo1 = 0; | |
7691 | PyObject * _obj2 = 0; | |
7692 | char *_kwnames[] = { "self","item","obj", NULL }; | |
7693 | ||
7694 | self = self; | |
7695 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTreeCtrl_SetPyData",_kwnames,&_argo0,&_argo1,&_obj2)) | |
7696 | return NULL; | |
7697 | if (_argo0) { | |
7698 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7699 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7700 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetPyData. Expected _wxPyTreeCtrl_p."); | |
7701 | return NULL; | |
7702 | } | |
7703 | } | |
7704 | if (_argo1) { | |
7705 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7706 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetPyData. Expected _wxTreeItemId_p."); | |
7707 | return NULL; | |
7708 | } | |
7709 | } | |
7710 | { | |
7711 | _arg2 = _obj2; | |
7712 | } | |
7713 | { | |
7714 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7715 | wxPyTreeCtrl_SetPyData(_arg0,*_arg1,_arg2); | |
7716 | ||
7717 | wxPyEndAllowThreads(__tstate); | |
7718 | if (PyErr_Occurred()) return NULL; | |
7719 | } Py_INCREF(Py_None); | |
7720 | _resultobj = Py_None; | |
7721 | return _resultobj; | |
7722 | } | |
7723 | ||
7724 | #define wxTreeCtrl_GetItemTextColour(_swigobj,_swigarg0) (_swigobj->GetItemTextColour(_swigarg0)) | |
7725 | static PyObject *_wrap_wxTreeCtrl_GetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7726 | PyObject * _resultobj; | |
7727 | wxColour * _result; | |
7728 | wxPyTreeCtrl * _arg0; | |
7729 | wxTreeItemId * _arg1; | |
7730 | PyObject * _argo0 = 0; | |
7731 | PyObject * _argo1 = 0; | |
7732 | char *_kwnames[] = { "self","item", NULL }; | |
7733 | char _ptemp[128]; | |
7734 | ||
7735 | self = self; | |
7736 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetItemTextColour",_kwnames,&_argo0,&_argo1)) | |
7737 | return NULL; | |
7738 | if (_argo0) { | |
7739 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7740 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7741 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetItemTextColour. Expected _wxPyTreeCtrl_p."); | |
7742 | return NULL; | |
7743 | } | |
7744 | } | |
7745 | if (_argo1) { | |
7746 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7747 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetItemTextColour. Expected _wxTreeItemId_p."); | |
7748 | return NULL; | |
7749 | } | |
7750 | } | |
7751 | { | |
7752 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7753 | _result = new wxColour (wxTreeCtrl_GetItemTextColour(_arg0,*_arg1)); | |
7754 | ||
7755 | wxPyEndAllowThreads(__tstate); | |
7756 | if (PyErr_Occurred()) return NULL; | |
7757 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
7758 | _resultobj = Py_BuildValue("s",_ptemp); | |
7759 | return _resultobj; | |
7760 | } | |
7761 | ||
7762 | #define wxTreeCtrl_GetItemBackgroundColour(_swigobj,_swigarg0) (_swigobj->GetItemBackgroundColour(_swigarg0)) | |
7763 | static PyObject *_wrap_wxTreeCtrl_GetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7764 | PyObject * _resultobj; | |
7765 | wxColour * _result; | |
7766 | wxPyTreeCtrl * _arg0; | |
7767 | wxTreeItemId * _arg1; | |
7768 | PyObject * _argo0 = 0; | |
7769 | PyObject * _argo1 = 0; | |
7770 | char *_kwnames[] = { "self","item", NULL }; | |
7771 | char _ptemp[128]; | |
7772 | ||
7773 | self = self; | |
7774 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetItemBackgroundColour",_kwnames,&_argo0,&_argo1)) | |
7775 | return NULL; | |
7776 | if (_argo0) { | |
7777 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7778 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7779 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetItemBackgroundColour. Expected _wxPyTreeCtrl_p."); | |
7780 | return NULL; | |
7781 | } | |
7782 | } | |
7783 | if (_argo1) { | |
7784 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7785 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetItemBackgroundColour. Expected _wxTreeItemId_p."); | |
7786 | return NULL; | |
7787 | } | |
7788 | } | |
7789 | { | |
7790 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7791 | _result = new wxColour (wxTreeCtrl_GetItemBackgroundColour(_arg0,*_arg1)); | |
7792 | ||
7793 | wxPyEndAllowThreads(__tstate); | |
7794 | if (PyErr_Occurred()) return NULL; | |
7795 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
7796 | _resultobj = Py_BuildValue("s",_ptemp); | |
7797 | return _resultobj; | |
7798 | } | |
7799 | ||
7800 | #define wxTreeCtrl_GetItemFont(_swigobj,_swigarg0) (_swigobj->GetItemFont(_swigarg0)) | |
7801 | static PyObject *_wrap_wxTreeCtrl_GetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7802 | PyObject * _resultobj; | |
7803 | wxFont * _result; | |
7804 | wxPyTreeCtrl * _arg0; | |
7805 | wxTreeItemId * _arg1; | |
7806 | PyObject * _argo0 = 0; | |
7807 | PyObject * _argo1 = 0; | |
7808 | char *_kwnames[] = { "self","item", NULL }; | |
7809 | char _ptemp[128]; | |
7810 | ||
7811 | self = self; | |
7812 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetItemFont",_kwnames,&_argo0,&_argo1)) | |
7813 | return NULL; | |
7814 | if (_argo0) { | |
7815 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7816 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7817 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetItemFont. Expected _wxPyTreeCtrl_p."); | |
7818 | return NULL; | |
7819 | } | |
7820 | } | |
7821 | if (_argo1) { | |
7822 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7823 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetItemFont. Expected _wxTreeItemId_p."); | |
7824 | return NULL; | |
7825 | } | |
7826 | } | |
7827 | { | |
7828 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7829 | _result = new wxFont (wxTreeCtrl_GetItemFont(_arg0,*_arg1)); | |
7830 | ||
7831 | wxPyEndAllowThreads(__tstate); | |
7832 | if (PyErr_Occurred()) return NULL; | |
7833 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxFont_p"); | |
7834 | _resultobj = Py_BuildValue("s",_ptemp); | |
7835 | return _resultobj; | |
7836 | } | |
7837 | ||
7838 | #define wxTreeCtrl_IsVisible(_swigobj,_swigarg0) (_swigobj->IsVisible(_swigarg0)) | |
7839 | static PyObject *_wrap_wxTreeCtrl_IsVisible(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7840 | PyObject * _resultobj; | |
7841 | bool _result; | |
7842 | wxPyTreeCtrl * _arg0; | |
7843 | wxTreeItemId * _arg1; | |
7844 | PyObject * _argo0 = 0; | |
7845 | PyObject * _argo1 = 0; | |
7846 | char *_kwnames[] = { "self","item", NULL }; | |
7847 | ||
7848 | self = self; | |
7849 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_IsVisible",_kwnames,&_argo0,&_argo1)) | |
7850 | return NULL; | |
7851 | if (_argo0) { | |
7852 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7853 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7854 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_IsVisible. Expected _wxPyTreeCtrl_p."); | |
7855 | return NULL; | |
7856 | } | |
7857 | } | |
7858 | if (_argo1) { | |
7859 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7860 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_IsVisible. Expected _wxTreeItemId_p."); | |
7861 | return NULL; | |
7862 | } | |
7863 | } | |
7864 | { | |
7865 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7866 | _result = (bool )wxTreeCtrl_IsVisible(_arg0,*_arg1); | |
7867 | ||
7868 | wxPyEndAllowThreads(__tstate); | |
7869 | if (PyErr_Occurred()) return NULL; | |
7870 | } _resultobj = Py_BuildValue("i",_result); | |
7871 | return _resultobj; | |
7872 | } | |
7873 | ||
7874 | #define wxTreeCtrl_ItemHasChildren(_swigobj,_swigarg0) (_swigobj->ItemHasChildren(_swigarg0)) | |
7875 | static PyObject *_wrap_wxTreeCtrl_ItemHasChildren(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7876 | PyObject * _resultobj; | |
7877 | bool _result; | |
7878 | wxPyTreeCtrl * _arg0; | |
7879 | wxTreeItemId * _arg1; | |
7880 | PyObject * _argo0 = 0; | |
7881 | PyObject * _argo1 = 0; | |
7882 | char *_kwnames[] = { "self","item", NULL }; | |
7883 | ||
7884 | self = self; | |
7885 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_ItemHasChildren",_kwnames,&_argo0,&_argo1)) | |
7886 | return NULL; | |
7887 | if (_argo0) { | |
7888 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7889 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7890 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_ItemHasChildren. Expected _wxPyTreeCtrl_p."); | |
7891 | return NULL; | |
7892 | } | |
7893 | } | |
7894 | if (_argo1) { | |
7895 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7896 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_ItemHasChildren. Expected _wxTreeItemId_p."); | |
7897 | return NULL; | |
7898 | } | |
7899 | } | |
7900 | { | |
7901 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7902 | _result = (bool )wxTreeCtrl_ItemHasChildren(_arg0,*_arg1); | |
7903 | ||
7904 | wxPyEndAllowThreads(__tstate); | |
7905 | if (PyErr_Occurred()) return NULL; | |
7906 | } _resultobj = Py_BuildValue("i",_result); | |
7907 | return _resultobj; | |
7908 | } | |
7909 | ||
7910 | #define wxTreeCtrl_IsExpanded(_swigobj,_swigarg0) (_swigobj->IsExpanded(_swigarg0)) | |
7911 | static PyObject *_wrap_wxTreeCtrl_IsExpanded(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7912 | PyObject * _resultobj; | |
7913 | bool _result; | |
7914 | wxPyTreeCtrl * _arg0; | |
7915 | wxTreeItemId * _arg1; | |
7916 | PyObject * _argo0 = 0; | |
7917 | PyObject * _argo1 = 0; | |
7918 | char *_kwnames[] = { "self","item", NULL }; | |
7919 | ||
7920 | self = self; | |
7921 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_IsExpanded",_kwnames,&_argo0,&_argo1)) | |
7922 | return NULL; | |
7923 | if (_argo0) { | |
7924 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7925 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7926 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_IsExpanded. Expected _wxPyTreeCtrl_p."); | |
7927 | return NULL; | |
7928 | } | |
7929 | } | |
7930 | if (_argo1) { | |
7931 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7932 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_IsExpanded. Expected _wxTreeItemId_p."); | |
7933 | return NULL; | |
7934 | } | |
7935 | } | |
7936 | { | |
7937 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7938 | _result = (bool )wxTreeCtrl_IsExpanded(_arg0,*_arg1); | |
7939 | ||
7940 | wxPyEndAllowThreads(__tstate); | |
7941 | if (PyErr_Occurred()) return NULL; | |
7942 | } _resultobj = Py_BuildValue("i",_result); | |
7943 | return _resultobj; | |
7944 | } | |
7945 | ||
7946 | #define wxTreeCtrl_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0)) | |
7947 | static PyObject *_wrap_wxTreeCtrl_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7948 | PyObject * _resultobj; | |
7949 | bool _result; | |
7950 | wxPyTreeCtrl * _arg0; | |
7951 | wxTreeItemId * _arg1; | |
7952 | PyObject * _argo0 = 0; | |
7953 | PyObject * _argo1 = 0; | |
7954 | char *_kwnames[] = { "self","item", NULL }; | |
7955 | ||
7956 | self = self; | |
7957 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_IsSelected",_kwnames,&_argo0,&_argo1)) | |
7958 | return NULL; | |
7959 | if (_argo0) { | |
7960 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7961 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7962 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_IsSelected. Expected _wxPyTreeCtrl_p."); | |
7963 | return NULL; | |
7964 | } | |
7965 | } | |
7966 | if (_argo1) { | |
7967 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
7968 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_IsSelected. Expected _wxTreeItemId_p."); | |
7969 | return NULL; | |
7970 | } | |
7971 | } | |
7972 | { | |
7973 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
7974 | _result = (bool )wxTreeCtrl_IsSelected(_arg0,*_arg1); | |
7975 | ||
7976 | wxPyEndAllowThreads(__tstate); | |
7977 | if (PyErr_Occurred()) return NULL; | |
7978 | } _resultobj = Py_BuildValue("i",_result); | |
7979 | return _resultobj; | |
7980 | } | |
7981 | ||
7982 | #define wxTreeCtrl_GetRootItem(_swigobj) (_swigobj->GetRootItem()) | |
7983 | static PyObject *_wrap_wxTreeCtrl_GetRootItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7984 | PyObject * _resultobj; | |
7985 | wxTreeItemId * _result; | |
7986 | wxPyTreeCtrl * _arg0; | |
7987 | PyObject * _argo0 = 0; | |
7988 | char *_kwnames[] = { "self", NULL }; | |
7989 | char _ptemp[128]; | |
7990 | ||
7991 | self = self; | |
7992 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetRootItem",_kwnames,&_argo0)) | |
7993 | return NULL; | |
7994 | if (_argo0) { | |
7995 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7996 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
7997 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetRootItem. Expected _wxPyTreeCtrl_p."); | |
7998 | return NULL; | |
7999 | } | |
8000 | } | |
8001 | { | |
8002 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8003 | _result = new wxTreeItemId (wxTreeCtrl_GetRootItem(_arg0)); | |
8004 | ||
8005 | wxPyEndAllowThreads(__tstate); | |
8006 | if (PyErr_Occurred()) return NULL; | |
8007 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8008 | _resultobj = Py_BuildValue("s",_ptemp); | |
8009 | return _resultobj; | |
8010 | } | |
8011 | ||
8012 | #define wxTreeCtrl_GetSelection(_swigobj) (_swigobj->GetSelection()) | |
8013 | static PyObject *_wrap_wxTreeCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8014 | PyObject * _resultobj; | |
8015 | wxTreeItemId * _result; | |
8016 | wxPyTreeCtrl * _arg0; | |
8017 | PyObject * _argo0 = 0; | |
8018 | char *_kwnames[] = { "self", NULL }; | |
8019 | char _ptemp[128]; | |
8020 | ||
8021 | self = self; | |
8022 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetSelection",_kwnames,&_argo0)) | |
8023 | return NULL; | |
8024 | if (_argo0) { | |
8025 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8026 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8027 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetSelection. Expected _wxPyTreeCtrl_p."); | |
8028 | return NULL; | |
8029 | } | |
8030 | } | |
8031 | { | |
8032 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8033 | _result = new wxTreeItemId (wxTreeCtrl_GetSelection(_arg0)); | |
8034 | ||
8035 | wxPyEndAllowThreads(__tstate); | |
8036 | if (PyErr_Occurred()) return NULL; | |
8037 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8038 | _resultobj = Py_BuildValue("s",_ptemp); | |
8039 | return _resultobj; | |
8040 | } | |
8041 | ||
8042 | #define wxTreeCtrl_GetItemParent(_swigobj,_swigarg0) (_swigobj->GetItemParent(_swigarg0)) | |
8043 | static PyObject *_wrap_wxTreeCtrl_GetItemParent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8044 | PyObject * _resultobj; | |
8045 | wxTreeItemId * _result; | |
8046 | wxPyTreeCtrl * _arg0; | |
8047 | wxTreeItemId * _arg1; | |
8048 | PyObject * _argo0 = 0; | |
8049 | PyObject * _argo1 = 0; | |
8050 | char *_kwnames[] = { "self","item", NULL }; | |
8051 | char _ptemp[128]; | |
8052 | ||
8053 | self = self; | |
8054 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetItemParent",_kwnames,&_argo0,&_argo1)) | |
8055 | return NULL; | |
8056 | if (_argo0) { | |
8057 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8058 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8059 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetItemParent. Expected _wxPyTreeCtrl_p."); | |
8060 | return NULL; | |
8061 | } | |
8062 | } | |
8063 | if (_argo1) { | |
8064 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8065 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetItemParent. Expected _wxTreeItemId_p."); | |
8066 | return NULL; | |
8067 | } | |
8068 | } | |
8069 | { | |
8070 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8071 | _result = new wxTreeItemId (wxTreeCtrl_GetItemParent(_arg0,*_arg1)); | |
8072 | ||
8073 | wxPyEndAllowThreads(__tstate); | |
8074 | if (PyErr_Occurred()) return NULL; | |
8075 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8076 | _resultobj = Py_BuildValue("s",_ptemp); | |
8077 | return _resultobj; | |
8078 | } | |
8079 | ||
8080 | static PyObject * wxPyTreeCtrl_GetSelections(wxPyTreeCtrl *self) { | |
8081 | wxPyBeginBlockThreads(); | |
8082 | PyObject* rval = PyList_New(0); | |
8083 | wxArrayTreeItemIds array; | |
8084 | size_t num, x; | |
8085 | num = self->GetSelections(array); | |
8086 | for (x=0; x < num; x++) { | |
8087 | wxTreeItemId *tii = new wxTreeItemId(array.Item(x)); | |
8088 | PyObject* item = wxPyConstructObject((void*)tii, wxT("wxTreeItemId"), TRUE); | |
8089 | PyList_Append(rval, item); | |
8090 | } | |
8091 | wxPyEndBlockThreads(); | |
8092 | return rval; | |
8093 | } | |
8094 | static PyObject *_wrap_wxTreeCtrl_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8095 | PyObject * _resultobj; | |
8096 | PyObject * _result; | |
8097 | wxPyTreeCtrl * _arg0; | |
8098 | PyObject * _argo0 = 0; | |
8099 | char *_kwnames[] = { "self", NULL }; | |
8100 | ||
8101 | self = self; | |
8102 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetSelections",_kwnames,&_argo0)) | |
8103 | return NULL; | |
8104 | if (_argo0) { | |
8105 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8106 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8107 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetSelections. Expected _wxPyTreeCtrl_p."); | |
8108 | return NULL; | |
8109 | } | |
8110 | } | |
8111 | { | |
8112 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8113 | _result = (PyObject *)wxPyTreeCtrl_GetSelections(_arg0); | |
8114 | ||
8115 | wxPyEndAllowThreads(__tstate); | |
8116 | if (PyErr_Occurred()) return NULL; | |
8117 | }{ | |
8118 | _resultobj = _result; | |
8119 | } | |
8120 | return _resultobj; | |
8121 | } | |
8122 | ||
8123 | #define wxTreeCtrl_GetChildrenCount(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetChildrenCount(_swigarg0,_swigarg1)) | |
8124 | static PyObject *_wrap_wxTreeCtrl_GetChildrenCount(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8125 | PyObject * _resultobj; | |
8126 | size_t _result; | |
8127 | wxPyTreeCtrl * _arg0; | |
8128 | wxTreeItemId * _arg1; | |
8129 | bool _arg2 = (bool ) TRUE; | |
8130 | PyObject * _argo0 = 0; | |
8131 | PyObject * _argo1 = 0; | |
8132 | int tempbool2 = (int) TRUE; | |
8133 | char *_kwnames[] = { "self","item","recursively", NULL }; | |
8134 | ||
8135 | self = self; | |
8136 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxTreeCtrl_GetChildrenCount",_kwnames,&_argo0,&_argo1,&tempbool2)) | |
8137 | return NULL; | |
8138 | if (_argo0) { | |
8139 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8140 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8141 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetChildrenCount. Expected _wxPyTreeCtrl_p."); | |
8142 | return NULL; | |
8143 | } | |
8144 | } | |
8145 | if (_argo1) { | |
8146 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8147 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetChildrenCount. Expected _wxTreeItemId_p."); | |
8148 | return NULL; | |
8149 | } | |
8150 | } | |
8151 | _arg2 = (bool ) tempbool2; | |
8152 | { | |
8153 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8154 | _result = (size_t )wxTreeCtrl_GetChildrenCount(_arg0,*_arg1,_arg2); | |
8155 | ||
8156 | wxPyEndAllowThreads(__tstate); | |
8157 | if (PyErr_Occurred()) return NULL; | |
8158 | } _resultobj = Py_BuildValue("i",_result); | |
8159 | return _resultobj; | |
8160 | } | |
8161 | ||
8162 | #define wxTreeCtrl_GetFirstChild(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetFirstChild(_swigarg0,_swigarg1)) | |
8163 | static PyObject *_wrap_wxTreeCtrl_GetFirstChild(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8164 | PyObject * _resultobj; | |
8165 | wxTreeItemId * _result; | |
8166 | wxPyTreeCtrl * _arg0; | |
8167 | wxTreeItemId * _arg1; | |
8168 | long * _arg2 = (long *) &longzero; | |
8169 | PyObject * _argo0 = 0; | |
8170 | PyObject * _argo1 = 0; | |
8171 | long temp; | |
8172 | PyObject * _obj2 = 0; | |
8173 | char *_kwnames[] = { "self","item","INOUT", NULL }; | |
8174 | char _ptemp[128]; | |
8175 | ||
8176 | self = self; | |
8177 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxTreeCtrl_GetFirstChild",_kwnames,&_argo0,&_argo1,&_obj2)) | |
8178 | return NULL; | |
8179 | if (_argo0) { | |
8180 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8181 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8182 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetFirstChild. Expected _wxPyTreeCtrl_p."); | |
8183 | return NULL; | |
8184 | } | |
8185 | } | |
8186 | if (_argo1) { | |
8187 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8188 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetFirstChild. Expected _wxTreeItemId_p."); | |
8189 | return NULL; | |
8190 | } | |
8191 | } | |
8192 | if (_obj2) | |
8193 | { | |
8194 | temp = (long) PyInt_AsLong(_obj2); | |
8195 | _arg2 = &temp; | |
8196 | } | |
8197 | { | |
8198 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8199 | _result = new wxTreeItemId (wxTreeCtrl_GetFirstChild(_arg0,*_arg1,*_arg2)); | |
8200 | ||
8201 | wxPyEndAllowThreads(__tstate); | |
8202 | if (PyErr_Occurred()) return NULL; | |
8203 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8204 | _resultobj = Py_BuildValue("s",_ptemp); | |
8205 | { | |
8206 | PyObject *o; | |
8207 | o = PyInt_FromLong((long) (*_arg2)); | |
8208 | _resultobj = t_output_helper(_resultobj, o); | |
8209 | } | |
8210 | return _resultobj; | |
8211 | } | |
8212 | ||
8213 | #define wxTreeCtrl_GetNextChild(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetNextChild(_swigarg0,_swigarg1)) | |
8214 | static PyObject *_wrap_wxTreeCtrl_GetNextChild(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8215 | PyObject * _resultobj; | |
8216 | wxTreeItemId * _result; | |
8217 | wxPyTreeCtrl * _arg0; | |
8218 | wxTreeItemId * _arg1; | |
8219 | long * _arg2; | |
8220 | PyObject * _argo0 = 0; | |
8221 | PyObject * _argo1 = 0; | |
8222 | long temp; | |
8223 | PyObject * _obj2 = 0; | |
8224 | char *_kwnames[] = { "self","item","INOUT", NULL }; | |
8225 | char _ptemp[128]; | |
8226 | ||
8227 | self = self; | |
8228 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTreeCtrl_GetNextChild",_kwnames,&_argo0,&_argo1,&_obj2)) | |
8229 | return NULL; | |
8230 | if (_argo0) { | |
8231 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8232 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8233 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetNextChild. Expected _wxPyTreeCtrl_p."); | |
8234 | return NULL; | |
8235 | } | |
8236 | } | |
8237 | if (_argo1) { | |
8238 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8239 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetNextChild. Expected _wxTreeItemId_p."); | |
8240 | return NULL; | |
8241 | } | |
8242 | } | |
8243 | { | |
8244 | temp = (long) PyInt_AsLong(_obj2); | |
8245 | _arg2 = &temp; | |
8246 | } | |
8247 | { | |
8248 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8249 | _result = new wxTreeItemId (wxTreeCtrl_GetNextChild(_arg0,*_arg1,*_arg2)); | |
8250 | ||
8251 | wxPyEndAllowThreads(__tstate); | |
8252 | if (PyErr_Occurred()) return NULL; | |
8253 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8254 | _resultobj = Py_BuildValue("s",_ptemp); | |
8255 | { | |
8256 | PyObject *o; | |
8257 | o = PyInt_FromLong((long) (*_arg2)); | |
8258 | _resultobj = t_output_helper(_resultobj, o); | |
8259 | } | |
8260 | return _resultobj; | |
8261 | } | |
8262 | ||
8263 | #define wxTreeCtrl_GetNextSibling(_swigobj,_swigarg0) (_swigobj->GetNextSibling(_swigarg0)) | |
8264 | static PyObject *_wrap_wxTreeCtrl_GetNextSibling(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8265 | PyObject * _resultobj; | |
8266 | wxTreeItemId * _result; | |
8267 | wxPyTreeCtrl * _arg0; | |
8268 | wxTreeItemId * _arg1; | |
8269 | PyObject * _argo0 = 0; | |
8270 | PyObject * _argo1 = 0; | |
8271 | char *_kwnames[] = { "self","item", NULL }; | |
8272 | char _ptemp[128]; | |
8273 | ||
8274 | self = self; | |
8275 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetNextSibling",_kwnames,&_argo0,&_argo1)) | |
8276 | return NULL; | |
8277 | if (_argo0) { | |
8278 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8279 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8280 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetNextSibling. Expected _wxPyTreeCtrl_p."); | |
8281 | return NULL; | |
8282 | } | |
8283 | } | |
8284 | if (_argo1) { | |
8285 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8286 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetNextSibling. Expected _wxTreeItemId_p."); | |
8287 | return NULL; | |
8288 | } | |
8289 | } | |
8290 | { | |
8291 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8292 | _result = new wxTreeItemId (wxTreeCtrl_GetNextSibling(_arg0,*_arg1)); | |
8293 | ||
8294 | wxPyEndAllowThreads(__tstate); | |
8295 | if (PyErr_Occurred()) return NULL; | |
8296 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8297 | _resultobj = Py_BuildValue("s",_ptemp); | |
8298 | return _resultobj; | |
8299 | } | |
8300 | ||
8301 | #define wxTreeCtrl_GetPrevSibling(_swigobj,_swigarg0) (_swigobj->GetPrevSibling(_swigarg0)) | |
8302 | static PyObject *_wrap_wxTreeCtrl_GetPrevSibling(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8303 | PyObject * _resultobj; | |
8304 | wxTreeItemId * _result; | |
8305 | wxPyTreeCtrl * _arg0; | |
8306 | wxTreeItemId * _arg1; | |
8307 | PyObject * _argo0 = 0; | |
8308 | PyObject * _argo1 = 0; | |
8309 | char *_kwnames[] = { "self","item", NULL }; | |
8310 | char _ptemp[128]; | |
8311 | ||
8312 | self = self; | |
8313 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetPrevSibling",_kwnames,&_argo0,&_argo1)) | |
8314 | return NULL; | |
8315 | if (_argo0) { | |
8316 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8317 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8318 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetPrevSibling. Expected _wxPyTreeCtrl_p."); | |
8319 | return NULL; | |
8320 | } | |
8321 | } | |
8322 | if (_argo1) { | |
8323 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8324 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetPrevSibling. Expected _wxTreeItemId_p."); | |
8325 | return NULL; | |
8326 | } | |
8327 | } | |
8328 | { | |
8329 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8330 | _result = new wxTreeItemId (wxTreeCtrl_GetPrevSibling(_arg0,*_arg1)); | |
8331 | ||
8332 | wxPyEndAllowThreads(__tstate); | |
8333 | if (PyErr_Occurred()) return NULL; | |
8334 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8335 | _resultobj = Py_BuildValue("s",_ptemp); | |
8336 | return _resultobj; | |
8337 | } | |
8338 | ||
8339 | #define wxTreeCtrl_GetFirstVisibleItem(_swigobj) (_swigobj->GetFirstVisibleItem()) | |
8340 | static PyObject *_wrap_wxTreeCtrl_GetFirstVisibleItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8341 | PyObject * _resultobj; | |
8342 | wxTreeItemId * _result; | |
8343 | wxPyTreeCtrl * _arg0; | |
8344 | PyObject * _argo0 = 0; | |
8345 | char *_kwnames[] = { "self", NULL }; | |
8346 | char _ptemp[128]; | |
8347 | ||
8348 | self = self; | |
8349 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetFirstVisibleItem",_kwnames,&_argo0)) | |
8350 | return NULL; | |
8351 | if (_argo0) { | |
8352 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8353 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8354 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetFirstVisibleItem. Expected _wxPyTreeCtrl_p."); | |
8355 | return NULL; | |
8356 | } | |
8357 | } | |
8358 | { | |
8359 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8360 | _result = new wxTreeItemId (wxTreeCtrl_GetFirstVisibleItem(_arg0)); | |
8361 | ||
8362 | wxPyEndAllowThreads(__tstate); | |
8363 | if (PyErr_Occurred()) return NULL; | |
8364 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8365 | _resultobj = Py_BuildValue("s",_ptemp); | |
8366 | return _resultobj; | |
8367 | } | |
8368 | ||
8369 | #define wxTreeCtrl_GetNextVisible(_swigobj,_swigarg0) (_swigobj->GetNextVisible(_swigarg0)) | |
8370 | static PyObject *_wrap_wxTreeCtrl_GetNextVisible(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8371 | PyObject * _resultobj; | |
8372 | wxTreeItemId * _result; | |
8373 | wxPyTreeCtrl * _arg0; | |
8374 | wxTreeItemId * _arg1; | |
8375 | PyObject * _argo0 = 0; | |
8376 | PyObject * _argo1 = 0; | |
8377 | char *_kwnames[] = { "self","item", NULL }; | |
8378 | char _ptemp[128]; | |
8379 | ||
8380 | self = self; | |
8381 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetNextVisible",_kwnames,&_argo0,&_argo1)) | |
8382 | return NULL; | |
8383 | if (_argo0) { | |
8384 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8385 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8386 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetNextVisible. Expected _wxPyTreeCtrl_p."); | |
8387 | return NULL; | |
8388 | } | |
8389 | } | |
8390 | if (_argo1) { | |
8391 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8392 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetNextVisible. Expected _wxTreeItemId_p."); | |
8393 | return NULL; | |
8394 | } | |
8395 | } | |
8396 | { | |
8397 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8398 | _result = new wxTreeItemId (wxTreeCtrl_GetNextVisible(_arg0,*_arg1)); | |
8399 | ||
8400 | wxPyEndAllowThreads(__tstate); | |
8401 | if (PyErr_Occurred()) return NULL; | |
8402 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8403 | _resultobj = Py_BuildValue("s",_ptemp); | |
8404 | return _resultobj; | |
8405 | } | |
8406 | ||
8407 | #define wxTreeCtrl_GetPrevVisible(_swigobj,_swigarg0) (_swigobj->GetPrevVisible(_swigarg0)) | |
8408 | static PyObject *_wrap_wxTreeCtrl_GetPrevVisible(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8409 | PyObject * _resultobj; | |
8410 | wxTreeItemId * _result; | |
8411 | wxPyTreeCtrl * _arg0; | |
8412 | wxTreeItemId * _arg1; | |
8413 | PyObject * _argo0 = 0; | |
8414 | PyObject * _argo1 = 0; | |
8415 | char *_kwnames[] = { "self","item", NULL }; | |
8416 | char _ptemp[128]; | |
8417 | ||
8418 | self = self; | |
8419 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetPrevVisible",_kwnames,&_argo0,&_argo1)) | |
8420 | return NULL; | |
8421 | if (_argo0) { | |
8422 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8423 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8424 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetPrevVisible. Expected _wxPyTreeCtrl_p."); | |
8425 | return NULL; | |
8426 | } | |
8427 | } | |
8428 | if (_argo1) { | |
8429 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8430 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetPrevVisible. Expected _wxTreeItemId_p."); | |
8431 | return NULL; | |
8432 | } | |
8433 | } | |
8434 | { | |
8435 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8436 | _result = new wxTreeItemId (wxTreeCtrl_GetPrevVisible(_arg0,*_arg1)); | |
8437 | ||
8438 | wxPyEndAllowThreads(__tstate); | |
8439 | if (PyErr_Occurred()) return NULL; | |
8440 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8441 | _resultobj = Py_BuildValue("s",_ptemp); | |
8442 | return _resultobj; | |
8443 | } | |
8444 | ||
8445 | #define wxTreeCtrl_GetLastChild(_swigobj,_swigarg0) (_swigobj->GetLastChild(_swigarg0)) | |
8446 | static PyObject *_wrap_wxTreeCtrl_GetLastChild(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8447 | PyObject * _resultobj; | |
8448 | wxTreeItemId * _result; | |
8449 | wxPyTreeCtrl * _arg0; | |
8450 | wxTreeItemId * _arg1; | |
8451 | PyObject * _argo0 = 0; | |
8452 | PyObject * _argo1 = 0; | |
8453 | char *_kwnames[] = { "self","item", NULL }; | |
8454 | char _ptemp[128]; | |
8455 | ||
8456 | self = self; | |
8457 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_GetLastChild",_kwnames,&_argo0,&_argo1)) | |
8458 | return NULL; | |
8459 | if (_argo0) { | |
8460 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8461 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8462 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetLastChild. Expected _wxPyTreeCtrl_p."); | |
8463 | return NULL; | |
8464 | } | |
8465 | } | |
8466 | if (_argo1) { | |
8467 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8468 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetLastChild. Expected _wxTreeItemId_p."); | |
8469 | return NULL; | |
8470 | } | |
8471 | } | |
8472 | { | |
8473 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8474 | _result = new wxTreeItemId (wxTreeCtrl_GetLastChild(_arg0,*_arg1)); | |
8475 | ||
8476 | wxPyEndAllowThreads(__tstate); | |
8477 | if (PyErr_Occurred()) return NULL; | |
8478 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8479 | _resultobj = Py_BuildValue("s",_ptemp); | |
8480 | return _resultobj; | |
8481 | } | |
8482 | ||
8483 | #define wxTreeCtrl_AddRoot(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->AddRoot(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) | |
8484 | static PyObject *_wrap_wxTreeCtrl_AddRoot(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8485 | PyObject * _resultobj; | |
8486 | wxTreeItemId * _result; | |
8487 | wxPyTreeCtrl * _arg0; | |
8488 | wxString * _arg1; | |
8489 | int _arg2 = (int ) -1; | |
8490 | int _arg3 = (int ) -1; | |
8491 | wxPyTreeItemData * _arg4 = (wxPyTreeItemData *) NULL; | |
8492 | PyObject * _argo0 = 0; | |
8493 | PyObject * _obj1 = 0; | |
8494 | PyObject * _argo4 = 0; | |
8495 | char *_kwnames[] = { "self","text","image","selectedImage","data", NULL }; | |
8496 | char _ptemp[128]; | |
8497 | ||
8498 | self = self; | |
8499 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iiO:wxTreeCtrl_AddRoot",_kwnames,&_argo0,&_obj1,&_arg2,&_arg3,&_argo4)) | |
8500 | return NULL; | |
8501 | if (_argo0) { | |
8502 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8503 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8504 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_AddRoot. Expected _wxPyTreeCtrl_p."); | |
8505 | return NULL; | |
8506 | } | |
8507 | } | |
8508 | { | |
8509 | _arg1 = wxString_in_helper(_obj1); | |
8510 | if (_arg1 == NULL) | |
8511 | return NULL; | |
8512 | } | |
8513 | if (_argo4) { | |
8514 | if (_argo4 == Py_None) { _arg4 = NULL; } | |
8515 | else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxPyTreeItemData_p")) { | |
8516 | PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxTreeCtrl_AddRoot. Expected _wxPyTreeItemData_p."); | |
8517 | return NULL; | |
8518 | } | |
8519 | } | |
8520 | { | |
8521 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8522 | _result = new wxTreeItemId (wxTreeCtrl_AddRoot(_arg0,*_arg1,_arg2,_arg3,_arg4)); | |
8523 | ||
8524 | wxPyEndAllowThreads(__tstate); | |
8525 | if (PyErr_Occurred()) return NULL; | |
8526 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8527 | _resultobj = Py_BuildValue("s",_ptemp); | |
8528 | { | |
8529 | if (_obj1) | |
8530 | delete _arg1; | |
8531 | } | |
8532 | return _resultobj; | |
8533 | } | |
8534 | ||
8535 | #define wxTreeCtrl_PrependItem(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->PrependItem(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)) | |
8536 | static PyObject *_wrap_wxTreeCtrl_PrependItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8537 | PyObject * _resultobj; | |
8538 | wxTreeItemId * _result; | |
8539 | wxPyTreeCtrl * _arg0; | |
8540 | wxTreeItemId * _arg1; | |
8541 | wxString * _arg2; | |
8542 | int _arg3 = (int ) -1; | |
8543 | int _arg4 = (int ) -1; | |
8544 | wxPyTreeItemData * _arg5 = (wxPyTreeItemData *) NULL; | |
8545 | PyObject * _argo0 = 0; | |
8546 | PyObject * _argo1 = 0; | |
8547 | PyObject * _obj2 = 0; | |
8548 | PyObject * _argo5 = 0; | |
8549 | char *_kwnames[] = { "self","parent","text","image","selectedImage","data", NULL }; | |
8550 | char _ptemp[128]; | |
8551 | ||
8552 | self = self; | |
8553 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO|iiO:wxTreeCtrl_PrependItem",_kwnames,&_argo0,&_argo1,&_obj2,&_arg3,&_arg4,&_argo5)) | |
8554 | return NULL; | |
8555 | if (_argo0) { | |
8556 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8557 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8558 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_PrependItem. Expected _wxPyTreeCtrl_p."); | |
8559 | return NULL; | |
8560 | } | |
8561 | } | |
8562 | if (_argo1) { | |
8563 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8564 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_PrependItem. Expected _wxTreeItemId_p."); | |
8565 | return NULL; | |
8566 | } | |
8567 | } | |
8568 | { | |
8569 | _arg2 = wxString_in_helper(_obj2); | |
8570 | if (_arg2 == NULL) | |
8571 | return NULL; | |
8572 | } | |
8573 | if (_argo5) { | |
8574 | if (_argo5 == Py_None) { _arg5 = NULL; } | |
8575 | else if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxPyTreeItemData_p")) { | |
8576 | PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of wxTreeCtrl_PrependItem. Expected _wxPyTreeItemData_p."); | |
8577 | return NULL; | |
8578 | } | |
8579 | } | |
8580 | { | |
8581 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8582 | _result = new wxTreeItemId (wxTreeCtrl_PrependItem(_arg0,*_arg1,*_arg2,_arg3,_arg4,_arg5)); | |
8583 | ||
8584 | wxPyEndAllowThreads(__tstate); | |
8585 | if (PyErr_Occurred()) return NULL; | |
8586 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8587 | _resultobj = Py_BuildValue("s",_ptemp); | |
8588 | { | |
8589 | if (_obj2) | |
8590 | delete _arg2; | |
8591 | } | |
8592 | return _resultobj; | |
8593 | } | |
8594 | ||
8595 | #define wxTreeCtrl_InsertItem(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->InsertItem(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)) | |
8596 | static PyObject *_wrap_wxTreeCtrl_InsertItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8597 | PyObject * _resultobj; | |
8598 | wxTreeItemId * _result; | |
8599 | wxPyTreeCtrl * _arg0; | |
8600 | wxTreeItemId * _arg1; | |
8601 | wxTreeItemId * _arg2; | |
8602 | wxString * _arg3; | |
8603 | int _arg4 = (int ) -1; | |
8604 | int _arg5 = (int ) -1; | |
8605 | wxPyTreeItemData * _arg6 = (wxPyTreeItemData *) NULL; | |
8606 | PyObject * _argo0 = 0; | |
8607 | PyObject * _argo1 = 0; | |
8608 | PyObject * _argo2 = 0; | |
8609 | PyObject * _obj3 = 0; | |
8610 | PyObject * _argo6 = 0; | |
8611 | char *_kwnames[] = { "self","parent","idPrevious","text","image","selectedImage","data", NULL }; | |
8612 | char _ptemp[128]; | |
8613 | ||
8614 | self = self; | |
8615 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOO|iiO:wxTreeCtrl_InsertItem",_kwnames,&_argo0,&_argo1,&_argo2,&_obj3,&_arg4,&_arg5,&_argo6)) | |
8616 | return NULL; | |
8617 | if (_argo0) { | |
8618 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8619 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8620 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_InsertItem. Expected _wxPyTreeCtrl_p."); | |
8621 | return NULL; | |
8622 | } | |
8623 | } | |
8624 | if (_argo1) { | |
8625 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8626 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_InsertItem. Expected _wxTreeItemId_p."); | |
8627 | return NULL; | |
8628 | } | |
8629 | } | |
8630 | if (_argo2) { | |
8631 | if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxTreeItemId_p")) { | |
8632 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTreeCtrl_InsertItem. Expected _wxTreeItemId_p."); | |
8633 | return NULL; | |
8634 | } | |
8635 | } | |
8636 | { | |
8637 | _arg3 = wxString_in_helper(_obj3); | |
8638 | if (_arg3 == NULL) | |
8639 | return NULL; | |
8640 | } | |
8641 | if (_argo6) { | |
8642 | if (_argo6 == Py_None) { _arg6 = NULL; } | |
8643 | else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxPyTreeItemData_p")) { | |
8644 | PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxTreeCtrl_InsertItem. Expected _wxPyTreeItemData_p."); | |
8645 | return NULL; | |
8646 | } | |
8647 | } | |
8648 | { | |
8649 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8650 | _result = new wxTreeItemId (wxTreeCtrl_InsertItem(_arg0,*_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6)); | |
8651 | ||
8652 | wxPyEndAllowThreads(__tstate); | |
8653 | if (PyErr_Occurred()) return NULL; | |
8654 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8655 | _resultobj = Py_BuildValue("s",_ptemp); | |
8656 | { | |
8657 | if (_obj3) | |
8658 | delete _arg3; | |
8659 | } | |
8660 | return _resultobj; | |
8661 | } | |
8662 | ||
8663 | #define wxTreeCtrl_InsertItemBefore(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->InsertItem(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)) | |
8664 | static PyObject *_wrap_wxTreeCtrl_InsertItemBefore(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8665 | PyObject * _resultobj; | |
8666 | wxTreeItemId * _result; | |
8667 | wxPyTreeCtrl * _arg0; | |
8668 | wxTreeItemId * _arg1; | |
8669 | size_t _arg2; | |
8670 | wxString * _arg3; | |
8671 | int _arg4 = (int ) -1; | |
8672 | int _arg5 = (int ) -1; | |
8673 | wxPyTreeItemData * _arg6 = (wxPyTreeItemData *) NULL; | |
8674 | PyObject * _argo0 = 0; | |
8675 | PyObject * _argo1 = 0; | |
8676 | PyObject * _obj3 = 0; | |
8677 | PyObject * _argo6 = 0; | |
8678 | char *_kwnames[] = { "self","parent","before","text","image","selectedImage","data", NULL }; | |
8679 | char _ptemp[128]; | |
8680 | ||
8681 | self = self; | |
8682 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|iiO:wxTreeCtrl_InsertItemBefore",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_arg4,&_arg5,&_argo6)) | |
8683 | return NULL; | |
8684 | if (_argo0) { | |
8685 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8686 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8687 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_InsertItemBefore. Expected _wxPyTreeCtrl_p."); | |
8688 | return NULL; | |
8689 | } | |
8690 | } | |
8691 | if (_argo1) { | |
8692 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8693 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_InsertItemBefore. Expected _wxTreeItemId_p."); | |
8694 | return NULL; | |
8695 | } | |
8696 | } | |
8697 | { | |
8698 | _arg3 = wxString_in_helper(_obj3); | |
8699 | if (_arg3 == NULL) | |
8700 | return NULL; | |
8701 | } | |
8702 | if (_argo6) { | |
8703 | if (_argo6 == Py_None) { _arg6 = NULL; } | |
8704 | else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxPyTreeItemData_p")) { | |
8705 | PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxTreeCtrl_InsertItemBefore. Expected _wxPyTreeItemData_p."); | |
8706 | return NULL; | |
8707 | } | |
8708 | } | |
8709 | { | |
8710 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8711 | _result = new wxTreeItemId (wxTreeCtrl_InsertItemBefore(_arg0,*_arg1,_arg2,*_arg3,_arg4,_arg5,_arg6)); | |
8712 | ||
8713 | wxPyEndAllowThreads(__tstate); | |
8714 | if (PyErr_Occurred()) return NULL; | |
8715 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8716 | _resultobj = Py_BuildValue("s",_ptemp); | |
8717 | { | |
8718 | if (_obj3) | |
8719 | delete _arg3; | |
8720 | } | |
8721 | return _resultobj; | |
8722 | } | |
8723 | ||
8724 | #define wxTreeCtrl_AppendItem(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->AppendItem(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)) | |
8725 | static PyObject *_wrap_wxTreeCtrl_AppendItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8726 | PyObject * _resultobj; | |
8727 | wxTreeItemId * _result; | |
8728 | wxPyTreeCtrl * _arg0; | |
8729 | wxTreeItemId * _arg1; | |
8730 | wxString * _arg2; | |
8731 | int _arg3 = (int ) -1; | |
8732 | int _arg4 = (int ) -1; | |
8733 | wxPyTreeItemData * _arg5 = (wxPyTreeItemData *) NULL; | |
8734 | PyObject * _argo0 = 0; | |
8735 | PyObject * _argo1 = 0; | |
8736 | PyObject * _obj2 = 0; | |
8737 | PyObject * _argo5 = 0; | |
8738 | char *_kwnames[] = { "self","parent","text","image","selectedImage","data", NULL }; | |
8739 | char _ptemp[128]; | |
8740 | ||
8741 | self = self; | |
8742 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO|iiO:wxTreeCtrl_AppendItem",_kwnames,&_argo0,&_argo1,&_obj2,&_arg3,&_arg4,&_argo5)) | |
8743 | return NULL; | |
8744 | if (_argo0) { | |
8745 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8746 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8747 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_AppendItem. Expected _wxPyTreeCtrl_p."); | |
8748 | return NULL; | |
8749 | } | |
8750 | } | |
8751 | if (_argo1) { | |
8752 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8753 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_AppendItem. Expected _wxTreeItemId_p."); | |
8754 | return NULL; | |
8755 | } | |
8756 | } | |
8757 | { | |
8758 | _arg2 = wxString_in_helper(_obj2); | |
8759 | if (_arg2 == NULL) | |
8760 | return NULL; | |
8761 | } | |
8762 | if (_argo5) { | |
8763 | if (_argo5 == Py_None) { _arg5 = NULL; } | |
8764 | else if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxPyTreeItemData_p")) { | |
8765 | PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of wxTreeCtrl_AppendItem. Expected _wxPyTreeItemData_p."); | |
8766 | return NULL; | |
8767 | } | |
8768 | } | |
8769 | { | |
8770 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8771 | _result = new wxTreeItemId (wxTreeCtrl_AppendItem(_arg0,*_arg1,*_arg2,_arg3,_arg4,_arg5)); | |
8772 | ||
8773 | wxPyEndAllowThreads(__tstate); | |
8774 | if (PyErr_Occurred()) return NULL; | |
8775 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
8776 | _resultobj = Py_BuildValue("s",_ptemp); | |
8777 | { | |
8778 | if (_obj2) | |
8779 | delete _arg2; | |
8780 | } | |
8781 | return _resultobj; | |
8782 | } | |
8783 | ||
8784 | #define wxTreeCtrl_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0)) | |
8785 | static PyObject *_wrap_wxTreeCtrl_Delete(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8786 | PyObject * _resultobj; | |
8787 | wxPyTreeCtrl * _arg0; | |
8788 | wxTreeItemId * _arg1; | |
8789 | PyObject * _argo0 = 0; | |
8790 | PyObject * _argo1 = 0; | |
8791 | char *_kwnames[] = { "self","item", NULL }; | |
8792 | ||
8793 | self = self; | |
8794 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_Delete",_kwnames,&_argo0,&_argo1)) | |
8795 | return NULL; | |
8796 | if (_argo0) { | |
8797 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8798 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8799 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_Delete. Expected _wxPyTreeCtrl_p."); | |
8800 | return NULL; | |
8801 | } | |
8802 | } | |
8803 | if (_argo1) { | |
8804 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8805 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_Delete. Expected _wxTreeItemId_p."); | |
8806 | return NULL; | |
8807 | } | |
8808 | } | |
8809 | { | |
8810 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8811 | wxTreeCtrl_Delete(_arg0,*_arg1); | |
8812 | ||
8813 | wxPyEndAllowThreads(__tstate); | |
8814 | if (PyErr_Occurred()) return NULL; | |
8815 | } Py_INCREF(Py_None); | |
8816 | _resultobj = Py_None; | |
8817 | return _resultobj; | |
8818 | } | |
8819 | ||
8820 | #define wxTreeCtrl_DeleteChildren(_swigobj,_swigarg0) (_swigobj->DeleteChildren(_swigarg0)) | |
8821 | static PyObject *_wrap_wxTreeCtrl_DeleteChildren(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8822 | PyObject * _resultobj; | |
8823 | wxPyTreeCtrl * _arg0; | |
8824 | wxTreeItemId * _arg1; | |
8825 | PyObject * _argo0 = 0; | |
8826 | PyObject * _argo1 = 0; | |
8827 | char *_kwnames[] = { "self","item", NULL }; | |
8828 | ||
8829 | self = self; | |
8830 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_DeleteChildren",_kwnames,&_argo0,&_argo1)) | |
8831 | return NULL; | |
8832 | if (_argo0) { | |
8833 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8834 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8835 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_DeleteChildren. Expected _wxPyTreeCtrl_p."); | |
8836 | return NULL; | |
8837 | } | |
8838 | } | |
8839 | if (_argo1) { | |
8840 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8841 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_DeleteChildren. Expected _wxTreeItemId_p."); | |
8842 | return NULL; | |
8843 | } | |
8844 | } | |
8845 | { | |
8846 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8847 | wxTreeCtrl_DeleteChildren(_arg0,*_arg1); | |
8848 | ||
8849 | wxPyEndAllowThreads(__tstate); | |
8850 | if (PyErr_Occurred()) return NULL; | |
8851 | } Py_INCREF(Py_None); | |
8852 | _resultobj = Py_None; | |
8853 | return _resultobj; | |
8854 | } | |
8855 | ||
8856 | #define wxTreeCtrl_DeleteAllItems(_swigobj) (_swigobj->DeleteAllItems()) | |
8857 | static PyObject *_wrap_wxTreeCtrl_DeleteAllItems(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8858 | PyObject * _resultobj; | |
8859 | wxPyTreeCtrl * _arg0; | |
8860 | PyObject * _argo0 = 0; | |
8861 | char *_kwnames[] = { "self", NULL }; | |
8862 | ||
8863 | self = self; | |
8864 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_DeleteAllItems",_kwnames,&_argo0)) | |
8865 | return NULL; | |
8866 | if (_argo0) { | |
8867 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8868 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8869 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_DeleteAllItems. Expected _wxPyTreeCtrl_p."); | |
8870 | return NULL; | |
8871 | } | |
8872 | } | |
8873 | { | |
8874 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8875 | wxTreeCtrl_DeleteAllItems(_arg0); | |
8876 | ||
8877 | wxPyEndAllowThreads(__tstate); | |
8878 | if (PyErr_Occurred()) return NULL; | |
8879 | } Py_INCREF(Py_None); | |
8880 | _resultobj = Py_None; | |
8881 | return _resultobj; | |
8882 | } | |
8883 | ||
8884 | #define wxTreeCtrl_Expand(_swigobj,_swigarg0) (_swigobj->Expand(_swigarg0)) | |
8885 | static PyObject *_wrap_wxTreeCtrl_Expand(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8886 | PyObject * _resultobj; | |
8887 | wxPyTreeCtrl * _arg0; | |
8888 | wxTreeItemId * _arg1; | |
8889 | PyObject * _argo0 = 0; | |
8890 | PyObject * _argo1 = 0; | |
8891 | char *_kwnames[] = { "self","item", NULL }; | |
8892 | ||
8893 | self = self; | |
8894 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_Expand",_kwnames,&_argo0,&_argo1)) | |
8895 | return NULL; | |
8896 | if (_argo0) { | |
8897 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8898 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8899 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_Expand. Expected _wxPyTreeCtrl_p."); | |
8900 | return NULL; | |
8901 | } | |
8902 | } | |
8903 | if (_argo1) { | |
8904 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8905 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_Expand. Expected _wxTreeItemId_p."); | |
8906 | return NULL; | |
8907 | } | |
8908 | } | |
8909 | { | |
8910 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8911 | wxTreeCtrl_Expand(_arg0,*_arg1); | |
8912 | ||
8913 | wxPyEndAllowThreads(__tstate); | |
8914 | if (PyErr_Occurred()) return NULL; | |
8915 | } Py_INCREF(Py_None); | |
8916 | _resultobj = Py_None; | |
8917 | return _resultobj; | |
8918 | } | |
8919 | ||
8920 | #define wxTreeCtrl_Collapse(_swigobj,_swigarg0) (_swigobj->Collapse(_swigarg0)) | |
8921 | static PyObject *_wrap_wxTreeCtrl_Collapse(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8922 | PyObject * _resultobj; | |
8923 | wxPyTreeCtrl * _arg0; | |
8924 | wxTreeItemId * _arg1; | |
8925 | PyObject * _argo0 = 0; | |
8926 | PyObject * _argo1 = 0; | |
8927 | char *_kwnames[] = { "self","item", NULL }; | |
8928 | ||
8929 | self = self; | |
8930 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_Collapse",_kwnames,&_argo0,&_argo1)) | |
8931 | return NULL; | |
8932 | if (_argo0) { | |
8933 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8934 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8935 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_Collapse. Expected _wxPyTreeCtrl_p."); | |
8936 | return NULL; | |
8937 | } | |
8938 | } | |
8939 | if (_argo1) { | |
8940 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8941 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_Collapse. Expected _wxTreeItemId_p."); | |
8942 | return NULL; | |
8943 | } | |
8944 | } | |
8945 | { | |
8946 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8947 | wxTreeCtrl_Collapse(_arg0,*_arg1); | |
8948 | ||
8949 | wxPyEndAllowThreads(__tstate); | |
8950 | if (PyErr_Occurred()) return NULL; | |
8951 | } Py_INCREF(Py_None); | |
8952 | _resultobj = Py_None; | |
8953 | return _resultobj; | |
8954 | } | |
8955 | ||
8956 | #define wxTreeCtrl_CollapseAndReset(_swigobj,_swigarg0) (_swigobj->CollapseAndReset(_swigarg0)) | |
8957 | static PyObject *_wrap_wxTreeCtrl_CollapseAndReset(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8958 | PyObject * _resultobj; | |
8959 | wxPyTreeCtrl * _arg0; | |
8960 | wxTreeItemId * _arg1; | |
8961 | PyObject * _argo0 = 0; | |
8962 | PyObject * _argo1 = 0; | |
8963 | char *_kwnames[] = { "self","item", NULL }; | |
8964 | ||
8965 | self = self; | |
8966 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_CollapseAndReset",_kwnames,&_argo0,&_argo1)) | |
8967 | return NULL; | |
8968 | if (_argo0) { | |
8969 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8970 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
8971 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_CollapseAndReset. Expected _wxPyTreeCtrl_p."); | |
8972 | return NULL; | |
8973 | } | |
8974 | } | |
8975 | if (_argo1) { | |
8976 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
8977 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_CollapseAndReset. Expected _wxTreeItemId_p."); | |
8978 | return NULL; | |
8979 | } | |
8980 | } | |
8981 | { | |
8982 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
8983 | wxTreeCtrl_CollapseAndReset(_arg0,*_arg1); | |
8984 | ||
8985 | wxPyEndAllowThreads(__tstate); | |
8986 | if (PyErr_Occurred()) return NULL; | |
8987 | } Py_INCREF(Py_None); | |
8988 | _resultobj = Py_None; | |
8989 | return _resultobj; | |
8990 | } | |
8991 | ||
8992 | #define wxTreeCtrl_Toggle(_swigobj,_swigarg0) (_swigobj->Toggle(_swigarg0)) | |
8993 | static PyObject *_wrap_wxTreeCtrl_Toggle(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8994 | PyObject * _resultobj; | |
8995 | wxPyTreeCtrl * _arg0; | |
8996 | wxTreeItemId * _arg1; | |
8997 | PyObject * _argo0 = 0; | |
8998 | PyObject * _argo1 = 0; | |
8999 | char *_kwnames[] = { "self","item", NULL }; | |
9000 | ||
9001 | self = self; | |
9002 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_Toggle",_kwnames,&_argo0,&_argo1)) | |
9003 | return NULL; | |
9004 | if (_argo0) { | |
9005 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9006 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9007 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_Toggle. Expected _wxPyTreeCtrl_p."); | |
9008 | return NULL; | |
9009 | } | |
9010 | } | |
9011 | if (_argo1) { | |
9012 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9013 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_Toggle. Expected _wxTreeItemId_p."); | |
9014 | return NULL; | |
9015 | } | |
9016 | } | |
9017 | { | |
9018 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9019 | wxTreeCtrl_Toggle(_arg0,*_arg1); | |
9020 | ||
9021 | wxPyEndAllowThreads(__tstate); | |
9022 | if (PyErr_Occurred()) return NULL; | |
9023 | } Py_INCREF(Py_None); | |
9024 | _resultobj = Py_None; | |
9025 | return _resultobj; | |
9026 | } | |
9027 | ||
9028 | #define wxTreeCtrl_Unselect(_swigobj) (_swigobj->Unselect()) | |
9029 | static PyObject *_wrap_wxTreeCtrl_Unselect(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9030 | PyObject * _resultobj; | |
9031 | wxPyTreeCtrl * _arg0; | |
9032 | PyObject * _argo0 = 0; | |
9033 | char *_kwnames[] = { "self", NULL }; | |
9034 | ||
9035 | self = self; | |
9036 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_Unselect",_kwnames,&_argo0)) | |
9037 | return NULL; | |
9038 | if (_argo0) { | |
9039 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9040 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9041 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_Unselect. Expected _wxPyTreeCtrl_p."); | |
9042 | return NULL; | |
9043 | } | |
9044 | } | |
9045 | { | |
9046 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9047 | wxTreeCtrl_Unselect(_arg0); | |
9048 | ||
9049 | wxPyEndAllowThreads(__tstate); | |
9050 | if (PyErr_Occurred()) return NULL; | |
9051 | } Py_INCREF(Py_None); | |
9052 | _resultobj = Py_None; | |
9053 | return _resultobj; | |
9054 | } | |
9055 | ||
9056 | #define wxTreeCtrl_UnselectAll(_swigobj) (_swigobj->UnselectAll()) | |
9057 | static PyObject *_wrap_wxTreeCtrl_UnselectAll(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9058 | PyObject * _resultobj; | |
9059 | wxPyTreeCtrl * _arg0; | |
9060 | PyObject * _argo0 = 0; | |
9061 | char *_kwnames[] = { "self", NULL }; | |
9062 | ||
9063 | self = self; | |
9064 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_UnselectAll",_kwnames,&_argo0)) | |
9065 | return NULL; | |
9066 | if (_argo0) { | |
9067 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9068 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9069 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_UnselectAll. Expected _wxPyTreeCtrl_p."); | |
9070 | return NULL; | |
9071 | } | |
9072 | } | |
9073 | { | |
9074 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9075 | wxTreeCtrl_UnselectAll(_arg0); | |
9076 | ||
9077 | wxPyEndAllowThreads(__tstate); | |
9078 | if (PyErr_Occurred()) return NULL; | |
9079 | } Py_INCREF(Py_None); | |
9080 | _resultobj = Py_None; | |
9081 | return _resultobj; | |
9082 | } | |
9083 | ||
9084 | #define wxTreeCtrl_SelectItem(_swigobj,_swigarg0) (_swigobj->SelectItem(_swigarg0)) | |
9085 | static PyObject *_wrap_wxTreeCtrl_SelectItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9086 | PyObject * _resultobj; | |
9087 | wxPyTreeCtrl * _arg0; | |
9088 | wxTreeItemId * _arg1; | |
9089 | PyObject * _argo0 = 0; | |
9090 | PyObject * _argo1 = 0; | |
9091 | char *_kwnames[] = { "self","item", NULL }; | |
9092 | ||
9093 | self = self; | |
9094 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_SelectItem",_kwnames,&_argo0,&_argo1)) | |
9095 | return NULL; | |
9096 | if (_argo0) { | |
9097 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9098 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9099 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SelectItem. Expected _wxPyTreeCtrl_p."); | |
9100 | return NULL; | |
9101 | } | |
9102 | } | |
9103 | if (_argo1) { | |
9104 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9105 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SelectItem. Expected _wxTreeItemId_p."); | |
9106 | return NULL; | |
9107 | } | |
9108 | } | |
9109 | { | |
9110 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9111 | wxTreeCtrl_SelectItem(_arg0,*_arg1); | |
9112 | ||
9113 | wxPyEndAllowThreads(__tstate); | |
9114 | if (PyErr_Occurred()) return NULL; | |
9115 | } Py_INCREF(Py_None); | |
9116 | _resultobj = Py_None; | |
9117 | return _resultobj; | |
9118 | } | |
9119 | ||
9120 | #define wxTreeCtrl_EnsureVisible(_swigobj,_swigarg0) (_swigobj->EnsureVisible(_swigarg0)) | |
9121 | static PyObject *_wrap_wxTreeCtrl_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9122 | PyObject * _resultobj; | |
9123 | wxPyTreeCtrl * _arg0; | |
9124 | wxTreeItemId * _arg1; | |
9125 | PyObject * _argo0 = 0; | |
9126 | PyObject * _argo1 = 0; | |
9127 | char *_kwnames[] = { "self","item", NULL }; | |
9128 | ||
9129 | self = self; | |
9130 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_EnsureVisible",_kwnames,&_argo0,&_argo1)) | |
9131 | return NULL; | |
9132 | if (_argo0) { | |
9133 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9134 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9135 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_EnsureVisible. Expected _wxPyTreeCtrl_p."); | |
9136 | return NULL; | |
9137 | } | |
9138 | } | |
9139 | if (_argo1) { | |
9140 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9141 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_EnsureVisible. Expected _wxTreeItemId_p."); | |
9142 | return NULL; | |
9143 | } | |
9144 | } | |
9145 | { | |
9146 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9147 | wxTreeCtrl_EnsureVisible(_arg0,*_arg1); | |
9148 | ||
9149 | wxPyEndAllowThreads(__tstate); | |
9150 | if (PyErr_Occurred()) return NULL; | |
9151 | } Py_INCREF(Py_None); | |
9152 | _resultobj = Py_None; | |
9153 | return _resultobj; | |
9154 | } | |
9155 | ||
9156 | #define wxTreeCtrl_ScrollTo(_swigobj,_swigarg0) (_swigobj->ScrollTo(_swigarg0)) | |
9157 | static PyObject *_wrap_wxTreeCtrl_ScrollTo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9158 | PyObject * _resultobj; | |
9159 | wxPyTreeCtrl * _arg0; | |
9160 | wxTreeItemId * _arg1; | |
9161 | PyObject * _argo0 = 0; | |
9162 | PyObject * _argo1 = 0; | |
9163 | char *_kwnames[] = { "self","item", NULL }; | |
9164 | ||
9165 | self = self; | |
9166 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_ScrollTo",_kwnames,&_argo0,&_argo1)) | |
9167 | return NULL; | |
9168 | if (_argo0) { | |
9169 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9170 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9171 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_ScrollTo. Expected _wxPyTreeCtrl_p."); | |
9172 | return NULL; | |
9173 | } | |
9174 | } | |
9175 | if (_argo1) { | |
9176 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9177 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_ScrollTo. Expected _wxTreeItemId_p."); | |
9178 | return NULL; | |
9179 | } | |
9180 | } | |
9181 | { | |
9182 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9183 | wxTreeCtrl_ScrollTo(_arg0,*_arg1); | |
9184 | ||
9185 | wxPyEndAllowThreads(__tstate); | |
9186 | if (PyErr_Occurred()) return NULL; | |
9187 | } Py_INCREF(Py_None); | |
9188 | _resultobj = Py_None; | |
9189 | return _resultobj; | |
9190 | } | |
9191 | ||
9192 | #define wxTreeCtrl_GetEditControl(_swigobj) (_swigobj->GetEditControl()) | |
9193 | static PyObject *_wrap_wxTreeCtrl_GetEditControl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9194 | PyObject * _resultobj; | |
9195 | wxTextCtrl * _result; | |
9196 | wxPyTreeCtrl * _arg0; | |
9197 | PyObject * _argo0 = 0; | |
9198 | char *_kwnames[] = { "self", NULL }; | |
9199 | ||
9200 | self = self; | |
9201 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTreeCtrl_GetEditControl",_kwnames,&_argo0)) | |
9202 | return NULL; | |
9203 | if (_argo0) { | |
9204 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9205 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9206 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetEditControl. Expected _wxPyTreeCtrl_p."); | |
9207 | return NULL; | |
9208 | } | |
9209 | } | |
9210 | { | |
9211 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9212 | _result = (wxTextCtrl *)wxTreeCtrl_GetEditControl(_arg0); | |
9213 | ||
9214 | wxPyEndAllowThreads(__tstate); | |
9215 | if (PyErr_Occurred()) return NULL; | |
9216 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
9217 | return _resultobj; | |
9218 | } | |
9219 | ||
9220 | #define wxTreeCtrl_EditLabel(_swigobj,_swigarg0) (_swigobj->EditLabel(_swigarg0)) | |
9221 | static PyObject *_wrap_wxTreeCtrl_EditLabel(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9222 | PyObject * _resultobj; | |
9223 | wxPyTreeCtrl * _arg0; | |
9224 | wxTreeItemId * _arg1; | |
9225 | PyObject * _argo0 = 0; | |
9226 | PyObject * _argo1 = 0; | |
9227 | char *_kwnames[] = { "self","item", NULL }; | |
9228 | ||
9229 | self = self; | |
9230 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_EditLabel",_kwnames,&_argo0,&_argo1)) | |
9231 | return NULL; | |
9232 | if (_argo0) { | |
9233 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9234 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9235 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_EditLabel. Expected _wxPyTreeCtrl_p."); | |
9236 | return NULL; | |
9237 | } | |
9238 | } | |
9239 | if (_argo1) { | |
9240 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9241 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_EditLabel. Expected _wxTreeItemId_p."); | |
9242 | return NULL; | |
9243 | } | |
9244 | } | |
9245 | { | |
9246 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9247 | wxTreeCtrl_EditLabel(_arg0,*_arg1); | |
9248 | ||
9249 | wxPyEndAllowThreads(__tstate); | |
9250 | if (PyErr_Occurred()) return NULL; | |
9251 | } Py_INCREF(Py_None); | |
9252 | _resultobj = Py_None; | |
9253 | return _resultobj; | |
9254 | } | |
9255 | ||
9256 | #define wxTreeCtrl_SortChildren(_swigobj,_swigarg0) (_swigobj->SortChildren(_swigarg0)) | |
9257 | static PyObject *_wrap_wxTreeCtrl_SortChildren(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9258 | PyObject * _resultobj; | |
9259 | wxPyTreeCtrl * _arg0; | |
9260 | wxTreeItemId * _arg1; | |
9261 | PyObject * _argo0 = 0; | |
9262 | PyObject * _argo1 = 0; | |
9263 | char *_kwnames[] = { "self","item", NULL }; | |
9264 | ||
9265 | self = self; | |
9266 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_SortChildren",_kwnames,&_argo0,&_argo1)) | |
9267 | return NULL; | |
9268 | if (_argo0) { | |
9269 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9270 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9271 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SortChildren. Expected _wxPyTreeCtrl_p."); | |
9272 | return NULL; | |
9273 | } | |
9274 | } | |
9275 | if (_argo1) { | |
9276 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9277 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SortChildren. Expected _wxTreeItemId_p."); | |
9278 | return NULL; | |
9279 | } | |
9280 | } | |
9281 | { | |
9282 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9283 | wxTreeCtrl_SortChildren(_arg0,*_arg1); | |
9284 | ||
9285 | wxPyEndAllowThreads(__tstate); | |
9286 | if (PyErr_Occurred()) return NULL; | |
9287 | } Py_INCREF(Py_None); | |
9288 | _resultobj = Py_None; | |
9289 | return _resultobj; | |
9290 | } | |
9291 | ||
9292 | #define wxTreeCtrl_SetItemBold(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemBold(_swigarg0,_swigarg1)) | |
9293 | static PyObject *_wrap_wxTreeCtrl_SetItemBold(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9294 | PyObject * _resultobj; | |
9295 | wxPyTreeCtrl * _arg0; | |
9296 | wxTreeItemId * _arg1; | |
9297 | int _arg2 = (int ) TRUE; | |
9298 | PyObject * _argo0 = 0; | |
9299 | PyObject * _argo1 = 0; | |
9300 | char *_kwnames[] = { "self","item","bold", NULL }; | |
9301 | ||
9302 | self = self; | |
9303 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxTreeCtrl_SetItemBold",_kwnames,&_argo0,&_argo1,&_arg2)) | |
9304 | return NULL; | |
9305 | if (_argo0) { | |
9306 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9307 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9308 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemBold. Expected _wxPyTreeCtrl_p."); | |
9309 | return NULL; | |
9310 | } | |
9311 | } | |
9312 | if (_argo1) { | |
9313 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9314 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemBold. Expected _wxTreeItemId_p."); | |
9315 | return NULL; | |
9316 | } | |
9317 | } | |
9318 | { | |
9319 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9320 | wxTreeCtrl_SetItemBold(_arg0,*_arg1,_arg2); | |
9321 | ||
9322 | wxPyEndAllowThreads(__tstate); | |
9323 | if (PyErr_Occurred()) return NULL; | |
9324 | } Py_INCREF(Py_None); | |
9325 | _resultobj = Py_None; | |
9326 | return _resultobj; | |
9327 | } | |
9328 | ||
9329 | #define wxTreeCtrl_IsBold(_swigobj,_swigarg0) (_swigobj->IsBold(_swigarg0)) | |
9330 | static PyObject *_wrap_wxTreeCtrl_IsBold(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9331 | PyObject * _resultobj; | |
9332 | bool _result; | |
9333 | wxPyTreeCtrl * _arg0; | |
9334 | wxTreeItemId * _arg1; | |
9335 | PyObject * _argo0 = 0; | |
9336 | PyObject * _argo1 = 0; | |
9337 | char *_kwnames[] = { "self","item", NULL }; | |
9338 | ||
9339 | self = self; | |
9340 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_IsBold",_kwnames,&_argo0,&_argo1)) | |
9341 | return NULL; | |
9342 | if (_argo0) { | |
9343 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9344 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9345 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_IsBold. Expected _wxPyTreeCtrl_p."); | |
9346 | return NULL; | |
9347 | } | |
9348 | } | |
9349 | if (_argo1) { | |
9350 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9351 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_IsBold. Expected _wxTreeItemId_p."); | |
9352 | return NULL; | |
9353 | } | |
9354 | } | |
9355 | { | |
9356 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9357 | _result = (bool )wxTreeCtrl_IsBold(_arg0,*_arg1); | |
9358 | ||
9359 | wxPyEndAllowThreads(__tstate); | |
9360 | if (PyErr_Occurred()) return NULL; | |
9361 | } _resultobj = Py_BuildValue("i",_result); | |
9362 | return _resultobj; | |
9363 | } | |
9364 | ||
9365 | #define wxTreeCtrl_HitTest(_swigobj,_swigarg0,_swigarg1) (_swigobj->HitTest(_swigarg0,_swigarg1)) | |
9366 | static PyObject *_wrap_wxTreeCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9367 | PyObject * _resultobj; | |
9368 | wxTreeItemId * _result; | |
9369 | wxPyTreeCtrl * _arg0; | |
9370 | wxPoint * _arg1; | |
9371 | int * _arg2; | |
9372 | int temp; | |
9373 | PyObject * _argo0 = 0; | |
9374 | wxPoint temp0; | |
9375 | PyObject * _obj1 = 0; | |
9376 | char *_kwnames[] = { "self","point", NULL }; | |
9377 | char _ptemp[128]; | |
9378 | ||
9379 | self = self; | |
9380 | { | |
9381 | _arg2 = &temp; | |
9382 | } | |
9383 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTreeCtrl_HitTest",_kwnames,&_argo0,&_obj1)) | |
9384 | return NULL; | |
9385 | if (_argo0) { | |
9386 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9387 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9388 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_HitTest. Expected _wxPyTreeCtrl_p."); | |
9389 | return NULL; | |
9390 | } | |
9391 | } | |
9392 | { | |
9393 | _arg1 = &temp0; | |
9394 | if (! wxPoint_helper(_obj1, &_arg1)) | |
9395 | return NULL; | |
9396 | } | |
9397 | { | |
9398 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9399 | _result = new wxTreeItemId (wxTreeCtrl_HitTest(_arg0,*_arg1,*_arg2)); | |
9400 | ||
9401 | wxPyEndAllowThreads(__tstate); | |
9402 | if (PyErr_Occurred()) return NULL; | |
9403 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
9404 | _resultobj = Py_BuildValue("s",_ptemp); | |
9405 | { | |
9406 | PyObject *o; | |
9407 | o = PyInt_FromLong((long) (*_arg2)); | |
9408 | _resultobj = t_output_helper(_resultobj, o); | |
9409 | } | |
9410 | return _resultobj; | |
9411 | } | |
9412 | ||
9413 | #define wxTreeCtrl_SetItemTextColour(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemTextColour(_swigarg0,_swigarg1)) | |
9414 | static PyObject *_wrap_wxTreeCtrl_SetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9415 | PyObject * _resultobj; | |
9416 | wxPyTreeCtrl * _arg0; | |
9417 | wxTreeItemId * _arg1; | |
9418 | wxColour * _arg2; | |
9419 | PyObject * _argo0 = 0; | |
9420 | PyObject * _argo1 = 0; | |
9421 | wxColour temp; | |
9422 | PyObject * _obj2 = 0; | |
9423 | char *_kwnames[] = { "self","item","col", NULL }; | |
9424 | ||
9425 | self = self; | |
9426 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTreeCtrl_SetItemTextColour",_kwnames,&_argo0,&_argo1,&_obj2)) | |
9427 | return NULL; | |
9428 | if (_argo0) { | |
9429 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9430 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9431 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemTextColour. Expected _wxPyTreeCtrl_p."); | |
9432 | return NULL; | |
9433 | } | |
9434 | } | |
9435 | if (_argo1) { | |
9436 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9437 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemTextColour. Expected _wxTreeItemId_p."); | |
9438 | return NULL; | |
9439 | } | |
9440 | } | |
9441 | { | |
9442 | _arg2 = &temp; | |
9443 | if (! wxColour_helper(_obj2, &_arg2)) | |
9444 | return NULL; | |
9445 | } | |
9446 | { | |
9447 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9448 | wxTreeCtrl_SetItemTextColour(_arg0,*_arg1,*_arg2); | |
9449 | ||
9450 | wxPyEndAllowThreads(__tstate); | |
9451 | if (PyErr_Occurred()) return NULL; | |
9452 | } Py_INCREF(Py_None); | |
9453 | _resultobj = Py_None; | |
9454 | return _resultobj; | |
9455 | } | |
9456 | ||
9457 | #define wxTreeCtrl_SetItemBackgroundColour(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemBackgroundColour(_swigarg0,_swigarg1)) | |
9458 | static PyObject *_wrap_wxTreeCtrl_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9459 | PyObject * _resultobj; | |
9460 | wxPyTreeCtrl * _arg0; | |
9461 | wxTreeItemId * _arg1; | |
9462 | wxColour * _arg2; | |
9463 | PyObject * _argo0 = 0; | |
9464 | PyObject * _argo1 = 0; | |
9465 | wxColour temp; | |
9466 | PyObject * _obj2 = 0; | |
9467 | char *_kwnames[] = { "self","item","col", NULL }; | |
9468 | ||
9469 | self = self; | |
9470 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTreeCtrl_SetItemBackgroundColour",_kwnames,&_argo0,&_argo1,&_obj2)) | |
9471 | return NULL; | |
9472 | if (_argo0) { | |
9473 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9474 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9475 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemBackgroundColour. Expected _wxPyTreeCtrl_p."); | |
9476 | return NULL; | |
9477 | } | |
9478 | } | |
9479 | if (_argo1) { | |
9480 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9481 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemBackgroundColour. Expected _wxTreeItemId_p."); | |
9482 | return NULL; | |
9483 | } | |
9484 | } | |
9485 | { | |
9486 | _arg2 = &temp; | |
9487 | if (! wxColour_helper(_obj2, &_arg2)) | |
9488 | return NULL; | |
9489 | } | |
9490 | { | |
9491 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9492 | wxTreeCtrl_SetItemBackgroundColour(_arg0,*_arg1,*_arg2); | |
9493 | ||
9494 | wxPyEndAllowThreads(__tstate); | |
9495 | if (PyErr_Occurred()) return NULL; | |
9496 | } Py_INCREF(Py_None); | |
9497 | _resultobj = Py_None; | |
9498 | return _resultobj; | |
9499 | } | |
9500 | ||
9501 | #define wxTreeCtrl_SetItemFont(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetItemFont(_swigarg0,_swigarg1)) | |
9502 | static PyObject *_wrap_wxTreeCtrl_SetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9503 | PyObject * _resultobj; | |
9504 | wxPyTreeCtrl * _arg0; | |
9505 | wxTreeItemId * _arg1; | |
9506 | wxFont * _arg2; | |
9507 | PyObject * _argo0 = 0; | |
9508 | PyObject * _argo1 = 0; | |
9509 | PyObject * _argo2 = 0; | |
9510 | char *_kwnames[] = { "self","item","font", NULL }; | |
9511 | ||
9512 | self = self; | |
9513 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTreeCtrl_SetItemFont",_kwnames,&_argo0,&_argo1,&_argo2)) | |
9514 | return NULL; | |
9515 | if (_argo0) { | |
9516 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9517 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9518 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_SetItemFont. Expected _wxPyTreeCtrl_p."); | |
9519 | return NULL; | |
9520 | } | |
9521 | } | |
9522 | if (_argo1) { | |
9523 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9524 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_SetItemFont. Expected _wxTreeItemId_p."); | |
9525 | return NULL; | |
9526 | } | |
9527 | } | |
9528 | if (_argo2) { | |
9529 | if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxFont_p")) { | |
9530 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTreeCtrl_SetItemFont. Expected _wxFont_p."); | |
9531 | return NULL; | |
9532 | } | |
9533 | } | |
9534 | { | |
9535 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9536 | wxTreeCtrl_SetItemFont(_arg0,*_arg1,*_arg2); | |
9537 | ||
9538 | wxPyEndAllowThreads(__tstate); | |
9539 | if (PyErr_Occurred()) return NULL; | |
9540 | } Py_INCREF(Py_None); | |
9541 | _resultobj = Py_None; | |
9542 | return _resultobj; | |
9543 | } | |
9544 | ||
9545 | static PyObject * wxPyTreeCtrl_GetBoundingRect(wxPyTreeCtrl *self,const wxTreeItemId & item,int textOnly) { | |
9546 | wxRect rect; | |
9547 | if (self->GetBoundingRect(item, rect, textOnly)) { | |
9548 | wxPyBeginBlockThreads(); | |
9549 | wxRect* r = new wxRect(rect); | |
9550 | PyObject* val = wxPyConstructObject((void*)r, wxT("wxRect"), 1); | |
9551 | wxPyEndBlockThreads(); | |
9552 | return val; | |
9553 | } | |
9554 | else { | |
9555 | Py_INCREF(Py_None); | |
9556 | return Py_None; | |
9557 | } | |
9558 | } | |
9559 | static PyObject *_wrap_wxTreeCtrl_GetBoundingRect(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9560 | PyObject * _resultobj; | |
9561 | PyObject * _result; | |
9562 | wxPyTreeCtrl * _arg0; | |
9563 | wxTreeItemId * _arg1; | |
9564 | int _arg2 = (int ) FALSE; | |
9565 | PyObject * _argo0 = 0; | |
9566 | PyObject * _argo1 = 0; | |
9567 | char *_kwnames[] = { "self","item","textOnly", NULL }; | |
9568 | ||
9569 | self = self; | |
9570 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxTreeCtrl_GetBoundingRect",_kwnames,&_argo0,&_argo1,&_arg2)) | |
9571 | return NULL; | |
9572 | if (_argo0) { | |
9573 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9574 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTreeCtrl_p")) { | |
9575 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTreeCtrl_GetBoundingRect. Expected _wxPyTreeCtrl_p."); | |
9576 | return NULL; | |
9577 | } | |
9578 | } | |
9579 | if (_argo1) { | |
9580 | if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
9581 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTreeCtrl_GetBoundingRect. Expected _wxTreeItemId_p."); | |
9582 | return NULL; | |
9583 | } | |
9584 | } | |
9585 | { | |
9586 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9587 | _result = (PyObject *)wxPyTreeCtrl_GetBoundingRect(_arg0,*_arg1,_arg2); | |
9588 | ||
9589 | wxPyEndAllowThreads(__tstate); | |
9590 | if (PyErr_Occurred()) return NULL; | |
9591 | }{ | |
9592 | _resultobj = _result; | |
9593 | } | |
9594 | return _resultobj; | |
9595 | } | |
9596 | ||
9597 | static void *SwigwxDirItemDataTowxObject(void *ptr) { | |
9598 | wxDirItemData *src; | |
9599 | wxObject *dest; | |
9600 | src = (wxDirItemData *) ptr; | |
9601 | dest = (wxObject *) src; | |
9602 | return (void *) dest; | |
9603 | } | |
9604 | ||
9605 | #define new_wxDirItemData(_swigarg0,_swigarg1,_swigarg2) (new wxDirItemData(_swigarg0,_swigarg1,_swigarg2)) | |
9606 | static PyObject *_wrap_new_wxDirItemData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9607 | PyObject * _resultobj; | |
9608 | wxDirItemData * _result; | |
9609 | wxString * _arg0; | |
9610 | wxString * _arg1; | |
9611 | bool _arg2; | |
9612 | PyObject * _obj0 = 0; | |
9613 | PyObject * _obj1 = 0; | |
9614 | int tempbool2; | |
9615 | char *_kwnames[] = { "path","name","isDir", NULL }; | |
9616 | char _ptemp[128]; | |
9617 | ||
9618 | self = self; | |
9619 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:new_wxDirItemData",_kwnames,&_obj0,&_obj1,&tempbool2)) | |
9620 | return NULL; | |
9621 | { | |
9622 | _arg0 = wxString_in_helper(_obj0); | |
9623 | if (_arg0 == NULL) | |
9624 | return NULL; | |
9625 | } | |
9626 | { | |
9627 | _arg1 = wxString_in_helper(_obj1); | |
9628 | if (_arg1 == NULL) | |
9629 | return NULL; | |
9630 | } | |
9631 | _arg2 = (bool ) tempbool2; | |
9632 | { | |
9633 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9634 | _result = (wxDirItemData *)new_wxDirItemData(*_arg0,*_arg1,_arg2); | |
9635 | ||
9636 | wxPyEndAllowThreads(__tstate); | |
9637 | if (PyErr_Occurred()) return NULL; | |
9638 | } if (_result) { | |
9639 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxDirItemData_p"); | |
9640 | _resultobj = Py_BuildValue("s",_ptemp); | |
9641 | } else { | |
9642 | Py_INCREF(Py_None); | |
9643 | _resultobj = Py_None; | |
9644 | } | |
9645 | { | |
9646 | if (_obj0) | |
9647 | delete _arg0; | |
9648 | } | |
9649 | { | |
9650 | if (_obj1) | |
9651 | delete _arg1; | |
9652 | } | |
9653 | return _resultobj; | |
9654 | } | |
9655 | ||
9656 | #define wxDirItemData_SetNewDirName(_swigobj,_swigarg0) (_swigobj->SetNewDirName(_swigarg0)) | |
9657 | static PyObject *_wrap_wxDirItemData_SetNewDirName(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9658 | PyObject * _resultobj; | |
9659 | wxDirItemData * _arg0; | |
9660 | wxString * _arg1; | |
9661 | PyObject * _argo0 = 0; | |
9662 | PyObject * _obj1 = 0; | |
9663 | char *_kwnames[] = { "self","path", NULL }; | |
9664 | ||
9665 | self = self; | |
9666 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxDirItemData_SetNewDirName",_kwnames,&_argo0,&_obj1)) | |
9667 | return NULL; | |
9668 | if (_argo0) { | |
9669 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9670 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9671 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_SetNewDirName. Expected _wxDirItemData_p."); | |
9672 | return NULL; | |
9673 | } | |
9674 | } | |
9675 | { | |
9676 | _arg1 = wxString_in_helper(_obj1); | |
9677 | if (_arg1 == NULL) | |
9678 | return NULL; | |
9679 | } | |
9680 | { | |
9681 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9682 | wxDirItemData_SetNewDirName(_arg0,*_arg1); | |
9683 | ||
9684 | wxPyEndAllowThreads(__tstate); | |
9685 | if (PyErr_Occurred()) return NULL; | |
9686 | } Py_INCREF(Py_None); | |
9687 | _resultobj = Py_None; | |
9688 | { | |
9689 | if (_obj1) | |
9690 | delete _arg1; | |
9691 | } | |
9692 | return _resultobj; | |
9693 | } | |
9694 | ||
9695 | #define wxDirItemData_m_path_set(_swigobj,_swigval) (_swigobj->m_path = *(_swigval),_swigval) | |
9696 | static PyObject *_wrap_wxDirItemData_m_path_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9697 | PyObject * _resultobj; | |
9698 | wxString * _result; | |
9699 | wxDirItemData * _arg0; | |
9700 | wxString * _arg1; | |
9701 | PyObject * _argo0 = 0; | |
9702 | PyObject * _obj1 = 0; | |
9703 | char *_kwnames[] = { "self","m_path", NULL }; | |
9704 | ||
9705 | self = self; | |
9706 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxDirItemData_m_path_set",_kwnames,&_argo0,&_obj1)) | |
9707 | return NULL; | |
9708 | if (_argo0) { | |
9709 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9710 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9711 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_path_set. Expected _wxDirItemData_p."); | |
9712 | return NULL; | |
9713 | } | |
9714 | } | |
9715 | { | |
9716 | _arg1 = wxString_in_helper(_obj1); | |
9717 | if (_arg1 == NULL) | |
9718 | return NULL; | |
9719 | } | |
9720 | { | |
9721 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9722 | _result = (wxString *)wxDirItemData_m_path_set(_arg0,_arg1); | |
9723 | ||
9724 | wxPyEndAllowThreads(__tstate); | |
9725 | if (PyErr_Occurred()) return NULL; | |
9726 | }{ | |
9727 | #if wxUSE_UNICODE | |
9728 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
9729 | #else | |
9730 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
9731 | #endif | |
9732 | } | |
9733 | { | |
9734 | if (_obj1) | |
9735 | delete _arg1; | |
9736 | } | |
9737 | return _resultobj; | |
9738 | } | |
9739 | ||
9740 | #define wxDirItemData_m_path_get(_swigobj) (&_swigobj->m_path) | |
9741 | static PyObject *_wrap_wxDirItemData_m_path_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9742 | PyObject * _resultobj; | |
9743 | wxString * _result; | |
9744 | wxDirItemData * _arg0; | |
9745 | PyObject * _argo0 = 0; | |
9746 | char *_kwnames[] = { "self", NULL }; | |
9747 | ||
9748 | self = self; | |
9749 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDirItemData_m_path_get",_kwnames,&_argo0)) | |
9750 | return NULL; | |
9751 | if (_argo0) { | |
9752 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9753 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9754 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_path_get. Expected _wxDirItemData_p."); | |
9755 | return NULL; | |
9756 | } | |
9757 | } | |
9758 | { | |
9759 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9760 | _result = (wxString *)wxDirItemData_m_path_get(_arg0); | |
9761 | ||
9762 | wxPyEndAllowThreads(__tstate); | |
9763 | if (PyErr_Occurred()) return NULL; | |
9764 | }{ | |
9765 | #if wxUSE_UNICODE | |
9766 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
9767 | #else | |
9768 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
9769 | #endif | |
9770 | } | |
9771 | return _resultobj; | |
9772 | } | |
9773 | ||
9774 | #define wxDirItemData_m_name_set(_swigobj,_swigval) (_swigobj->m_name = *(_swigval),_swigval) | |
9775 | static PyObject *_wrap_wxDirItemData_m_name_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9776 | PyObject * _resultobj; | |
9777 | wxString * _result; | |
9778 | wxDirItemData * _arg0; | |
9779 | wxString * _arg1; | |
9780 | PyObject * _argo0 = 0; | |
9781 | PyObject * _obj1 = 0; | |
9782 | char *_kwnames[] = { "self","m_name", NULL }; | |
9783 | ||
9784 | self = self; | |
9785 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxDirItemData_m_name_set",_kwnames,&_argo0,&_obj1)) | |
9786 | return NULL; | |
9787 | if (_argo0) { | |
9788 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9789 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9790 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_name_set. Expected _wxDirItemData_p."); | |
9791 | return NULL; | |
9792 | } | |
9793 | } | |
9794 | { | |
9795 | _arg1 = wxString_in_helper(_obj1); | |
9796 | if (_arg1 == NULL) | |
9797 | return NULL; | |
9798 | } | |
9799 | { | |
9800 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9801 | _result = (wxString *)wxDirItemData_m_name_set(_arg0,_arg1); | |
9802 | ||
9803 | wxPyEndAllowThreads(__tstate); | |
9804 | if (PyErr_Occurred()) return NULL; | |
9805 | }{ | |
9806 | #if wxUSE_UNICODE | |
9807 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
9808 | #else | |
9809 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
9810 | #endif | |
9811 | } | |
9812 | { | |
9813 | if (_obj1) | |
9814 | delete _arg1; | |
9815 | } | |
9816 | return _resultobj; | |
9817 | } | |
9818 | ||
9819 | #define wxDirItemData_m_name_get(_swigobj) (&_swigobj->m_name) | |
9820 | static PyObject *_wrap_wxDirItemData_m_name_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9821 | PyObject * _resultobj; | |
9822 | wxString * _result; | |
9823 | wxDirItemData * _arg0; | |
9824 | PyObject * _argo0 = 0; | |
9825 | char *_kwnames[] = { "self", NULL }; | |
9826 | ||
9827 | self = self; | |
9828 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDirItemData_m_name_get",_kwnames,&_argo0)) | |
9829 | return NULL; | |
9830 | if (_argo0) { | |
9831 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9832 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9833 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_name_get. Expected _wxDirItemData_p."); | |
9834 | return NULL; | |
9835 | } | |
9836 | } | |
9837 | { | |
9838 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9839 | _result = (wxString *)wxDirItemData_m_name_get(_arg0); | |
9840 | ||
9841 | wxPyEndAllowThreads(__tstate); | |
9842 | if (PyErr_Occurred()) return NULL; | |
9843 | }{ | |
9844 | #if wxUSE_UNICODE | |
9845 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
9846 | #else | |
9847 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
9848 | #endif | |
9849 | } | |
9850 | return _resultobj; | |
9851 | } | |
9852 | ||
9853 | #define wxDirItemData_m_isHidden_set(_swigobj,_swigval) (_swigobj->m_isHidden = _swigval,_swigval) | |
9854 | static PyObject *_wrap_wxDirItemData_m_isHidden_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9855 | PyObject * _resultobj; | |
9856 | bool _result; | |
9857 | wxDirItemData * _arg0; | |
9858 | bool _arg1; | |
9859 | PyObject * _argo0 = 0; | |
9860 | int tempbool1; | |
9861 | char *_kwnames[] = { "self","m_isHidden", NULL }; | |
9862 | ||
9863 | self = self; | |
9864 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxDirItemData_m_isHidden_set",_kwnames,&_argo0,&tempbool1)) | |
9865 | return NULL; | |
9866 | if (_argo0) { | |
9867 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9868 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9869 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_isHidden_set. Expected _wxDirItemData_p."); | |
9870 | return NULL; | |
9871 | } | |
9872 | } | |
9873 | _arg1 = (bool ) tempbool1; | |
9874 | { | |
9875 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9876 | _result = (bool )wxDirItemData_m_isHidden_set(_arg0,_arg1); | |
9877 | ||
9878 | wxPyEndAllowThreads(__tstate); | |
9879 | if (PyErr_Occurred()) return NULL; | |
9880 | } _resultobj = Py_BuildValue("i",_result); | |
9881 | return _resultobj; | |
9882 | } | |
9883 | ||
9884 | #define wxDirItemData_m_isHidden_get(_swigobj) ((bool ) _swigobj->m_isHidden) | |
9885 | static PyObject *_wrap_wxDirItemData_m_isHidden_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9886 | PyObject * _resultobj; | |
9887 | bool _result; | |
9888 | wxDirItemData * _arg0; | |
9889 | PyObject * _argo0 = 0; | |
9890 | char *_kwnames[] = { "self", NULL }; | |
9891 | ||
9892 | self = self; | |
9893 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDirItemData_m_isHidden_get",_kwnames,&_argo0)) | |
9894 | return NULL; | |
9895 | if (_argo0) { | |
9896 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9897 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9898 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_isHidden_get. Expected _wxDirItemData_p."); | |
9899 | return NULL; | |
9900 | } | |
9901 | } | |
9902 | { | |
9903 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9904 | _result = (bool )wxDirItemData_m_isHidden_get(_arg0); | |
9905 | ||
9906 | wxPyEndAllowThreads(__tstate); | |
9907 | if (PyErr_Occurred()) return NULL; | |
9908 | } _resultobj = Py_BuildValue("i",_result); | |
9909 | return _resultobj; | |
9910 | } | |
9911 | ||
9912 | #define wxDirItemData_m_isExpanded_set(_swigobj,_swigval) (_swigobj->m_isExpanded = _swigval,_swigval) | |
9913 | static PyObject *_wrap_wxDirItemData_m_isExpanded_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9914 | PyObject * _resultobj; | |
9915 | bool _result; | |
9916 | wxDirItemData * _arg0; | |
9917 | bool _arg1; | |
9918 | PyObject * _argo0 = 0; | |
9919 | int tempbool1; | |
9920 | char *_kwnames[] = { "self","m_isExpanded", NULL }; | |
9921 | ||
9922 | self = self; | |
9923 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxDirItemData_m_isExpanded_set",_kwnames,&_argo0,&tempbool1)) | |
9924 | return NULL; | |
9925 | if (_argo0) { | |
9926 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9927 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9928 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_isExpanded_set. Expected _wxDirItemData_p."); | |
9929 | return NULL; | |
9930 | } | |
9931 | } | |
9932 | _arg1 = (bool ) tempbool1; | |
9933 | { | |
9934 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9935 | _result = (bool )wxDirItemData_m_isExpanded_set(_arg0,_arg1); | |
9936 | ||
9937 | wxPyEndAllowThreads(__tstate); | |
9938 | if (PyErr_Occurred()) return NULL; | |
9939 | } _resultobj = Py_BuildValue("i",_result); | |
9940 | return _resultobj; | |
9941 | } | |
9942 | ||
9943 | #define wxDirItemData_m_isExpanded_get(_swigobj) ((bool ) _swigobj->m_isExpanded) | |
9944 | static PyObject *_wrap_wxDirItemData_m_isExpanded_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9945 | PyObject * _resultobj; | |
9946 | bool _result; | |
9947 | wxDirItemData * _arg0; | |
9948 | PyObject * _argo0 = 0; | |
9949 | char *_kwnames[] = { "self", NULL }; | |
9950 | ||
9951 | self = self; | |
9952 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDirItemData_m_isExpanded_get",_kwnames,&_argo0)) | |
9953 | return NULL; | |
9954 | if (_argo0) { | |
9955 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9956 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9957 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_isExpanded_get. Expected _wxDirItemData_p."); | |
9958 | return NULL; | |
9959 | } | |
9960 | } | |
9961 | { | |
9962 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9963 | _result = (bool )wxDirItemData_m_isExpanded_get(_arg0); | |
9964 | ||
9965 | wxPyEndAllowThreads(__tstate); | |
9966 | if (PyErr_Occurred()) return NULL; | |
9967 | } _resultobj = Py_BuildValue("i",_result); | |
9968 | return _resultobj; | |
9969 | } | |
9970 | ||
9971 | #define wxDirItemData_m_isDir_set(_swigobj,_swigval) (_swigobj->m_isDir = _swigval,_swigval) | |
9972 | static PyObject *_wrap_wxDirItemData_m_isDir_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9973 | PyObject * _resultobj; | |
9974 | bool _result; | |
9975 | wxDirItemData * _arg0; | |
9976 | bool _arg1; | |
9977 | PyObject * _argo0 = 0; | |
9978 | int tempbool1; | |
9979 | char *_kwnames[] = { "self","m_isDir", NULL }; | |
9980 | ||
9981 | self = self; | |
9982 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxDirItemData_m_isDir_set",_kwnames,&_argo0,&tempbool1)) | |
9983 | return NULL; | |
9984 | if (_argo0) { | |
9985 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9986 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
9987 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_isDir_set. Expected _wxDirItemData_p."); | |
9988 | return NULL; | |
9989 | } | |
9990 | } | |
9991 | _arg1 = (bool ) tempbool1; | |
9992 | { | |
9993 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9994 | _result = (bool )wxDirItemData_m_isDir_set(_arg0,_arg1); | |
9995 | ||
9996 | wxPyEndAllowThreads(__tstate); | |
9997 | if (PyErr_Occurred()) return NULL; | |
9998 | } _resultobj = Py_BuildValue("i",_result); | |
9999 | return _resultobj; | |
10000 | } | |
10001 | ||
10002 | #define wxDirItemData_m_isDir_get(_swigobj) ((bool ) _swigobj->m_isDir) | |
10003 | static PyObject *_wrap_wxDirItemData_m_isDir_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10004 | PyObject * _resultobj; | |
10005 | bool _result; | |
10006 | wxDirItemData * _arg0; | |
10007 | PyObject * _argo0 = 0; | |
10008 | char *_kwnames[] = { "self", NULL }; | |
10009 | ||
10010 | self = self; | |
10011 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDirItemData_m_isDir_get",_kwnames,&_argo0)) | |
10012 | return NULL; | |
10013 | if (_argo0) { | |
10014 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10015 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirItemData_p")) { | |
10016 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirItemData_m_isDir_get. Expected _wxDirItemData_p."); | |
10017 | return NULL; | |
10018 | } | |
10019 | } | |
10020 | { | |
10021 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10022 | _result = (bool )wxDirItemData_m_isDir_get(_arg0); | |
10023 | ||
10024 | wxPyEndAllowThreads(__tstate); | |
10025 | if (PyErr_Occurred()) return NULL; | |
10026 | } _resultobj = Py_BuildValue("i",_result); | |
10027 | return _resultobj; | |
10028 | } | |
10029 | ||
10030 | static void *SwigwxGenericDirCtrlTowxControl(void *ptr) { | |
10031 | wxGenericDirCtrl *src; | |
10032 | wxControl *dest; | |
10033 | src = (wxGenericDirCtrl *) ptr; | |
10034 | dest = (wxControl *) src; | |
10035 | return (void *) dest; | |
10036 | } | |
10037 | ||
10038 | static void *SwigwxGenericDirCtrlTowxWindow(void *ptr) { | |
10039 | wxGenericDirCtrl *src; | |
10040 | wxWindow *dest; | |
10041 | src = (wxGenericDirCtrl *) ptr; | |
10042 | dest = (wxWindow *) src; | |
10043 | return (void *) dest; | |
10044 | } | |
10045 | ||
10046 | static void *SwigwxGenericDirCtrlTowxEvtHandler(void *ptr) { | |
10047 | wxGenericDirCtrl *src; | |
10048 | wxEvtHandler *dest; | |
10049 | src = (wxGenericDirCtrl *) ptr; | |
10050 | dest = (wxEvtHandler *) src; | |
10051 | return (void *) dest; | |
10052 | } | |
10053 | ||
10054 | static void *SwigwxGenericDirCtrlTowxObject(void *ptr) { | |
10055 | wxGenericDirCtrl *src; | |
10056 | wxObject *dest; | |
10057 | src = (wxGenericDirCtrl *) ptr; | |
10058 | dest = (wxObject *) src; | |
10059 | return (void *) dest; | |
10060 | } | |
10061 | ||
10062 | #define new_wxGenericDirCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxGenericDirCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8)) | |
10063 | static PyObject *_wrap_new_wxGenericDirCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10064 | PyObject * _resultobj; | |
10065 | wxGenericDirCtrl * _result; | |
10066 | wxWindow * _arg0; | |
10067 | wxWindowID _arg1 = (wxWindowID ) -1; | |
10068 | wxString * _arg2 = (wxString *) &wxPyDirDialogDefaultFolderStr; | |
10069 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
10070 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
10071 | long _arg5 = (long ) (wxDIRCTRL_3D_INTERNAL)|wxSUNKEN_BORDER; | |
10072 | wxString * _arg6 = (wxString *) &wxPyEmptyString; | |
10073 | int _arg7 = (int ) 0; | |
10074 | wxString * _arg8 = (wxString *) &wxPy_TreeCtrlNameStr; | |
10075 | PyObject * _argo0 = 0; | |
10076 | PyObject * _obj2 = 0; | |
10077 | wxPoint temp; | |
10078 | PyObject * _obj3 = 0; | |
10079 | wxSize temp0; | |
10080 | PyObject * _obj4 = 0; | |
10081 | PyObject * _obj6 = 0; | |
10082 | PyObject * _obj8 = 0; | |
10083 | char *_kwnames[] = { "parent","id","dir","pos","size","style","filter","defaultFilter","name", NULL }; | |
10084 | char _ptemp[128]; | |
10085 | ||
10086 | self = self; | |
10087 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOOlOiO:new_wxGenericDirCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6,&_arg7,&_obj8)) | |
10088 | return NULL; | |
10089 | if (_argo0) { | |
10090 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10091 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
10092 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxGenericDirCtrl. Expected _wxWindow_p."); | |
10093 | return NULL; | |
10094 | } | |
10095 | } | |
10096 | if (_obj2) | |
10097 | { | |
10098 | _arg2 = wxString_in_helper(_obj2); | |
10099 | if (_arg2 == NULL) | |
10100 | return NULL; | |
10101 | } | |
10102 | if (_obj3) | |
10103 | { | |
10104 | _arg3 = &temp; | |
10105 | if (! wxPoint_helper(_obj3, &_arg3)) | |
10106 | return NULL; | |
10107 | } | |
10108 | if (_obj4) | |
10109 | { | |
10110 | _arg4 = &temp0; | |
10111 | if (! wxSize_helper(_obj4, &_arg4)) | |
10112 | return NULL; | |
10113 | } | |
10114 | if (_obj6) | |
10115 | { | |
10116 | _arg6 = wxString_in_helper(_obj6); | |
10117 | if (_arg6 == NULL) | |
10118 | return NULL; | |
10119 | } | |
10120 | if (_obj8) | |
10121 | { | |
10122 | _arg8 = wxString_in_helper(_obj8); | |
10123 | if (_arg8 == NULL) | |
10124 | return NULL; | |
10125 | } | |
10126 | { | |
10127 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10128 | _result = (wxGenericDirCtrl *)new_wxGenericDirCtrl(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7,*_arg8); | |
10129 | ||
10130 | wxPyEndAllowThreads(__tstate); | |
10131 | if (PyErr_Occurred()) return NULL; | |
10132 | } if (_result) { | |
10133 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGenericDirCtrl_p"); | |
10134 | _resultobj = Py_BuildValue("s",_ptemp); | |
10135 | } else { | |
10136 | Py_INCREF(Py_None); | |
10137 | _resultobj = Py_None; | |
10138 | } | |
10139 | { | |
10140 | if (_obj2) | |
10141 | delete _arg2; | |
10142 | } | |
10143 | { | |
10144 | if (_obj6) | |
10145 | delete _arg6; | |
10146 | } | |
10147 | { | |
10148 | if (_obj8) | |
10149 | delete _arg8; | |
10150 | } | |
10151 | return _resultobj; | |
10152 | } | |
10153 | ||
10154 | #define new_wxPreGenericDirCtrl() (new wxGenericDirCtrl()) | |
10155 | static PyObject *_wrap_new_wxPreGenericDirCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10156 | PyObject * _resultobj; | |
10157 | wxGenericDirCtrl * _result; | |
10158 | char *_kwnames[] = { NULL }; | |
10159 | char _ptemp[128]; | |
10160 | ||
10161 | self = self; | |
10162 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreGenericDirCtrl",_kwnames)) | |
10163 | return NULL; | |
10164 | { | |
10165 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10166 | _result = (wxGenericDirCtrl *)new_wxPreGenericDirCtrl(); | |
10167 | ||
10168 | wxPyEndAllowThreads(__tstate); | |
10169 | if (PyErr_Occurred()) return NULL; | |
10170 | } if (_result) { | |
10171 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGenericDirCtrl_p"); | |
10172 | _resultobj = Py_BuildValue("s",_ptemp); | |
10173 | } else { | |
10174 | Py_INCREF(Py_None); | |
10175 | _resultobj = Py_None; | |
10176 | } | |
10177 | return _resultobj; | |
10178 | } | |
10179 | ||
10180 | #define wxGenericDirCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8)) | |
10181 | static PyObject *_wrap_wxGenericDirCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10182 | PyObject * _resultobj; | |
10183 | bool _result; | |
10184 | wxGenericDirCtrl * _arg0; | |
10185 | wxWindow * _arg1; | |
10186 | wxWindowID _arg2 = (wxWindowID ) -1; | |
10187 | wxString * _arg3 = (wxString *) &wxPyDirDialogDefaultFolderStr; | |
10188 | wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition; | |
10189 | wxSize * _arg5 = (wxSize *) &wxDefaultSize; | |
10190 | long _arg6 = (long ) (wxDIRCTRL_3D_INTERNAL)|wxSUNKEN_BORDER; | |
10191 | wxString * _arg7 = (wxString *) &wxPyEmptyString; | |
10192 | int _arg8 = (int ) 0; | |
10193 | wxString * _arg9 = (wxString *) &wxPy_TreeCtrlNameStr; | |
10194 | PyObject * _argo0 = 0; | |
10195 | PyObject * _argo1 = 0; | |
10196 | PyObject * _obj3 = 0; | |
10197 | wxPoint temp; | |
10198 | PyObject * _obj4 = 0; | |
10199 | wxSize temp0; | |
10200 | PyObject * _obj5 = 0; | |
10201 | PyObject * _obj7 = 0; | |
10202 | PyObject * _obj9 = 0; | |
10203 | char *_kwnames[] = { "self","parent","id","dir","pos","size","style","filter","defaultFilter","name", NULL }; | |
10204 | ||
10205 | self = self; | |
10206 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOOlOiO:wxGenericDirCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7,&_arg8,&_obj9)) | |
10207 | return NULL; | |
10208 | if (_argo0) { | |
10209 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10210 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10211 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_Create. Expected _wxGenericDirCtrl_p."); | |
10212 | return NULL; | |
10213 | } | |
10214 | } | |
10215 | if (_argo1) { | |
10216 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
10217 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
10218 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGenericDirCtrl_Create. Expected _wxWindow_p."); | |
10219 | return NULL; | |
10220 | } | |
10221 | } | |
10222 | if (_obj3) | |
10223 | { | |
10224 | _arg3 = wxString_in_helper(_obj3); | |
10225 | if (_arg3 == NULL) | |
10226 | return NULL; | |
10227 | } | |
10228 | if (_obj4) | |
10229 | { | |
10230 | _arg4 = &temp; | |
10231 | if (! wxPoint_helper(_obj4, &_arg4)) | |
10232 | return NULL; | |
10233 | } | |
10234 | if (_obj5) | |
10235 | { | |
10236 | _arg5 = &temp0; | |
10237 | if (! wxSize_helper(_obj5, &_arg5)) | |
10238 | return NULL; | |
10239 | } | |
10240 | if (_obj7) | |
10241 | { | |
10242 | _arg7 = wxString_in_helper(_obj7); | |
10243 | if (_arg7 == NULL) | |
10244 | return NULL; | |
10245 | } | |
10246 | if (_obj9) | |
10247 | { | |
10248 | _arg9 = wxString_in_helper(_obj9); | |
10249 | if (_arg9 == NULL) | |
10250 | return NULL; | |
10251 | } | |
10252 | { | |
10253 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10254 | _result = (bool )wxGenericDirCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,_arg8,*_arg9); | |
10255 | ||
10256 | wxPyEndAllowThreads(__tstate); | |
10257 | if (PyErr_Occurred()) return NULL; | |
10258 | } _resultobj = Py_BuildValue("i",_result); | |
10259 | { | |
10260 | if (_obj3) | |
10261 | delete _arg3; | |
10262 | } | |
10263 | { | |
10264 | if (_obj7) | |
10265 | delete _arg7; | |
10266 | } | |
10267 | { | |
10268 | if (_obj9) | |
10269 | delete _arg9; | |
10270 | } | |
10271 | return _resultobj; | |
10272 | } | |
10273 | ||
10274 | #define wxGenericDirCtrl_ExpandPath(_swigobj,_swigarg0) (_swigobj->ExpandPath(_swigarg0)) | |
10275 | static PyObject *_wrap_wxGenericDirCtrl_ExpandPath(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10276 | PyObject * _resultobj; | |
10277 | bool _result; | |
10278 | wxGenericDirCtrl * _arg0; | |
10279 | wxString * _arg1; | |
10280 | PyObject * _argo0 = 0; | |
10281 | PyObject * _obj1 = 0; | |
10282 | char *_kwnames[] = { "self","path", NULL }; | |
10283 | ||
10284 | self = self; | |
10285 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxGenericDirCtrl_ExpandPath",_kwnames,&_argo0,&_obj1)) | |
10286 | return NULL; | |
10287 | if (_argo0) { | |
10288 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10289 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10290 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_ExpandPath. Expected _wxGenericDirCtrl_p."); | |
10291 | return NULL; | |
10292 | } | |
10293 | } | |
10294 | { | |
10295 | _arg1 = wxString_in_helper(_obj1); | |
10296 | if (_arg1 == NULL) | |
10297 | return NULL; | |
10298 | } | |
10299 | { | |
10300 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10301 | _result = (bool )wxGenericDirCtrl_ExpandPath(_arg0,*_arg1); | |
10302 | ||
10303 | wxPyEndAllowThreads(__tstate); | |
10304 | if (PyErr_Occurred()) return NULL; | |
10305 | } _resultobj = Py_BuildValue("i",_result); | |
10306 | { | |
10307 | if (_obj1) | |
10308 | delete _arg1; | |
10309 | } | |
10310 | return _resultobj; | |
10311 | } | |
10312 | ||
10313 | #define wxGenericDirCtrl_GetDefaultPath(_swigobj) (_swigobj->GetDefaultPath()) | |
10314 | static PyObject *_wrap_wxGenericDirCtrl_GetDefaultPath(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10315 | PyObject * _resultobj; | |
10316 | wxString * _result; | |
10317 | wxGenericDirCtrl * _arg0; | |
10318 | PyObject * _argo0 = 0; | |
10319 | char *_kwnames[] = { "self", NULL }; | |
10320 | ||
10321 | self = self; | |
10322 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetDefaultPath",_kwnames,&_argo0)) | |
10323 | return NULL; | |
10324 | if (_argo0) { | |
10325 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10326 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10327 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetDefaultPath. Expected _wxGenericDirCtrl_p."); | |
10328 | return NULL; | |
10329 | } | |
10330 | } | |
10331 | { | |
10332 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10333 | _result = new wxString (wxGenericDirCtrl_GetDefaultPath(_arg0)); | |
10334 | ||
10335 | wxPyEndAllowThreads(__tstate); | |
10336 | if (PyErr_Occurred()) return NULL; | |
10337 | }{ | |
10338 | #if wxUSE_UNICODE | |
10339 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
10340 | #else | |
10341 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
10342 | #endif | |
10343 | } | |
10344 | { | |
10345 | delete _result; | |
10346 | } | |
10347 | return _resultobj; | |
10348 | } | |
10349 | ||
10350 | #define wxGenericDirCtrl_SetDefaultPath(_swigobj,_swigarg0) (_swigobj->SetDefaultPath(_swigarg0)) | |
10351 | static PyObject *_wrap_wxGenericDirCtrl_SetDefaultPath(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10352 | PyObject * _resultobj; | |
10353 | wxGenericDirCtrl * _arg0; | |
10354 | wxString * _arg1; | |
10355 | PyObject * _argo0 = 0; | |
10356 | PyObject * _obj1 = 0; | |
10357 | char *_kwnames[] = { "self","path", NULL }; | |
10358 | ||
10359 | self = self; | |
10360 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxGenericDirCtrl_SetDefaultPath",_kwnames,&_argo0,&_obj1)) | |
10361 | return NULL; | |
10362 | if (_argo0) { | |
10363 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10364 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10365 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_SetDefaultPath. Expected _wxGenericDirCtrl_p."); | |
10366 | return NULL; | |
10367 | } | |
10368 | } | |
10369 | { | |
10370 | _arg1 = wxString_in_helper(_obj1); | |
10371 | if (_arg1 == NULL) | |
10372 | return NULL; | |
10373 | } | |
10374 | { | |
10375 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10376 | wxGenericDirCtrl_SetDefaultPath(_arg0,*_arg1); | |
10377 | ||
10378 | wxPyEndAllowThreads(__tstate); | |
10379 | if (PyErr_Occurred()) return NULL; | |
10380 | } Py_INCREF(Py_None); | |
10381 | _resultobj = Py_None; | |
10382 | { | |
10383 | if (_obj1) | |
10384 | delete _arg1; | |
10385 | } | |
10386 | return _resultobj; | |
10387 | } | |
10388 | ||
10389 | #define wxGenericDirCtrl_GetPath(_swigobj) (_swigobj->GetPath()) | |
10390 | static PyObject *_wrap_wxGenericDirCtrl_GetPath(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10391 | PyObject * _resultobj; | |
10392 | wxString * _result; | |
10393 | wxGenericDirCtrl * _arg0; | |
10394 | PyObject * _argo0 = 0; | |
10395 | char *_kwnames[] = { "self", NULL }; | |
10396 | ||
10397 | self = self; | |
10398 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetPath",_kwnames,&_argo0)) | |
10399 | return NULL; | |
10400 | if (_argo0) { | |
10401 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10402 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10403 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetPath. Expected _wxGenericDirCtrl_p."); | |
10404 | return NULL; | |
10405 | } | |
10406 | } | |
10407 | { | |
10408 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10409 | _result = new wxString (wxGenericDirCtrl_GetPath(_arg0)); | |
10410 | ||
10411 | wxPyEndAllowThreads(__tstate); | |
10412 | if (PyErr_Occurred()) return NULL; | |
10413 | }{ | |
10414 | #if wxUSE_UNICODE | |
10415 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
10416 | #else | |
10417 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
10418 | #endif | |
10419 | } | |
10420 | { | |
10421 | delete _result; | |
10422 | } | |
10423 | return _resultobj; | |
10424 | } | |
10425 | ||
10426 | #define wxGenericDirCtrl_GetFilePath(_swigobj) (_swigobj->GetFilePath()) | |
10427 | static PyObject *_wrap_wxGenericDirCtrl_GetFilePath(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10428 | PyObject * _resultobj; | |
10429 | wxString * _result; | |
10430 | wxGenericDirCtrl * _arg0; | |
10431 | PyObject * _argo0 = 0; | |
10432 | char *_kwnames[] = { "self", NULL }; | |
10433 | ||
10434 | self = self; | |
10435 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetFilePath",_kwnames,&_argo0)) | |
10436 | return NULL; | |
10437 | if (_argo0) { | |
10438 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10439 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10440 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetFilePath. Expected _wxGenericDirCtrl_p."); | |
10441 | return NULL; | |
10442 | } | |
10443 | } | |
10444 | { | |
10445 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10446 | _result = new wxString (wxGenericDirCtrl_GetFilePath(_arg0)); | |
10447 | ||
10448 | wxPyEndAllowThreads(__tstate); | |
10449 | if (PyErr_Occurred()) return NULL; | |
10450 | }{ | |
10451 | #if wxUSE_UNICODE | |
10452 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
10453 | #else | |
10454 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
10455 | #endif | |
10456 | } | |
10457 | { | |
10458 | delete _result; | |
10459 | } | |
10460 | return _resultobj; | |
10461 | } | |
10462 | ||
10463 | #define wxGenericDirCtrl_SetPath(_swigobj,_swigarg0) (_swigobj->SetPath(_swigarg0)) | |
10464 | static PyObject *_wrap_wxGenericDirCtrl_SetPath(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10465 | PyObject * _resultobj; | |
10466 | wxGenericDirCtrl * _arg0; | |
10467 | wxString * _arg1; | |
10468 | PyObject * _argo0 = 0; | |
10469 | PyObject * _obj1 = 0; | |
10470 | char *_kwnames[] = { "self","path", NULL }; | |
10471 | ||
10472 | self = self; | |
10473 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxGenericDirCtrl_SetPath",_kwnames,&_argo0,&_obj1)) | |
10474 | return NULL; | |
10475 | if (_argo0) { | |
10476 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10477 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10478 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_SetPath. Expected _wxGenericDirCtrl_p."); | |
10479 | return NULL; | |
10480 | } | |
10481 | } | |
10482 | { | |
10483 | _arg1 = wxString_in_helper(_obj1); | |
10484 | if (_arg1 == NULL) | |
10485 | return NULL; | |
10486 | } | |
10487 | { | |
10488 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10489 | wxGenericDirCtrl_SetPath(_arg0,*_arg1); | |
10490 | ||
10491 | wxPyEndAllowThreads(__tstate); | |
10492 | if (PyErr_Occurred()) return NULL; | |
10493 | } Py_INCREF(Py_None); | |
10494 | _resultobj = Py_None; | |
10495 | { | |
10496 | if (_obj1) | |
10497 | delete _arg1; | |
10498 | } | |
10499 | return _resultobj; | |
10500 | } | |
10501 | ||
10502 | #define wxGenericDirCtrl_ShowHidden(_swigobj,_swigarg0) (_swigobj->ShowHidden(_swigarg0)) | |
10503 | static PyObject *_wrap_wxGenericDirCtrl_ShowHidden(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10504 | PyObject * _resultobj; | |
10505 | wxGenericDirCtrl * _arg0; | |
10506 | bool _arg1; | |
10507 | PyObject * _argo0 = 0; | |
10508 | int tempbool1; | |
10509 | char *_kwnames[] = { "self","show", NULL }; | |
10510 | ||
10511 | self = self; | |
10512 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGenericDirCtrl_ShowHidden",_kwnames,&_argo0,&tempbool1)) | |
10513 | return NULL; | |
10514 | if (_argo0) { | |
10515 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10516 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10517 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_ShowHidden. Expected _wxGenericDirCtrl_p."); | |
10518 | return NULL; | |
10519 | } | |
10520 | } | |
10521 | _arg1 = (bool ) tempbool1; | |
10522 | { | |
10523 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10524 | wxGenericDirCtrl_ShowHidden(_arg0,_arg1); | |
10525 | ||
10526 | wxPyEndAllowThreads(__tstate); | |
10527 | if (PyErr_Occurred()) return NULL; | |
10528 | } Py_INCREF(Py_None); | |
10529 | _resultobj = Py_None; | |
10530 | return _resultobj; | |
10531 | } | |
10532 | ||
10533 | #define wxGenericDirCtrl_GetShowHidden(_swigobj) (_swigobj->GetShowHidden()) | |
10534 | static PyObject *_wrap_wxGenericDirCtrl_GetShowHidden(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10535 | PyObject * _resultobj; | |
10536 | bool _result; | |
10537 | wxGenericDirCtrl * _arg0; | |
10538 | PyObject * _argo0 = 0; | |
10539 | char *_kwnames[] = { "self", NULL }; | |
10540 | ||
10541 | self = self; | |
10542 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetShowHidden",_kwnames,&_argo0)) | |
10543 | return NULL; | |
10544 | if (_argo0) { | |
10545 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10546 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10547 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetShowHidden. Expected _wxGenericDirCtrl_p."); | |
10548 | return NULL; | |
10549 | } | |
10550 | } | |
10551 | { | |
10552 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10553 | _result = (bool )wxGenericDirCtrl_GetShowHidden(_arg0); | |
10554 | ||
10555 | wxPyEndAllowThreads(__tstate); | |
10556 | if (PyErr_Occurred()) return NULL; | |
10557 | } _resultobj = Py_BuildValue("i",_result); | |
10558 | return _resultobj; | |
10559 | } | |
10560 | ||
10561 | #define wxGenericDirCtrl_GetFilter(_swigobj) (_swigobj->GetFilter()) | |
10562 | static PyObject *_wrap_wxGenericDirCtrl_GetFilter(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10563 | PyObject * _resultobj; | |
10564 | wxString * _result; | |
10565 | wxGenericDirCtrl * _arg0; | |
10566 | PyObject * _argo0 = 0; | |
10567 | char *_kwnames[] = { "self", NULL }; | |
10568 | ||
10569 | self = self; | |
10570 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetFilter",_kwnames,&_argo0)) | |
10571 | return NULL; | |
10572 | if (_argo0) { | |
10573 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10574 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10575 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetFilter. Expected _wxGenericDirCtrl_p."); | |
10576 | return NULL; | |
10577 | } | |
10578 | } | |
10579 | { | |
10580 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10581 | _result = new wxString (wxGenericDirCtrl_GetFilter(_arg0)); | |
10582 | ||
10583 | wxPyEndAllowThreads(__tstate); | |
10584 | if (PyErr_Occurred()) return NULL; | |
10585 | }{ | |
10586 | #if wxUSE_UNICODE | |
10587 | _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len()); | |
10588 | #else | |
10589 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
10590 | #endif | |
10591 | } | |
10592 | { | |
10593 | delete _result; | |
10594 | } | |
10595 | return _resultobj; | |
10596 | } | |
10597 | ||
10598 | #define wxGenericDirCtrl_SetFilter(_swigobj,_swigarg0) (_swigobj->SetFilter(_swigarg0)) | |
10599 | static PyObject *_wrap_wxGenericDirCtrl_SetFilter(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10600 | PyObject * _resultobj; | |
10601 | wxGenericDirCtrl * _arg0; | |
10602 | wxString * _arg1; | |
10603 | PyObject * _argo0 = 0; | |
10604 | PyObject * _obj1 = 0; | |
10605 | char *_kwnames[] = { "self","filter", NULL }; | |
10606 | ||
10607 | self = self; | |
10608 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxGenericDirCtrl_SetFilter",_kwnames,&_argo0,&_obj1)) | |
10609 | return NULL; | |
10610 | if (_argo0) { | |
10611 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10612 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10613 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_SetFilter. Expected _wxGenericDirCtrl_p."); | |
10614 | return NULL; | |
10615 | } | |
10616 | } | |
10617 | { | |
10618 | _arg1 = wxString_in_helper(_obj1); | |
10619 | if (_arg1 == NULL) | |
10620 | return NULL; | |
10621 | } | |
10622 | { | |
10623 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10624 | wxGenericDirCtrl_SetFilter(_arg0,*_arg1); | |
10625 | ||
10626 | wxPyEndAllowThreads(__tstate); | |
10627 | if (PyErr_Occurred()) return NULL; | |
10628 | } Py_INCREF(Py_None); | |
10629 | _resultobj = Py_None; | |
10630 | { | |
10631 | if (_obj1) | |
10632 | delete _arg1; | |
10633 | } | |
10634 | return _resultobj; | |
10635 | } | |
10636 | ||
10637 | #define wxGenericDirCtrl_GetFilterIndex(_swigobj) (_swigobj->GetFilterIndex()) | |
10638 | static PyObject *_wrap_wxGenericDirCtrl_GetFilterIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10639 | PyObject * _resultobj; | |
10640 | int _result; | |
10641 | wxGenericDirCtrl * _arg0; | |
10642 | PyObject * _argo0 = 0; | |
10643 | char *_kwnames[] = { "self", NULL }; | |
10644 | ||
10645 | self = self; | |
10646 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetFilterIndex",_kwnames,&_argo0)) | |
10647 | return NULL; | |
10648 | if (_argo0) { | |
10649 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10650 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10651 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetFilterIndex. Expected _wxGenericDirCtrl_p."); | |
10652 | return NULL; | |
10653 | } | |
10654 | } | |
10655 | { | |
10656 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10657 | _result = (int )wxGenericDirCtrl_GetFilterIndex(_arg0); | |
10658 | ||
10659 | wxPyEndAllowThreads(__tstate); | |
10660 | if (PyErr_Occurred()) return NULL; | |
10661 | } _resultobj = Py_BuildValue("i",_result); | |
10662 | return _resultobj; | |
10663 | } | |
10664 | ||
10665 | #define wxGenericDirCtrl_SetFilterIndex(_swigobj,_swigarg0) (_swigobj->SetFilterIndex(_swigarg0)) | |
10666 | static PyObject *_wrap_wxGenericDirCtrl_SetFilterIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10667 | PyObject * _resultobj; | |
10668 | wxGenericDirCtrl * _arg0; | |
10669 | int _arg1; | |
10670 | PyObject * _argo0 = 0; | |
10671 | char *_kwnames[] = { "self","n", NULL }; | |
10672 | ||
10673 | self = self; | |
10674 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGenericDirCtrl_SetFilterIndex",_kwnames,&_argo0,&_arg1)) | |
10675 | return NULL; | |
10676 | if (_argo0) { | |
10677 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10678 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10679 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_SetFilterIndex. Expected _wxGenericDirCtrl_p."); | |
10680 | return NULL; | |
10681 | } | |
10682 | } | |
10683 | { | |
10684 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10685 | wxGenericDirCtrl_SetFilterIndex(_arg0,_arg1); | |
10686 | ||
10687 | wxPyEndAllowThreads(__tstate); | |
10688 | if (PyErr_Occurred()) return NULL; | |
10689 | } Py_INCREF(Py_None); | |
10690 | _resultobj = Py_None; | |
10691 | return _resultobj; | |
10692 | } | |
10693 | ||
10694 | #define wxGenericDirCtrl_GetRootId(_swigobj) (_swigobj->GetRootId()) | |
10695 | static PyObject *_wrap_wxGenericDirCtrl_GetRootId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10696 | PyObject * _resultobj; | |
10697 | wxTreeItemId * _result; | |
10698 | wxGenericDirCtrl * _arg0; | |
10699 | PyObject * _argo0 = 0; | |
10700 | char *_kwnames[] = { "self", NULL }; | |
10701 | char _ptemp[128]; | |
10702 | ||
10703 | self = self; | |
10704 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetRootId",_kwnames,&_argo0)) | |
10705 | return NULL; | |
10706 | if (_argo0) { | |
10707 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10708 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10709 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetRootId. Expected _wxGenericDirCtrl_p."); | |
10710 | return NULL; | |
10711 | } | |
10712 | } | |
10713 | { | |
10714 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10715 | _result = new wxTreeItemId (wxGenericDirCtrl_GetRootId(_arg0)); | |
10716 | ||
10717 | wxPyEndAllowThreads(__tstate); | |
10718 | if (PyErr_Occurred()) return NULL; | |
10719 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTreeItemId_p"); | |
10720 | _resultobj = Py_BuildValue("s",_ptemp); | |
10721 | return _resultobj; | |
10722 | } | |
10723 | ||
10724 | #define wxGenericDirCtrl_GetTreeCtrl(_swigobj) (_swigobj->GetTreeCtrl()) | |
10725 | static PyObject *_wrap_wxGenericDirCtrl_GetTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10726 | PyObject * _resultobj; | |
10727 | wxTreeCtrl * _result; | |
10728 | wxGenericDirCtrl * _arg0; | |
10729 | PyObject * _argo0 = 0; | |
10730 | char *_kwnames[] = { "self", NULL }; | |
10731 | ||
10732 | self = self; | |
10733 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetTreeCtrl",_kwnames,&_argo0)) | |
10734 | return NULL; | |
10735 | if (_argo0) { | |
10736 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10737 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10738 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetTreeCtrl. Expected _wxGenericDirCtrl_p."); | |
10739 | return NULL; | |
10740 | } | |
10741 | } | |
10742 | { | |
10743 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10744 | _result = (wxTreeCtrl *)wxGenericDirCtrl_GetTreeCtrl(_arg0); | |
10745 | ||
10746 | wxPyEndAllowThreads(__tstate); | |
10747 | if (PyErr_Occurred()) return NULL; | |
10748 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
10749 | return _resultobj; | |
10750 | } | |
10751 | ||
10752 | #define wxGenericDirCtrl_GetFilterListCtrl(_swigobj) (_swigobj->GetFilterListCtrl()) | |
10753 | static PyObject *_wrap_wxGenericDirCtrl_GetFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10754 | PyObject * _resultobj; | |
10755 | wxDirFilterListCtrl * _result; | |
10756 | wxGenericDirCtrl * _arg0; | |
10757 | PyObject * _argo0 = 0; | |
10758 | char *_kwnames[] = { "self", NULL }; | |
10759 | char _ptemp[128]; | |
10760 | ||
10761 | self = self; | |
10762 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_GetFilterListCtrl",_kwnames,&_argo0)) | |
10763 | return NULL; | |
10764 | if (_argo0) { | |
10765 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10766 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10767 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_GetFilterListCtrl. Expected _wxGenericDirCtrl_p."); | |
10768 | return NULL; | |
10769 | } | |
10770 | } | |
10771 | { | |
10772 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10773 | _result = (wxDirFilterListCtrl *)wxGenericDirCtrl_GetFilterListCtrl(_arg0); | |
10774 | ||
10775 | wxPyEndAllowThreads(__tstate); | |
10776 | if (PyErr_Occurred()) return NULL; | |
10777 | } if (_result) { | |
10778 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxDirFilterListCtrl_p"); | |
10779 | _resultobj = Py_BuildValue("s",_ptemp); | |
10780 | } else { | |
10781 | Py_INCREF(Py_None); | |
10782 | _resultobj = Py_None; | |
10783 | } | |
10784 | return _resultobj; | |
10785 | } | |
10786 | ||
10787 | #define wxGenericDirCtrl_ReCreateTree(_swigobj) (_swigobj->ReCreateTree()) | |
10788 | static PyObject *_wrap_wxGenericDirCtrl_ReCreateTree(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10789 | PyObject * _resultobj; | |
10790 | wxGenericDirCtrl * _arg0; | |
10791 | PyObject * _argo0 = 0; | |
10792 | char *_kwnames[] = { "self", NULL }; | |
10793 | ||
10794 | self = self; | |
10795 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericDirCtrl_ReCreateTree",_kwnames,&_argo0)) | |
10796 | return NULL; | |
10797 | if (_argo0) { | |
10798 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10799 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10800 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGenericDirCtrl_ReCreateTree. Expected _wxGenericDirCtrl_p."); | |
10801 | return NULL; | |
10802 | } | |
10803 | } | |
10804 | { | |
10805 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10806 | wxGenericDirCtrl_ReCreateTree(_arg0); | |
10807 | ||
10808 | wxPyEndAllowThreads(__tstate); | |
10809 | if (PyErr_Occurred()) return NULL; | |
10810 | } Py_INCREF(Py_None); | |
10811 | _resultobj = Py_None; | |
10812 | return _resultobj; | |
10813 | } | |
10814 | ||
10815 | static void *SwigwxDirFilterListCtrlTowxChoice(void *ptr) { | |
10816 | wxDirFilterListCtrl *src; | |
10817 | wxChoice *dest; | |
10818 | src = (wxDirFilterListCtrl *) ptr; | |
10819 | dest = (wxChoice *) src; | |
10820 | return (void *) dest; | |
10821 | } | |
10822 | ||
10823 | static void *SwigwxDirFilterListCtrlTowxControlWithItems(void *ptr) { | |
10824 | wxDirFilterListCtrl *src; | |
10825 | wxControlWithItems *dest; | |
10826 | src = (wxDirFilterListCtrl *) ptr; | |
10827 | dest = (wxControlWithItems *) src; | |
10828 | return (void *) dest; | |
10829 | } | |
10830 | ||
10831 | static void *SwigwxDirFilterListCtrlTowxControl(void *ptr) { | |
10832 | wxDirFilterListCtrl *src; | |
10833 | wxControl *dest; | |
10834 | src = (wxDirFilterListCtrl *) ptr; | |
10835 | dest = (wxControl *) src; | |
10836 | return (void *) dest; | |
10837 | } | |
10838 | ||
10839 | static void *SwigwxDirFilterListCtrlTowxWindow(void *ptr) { | |
10840 | wxDirFilterListCtrl *src; | |
10841 | wxWindow *dest; | |
10842 | src = (wxDirFilterListCtrl *) ptr; | |
10843 | dest = (wxWindow *) src; | |
10844 | return (void *) dest; | |
10845 | } | |
10846 | ||
10847 | static void *SwigwxDirFilterListCtrlTowxEvtHandler(void *ptr) { | |
10848 | wxDirFilterListCtrl *src; | |
10849 | wxEvtHandler *dest; | |
10850 | src = (wxDirFilterListCtrl *) ptr; | |
10851 | dest = (wxEvtHandler *) src; | |
10852 | return (void *) dest; | |
10853 | } | |
10854 | ||
10855 | static void *SwigwxDirFilterListCtrlTowxObject(void *ptr) { | |
10856 | wxDirFilterListCtrl *src; | |
10857 | wxObject *dest; | |
10858 | src = (wxDirFilterListCtrl *) ptr; | |
10859 | dest = (wxObject *) src; | |
10860 | return (void *) dest; | |
10861 | } | |
10862 | ||
10863 | #define new_wxDirFilterListCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (new wxDirFilterListCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)) | |
10864 | static PyObject *_wrap_new_wxDirFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10865 | PyObject * _resultobj; | |
10866 | wxDirFilterListCtrl * _result; | |
10867 | wxGenericDirCtrl * _arg0; | |
10868 | wxWindowID _arg1 = (wxWindowID ) -1; | |
10869 | wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition; | |
10870 | wxSize * _arg3 = (wxSize *) &wxDefaultSize; | |
10871 | long _arg4 = (long ) 0; | |
10872 | PyObject * _argo0 = 0; | |
10873 | wxPoint temp; | |
10874 | PyObject * _obj2 = 0; | |
10875 | wxSize temp0; | |
10876 | PyObject * _obj3 = 0; | |
10877 | char *_kwnames[] = { "parent","id","pos","size","style", NULL }; | |
10878 | char _ptemp[128]; | |
10879 | ||
10880 | self = self; | |
10881 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOl:new_wxDirFilterListCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4)) | |
10882 | return NULL; | |
10883 | if (_argo0) { | |
10884 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10885 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDirCtrl_p")) { | |
10886 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxDirFilterListCtrl. Expected _wxGenericDirCtrl_p."); | |
10887 | return NULL; | |
10888 | } | |
10889 | } | |
10890 | if (_obj2) | |
10891 | { | |
10892 | _arg2 = &temp; | |
10893 | if (! wxPoint_helper(_obj2, &_arg2)) | |
10894 | return NULL; | |
10895 | } | |
10896 | if (_obj3) | |
10897 | { | |
10898 | _arg3 = &temp0; | |
10899 | if (! wxSize_helper(_obj3, &_arg3)) | |
10900 | return NULL; | |
10901 | } | |
10902 | { | |
10903 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10904 | _result = (wxDirFilterListCtrl *)new_wxDirFilterListCtrl(_arg0,_arg1,*_arg2,*_arg3,_arg4); | |
10905 | ||
10906 | wxPyEndAllowThreads(__tstate); | |
10907 | if (PyErr_Occurred()) return NULL; | |
10908 | } if (_result) { | |
10909 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxDirFilterListCtrl_p"); | |
10910 | _resultobj = Py_BuildValue("s",_ptemp); | |
10911 | } else { | |
10912 | Py_INCREF(Py_None); | |
10913 | _resultobj = Py_None; | |
10914 | } | |
10915 | return _resultobj; | |
10916 | } | |
10917 | ||
10918 | #define new_wxPreDirFilterListCtrl() (new wxDirFilterListCtrl()) | |
10919 | static PyObject *_wrap_new_wxPreDirFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10920 | PyObject * _resultobj; | |
10921 | wxDirFilterListCtrl * _result; | |
10922 | char *_kwnames[] = { NULL }; | |
10923 | char _ptemp[128]; | |
10924 | ||
10925 | self = self; | |
10926 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreDirFilterListCtrl",_kwnames)) | |
10927 | return NULL; | |
10928 | { | |
10929 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10930 | _result = (wxDirFilterListCtrl *)new_wxPreDirFilterListCtrl(); | |
10931 | ||
10932 | wxPyEndAllowThreads(__tstate); | |
10933 | if (PyErr_Occurred()) return NULL; | |
10934 | } if (_result) { | |
10935 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxDirFilterListCtrl_p"); | |
10936 | _resultobj = Py_BuildValue("s",_ptemp); | |
10937 | } else { | |
10938 | Py_INCREF(Py_None); | |
10939 | _resultobj = Py_None; | |
10940 | } | |
10941 | return _resultobj; | |
10942 | } | |
10943 | ||
10944 | #define wxDirFilterListCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)) | |
10945 | static PyObject *_wrap_wxDirFilterListCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10946 | PyObject * _resultobj; | |
10947 | bool _result; | |
10948 | wxDirFilterListCtrl * _arg0; | |
10949 | wxGenericDirCtrl * _arg1; | |
10950 | wxWindowID _arg2 = (wxWindowID ) -1; | |
10951 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
10952 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
10953 | long _arg5 = (long ) 0; | |
10954 | PyObject * _argo0 = 0; | |
10955 | PyObject * _argo1 = 0; | |
10956 | wxPoint temp; | |
10957 | PyObject * _obj3 = 0; | |
10958 | wxSize temp0; | |
10959 | PyObject * _obj4 = 0; | |
10960 | char *_kwnames[] = { "self","parent","id","pos","size","style", NULL }; | |
10961 | ||
10962 | self = self; | |
10963 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOl:wxDirFilterListCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5)) | |
10964 | return NULL; | |
10965 | if (_argo0) { | |
10966 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10967 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirFilterListCtrl_p")) { | |
10968 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirFilterListCtrl_Create. Expected _wxDirFilterListCtrl_p."); | |
10969 | return NULL; | |
10970 | } | |
10971 | } | |
10972 | if (_argo1) { | |
10973 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
10974 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxGenericDirCtrl_p")) { | |
10975 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxDirFilterListCtrl_Create. Expected _wxGenericDirCtrl_p."); | |
10976 | return NULL; | |
10977 | } | |
10978 | } | |
10979 | if (_obj3) | |
10980 | { | |
10981 | _arg3 = &temp; | |
10982 | if (! wxPoint_helper(_obj3, &_arg3)) | |
10983 | return NULL; | |
10984 | } | |
10985 | if (_obj4) | |
10986 | { | |
10987 | _arg4 = &temp0; | |
10988 | if (! wxSize_helper(_obj4, &_arg4)) | |
10989 | return NULL; | |
10990 | } | |
10991 | { | |
10992 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
10993 | _result = (bool )wxDirFilterListCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5); | |
10994 | ||
10995 | wxPyEndAllowThreads(__tstate); | |
10996 | if (PyErr_Occurred()) return NULL; | |
10997 | } _resultobj = Py_BuildValue("i",_result); | |
10998 | return _resultobj; | |
10999 | } | |
11000 | ||
11001 | #define wxDirFilterListCtrl_FillFilterList(_swigobj,_swigarg0,_swigarg1) (_swigobj->FillFilterList(_swigarg0,_swigarg1)) | |
11002 | static PyObject *_wrap_wxDirFilterListCtrl_FillFilterList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
11003 | PyObject * _resultobj; | |
11004 | wxDirFilterListCtrl * _arg0; | |
11005 | wxString * _arg1; | |
11006 | int _arg2; | |
11007 | PyObject * _argo0 = 0; | |
11008 | PyObject * _obj1 = 0; | |
11009 | char *_kwnames[] = { "self","filter","defaultFilter", NULL }; | |
11010 | ||
11011 | self = self; | |
11012 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxDirFilterListCtrl_FillFilterList",_kwnames,&_argo0,&_obj1,&_arg2)) | |
11013 | return NULL; | |
11014 | if (_argo0) { | |
11015 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
11016 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxDirFilterListCtrl_p")) { | |
11017 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDirFilterListCtrl_FillFilterList. Expected _wxDirFilterListCtrl_p."); | |
11018 | return NULL; | |
11019 | } | |
11020 | } | |
11021 | { | |
11022 | _arg1 = wxString_in_helper(_obj1); | |
11023 | if (_arg1 == NULL) | |
11024 | return NULL; | |
11025 | } | |
11026 | { | |
11027 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
11028 | wxDirFilterListCtrl_FillFilterList(_arg0,*_arg1,_arg2); | |
11029 | ||
11030 | wxPyEndAllowThreads(__tstate); | |
11031 | if (PyErr_Occurred()) return NULL; | |
11032 | } Py_INCREF(Py_None); | |
11033 | _resultobj = Py_None; | |
11034 | { | |
11035 | if (_obj1) | |
11036 | delete _arg1; | |
11037 | } | |
11038 | return _resultobj; | |
11039 | } | |
11040 | ||
11041 | #define new_wxFileIconsTable() (new wxFileIconsTable()) | |
11042 | static PyObject *_wrap_new_wxFileIconsTable(PyObject *self, PyObject *args, PyObject *kwargs) { | |
11043 | PyObject * _resultobj; | |
11044 | wxFileIconsTable * _result; | |
11045 | char *_kwnames[] = { NULL }; | |
11046 | char _ptemp[128]; | |
11047 | ||
11048 | self = self; | |
11049 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxFileIconsTable",_kwnames)) | |
11050 | return NULL; | |
11051 | { | |
11052 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
11053 | _result = (wxFileIconsTable *)new_wxFileIconsTable(); | |
11054 | ||
11055 | wxPyEndAllowThreads(__tstate); | |
11056 | if (PyErr_Occurred()) return NULL; | |
11057 | } if (_result) { | |
11058 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileIconsTable_p"); | |
11059 | _resultobj = Py_BuildValue("s",_ptemp); | |
11060 | } else { | |
11061 | Py_INCREF(Py_None); | |
11062 | _resultobj = Py_None; | |
11063 | } | |
11064 | return _resultobj; | |
11065 | } | |
11066 | ||
11067 | #define delete_wxFileIconsTable(_swigobj) (delete _swigobj) | |
11068 | static PyObject *_wrap_delete_wxFileIconsTable(PyObject *self, PyObject *args, PyObject *kwargs) { | |
11069 | PyObject * _resultobj; | |
11070 | wxFileIconsTable * _arg0; | |
11071 | PyObject * _argo0 = 0; | |
11072 | char *_kwnames[] = { "self", NULL }; | |
11073 | ||
11074 | self = self; | |
11075 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxFileIconsTable",_kwnames,&_argo0)) | |
11076 | return NULL; | |
11077 | if (_argo0) { | |
11078 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
11079 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileIconsTable_p")) { | |
11080 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxFileIconsTable. Expected _wxFileIconsTable_p."); | |
11081 | return NULL; | |
11082 | } | |
11083 | } | |
11084 | { | |
11085 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
11086 | delete_wxFileIconsTable(_arg0); | |
11087 | ||
11088 | wxPyEndAllowThreads(__tstate); | |
11089 | if (PyErr_Occurred()) return NULL; | |
11090 | } Py_INCREF(Py_None); | |
11091 | _resultobj = Py_None; | |
11092 | return _resultobj; | |
11093 | } | |
11094 | ||
11095 | #define wxFileIconsTable_GetIconID(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetIconID(_swigarg0,_swigarg1)) | |
11096 | static PyObject *_wrap_wxFileIconsTable_GetIconID(PyObject *self, PyObject *args, PyObject *kwargs) { | |
11097 | PyObject * _resultobj; | |
11098 | int _result; | |
11099 | wxFileIconsTable * _arg0; | |
11100 | wxString * _arg1; | |
11101 | wxString * _arg2 = (wxString *) &wxEmptyString; | |
11102 | PyObject * _argo0 = 0; | |
11103 | PyObject * _obj1 = 0; | |
11104 | PyObject * _obj2 = 0; | |
11105 | char *_kwnames[] = { "self","extension","mime", NULL }; | |
11106 | ||
11107 | self = self; | |
11108 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxFileIconsTable_GetIconID",_kwnames,&_argo0,&_obj1,&_obj2)) | |
11109 | return NULL; | |
11110 | if (_argo0) { | |
11111 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
11112 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileIconsTable_p")) { | |
11113 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileIconsTable_GetIconID. Expected _wxFileIconsTable_p."); | |
11114 | return NULL; | |
11115 | } | |
11116 | } | |
11117 | { | |
11118 | _arg1 = wxString_in_helper(_obj1); | |
11119 | if (_arg1 == NULL) | |
11120 | return NULL; | |
11121 | } | |
11122 | if (_obj2) | |
11123 | { | |
11124 | _arg2 = wxString_in_helper(_obj2); | |
11125 | if (_arg2 == NULL) | |
11126 | return NULL; | |
11127 | } | |
11128 | { | |
11129 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
11130 | _result = (int )wxFileIconsTable_GetIconID(_arg0,*_arg1,*_arg2); | |
11131 | ||
11132 | wxPyEndAllowThreads(__tstate); | |
11133 | if (PyErr_Occurred()) return NULL; | |
11134 | } _resultobj = Py_BuildValue("i",_result); | |
11135 | { | |
11136 | if (_obj1) | |
11137 | delete _arg1; | |
11138 | } | |
11139 | { | |
11140 | if (_obj2) | |
11141 | delete _arg2; | |
11142 | } | |
11143 | return _resultobj; | |
11144 | } | |
11145 | ||
11146 | #define wxFileIconsTable_GetSmallImageList(_swigobj) (_swigobj->GetSmallImageList()) | |
11147 | static PyObject *_wrap_wxFileIconsTable_GetSmallImageList(PyObject *self, PyObject *args, PyObject *kwargs) { | |
11148 | PyObject * _resultobj; | |
11149 | wxImageList * _result; | |
11150 | wxFileIconsTable * _arg0; | |
11151 | PyObject * _argo0 = 0; | |
11152 | char *_kwnames[] = { "self", NULL }; | |
11153 | ||
11154 | self = self; | |
11155 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileIconsTable_GetSmallImageList",_kwnames,&_argo0)) | |
11156 | return NULL; | |
11157 | if (_argo0) { | |
11158 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
11159 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileIconsTable_p")) { | |
11160 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileIconsTable_GetSmallImageList. Expected _wxFileIconsTable_p."); | |
11161 | return NULL; | |
11162 | } | |
11163 | } | |
11164 | { | |
11165 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
11166 | _result = (wxImageList *)wxFileIconsTable_GetSmallImageList(_arg0); | |
11167 | ||
11168 | wxPyEndAllowThreads(__tstate); | |
11169 | if (PyErr_Occurred()) return NULL; | |
11170 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
11171 | return _resultobj; | |
11172 | } | |
11173 | ||
11174 | static PyMethodDef controls2cMethods[] = { | |
11175 | { "wxFileIconsTable_GetSmallImageList", (PyCFunction) _wrap_wxFileIconsTable_GetSmallImageList, METH_VARARGS | METH_KEYWORDS }, | |
11176 | { "wxFileIconsTable_GetIconID", (PyCFunction) _wrap_wxFileIconsTable_GetIconID, METH_VARARGS | METH_KEYWORDS }, | |
11177 | { "delete_wxFileIconsTable", (PyCFunction) _wrap_delete_wxFileIconsTable, METH_VARARGS | METH_KEYWORDS }, | |
11178 | { "new_wxFileIconsTable", (PyCFunction) _wrap_new_wxFileIconsTable, METH_VARARGS | METH_KEYWORDS }, | |
11179 | { "wxDirFilterListCtrl_FillFilterList", (PyCFunction) _wrap_wxDirFilterListCtrl_FillFilterList, METH_VARARGS | METH_KEYWORDS }, | |
11180 | { "wxDirFilterListCtrl_Create", (PyCFunction) _wrap_wxDirFilterListCtrl_Create, METH_VARARGS | METH_KEYWORDS }, | |
11181 | { "new_wxPreDirFilterListCtrl", (PyCFunction) _wrap_new_wxPreDirFilterListCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11182 | { "new_wxDirFilterListCtrl", (PyCFunction) _wrap_new_wxDirFilterListCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11183 | { "wxGenericDirCtrl_ReCreateTree", (PyCFunction) _wrap_wxGenericDirCtrl_ReCreateTree, METH_VARARGS | METH_KEYWORDS }, | |
11184 | { "wxGenericDirCtrl_GetFilterListCtrl", (PyCFunction) _wrap_wxGenericDirCtrl_GetFilterListCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11185 | { "wxGenericDirCtrl_GetTreeCtrl", (PyCFunction) _wrap_wxGenericDirCtrl_GetTreeCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11186 | { "wxGenericDirCtrl_GetRootId", (PyCFunction) _wrap_wxGenericDirCtrl_GetRootId, METH_VARARGS | METH_KEYWORDS }, | |
11187 | { "wxGenericDirCtrl_SetFilterIndex", (PyCFunction) _wrap_wxGenericDirCtrl_SetFilterIndex, METH_VARARGS | METH_KEYWORDS }, | |
11188 | { "wxGenericDirCtrl_GetFilterIndex", (PyCFunction) _wrap_wxGenericDirCtrl_GetFilterIndex, METH_VARARGS | METH_KEYWORDS }, | |
11189 | { "wxGenericDirCtrl_SetFilter", (PyCFunction) _wrap_wxGenericDirCtrl_SetFilter, METH_VARARGS | METH_KEYWORDS }, | |
11190 | { "wxGenericDirCtrl_GetFilter", (PyCFunction) _wrap_wxGenericDirCtrl_GetFilter, METH_VARARGS | METH_KEYWORDS }, | |
11191 | { "wxGenericDirCtrl_GetShowHidden", (PyCFunction) _wrap_wxGenericDirCtrl_GetShowHidden, METH_VARARGS | METH_KEYWORDS }, | |
11192 | { "wxGenericDirCtrl_ShowHidden", (PyCFunction) _wrap_wxGenericDirCtrl_ShowHidden, METH_VARARGS | METH_KEYWORDS }, | |
11193 | { "wxGenericDirCtrl_SetPath", (PyCFunction) _wrap_wxGenericDirCtrl_SetPath, METH_VARARGS | METH_KEYWORDS }, | |
11194 | { "wxGenericDirCtrl_GetFilePath", (PyCFunction) _wrap_wxGenericDirCtrl_GetFilePath, METH_VARARGS | METH_KEYWORDS }, | |
11195 | { "wxGenericDirCtrl_GetPath", (PyCFunction) _wrap_wxGenericDirCtrl_GetPath, METH_VARARGS | METH_KEYWORDS }, | |
11196 | { "wxGenericDirCtrl_SetDefaultPath", (PyCFunction) _wrap_wxGenericDirCtrl_SetDefaultPath, METH_VARARGS | METH_KEYWORDS }, | |
11197 | { "wxGenericDirCtrl_GetDefaultPath", (PyCFunction) _wrap_wxGenericDirCtrl_GetDefaultPath, METH_VARARGS | METH_KEYWORDS }, | |
11198 | { "wxGenericDirCtrl_ExpandPath", (PyCFunction) _wrap_wxGenericDirCtrl_ExpandPath, METH_VARARGS | METH_KEYWORDS }, | |
11199 | { "wxGenericDirCtrl_Create", (PyCFunction) _wrap_wxGenericDirCtrl_Create, METH_VARARGS | METH_KEYWORDS }, | |
11200 | { "new_wxPreGenericDirCtrl", (PyCFunction) _wrap_new_wxPreGenericDirCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11201 | { "new_wxGenericDirCtrl", (PyCFunction) _wrap_new_wxGenericDirCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11202 | { "wxDirItemData_m_isDir_get", (PyCFunction) _wrap_wxDirItemData_m_isDir_get, METH_VARARGS | METH_KEYWORDS }, | |
11203 | { "wxDirItemData_m_isDir_set", (PyCFunction) _wrap_wxDirItemData_m_isDir_set, METH_VARARGS | METH_KEYWORDS }, | |
11204 | { "wxDirItemData_m_isExpanded_get", (PyCFunction) _wrap_wxDirItemData_m_isExpanded_get, METH_VARARGS | METH_KEYWORDS }, | |
11205 | { "wxDirItemData_m_isExpanded_set", (PyCFunction) _wrap_wxDirItemData_m_isExpanded_set, METH_VARARGS | METH_KEYWORDS }, | |
11206 | { "wxDirItemData_m_isHidden_get", (PyCFunction) _wrap_wxDirItemData_m_isHidden_get, METH_VARARGS | METH_KEYWORDS }, | |
11207 | { "wxDirItemData_m_isHidden_set", (PyCFunction) _wrap_wxDirItemData_m_isHidden_set, METH_VARARGS | METH_KEYWORDS }, | |
11208 | { "wxDirItemData_m_name_get", (PyCFunction) _wrap_wxDirItemData_m_name_get, METH_VARARGS | METH_KEYWORDS }, | |
11209 | { "wxDirItemData_m_name_set", (PyCFunction) _wrap_wxDirItemData_m_name_set, METH_VARARGS | METH_KEYWORDS }, | |
11210 | { "wxDirItemData_m_path_get", (PyCFunction) _wrap_wxDirItemData_m_path_get, METH_VARARGS | METH_KEYWORDS }, | |
11211 | { "wxDirItemData_m_path_set", (PyCFunction) _wrap_wxDirItemData_m_path_set, METH_VARARGS | METH_KEYWORDS }, | |
11212 | { "wxDirItemData_SetNewDirName", (PyCFunction) _wrap_wxDirItemData_SetNewDirName, METH_VARARGS | METH_KEYWORDS }, | |
11213 | { "new_wxDirItemData", (PyCFunction) _wrap_new_wxDirItemData, METH_VARARGS | METH_KEYWORDS }, | |
11214 | { "wxTreeCtrl_GetBoundingRect", (PyCFunction) _wrap_wxTreeCtrl_GetBoundingRect, METH_VARARGS | METH_KEYWORDS }, | |
11215 | { "wxTreeCtrl_SetItemFont", (PyCFunction) _wrap_wxTreeCtrl_SetItemFont, METH_VARARGS | METH_KEYWORDS }, | |
11216 | { "wxTreeCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_wxTreeCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11217 | { "wxTreeCtrl_SetItemTextColour", (PyCFunction) _wrap_wxTreeCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11218 | { "wxTreeCtrl_HitTest", (PyCFunction) _wrap_wxTreeCtrl_HitTest, METH_VARARGS | METH_KEYWORDS }, | |
11219 | { "wxTreeCtrl_IsBold", (PyCFunction) _wrap_wxTreeCtrl_IsBold, METH_VARARGS | METH_KEYWORDS }, | |
11220 | { "wxTreeCtrl_SetItemBold", (PyCFunction) _wrap_wxTreeCtrl_SetItemBold, METH_VARARGS | METH_KEYWORDS }, | |
11221 | { "wxTreeCtrl_SortChildren", (PyCFunction) _wrap_wxTreeCtrl_SortChildren, METH_VARARGS | METH_KEYWORDS }, | |
11222 | { "wxTreeCtrl_EditLabel", (PyCFunction) _wrap_wxTreeCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS }, | |
11223 | { "wxTreeCtrl_GetEditControl", (PyCFunction) _wrap_wxTreeCtrl_GetEditControl, METH_VARARGS | METH_KEYWORDS }, | |
11224 | { "wxTreeCtrl_ScrollTo", (PyCFunction) _wrap_wxTreeCtrl_ScrollTo, METH_VARARGS | METH_KEYWORDS }, | |
11225 | { "wxTreeCtrl_EnsureVisible", (PyCFunction) _wrap_wxTreeCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS }, | |
11226 | { "wxTreeCtrl_SelectItem", (PyCFunction) _wrap_wxTreeCtrl_SelectItem, METH_VARARGS | METH_KEYWORDS }, | |
11227 | { "wxTreeCtrl_UnselectAll", (PyCFunction) _wrap_wxTreeCtrl_UnselectAll, METH_VARARGS | METH_KEYWORDS }, | |
11228 | { "wxTreeCtrl_Unselect", (PyCFunction) _wrap_wxTreeCtrl_Unselect, METH_VARARGS | METH_KEYWORDS }, | |
11229 | { "wxTreeCtrl_Toggle", (PyCFunction) _wrap_wxTreeCtrl_Toggle, METH_VARARGS | METH_KEYWORDS }, | |
11230 | { "wxTreeCtrl_CollapseAndReset", (PyCFunction) _wrap_wxTreeCtrl_CollapseAndReset, METH_VARARGS | METH_KEYWORDS }, | |
11231 | { "wxTreeCtrl_Collapse", (PyCFunction) _wrap_wxTreeCtrl_Collapse, METH_VARARGS | METH_KEYWORDS }, | |
11232 | { "wxTreeCtrl_Expand", (PyCFunction) _wrap_wxTreeCtrl_Expand, METH_VARARGS | METH_KEYWORDS }, | |
11233 | { "wxTreeCtrl_DeleteAllItems", (PyCFunction) _wrap_wxTreeCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS }, | |
11234 | { "wxTreeCtrl_DeleteChildren", (PyCFunction) _wrap_wxTreeCtrl_DeleteChildren, METH_VARARGS | METH_KEYWORDS }, | |
11235 | { "wxTreeCtrl_Delete", (PyCFunction) _wrap_wxTreeCtrl_Delete, METH_VARARGS | METH_KEYWORDS }, | |
11236 | { "wxTreeCtrl_AppendItem", (PyCFunction) _wrap_wxTreeCtrl_AppendItem, METH_VARARGS | METH_KEYWORDS }, | |
11237 | { "wxTreeCtrl_InsertItemBefore", (PyCFunction) _wrap_wxTreeCtrl_InsertItemBefore, METH_VARARGS | METH_KEYWORDS }, | |
11238 | { "wxTreeCtrl_InsertItem", (PyCFunction) _wrap_wxTreeCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS }, | |
11239 | { "wxTreeCtrl_PrependItem", (PyCFunction) _wrap_wxTreeCtrl_PrependItem, METH_VARARGS | METH_KEYWORDS }, | |
11240 | { "wxTreeCtrl_AddRoot", (PyCFunction) _wrap_wxTreeCtrl_AddRoot, METH_VARARGS | METH_KEYWORDS }, | |
11241 | { "wxTreeCtrl_GetLastChild", (PyCFunction) _wrap_wxTreeCtrl_GetLastChild, METH_VARARGS | METH_KEYWORDS }, | |
11242 | { "wxTreeCtrl_GetPrevVisible", (PyCFunction) _wrap_wxTreeCtrl_GetPrevVisible, METH_VARARGS | METH_KEYWORDS }, | |
11243 | { "wxTreeCtrl_GetNextVisible", (PyCFunction) _wrap_wxTreeCtrl_GetNextVisible, METH_VARARGS | METH_KEYWORDS }, | |
11244 | { "wxTreeCtrl_GetFirstVisibleItem", (PyCFunction) _wrap_wxTreeCtrl_GetFirstVisibleItem, METH_VARARGS | METH_KEYWORDS }, | |
11245 | { "wxTreeCtrl_GetPrevSibling", (PyCFunction) _wrap_wxTreeCtrl_GetPrevSibling, METH_VARARGS | METH_KEYWORDS }, | |
11246 | { "wxTreeCtrl_GetNextSibling", (PyCFunction) _wrap_wxTreeCtrl_GetNextSibling, METH_VARARGS | METH_KEYWORDS }, | |
11247 | { "wxTreeCtrl_GetNextChild", (PyCFunction) _wrap_wxTreeCtrl_GetNextChild, METH_VARARGS | METH_KEYWORDS }, | |
11248 | { "wxTreeCtrl_GetFirstChild", (PyCFunction) _wrap_wxTreeCtrl_GetFirstChild, METH_VARARGS | METH_KEYWORDS }, | |
11249 | { "wxTreeCtrl_GetChildrenCount", (PyCFunction) _wrap_wxTreeCtrl_GetChildrenCount, METH_VARARGS | METH_KEYWORDS }, | |
11250 | { "wxTreeCtrl_GetSelections", (PyCFunction) _wrap_wxTreeCtrl_GetSelections, METH_VARARGS | METH_KEYWORDS }, | |
11251 | { "wxTreeCtrl_GetItemParent", (PyCFunction) _wrap_wxTreeCtrl_GetItemParent, METH_VARARGS | METH_KEYWORDS }, | |
11252 | { "wxTreeCtrl_GetSelection", (PyCFunction) _wrap_wxTreeCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS }, | |
11253 | { "wxTreeCtrl_GetRootItem", (PyCFunction) _wrap_wxTreeCtrl_GetRootItem, METH_VARARGS | METH_KEYWORDS }, | |
11254 | { "wxTreeCtrl_IsSelected", (PyCFunction) _wrap_wxTreeCtrl_IsSelected, METH_VARARGS | METH_KEYWORDS }, | |
11255 | { "wxTreeCtrl_IsExpanded", (PyCFunction) _wrap_wxTreeCtrl_IsExpanded, METH_VARARGS | METH_KEYWORDS }, | |
11256 | { "wxTreeCtrl_ItemHasChildren", (PyCFunction) _wrap_wxTreeCtrl_ItemHasChildren, METH_VARARGS | METH_KEYWORDS }, | |
11257 | { "wxTreeCtrl_IsVisible", (PyCFunction) _wrap_wxTreeCtrl_IsVisible, METH_VARARGS | METH_KEYWORDS }, | |
11258 | { "wxTreeCtrl_GetItemFont", (PyCFunction) _wrap_wxTreeCtrl_GetItemFont, METH_VARARGS | METH_KEYWORDS }, | |
11259 | { "wxTreeCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_wxTreeCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11260 | { "wxTreeCtrl_GetItemTextColour", (PyCFunction) _wrap_wxTreeCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11261 | { "wxTreeCtrl_SetPyData", (PyCFunction) _wrap_wxTreeCtrl_SetPyData, METH_VARARGS | METH_KEYWORDS }, | |
11262 | { "wxTreeCtrl_GetPyData", (PyCFunction) _wrap_wxTreeCtrl_GetPyData, METH_VARARGS | METH_KEYWORDS }, | |
11263 | { "wxTreeCtrl_SetItemData", (PyCFunction) _wrap_wxTreeCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS }, | |
11264 | { "wxTreeCtrl_GetItemData", (PyCFunction) _wrap_wxTreeCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS }, | |
11265 | { "wxTreeCtrl_SetItemHasChildren", (PyCFunction) _wrap_wxTreeCtrl_SetItemHasChildren, METH_VARARGS | METH_KEYWORDS }, | |
11266 | { "wxTreeCtrl_SetItemSelectedImage", (PyCFunction) _wrap_wxTreeCtrl_SetItemSelectedImage, METH_VARARGS | METH_KEYWORDS }, | |
11267 | { "wxTreeCtrl_SetItemImage", (PyCFunction) _wrap_wxTreeCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS }, | |
11268 | { "wxTreeCtrl_SetItemText", (PyCFunction) _wrap_wxTreeCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS }, | |
11269 | { "wxTreeCtrl_GetItemSelectedImage", (PyCFunction) _wrap_wxTreeCtrl_GetItemSelectedImage, METH_VARARGS | METH_KEYWORDS }, | |
11270 | { "wxTreeCtrl_GetItemImage", (PyCFunction) _wrap_wxTreeCtrl_GetItemImage, METH_VARARGS | METH_KEYWORDS }, | |
11271 | { "wxTreeCtrl_GetItemText", (PyCFunction) _wrap_wxTreeCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS }, | |
11272 | { "wxTreeCtrl_SetSpacing", (PyCFunction) _wrap_wxTreeCtrl_SetSpacing, METH_VARARGS | METH_KEYWORDS }, | |
11273 | { "wxTreeCtrl_GetSpacing", (PyCFunction) _wrap_wxTreeCtrl_GetSpacing, METH_VARARGS | METH_KEYWORDS }, | |
11274 | { "wxTreeCtrl_AssignStateImageList", (PyCFunction) _wrap_wxTreeCtrl_AssignStateImageList, METH_VARARGS | METH_KEYWORDS }, | |
11275 | { "wxTreeCtrl_AssignImageList", (PyCFunction) _wrap_wxTreeCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS }, | |
11276 | { "wxTreeCtrl_SetStateImageList", (PyCFunction) _wrap_wxTreeCtrl_SetStateImageList, METH_VARARGS | METH_KEYWORDS }, | |
11277 | { "wxTreeCtrl_SetImageList", (PyCFunction) _wrap_wxTreeCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS }, | |
11278 | { "wxTreeCtrl_GetStateImageList", (PyCFunction) _wrap_wxTreeCtrl_GetStateImageList, METH_VARARGS | METH_KEYWORDS }, | |
11279 | { "wxTreeCtrl_GetImageList", (PyCFunction) _wrap_wxTreeCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS }, | |
11280 | { "wxTreeCtrl_SetIndent", (PyCFunction) _wrap_wxTreeCtrl_SetIndent, METH_VARARGS | METH_KEYWORDS }, | |
11281 | { "wxTreeCtrl_GetIndent", (PyCFunction) _wrap_wxTreeCtrl_GetIndent, METH_VARARGS | METH_KEYWORDS }, | |
11282 | { "wxTreeCtrl_GetCount", (PyCFunction) _wrap_wxTreeCtrl_GetCount, METH_VARARGS | METH_KEYWORDS }, | |
11283 | { "wxTreeCtrl__setCallbackInfo", (PyCFunction) _wrap_wxTreeCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS }, | |
11284 | { "wxTreeCtrl_Create", (PyCFunction) _wrap_wxTreeCtrl_Create, METH_VARARGS | METH_KEYWORDS }, | |
11285 | { "new_wxPreTreeCtrl", (PyCFunction) _wrap_new_wxPreTreeCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11286 | { "new_wxTreeCtrl", (PyCFunction) _wrap_new_wxTreeCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11287 | { "wxTreeEvent_SetEditCanceled", (PyCFunction) _wrap_wxTreeEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS }, | |
11288 | { "wxTreeEvent_IsEditCancelled", (PyCFunction) _wrap_wxTreeEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS }, | |
11289 | { "wxTreeEvent_SetLabel", (PyCFunction) _wrap_wxTreeEvent_SetLabel, METH_VARARGS | METH_KEYWORDS }, | |
11290 | { "wxTreeEvent_GetLabel", (PyCFunction) _wrap_wxTreeEvent_GetLabel, METH_VARARGS | METH_KEYWORDS }, | |
11291 | { "wxTreeEvent_SetKeyEvent", (PyCFunction) _wrap_wxTreeEvent_SetKeyEvent, METH_VARARGS | METH_KEYWORDS }, | |
11292 | { "wxTreeEvent_GetKeyCode", (PyCFunction) _wrap_wxTreeEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS }, | |
11293 | { "wxTreeEvent_GetKeyEvent", (PyCFunction) _wrap_wxTreeEvent_GetKeyEvent, METH_VARARGS | METH_KEYWORDS }, | |
11294 | { "wxTreeEvent_SetPoint", (PyCFunction) _wrap_wxTreeEvent_SetPoint, METH_VARARGS | METH_KEYWORDS }, | |
11295 | { "wxTreeEvent_GetPoint", (PyCFunction) _wrap_wxTreeEvent_GetPoint, METH_VARARGS | METH_KEYWORDS }, | |
11296 | { "wxTreeEvent_SetOldItem", (PyCFunction) _wrap_wxTreeEvent_SetOldItem, METH_VARARGS | METH_KEYWORDS }, | |
11297 | { "wxTreeEvent_GetOldItem", (PyCFunction) _wrap_wxTreeEvent_GetOldItem, METH_VARARGS | METH_KEYWORDS }, | |
11298 | { "wxTreeEvent_SetItem", (PyCFunction) _wrap_wxTreeEvent_SetItem, METH_VARARGS | METH_KEYWORDS }, | |
11299 | { "wxTreeEvent_GetItem", (PyCFunction) _wrap_wxTreeEvent_GetItem, METH_VARARGS | METH_KEYWORDS }, | |
11300 | { "new_wxTreeEvent", (PyCFunction) _wrap_new_wxTreeEvent, METH_VARARGS | METH_KEYWORDS }, | |
11301 | { "wxTreeItemData_SetId", (PyCFunction) _wrap_wxTreeItemData_SetId, METH_VARARGS | METH_KEYWORDS }, | |
11302 | { "wxTreeItemData_GetId", (PyCFunction) _wrap_wxTreeItemData_GetId, METH_VARARGS | METH_KEYWORDS }, | |
11303 | { "wxTreeItemData_SetData", (PyCFunction) _wrap_wxTreeItemData_SetData, METH_VARARGS | METH_KEYWORDS }, | |
11304 | { "wxTreeItemData_GetData", (PyCFunction) _wrap_wxTreeItemData_GetData, METH_VARARGS | METH_KEYWORDS }, | |
11305 | { "new_wxTreeItemData", (PyCFunction) _wrap_new_wxTreeItemData, METH_VARARGS | METH_KEYWORDS }, | |
11306 | { "wxTreeItemId___cmp__", (PyCFunction) _wrap_wxTreeItemId___cmp__, METH_VARARGS | METH_KEYWORDS }, | |
11307 | { "wxTreeItemId_IsOk", (PyCFunction) _wrap_wxTreeItemId_IsOk, METH_VARARGS | METH_KEYWORDS }, | |
11308 | { "delete_wxTreeItemId", (PyCFunction) _wrap_delete_wxTreeItemId, METH_VARARGS | METH_KEYWORDS }, | |
11309 | { "new_wxTreeItemId", (PyCFunction) _wrap_new_wxTreeItemId, METH_VARARGS | METH_KEYWORDS }, | |
11310 | { "wxTreeItemAttr_GetFont", (PyCFunction) _wrap_wxTreeItemAttr_GetFont, METH_VARARGS | METH_KEYWORDS }, | |
11311 | { "wxTreeItemAttr_GetBackgroundColour", (PyCFunction) _wrap_wxTreeItemAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11312 | { "wxTreeItemAttr_GetTextColour", (PyCFunction) _wrap_wxTreeItemAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11313 | { "wxTreeItemAttr_HasFont", (PyCFunction) _wrap_wxTreeItemAttr_HasFont, METH_VARARGS | METH_KEYWORDS }, | |
11314 | { "wxTreeItemAttr_HasBackgroundColour", (PyCFunction) _wrap_wxTreeItemAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11315 | { "wxTreeItemAttr_HasTextColour", (PyCFunction) _wrap_wxTreeItemAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11316 | { "wxTreeItemAttr_SetFont", (PyCFunction) _wrap_wxTreeItemAttr_SetFont, METH_VARARGS | METH_KEYWORDS }, | |
11317 | { "wxTreeItemAttr_SetBackgroundColour", (PyCFunction) _wrap_wxTreeItemAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11318 | { "wxTreeItemAttr_SetTextColour", (PyCFunction) _wrap_wxTreeItemAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11319 | { "new_wxTreeItemAttr", (PyCFunction) _wrap_new_wxTreeItemAttr, METH_VARARGS | METH_KEYWORDS }, | |
11320 | { "wxListView_ClearColumnImage", (PyCFunction) _wrap_wxListView_ClearColumnImage, METH_VARARGS | METH_KEYWORDS }, | |
11321 | { "wxListView_SetColumnImage", (PyCFunction) _wrap_wxListView_SetColumnImage, METH_VARARGS | METH_KEYWORDS }, | |
11322 | { "wxListView_IsSelected", (PyCFunction) _wrap_wxListView_IsSelected, METH_VARARGS | METH_KEYWORDS }, | |
11323 | { "wxListView_GetFirstSelected", (PyCFunction) _wrap_wxListView_GetFirstSelected, METH_VARARGS | METH_KEYWORDS }, | |
11324 | { "wxListView_GetNextSelected", (PyCFunction) _wrap_wxListView_GetNextSelected, METH_VARARGS | METH_KEYWORDS }, | |
11325 | { "wxListView_GetFocusedItem", (PyCFunction) _wrap_wxListView_GetFocusedItem, METH_VARARGS | METH_KEYWORDS }, | |
11326 | { "wxListView_Focus", (PyCFunction) _wrap_wxListView_Focus, METH_VARARGS | METH_KEYWORDS }, | |
11327 | { "wxListView_Select", (PyCFunction) _wrap_wxListView_Select, METH_VARARGS | METH_KEYWORDS }, | |
11328 | { "wxListView_Create", (PyCFunction) _wrap_wxListView_Create, METH_VARARGS | METH_KEYWORDS }, | |
11329 | { "new_wxPreListView", (PyCFunction) _wrap_new_wxPreListView, METH_VARARGS | METH_KEYWORDS }, | |
11330 | { "new_wxListView", (PyCFunction) _wrap_new_wxListView, METH_VARARGS | METH_KEYWORDS }, | |
11331 | { "wxListCtrl_GetMainWindow", (PyCFunction) _wrap_wxListCtrl_GetMainWindow, METH_VARARGS | METH_KEYWORDS }, | |
11332 | { "wxListCtrl_SortItems", (PyCFunction) _wrap_wxListCtrl_SortItems, METH_VARARGS | METH_KEYWORDS }, | |
11333 | { "wxListCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_wxListCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11334 | { "wxListCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_wxListCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11335 | { "wxListCtrl_GetItemTextColour", (PyCFunction) _wrap_wxListCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11336 | { "wxListCtrl_SetItemTextColour", (PyCFunction) _wrap_wxListCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11337 | { "wxListCtrl_ScrollList", (PyCFunction) _wrap_wxListCtrl_ScrollList, METH_VARARGS | METH_KEYWORDS }, | |
11338 | { "wxListCtrl_SetItemCount", (PyCFunction) _wrap_wxListCtrl_SetItemCount, METH_VARARGS | METH_KEYWORDS }, | |
11339 | { "wxListCtrl_InsertColumn", (PyCFunction) _wrap_wxListCtrl_InsertColumn, METH_VARARGS | METH_KEYWORDS }, | |
11340 | { "wxListCtrl_InsertColumnInfo", (PyCFunction) _wrap_wxListCtrl_InsertColumnInfo, METH_VARARGS | METH_KEYWORDS }, | |
11341 | { "wxListCtrl_InsertImageStringItem", (PyCFunction) _wrap_wxListCtrl_InsertImageStringItem, METH_VARARGS | METH_KEYWORDS }, | |
11342 | { "wxListCtrl_InsertImageItem", (PyCFunction) _wrap_wxListCtrl_InsertImageItem, METH_VARARGS | METH_KEYWORDS }, | |
11343 | { "wxListCtrl_InsertStringItem", (PyCFunction) _wrap_wxListCtrl_InsertStringItem, METH_VARARGS | METH_KEYWORDS }, | |
11344 | { "wxListCtrl_InsertItem", (PyCFunction) _wrap_wxListCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS }, | |
11345 | { "wxListCtrl_HitTest", (PyCFunction) _wrap_wxListCtrl_HitTest, METH_VARARGS | METH_KEYWORDS }, | |
11346 | { "wxListCtrl_FindItemAtPos", (PyCFunction) _wrap_wxListCtrl_FindItemAtPos, METH_VARARGS | METH_KEYWORDS }, | |
11347 | { "wxListCtrl_FindItemData", (PyCFunction) _wrap_wxListCtrl_FindItemData, METH_VARARGS | METH_KEYWORDS }, | |
11348 | { "wxListCtrl_FindItem", (PyCFunction) _wrap_wxListCtrl_FindItem, METH_VARARGS | METH_KEYWORDS }, | |
11349 | { "wxListCtrl_EnsureVisible", (PyCFunction) _wrap_wxListCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS }, | |
11350 | { "wxListCtrl_EditLabel", (PyCFunction) _wrap_wxListCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS }, | |
11351 | { "wxListCtrl_ClearAll", (PyCFunction) _wrap_wxListCtrl_ClearAll, METH_VARARGS | METH_KEYWORDS }, | |
11352 | { "wxListCtrl_DeleteAllColumns", (PyCFunction) _wrap_wxListCtrl_DeleteAllColumns, METH_VARARGS | METH_KEYWORDS }, | |
11353 | { "wxListCtrl_DeleteColumn", (PyCFunction) _wrap_wxListCtrl_DeleteColumn, METH_VARARGS | METH_KEYWORDS }, | |
11354 | { "wxListCtrl_DeleteAllItems", (PyCFunction) _wrap_wxListCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS }, | |
11355 | { "wxListCtrl_DeleteItem", (PyCFunction) _wrap_wxListCtrl_DeleteItem, METH_VARARGS | METH_KEYWORDS }, | |
11356 | { "wxListCtrl_Arrange", (PyCFunction) _wrap_wxListCtrl_Arrange, METH_VARARGS | METH_KEYWORDS }, | |
11357 | { "wxListCtrl_RefreshItems", (PyCFunction) _wrap_wxListCtrl_RefreshItems, METH_VARARGS | METH_KEYWORDS }, | |
11358 | { "wxListCtrl_RefreshItem", (PyCFunction) _wrap_wxListCtrl_RefreshItem, METH_VARARGS | METH_KEYWORDS }, | |
11359 | { "wxListCtrl_IsVirtual", (PyCFunction) _wrap_wxListCtrl_IsVirtual, METH_VARARGS | METH_KEYWORDS }, | |
11360 | { "wxListCtrl_AssignImageList", (PyCFunction) _wrap_wxListCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS }, | |
11361 | { "wxListCtrl_SetImageList", (PyCFunction) _wrap_wxListCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS }, | |
11362 | { "wxListCtrl_GetImageList", (PyCFunction) _wrap_wxListCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS }, | |
11363 | { "wxListCtrl_GetNextItem", (PyCFunction) _wrap_wxListCtrl_GetNextItem, METH_VARARGS | METH_KEYWORDS }, | |
11364 | { "wxListCtrl_SetWindowStyleFlag", (PyCFunction) _wrap_wxListCtrl_SetWindowStyleFlag, METH_VARARGS | METH_KEYWORDS }, | |
11365 | { "wxListCtrl_SetSingleStyle", (PyCFunction) _wrap_wxListCtrl_SetSingleStyle, METH_VARARGS | METH_KEYWORDS }, | |
11366 | { "wxListCtrl_GetTopItem", (PyCFunction) _wrap_wxListCtrl_GetTopItem, METH_VARARGS | METH_KEYWORDS }, | |
11367 | { "wxListCtrl_SetTextColour", (PyCFunction) _wrap_wxListCtrl_SetTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11368 | { "wxListCtrl_GetTextColour", (PyCFunction) _wrap_wxListCtrl_GetTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11369 | { "wxListCtrl_GetSelectedItemCount", (PyCFunction) _wrap_wxListCtrl_GetSelectedItemCount, METH_VARARGS | METH_KEYWORDS }, | |
11370 | { "wxListCtrl_SetItemSpacing", (PyCFunction) _wrap_wxListCtrl_SetItemSpacing, METH_VARARGS | METH_KEYWORDS }, | |
11371 | { "wxListCtrl_GetItemSpacing", (PyCFunction) _wrap_wxListCtrl_GetItemSpacing, METH_VARARGS | METH_KEYWORDS }, | |
11372 | { "wxListCtrl_GetColumnCount", (PyCFunction) _wrap_wxListCtrl_GetColumnCount, METH_VARARGS | METH_KEYWORDS }, | |
11373 | { "wxListCtrl_GetItemCount", (PyCFunction) _wrap_wxListCtrl_GetItemCount, METH_VARARGS | METH_KEYWORDS }, | |
11374 | { "wxListCtrl_SetItemPosition", (PyCFunction) _wrap_wxListCtrl_SetItemPosition, METH_VARARGS | METH_KEYWORDS }, | |
11375 | { "wxListCtrl_GetItemRect", (PyCFunction) _wrap_wxListCtrl_GetItemRect, METH_VARARGS | METH_KEYWORDS }, | |
11376 | { "wxListCtrl_GetItemPosition", (PyCFunction) _wrap_wxListCtrl_GetItemPosition, METH_VARARGS | METH_KEYWORDS }, | |
11377 | { "wxListCtrl_SetItemData", (PyCFunction) _wrap_wxListCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS }, | |
11378 | { "wxListCtrl_GetItemData", (PyCFunction) _wrap_wxListCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS }, | |
11379 | { "wxListCtrl_SetItemText", (PyCFunction) _wrap_wxListCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS }, | |
11380 | { "wxListCtrl_GetItemText", (PyCFunction) _wrap_wxListCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS }, | |
11381 | { "wxListCtrl_SetItemImage", (PyCFunction) _wrap_wxListCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS }, | |
11382 | { "wxListCtrl_SetItemState", (PyCFunction) _wrap_wxListCtrl_SetItemState, METH_VARARGS | METH_KEYWORDS }, | |
11383 | { "wxListCtrl_GetItemState", (PyCFunction) _wrap_wxListCtrl_GetItemState, METH_VARARGS | METH_KEYWORDS }, | |
11384 | { "wxListCtrl_SetStringItem", (PyCFunction) _wrap_wxListCtrl_SetStringItem, METH_VARARGS | METH_KEYWORDS }, | |
11385 | { "wxListCtrl_SetItem", (PyCFunction) _wrap_wxListCtrl_SetItem, METH_VARARGS | METH_KEYWORDS }, | |
11386 | { "wxListCtrl_GetItem", (PyCFunction) _wrap_wxListCtrl_GetItem, METH_VARARGS | METH_KEYWORDS }, | |
11387 | { "wxListCtrl_GetViewRect", (PyCFunction) _wrap_wxListCtrl_GetViewRect, METH_VARARGS | METH_KEYWORDS }, | |
11388 | { "wxListCtrl_GetCountPerPage", (PyCFunction) _wrap_wxListCtrl_GetCountPerPage, METH_VARARGS | METH_KEYWORDS }, | |
11389 | { "wxListCtrl_SetColumnWidth", (PyCFunction) _wrap_wxListCtrl_SetColumnWidth, METH_VARARGS | METH_KEYWORDS }, | |
11390 | { "wxListCtrl_GetColumnWidth", (PyCFunction) _wrap_wxListCtrl_GetColumnWidth, METH_VARARGS | METH_KEYWORDS }, | |
11391 | { "wxListCtrl_SetColumn", (PyCFunction) _wrap_wxListCtrl_SetColumn, METH_VARARGS | METH_KEYWORDS }, | |
11392 | { "wxListCtrl_GetColumn", (PyCFunction) _wrap_wxListCtrl_GetColumn, METH_VARARGS | METH_KEYWORDS }, | |
11393 | { "wxListCtrl_SetBackgroundColour", (PyCFunction) _wrap_wxListCtrl_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11394 | { "wxListCtrl_SetForegroundColour", (PyCFunction) _wrap_wxListCtrl_SetForegroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11395 | { "wxListCtrl__setCallbackInfo", (PyCFunction) _wrap_wxListCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS }, | |
11396 | { "wxListCtrl_Create", (PyCFunction) _wrap_wxListCtrl_Create, METH_VARARGS | METH_KEYWORDS }, | |
11397 | { "new_wxPreListCtrl", (PyCFunction) _wrap_new_wxPreListCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11398 | { "new_wxListCtrl", (PyCFunction) _wrap_new_wxListCtrl, METH_VARARGS | METH_KEYWORDS }, | |
11399 | { "wxListEvent_SetEditCanceled", (PyCFunction) _wrap_wxListEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS }, | |
11400 | { "wxListEvent_IsEditCancelled", (PyCFunction) _wrap_wxListEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS }, | |
11401 | { "wxListEvent_GetCacheTo", (PyCFunction) _wrap_wxListEvent_GetCacheTo, METH_VARARGS | METH_KEYWORDS }, | |
11402 | { "wxListEvent_GetCacheFrom", (PyCFunction) _wrap_wxListEvent_GetCacheFrom, METH_VARARGS | METH_KEYWORDS }, | |
11403 | { "wxListEvent_GetItem", (PyCFunction) _wrap_wxListEvent_GetItem, METH_VARARGS | METH_KEYWORDS }, | |
11404 | { "wxListEvent_GetMask", (PyCFunction) _wrap_wxListEvent_GetMask, METH_VARARGS | METH_KEYWORDS }, | |
11405 | { "wxListEvent_GetData", (PyCFunction) _wrap_wxListEvent_GetData, METH_VARARGS | METH_KEYWORDS }, | |
11406 | { "wxListEvent_GetImage", (PyCFunction) _wrap_wxListEvent_GetImage, METH_VARARGS | METH_KEYWORDS }, | |
11407 | { "wxListEvent_GetText", (PyCFunction) _wrap_wxListEvent_GetText, METH_VARARGS | METH_KEYWORDS }, | |
11408 | { "wxListEvent_GetLabel", (PyCFunction) _wrap_wxListEvent_GetLabel, METH_VARARGS | METH_KEYWORDS }, | |
11409 | { "wxListEvent_GetPoint", (PyCFunction) _wrap_wxListEvent_GetPoint, METH_VARARGS | METH_KEYWORDS }, | |
11410 | { "wxListEvent_GetColumn", (PyCFunction) _wrap_wxListEvent_GetColumn, METH_VARARGS | METH_KEYWORDS }, | |
11411 | { "wxListEvent_GetIndex", (PyCFunction) _wrap_wxListEvent_GetIndex, METH_VARARGS | METH_KEYWORDS }, | |
11412 | { "wxListEvent_GetKeyCode", (PyCFunction) _wrap_wxListEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS }, | |
11413 | { "wxListEvent_m_item_get", (PyCFunction) _wrap_wxListEvent_m_item_get, METH_VARARGS | METH_KEYWORDS }, | |
11414 | { "wxListEvent_m_pointDrag_get", (PyCFunction) _wrap_wxListEvent_m_pointDrag_get, METH_VARARGS | METH_KEYWORDS }, | |
11415 | { "wxListEvent_m_col_get", (PyCFunction) _wrap_wxListEvent_m_col_get, METH_VARARGS | METH_KEYWORDS }, | |
11416 | { "wxListEvent_m_itemIndex_get", (PyCFunction) _wrap_wxListEvent_m_itemIndex_get, METH_VARARGS | METH_KEYWORDS }, | |
11417 | { "wxListEvent_m_oldItemIndex_get", (PyCFunction) _wrap_wxListEvent_m_oldItemIndex_get, METH_VARARGS | METH_KEYWORDS }, | |
11418 | { "wxListEvent_m_code_get", (PyCFunction) _wrap_wxListEvent_m_code_get, METH_VARARGS | METH_KEYWORDS }, | |
11419 | { "new_wxListEvent", (PyCFunction) _wrap_new_wxListEvent, METH_VARARGS | METH_KEYWORDS }, | |
11420 | { "wxListItem_m_width_get", (PyCFunction) _wrap_wxListItem_m_width_get, METH_VARARGS | METH_KEYWORDS }, | |
11421 | { "wxListItem_m_width_set", (PyCFunction) _wrap_wxListItem_m_width_set, METH_VARARGS | METH_KEYWORDS }, | |
11422 | { "wxListItem_m_format_get", (PyCFunction) _wrap_wxListItem_m_format_get, METH_VARARGS | METH_KEYWORDS }, | |
11423 | { "wxListItem_m_format_set", (PyCFunction) _wrap_wxListItem_m_format_set, METH_VARARGS | METH_KEYWORDS }, | |
11424 | { "wxListItem_m_data_get", (PyCFunction) _wrap_wxListItem_m_data_get, METH_VARARGS | METH_KEYWORDS }, | |
11425 | { "wxListItem_m_data_set", (PyCFunction) _wrap_wxListItem_m_data_set, METH_VARARGS | METH_KEYWORDS }, | |
11426 | { "wxListItem_m_image_get", (PyCFunction) _wrap_wxListItem_m_image_get, METH_VARARGS | METH_KEYWORDS }, | |
11427 | { "wxListItem_m_image_set", (PyCFunction) _wrap_wxListItem_m_image_set, METH_VARARGS | METH_KEYWORDS }, | |
11428 | { "wxListItem_m_text_get", (PyCFunction) _wrap_wxListItem_m_text_get, METH_VARARGS | METH_KEYWORDS }, | |
11429 | { "wxListItem_m_text_set", (PyCFunction) _wrap_wxListItem_m_text_set, METH_VARARGS | METH_KEYWORDS }, | |
11430 | { "wxListItem_m_stateMask_get", (PyCFunction) _wrap_wxListItem_m_stateMask_get, METH_VARARGS | METH_KEYWORDS }, | |
11431 | { "wxListItem_m_stateMask_set", (PyCFunction) _wrap_wxListItem_m_stateMask_set, METH_VARARGS | METH_KEYWORDS }, | |
11432 | { "wxListItem_m_state_get", (PyCFunction) _wrap_wxListItem_m_state_get, METH_VARARGS | METH_KEYWORDS }, | |
11433 | { "wxListItem_m_state_set", (PyCFunction) _wrap_wxListItem_m_state_set, METH_VARARGS | METH_KEYWORDS }, | |
11434 | { "wxListItem_m_col_get", (PyCFunction) _wrap_wxListItem_m_col_get, METH_VARARGS | METH_KEYWORDS }, | |
11435 | { "wxListItem_m_col_set", (PyCFunction) _wrap_wxListItem_m_col_set, METH_VARARGS | METH_KEYWORDS }, | |
11436 | { "wxListItem_m_itemId_get", (PyCFunction) _wrap_wxListItem_m_itemId_get, METH_VARARGS | METH_KEYWORDS }, | |
11437 | { "wxListItem_m_itemId_set", (PyCFunction) _wrap_wxListItem_m_itemId_set, METH_VARARGS | METH_KEYWORDS }, | |
11438 | { "wxListItem_m_mask_get", (PyCFunction) _wrap_wxListItem_m_mask_get, METH_VARARGS | METH_KEYWORDS }, | |
11439 | { "wxListItem_m_mask_set", (PyCFunction) _wrap_wxListItem_m_mask_set, METH_VARARGS | METH_KEYWORDS }, | |
11440 | { "wxListItem_GetFont", (PyCFunction) _wrap_wxListItem_GetFont, METH_VARARGS | METH_KEYWORDS }, | |
11441 | { "wxListItem_GetBackgroundColour", (PyCFunction) _wrap_wxListItem_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11442 | { "wxListItem_GetTextColour", (PyCFunction) _wrap_wxListItem_GetTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11443 | { "wxListItem_HasAttributes", (PyCFunction) _wrap_wxListItem_HasAttributes, METH_VARARGS | METH_KEYWORDS }, | |
11444 | { "wxListItem_GetAttributes", (PyCFunction) _wrap_wxListItem_GetAttributes, METH_VARARGS | METH_KEYWORDS }, | |
11445 | { "wxListItem_GetAlign", (PyCFunction) _wrap_wxListItem_GetAlign, METH_VARARGS | METH_KEYWORDS }, | |
11446 | { "wxListItem_GetWidth", (PyCFunction) _wrap_wxListItem_GetWidth, METH_VARARGS | METH_KEYWORDS }, | |
11447 | { "wxListItem_GetData", (PyCFunction) _wrap_wxListItem_GetData, METH_VARARGS | METH_KEYWORDS }, | |
11448 | { "wxListItem_GetImage", (PyCFunction) _wrap_wxListItem_GetImage, METH_VARARGS | METH_KEYWORDS }, | |
11449 | { "wxListItem_GetText", (PyCFunction) _wrap_wxListItem_GetText, METH_VARARGS | METH_KEYWORDS }, | |
11450 | { "wxListItem_GetState", (PyCFunction) _wrap_wxListItem_GetState, METH_VARARGS | METH_KEYWORDS }, | |
11451 | { "wxListItem_GetColumn", (PyCFunction) _wrap_wxListItem_GetColumn, METH_VARARGS | METH_KEYWORDS }, | |
11452 | { "wxListItem_GetId", (PyCFunction) _wrap_wxListItem_GetId, METH_VARARGS | METH_KEYWORDS }, | |
11453 | { "wxListItem_GetMask", (PyCFunction) _wrap_wxListItem_GetMask, METH_VARARGS | METH_KEYWORDS }, | |
11454 | { "wxListItem_SetFont", (PyCFunction) _wrap_wxListItem_SetFont, METH_VARARGS | METH_KEYWORDS }, | |
11455 | { "wxListItem_SetBackgroundColour", (PyCFunction) _wrap_wxListItem_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11456 | { "wxListItem_SetTextColour", (PyCFunction) _wrap_wxListItem_SetTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11457 | { "wxListItem_SetAlign", (PyCFunction) _wrap_wxListItem_SetAlign, METH_VARARGS | METH_KEYWORDS }, | |
11458 | { "wxListItem_SetWidth", (PyCFunction) _wrap_wxListItem_SetWidth, METH_VARARGS | METH_KEYWORDS }, | |
11459 | { "wxListItem_SetData", (PyCFunction) _wrap_wxListItem_SetData, METH_VARARGS | METH_KEYWORDS }, | |
11460 | { "wxListItem_SetImage", (PyCFunction) _wrap_wxListItem_SetImage, METH_VARARGS | METH_KEYWORDS }, | |
11461 | { "wxListItem_SetText", (PyCFunction) _wrap_wxListItem_SetText, METH_VARARGS | METH_KEYWORDS }, | |
11462 | { "wxListItem_SetStateMask", (PyCFunction) _wrap_wxListItem_SetStateMask, METH_VARARGS | METH_KEYWORDS }, | |
11463 | { "wxListItem_SetState", (PyCFunction) _wrap_wxListItem_SetState, METH_VARARGS | METH_KEYWORDS }, | |
11464 | { "wxListItem_SetColumn", (PyCFunction) _wrap_wxListItem_SetColumn, METH_VARARGS | METH_KEYWORDS }, | |
11465 | { "wxListItem_SetId", (PyCFunction) _wrap_wxListItem_SetId, METH_VARARGS | METH_KEYWORDS }, | |
11466 | { "wxListItem_SetMask", (PyCFunction) _wrap_wxListItem_SetMask, METH_VARARGS | METH_KEYWORDS }, | |
11467 | { "wxListItem_ClearAttributes", (PyCFunction) _wrap_wxListItem_ClearAttributes, METH_VARARGS | METH_KEYWORDS }, | |
11468 | { "wxListItem_Clear", (PyCFunction) _wrap_wxListItem_Clear, METH_VARARGS | METH_KEYWORDS }, | |
11469 | { "delete_wxListItem", (PyCFunction) _wrap_delete_wxListItem, METH_VARARGS | METH_KEYWORDS }, | |
11470 | { "new_wxListItem", (PyCFunction) _wrap_new_wxListItem, METH_VARARGS | METH_KEYWORDS }, | |
11471 | { "wxListItemAttr_GetFont", (PyCFunction) _wrap_wxListItemAttr_GetFont, METH_VARARGS | METH_KEYWORDS }, | |
11472 | { "wxListItemAttr_GetBackgroundColour", (PyCFunction) _wrap_wxListItemAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11473 | { "wxListItemAttr_GetTextColour", (PyCFunction) _wrap_wxListItemAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11474 | { "wxListItemAttr_HasFont", (PyCFunction) _wrap_wxListItemAttr_HasFont, METH_VARARGS | METH_KEYWORDS }, | |
11475 | { "wxListItemAttr_HasBackgroundColour", (PyCFunction) _wrap_wxListItemAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11476 | { "wxListItemAttr_HasTextColour", (PyCFunction) _wrap_wxListItemAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11477 | { "wxListItemAttr_SetFont", (PyCFunction) _wrap_wxListItemAttr_SetFont, METH_VARARGS | METH_KEYWORDS }, | |
11478 | { "wxListItemAttr_SetBackgroundColour", (PyCFunction) _wrap_wxListItemAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS }, | |
11479 | { "wxListItemAttr_SetTextColour", (PyCFunction) _wrap_wxListItemAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS }, | |
11480 | { "new_wxListItemAttr", (PyCFunction) _wrap_new_wxListItemAttr, METH_VARARGS | METH_KEYWORDS }, | |
11481 | { NULL, NULL } | |
11482 | }; | |
11483 | #ifdef __cplusplus | |
11484 | } | |
11485 | #endif | |
11486 | /* | |
11487 | * This table is used by the pointer type-checker | |
11488 | */ | |
11489 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
11490 | { "_wxEvent","_wxTreeEvent",SwigwxTreeEventTowxEvent}, | |
11491 | { "_wxEvent","_wxListEvent",SwigwxListEventTowxEvent}, | |
11492 | { "_signed_long","_long",0}, | |
11493 | { "_wxPrintQuality","_wxCoord",0}, | |
11494 | { "_wxPrintQuality","_int",0}, | |
11495 | { "_wxPrintQuality","_signed_int",0}, | |
11496 | { "_wxPrintQuality","_unsigned_int",0}, | |
11497 | { "_wxPrintQuality","_wxWindowID",0}, | |
11498 | { "_wxPrintQuality","_uint",0}, | |
11499 | { "_wxPrintQuality","_EBool",0}, | |
11500 | { "_wxPrintQuality","_size_t",0}, | |
11501 | { "_wxPrintQuality","_time_t",0}, | |
11502 | { "_wxNotifyEvent","_wxTreeEvent",SwigwxTreeEventTowxNotifyEvent}, | |
11503 | { "_wxNotifyEvent","_wxListEvent",SwigwxListEventTowxNotifyEvent}, | |
11504 | { "_byte","_unsigned_char",0}, | |
11505 | { "_wxChoice","_wxDirFilterListCtrl",SwigwxDirFilterListCtrlTowxChoice}, | |
11506 | { "_long","_unsigned_long",0}, | |
11507 | { "_long","_signed_long",0}, | |
11508 | { "_size_t","_wxCoord",0}, | |
11509 | { "_size_t","_wxPrintQuality",0}, | |
11510 | { "_size_t","_time_t",0}, | |
11511 | { "_size_t","_unsigned_int",0}, | |
11512 | { "_size_t","_int",0}, | |
11513 | { "_size_t","_wxWindowID",0}, | |
11514 | { "_size_t","_uint",0}, | |
11515 | { "_uint","_wxCoord",0}, | |
11516 | { "_uint","_wxPrintQuality",0}, | |
11517 | { "_uint","_time_t",0}, | |
11518 | { "_uint","_size_t",0}, | |
11519 | { "_uint","_unsigned_int",0}, | |
11520 | { "_uint","_int",0}, | |
11521 | { "_uint","_wxWindowID",0}, | |
11522 | { "_wxChar","_char",0}, | |
11523 | { "_wxCommandEvent","_wxTreeEvent",SwigwxTreeEventTowxCommandEvent}, | |
11524 | { "_wxCommandEvent","_wxListEvent",SwigwxListEventTowxCommandEvent}, | |
11525 | { "_char","_wxChar",0}, | |
11526 | { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0}, | |
11527 | { "_EBool","_wxCoord",0}, | |
11528 | { "_EBool","_wxPrintQuality",0}, | |
11529 | { "_EBool","_signed_int",0}, | |
11530 | { "_EBool","_int",0}, | |
11531 | { "_EBool","_wxWindowID",0}, | |
11532 | { "_unsigned_long","_long",0}, | |
11533 | { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0}, | |
11534 | { "_signed_int","_wxCoord",0}, | |
11535 | { "_signed_int","_wxPrintQuality",0}, | |
11536 | { "_signed_int","_EBool",0}, | |
11537 | { "_signed_int","_wxWindowID",0}, | |
11538 | { "_signed_int","_int",0}, | |
11539 | { "_WXTYPE","_short",0}, | |
11540 | { "_WXTYPE","_signed_short",0}, | |
11541 | { "_WXTYPE","_unsigned_short",0}, | |
11542 | { "_unsigned_short","_WXTYPE",0}, | |
11543 | { "_unsigned_short","_short",0}, | |
11544 | { "_wxObject","_wxDirFilterListCtrl",SwigwxDirFilterListCtrlTowxObject}, | |
11545 | { "_wxObject","_wxGenericDirCtrl",SwigwxGenericDirCtrlTowxObject}, | |
11546 | { "_wxObject","_wxDirItemData",SwigwxDirItemDataTowxObject}, | |
11547 | { "_wxObject","_wxPyTreeCtrl",SwigwxPyTreeCtrlTowxObject}, | |
11548 | { "_wxObject","_wxTreeEvent",SwigwxTreeEventTowxObject}, | |
11549 | { "_wxObject","_wxListView",SwigwxListViewTowxObject}, | |
11550 | { "_wxObject","_wxPyListCtrl",SwigwxPyListCtrlTowxObject}, | |
11551 | { "_wxObject","_wxListEvent",SwigwxListEventTowxObject}, | |
11552 | { "_wxObject","_wxListItem",SwigwxListItemTowxObject}, | |
11553 | { "_signed_short","_WXTYPE",0}, | |
11554 | { "_signed_short","_short",0}, | |
11555 | { "_unsigned_char","_byte",0}, | |
11556 | { "_wxControl","_wxDirFilterListCtrl",SwigwxDirFilterListCtrlTowxControl}, | |
11557 | { "_wxControl","_wxGenericDirCtrl",SwigwxGenericDirCtrlTowxControl}, | |
11558 | { "_wxControl","_wxPyTreeCtrl",SwigwxPyTreeCtrlTowxControl}, | |
11559 | { "_wxControl","_wxListView",SwigwxListViewTowxControl}, | |
11560 | { "_wxControl","_wxPyListCtrl",SwigwxPyListCtrlTowxControl}, | |
11561 | { "_unsigned_int","_wxCoord",0}, | |
11562 | { "_unsigned_int","_wxPrintQuality",0}, | |
11563 | { "_unsigned_int","_time_t",0}, | |
11564 | { "_unsigned_int","_size_t",0}, | |
11565 | { "_unsigned_int","_uint",0}, | |
11566 | { "_unsigned_int","_wxWindowID",0}, | |
11567 | { "_unsigned_int","_int",0}, | |
11568 | { "_short","_WXTYPE",0}, | |
11569 | { "_short","_unsigned_short",0}, | |
11570 | { "_short","_signed_short",0}, | |
11571 | { "_wxControlWithItems","_wxDirFilterListCtrl",SwigwxDirFilterListCtrlTowxControlWithItems}, | |
11572 | { "_wxWindowID","_wxCoord",0}, | |
11573 | { "_wxWindowID","_wxPrintQuality",0}, | |
11574 | { "_wxWindowID","_time_t",0}, | |
11575 | { "_wxWindowID","_size_t",0}, | |
11576 | { "_wxWindowID","_EBool",0}, | |
11577 | { "_wxWindowID","_uint",0}, | |
11578 | { "_wxWindowID","_int",0}, | |
11579 | { "_wxWindowID","_signed_int",0}, | |
11580 | { "_wxWindowID","_unsigned_int",0}, | |
11581 | { "_int","_wxCoord",0}, | |
11582 | { "_int","_wxPrintQuality",0}, | |
11583 | { "_int","_time_t",0}, | |
11584 | { "_int","_size_t",0}, | |
11585 | { "_int","_EBool",0}, | |
11586 | { "_int","_uint",0}, | |
11587 | { "_int","_wxWindowID",0}, | |
11588 | { "_int","_unsigned_int",0}, | |
11589 | { "_int","_signed_int",0}, | |
11590 | { "_time_t","_wxCoord",0}, | |
11591 | { "_time_t","_wxPrintQuality",0}, | |
11592 | { "_time_t","_unsigned_int",0}, | |
11593 | { "_time_t","_int",0}, | |
11594 | { "_time_t","_wxWindowID",0}, | |
11595 | { "_time_t","_uint",0}, | |
11596 | { "_time_t","_size_t",0}, | |
11597 | { "_wxCoord","_int",0}, | |
11598 | { "_wxCoord","_signed_int",0}, | |
11599 | { "_wxCoord","_unsigned_int",0}, | |
11600 | { "_wxCoord","_wxWindowID",0}, | |
11601 | { "_wxCoord","_uint",0}, | |
11602 | { "_wxCoord","_EBool",0}, | |
11603 | { "_wxCoord","_size_t",0}, | |
11604 | { "_wxCoord","_time_t",0}, | |
11605 | { "_wxCoord","_wxPrintQuality",0}, | |
11606 | { "_wxPyListCtrl","_wxListView",SwigwxListViewTowxPyListCtrl}, | |
11607 | { "_wxEvtHandler","_wxDirFilterListCtrl",SwigwxDirFilterListCtrlTowxEvtHandler}, | |
11608 | { "_wxEvtHandler","_wxGenericDirCtrl",SwigwxGenericDirCtrlTowxEvtHandler}, | |
11609 | { "_wxEvtHandler","_wxPyTreeCtrl",SwigwxPyTreeCtrlTowxEvtHandler}, | |
11610 | { "_wxEvtHandler","_wxListView",SwigwxListViewTowxEvtHandler}, | |
11611 | { "_wxEvtHandler","_wxPyListCtrl",SwigwxPyListCtrlTowxEvtHandler}, | |
11612 | { "_wxWindow","_wxDirFilterListCtrl",SwigwxDirFilterListCtrlTowxWindow}, | |
11613 | { "_wxWindow","_wxGenericDirCtrl",SwigwxGenericDirCtrlTowxWindow}, | |
11614 | { "_wxWindow","_wxPyTreeCtrl",SwigwxPyTreeCtrlTowxWindow}, | |
11615 | { "_wxWindow","_wxListView",SwigwxListViewTowxWindow}, | |
11616 | { "_wxWindow","_wxPyListCtrl",SwigwxPyListCtrlTowxWindow}, | |
11617 | {0,0,0}}; | |
11618 | ||
11619 | static PyObject *SWIG_globals; | |
11620 | #ifdef __cplusplus | |
11621 | extern "C" | |
11622 | #endif | |
11623 | SWIGEXPORT(void) initcontrols2c() { | |
11624 | PyObject *m, *d; | |
11625 | SWIG_globals = SWIG_newvarlink(); | |
11626 | m = Py_InitModule("controls2c", controls2cMethods); | |
11627 | d = PyModule_GetDict(m); | |
11628 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_BEGIN_DRAG", PyInt_FromLong((long) wxEVT_COMMAND_LIST_BEGIN_DRAG)); | |
11629 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_BEGIN_RDRAG", PyInt_FromLong((long) wxEVT_COMMAND_LIST_BEGIN_RDRAG)); | |
11630 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT", PyInt_FromLong((long) wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT)); | |
11631 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_END_LABEL_EDIT", PyInt_FromLong((long) wxEVT_COMMAND_LIST_END_LABEL_EDIT)); | |
11632 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_DELETE_ITEM", PyInt_FromLong((long) wxEVT_COMMAND_LIST_DELETE_ITEM)); | |
11633 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS", PyInt_FromLong((long) wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS)); | |
11634 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_GET_INFO", PyInt_FromLong((long) wxEVT_COMMAND_LIST_GET_INFO)); | |
11635 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_SET_INFO", PyInt_FromLong((long) wxEVT_COMMAND_LIST_SET_INFO)); | |
11636 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_ITEM_SELECTED", PyInt_FromLong((long) wxEVT_COMMAND_LIST_ITEM_SELECTED)); | |
11637 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_ITEM_DESELECTED", PyInt_FromLong((long) wxEVT_COMMAND_LIST_ITEM_DESELECTED)); | |
11638 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_KEY_DOWN", PyInt_FromLong((long) wxEVT_COMMAND_LIST_KEY_DOWN)); | |
11639 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_INSERT_ITEM", PyInt_FromLong((long) wxEVT_COMMAND_LIST_INSERT_ITEM)); | |
11640 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_COL_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_LIST_COL_CLICK)); | |
11641 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK)); | |
11642 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK)); | |
11643 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_ITEM_ACTIVATED", PyInt_FromLong((long) wxEVT_COMMAND_LIST_ITEM_ACTIVATED)); | |
11644 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_CACHE_HINT", PyInt_FromLong((long) wxEVT_COMMAND_LIST_CACHE_HINT)); | |
11645 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_COL_RIGHT_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_LIST_COL_RIGHT_CLICK)); | |
11646 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_COL_BEGIN_DRAG", PyInt_FromLong((long) wxEVT_COMMAND_LIST_COL_BEGIN_DRAG)); | |
11647 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_COL_DRAGGING", PyInt_FromLong((long) wxEVT_COMMAND_LIST_COL_DRAGGING)); | |
11648 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_COL_END_DRAG", PyInt_FromLong((long) wxEVT_COMMAND_LIST_COL_END_DRAG)); | |
11649 | PyDict_SetItemString(d,"wxEVT_COMMAND_LIST_ITEM_FOCUSED", PyInt_FromLong((long) wxEVT_COMMAND_LIST_ITEM_FOCUSED)); | |
11650 | PyDict_SetItemString(d,"wxLC_VRULES", PyInt_FromLong((long) wxLC_VRULES)); | |
11651 | PyDict_SetItemString(d,"wxLC_HRULES", PyInt_FromLong((long) wxLC_HRULES)); | |
11652 | PyDict_SetItemString(d,"wxLC_ICON", PyInt_FromLong((long) wxLC_ICON)); | |
11653 | PyDict_SetItemString(d,"wxLC_SMALL_ICON", PyInt_FromLong((long) wxLC_SMALL_ICON)); | |
11654 | PyDict_SetItemString(d,"wxLC_LIST", PyInt_FromLong((long) wxLC_LIST)); | |
11655 | PyDict_SetItemString(d,"wxLC_REPORT", PyInt_FromLong((long) wxLC_REPORT)); | |
11656 | PyDict_SetItemString(d,"wxLC_ALIGN_TOP", PyInt_FromLong((long) wxLC_ALIGN_TOP)); | |
11657 | PyDict_SetItemString(d,"wxLC_ALIGN_LEFT", PyInt_FromLong((long) wxLC_ALIGN_LEFT)); | |
11658 | PyDict_SetItemString(d,"wxLC_AUTOARRANGE", PyInt_FromLong((long) wxLC_AUTOARRANGE)); | |
11659 | PyDict_SetItemString(d,"wxLC_VIRTUAL", PyInt_FromLong((long) wxLC_VIRTUAL)); | |
11660 | PyDict_SetItemString(d,"wxLC_EDIT_LABELS", PyInt_FromLong((long) wxLC_EDIT_LABELS)); | |
11661 | PyDict_SetItemString(d,"wxLC_NO_HEADER", PyInt_FromLong((long) wxLC_NO_HEADER)); | |
11662 | PyDict_SetItemString(d,"wxLC_NO_SORT_HEADER", PyInt_FromLong((long) wxLC_NO_SORT_HEADER)); | |
11663 | PyDict_SetItemString(d,"wxLC_SINGLE_SEL", PyInt_FromLong((long) wxLC_SINGLE_SEL)); | |
11664 | PyDict_SetItemString(d,"wxLC_SORT_ASCENDING", PyInt_FromLong((long) wxLC_SORT_ASCENDING)); | |
11665 | PyDict_SetItemString(d,"wxLC_SORT_DESCENDING", PyInt_FromLong((long) wxLC_SORT_DESCENDING)); | |
11666 | PyDict_SetItemString(d,"wxLC_MASK_TYPE", PyInt_FromLong((long) wxLC_MASK_TYPE)); | |
11667 | PyDict_SetItemString(d,"wxLC_MASK_ALIGN", PyInt_FromLong((long) wxLC_MASK_ALIGN)); | |
11668 | PyDict_SetItemString(d,"wxLC_MASK_SORT", PyInt_FromLong((long) wxLC_MASK_SORT)); | |
11669 | PyDict_SetItemString(d,"wxLC_USER_TEXT", PyInt_FromLong((long) wxLC_USER_TEXT)); | |
11670 | PyDict_SetItemString(d,"wxLIST_MASK_STATE", PyInt_FromLong((long) wxLIST_MASK_STATE)); | |
11671 | PyDict_SetItemString(d,"wxLIST_MASK_TEXT", PyInt_FromLong((long) wxLIST_MASK_TEXT)); | |
11672 | PyDict_SetItemString(d,"wxLIST_MASK_IMAGE", PyInt_FromLong((long) wxLIST_MASK_IMAGE)); | |
11673 | PyDict_SetItemString(d,"wxLIST_MASK_DATA", PyInt_FromLong((long) wxLIST_MASK_DATA)); | |
11674 | PyDict_SetItemString(d,"wxLIST_SET_ITEM", PyInt_FromLong((long) wxLIST_SET_ITEM)); | |
11675 | PyDict_SetItemString(d,"wxLIST_MASK_WIDTH", PyInt_FromLong((long) wxLIST_MASK_WIDTH)); | |
11676 | PyDict_SetItemString(d,"wxLIST_MASK_FORMAT", PyInt_FromLong((long) wxLIST_MASK_FORMAT)); | |
11677 | PyDict_SetItemString(d,"wxLIST_STATE_DONTCARE", PyInt_FromLong((long) wxLIST_STATE_DONTCARE)); | |
11678 | PyDict_SetItemString(d,"wxLIST_STATE_DROPHILITED", PyInt_FromLong((long) wxLIST_STATE_DROPHILITED)); | |
11679 | PyDict_SetItemString(d,"wxLIST_STATE_FOCUSED", PyInt_FromLong((long) wxLIST_STATE_FOCUSED)); | |
11680 | PyDict_SetItemString(d,"wxLIST_STATE_SELECTED", PyInt_FromLong((long) wxLIST_STATE_SELECTED)); | |
11681 | PyDict_SetItemString(d,"wxLIST_STATE_CUT", PyInt_FromLong((long) wxLIST_STATE_CUT)); | |
11682 | PyDict_SetItemString(d,"wxLIST_HITTEST_ABOVE", PyInt_FromLong((long) wxLIST_HITTEST_ABOVE)); | |
11683 | PyDict_SetItemString(d,"wxLIST_HITTEST_BELOW", PyInt_FromLong((long) wxLIST_HITTEST_BELOW)); | |
11684 | PyDict_SetItemString(d,"wxLIST_HITTEST_NOWHERE", PyInt_FromLong((long) wxLIST_HITTEST_NOWHERE)); | |
11685 | PyDict_SetItemString(d,"wxLIST_HITTEST_ONITEMICON", PyInt_FromLong((long) wxLIST_HITTEST_ONITEMICON)); | |
11686 | PyDict_SetItemString(d,"wxLIST_HITTEST_ONITEMLABEL", PyInt_FromLong((long) wxLIST_HITTEST_ONITEMLABEL)); | |
11687 | PyDict_SetItemString(d,"wxLIST_HITTEST_ONITEMRIGHT", PyInt_FromLong((long) wxLIST_HITTEST_ONITEMRIGHT)); | |
11688 | PyDict_SetItemString(d,"wxLIST_HITTEST_ONITEMSTATEICON", PyInt_FromLong((long) wxLIST_HITTEST_ONITEMSTATEICON)); | |
11689 | PyDict_SetItemString(d,"wxLIST_HITTEST_TOLEFT", PyInt_FromLong((long) wxLIST_HITTEST_TOLEFT)); | |
11690 | PyDict_SetItemString(d,"wxLIST_HITTEST_TORIGHT", PyInt_FromLong((long) wxLIST_HITTEST_TORIGHT)); | |
11691 | PyDict_SetItemString(d,"wxLIST_HITTEST_ONITEM", PyInt_FromLong((long) wxLIST_HITTEST_ONITEM)); | |
11692 | PyDict_SetItemString(d,"wxLIST_NEXT_ABOVE", PyInt_FromLong((long) wxLIST_NEXT_ABOVE)); | |
11693 | PyDict_SetItemString(d,"wxLIST_NEXT_ALL", PyInt_FromLong((long) wxLIST_NEXT_ALL)); | |
11694 | PyDict_SetItemString(d,"wxLIST_NEXT_BELOW", PyInt_FromLong((long) wxLIST_NEXT_BELOW)); | |
11695 | PyDict_SetItemString(d,"wxLIST_NEXT_LEFT", PyInt_FromLong((long) wxLIST_NEXT_LEFT)); | |
11696 | PyDict_SetItemString(d,"wxLIST_NEXT_RIGHT", PyInt_FromLong((long) wxLIST_NEXT_RIGHT)); | |
11697 | PyDict_SetItemString(d,"wxLIST_ALIGN_DEFAULT", PyInt_FromLong((long) wxLIST_ALIGN_DEFAULT)); | |
11698 | PyDict_SetItemString(d,"wxLIST_ALIGN_LEFT", PyInt_FromLong((long) wxLIST_ALIGN_LEFT)); | |
11699 | PyDict_SetItemString(d,"wxLIST_ALIGN_TOP", PyInt_FromLong((long) wxLIST_ALIGN_TOP)); | |
11700 | PyDict_SetItemString(d,"wxLIST_ALIGN_SNAP_TO_GRID", PyInt_FromLong((long) wxLIST_ALIGN_SNAP_TO_GRID)); | |
11701 | PyDict_SetItemString(d,"wxLIST_AUTOSIZE", PyInt_FromLong((long) wxLIST_AUTOSIZE)); | |
11702 | PyDict_SetItemString(d,"wxLIST_AUTOSIZE_USEHEADER", PyInt_FromLong((long) wxLIST_AUTOSIZE_USEHEADER)); | |
11703 | PyDict_SetItemString(d,"wxLIST_RECT_BOUNDS", PyInt_FromLong((long) wxLIST_RECT_BOUNDS)); | |
11704 | PyDict_SetItemString(d,"wxLIST_RECT_ICON", PyInt_FromLong((long) wxLIST_RECT_ICON)); | |
11705 | PyDict_SetItemString(d,"wxLIST_RECT_LABEL", PyInt_FromLong((long) wxLIST_RECT_LABEL)); | |
11706 | PyDict_SetItemString(d,"wxLIST_FIND_UP", PyInt_FromLong((long) wxLIST_FIND_UP)); | |
11707 | PyDict_SetItemString(d,"wxLIST_FIND_DOWN", PyInt_FromLong((long) wxLIST_FIND_DOWN)); | |
11708 | PyDict_SetItemString(d,"wxLIST_FIND_LEFT", PyInt_FromLong((long) wxLIST_FIND_LEFT)); | |
11709 | PyDict_SetItemString(d,"wxLIST_FIND_RIGHT", PyInt_FromLong((long) wxLIST_FIND_RIGHT)); | |
11710 | PyDict_SetItemString(d,"wxLIST_FORMAT_LEFT", PyInt_FromLong((long) wxLIST_FORMAT_LEFT)); | |
11711 | PyDict_SetItemString(d,"wxLIST_FORMAT_RIGHT", PyInt_FromLong((long) wxLIST_FORMAT_RIGHT)); | |
11712 | PyDict_SetItemString(d,"wxLIST_FORMAT_CENTRE", PyInt_FromLong((long) wxLIST_FORMAT_CENTRE)); | |
11713 | PyDict_SetItemString(d,"wxLIST_FORMAT_CENTER", PyInt_FromLong((long) wxLIST_FORMAT_CENTER)); | |
11714 | PyDict_SetItemString(d,"wxTR_NO_BUTTONS", PyInt_FromLong((long) wxTR_NO_BUTTONS)); | |
11715 | PyDict_SetItemString(d,"wxTR_HAS_BUTTONS", PyInt_FromLong((long) wxTR_HAS_BUTTONS)); | |
11716 | PyDict_SetItemString(d,"wxTR_NO_LINES", PyInt_FromLong((long) wxTR_NO_LINES)); | |
11717 | PyDict_SetItemString(d,"wxTR_LINES_AT_ROOT", PyInt_FromLong((long) wxTR_LINES_AT_ROOT)); | |
11718 | PyDict_SetItemString(d,"wxTR_SINGLE", PyInt_FromLong((long) wxTR_SINGLE)); | |
11719 | PyDict_SetItemString(d,"wxTR_MULTIPLE", PyInt_FromLong((long) wxTR_MULTIPLE)); | |
11720 | PyDict_SetItemString(d,"wxTR_EXTENDED", PyInt_FromLong((long) wxTR_EXTENDED)); | |
11721 | PyDict_SetItemString(d,"wxTR_HAS_VARIABLE_ROW_HEIGHT", PyInt_FromLong((long) wxTR_HAS_VARIABLE_ROW_HEIGHT)); | |
11722 | PyDict_SetItemString(d,"wxTR_EDIT_LABELS", PyInt_FromLong((long) wxTR_EDIT_LABELS)); | |
11723 | PyDict_SetItemString(d,"wxTR_HIDE_ROOT", PyInt_FromLong((long) wxTR_HIDE_ROOT)); | |
11724 | PyDict_SetItemString(d,"wxTR_ROW_LINES", PyInt_FromLong((long) wxTR_ROW_LINES)); | |
11725 | PyDict_SetItemString(d,"wxTR_FULL_ROW_HIGHLIGHT", PyInt_FromLong((long) wxTR_FULL_ROW_HIGHLIGHT)); | |
11726 | PyDict_SetItemString(d,"wxTR_DEFAULT_STYLE", PyInt_FromLong((long) wxTR_DEFAULT_STYLE)); | |
11727 | PyDict_SetItemString(d,"wxTR_TWIST_BUTTONS", PyInt_FromLong((long) wxTR_TWIST_BUTTONS)); | |
11728 | PyDict_SetItemString(d,"wxTR_MAC_BUTTONS", PyInt_FromLong((long) wxTR_MAC_BUTTONS)); | |
11729 | PyDict_SetItemString(d,"wxTR_AQUA_BUTTONS", PyInt_FromLong((long) wxTR_AQUA_BUTTONS)); | |
11730 | PyDict_SetItemString(d,"wxTreeItemIcon_Normal", PyInt_FromLong((long) wxTreeItemIcon_Normal)); | |
11731 | PyDict_SetItemString(d,"wxTreeItemIcon_Selected", PyInt_FromLong((long) wxTreeItemIcon_Selected)); | |
11732 | PyDict_SetItemString(d,"wxTreeItemIcon_Expanded", PyInt_FromLong((long) wxTreeItemIcon_Expanded)); | |
11733 | PyDict_SetItemString(d,"wxTreeItemIcon_SelectedExpanded", PyInt_FromLong((long) wxTreeItemIcon_SelectedExpanded)); | |
11734 | PyDict_SetItemString(d,"wxTreeItemIcon_Max", PyInt_FromLong((long) wxTreeItemIcon_Max)); | |
11735 | PyDict_SetItemString(d,"wxTREE_HITTEST_ABOVE", PyInt_FromLong((long) wxTREE_HITTEST_ABOVE)); | |
11736 | PyDict_SetItemString(d,"wxTREE_HITTEST_BELOW", PyInt_FromLong((long) wxTREE_HITTEST_BELOW)); | |
11737 | PyDict_SetItemString(d,"wxTREE_HITTEST_NOWHERE", PyInt_FromLong((long) wxTREE_HITTEST_NOWHERE)); | |
11738 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEMBUTTON", PyInt_FromLong((long) wxTREE_HITTEST_ONITEMBUTTON)); | |
11739 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEMICON", PyInt_FromLong((long) wxTREE_HITTEST_ONITEMICON)); | |
11740 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEMINDENT", PyInt_FromLong((long) wxTREE_HITTEST_ONITEMINDENT)); | |
11741 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEMLABEL", PyInt_FromLong((long) wxTREE_HITTEST_ONITEMLABEL)); | |
11742 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEMRIGHT", PyInt_FromLong((long) wxTREE_HITTEST_ONITEMRIGHT)); | |
11743 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEMSTATEICON", PyInt_FromLong((long) wxTREE_HITTEST_ONITEMSTATEICON)); | |
11744 | PyDict_SetItemString(d,"wxTREE_HITTEST_TOLEFT", PyInt_FromLong((long) wxTREE_HITTEST_TOLEFT)); | |
11745 | PyDict_SetItemString(d,"wxTREE_HITTEST_TORIGHT", PyInt_FromLong((long) wxTREE_HITTEST_TORIGHT)); | |
11746 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEMUPPERPART", PyInt_FromLong((long) wxTREE_HITTEST_ONITEMUPPERPART)); | |
11747 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEMLOWERPART", PyInt_FromLong((long) wxTREE_HITTEST_ONITEMLOWERPART)); | |
11748 | PyDict_SetItemString(d,"wxTREE_HITTEST_ONITEM", PyInt_FromLong((long) wxTREE_HITTEST_ONITEM)); | |
11749 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_BEGIN_DRAG", PyInt_FromLong((long) wxEVT_COMMAND_TREE_BEGIN_DRAG)); | |
11750 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_BEGIN_RDRAG", PyInt_FromLong((long) wxEVT_COMMAND_TREE_BEGIN_RDRAG)); | |
11751 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT", PyInt_FromLong((long) wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT)); | |
11752 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_END_LABEL_EDIT", PyInt_FromLong((long) wxEVT_COMMAND_TREE_END_LABEL_EDIT)); | |
11753 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_DELETE_ITEM", PyInt_FromLong((long) wxEVT_COMMAND_TREE_DELETE_ITEM)); | |
11754 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_GET_INFO", PyInt_FromLong((long) wxEVT_COMMAND_TREE_GET_INFO)); | |
11755 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_SET_INFO", PyInt_FromLong((long) wxEVT_COMMAND_TREE_SET_INFO)); | |
11756 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_ITEM_EXPANDED", PyInt_FromLong((long) wxEVT_COMMAND_TREE_ITEM_EXPANDED)); | |
11757 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_ITEM_EXPANDING", PyInt_FromLong((long) wxEVT_COMMAND_TREE_ITEM_EXPANDING)); | |
11758 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_ITEM_COLLAPSED", PyInt_FromLong((long) wxEVT_COMMAND_TREE_ITEM_COLLAPSED)); | |
11759 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_ITEM_COLLAPSING", PyInt_FromLong((long) wxEVT_COMMAND_TREE_ITEM_COLLAPSING)); | |
11760 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_SEL_CHANGED", PyInt_FromLong((long) wxEVT_COMMAND_TREE_SEL_CHANGED)); | |
11761 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_SEL_CHANGING", PyInt_FromLong((long) wxEVT_COMMAND_TREE_SEL_CHANGING)); | |
11762 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_KEY_DOWN", PyInt_FromLong((long) wxEVT_COMMAND_TREE_KEY_DOWN)); | |
11763 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_ITEM_ACTIVATED", PyInt_FromLong((long) wxEVT_COMMAND_TREE_ITEM_ACTIVATED)); | |
11764 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK)); | |
11765 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK)); | |
11766 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_END_DRAG", PyInt_FromLong((long) wxEVT_COMMAND_TREE_END_DRAG)); | |
11767 | PyDict_SetItemString(d,"wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK)); | |
11768 | PyDict_SetItemString(d,"wxDIRCTRL_DIR_ONLY", PyInt_FromLong((long) wxDIRCTRL_DIR_ONLY)); | |
11769 | PyDict_SetItemString(d,"wxDIRCTRL_SELECT_FIRST", PyInt_FromLong((long) wxDIRCTRL_SELECT_FIRST)); | |
11770 | PyDict_SetItemString(d,"wxDIRCTRL_SHOW_FILTERS", PyInt_FromLong((long) wxDIRCTRL_SHOW_FILTERS)); | |
11771 | PyDict_SetItemString(d,"wxDIRCTRL_3D_INTERNAL", PyInt_FromLong((long) wxDIRCTRL_3D_INTERNAL)); | |
11772 | PyDict_SetItemString(d,"wxDIRCTRL_EDIT_LABELS", PyInt_FromLong((long) wxDIRCTRL_EDIT_LABELS)); | |
11773 | PyDict_SetItemString(d,"wxID_TREECTRL", PyInt_FromLong((long) wxID_TREECTRL)); | |
11774 | PyDict_SetItemString(d,"wxID_FILTERLISTCTRL", PyInt_FromLong((long) wxID_FILTERLISTCTRL)); | |
11775 | ||
11776 | // Map renamed classes back to their common name for OOR | |
11777 | wxPyPtrTypeMap_Add("wxTreeItemData", "wxPyTreeItemData"); | |
11778 | wxPyPtrTypeMap_Add("wxTreeCtrl", "wxPyTreeCtrl"); | |
11779 | wxPyPtrTypeMap_Add("wxListCtrl", "wxPyListCtrl"); | |
11780 | PyDict_SetItemString(d,"wxFileIconsTable_folder", PyInt_FromLong((long) wxFileIconsTable::folder)); | |
11781 | PyDict_SetItemString(d,"wxFileIconsTable_folder_open", PyInt_FromLong((long) wxFileIconsTable::folder_open)); | |
11782 | PyDict_SetItemString(d,"wxFileIconsTable_computer", PyInt_FromLong((long) wxFileIconsTable::computer)); | |
11783 | PyDict_SetItemString(d,"wxFileIconsTable_drive", PyInt_FromLong((long) wxFileIconsTable::drive)); | |
11784 | PyDict_SetItemString(d,"wxFileIconsTable_cdrom", PyInt_FromLong((long) wxFileIconsTable::cdrom)); | |
11785 | PyDict_SetItemString(d,"wxFileIconsTable_floppy", PyInt_FromLong((long) wxFileIconsTable::floppy)); | |
11786 | PyDict_SetItemString(d,"wxFileIconsTable_removeable", PyInt_FromLong((long) wxFileIconsTable::removeable)); | |
11787 | PyDict_SetItemString(d,"wxFileIconsTable_file", PyInt_FromLong((long) wxFileIconsTable::file)); | |
11788 | PyDict_SetItemString(d,"wxFileIconsTable_executable", PyInt_FromLong((long) wxFileIconsTable::executable)); | |
11789 | { | |
11790 | int i; | |
11791 | for (i = 0; _swig_mapping[i].n1; i++) | |
11792 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
11793 | } | |
11794 | } |