]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/gtk/_controls_wrap.cpp
Moved xrc out of contrib and into the core source dir, just like in
[wxWidgets.git] / wxPython / src / gtk / _controls_wrap.cpp
1 /* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
3 * Version 1.3.22
4 *
5 * This file is not intended to be easily readable and contains a number of
6 * coding conventions designed to improve portability and efficiency. Do not make
7 * changes to this file unless you know what you are doing--modify the SWIG
8 * interface file instead.
9 * ----------------------------------------------------------------------------- */
10
11 #define SWIGPYTHON
12 #define SWIG_NOINCLUDE
13
14 #ifdef __cplusplus
15 template<class T> class SwigValueWrapper {
16 T *tt;
17 public:
18 SwigValueWrapper() : tt(0) { }
19 SwigValueWrapper(const SwigValueWrapper<T>& rhs) : tt(new T(*rhs.tt)) { }
20 SwigValueWrapper(const T& t) : tt(new T(t)) { }
21 ~SwigValueWrapper() { delete tt; }
22 SwigValueWrapper& operator=(const T& t) { delete tt; tt = new T(t); return *this; }
23 operator T&() const { return *tt; }
24 T *operator&() { return tt; }
25 private:
26 SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
27 };
28 #endif
29
30
31 #include "Python.h"
32
33 /*************************************************************** -*- c -*-
34 * python/precommon.swg
35 *
36 * Rename all exported symbols from common.swg, to avoid symbol
37 * clashes if multiple interpreters are included
38 *
39 ************************************************************************/
40
41 #define SWIG_TypeRegister SWIG_Python_TypeRegister
42 #define SWIG_TypeCheck SWIG_Python_TypeCheck
43 #define SWIG_TypeCast SWIG_Python_TypeCast
44 #define SWIG_TypeDynamicCast SWIG_Python_TypeDynamicCast
45 #define SWIG_TypeName SWIG_Python_TypeName
46 #define SWIG_TypePrettyName SWIG_Python_TypePrettyName
47 #define SWIG_TypeQuery SWIG_Python_TypeQuery
48 #define SWIG_TypeClientData SWIG_Python_TypeClientData
49 #define SWIG_PackData SWIG_Python_PackData
50 #define SWIG_UnpackData SWIG_Python_UnpackData
51
52
53 /***********************************************************************
54 * common.swg for wxPython
55 *
56 * Include only the function prototypes and such from SWIG's common.swg,
57 * but not the runtime functions themselves. This helps keep the
58 * wrapper files clean of unnecessary stuff that is in the libpy.c file
59 * anyway.
60 *
61 ************************************************************************/
62
63 #include <string.h>
64
65 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
66 # if defined(_MSC_VER) || defined(__GNUC__)
67 # if defined(STATIC_LINKED)
68 # define SWIGEXPORT(a) a
69 # define SWIGIMPORT(a) extern a
70 # else
71 # define SWIGEXPORT(a) __declspec(dllexport) a
72 # define SWIGIMPORT(a) extern a
73 # endif
74 # else
75 # if defined(__BORLANDC__)
76 # define SWIGEXPORT(a) a _export
77 # define SWIGIMPORT(a) a _export
78 # else
79 # define SWIGEXPORT(a) a
80 # define SWIGIMPORT(a) a
81 # endif
82 # endif
83 #else
84 # define SWIGEXPORT(a) a
85 # define SWIGIMPORT(a) a
86 #endif
87
88 #ifdef SWIG_GLOBAL
89 # define SWIGRUNTIME(a) SWIGEXPORT(a)
90 #else
91 # define SWIGRUNTIME(a) static a
92 #endif
93
94 #ifdef __cplusplus
95 extern "C" {
96 #endif
97
98 typedef void *(*swig_converter_func)(void *);
99 typedef struct swig_type_info *(*swig_dycast_func)(void **);
100
101 typedef struct swig_type_info {
102 const char *name;
103 swig_converter_func converter;
104 const char *str;
105 void *clientdata;
106 swig_dycast_func dcast;
107 struct swig_type_info *next;
108 struct swig_type_info *prev;
109 } swig_type_info;
110
111
112 SWIGIMPORT(swig_type_info *) SWIG_TypeRegister(swig_type_info *);
113 SWIGIMPORT(swig_type_info *) SWIG_TypeCheck(char *c, swig_type_info *);
114 SWIGIMPORT(void *) SWIG_TypeCast(swig_type_info *, void *);
115 SWIGIMPORT(swig_type_info *) SWIG_TypeDynamicCast(swig_type_info *, void **);
116 SWIGIMPORT(const char *) SWIG_TypeName(const swig_type_info *);
117 SWIGIMPORT(const char *) SWIG_TypePrettyName(const swig_type_info *);
118 SWIGIMPORT(swig_type_info *) SWIG_TypeQuery(const char *);
119 SWIGIMPORT(void) SWIG_TypeClientData(swig_type_info *, void *);
120 SWIGIMPORT(char *) SWIG_PackData(char *, void *, int);
121 SWIGIMPORT(char *) SWIG_UnpackData(char *, void *, int);
122
123
124 #ifdef __cplusplus
125 }
126 #endif
127
128
129 /***********************************************************************
130 * pyrun.swg for wxPython
131 *
132 * Include only the function prototypes and such from SWIG's pyrun.swg,
133 * but not the runtime functions themselves. This helps keep the
134 * wrapper files clean of unnecessary stuff that is in the libpy.c file
135 * anyway.
136 *
137 ************************************************************************/
138
139 #ifdef __cplusplus
140 extern "C" {
141 #endif
142
143 #define SWIG_PY_INT 1
144 #define SWIG_PY_FLOAT 2
145 #define SWIG_PY_STRING 3
146 #define SWIG_PY_POINTER 4
147 #define SWIG_PY_BINARY 5
148
149 /* Flags for pointer conversion */
150
151 #define SWIG_POINTER_EXCEPTION 0x1
152 #define SWIG_POINTER_DISOWN 0x2
153
154 /* Exception handling in wrappers */
155 #define SWIG_fail goto fail
156
157 /* Constant information structure */
158 typedef struct swig_const_info {
159 int type;
160 char *name;
161 long lvalue;
162 double dvalue;
163 void *pvalue;
164 swig_type_info **ptype;
165 } swig_const_info;
166
167 /* Common SWIG API */
168 #define SWIG_ConvertPtr(obj, pp, type, flags) \
169 SWIG_Python_ConvertPtr(obj, pp, type, flags)
170 #define SWIG_NewPointerObj(p, type, flags) \
171 SWIG_Python_NewPointerObj(p, type, flags)
172 #define SWIG_MustGetPtr(p, type, argnum, flags) \
173 SWIG_Python_MustGetPtr(p, type, argnum, flags)
174
175 /* Python-specific SWIG API */
176 #define SWIG_newvarlink() \
177 SWIG_Python_newvarlink()
178 #define SWIG_addvarlink(p, name, get_attr, set_attr) \
179 SWIG_Python_addvarlink(p, name, get_attr, set_attr)
180 #define SWIG_ConvertPacked(obj, ptr, sz, ty, flags) \
181 SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags)
182 #define SWIG_NewPackedObj(ptr, sz, type) \
183 SWIG_Python_NewPackedObj(ptr, sz, type)
184 #define SWIG_InstallConstants(d, constants) \
185 SWIG_Python_InstallConstants(d, constants)
186
187 typedef double (*py_objasdbl_conv)(PyObject *obj);
188
189 SWIGIMPORT(int) SWIG_Python_ConvertPtr(PyObject *, void **, swig_type_info *, int);
190 SWIGIMPORT(PyObject *) SWIG_Python_NewPointerObj(void *, swig_type_info *,int own);
191 SWIGIMPORT(void *) SWIG_Python_MustGetPtr(PyObject *, swig_type_info *, int, int);
192 SWIGIMPORT(PyObject *) SWIG_Python_newvarlink(void);
193 SWIGIMPORT(void) SWIG_Python_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
194 SWIGIMPORT(int) SWIG_Python_ConvertPacked(PyObject *, void *, int sz, swig_type_info *, int);
195 SWIGIMPORT(PyObject *) SWIG_Python_NewPackedObj(void *, int sz, swig_type_info *);
196 SWIGIMPORT(void) SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]);
197
198
199 /* Contract support */
200
201 #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else
202
203 #ifdef __cplusplus
204 }
205 #endif
206
207
208
209 /* -------- TYPES TABLE (BEGIN) -------- */
210
211 #define SWIGTYPE_p_wxTextUrlEvent swig_types[0]
212 #define SWIGTYPE_p_wxBookCtrlEvent swig_types[1]
213 #define SWIGTYPE_p_wxSizer swig_types[2]
214 #define SWIGTYPE_p_wxCheckBox swig_types[3]
215 #define SWIGTYPE_p_wxPyTreeCtrl swig_types[4]
216 #define SWIGTYPE_p_wxEvent swig_types[5]
217 #define SWIGTYPE_p_wxGenericDirCtrl swig_types[6]
218 #define SWIGTYPE_p_bool swig_types[7]
219 #define SWIGTYPE_p_wxPyTreeItemData swig_types[8]
220 #define SWIGTYPE_p_wxItemContainer swig_types[9]
221 #define SWIGTYPE_p_wxPyListCtrl swig_types[10]
222 #define SWIGTYPE_p_wxDirFilterListCtrl swig_types[11]
223 #define SWIGTYPE_p_wxStaticLine swig_types[12]
224 #define SWIGTYPE_p_wxControl swig_types[13]
225 #define SWIGTYPE_p_wxPyControl swig_types[14]
226 #define SWIGTYPE_p_wxGauge swig_types[15]
227 #define SWIGTYPE_p_wxToolBarBase swig_types[16]
228 #define SWIGTYPE_p_wxFont swig_types[17]
229 #define SWIGTYPE_p_wxToggleButton swig_types[18]
230 #define SWIGTYPE_p_wxRadioButton swig_types[19]
231 #define SWIGTYPE_p_wxChoice swig_types[20]
232 #define SWIGTYPE_p_wxMemoryDC swig_types[21]
233 #define SWIGTYPE_p_wxListItemAttr swig_types[22]
234 #define SWIGTYPE_p_void swig_types[23]
235 #define SWIGTYPE_p_int swig_types[24]
236 #define SWIGTYPE_p_wxSize swig_types[25]
237 #define SWIGTYPE_p_wxDC swig_types[26]
238 #define SWIGTYPE_p_wxListView swig_types[27]
239 #define SWIGTYPE_p_wxIcon swig_types[28]
240 #define SWIGTYPE_p_wxVisualAttributes swig_types[29]
241 #define SWIGTYPE_p_wxTextCtrl swig_types[30]
242 #define SWIGTYPE_p_wxNotebook swig_types[31]
243 #define SWIGTYPE_p_wxNotifyEvent swig_types[32]
244 #define SWIGTYPE_p_wxArrayString swig_types[33]
245 #define SWIGTYPE_p_wxListbook swig_types[34]
246 #define SWIGTYPE_p_wxStaticBitmap swig_types[35]
247 #define SWIGTYPE_p_wxSlider swig_types[36]
248 #define SWIGTYPE_p_wxStaticBox swig_types[37]
249 #define SWIGTYPE_p_wxArrayInt swig_types[38]
250 #define SWIGTYPE_p_wxContextHelp swig_types[39]
251 #define SWIGTYPE_p_long swig_types[40]
252 #define SWIGTYPE_p_wxEvtHandler swig_types[41]
253 #define SWIGTYPE_p_wxListEvent swig_types[42]
254 #define SWIGTYPE_p_wxCheckListBox swig_types[43]
255 #define SWIGTYPE_p_wxListBox swig_types[44]
256 #define SWIGTYPE_p_wxBookCtrl swig_types[45]
257 #define SWIGTYPE_p_wxSpinButton swig_types[46]
258 #define SWIGTYPE_p_wxButton swig_types[47]
259 #define SWIGTYPE_p_wxBitmapButton swig_types[48]
260 #define SWIGTYPE_p_wxRect swig_types[49]
261 #define SWIGTYPE_p_wxContextHelpButton swig_types[50]
262 #define SWIGTYPE_p_wxRadioBox swig_types[51]
263 #define SWIGTYPE_p_wxScrollBar swig_types[52]
264 #define SWIGTYPE_p_char swig_types[53]
265 #define SWIGTYPE_p_wxTreeItemId swig_types[54]
266 #define SWIGTYPE_p_wxComboBox swig_types[55]
267 #define SWIGTYPE_p_wxHelpEvent swig_types[56]
268 #define SWIGTYPE_p_wxListItem swig_types[57]
269 #define SWIGTYPE_p_wxNotebookSizer swig_types[58]
270 #define SWIGTYPE_p_wxSpinEvent swig_types[59]
271 #define SWIGTYPE_p_wxGenericDragImage swig_types[60]
272 #define SWIGTYPE_p_wxSpinCtrl swig_types[61]
273 #define SWIGTYPE_p_wxImageList swig_types[62]
274 #define SWIGTYPE_p_wxHelpProvider swig_types[63]
275 #define SWIGTYPE_p_wxTextAttr swig_types[64]
276 #define SWIGTYPE_p_wxSimpleHelpProvider swig_types[65]
277 #define SWIGTYPE_p_wxPoint swig_types[66]
278 #define SWIGTYPE_p_wxListbookEvent swig_types[67]
279 #define SWIGTYPE_p_wxNotebookEvent swig_types[68]
280 #define SWIGTYPE_p_wxObject swig_types[69]
281 #define SWIGTYPE_p_wxCursor swig_types[70]
282 #define SWIGTYPE_p_wxKeyEvent swig_types[71]
283 #define SWIGTYPE_p_wxWindow swig_types[72]
284 #define SWIGTYPE_p_wxString swig_types[73]
285 #define SWIGTYPE_p_wxBitmap swig_types[74]
286 #define SWIGTYPE_p_wxTreeEvent swig_types[75]
287 #define SWIGTYPE_p_wxMouseEvent swig_types[76]
288 #define SWIGTYPE_p_wxCommandEvent swig_types[77]
289 #define SWIGTYPE_p_wxStaticText swig_types[78]
290 #define SWIGTYPE_p_wxControlWithItems swig_types[79]
291 #define SWIGTYPE_p_wxToolBarToolBase swig_types[80]
292 #define SWIGTYPE_p_wxColour swig_types[81]
293 #define SWIGTYPE_p_wxToolBar swig_types[82]
294 #define SWIGTYPE_p_wxBookCtrlSizer swig_types[83]
295 #define SWIGTYPE_p_wxValidator swig_types[84]
296 static swig_type_info *swig_types[86];
297
298 /* -------- TYPES TABLE (END) -------- */
299
300
301 /*-----------------------------------------------
302 @(target):= _controls_.so
303 ------------------------------------------------*/
304 #define SWIG_init init_controls_
305
306 #define SWIG_name "_controls_"
307
308 /* Auxiliar swig macros that appear in the header */
309
310 #define SWIG_OLDOBJ 1
311 #define SWIG_NEWOBJ SWIG_OLDOBJ + 1
312 #define SWIG_PYSTR SWIG_NEWOBJ + 1
313
314 #ifdef __cplusplus
315 #define SWIGSTATICINLINE(a) static inline a
316 #define SWIGSTATIC(a) static a
317 #define swig_new_array(size,Type) (new Type[(size)])
318 #define swig_delete(cptr) delete cptr
319 #define swig_delete_array(cptr) delete[] cptr
320 #define swig_const_cast(a,Type) const_cast<Type >(a)
321 #define swig_static_cast(a,Type) static_cast<Type >(a)
322 #define swig_reinterpret_cast(a,Type) reinterpret_cast<Type >(a)
323 #define swig_new_copy(ptr,Type) (new Type(*ptr))
324 #define swig_numeric_cast(a,Type) static_cast<Type >(a)
325
326 #else /* C case */
327
328 #define SWIGSTATICINLINE(a) static a
329 #define SWIGSTATIC(a) static a
330 #define swig_new_array(size,Type) ((Type*) malloc((size)*sizeof(Type)))
331 #define swig_delete(cptr) free((char*)cptr)
332 #define swig_delete_array(cptr) free((char*)cptr)
333 #define swig_const_cast(a,Type) (Type)(a)
334 #define swig_static_cast(a,Type) (Type)(a)
335 #define swig_reinterpret_cast(a,Type) (Type)(a)
336 #define swig_numeric_cast(a,Type) (Type)(a)
337 #define swig_new_copy(ptr,Type) ((Type*)memcpy(malloc(sizeof(Type)),ptr,sizeof(Type)))
338
339 #endif /* __cplusplus */
340
341
342 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
343 #define SWIG_From_signed_SS_char PyInt_FromLong
344 /*@@*/
345 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
346 #define SWIG_From_unsigned_SS_char PyInt_FromLong
347 /*@@*/
348 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
349 #define SWIG_From_short PyInt_FromLong
350 /*@@*/
351 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
352 #define SWIG_From_unsigned_SS_short PyInt_FromLong
353 /*@@*/
354 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
355 #define SWIG_From_int PyInt_FromLong
356 /*@@*/
357 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
358 #define SWIG_From_long PyInt_FromLong
359 /*@@*/
360 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
361 #define SWIG_From_float PyFloat_FromDouble
362 /*@@*/
363 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
364 #define SWIG_From_double PyFloat_FromDouble
365 /*@@*/
366
367
368 #include "wx/wxPython/wxPython.h"
369 #include "wx/wxPython/pyclasses.h"
370
371 static const wxString wxPyPanelNameStr(wxPanelNameStr);
372 static const wxString wxPyEmptyString(wxEmptyString);
373 static const wxString wxPyControlNameStr(wxControlNameStr);
374
375 const wxArrayString wxPyEmptyStringArray;
376
377 static const wxString wxPyButtonNameStr(wxButtonNameStr);
378
379 #include <limits.h>
380
381
382 SWIGSTATICINLINE(int)
383 SWIG_CheckLongInRange(long value, long min_value, long max_value,
384 const char *errmsg)
385 {
386 if (value < min_value) {
387 if (errmsg) {
388 PyErr_Format(PyExc_OverflowError,
389 "value %ld is less than '%s' minimum %ld",
390 value, errmsg, min_value);
391 }
392 return 0;
393 } else if (value > max_value) {
394 if (errmsg) {
395 PyErr_Format(PyExc_OverflowError,
396 "value %ld is greater than '%s' maximum %ld",
397 value, errmsg, max_value);
398 }
399 return 0;
400 }
401 return 1;
402 }
403
404
405 // See my_fragments.i
406 SWIGSTATICINLINE(int)
407 SWIG_AsVal_long(PyObject* obj, long* val)
408 {
409 if (PyNumber_Check(obj)) {
410 if (val) *val = PyInt_AsLong(obj);
411 return 1;
412 }
413 else {
414 PyObject* errmsg = PyString_FromFormat("Expected number, got %s",
415 obj->ob_type->tp_name);
416 PyErr_SetObject(PyExc_TypeError, errmsg);
417 Py_DECREF(errmsg);
418 }
419 return 0;
420 }
421
422
423 #if INT_MAX != LONG_MAX
424 SWIGSTATICINLINE(int)
425 SWIG_AsVal_int(PyObject *obj, int *val)
426 {
427 const char* errmsg = val ? "int" : 0;
428 long v;
429 if (SWIG_AsVal_long(obj, &v)) {
430 if (SWIG_CheckLongInRange(v, INT_MIN,INT_MAX, errmsg)) {
431 if (val) *val = swig_numeric_cast(v, int);
432 return 1;
433 } else {
434 return 0;
435 }
436 } else {
437 PyErr_Clear();
438 }
439 if (val) {
440 PyErr_SetString(PyExc_TypeError, "an int is expected");
441 }
442 return 0;
443 }
444 #else
445 SWIGSTATICINLINE(int)
446 SWIG_AsVal_int(PyObject *obj, int *val)
447 {
448 return SWIG_AsVal_long(obj,(long*)val);
449 }
450 #endif
451
452
453 SWIGSTATICINLINE(int)
454 SWIG_As_int(PyObject* obj)
455 {
456 int v;
457 if (!SWIG_AsVal_int(obj, &v)) {
458 /*
459 this is needed to make valgrind/purify happier. the other
460 solution is throw an exception, but since this code should work
461 with plain C ....
462 */
463 memset((void*)&v, 0, sizeof(int));
464 }
465 return v;
466 }
467
468
469 SWIGSTATICINLINE(long)
470 SWIG_As_long(PyObject* obj)
471 {
472 long v;
473 if (!SWIG_AsVal_long(obj, &v)) {
474 /*
475 this is needed to make valgrind/purify happier. the other
476 solution is throw an exception, but since this code should work
477 with plain C ....
478 */
479 memset((void*)&v, 0, sizeof(long));
480 }
481 return v;
482 }
483
484
485 SWIGSTATICINLINE(int)
486 SWIG_Check_int(PyObject* obj)
487 {
488 return SWIG_AsVal_int(obj, (int*)0);
489 }
490
491
492 SWIGSTATICINLINE(int)
493 SWIG_Check_long(PyObject* obj)
494 {
495 return SWIG_AsVal_long(obj, (long*)0);
496 }
497
498 static const wxString wxPyCheckBoxNameStr(wxCheckBoxNameStr);
499
500 SWIGSTATICINLINE(int)
501 SWIG_AsVal_bool(PyObject *obj, bool *val)
502 {
503 /* if (val) *val = PyObject_IsTrue(obj); return 1; */
504 if (obj == Py_True) {
505 if (val) *val = true;
506 return 1;
507 }
508 if (obj == Py_False) {
509 if (val) *val = false;
510 return 1;
511 }
512 int res = 0;
513 if (SWIG_AsVal_int(obj, &res)) {
514 if (val) *val = (bool)res;
515 return 1;
516 }
517 if (val) {
518 PyErr_SetString(PyExc_TypeError, "a bool is expected");
519 }
520 return 0;
521 }
522
523
524 SWIGSTATICINLINE(bool)
525 SWIG_As_bool(PyObject* obj)
526 {
527 bool v;
528 if (!SWIG_AsVal_bool(obj, &v)) {
529 /*
530 this is needed to make valgrind/purify happier. the other
531 solution is throw an exception, but since this code should work
532 with plain C ....
533 */
534 memset((void*)&v, 0, sizeof(bool));
535 }
536 return v;
537 }
538
539
540 SWIGSTATICINLINE(int)
541 SWIG_Check_bool(PyObject* obj)
542 {
543 return SWIG_AsVal_bool(obj, (bool*)0);
544 }
545
546 static const wxString wxPyChoiceNameStr(wxChoiceNameStr);
547 static const wxString wxPyComboBoxNameStr(wxComboBoxNameStr);
548 static const wxString wxPyGaugeNameStr(wxGaugeNameStr);
549 static const wxString wxPyStaticBitmapNameStr(wxStaticBitmapNameStr);
550 static const wxString wxPyStaticBoxNameStr(wxStaticBoxNameStr);
551 static const wxString wxPyStaticTextNameStr(wxStaticTextNameStr);
552
553 #include <wx/checklst.h>
554
555
556 static const wxString wxPyListBoxNameStr(wxListBoxNameStr);
557 void wxListBox_Insert(wxListBox *self,wxString const &item,int pos,PyObject *clientData){
558 if (clientData) {
559 wxPyClientData* data = new wxPyClientData(clientData);
560 self->Insert(item, pos, data);
561 } else
562 self->Insert(item, pos);
563 }
564 PyObject *wxListBox_GetSelections(wxListBox *self){
565 wxArrayInt lst;
566 self->GetSelections(lst);
567 PyObject *tup = PyTuple_New(lst.GetCount());
568 for(size_t i=0; i<lst.GetCount(); i++) {
569 PyTuple_SetItem(tup, i, PyInt_FromLong(lst[i]));
570 }
571 return tup;
572 }
573 void wxListBox_SetItemForegroundColour(wxListBox *self,int item,wxColour const &c){
574 #ifdef __WXMSW__
575 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
576 self->GetItem(item)->SetTextColour(c);
577 #endif
578 }
579 void wxListBox_SetItemBackgroundColour(wxListBox *self,int item,wxColour const &c){
580 #ifdef __WXMSW__
581 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
582 self->GetItem(item)->SetBackgroundColour(c);
583 #endif
584 }
585 void wxListBox_SetItemFont(wxListBox *self,int item,wxFont const &f){
586 #ifdef __WXMSW__
587 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
588 self->GetItem(item)->SetFont(f);
589 #endif
590 }
591 static const wxString wxPyTextCtrlNameStr(wxTextCtrlNameStr);
592
593 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
594 PyObject* o2;
595 PyObject* o3;
596
597 if (!target) {
598 target = o;
599 } else if (target == Py_None) {
600 Py_DECREF(Py_None);
601 target = o;
602 } else {
603 if (!PyTuple_Check(target)) {
604 o2 = target;
605 target = PyTuple_New(1);
606 PyTuple_SetItem(target, 0, o2);
607 }
608 o3 = PyTuple_New(1);
609 PyTuple_SetItem(o3, 0, o);
610
611 o2 = target;
612 target = PySequence_Concat(o2, o3);
613 Py_DECREF(o2);
614 Py_DECREF(o3);
615 }
616 return target;
617 }
618
619
620
621 // See my_fragments.i
622 SWIGSTATICINLINE(int)
623 SWIG_AsVal_unsigned_SS_long(PyObject* obj, unsigned long* val)
624 {
625 long v = 0;
626 if (SWIG_AsVal_long(obj, &v) && v < 0) {
627 PyErr_SetString(PyExc_TypeError, "negative value received for unsigned type");
628 return 0;
629 }
630 else if (val)
631 *val = (unsigned long)v;
632 return 1;
633 }
634
635
636 SWIGSTATICINLINE(unsigned long)
637 SWIG_As_unsigned_SS_long(PyObject* obj)
638 {
639 unsigned long v;
640 if (!SWIG_AsVal_unsigned_SS_long(obj, &v)) {
641 /*
642 this is needed to make valgrind/purify happier. the other
643 solution is throw an exception, but since this code should work
644 with plain C ....
645 */
646 memset((void*)&v, 0, sizeof(unsigned long));
647 }
648 return v;
649 }
650
651
652 SWIGSTATICINLINE(int)
653 SWIG_Check_unsigned_SS_long(PyObject* obj)
654 {
655 return SWIG_AsVal_unsigned_SS_long(obj, (unsigned long*)0);
656 }
657
658 void wxTextCtrl_write(wxTextCtrl *self,wxString const &text){
659 self->AppendText(text);
660 }
661 wxString wxTextCtrl_GetString(wxTextCtrl *self,long from,long to){
662 return self->GetValue().Mid(from, to - from);
663 }
664 static const wxString wxPyScrollBarNameStr(wxScrollBarNameStr);
665 static const wxString wxPySPIN_BUTTON_NAME(wxSPIN_BUTTON_NAME);
666 static const wxString wxPySpinCtrlNameStr(_T("wxSpinCtrl"));
667 static const wxString wxPyRadioBoxNameStr(wxRadioBoxNameStr);
668 static const wxString wxPyRadioButtonNameStr(wxRadioButtonNameStr);
669 int wxRadioBox_GetColumnCount(wxRadioBox const *self){ return -1; }
670 int wxRadioBox_GetRowCount(wxRadioBox const *self){ return -1; }
671 int wxRadioBox_GetNextItem(wxRadioBox const *self,int item,wxDirection dir,long style){ return -1; }
672
673 #include <wx/slider.h>
674
675
676 static const wxString wxPySliderNameStr(wxSliderNameStr);
677 static const wxString wxPyToggleButtonNameStr(_T("wxToggleButton"));
678
679 #if !wxUSE_TOGGLEBTN
680 // implement dummy items for platforms that don't have this class
681
682 #define wxEVT_COMMAND_TOGGLEBUTTON_CLICKED 0
683
684 class wxToggleButton : public wxControl
685 {
686 public:
687 wxToggleButton(wxWindow *, wxWindowID, const wxString&,
688 const wxPoint&, const wxSize&, long,
689 const wxValidator&, const wxString&)
690 { wxPyRaiseNotImplemented(); }
691
692 wxToggleButton()
693 { wxPyRaiseNotImplemented(); }
694 };
695 #endif
696
697 static const wxString wxPyNOTEBOOK_NAME(wxNOTEBOOK_NAME);
698
699 SWIGSTATICINLINE(PyObject* )
700 SWIG_From_unsigned_SS_long(unsigned long value)
701 {
702 return (value > LONG_MAX) ?
703 PyLong_FromUnsignedLong(value)
704 : PyInt_FromLong(swig_numeric_cast(value,long));
705 }
706
707 static const wxString wxPyToolBarNameStr(wxToolBarNameStr);
708 PyObject *wxToolBarToolBase_GetClientData(wxToolBarToolBase *self){
709 wxPyUserData* udata = (wxPyUserData*)self->GetClientData();
710 if (udata) {
711 Py_INCREF(udata->m_obj);
712 return udata->m_obj;
713 } else {
714 Py_INCREF(Py_None);
715 return Py_None;
716 }
717 }
718 void wxToolBarToolBase_SetClientData(wxToolBarToolBase *self,PyObject *clientData){
719 self->SetClientData(new wxPyUserData(clientData));
720 }
721 wxToolBarToolBase *wxToolBarBase_DoAddTool(wxToolBarBase *self,int id,wxString const &label,wxBitmap const &bitmap,wxBitmap const &bmpDisabled,wxItemKind kind,wxString const &shortHelp,wxString const &longHelp,PyObject *clientData){
722 wxPyUserData* udata = NULL;
723 if (clientData && clientData != Py_None)
724 udata = new wxPyUserData(clientData);
725 return self->AddTool(id, label, bitmap, bmpDisabled, kind,
726 shortHelp, longHelp, udata);
727 }
728 wxToolBarToolBase *wxToolBarBase_DoInsertTool(wxToolBarBase *self,size_t pos,int id,wxString const &label,wxBitmap const &bitmap,wxBitmap const &bmpDisabled,wxItemKind kind,wxString const &shortHelp,wxString const &longHelp,PyObject *clientData){
729 wxPyUserData* udata = NULL;
730 if (clientData && clientData != Py_None)
731 udata = new wxPyUserData(clientData);
732 return self->InsertTool(pos, id, label, bitmap, bmpDisabled, kind,
733 shortHelp, longHelp, udata);
734 }
735 PyObject *wxToolBarBase_GetToolClientData(wxToolBarBase *self,int id){
736 wxPyUserData* udata = (wxPyUserData*)self->GetToolClientData(id);
737 if (udata) {
738 Py_INCREF(udata->m_obj);
739 return udata->m_obj;
740 } else {
741 Py_INCREF(Py_None);
742 return Py_None;
743 }
744 }
745 void wxToolBarBase_SetToolClientData(wxToolBarBase *self,int id,PyObject *clientData){
746 self->SetToolClientData(id, new wxPyUserData(clientData));
747 }
748
749 #include <wx/listctrl.h>
750
751 static const wxString wxPyListCtrlNameStr(_T("wxListCtrl"));
752 void wxListItemAttr_Destroy(wxListItemAttr *self){ delete self; }
753 // Python aware sorting function for wxPyListCtrl
754 static int wxCALLBACK wxPyListCtrl_SortItems(long item1, long item2, long funcPtr) {
755 int retval = 0;
756 PyObject* func = (PyObject*)funcPtr;
757 bool blocked = wxPyBeginBlockThreads();
758
759 PyObject* args = Py_BuildValue("(ii)", item1, item2);
760 PyObject* result = PyEval_CallObject(func, args);
761 Py_DECREF(args);
762 if (result) {
763 retval = PyInt_AsLong(result);
764 Py_DECREF(result);
765 }
766
767 wxPyEndBlockThreads(blocked);
768 return retval;
769 }
770
771 // C++ Version of a Python aware class
772 class wxPyListCtrl : public wxListCtrl {
773 DECLARE_ABSTRACT_CLASS(wxPyListCtrl);
774 public:
775 wxPyListCtrl() : wxListCtrl() {}
776 wxPyListCtrl(wxWindow* parent, wxWindowID id,
777 const wxPoint& pos,
778 const wxSize& size,
779 long style,
780 const wxValidator& validator,
781 const wxString& name) :
782 wxListCtrl(parent, id, pos, size, style, validator, name) {}
783
784 bool Create(wxWindow* parent, wxWindowID id,
785 const wxPoint& pos,
786 const wxSize& size,
787 long style,
788 const wxValidator& validator,
789 const wxString& name) {
790 return wxListCtrl::Create(parent, id, pos, size, style, validator, name);
791 }
792
793 DEC_PYCALLBACK_STRING_LONGLONG(OnGetItemText);
794 DEC_PYCALLBACK_INT_LONG(OnGetItemImage);
795 DEC_PYCALLBACK_LISTATTR_LONG(OnGetItemAttr);
796
797 PYPRIVATE;
798 };
799
800 IMPLEMENT_ABSTRACT_CLASS(wxPyListCtrl, wxListCtrl);
801
802 IMP_PYCALLBACK_STRING_LONGLONG(wxPyListCtrl, wxListCtrl, OnGetItemText);
803 IMP_PYCALLBACK_INT_LONG(wxPyListCtrl, wxListCtrl, OnGetItemImage);
804 IMP_PYCALLBACK_LISTATTR_LONG(wxPyListCtrl, wxListCtrl, OnGetItemAttr);
805
806 wxListItem *wxPyListCtrl_GetColumn(wxPyListCtrl *self,int col){
807 wxListItem item;
808 item.SetMask( wxLIST_MASK_STATE |
809 wxLIST_MASK_TEXT |
810 wxLIST_MASK_IMAGE |
811 wxLIST_MASK_DATA |
812 wxLIST_SET_ITEM |
813 wxLIST_MASK_WIDTH |
814 wxLIST_MASK_FORMAT
815 );
816 if (self->GetColumn(col, item))
817 return new wxListItem(item);
818 else
819 return NULL;
820 }
821 wxListItem *wxPyListCtrl_GetItem(wxPyListCtrl *self,long itemId,int col){
822 wxListItem* info = new wxListItem;
823 info->m_itemId = itemId;
824 info->m_col = col;
825 info->m_mask = 0xFFFF;
826 self->GetItem(*info);
827 return info;
828 }
829 wxPoint wxPyListCtrl_GetItemPosition(wxPyListCtrl *self,long item){
830 wxPoint pos;
831 self->GetItemPosition(item, pos);
832 return pos;
833 }
834 wxRect wxPyListCtrl_GetItemRect(wxPyListCtrl *self,long item,int code){
835 wxRect rect;
836 self->GetItemRect(item, rect, code);
837 return rect;
838 }
839
840 bool wxPyListCtrl_SortItems(wxPyListCtrl *self,PyObject *func){
841 if (!PyCallable_Check(func))
842 return False;
843 return self->SortItems((wxListCtrlCompare)wxPyListCtrl_SortItems, (long)func);
844 }
845 wxWindow *wxPyListCtrl_GetMainWindow(wxPyListCtrl *self){
846
847
848
849 return (wxWindow*)self->m_mainWin;
850
851 }
852
853 #include <wx/treectrl.h>
854 #include "wx/wxPython/pytree.h"
855
856 static const wxString wxPyTreeCtrlNameStr(_T("wxTreeCtrl"));
857 bool wxTreeItemId___eq__(wxTreeItemId *self,wxTreeItemId const *other){ return other ? (*self == *other) : False; }
858 bool wxTreeItemId___ne__(wxTreeItemId *self,wxTreeItemId const *other){ return other ? (*self != *other) : True; }
859 void wxPyTreeItemData_Destroy(wxPyTreeItemData *self){ delete self; }
860 // C++ version of Python aware wxTreeCtrl
861 class wxPyTreeCtrl : public wxTreeCtrl {
862 DECLARE_ABSTRACT_CLASS(wxPyTreeCtrl);
863 public:
864 wxPyTreeCtrl() : wxTreeCtrl() {}
865 wxPyTreeCtrl(wxWindow *parent, wxWindowID id,
866 const wxPoint& pos,
867 const wxSize& size,
868 long style,
869 const wxValidator& validator,
870 const wxString& name) :
871 wxTreeCtrl(parent, id, pos, size, style, validator, name) {}
872
873 bool Create(wxWindow *parent, wxWindowID id,
874 const wxPoint& pos,
875 const wxSize& size,
876 long style,
877 const wxValidator& validator,
878 const wxString& name) {
879 return wxTreeCtrl::Create(parent, id, pos, size, style, validator, name);
880 }
881
882
883 int OnCompareItems(const wxTreeItemId& item1,
884 const wxTreeItemId& item2) {
885 int rval = 0;
886 bool found;
887 bool blocked = wxPyBeginBlockThreads();
888 if ((found = wxPyCBH_findCallback(m_myInst, "OnCompareItems"))) {
889 PyObject *o1 = wxPyConstructObject((void*)&item1, wxT("wxTreeItemId"), False);
890 PyObject *o2 = wxPyConstructObject((void*)&item2, wxT("wxTreeItemId"), False);
891 rval = wxPyCBH_callCallback(m_myInst, Py_BuildValue("(OO)",o1,o2));
892 Py_DECREF(o1);
893 Py_DECREF(o2);
894 }
895 wxPyEndBlockThreads(blocked);
896 if (! found)
897 rval = wxTreeCtrl::OnCompareItems(item1, item2);
898 return rval;
899 }
900 PYPRIVATE;
901 };
902
903 IMPLEMENT_ABSTRACT_CLASS(wxPyTreeCtrl, wxTreeCtrl);
904
905
906
907 #if UINT_MAX < LONG_MAX
908 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
909 #define SWIG_From_unsigned_SS_int SWIG_From_long
910 /*@@*/
911 #else
912 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
913 #define SWIG_From_unsigned_SS_int SWIG_From_unsigned_SS_long
914 /*@@*/
915 #endif
916
917
918 SWIGSTATICINLINE(int)
919 SWIG_CheckUnsignedLongInRange(unsigned long value,
920 unsigned long max_value,
921 const char *errmsg)
922 {
923 if (value > max_value) {
924 if (errmsg) {
925 PyErr_Format(PyExc_OverflowError,
926 "value %ld is greater than '%s' minimum %ld",
927 value, errmsg, max_value);
928 }
929 return 0;
930 }
931 return 1;
932 }
933
934
935 #if UINT_MAX != ULONG_MAX
936 SWIGSTATICINLINE(int)
937 SWIG_AsVal_unsigned_SS_int(PyObject *obj, unsigned int *val)
938 {
939 const char* errmsg = val ? "unsigned int" : 0;
940 unsigned long v;
941 if (SWIG_AsVal_unsigned_SS_long(obj, &v)) {
942 if (SWIG_CheckUnsignedLongInRange(v, INT_MAX, errmsg)) {
943 if (val) *val = swig_numeric_cast(v, unsigned int);
944 return 1;
945 }
946 } else {
947 PyErr_Clear();
948 }
949 if (val) {
950 PyErr_SetString(PyExc_TypeError, "an unsigned int is expected");
951 }
952 return 0;
953 }
954 #else
955 SWIGSTATICINLINE(unsigned int)
956 SWIG_AsVal_unsigned_SS_int(PyObject *obj, unsigned int *val)
957 {
958 return SWIG_AsVal_unsigned_SS_long(obj,(unsigned long *)val);
959 }
960 #endif
961
962
963 SWIGSTATICINLINE(unsigned int)
964 SWIG_As_unsigned_SS_int(PyObject* obj)
965 {
966 unsigned int v;
967 if (!SWIG_AsVal_unsigned_SS_int(obj, &v)) {
968 /*
969 this is needed to make valgrind/purify happier. the other
970 solution is throw an exception, but since this code should work
971 with plain C ....
972 */
973 memset((void*)&v, 0, sizeof(unsigned int));
974 }
975 return v;
976 }
977
978
979 SWIGSTATICINLINE(int)
980 SWIG_Check_unsigned_SS_int(PyObject* obj)
981 {
982 return SWIG_AsVal_unsigned_SS_int(obj, (unsigned int*)0);
983 }
984
985 wxPyTreeItemData *wxPyTreeCtrl_GetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item){
986 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
987 if (data == NULL) {
988 data = new wxPyTreeItemData();
989 data->SetId(item); // set the id
990 self->SetItemData(item, data);
991 }
992 return data;
993 }
994 PyObject *wxPyTreeCtrl_GetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item){
995 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
996 if (data == NULL) {
997 data = new wxPyTreeItemData();
998 data->SetId(item); // set the id
999 self->SetItemData(item, data);
1000 }
1001 return data->GetData();
1002 }
1003 void wxPyTreeCtrl_SetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item,wxPyTreeItemData *data){
1004 data->SetId(item); // set the id
1005 self->SetItemData(item, data);
1006 }
1007 void wxPyTreeCtrl_SetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item,PyObject *obj){
1008 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
1009 if (data == NULL) {
1010 data = new wxPyTreeItemData(obj);
1011 data->SetId(item); // set the id
1012 self->SetItemData(item, data);
1013 } else
1014 data->SetData(obj);
1015 }
1016 PyObject *wxPyTreeCtrl_GetSelections(wxPyTreeCtrl *self){
1017 bool blocked = wxPyBeginBlockThreads();
1018 PyObject* rval = PyList_New(0);
1019 wxArrayTreeItemIds array;
1020 size_t num, x;
1021 num = self->GetSelections(array);
1022 for (x=0; x < num; x++) {
1023 wxTreeItemId *tii = new wxTreeItemId(array.Item(x));
1024 PyObject* item = wxPyConstructObject((void*)tii, wxT("wxTreeItemId"), True);
1025 PyList_Append(rval, item);
1026 Py_DECREF(item);
1027 }
1028 wxPyEndBlockThreads(blocked);
1029 return rval;
1030 }
1031 PyObject *wxPyTreeCtrl_GetFirstChild(wxPyTreeCtrl *self,wxTreeItemId const &item){
1032 void* cookie = 0;
1033 wxTreeItemId* ritem = new wxTreeItemId(self->GetFirstChild(item, cookie));
1034 bool blocked = wxPyBeginBlockThreads();
1035 PyObject* tup = PyTuple_New(2);
1036 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), True));
1037 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
1038 wxPyEndBlockThreads(blocked);
1039 return tup;
1040 }
1041 PyObject *wxPyTreeCtrl_GetNextChild(wxPyTreeCtrl *self,wxTreeItemId const &item,void *cookie){
1042 wxTreeItemId* ritem = new wxTreeItemId(self->GetNextChild(item, cookie));
1043 bool blocked = wxPyBeginBlockThreads();
1044 PyObject* tup = PyTuple_New(2);
1045 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), True));
1046 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
1047 wxPyEndBlockThreads(blocked);
1048 return tup;
1049 }
1050 PyObject *wxPyTreeCtrl_GetBoundingRect(wxPyTreeCtrl *self,wxTreeItemId const &item,bool textOnly){
1051 wxRect rect;
1052 if (self->GetBoundingRect(item, rect, textOnly)) {
1053 bool blocked = wxPyBeginBlockThreads();
1054 wxRect* r = new wxRect(rect);
1055 PyObject* val = wxPyConstructObject((void*)r, wxT("wxRect"), True);
1056 wxPyEndBlockThreads(blocked);
1057 return val;
1058 }
1059 else
1060 RETURN_NONE();
1061 }
1062 static const wxString wxPyDirDialogDefaultFolderStr(wxDirDialogDefaultFolderStr);
1063
1064 SWIGSTATICINLINE(PyObject*)
1065 SWIG_From_bool(bool value)
1066 {
1067 PyObject *obj = value ? Py_True : Py_False;
1068 Py_INCREF(obj);
1069 return obj;
1070 }
1071
1072
1073 // C++ version of Python aware wxControl
1074 class wxPyControl : public wxControl
1075 {
1076 DECLARE_DYNAMIC_CLASS(wxPyControl)
1077 public:
1078 wxPyControl() : wxControl() {}
1079 wxPyControl(wxWindow* parent, const wxWindowID id,
1080 const wxPoint& pos = wxDefaultPosition,
1081 const wxSize& size = wxDefaultSize,
1082 long style = 0,
1083 const wxValidator& validator=wxDefaultValidator,
1084 const wxString& name = wxPyControlNameStr)
1085 : wxControl(parent, id, pos, size, style, validator, name) {}
1086
1087 void SetBestSize(const wxSize& size) { wxControl::SetBestSize(size); }
1088
1089 DEC_PYCALLBACK_VOID_INT4(DoMoveWindow);
1090 DEC_PYCALLBACK_VOID_INT5(DoSetSize);
1091 DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize);
1092 DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize);
1093
1094 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize);
1095 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize);
1096 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition);
1097
1098 DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize);
1099 DEC_PYCALLBACK_SIZE_const(DoGetBestSize);
1100
1101 DEC_PYCALLBACK__(InitDialog);
1102 DEC_PYCALLBACK_BOOL_(TransferDataFromWindow);
1103 DEC_PYCALLBACK_BOOL_(TransferDataToWindow);
1104 DEC_PYCALLBACK_BOOL_(Validate);
1105
1106 DEC_PYCALLBACK_BOOL_const(AcceptsFocus);
1107 DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard);
1108 DEC_PYCALLBACK_SIZE_const(GetMaxSize);
1109
1110 DEC_PYCALLBACK_VOID_WXWINBASE(AddChild);
1111 DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild);
1112
1113 DEC_PYCALLBACK_BOOL_const(ShouldInheritColours);
1114 DEC_PYCALLBACK__COLOUR(ApplyParentThemeBackground);
1115 DEC_PYCALLBACK_VIZATTR_(GetDefaultAttributes);
1116
1117 PYPRIVATE;
1118 };
1119
1120 IMPLEMENT_DYNAMIC_CLASS(wxPyControl, wxControl);
1121
1122 IMP_PYCALLBACK_VOID_INT4(wxPyControl, wxControl, DoMoveWindow);
1123 IMP_PYCALLBACK_VOID_INT5(wxPyControl, wxControl, DoSetSize);
1124 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetClientSize);
1125 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetVirtualSize);
1126
1127 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetSize);
1128 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetClientSize);
1129 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetPosition);
1130
1131 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetVirtualSize);
1132 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetBestSize);
1133
1134 IMP_PYCALLBACK__(wxPyControl, wxControl, InitDialog);
1135 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataFromWindow);
1136 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataToWindow);
1137 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, Validate);
1138
1139 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocus);
1140 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocusFromKeyboard);
1141 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, GetMaxSize);
1142
1143 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, AddChild);
1144 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, RemoveChild);
1145
1146 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, ShouldInheritColours);
1147 IMP_PYCALLBACK__COLOUR(wxPyControl, wxControl, ApplyParentThemeBackground);
1148 IMP_PYCALLBACK_VIZATTR_(wxPyControl, wxControl, GetDefaultAttributes);
1149
1150
1151
1152 void wxHelpProvider_Destroy(wxHelpProvider *self){ delete self; }
1153
1154 #include <wx/generic/dragimgg.h>
1155
1156 #ifdef __cplusplus
1157 extern "C" {
1158 #endif
1159 static int _wrap_ButtonNameStr_set(PyObject *) {
1160 PyErr_SetString(PyExc_TypeError,"Variable ButtonNameStr is read-only.");
1161 return 1;
1162 }
1163
1164
1165 static PyObject *_wrap_ButtonNameStr_get() {
1166 PyObject *pyobj;
1167
1168 {
1169 #if wxUSE_UNICODE
1170 pyobj = PyUnicode_FromWideChar((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
1171 #else
1172 pyobj = PyString_FromStringAndSize((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
1173 #endif
1174 }
1175 return pyobj;
1176 }
1177
1178
1179 static PyObject *_wrap_new_Button(PyObject *, PyObject *args, PyObject *kwargs) {
1180 PyObject *resultobj;
1181 wxWindow *arg1 = (wxWindow *) 0 ;
1182 int arg2 = (int) -1 ;
1183 wxString const &arg3_defvalue = wxPyEmptyString ;
1184 wxString *arg3 = (wxString *) &arg3_defvalue ;
1185 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1186 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1187 wxSize const &arg5_defvalue = wxDefaultSize ;
1188 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1189 long arg6 = (long) 0 ;
1190 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1191 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1192 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1193 wxString *arg8 = (wxString *) &arg8_defvalue ;
1194 wxButton *result;
1195 bool temp3 = False ;
1196 wxPoint temp4 ;
1197 wxSize temp5 ;
1198 bool temp8 = False ;
1199 PyObject * obj0 = 0 ;
1200 PyObject * obj1 = 0 ;
1201 PyObject * obj2 = 0 ;
1202 PyObject * obj3 = 0 ;
1203 PyObject * obj4 = 0 ;
1204 PyObject * obj5 = 0 ;
1205 PyObject * obj6 = 0 ;
1206 PyObject * obj7 = 0 ;
1207 char *kwnames[] = {
1208 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1209 };
1210
1211 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_Button",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1212 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1213 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1214 if (obj1) {
1215 arg2 = (int)SWIG_As_int(obj1);
1216 if (PyErr_Occurred()) SWIG_fail;
1217 }
1218 if (obj2) {
1219 {
1220 arg3 = wxString_in_helper(obj2);
1221 if (arg3 == NULL) SWIG_fail;
1222 temp3 = True;
1223 }
1224 }
1225 if (obj3) {
1226 {
1227 arg4 = &temp4;
1228 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1229 }
1230 }
1231 if (obj4) {
1232 {
1233 arg5 = &temp5;
1234 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1235 }
1236 }
1237 if (obj5) {
1238 arg6 = (long)SWIG_As_long(obj5);
1239 if (PyErr_Occurred()) SWIG_fail;
1240 }
1241 if (obj6) {
1242 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
1243 SWIG_POINTER_EXCEPTION | 0)) == -1)
1244 SWIG_fail;
1245 if (arg7 == NULL) {
1246 PyErr_SetString(PyExc_TypeError,"null reference");
1247 SWIG_fail;
1248 }
1249 }
1250 if (obj7) {
1251 {
1252 arg8 = wxString_in_helper(obj7);
1253 if (arg8 == NULL) SWIG_fail;
1254 temp8 = True;
1255 }
1256 }
1257 {
1258 if (!wxPyCheckForApp()) SWIG_fail;
1259 PyThreadState* __tstate = wxPyBeginAllowThreads();
1260 result = (wxButton *)new wxButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1261
1262 wxPyEndAllowThreads(__tstate);
1263 if (PyErr_Occurred()) SWIG_fail;
1264 }
1265 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxButton, 1);
1266 {
1267 if (temp3)
1268 delete arg3;
1269 }
1270 {
1271 if (temp8)
1272 delete arg8;
1273 }
1274 return resultobj;
1275 fail:
1276 {
1277 if (temp3)
1278 delete arg3;
1279 }
1280 {
1281 if (temp8)
1282 delete arg8;
1283 }
1284 return NULL;
1285 }
1286
1287
1288 static PyObject *_wrap_new_PreButton(PyObject *, PyObject *args, PyObject *kwargs) {
1289 PyObject *resultobj;
1290 wxButton *result;
1291 char *kwnames[] = {
1292 NULL
1293 };
1294
1295 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreButton",kwnames)) goto fail;
1296 {
1297 if (!wxPyCheckForApp()) SWIG_fail;
1298 PyThreadState* __tstate = wxPyBeginAllowThreads();
1299 result = (wxButton *)new wxButton();
1300
1301 wxPyEndAllowThreads(__tstate);
1302 if (PyErr_Occurred()) SWIG_fail;
1303 }
1304 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxButton, 1);
1305 return resultobj;
1306 fail:
1307 return NULL;
1308 }
1309
1310
1311 static PyObject *_wrap_Button_Create(PyObject *, PyObject *args, PyObject *kwargs) {
1312 PyObject *resultobj;
1313 wxButton *arg1 = (wxButton *) 0 ;
1314 wxWindow *arg2 = (wxWindow *) 0 ;
1315 int arg3 = (int) -1 ;
1316 wxString const &arg4_defvalue = wxPyEmptyString ;
1317 wxString *arg4 = (wxString *) &arg4_defvalue ;
1318 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1319 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1320 wxSize const &arg6_defvalue = wxDefaultSize ;
1321 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1322 long arg7 = (long) 0 ;
1323 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1324 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1325 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1326 wxString *arg9 = (wxString *) &arg9_defvalue ;
1327 bool result;
1328 bool temp4 = False ;
1329 wxPoint temp5 ;
1330 wxSize temp6 ;
1331 bool temp9 = False ;
1332 PyObject * obj0 = 0 ;
1333 PyObject * obj1 = 0 ;
1334 PyObject * obj2 = 0 ;
1335 PyObject * obj3 = 0 ;
1336 PyObject * obj4 = 0 ;
1337 PyObject * obj5 = 0 ;
1338 PyObject * obj6 = 0 ;
1339 PyObject * obj7 = 0 ;
1340 PyObject * obj8 = 0 ;
1341 char *kwnames[] = {
1342 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1343 };
1344
1345 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:Button_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1346 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxButton,
1347 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1348 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
1349 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1350 if (obj2) {
1351 arg3 = (int)SWIG_As_int(obj2);
1352 if (PyErr_Occurred()) SWIG_fail;
1353 }
1354 if (obj3) {
1355 {
1356 arg4 = wxString_in_helper(obj3);
1357 if (arg4 == NULL) SWIG_fail;
1358 temp4 = True;
1359 }
1360 }
1361 if (obj4) {
1362 {
1363 arg5 = &temp5;
1364 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1365 }
1366 }
1367 if (obj5) {
1368 {
1369 arg6 = &temp6;
1370 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1371 }
1372 }
1373 if (obj6) {
1374 arg7 = (long)SWIG_As_long(obj6);
1375 if (PyErr_Occurred()) SWIG_fail;
1376 }
1377 if (obj7) {
1378 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
1379 SWIG_POINTER_EXCEPTION | 0)) == -1)
1380 SWIG_fail;
1381 if (arg8 == NULL) {
1382 PyErr_SetString(PyExc_TypeError,"null reference");
1383 SWIG_fail;
1384 }
1385 }
1386 if (obj8) {
1387 {
1388 arg9 = wxString_in_helper(obj8);
1389 if (arg9 == NULL) SWIG_fail;
1390 temp9 = True;
1391 }
1392 }
1393 {
1394 PyThreadState* __tstate = wxPyBeginAllowThreads();
1395 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1396
1397 wxPyEndAllowThreads(__tstate);
1398 if (PyErr_Occurred()) SWIG_fail;
1399 }
1400 {
1401 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1402 }
1403 {
1404 if (temp4)
1405 delete arg4;
1406 }
1407 {
1408 if (temp9)
1409 delete arg9;
1410 }
1411 return resultobj;
1412 fail:
1413 {
1414 if (temp4)
1415 delete arg4;
1416 }
1417 {
1418 if (temp9)
1419 delete arg9;
1420 }
1421 return NULL;
1422 }
1423
1424
1425 static PyObject *_wrap_Button_SetDefault(PyObject *, PyObject *args, PyObject *kwargs) {
1426 PyObject *resultobj;
1427 wxButton *arg1 = (wxButton *) 0 ;
1428 PyObject * obj0 = 0 ;
1429 char *kwnames[] = {
1430 (char *) "self", NULL
1431 };
1432
1433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Button_SetDefault",kwnames,&obj0)) goto fail;
1434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxButton,
1435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1436 {
1437 PyThreadState* __tstate = wxPyBeginAllowThreads();
1438 (arg1)->SetDefault();
1439
1440 wxPyEndAllowThreads(__tstate);
1441 if (PyErr_Occurred()) SWIG_fail;
1442 }
1443 Py_INCREF(Py_None); resultobj = Py_None;
1444 return resultobj;
1445 fail:
1446 return NULL;
1447 }
1448
1449
1450 static PyObject *_wrap_Button_GetDefaultSize(PyObject *, PyObject *args, PyObject *kwargs) {
1451 PyObject *resultobj;
1452 wxSize result;
1453 char *kwnames[] = {
1454 NULL
1455 };
1456
1457 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":Button_GetDefaultSize",kwnames)) goto fail;
1458 {
1459 PyThreadState* __tstate = wxPyBeginAllowThreads();
1460 result = wxButton::GetDefaultSize();
1461
1462 wxPyEndAllowThreads(__tstate);
1463 if (PyErr_Occurred()) SWIG_fail;
1464 }
1465 {
1466 wxSize * resultptr;
1467 resultptr = new wxSize((wxSize &) result);
1468 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
1469 }
1470 return resultobj;
1471 fail:
1472 return NULL;
1473 }
1474
1475
1476 static PyObject *_wrap_Button_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
1477 PyObject *resultobj;
1478 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
1479 wxVisualAttributes result;
1480 PyObject * obj0 = 0 ;
1481 char *kwnames[] = {
1482 (char *) "variant", NULL
1483 };
1484
1485 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Button_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
1486 if (obj0) {
1487 arg1 = (int)SWIG_As_int(obj0);
1488 if (PyErr_Occurred()) SWIG_fail;
1489 }
1490 {
1491 if (!wxPyCheckForApp()) SWIG_fail;
1492 PyThreadState* __tstate = wxPyBeginAllowThreads();
1493 result = wxButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
1494
1495 wxPyEndAllowThreads(__tstate);
1496 if (PyErr_Occurred()) SWIG_fail;
1497 }
1498 {
1499 wxVisualAttributes * resultptr;
1500 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
1501 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
1502 }
1503 return resultobj;
1504 fail:
1505 return NULL;
1506 }
1507
1508
1509 static PyObject * Button_swigregister(PyObject *, PyObject *args) {
1510 PyObject *obj;
1511 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1512 SWIG_TypeClientData(SWIGTYPE_p_wxButton, obj);
1513 Py_INCREF(obj);
1514 return Py_BuildValue((char *)"");
1515 }
1516 static PyObject *_wrap_new_BitmapButton(PyObject *, PyObject *args, PyObject *kwargs) {
1517 PyObject *resultobj;
1518 wxWindow *arg1 = (wxWindow *) 0 ;
1519 int arg2 = (int) -1 ;
1520 wxBitmap const &arg3_defvalue = wxNullBitmap ;
1521 wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ;
1522 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1523 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1524 wxSize const &arg5_defvalue = wxDefaultSize ;
1525 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1526 long arg6 = (long) wxBU_AUTODRAW ;
1527 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1528 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1529 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1530 wxString *arg8 = (wxString *) &arg8_defvalue ;
1531 wxBitmapButton *result;
1532 wxPoint temp4 ;
1533 wxSize temp5 ;
1534 bool temp8 = False ;
1535 PyObject * obj0 = 0 ;
1536 PyObject * obj1 = 0 ;
1537 PyObject * obj2 = 0 ;
1538 PyObject * obj3 = 0 ;
1539 PyObject * obj4 = 0 ;
1540 PyObject * obj5 = 0 ;
1541 PyObject * obj6 = 0 ;
1542 PyObject * obj7 = 0 ;
1543 char *kwnames[] = {
1544 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1545 };
1546
1547 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_BitmapButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1548 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1549 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1550 if (obj1) {
1551 arg2 = (int)SWIG_As_int(obj1);
1552 if (PyErr_Occurred()) SWIG_fail;
1553 }
1554 if (obj2) {
1555 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap,
1556 SWIG_POINTER_EXCEPTION | 0)) == -1)
1557 SWIG_fail;
1558 if (arg3 == NULL) {
1559 PyErr_SetString(PyExc_TypeError,"null reference");
1560 SWIG_fail;
1561 }
1562 }
1563 if (obj3) {
1564 {
1565 arg4 = &temp4;
1566 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1567 }
1568 }
1569 if (obj4) {
1570 {
1571 arg5 = &temp5;
1572 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1573 }
1574 }
1575 if (obj5) {
1576 arg6 = (long)SWIG_As_long(obj5);
1577 if (PyErr_Occurred()) SWIG_fail;
1578 }
1579 if (obj6) {
1580 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
1581 SWIG_POINTER_EXCEPTION | 0)) == -1)
1582 SWIG_fail;
1583 if (arg7 == NULL) {
1584 PyErr_SetString(PyExc_TypeError,"null reference");
1585 SWIG_fail;
1586 }
1587 }
1588 if (obj7) {
1589 {
1590 arg8 = wxString_in_helper(obj7);
1591 if (arg8 == NULL) SWIG_fail;
1592 temp8 = True;
1593 }
1594 }
1595 {
1596 if (!wxPyCheckForApp()) SWIG_fail;
1597 PyThreadState* __tstate = wxPyBeginAllowThreads();
1598 result = (wxBitmapButton *)new wxBitmapButton(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1599
1600 wxPyEndAllowThreads(__tstate);
1601 if (PyErr_Occurred()) SWIG_fail;
1602 }
1603 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBitmapButton, 1);
1604 {
1605 if (temp8)
1606 delete arg8;
1607 }
1608 return resultobj;
1609 fail:
1610 {
1611 if (temp8)
1612 delete arg8;
1613 }
1614 return NULL;
1615 }
1616
1617
1618 static PyObject *_wrap_new_PreBitmapButton(PyObject *, PyObject *args, PyObject *kwargs) {
1619 PyObject *resultobj;
1620 wxBitmapButton *result;
1621 char *kwnames[] = {
1622 NULL
1623 };
1624
1625 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreBitmapButton",kwnames)) goto fail;
1626 {
1627 if (!wxPyCheckForApp()) SWIG_fail;
1628 PyThreadState* __tstate = wxPyBeginAllowThreads();
1629 result = (wxBitmapButton *)new wxBitmapButton();
1630
1631 wxPyEndAllowThreads(__tstate);
1632 if (PyErr_Occurred()) SWIG_fail;
1633 }
1634 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBitmapButton, 1);
1635 return resultobj;
1636 fail:
1637 return NULL;
1638 }
1639
1640
1641 static PyObject *_wrap_BitmapButton_Create(PyObject *, PyObject *args, PyObject *kwargs) {
1642 PyObject *resultobj;
1643 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1644 wxWindow *arg2 = (wxWindow *) 0 ;
1645 int arg3 = (int) -1 ;
1646 wxBitmap const &arg4_defvalue = wxNullBitmap ;
1647 wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ;
1648 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1649 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1650 wxSize const &arg6_defvalue = wxDefaultSize ;
1651 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1652 long arg7 = (long) wxBU_AUTODRAW ;
1653 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1654 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1655 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1656 wxString *arg9 = (wxString *) &arg9_defvalue ;
1657 bool result;
1658 wxPoint temp5 ;
1659 wxSize temp6 ;
1660 bool temp9 = False ;
1661 PyObject * obj0 = 0 ;
1662 PyObject * obj1 = 0 ;
1663 PyObject * obj2 = 0 ;
1664 PyObject * obj3 = 0 ;
1665 PyObject * obj4 = 0 ;
1666 PyObject * obj5 = 0 ;
1667 PyObject * obj6 = 0 ;
1668 PyObject * obj7 = 0 ;
1669 PyObject * obj8 = 0 ;
1670 char *kwnames[] = {
1671 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1672 };
1673
1674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:BitmapButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1675 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1676 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1677 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
1678 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1679 if (obj2) {
1680 arg3 = (int)SWIG_As_int(obj2);
1681 if (PyErr_Occurred()) SWIG_fail;
1682 }
1683 if (obj3) {
1684 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
1685 SWIG_POINTER_EXCEPTION | 0)) == -1)
1686 SWIG_fail;
1687 if (arg4 == NULL) {
1688 PyErr_SetString(PyExc_TypeError,"null reference");
1689 SWIG_fail;
1690 }
1691 }
1692 if (obj4) {
1693 {
1694 arg5 = &temp5;
1695 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1696 }
1697 }
1698 if (obj5) {
1699 {
1700 arg6 = &temp6;
1701 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1702 }
1703 }
1704 if (obj6) {
1705 arg7 = (long)SWIG_As_long(obj6);
1706 if (PyErr_Occurred()) SWIG_fail;
1707 }
1708 if (obj7) {
1709 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
1710 SWIG_POINTER_EXCEPTION | 0)) == -1)
1711 SWIG_fail;
1712 if (arg8 == NULL) {
1713 PyErr_SetString(PyExc_TypeError,"null reference");
1714 SWIG_fail;
1715 }
1716 }
1717 if (obj8) {
1718 {
1719 arg9 = wxString_in_helper(obj8);
1720 if (arg9 == NULL) SWIG_fail;
1721 temp9 = True;
1722 }
1723 }
1724 {
1725 PyThreadState* __tstate = wxPyBeginAllowThreads();
1726 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1727
1728 wxPyEndAllowThreads(__tstate);
1729 if (PyErr_Occurred()) SWIG_fail;
1730 }
1731 {
1732 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1733 }
1734 {
1735 if (temp9)
1736 delete arg9;
1737 }
1738 return resultobj;
1739 fail:
1740 {
1741 if (temp9)
1742 delete arg9;
1743 }
1744 return NULL;
1745 }
1746
1747
1748 static PyObject *_wrap_BitmapButton_GetBitmapLabel(PyObject *, PyObject *args, PyObject *kwargs) {
1749 PyObject *resultobj;
1750 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1751 wxBitmap result;
1752 PyObject * obj0 = 0 ;
1753 char *kwnames[] = {
1754 (char *) "self", NULL
1755 };
1756
1757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapLabel",kwnames,&obj0)) goto fail;
1758 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1759 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1760 {
1761 PyThreadState* __tstate = wxPyBeginAllowThreads();
1762 result = (arg1)->GetBitmapLabel();
1763
1764 wxPyEndAllowThreads(__tstate);
1765 if (PyErr_Occurred()) SWIG_fail;
1766 }
1767 {
1768 wxBitmap * resultptr;
1769 resultptr = new wxBitmap((wxBitmap &) result);
1770 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1771 }
1772 return resultobj;
1773 fail:
1774 return NULL;
1775 }
1776
1777
1778 static PyObject *_wrap_BitmapButton_GetBitmapDisabled(PyObject *, PyObject *args, PyObject *kwargs) {
1779 PyObject *resultobj;
1780 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1781 wxBitmap result;
1782 PyObject * obj0 = 0 ;
1783 char *kwnames[] = {
1784 (char *) "self", NULL
1785 };
1786
1787 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapDisabled",kwnames,&obj0)) goto fail;
1788 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1789 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1790 {
1791 PyThreadState* __tstate = wxPyBeginAllowThreads();
1792 result = (arg1)->GetBitmapDisabled();
1793
1794 wxPyEndAllowThreads(__tstate);
1795 if (PyErr_Occurred()) SWIG_fail;
1796 }
1797 {
1798 wxBitmap * resultptr;
1799 resultptr = new wxBitmap((wxBitmap &) result);
1800 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1801 }
1802 return resultobj;
1803 fail:
1804 return NULL;
1805 }
1806
1807
1808 static PyObject *_wrap_BitmapButton_GetBitmapFocus(PyObject *, PyObject *args, PyObject *kwargs) {
1809 PyObject *resultobj;
1810 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1811 wxBitmap result;
1812 PyObject * obj0 = 0 ;
1813 char *kwnames[] = {
1814 (char *) "self", NULL
1815 };
1816
1817 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapFocus",kwnames,&obj0)) goto fail;
1818 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1819 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1820 {
1821 PyThreadState* __tstate = wxPyBeginAllowThreads();
1822 result = (arg1)->GetBitmapFocus();
1823
1824 wxPyEndAllowThreads(__tstate);
1825 if (PyErr_Occurred()) SWIG_fail;
1826 }
1827 {
1828 wxBitmap * resultptr;
1829 resultptr = new wxBitmap((wxBitmap &) result);
1830 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1831 }
1832 return resultobj;
1833 fail:
1834 return NULL;
1835 }
1836
1837
1838 static PyObject *_wrap_BitmapButton_GetBitmapSelected(PyObject *, PyObject *args, PyObject *kwargs) {
1839 PyObject *resultobj;
1840 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1841 wxBitmap result;
1842 PyObject * obj0 = 0 ;
1843 char *kwnames[] = {
1844 (char *) "self", NULL
1845 };
1846
1847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapSelected",kwnames,&obj0)) goto fail;
1848 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1849 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1850 {
1851 PyThreadState* __tstate = wxPyBeginAllowThreads();
1852 result = (arg1)->GetBitmapSelected();
1853
1854 wxPyEndAllowThreads(__tstate);
1855 if (PyErr_Occurred()) SWIG_fail;
1856 }
1857 {
1858 wxBitmap * resultptr;
1859 resultptr = new wxBitmap((wxBitmap &) result);
1860 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1861 }
1862 return resultobj;
1863 fail:
1864 return NULL;
1865 }
1866
1867
1868 static PyObject *_wrap_BitmapButton_SetBitmapDisabled(PyObject *, PyObject *args, PyObject *kwargs) {
1869 PyObject *resultobj;
1870 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1871 wxBitmap *arg2 = 0 ;
1872 PyObject * obj0 = 0 ;
1873 PyObject * obj1 = 0 ;
1874 char *kwnames[] = {
1875 (char *) "self",(char *) "bitmap", NULL
1876 };
1877
1878 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapDisabled",kwnames,&obj0,&obj1)) goto fail;
1879 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1880 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1881 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1882 SWIG_POINTER_EXCEPTION | 0)) == -1)
1883 SWIG_fail;
1884 if (arg2 == NULL) {
1885 PyErr_SetString(PyExc_TypeError,"null reference");
1886 SWIG_fail;
1887 }
1888 {
1889 PyThreadState* __tstate = wxPyBeginAllowThreads();
1890 (arg1)->SetBitmapDisabled((wxBitmap const &)*arg2);
1891
1892 wxPyEndAllowThreads(__tstate);
1893 if (PyErr_Occurred()) SWIG_fail;
1894 }
1895 Py_INCREF(Py_None); resultobj = Py_None;
1896 return resultobj;
1897 fail:
1898 return NULL;
1899 }
1900
1901
1902 static PyObject *_wrap_BitmapButton_SetBitmapFocus(PyObject *, PyObject *args, PyObject *kwargs) {
1903 PyObject *resultobj;
1904 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1905 wxBitmap *arg2 = 0 ;
1906 PyObject * obj0 = 0 ;
1907 PyObject * obj1 = 0 ;
1908 char *kwnames[] = {
1909 (char *) "self",(char *) "bitmap", NULL
1910 };
1911
1912 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapFocus",kwnames,&obj0,&obj1)) goto fail;
1913 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1914 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1915 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1916 SWIG_POINTER_EXCEPTION | 0)) == -1)
1917 SWIG_fail;
1918 if (arg2 == NULL) {
1919 PyErr_SetString(PyExc_TypeError,"null reference");
1920 SWIG_fail;
1921 }
1922 {
1923 PyThreadState* __tstate = wxPyBeginAllowThreads();
1924 (arg1)->SetBitmapFocus((wxBitmap const &)*arg2);
1925
1926 wxPyEndAllowThreads(__tstate);
1927 if (PyErr_Occurred()) SWIG_fail;
1928 }
1929 Py_INCREF(Py_None); resultobj = Py_None;
1930 return resultobj;
1931 fail:
1932 return NULL;
1933 }
1934
1935
1936 static PyObject *_wrap_BitmapButton_SetBitmapSelected(PyObject *, PyObject *args, PyObject *kwargs) {
1937 PyObject *resultobj;
1938 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1939 wxBitmap *arg2 = 0 ;
1940 PyObject * obj0 = 0 ;
1941 PyObject * obj1 = 0 ;
1942 char *kwnames[] = {
1943 (char *) "self",(char *) "bitmap", NULL
1944 };
1945
1946 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapSelected",kwnames,&obj0,&obj1)) goto fail;
1947 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1948 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1949 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1950 SWIG_POINTER_EXCEPTION | 0)) == -1)
1951 SWIG_fail;
1952 if (arg2 == NULL) {
1953 PyErr_SetString(PyExc_TypeError,"null reference");
1954 SWIG_fail;
1955 }
1956 {
1957 PyThreadState* __tstate = wxPyBeginAllowThreads();
1958 (arg1)->SetBitmapSelected((wxBitmap const &)*arg2);
1959
1960 wxPyEndAllowThreads(__tstate);
1961 if (PyErr_Occurred()) SWIG_fail;
1962 }
1963 Py_INCREF(Py_None); resultobj = Py_None;
1964 return resultobj;
1965 fail:
1966 return NULL;
1967 }
1968
1969
1970 static PyObject *_wrap_BitmapButton_SetBitmapLabel(PyObject *, PyObject *args, PyObject *kwargs) {
1971 PyObject *resultobj;
1972 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1973 wxBitmap *arg2 = 0 ;
1974 PyObject * obj0 = 0 ;
1975 PyObject * obj1 = 0 ;
1976 char *kwnames[] = {
1977 (char *) "self",(char *) "bitmap", NULL
1978 };
1979
1980 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapLabel",kwnames,&obj0,&obj1)) goto fail;
1981 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1982 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1983 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1984 SWIG_POINTER_EXCEPTION | 0)) == -1)
1985 SWIG_fail;
1986 if (arg2 == NULL) {
1987 PyErr_SetString(PyExc_TypeError,"null reference");
1988 SWIG_fail;
1989 }
1990 {
1991 PyThreadState* __tstate = wxPyBeginAllowThreads();
1992 (arg1)->SetBitmapLabel((wxBitmap const &)*arg2);
1993
1994 wxPyEndAllowThreads(__tstate);
1995 if (PyErr_Occurred()) SWIG_fail;
1996 }
1997 Py_INCREF(Py_None); resultobj = Py_None;
1998 return resultobj;
1999 fail:
2000 return NULL;
2001 }
2002
2003
2004 static PyObject *_wrap_BitmapButton_SetMargins(PyObject *, PyObject *args, PyObject *kwargs) {
2005 PyObject *resultobj;
2006 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
2007 int arg2 ;
2008 int arg3 ;
2009 PyObject * obj0 = 0 ;
2010 PyObject * obj1 = 0 ;
2011 PyObject * obj2 = 0 ;
2012 char *kwnames[] = {
2013 (char *) "self",(char *) "x",(char *) "y", NULL
2014 };
2015
2016 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BitmapButton_SetMargins",kwnames,&obj0,&obj1,&obj2)) goto fail;
2017 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
2018 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2019 arg2 = (int)SWIG_As_int(obj1);
2020 if (PyErr_Occurred()) SWIG_fail;
2021 arg3 = (int)SWIG_As_int(obj2);
2022 if (PyErr_Occurred()) SWIG_fail;
2023 {
2024 PyThreadState* __tstate = wxPyBeginAllowThreads();
2025 (arg1)->SetMargins(arg2,arg3);
2026
2027 wxPyEndAllowThreads(__tstate);
2028 if (PyErr_Occurred()) SWIG_fail;
2029 }
2030 Py_INCREF(Py_None); resultobj = Py_None;
2031 return resultobj;
2032 fail:
2033 return NULL;
2034 }
2035
2036
2037 static PyObject *_wrap_BitmapButton_GetMarginX(PyObject *, PyObject *args, PyObject *kwargs) {
2038 PyObject *resultobj;
2039 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
2040 int result;
2041 PyObject * obj0 = 0 ;
2042 char *kwnames[] = {
2043 (char *) "self", NULL
2044 };
2045
2046 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginX",kwnames,&obj0)) goto fail;
2047 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
2048 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2049 {
2050 PyThreadState* __tstate = wxPyBeginAllowThreads();
2051 result = (int)((wxBitmapButton const *)arg1)->GetMarginX();
2052
2053 wxPyEndAllowThreads(__tstate);
2054 if (PyErr_Occurred()) SWIG_fail;
2055 }
2056 resultobj = SWIG_From_int((int)result);
2057 return resultobj;
2058 fail:
2059 return NULL;
2060 }
2061
2062
2063 static PyObject *_wrap_BitmapButton_GetMarginY(PyObject *, PyObject *args, PyObject *kwargs) {
2064 PyObject *resultobj;
2065 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
2066 int result;
2067 PyObject * obj0 = 0 ;
2068 char *kwnames[] = {
2069 (char *) "self", NULL
2070 };
2071
2072 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginY",kwnames,&obj0)) goto fail;
2073 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
2074 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2075 {
2076 PyThreadState* __tstate = wxPyBeginAllowThreads();
2077 result = (int)((wxBitmapButton const *)arg1)->GetMarginY();
2078
2079 wxPyEndAllowThreads(__tstate);
2080 if (PyErr_Occurred()) SWIG_fail;
2081 }
2082 resultobj = SWIG_From_int((int)result);
2083 return resultobj;
2084 fail:
2085 return NULL;
2086 }
2087
2088
2089 static PyObject * BitmapButton_swigregister(PyObject *, PyObject *args) {
2090 PyObject *obj;
2091 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2092 SWIG_TypeClientData(SWIGTYPE_p_wxBitmapButton, obj);
2093 Py_INCREF(obj);
2094 return Py_BuildValue((char *)"");
2095 }
2096 static int _wrap_CheckBoxNameStr_set(PyObject *) {
2097 PyErr_SetString(PyExc_TypeError,"Variable CheckBoxNameStr is read-only.");
2098 return 1;
2099 }
2100
2101
2102 static PyObject *_wrap_CheckBoxNameStr_get() {
2103 PyObject *pyobj;
2104
2105 {
2106 #if wxUSE_UNICODE
2107 pyobj = PyUnicode_FromWideChar((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
2108 #else
2109 pyobj = PyString_FromStringAndSize((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
2110 #endif
2111 }
2112 return pyobj;
2113 }
2114
2115
2116 static PyObject *_wrap_new_CheckBox(PyObject *, PyObject *args, PyObject *kwargs) {
2117 PyObject *resultobj;
2118 wxWindow *arg1 = (wxWindow *) 0 ;
2119 int arg2 = (int) -1 ;
2120 wxString const &arg3_defvalue = wxPyEmptyString ;
2121 wxString *arg3 = (wxString *) &arg3_defvalue ;
2122 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2123 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2124 wxSize const &arg5_defvalue = wxDefaultSize ;
2125 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2126 long arg6 = (long) 0 ;
2127 wxValidator const &arg7_defvalue = wxDefaultValidator ;
2128 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
2129 wxString const &arg8_defvalue = wxPyCheckBoxNameStr ;
2130 wxString *arg8 = (wxString *) &arg8_defvalue ;
2131 wxCheckBox *result;
2132 bool temp3 = False ;
2133 wxPoint temp4 ;
2134 wxSize temp5 ;
2135 bool temp8 = False ;
2136 PyObject * obj0 = 0 ;
2137 PyObject * obj1 = 0 ;
2138 PyObject * obj2 = 0 ;
2139 PyObject * obj3 = 0 ;
2140 PyObject * obj4 = 0 ;
2141 PyObject * obj5 = 0 ;
2142 PyObject * obj6 = 0 ;
2143 PyObject * obj7 = 0 ;
2144 char *kwnames[] = {
2145 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
2146 };
2147
2148 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_CheckBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
2149 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2150 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2151 if (obj1) {
2152 arg2 = (int)SWIG_As_int(obj1);
2153 if (PyErr_Occurred()) SWIG_fail;
2154 }
2155 if (obj2) {
2156 {
2157 arg3 = wxString_in_helper(obj2);
2158 if (arg3 == NULL) SWIG_fail;
2159 temp3 = True;
2160 }
2161 }
2162 if (obj3) {
2163 {
2164 arg4 = &temp4;
2165 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2166 }
2167 }
2168 if (obj4) {
2169 {
2170 arg5 = &temp5;
2171 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2172 }
2173 }
2174 if (obj5) {
2175 arg6 = (long)SWIG_As_long(obj5);
2176 if (PyErr_Occurred()) SWIG_fail;
2177 }
2178 if (obj6) {
2179 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
2180 SWIG_POINTER_EXCEPTION | 0)) == -1)
2181 SWIG_fail;
2182 if (arg7 == NULL) {
2183 PyErr_SetString(PyExc_TypeError,"null reference");
2184 SWIG_fail;
2185 }
2186 }
2187 if (obj7) {
2188 {
2189 arg8 = wxString_in_helper(obj7);
2190 if (arg8 == NULL) SWIG_fail;
2191 temp8 = True;
2192 }
2193 }
2194 {
2195 if (!wxPyCheckForApp()) SWIG_fail;
2196 PyThreadState* __tstate = wxPyBeginAllowThreads();
2197 result = (wxCheckBox *)new wxCheckBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2198
2199 wxPyEndAllowThreads(__tstate);
2200 if (PyErr_Occurred()) SWIG_fail;
2201 }
2202 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckBox, 1);
2203 {
2204 if (temp3)
2205 delete arg3;
2206 }
2207 {
2208 if (temp8)
2209 delete arg8;
2210 }
2211 return resultobj;
2212 fail:
2213 {
2214 if (temp3)
2215 delete arg3;
2216 }
2217 {
2218 if (temp8)
2219 delete arg8;
2220 }
2221 return NULL;
2222 }
2223
2224
2225 static PyObject *_wrap_new_PreCheckBox(PyObject *, PyObject *args, PyObject *kwargs) {
2226 PyObject *resultobj;
2227 wxCheckBox *result;
2228 char *kwnames[] = {
2229 NULL
2230 };
2231
2232 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckBox",kwnames)) goto fail;
2233 {
2234 if (!wxPyCheckForApp()) SWIG_fail;
2235 PyThreadState* __tstate = wxPyBeginAllowThreads();
2236 result = (wxCheckBox *)new wxCheckBox();
2237
2238 wxPyEndAllowThreads(__tstate);
2239 if (PyErr_Occurred()) SWIG_fail;
2240 }
2241 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckBox, 1);
2242 return resultobj;
2243 fail:
2244 return NULL;
2245 }
2246
2247
2248 static PyObject *_wrap_CheckBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
2249 PyObject *resultobj;
2250 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2251 wxWindow *arg2 = (wxWindow *) 0 ;
2252 int arg3 = (int) -1 ;
2253 wxString const &arg4_defvalue = wxPyEmptyString ;
2254 wxString *arg4 = (wxString *) &arg4_defvalue ;
2255 wxPoint const &arg5_defvalue = wxDefaultPosition ;
2256 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
2257 wxSize const &arg6_defvalue = wxDefaultSize ;
2258 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
2259 long arg7 = (long) 0 ;
2260 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2261 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2262 wxString const &arg9_defvalue = wxPyCheckBoxNameStr ;
2263 wxString *arg9 = (wxString *) &arg9_defvalue ;
2264 bool result;
2265 bool temp4 = False ;
2266 wxPoint temp5 ;
2267 wxSize temp6 ;
2268 bool temp9 = False ;
2269 PyObject * obj0 = 0 ;
2270 PyObject * obj1 = 0 ;
2271 PyObject * obj2 = 0 ;
2272 PyObject * obj3 = 0 ;
2273 PyObject * obj4 = 0 ;
2274 PyObject * obj5 = 0 ;
2275 PyObject * obj6 = 0 ;
2276 PyObject * obj7 = 0 ;
2277 PyObject * obj8 = 0 ;
2278 char *kwnames[] = {
2279 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
2280 };
2281
2282 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:CheckBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2283 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2284 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2285 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
2286 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2287 if (obj2) {
2288 arg3 = (int)SWIG_As_int(obj2);
2289 if (PyErr_Occurred()) SWIG_fail;
2290 }
2291 if (obj3) {
2292 {
2293 arg4 = wxString_in_helper(obj3);
2294 if (arg4 == NULL) SWIG_fail;
2295 temp4 = True;
2296 }
2297 }
2298 if (obj4) {
2299 {
2300 arg5 = &temp5;
2301 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
2302 }
2303 }
2304 if (obj5) {
2305 {
2306 arg6 = &temp6;
2307 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
2308 }
2309 }
2310 if (obj6) {
2311 arg7 = (long)SWIG_As_long(obj6);
2312 if (PyErr_Occurred()) SWIG_fail;
2313 }
2314 if (obj7) {
2315 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
2316 SWIG_POINTER_EXCEPTION | 0)) == -1)
2317 SWIG_fail;
2318 if (arg8 == NULL) {
2319 PyErr_SetString(PyExc_TypeError,"null reference");
2320 SWIG_fail;
2321 }
2322 }
2323 if (obj8) {
2324 {
2325 arg9 = wxString_in_helper(obj8);
2326 if (arg9 == NULL) SWIG_fail;
2327 temp9 = True;
2328 }
2329 }
2330 {
2331 PyThreadState* __tstate = wxPyBeginAllowThreads();
2332 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2333
2334 wxPyEndAllowThreads(__tstate);
2335 if (PyErr_Occurred()) SWIG_fail;
2336 }
2337 {
2338 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2339 }
2340 {
2341 if (temp4)
2342 delete arg4;
2343 }
2344 {
2345 if (temp9)
2346 delete arg9;
2347 }
2348 return resultobj;
2349 fail:
2350 {
2351 if (temp4)
2352 delete arg4;
2353 }
2354 {
2355 if (temp9)
2356 delete arg9;
2357 }
2358 return NULL;
2359 }
2360
2361
2362 static PyObject *_wrap_CheckBox_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
2363 PyObject *resultobj;
2364 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2365 bool result;
2366 PyObject * obj0 = 0 ;
2367 char *kwnames[] = {
2368 (char *) "self", NULL
2369 };
2370
2371 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_GetValue",kwnames,&obj0)) goto fail;
2372 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2373 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2374 {
2375 PyThreadState* __tstate = wxPyBeginAllowThreads();
2376 result = (bool)(arg1)->GetValue();
2377
2378 wxPyEndAllowThreads(__tstate);
2379 if (PyErr_Occurred()) SWIG_fail;
2380 }
2381 {
2382 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2383 }
2384 return resultobj;
2385 fail:
2386 return NULL;
2387 }
2388
2389
2390 static PyObject *_wrap_CheckBox_IsChecked(PyObject *, PyObject *args, PyObject *kwargs) {
2391 PyObject *resultobj;
2392 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2393 bool result;
2394 PyObject * obj0 = 0 ;
2395 char *kwnames[] = {
2396 (char *) "self", NULL
2397 };
2398
2399 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_IsChecked",kwnames,&obj0)) goto fail;
2400 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2401 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2402 {
2403 PyThreadState* __tstate = wxPyBeginAllowThreads();
2404 result = (bool)(arg1)->IsChecked();
2405
2406 wxPyEndAllowThreads(__tstate);
2407 if (PyErr_Occurred()) SWIG_fail;
2408 }
2409 {
2410 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2411 }
2412 return resultobj;
2413 fail:
2414 return NULL;
2415 }
2416
2417
2418 static PyObject *_wrap_CheckBox_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
2419 PyObject *resultobj;
2420 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2421 bool arg2 ;
2422 PyObject * obj0 = 0 ;
2423 PyObject * obj1 = 0 ;
2424 char *kwnames[] = {
2425 (char *) "self",(char *) "state", NULL
2426 };
2427
2428 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
2429 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2430 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2431 arg2 = (bool)SWIG_As_bool(obj1);
2432 if (PyErr_Occurred()) SWIG_fail;
2433 {
2434 PyThreadState* __tstate = wxPyBeginAllowThreads();
2435 (arg1)->SetValue(arg2);
2436
2437 wxPyEndAllowThreads(__tstate);
2438 if (PyErr_Occurred()) SWIG_fail;
2439 }
2440 Py_INCREF(Py_None); resultobj = Py_None;
2441 return resultobj;
2442 fail:
2443 return NULL;
2444 }
2445
2446
2447 static PyObject *_wrap_CheckBox_Get3StateValue(PyObject *, PyObject *args, PyObject *kwargs) {
2448 PyObject *resultobj;
2449 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2450 int result;
2451 PyObject * obj0 = 0 ;
2452 char *kwnames[] = {
2453 (char *) "self", NULL
2454 };
2455
2456 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Get3StateValue",kwnames,&obj0)) goto fail;
2457 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2458 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2459 {
2460 PyThreadState* __tstate = wxPyBeginAllowThreads();
2461 result = (int)((wxCheckBox const *)arg1)->Get3StateValue();
2462
2463 wxPyEndAllowThreads(__tstate);
2464 if (PyErr_Occurred()) SWIG_fail;
2465 }
2466 resultobj = SWIG_From_int((int)result);
2467 return resultobj;
2468 fail:
2469 return NULL;
2470 }
2471
2472
2473 static PyObject *_wrap_CheckBox_Set3StateValue(PyObject *, PyObject *args, PyObject *kwargs) {
2474 PyObject *resultobj;
2475 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2476 int arg2 ;
2477 PyObject * obj0 = 0 ;
2478 PyObject * obj1 = 0 ;
2479 char *kwnames[] = {
2480 (char *) "self",(char *) "state", NULL
2481 };
2482
2483 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_Set3StateValue",kwnames,&obj0,&obj1)) goto fail;
2484 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2485 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2486 arg2 = (int)SWIG_As_int(obj1);
2487 if (PyErr_Occurred()) SWIG_fail;
2488 {
2489 PyThreadState* __tstate = wxPyBeginAllowThreads();
2490 (arg1)->Set3StateValue((wxCheckBoxState )arg2);
2491
2492 wxPyEndAllowThreads(__tstate);
2493 if (PyErr_Occurred()) SWIG_fail;
2494 }
2495 Py_INCREF(Py_None); resultobj = Py_None;
2496 return resultobj;
2497 fail:
2498 return NULL;
2499 }
2500
2501
2502 static PyObject *_wrap_CheckBox_Is3State(PyObject *, PyObject *args, PyObject *kwargs) {
2503 PyObject *resultobj;
2504 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2505 bool result;
2506 PyObject * obj0 = 0 ;
2507 char *kwnames[] = {
2508 (char *) "self", NULL
2509 };
2510
2511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3State",kwnames,&obj0)) goto fail;
2512 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2513 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2514 {
2515 PyThreadState* __tstate = wxPyBeginAllowThreads();
2516 result = (bool)((wxCheckBox const *)arg1)->Is3State();
2517
2518 wxPyEndAllowThreads(__tstate);
2519 if (PyErr_Occurred()) SWIG_fail;
2520 }
2521 {
2522 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2523 }
2524 return resultobj;
2525 fail:
2526 return NULL;
2527 }
2528
2529
2530 static PyObject *_wrap_CheckBox_Is3rdStateAllowedForUser(PyObject *, PyObject *args, PyObject *kwargs) {
2531 PyObject *resultobj;
2532 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2533 bool result;
2534 PyObject * obj0 = 0 ;
2535 char *kwnames[] = {
2536 (char *) "self", NULL
2537 };
2538
2539 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3rdStateAllowedForUser",kwnames,&obj0)) goto fail;
2540 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2541 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2542 {
2543 PyThreadState* __tstate = wxPyBeginAllowThreads();
2544 result = (bool)((wxCheckBox const *)arg1)->Is3rdStateAllowedForUser();
2545
2546 wxPyEndAllowThreads(__tstate);
2547 if (PyErr_Occurred()) SWIG_fail;
2548 }
2549 {
2550 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2551 }
2552 return resultobj;
2553 fail:
2554 return NULL;
2555 }
2556
2557
2558 static PyObject *_wrap_CheckBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
2559 PyObject *resultobj;
2560 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
2561 wxVisualAttributes result;
2562 PyObject * obj0 = 0 ;
2563 char *kwnames[] = {
2564 (char *) "variant", NULL
2565 };
2566
2567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:CheckBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
2568 if (obj0) {
2569 arg1 = (int)SWIG_As_int(obj0);
2570 if (PyErr_Occurred()) SWIG_fail;
2571 }
2572 {
2573 if (!wxPyCheckForApp()) SWIG_fail;
2574 PyThreadState* __tstate = wxPyBeginAllowThreads();
2575 result = wxCheckBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
2576
2577 wxPyEndAllowThreads(__tstate);
2578 if (PyErr_Occurred()) SWIG_fail;
2579 }
2580 {
2581 wxVisualAttributes * resultptr;
2582 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
2583 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
2584 }
2585 return resultobj;
2586 fail:
2587 return NULL;
2588 }
2589
2590
2591 static PyObject * CheckBox_swigregister(PyObject *, PyObject *args) {
2592 PyObject *obj;
2593 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2594 SWIG_TypeClientData(SWIGTYPE_p_wxCheckBox, obj);
2595 Py_INCREF(obj);
2596 return Py_BuildValue((char *)"");
2597 }
2598 static int _wrap_ChoiceNameStr_set(PyObject *) {
2599 PyErr_SetString(PyExc_TypeError,"Variable ChoiceNameStr is read-only.");
2600 return 1;
2601 }
2602
2603
2604 static PyObject *_wrap_ChoiceNameStr_get() {
2605 PyObject *pyobj;
2606
2607 {
2608 #if wxUSE_UNICODE
2609 pyobj = PyUnicode_FromWideChar((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2610 #else
2611 pyobj = PyString_FromStringAndSize((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2612 #endif
2613 }
2614 return pyobj;
2615 }
2616
2617
2618 static PyObject *_wrap_new_Choice(PyObject *, PyObject *args, PyObject *kwargs) {
2619 PyObject *resultobj;
2620 wxWindow *arg1 = (wxWindow *) 0 ;
2621 int arg2 = (int) -1 ;
2622 wxPoint const &arg3_defvalue = wxDefaultPosition ;
2623 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
2624 wxSize const &arg4_defvalue = wxDefaultSize ;
2625 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
2626 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
2627 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
2628 long arg6 = (long) 0 ;
2629 wxValidator const &arg7_defvalue = wxDefaultValidator ;
2630 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
2631 wxString const &arg8_defvalue = wxPyChoiceNameStr ;
2632 wxString *arg8 = (wxString *) &arg8_defvalue ;
2633 wxChoice *result;
2634 wxPoint temp3 ;
2635 wxSize temp4 ;
2636 bool temp5 = False ;
2637 bool temp8 = False ;
2638 PyObject * obj0 = 0 ;
2639 PyObject * obj1 = 0 ;
2640 PyObject * obj2 = 0 ;
2641 PyObject * obj3 = 0 ;
2642 PyObject * obj4 = 0 ;
2643 PyObject * obj5 = 0 ;
2644 PyObject * obj6 = 0 ;
2645 PyObject * obj7 = 0 ;
2646 char *kwnames[] = {
2647 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2648 };
2649
2650 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_Choice",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
2651 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2652 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2653 if (obj1) {
2654 arg2 = (int)SWIG_As_int(obj1);
2655 if (PyErr_Occurred()) SWIG_fail;
2656 }
2657 if (obj2) {
2658 {
2659 arg3 = &temp3;
2660 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
2661 }
2662 }
2663 if (obj3) {
2664 {
2665 arg4 = &temp4;
2666 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
2667 }
2668 }
2669 if (obj4) {
2670 {
2671 if (! PySequence_Check(obj4)) {
2672 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2673 SWIG_fail;
2674 }
2675 arg5 = new wxArrayString;
2676 temp5 = True;
2677 int i, len=PySequence_Length(obj4);
2678 for (i=0; i<len; i++) {
2679 PyObject* item = PySequence_GetItem(obj4, i);
2680 #if wxUSE_UNICODE
2681 PyObject* str = PyObject_Unicode(item);
2682 #else
2683 PyObject* str = PyObject_Str(item);
2684 #endif
2685 if (PyErr_Occurred()) SWIG_fail;
2686 arg5->Add(Py2wxString(str));
2687 Py_DECREF(item);
2688 Py_DECREF(str);
2689 }
2690 }
2691 }
2692 if (obj5) {
2693 arg6 = (long)SWIG_As_long(obj5);
2694 if (PyErr_Occurred()) SWIG_fail;
2695 }
2696 if (obj6) {
2697 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
2698 SWIG_POINTER_EXCEPTION | 0)) == -1)
2699 SWIG_fail;
2700 if (arg7 == NULL) {
2701 PyErr_SetString(PyExc_TypeError,"null reference");
2702 SWIG_fail;
2703 }
2704 }
2705 if (obj7) {
2706 {
2707 arg8 = wxString_in_helper(obj7);
2708 if (arg8 == NULL) SWIG_fail;
2709 temp8 = True;
2710 }
2711 }
2712 {
2713 if (!wxPyCheckForApp()) SWIG_fail;
2714 PyThreadState* __tstate = wxPyBeginAllowThreads();
2715 result = (wxChoice *)new wxChoice(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2716
2717 wxPyEndAllowThreads(__tstate);
2718 if (PyErr_Occurred()) SWIG_fail;
2719 }
2720 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoice, 1);
2721 {
2722 if (temp5) delete arg5;
2723 }
2724 {
2725 if (temp8)
2726 delete arg8;
2727 }
2728 return resultobj;
2729 fail:
2730 {
2731 if (temp5) delete arg5;
2732 }
2733 {
2734 if (temp8)
2735 delete arg8;
2736 }
2737 return NULL;
2738 }
2739
2740
2741 static PyObject *_wrap_new_PreChoice(PyObject *, PyObject *args, PyObject *kwargs) {
2742 PyObject *resultobj;
2743 wxChoice *result;
2744 char *kwnames[] = {
2745 NULL
2746 };
2747
2748 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreChoice",kwnames)) goto fail;
2749 {
2750 if (!wxPyCheckForApp()) SWIG_fail;
2751 PyThreadState* __tstate = wxPyBeginAllowThreads();
2752 result = (wxChoice *)new wxChoice();
2753
2754 wxPyEndAllowThreads(__tstate);
2755 if (PyErr_Occurred()) SWIG_fail;
2756 }
2757 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoice, 1);
2758 return resultobj;
2759 fail:
2760 return NULL;
2761 }
2762
2763
2764 static PyObject *_wrap_Choice_Create(PyObject *, PyObject *args, PyObject *kwargs) {
2765 PyObject *resultobj;
2766 wxChoice *arg1 = (wxChoice *) 0 ;
2767 wxWindow *arg2 = (wxWindow *) 0 ;
2768 int arg3 = (int) -1 ;
2769 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2770 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2771 wxSize const &arg5_defvalue = wxDefaultSize ;
2772 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2773 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
2774 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
2775 long arg7 = (long) 0 ;
2776 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2777 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2778 wxString const &arg9_defvalue = wxPyChoiceNameStr ;
2779 wxString *arg9 = (wxString *) &arg9_defvalue ;
2780 bool result;
2781 wxPoint temp4 ;
2782 wxSize temp5 ;
2783 bool temp6 = False ;
2784 bool temp9 = False ;
2785 PyObject * obj0 = 0 ;
2786 PyObject * obj1 = 0 ;
2787 PyObject * obj2 = 0 ;
2788 PyObject * obj3 = 0 ;
2789 PyObject * obj4 = 0 ;
2790 PyObject * obj5 = 0 ;
2791 PyObject * obj6 = 0 ;
2792 PyObject * obj7 = 0 ;
2793 PyObject * obj8 = 0 ;
2794 char *kwnames[] = {
2795 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2796 };
2797
2798 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:Choice_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2799 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2800 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2801 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
2802 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2803 if (obj2) {
2804 arg3 = (int)SWIG_As_int(obj2);
2805 if (PyErr_Occurred()) SWIG_fail;
2806 }
2807 if (obj3) {
2808 {
2809 arg4 = &temp4;
2810 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2811 }
2812 }
2813 if (obj4) {
2814 {
2815 arg5 = &temp5;
2816 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2817 }
2818 }
2819 if (obj5) {
2820 {
2821 if (! PySequence_Check(obj5)) {
2822 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2823 SWIG_fail;
2824 }
2825 arg6 = new wxArrayString;
2826 temp6 = True;
2827 int i, len=PySequence_Length(obj5);
2828 for (i=0; i<len; i++) {
2829 PyObject* item = PySequence_GetItem(obj5, i);
2830 #if wxUSE_UNICODE
2831 PyObject* str = PyObject_Unicode(item);
2832 #else
2833 PyObject* str = PyObject_Str(item);
2834 #endif
2835 if (PyErr_Occurred()) SWIG_fail;
2836 arg6->Add(Py2wxString(str));
2837 Py_DECREF(item);
2838 Py_DECREF(str);
2839 }
2840 }
2841 }
2842 if (obj6) {
2843 arg7 = (long)SWIG_As_long(obj6);
2844 if (PyErr_Occurred()) SWIG_fail;
2845 }
2846 if (obj7) {
2847 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
2848 SWIG_POINTER_EXCEPTION | 0)) == -1)
2849 SWIG_fail;
2850 if (arg8 == NULL) {
2851 PyErr_SetString(PyExc_TypeError,"null reference");
2852 SWIG_fail;
2853 }
2854 }
2855 if (obj8) {
2856 {
2857 arg9 = wxString_in_helper(obj8);
2858 if (arg9 == NULL) SWIG_fail;
2859 temp9 = True;
2860 }
2861 }
2862 {
2863 PyThreadState* __tstate = wxPyBeginAllowThreads();
2864 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2865
2866 wxPyEndAllowThreads(__tstate);
2867 if (PyErr_Occurred()) SWIG_fail;
2868 }
2869 {
2870 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2871 }
2872 {
2873 if (temp6) delete arg6;
2874 }
2875 {
2876 if (temp9)
2877 delete arg9;
2878 }
2879 return resultobj;
2880 fail:
2881 {
2882 if (temp6) delete arg6;
2883 }
2884 {
2885 if (temp9)
2886 delete arg9;
2887 }
2888 return NULL;
2889 }
2890
2891
2892 static PyObject *_wrap_Choice_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
2893 PyObject *resultobj;
2894 wxChoice *arg1 = (wxChoice *) 0 ;
2895 int arg2 ;
2896 PyObject * obj0 = 0 ;
2897 PyObject * obj1 = 0 ;
2898 char *kwnames[] = {
2899 (char *) "self",(char *) "n", NULL
2900 };
2901
2902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetSelection",kwnames,&obj0,&obj1)) goto fail;
2903 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2904 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2905 arg2 = (int)SWIG_As_int(obj1);
2906 if (PyErr_Occurred()) SWIG_fail;
2907 {
2908 PyThreadState* __tstate = wxPyBeginAllowThreads();
2909 (arg1)->SetSelection(arg2);
2910
2911 wxPyEndAllowThreads(__tstate);
2912 if (PyErr_Occurred()) SWIG_fail;
2913 }
2914 Py_INCREF(Py_None); resultobj = Py_None;
2915 return resultobj;
2916 fail:
2917 return NULL;
2918 }
2919
2920
2921 static PyObject *_wrap_Choice_SetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
2922 PyObject *resultobj;
2923 wxChoice *arg1 = (wxChoice *) 0 ;
2924 wxString *arg2 = 0 ;
2925 bool result;
2926 bool temp2 = False ;
2927 PyObject * obj0 = 0 ;
2928 PyObject * obj1 = 0 ;
2929 char *kwnames[] = {
2930 (char *) "self",(char *) "string", NULL
2931 };
2932
2933 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
2934 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2935 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2936 {
2937 arg2 = wxString_in_helper(obj1);
2938 if (arg2 == NULL) SWIG_fail;
2939 temp2 = True;
2940 }
2941 {
2942 PyThreadState* __tstate = wxPyBeginAllowThreads();
2943 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
2944
2945 wxPyEndAllowThreads(__tstate);
2946 if (PyErr_Occurred()) SWIG_fail;
2947 }
2948 {
2949 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2950 }
2951 {
2952 if (temp2)
2953 delete arg2;
2954 }
2955 return resultobj;
2956 fail:
2957 {
2958 if (temp2)
2959 delete arg2;
2960 }
2961 return NULL;
2962 }
2963
2964
2965 static PyObject *_wrap_Choice_SetString(PyObject *, PyObject *args, PyObject *kwargs) {
2966 PyObject *resultobj;
2967 wxChoice *arg1 = (wxChoice *) 0 ;
2968 int arg2 ;
2969 wxString *arg3 = 0 ;
2970 bool temp3 = False ;
2971 PyObject * obj0 = 0 ;
2972 PyObject * obj1 = 0 ;
2973 PyObject * obj2 = 0 ;
2974 char *kwnames[] = {
2975 (char *) "self",(char *) "n",(char *) "string", NULL
2976 };
2977
2978 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Choice_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
2979 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2980 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2981 arg2 = (int)SWIG_As_int(obj1);
2982 if (PyErr_Occurred()) SWIG_fail;
2983 {
2984 arg3 = wxString_in_helper(obj2);
2985 if (arg3 == NULL) SWIG_fail;
2986 temp3 = True;
2987 }
2988 {
2989 PyThreadState* __tstate = wxPyBeginAllowThreads();
2990 (arg1)->SetString(arg2,(wxString const &)*arg3);
2991
2992 wxPyEndAllowThreads(__tstate);
2993 if (PyErr_Occurred()) SWIG_fail;
2994 }
2995 Py_INCREF(Py_None); resultobj = Py_None;
2996 {
2997 if (temp3)
2998 delete arg3;
2999 }
3000 return resultobj;
3001 fail:
3002 {
3003 if (temp3)
3004 delete arg3;
3005 }
3006 return NULL;
3007 }
3008
3009
3010 static PyObject *_wrap_Choice_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
3011 PyObject *resultobj;
3012 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
3013 wxVisualAttributes result;
3014 PyObject * obj0 = 0 ;
3015 char *kwnames[] = {
3016 (char *) "variant", NULL
3017 };
3018
3019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Choice_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
3020 if (obj0) {
3021 arg1 = (int)SWIG_As_int(obj0);
3022 if (PyErr_Occurred()) SWIG_fail;
3023 }
3024 {
3025 if (!wxPyCheckForApp()) SWIG_fail;
3026 PyThreadState* __tstate = wxPyBeginAllowThreads();
3027 result = wxChoice::GetClassDefaultAttributes((wxWindowVariant )arg1);
3028
3029 wxPyEndAllowThreads(__tstate);
3030 if (PyErr_Occurred()) SWIG_fail;
3031 }
3032 {
3033 wxVisualAttributes * resultptr;
3034 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
3035 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
3036 }
3037 return resultobj;
3038 fail:
3039 return NULL;
3040 }
3041
3042
3043 static PyObject * Choice_swigregister(PyObject *, PyObject *args) {
3044 PyObject *obj;
3045 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
3046 SWIG_TypeClientData(SWIGTYPE_p_wxChoice, obj);
3047 Py_INCREF(obj);
3048 return Py_BuildValue((char *)"");
3049 }
3050 static int _wrap_ComboBoxNameStr_set(PyObject *) {
3051 PyErr_SetString(PyExc_TypeError,"Variable ComboBoxNameStr is read-only.");
3052 return 1;
3053 }
3054
3055
3056 static PyObject *_wrap_ComboBoxNameStr_get() {
3057 PyObject *pyobj;
3058
3059 {
3060 #if wxUSE_UNICODE
3061 pyobj = PyUnicode_FromWideChar((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
3062 #else
3063 pyobj = PyString_FromStringAndSize((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
3064 #endif
3065 }
3066 return pyobj;
3067 }
3068
3069
3070 static PyObject *_wrap_new_ComboBox(PyObject *, PyObject *args, PyObject *kwargs) {
3071 PyObject *resultobj;
3072 wxWindow *arg1 = (wxWindow *) 0 ;
3073 int arg2 = (int) -1 ;
3074 wxString const &arg3_defvalue = wxPyEmptyString ;
3075 wxString *arg3 = (wxString *) &arg3_defvalue ;
3076 wxPoint const &arg4_defvalue = wxDefaultPosition ;
3077 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
3078 wxSize const &arg5_defvalue = wxDefaultSize ;
3079 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
3080 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
3081 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
3082 long arg7 = (long) 0 ;
3083 wxValidator const &arg8_defvalue = wxDefaultValidator ;
3084 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
3085 wxString const &arg9_defvalue = wxPyComboBoxNameStr ;
3086 wxString *arg9 = (wxString *) &arg9_defvalue ;
3087 wxComboBox *result;
3088 bool temp3 = False ;
3089 wxPoint temp4 ;
3090 wxSize temp5 ;
3091 bool temp6 = False ;
3092 bool temp9 = False ;
3093 PyObject * obj0 = 0 ;
3094 PyObject * obj1 = 0 ;
3095 PyObject * obj2 = 0 ;
3096 PyObject * obj3 = 0 ;
3097 PyObject * obj4 = 0 ;
3098 PyObject * obj5 = 0 ;
3099 PyObject * obj6 = 0 ;
3100 PyObject * obj7 = 0 ;
3101 PyObject * obj8 = 0 ;
3102 char *kwnames[] = {
3103 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
3104 };
3105
3106 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_ComboBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
3107 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
3108 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3109 if (obj1) {
3110 arg2 = (int)SWIG_As_int(obj1);
3111 if (PyErr_Occurred()) SWIG_fail;
3112 }
3113 if (obj2) {
3114 {
3115 arg3 = wxString_in_helper(obj2);
3116 if (arg3 == NULL) SWIG_fail;
3117 temp3 = True;
3118 }
3119 }
3120 if (obj3) {
3121 {
3122 arg4 = &temp4;
3123 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
3124 }
3125 }
3126 if (obj4) {
3127 {
3128 arg5 = &temp5;
3129 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
3130 }
3131 }
3132 if (obj5) {
3133 {
3134 if (! PySequence_Check(obj5)) {
3135 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
3136 SWIG_fail;
3137 }
3138 arg6 = new wxArrayString;
3139 temp6 = True;
3140 int i, len=PySequence_Length(obj5);
3141 for (i=0; i<len; i++) {
3142 PyObject* item = PySequence_GetItem(obj5, i);
3143 #if wxUSE_UNICODE
3144 PyObject* str = PyObject_Unicode(item);
3145 #else
3146 PyObject* str = PyObject_Str(item);
3147 #endif
3148 if (PyErr_Occurred()) SWIG_fail;
3149 arg6->Add(Py2wxString(str));
3150 Py_DECREF(item);
3151 Py_DECREF(str);
3152 }
3153 }
3154 }
3155 if (obj6) {
3156 arg7 = (long)SWIG_As_long(obj6);
3157 if (PyErr_Occurred()) SWIG_fail;
3158 }
3159 if (obj7) {
3160 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
3161 SWIG_POINTER_EXCEPTION | 0)) == -1)
3162 SWIG_fail;
3163 if (arg8 == NULL) {
3164 PyErr_SetString(PyExc_TypeError,"null reference");
3165 SWIG_fail;
3166 }
3167 }
3168 if (obj8) {
3169 {
3170 arg9 = wxString_in_helper(obj8);
3171 if (arg9 == NULL) SWIG_fail;
3172 temp9 = True;
3173 }
3174 }
3175 {
3176 if (!wxPyCheckForApp()) SWIG_fail;
3177 PyThreadState* __tstate = wxPyBeginAllowThreads();
3178 result = (wxComboBox *)new wxComboBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
3179
3180 wxPyEndAllowThreads(__tstate);
3181 if (PyErr_Occurred()) SWIG_fail;
3182 }
3183 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxComboBox, 1);
3184 {
3185 if (temp3)
3186 delete arg3;
3187 }
3188 {
3189 if (temp6) delete arg6;
3190 }
3191 {
3192 if (temp9)
3193 delete arg9;
3194 }
3195 return resultobj;
3196 fail:
3197 {
3198 if (temp3)
3199 delete arg3;
3200 }
3201 {
3202 if (temp6) delete arg6;
3203 }
3204 {
3205 if (temp9)
3206 delete arg9;
3207 }
3208 return NULL;
3209 }
3210
3211
3212 static PyObject *_wrap_new_PreComboBox(PyObject *, PyObject *args, PyObject *kwargs) {
3213 PyObject *resultobj;
3214 wxComboBox *result;
3215 char *kwnames[] = {
3216 NULL
3217 };
3218
3219 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreComboBox",kwnames)) goto fail;
3220 {
3221 if (!wxPyCheckForApp()) SWIG_fail;
3222 PyThreadState* __tstate = wxPyBeginAllowThreads();
3223 result = (wxComboBox *)new wxComboBox();
3224
3225 wxPyEndAllowThreads(__tstate);
3226 if (PyErr_Occurred()) SWIG_fail;
3227 }
3228 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxComboBox, 1);
3229 return resultobj;
3230 fail:
3231 return NULL;
3232 }
3233
3234
3235 static PyObject *_wrap_ComboBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
3236 PyObject *resultobj;
3237 wxComboBox *arg1 = (wxComboBox *) 0 ;
3238 wxWindow *arg2 = (wxWindow *) 0 ;
3239 int arg3 = (int) -1 ;
3240 wxString const &arg4_defvalue = wxPyEmptyString ;
3241 wxString *arg4 = (wxString *) &arg4_defvalue ;
3242 wxPoint const &arg5_defvalue = wxDefaultPosition ;
3243 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
3244 wxSize const &arg6_defvalue = wxDefaultSize ;
3245 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
3246 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
3247 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
3248 long arg8 = (long) 0 ;
3249 wxValidator const &arg9_defvalue = wxDefaultValidator ;
3250 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
3251 wxString const &arg10_defvalue = wxPyChoiceNameStr ;
3252 wxString *arg10 = (wxString *) &arg10_defvalue ;
3253 bool result;
3254 bool temp4 = False ;
3255 wxPoint temp5 ;
3256 wxSize temp6 ;
3257 bool temp7 = False ;
3258 bool temp10 = False ;
3259 PyObject * obj0 = 0 ;
3260 PyObject * obj1 = 0 ;
3261 PyObject * obj2 = 0 ;
3262 PyObject * obj3 = 0 ;
3263 PyObject * obj4 = 0 ;
3264 PyObject * obj5 = 0 ;
3265 PyObject * obj6 = 0 ;
3266 PyObject * obj7 = 0 ;
3267 PyObject * obj8 = 0 ;
3268 PyObject * obj9 = 0 ;
3269 char *kwnames[] = {
3270 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
3271 };
3272
3273 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:ComboBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
3274 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3275 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3276 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
3277 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3278 if (obj2) {
3279 arg3 = (int)SWIG_As_int(obj2);
3280 if (PyErr_Occurred()) SWIG_fail;
3281 }
3282 if (obj3) {
3283 {
3284 arg4 = wxString_in_helper(obj3);
3285 if (arg4 == NULL) SWIG_fail;
3286 temp4 = True;
3287 }
3288 }
3289 if (obj4) {
3290 {
3291 arg5 = &temp5;
3292 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
3293 }
3294 }
3295 if (obj5) {
3296 {
3297 arg6 = &temp6;
3298 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
3299 }
3300 }
3301 if (obj6) {
3302 {
3303 if (! PySequence_Check(obj6)) {
3304 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
3305 SWIG_fail;
3306 }
3307 arg7 = new wxArrayString;
3308 temp7 = True;
3309 int i, len=PySequence_Length(obj6);
3310 for (i=0; i<len; i++) {
3311 PyObject* item = PySequence_GetItem(obj6, i);
3312 #if wxUSE_UNICODE
3313 PyObject* str = PyObject_Unicode(item);
3314 #else
3315 PyObject* str = PyObject_Str(item);
3316 #endif
3317 if (PyErr_Occurred()) SWIG_fail;
3318 arg7->Add(Py2wxString(str));
3319 Py_DECREF(item);
3320 Py_DECREF(str);
3321 }
3322 }
3323 }
3324 if (obj7) {
3325 arg8 = (long)SWIG_As_long(obj7);
3326 if (PyErr_Occurred()) SWIG_fail;
3327 }
3328 if (obj8) {
3329 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
3330 SWIG_POINTER_EXCEPTION | 0)) == -1)
3331 SWIG_fail;
3332 if (arg9 == NULL) {
3333 PyErr_SetString(PyExc_TypeError,"null reference");
3334 SWIG_fail;
3335 }
3336 }
3337 if (obj9) {
3338 {
3339 arg10 = wxString_in_helper(obj9);
3340 if (arg10 == NULL) SWIG_fail;
3341 temp10 = True;
3342 }
3343 }
3344 {
3345 PyThreadState* __tstate = wxPyBeginAllowThreads();
3346 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,(wxArrayString const &)*arg7,arg8,(wxValidator const &)*arg9,(wxString const &)*arg10);
3347
3348 wxPyEndAllowThreads(__tstate);
3349 if (PyErr_Occurred()) SWIG_fail;
3350 }
3351 {
3352 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3353 }
3354 {
3355 if (temp4)
3356 delete arg4;
3357 }
3358 {
3359 if (temp7) delete arg7;
3360 }
3361 {
3362 if (temp10)
3363 delete arg10;
3364 }
3365 return resultobj;
3366 fail:
3367 {
3368 if (temp4)
3369 delete arg4;
3370 }
3371 {
3372 if (temp7) delete arg7;
3373 }
3374 {
3375 if (temp10)
3376 delete arg10;
3377 }
3378 return NULL;
3379 }
3380
3381
3382 static PyObject *_wrap_ComboBox_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
3383 PyObject *resultobj;
3384 wxComboBox *arg1 = (wxComboBox *) 0 ;
3385 wxString result;
3386 PyObject * obj0 = 0 ;
3387 char *kwnames[] = {
3388 (char *) "self", NULL
3389 };
3390
3391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetValue",kwnames,&obj0)) goto fail;
3392 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3393 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3394 {
3395 PyThreadState* __tstate = wxPyBeginAllowThreads();
3396 result = ((wxComboBox const *)arg1)->GetValue();
3397
3398 wxPyEndAllowThreads(__tstate);
3399 if (PyErr_Occurred()) SWIG_fail;
3400 }
3401 {
3402 #if wxUSE_UNICODE
3403 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
3404 #else
3405 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
3406 #endif
3407 }
3408 return resultobj;
3409 fail:
3410 return NULL;
3411 }
3412
3413
3414 static PyObject *_wrap_ComboBox_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
3415 PyObject *resultobj;
3416 wxComboBox *arg1 = (wxComboBox *) 0 ;
3417 wxString *arg2 = 0 ;
3418 bool temp2 = False ;
3419 PyObject * obj0 = 0 ;
3420 PyObject * obj1 = 0 ;
3421 char *kwnames[] = {
3422 (char *) "self",(char *) "value", NULL
3423 };
3424
3425 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
3426 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3427 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3428 {
3429 arg2 = wxString_in_helper(obj1);
3430 if (arg2 == NULL) SWIG_fail;
3431 temp2 = True;
3432 }
3433 {
3434 PyThreadState* __tstate = wxPyBeginAllowThreads();
3435 (arg1)->SetValue((wxString const &)*arg2);
3436
3437 wxPyEndAllowThreads(__tstate);
3438 if (PyErr_Occurred()) SWIG_fail;
3439 }
3440 Py_INCREF(Py_None); resultobj = Py_None;
3441 {
3442 if (temp2)
3443 delete arg2;
3444 }
3445 return resultobj;
3446 fail:
3447 {
3448 if (temp2)
3449 delete arg2;
3450 }
3451 return NULL;
3452 }
3453
3454
3455 static PyObject *_wrap_ComboBox_Copy(PyObject *, PyObject *args, PyObject *kwargs) {
3456 PyObject *resultobj;
3457 wxComboBox *arg1 = (wxComboBox *) 0 ;
3458 PyObject * obj0 = 0 ;
3459 char *kwnames[] = {
3460 (char *) "self", NULL
3461 };
3462
3463 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Copy",kwnames,&obj0)) goto fail;
3464 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3465 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3466 {
3467 PyThreadState* __tstate = wxPyBeginAllowThreads();
3468 (arg1)->Copy();
3469
3470 wxPyEndAllowThreads(__tstate);
3471 if (PyErr_Occurred()) SWIG_fail;
3472 }
3473 Py_INCREF(Py_None); resultobj = Py_None;
3474 return resultobj;
3475 fail:
3476 return NULL;
3477 }
3478
3479
3480 static PyObject *_wrap_ComboBox_Cut(PyObject *, PyObject *args, PyObject *kwargs) {
3481 PyObject *resultobj;
3482 wxComboBox *arg1 = (wxComboBox *) 0 ;
3483 PyObject * obj0 = 0 ;
3484 char *kwnames[] = {
3485 (char *) "self", NULL
3486 };
3487
3488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Cut",kwnames,&obj0)) goto fail;
3489 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3490 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3491 {
3492 PyThreadState* __tstate = wxPyBeginAllowThreads();
3493 (arg1)->Cut();
3494
3495 wxPyEndAllowThreads(__tstate);
3496 if (PyErr_Occurred()) SWIG_fail;
3497 }
3498 Py_INCREF(Py_None); resultobj = Py_None;
3499 return resultobj;
3500 fail:
3501 return NULL;
3502 }
3503
3504
3505 static PyObject *_wrap_ComboBox_Paste(PyObject *, PyObject *args, PyObject *kwargs) {
3506 PyObject *resultobj;
3507 wxComboBox *arg1 = (wxComboBox *) 0 ;
3508 PyObject * obj0 = 0 ;
3509 char *kwnames[] = {
3510 (char *) "self", NULL
3511 };
3512
3513 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Paste",kwnames,&obj0)) goto fail;
3514 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3515 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3516 {
3517 PyThreadState* __tstate = wxPyBeginAllowThreads();
3518 (arg1)->Paste();
3519
3520 wxPyEndAllowThreads(__tstate);
3521 if (PyErr_Occurred()) SWIG_fail;
3522 }
3523 Py_INCREF(Py_None); resultobj = Py_None;
3524 return resultobj;
3525 fail:
3526 return NULL;
3527 }
3528
3529
3530 static PyObject *_wrap_ComboBox_SetInsertionPoint(PyObject *, PyObject *args, PyObject *kwargs) {
3531 PyObject *resultobj;
3532 wxComboBox *arg1 = (wxComboBox *) 0 ;
3533 long arg2 ;
3534 PyObject * obj0 = 0 ;
3535 PyObject * obj1 = 0 ;
3536 char *kwnames[] = {
3537 (char *) "self",(char *) "pos", NULL
3538 };
3539
3540 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
3541 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3542 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3543 arg2 = (long)SWIG_As_long(obj1);
3544 if (PyErr_Occurred()) SWIG_fail;
3545 {
3546 PyThreadState* __tstate = wxPyBeginAllowThreads();
3547 (arg1)->SetInsertionPoint(arg2);
3548
3549 wxPyEndAllowThreads(__tstate);
3550 if (PyErr_Occurred()) SWIG_fail;
3551 }
3552 Py_INCREF(Py_None); resultobj = Py_None;
3553 return resultobj;
3554 fail:
3555 return NULL;
3556 }
3557
3558
3559 static PyObject *_wrap_ComboBox_GetInsertionPoint(PyObject *, PyObject *args, PyObject *kwargs) {
3560 PyObject *resultobj;
3561 wxComboBox *arg1 = (wxComboBox *) 0 ;
3562 long result;
3563 PyObject * obj0 = 0 ;
3564 char *kwnames[] = {
3565 (char *) "self", NULL
3566 };
3567
3568 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetInsertionPoint",kwnames,&obj0)) goto fail;
3569 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3570 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3571 {
3572 PyThreadState* __tstate = wxPyBeginAllowThreads();
3573 result = (long)((wxComboBox const *)arg1)->GetInsertionPoint();
3574
3575 wxPyEndAllowThreads(__tstate);
3576 if (PyErr_Occurred()) SWIG_fail;
3577 }
3578 resultobj = SWIG_From_long((long)result);
3579 return resultobj;
3580 fail:
3581 return NULL;
3582 }
3583
3584
3585 static PyObject *_wrap_ComboBox_GetLastPosition(PyObject *, PyObject *args, PyObject *kwargs) {
3586 PyObject *resultobj;
3587 wxComboBox *arg1 = (wxComboBox *) 0 ;
3588 long result;
3589 PyObject * obj0 = 0 ;
3590 char *kwnames[] = {
3591 (char *) "self", NULL
3592 };
3593
3594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetLastPosition",kwnames,&obj0)) goto fail;
3595 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3596 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3597 {
3598 PyThreadState* __tstate = wxPyBeginAllowThreads();
3599 result = (long)((wxComboBox const *)arg1)->GetLastPosition();
3600
3601 wxPyEndAllowThreads(__tstate);
3602 if (PyErr_Occurred()) SWIG_fail;
3603 }
3604 resultobj = SWIG_From_long((long)result);
3605 return resultobj;
3606 fail:
3607 return NULL;
3608 }
3609
3610
3611 static PyObject *_wrap_ComboBox_Replace(PyObject *, PyObject *args, PyObject *kwargs) {
3612 PyObject *resultobj;
3613 wxComboBox *arg1 = (wxComboBox *) 0 ;
3614 long arg2 ;
3615 long arg3 ;
3616 wxString *arg4 = 0 ;
3617 bool temp4 = False ;
3618 PyObject * obj0 = 0 ;
3619 PyObject * obj1 = 0 ;
3620 PyObject * obj2 = 0 ;
3621 PyObject * obj3 = 0 ;
3622 char *kwnames[] = {
3623 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
3624 };
3625
3626 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ComboBox_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
3627 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3628 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3629 arg2 = (long)SWIG_As_long(obj1);
3630 if (PyErr_Occurred()) SWIG_fail;
3631 arg3 = (long)SWIG_As_long(obj2);
3632 if (PyErr_Occurred()) SWIG_fail;
3633 {
3634 arg4 = wxString_in_helper(obj3);
3635 if (arg4 == NULL) SWIG_fail;
3636 temp4 = True;
3637 }
3638 {
3639 PyThreadState* __tstate = wxPyBeginAllowThreads();
3640 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
3641
3642 wxPyEndAllowThreads(__tstate);
3643 if (PyErr_Occurred()) SWIG_fail;
3644 }
3645 Py_INCREF(Py_None); resultobj = Py_None;
3646 {
3647 if (temp4)
3648 delete arg4;
3649 }
3650 return resultobj;
3651 fail:
3652 {
3653 if (temp4)
3654 delete arg4;
3655 }
3656 return NULL;
3657 }
3658
3659
3660 static PyObject *_wrap_ComboBox_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
3661 PyObject *resultobj;
3662 wxComboBox *arg1 = (wxComboBox *) 0 ;
3663 int arg2 ;
3664 PyObject * obj0 = 0 ;
3665 PyObject * obj1 = 0 ;
3666 char *kwnames[] = {
3667 (char *) "self",(char *) "n", NULL
3668 };
3669
3670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
3671 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3672 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3673 arg2 = (int)SWIG_As_int(obj1);
3674 if (PyErr_Occurred()) SWIG_fail;
3675 {
3676 PyThreadState* __tstate = wxPyBeginAllowThreads();
3677 (arg1)->SetSelection(arg2);
3678
3679 wxPyEndAllowThreads(__tstate);
3680 if (PyErr_Occurred()) SWIG_fail;
3681 }
3682 Py_INCREF(Py_None); resultobj = Py_None;
3683 return resultobj;
3684 fail:
3685 return NULL;
3686 }
3687
3688
3689 static PyObject *_wrap_ComboBox_SetMark(PyObject *, PyObject *args, PyObject *kwargs) {
3690 PyObject *resultobj;
3691 wxComboBox *arg1 = (wxComboBox *) 0 ;
3692 long arg2 ;
3693 long arg3 ;
3694 PyObject * obj0 = 0 ;
3695 PyObject * obj1 = 0 ;
3696 PyObject * obj2 = 0 ;
3697 char *kwnames[] = {
3698 (char *) "self",(char *) "from",(char *) "to", NULL
3699 };
3700
3701 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetMark",kwnames,&obj0,&obj1,&obj2)) goto fail;
3702 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3703 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3704 arg2 = (long)SWIG_As_long(obj1);
3705 if (PyErr_Occurred()) SWIG_fail;
3706 arg3 = (long)SWIG_As_long(obj2);
3707 if (PyErr_Occurred()) SWIG_fail;
3708 {
3709 PyThreadState* __tstate = wxPyBeginAllowThreads();
3710 (arg1)->SetSelection(arg2,arg3);
3711
3712 wxPyEndAllowThreads(__tstate);
3713 if (PyErr_Occurred()) SWIG_fail;
3714 }
3715 Py_INCREF(Py_None); resultobj = Py_None;
3716 return resultobj;
3717 fail:
3718 return NULL;
3719 }
3720
3721
3722 static PyObject *_wrap_ComboBox_SetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
3723 PyObject *resultobj;
3724 wxComboBox *arg1 = (wxComboBox *) 0 ;
3725 wxString *arg2 = 0 ;
3726 bool result;
3727 bool temp2 = False ;
3728 PyObject * obj0 = 0 ;
3729 PyObject * obj1 = 0 ;
3730 char *kwnames[] = {
3731 (char *) "self",(char *) "string", NULL
3732 };
3733
3734 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
3735 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3736 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3737 {
3738 arg2 = wxString_in_helper(obj1);
3739 if (arg2 == NULL) SWIG_fail;
3740 temp2 = True;
3741 }
3742 {
3743 PyThreadState* __tstate = wxPyBeginAllowThreads();
3744 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
3745
3746 wxPyEndAllowThreads(__tstate);
3747 if (PyErr_Occurred()) SWIG_fail;
3748 }
3749 {
3750 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3751 }
3752 {
3753 if (temp2)
3754 delete arg2;
3755 }
3756 return resultobj;
3757 fail:
3758 {
3759 if (temp2)
3760 delete arg2;
3761 }
3762 return NULL;
3763 }
3764
3765
3766 static PyObject *_wrap_ComboBox_SetString(PyObject *, PyObject *args, PyObject *kwargs) {
3767 PyObject *resultobj;
3768 wxComboBox *arg1 = (wxComboBox *) 0 ;
3769 int arg2 ;
3770 wxString *arg3 = 0 ;
3771 bool temp3 = False ;
3772 PyObject * obj0 = 0 ;
3773 PyObject * obj1 = 0 ;
3774 PyObject * obj2 = 0 ;
3775 char *kwnames[] = {
3776 (char *) "self",(char *) "n",(char *) "string", NULL
3777 };
3778
3779 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
3780 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3781 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3782 arg2 = (int)SWIG_As_int(obj1);
3783 if (PyErr_Occurred()) SWIG_fail;
3784 {
3785 arg3 = wxString_in_helper(obj2);
3786 if (arg3 == NULL) SWIG_fail;
3787 temp3 = True;
3788 }
3789 {
3790 PyThreadState* __tstate = wxPyBeginAllowThreads();
3791 (arg1)->SetString(arg2,(wxString const &)*arg3);
3792
3793 wxPyEndAllowThreads(__tstate);
3794 if (PyErr_Occurred()) SWIG_fail;
3795 }
3796 Py_INCREF(Py_None); resultobj = Py_None;
3797 {
3798 if (temp3)
3799 delete arg3;
3800 }
3801 return resultobj;
3802 fail:
3803 {
3804 if (temp3)
3805 delete arg3;
3806 }
3807 return NULL;
3808 }
3809
3810
3811 static PyObject *_wrap_ComboBox_SetEditable(PyObject *, PyObject *args, PyObject *kwargs) {
3812 PyObject *resultobj;
3813 wxComboBox *arg1 = (wxComboBox *) 0 ;
3814 bool arg2 ;
3815 PyObject * obj0 = 0 ;
3816 PyObject * obj1 = 0 ;
3817 char *kwnames[] = {
3818 (char *) "self",(char *) "editable", NULL
3819 };
3820
3821 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetEditable",kwnames,&obj0,&obj1)) goto fail;
3822 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3823 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3824 arg2 = (bool)SWIG_As_bool(obj1);
3825 if (PyErr_Occurred()) SWIG_fail;
3826 {
3827 PyThreadState* __tstate = wxPyBeginAllowThreads();
3828 (arg1)->SetEditable(arg2);
3829
3830 wxPyEndAllowThreads(__tstate);
3831 if (PyErr_Occurred()) SWIG_fail;
3832 }
3833 Py_INCREF(Py_None); resultobj = Py_None;
3834 return resultobj;
3835 fail:
3836 return NULL;
3837 }
3838
3839
3840 static PyObject *_wrap_ComboBox_SetInsertionPointEnd(PyObject *, PyObject *args, PyObject *kwargs) {
3841 PyObject *resultobj;
3842 wxComboBox *arg1 = (wxComboBox *) 0 ;
3843 PyObject * obj0 = 0 ;
3844 char *kwnames[] = {
3845 (char *) "self", NULL
3846 };
3847
3848 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
3849 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3850 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3851 {
3852 PyThreadState* __tstate = wxPyBeginAllowThreads();
3853 (arg1)->SetInsertionPointEnd();
3854
3855 wxPyEndAllowThreads(__tstate);
3856 if (PyErr_Occurred()) SWIG_fail;
3857 }
3858 Py_INCREF(Py_None); resultobj = Py_None;
3859 return resultobj;
3860 fail:
3861 return NULL;
3862 }
3863
3864
3865 static PyObject *_wrap_ComboBox_Remove(PyObject *, PyObject *args, PyObject *kwargs) {
3866 PyObject *resultobj;
3867 wxComboBox *arg1 = (wxComboBox *) 0 ;
3868 long arg2 ;
3869 long arg3 ;
3870 PyObject * obj0 = 0 ;
3871 PyObject * obj1 = 0 ;
3872 PyObject * obj2 = 0 ;
3873 char *kwnames[] = {
3874 (char *) "self",(char *) "from",(char *) "to", NULL
3875 };
3876
3877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
3878 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3879 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3880 arg2 = (long)SWIG_As_long(obj1);
3881 if (PyErr_Occurred()) SWIG_fail;
3882 arg3 = (long)SWIG_As_long(obj2);
3883 if (PyErr_Occurred()) SWIG_fail;
3884 {
3885 PyThreadState* __tstate = wxPyBeginAllowThreads();
3886 (arg1)->Remove(arg2,arg3);
3887
3888 wxPyEndAllowThreads(__tstate);
3889 if (PyErr_Occurred()) SWIG_fail;
3890 }
3891 Py_INCREF(Py_None); resultobj = Py_None;
3892 return resultobj;
3893 fail:
3894 return NULL;
3895 }
3896
3897
3898 static PyObject *_wrap_ComboBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
3899 PyObject *resultobj;
3900 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
3901 wxVisualAttributes result;
3902 PyObject * obj0 = 0 ;
3903 char *kwnames[] = {
3904 (char *) "variant", NULL
3905 };
3906
3907 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ComboBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
3908 if (obj0) {
3909 arg1 = (int)SWIG_As_int(obj0);
3910 if (PyErr_Occurred()) SWIG_fail;
3911 }
3912 {
3913 if (!wxPyCheckForApp()) SWIG_fail;
3914 PyThreadState* __tstate = wxPyBeginAllowThreads();
3915 result = wxComboBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
3916
3917 wxPyEndAllowThreads(__tstate);
3918 if (PyErr_Occurred()) SWIG_fail;
3919 }
3920 {
3921 wxVisualAttributes * resultptr;
3922 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
3923 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
3924 }
3925 return resultobj;
3926 fail:
3927 return NULL;
3928 }
3929
3930
3931 static PyObject * ComboBox_swigregister(PyObject *, PyObject *args) {
3932 PyObject *obj;
3933 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
3934 SWIG_TypeClientData(SWIGTYPE_p_wxComboBox, obj);
3935 Py_INCREF(obj);
3936 return Py_BuildValue((char *)"");
3937 }
3938 static int _wrap_GaugeNameStr_set(PyObject *) {
3939 PyErr_SetString(PyExc_TypeError,"Variable GaugeNameStr is read-only.");
3940 return 1;
3941 }
3942
3943
3944 static PyObject *_wrap_GaugeNameStr_get() {
3945 PyObject *pyobj;
3946
3947 {
3948 #if wxUSE_UNICODE
3949 pyobj = PyUnicode_FromWideChar((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3950 #else
3951 pyobj = PyString_FromStringAndSize((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3952 #endif
3953 }
3954 return pyobj;
3955 }
3956
3957
3958 static PyObject *_wrap_new_Gauge(PyObject *, PyObject *args, PyObject *kwargs) {
3959 PyObject *resultobj;
3960 wxWindow *arg1 = (wxWindow *) 0 ;
3961 int arg2 = (int) -1 ;
3962 int arg3 = (int) 100 ;
3963 wxPoint const &arg4_defvalue = wxDefaultPosition ;
3964 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
3965 wxSize const &arg5_defvalue = wxDefaultSize ;
3966 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
3967 long arg6 = (long) wxGA_HORIZONTAL ;
3968 wxValidator const &arg7_defvalue = wxDefaultValidator ;
3969 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
3970 wxString const &arg8_defvalue = wxPyGaugeNameStr ;
3971 wxString *arg8 = (wxString *) &arg8_defvalue ;
3972 wxGauge *result;
3973 wxPoint temp4 ;
3974 wxSize temp5 ;
3975 bool temp8 = False ;
3976 PyObject * obj0 = 0 ;
3977 PyObject * obj1 = 0 ;
3978 PyObject * obj2 = 0 ;
3979 PyObject * obj3 = 0 ;
3980 PyObject * obj4 = 0 ;
3981 PyObject * obj5 = 0 ;
3982 PyObject * obj6 = 0 ;
3983 PyObject * obj7 = 0 ;
3984 char *kwnames[] = {
3985 (char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3986 };
3987
3988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_Gauge",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
3989 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
3990 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3991 if (obj1) {
3992 arg2 = (int)SWIG_As_int(obj1);
3993 if (PyErr_Occurred()) SWIG_fail;
3994 }
3995 if (obj2) {
3996 arg3 = (int)SWIG_As_int(obj2);
3997 if (PyErr_Occurred()) SWIG_fail;
3998 }
3999 if (obj3) {
4000 {
4001 arg4 = &temp4;
4002 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4003 }
4004 }
4005 if (obj4) {
4006 {
4007 arg5 = &temp5;
4008 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4009 }
4010 }
4011 if (obj5) {
4012 arg6 = (long)SWIG_As_long(obj5);
4013 if (PyErr_Occurred()) SWIG_fail;
4014 }
4015 if (obj6) {
4016 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
4017 SWIG_POINTER_EXCEPTION | 0)) == -1)
4018 SWIG_fail;
4019 if (arg7 == NULL) {
4020 PyErr_SetString(PyExc_TypeError,"null reference");
4021 SWIG_fail;
4022 }
4023 }
4024 if (obj7) {
4025 {
4026 arg8 = wxString_in_helper(obj7);
4027 if (arg8 == NULL) SWIG_fail;
4028 temp8 = True;
4029 }
4030 }
4031 {
4032 if (!wxPyCheckForApp()) SWIG_fail;
4033 PyThreadState* __tstate = wxPyBeginAllowThreads();
4034 result = (wxGauge *)new wxGauge(arg1,arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
4035
4036 wxPyEndAllowThreads(__tstate);
4037 if (PyErr_Occurred()) SWIG_fail;
4038 }
4039 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGauge, 1);
4040 {
4041 if (temp8)
4042 delete arg8;
4043 }
4044 return resultobj;
4045 fail:
4046 {
4047 if (temp8)
4048 delete arg8;
4049 }
4050 return NULL;
4051 }
4052
4053
4054 static PyObject *_wrap_new_PreGauge(PyObject *, PyObject *args, PyObject *kwargs) {
4055 PyObject *resultobj;
4056 wxGauge *result;
4057 char *kwnames[] = {
4058 NULL
4059 };
4060
4061 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGauge",kwnames)) goto fail;
4062 {
4063 if (!wxPyCheckForApp()) SWIG_fail;
4064 PyThreadState* __tstate = wxPyBeginAllowThreads();
4065 result = (wxGauge *)new wxGauge();
4066
4067 wxPyEndAllowThreads(__tstate);
4068 if (PyErr_Occurred()) SWIG_fail;
4069 }
4070 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGauge, 1);
4071 return resultobj;
4072 fail:
4073 return NULL;
4074 }
4075
4076
4077 static PyObject *_wrap_Gauge_Create(PyObject *, PyObject *args, PyObject *kwargs) {
4078 PyObject *resultobj;
4079 wxGauge *arg1 = (wxGauge *) 0 ;
4080 wxWindow *arg2 = (wxWindow *) 0 ;
4081 int arg3 = (int) -1 ;
4082 int arg4 = (int) 100 ;
4083 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4084 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4085 wxSize const &arg6_defvalue = wxDefaultSize ;
4086 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4087 long arg7 = (long) wxGA_HORIZONTAL ;
4088 wxValidator const &arg8_defvalue = wxDefaultValidator ;
4089 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
4090 wxString const &arg9_defvalue = wxPyGaugeNameStr ;
4091 wxString *arg9 = (wxString *) &arg9_defvalue ;
4092 bool result;
4093 wxPoint temp5 ;
4094 wxSize temp6 ;
4095 bool temp9 = False ;
4096 PyObject * obj0 = 0 ;
4097 PyObject * obj1 = 0 ;
4098 PyObject * obj2 = 0 ;
4099 PyObject * obj3 = 0 ;
4100 PyObject * obj4 = 0 ;
4101 PyObject * obj5 = 0 ;
4102 PyObject * obj6 = 0 ;
4103 PyObject * obj7 = 0 ;
4104 PyObject * obj8 = 0 ;
4105 char *kwnames[] = {
4106 (char *) "self",(char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
4107 };
4108
4109 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:Gauge_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
4110 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4111 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4112 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4113 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4114 if (obj2) {
4115 arg3 = (int)SWIG_As_int(obj2);
4116 if (PyErr_Occurred()) SWIG_fail;
4117 }
4118 if (obj3) {
4119 arg4 = (int)SWIG_As_int(obj3);
4120 if (PyErr_Occurred()) SWIG_fail;
4121 }
4122 if (obj4) {
4123 {
4124 arg5 = &temp5;
4125 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4126 }
4127 }
4128 if (obj5) {
4129 {
4130 arg6 = &temp6;
4131 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4132 }
4133 }
4134 if (obj6) {
4135 arg7 = (long)SWIG_As_long(obj6);
4136 if (PyErr_Occurred()) SWIG_fail;
4137 }
4138 if (obj7) {
4139 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
4140 SWIG_POINTER_EXCEPTION | 0)) == -1)
4141 SWIG_fail;
4142 if (arg8 == NULL) {
4143 PyErr_SetString(PyExc_TypeError,"null reference");
4144 SWIG_fail;
4145 }
4146 }
4147 if (obj8) {
4148 {
4149 arg9 = wxString_in_helper(obj8);
4150 if (arg9 == NULL) SWIG_fail;
4151 temp9 = True;
4152 }
4153 }
4154 {
4155 PyThreadState* __tstate = wxPyBeginAllowThreads();
4156 result = (bool)(arg1)->Create(arg2,arg3,arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
4157
4158 wxPyEndAllowThreads(__tstate);
4159 if (PyErr_Occurred()) SWIG_fail;
4160 }
4161 {
4162 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4163 }
4164 {
4165 if (temp9)
4166 delete arg9;
4167 }
4168 return resultobj;
4169 fail:
4170 {
4171 if (temp9)
4172 delete arg9;
4173 }
4174 return NULL;
4175 }
4176
4177
4178 static PyObject *_wrap_Gauge_SetRange(PyObject *, PyObject *args, PyObject *kwargs) {
4179 PyObject *resultobj;
4180 wxGauge *arg1 = (wxGauge *) 0 ;
4181 int arg2 ;
4182 PyObject * obj0 = 0 ;
4183 PyObject * obj1 = 0 ;
4184 char *kwnames[] = {
4185 (char *) "self",(char *) "range", NULL
4186 };
4187
4188 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetRange",kwnames,&obj0,&obj1)) goto fail;
4189 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4190 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4191 arg2 = (int)SWIG_As_int(obj1);
4192 if (PyErr_Occurred()) SWIG_fail;
4193 {
4194 PyThreadState* __tstate = wxPyBeginAllowThreads();
4195 (arg1)->SetRange(arg2);
4196
4197 wxPyEndAllowThreads(__tstate);
4198 if (PyErr_Occurred()) SWIG_fail;
4199 }
4200 Py_INCREF(Py_None); resultobj = Py_None;
4201 return resultobj;
4202 fail:
4203 return NULL;
4204 }
4205
4206
4207 static PyObject *_wrap_Gauge_GetRange(PyObject *, PyObject *args, PyObject *kwargs) {
4208 PyObject *resultobj;
4209 wxGauge *arg1 = (wxGauge *) 0 ;
4210 int result;
4211 PyObject * obj0 = 0 ;
4212 char *kwnames[] = {
4213 (char *) "self", NULL
4214 };
4215
4216 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetRange",kwnames,&obj0)) goto fail;
4217 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4218 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4219 {
4220 PyThreadState* __tstate = wxPyBeginAllowThreads();
4221 result = (int)((wxGauge const *)arg1)->GetRange();
4222
4223 wxPyEndAllowThreads(__tstate);
4224 if (PyErr_Occurred()) SWIG_fail;
4225 }
4226 resultobj = SWIG_From_int((int)result);
4227 return resultobj;
4228 fail:
4229 return NULL;
4230 }
4231
4232
4233 static PyObject *_wrap_Gauge_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
4234 PyObject *resultobj;
4235 wxGauge *arg1 = (wxGauge *) 0 ;
4236 int arg2 ;
4237 PyObject * obj0 = 0 ;
4238 PyObject * obj1 = 0 ;
4239 char *kwnames[] = {
4240 (char *) "self",(char *) "pos", NULL
4241 };
4242
4243 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetValue",kwnames,&obj0,&obj1)) goto fail;
4244 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4245 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4246 arg2 = (int)SWIG_As_int(obj1);
4247 if (PyErr_Occurred()) SWIG_fail;
4248 {
4249 PyThreadState* __tstate = wxPyBeginAllowThreads();
4250 (arg1)->SetValue(arg2);
4251
4252 wxPyEndAllowThreads(__tstate);
4253 if (PyErr_Occurred()) SWIG_fail;
4254 }
4255 Py_INCREF(Py_None); resultobj = Py_None;
4256 return resultobj;
4257 fail:
4258 return NULL;
4259 }
4260
4261
4262 static PyObject *_wrap_Gauge_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
4263 PyObject *resultobj;
4264 wxGauge *arg1 = (wxGauge *) 0 ;
4265 int result;
4266 PyObject * obj0 = 0 ;
4267 char *kwnames[] = {
4268 (char *) "self", NULL
4269 };
4270
4271 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetValue",kwnames,&obj0)) goto fail;
4272 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4273 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4274 {
4275 PyThreadState* __tstate = wxPyBeginAllowThreads();
4276 result = (int)((wxGauge const *)arg1)->GetValue();
4277
4278 wxPyEndAllowThreads(__tstate);
4279 if (PyErr_Occurred()) SWIG_fail;
4280 }
4281 resultobj = SWIG_From_int((int)result);
4282 return resultobj;
4283 fail:
4284 return NULL;
4285 }
4286
4287
4288 static PyObject *_wrap_Gauge_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
4289 PyObject *resultobj;
4290 wxGauge *arg1 = (wxGauge *) 0 ;
4291 bool result;
4292 PyObject * obj0 = 0 ;
4293 char *kwnames[] = {
4294 (char *) "self", NULL
4295 };
4296
4297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_IsVertical",kwnames,&obj0)) goto fail;
4298 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4299 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4300 {
4301 PyThreadState* __tstate = wxPyBeginAllowThreads();
4302 result = (bool)((wxGauge const *)arg1)->IsVertical();
4303
4304 wxPyEndAllowThreads(__tstate);
4305 if (PyErr_Occurred()) SWIG_fail;
4306 }
4307 {
4308 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4309 }
4310 return resultobj;
4311 fail:
4312 return NULL;
4313 }
4314
4315
4316 static PyObject *_wrap_Gauge_SetShadowWidth(PyObject *, PyObject *args, PyObject *kwargs) {
4317 PyObject *resultobj;
4318 wxGauge *arg1 = (wxGauge *) 0 ;
4319 int arg2 ;
4320 PyObject * obj0 = 0 ;
4321 PyObject * obj1 = 0 ;
4322 char *kwnames[] = {
4323 (char *) "self",(char *) "w", NULL
4324 };
4325
4326 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetShadowWidth",kwnames,&obj0,&obj1)) goto fail;
4327 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4328 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4329 arg2 = (int)SWIG_As_int(obj1);
4330 if (PyErr_Occurred()) SWIG_fail;
4331 {
4332 PyThreadState* __tstate = wxPyBeginAllowThreads();
4333 (arg1)->SetShadowWidth(arg2);
4334
4335 wxPyEndAllowThreads(__tstate);
4336 if (PyErr_Occurred()) SWIG_fail;
4337 }
4338 Py_INCREF(Py_None); resultobj = Py_None;
4339 return resultobj;
4340 fail:
4341 return NULL;
4342 }
4343
4344
4345 static PyObject *_wrap_Gauge_GetShadowWidth(PyObject *, PyObject *args, PyObject *kwargs) {
4346 PyObject *resultobj;
4347 wxGauge *arg1 = (wxGauge *) 0 ;
4348 int result;
4349 PyObject * obj0 = 0 ;
4350 char *kwnames[] = {
4351 (char *) "self", NULL
4352 };
4353
4354 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetShadowWidth",kwnames,&obj0)) goto fail;
4355 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4356 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4357 {
4358 PyThreadState* __tstate = wxPyBeginAllowThreads();
4359 result = (int)((wxGauge const *)arg1)->GetShadowWidth();
4360
4361 wxPyEndAllowThreads(__tstate);
4362 if (PyErr_Occurred()) SWIG_fail;
4363 }
4364 resultobj = SWIG_From_int((int)result);
4365 return resultobj;
4366 fail:
4367 return NULL;
4368 }
4369
4370
4371 static PyObject *_wrap_Gauge_SetBezelFace(PyObject *, PyObject *args, PyObject *kwargs) {
4372 PyObject *resultobj;
4373 wxGauge *arg1 = (wxGauge *) 0 ;
4374 int arg2 ;
4375 PyObject * obj0 = 0 ;
4376 PyObject * obj1 = 0 ;
4377 char *kwnames[] = {
4378 (char *) "self",(char *) "w", NULL
4379 };
4380
4381 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetBezelFace",kwnames,&obj0,&obj1)) goto fail;
4382 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4383 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4384 arg2 = (int)SWIG_As_int(obj1);
4385 if (PyErr_Occurred()) SWIG_fail;
4386 {
4387 PyThreadState* __tstate = wxPyBeginAllowThreads();
4388 (arg1)->SetBezelFace(arg2);
4389
4390 wxPyEndAllowThreads(__tstate);
4391 if (PyErr_Occurred()) SWIG_fail;
4392 }
4393 Py_INCREF(Py_None); resultobj = Py_None;
4394 return resultobj;
4395 fail:
4396 return NULL;
4397 }
4398
4399
4400 static PyObject *_wrap_Gauge_GetBezelFace(PyObject *, PyObject *args, PyObject *kwargs) {
4401 PyObject *resultobj;
4402 wxGauge *arg1 = (wxGauge *) 0 ;
4403 int result;
4404 PyObject * obj0 = 0 ;
4405 char *kwnames[] = {
4406 (char *) "self", NULL
4407 };
4408
4409 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetBezelFace",kwnames,&obj0)) goto fail;
4410 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4411 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4412 {
4413 PyThreadState* __tstate = wxPyBeginAllowThreads();
4414 result = (int)((wxGauge const *)arg1)->GetBezelFace();
4415
4416 wxPyEndAllowThreads(__tstate);
4417 if (PyErr_Occurred()) SWIG_fail;
4418 }
4419 resultobj = SWIG_From_int((int)result);
4420 return resultobj;
4421 fail:
4422 return NULL;
4423 }
4424
4425
4426 static PyObject *_wrap_Gauge_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
4427 PyObject *resultobj;
4428 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4429 wxVisualAttributes result;
4430 PyObject * obj0 = 0 ;
4431 char *kwnames[] = {
4432 (char *) "variant", NULL
4433 };
4434
4435 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Gauge_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4436 if (obj0) {
4437 arg1 = (int)SWIG_As_int(obj0);
4438 if (PyErr_Occurred()) SWIG_fail;
4439 }
4440 {
4441 if (!wxPyCheckForApp()) SWIG_fail;
4442 PyThreadState* __tstate = wxPyBeginAllowThreads();
4443 result = wxGauge::GetClassDefaultAttributes((wxWindowVariant )arg1);
4444
4445 wxPyEndAllowThreads(__tstate);
4446 if (PyErr_Occurred()) SWIG_fail;
4447 }
4448 {
4449 wxVisualAttributes * resultptr;
4450 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4451 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4452 }
4453 return resultobj;
4454 fail:
4455 return NULL;
4456 }
4457
4458
4459 static PyObject * Gauge_swigregister(PyObject *, PyObject *args) {
4460 PyObject *obj;
4461 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4462 SWIG_TypeClientData(SWIGTYPE_p_wxGauge, obj);
4463 Py_INCREF(obj);
4464 return Py_BuildValue((char *)"");
4465 }
4466 static int _wrap_StaticBitmapNameStr_set(PyObject *) {
4467 PyErr_SetString(PyExc_TypeError,"Variable StaticBitmapNameStr is read-only.");
4468 return 1;
4469 }
4470
4471
4472 static PyObject *_wrap_StaticBitmapNameStr_get() {
4473 PyObject *pyobj;
4474
4475 {
4476 #if wxUSE_UNICODE
4477 pyobj = PyUnicode_FromWideChar((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
4478 #else
4479 pyobj = PyString_FromStringAndSize((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
4480 #endif
4481 }
4482 return pyobj;
4483 }
4484
4485
4486 static int _wrap_StaticBoxNameStr_set(PyObject *) {
4487 PyErr_SetString(PyExc_TypeError,"Variable StaticBoxNameStr is read-only.");
4488 return 1;
4489 }
4490
4491
4492 static PyObject *_wrap_StaticBoxNameStr_get() {
4493 PyObject *pyobj;
4494
4495 {
4496 #if wxUSE_UNICODE
4497 pyobj = PyUnicode_FromWideChar((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
4498 #else
4499 pyobj = PyString_FromStringAndSize((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
4500 #endif
4501 }
4502 return pyobj;
4503 }
4504
4505
4506 static int _wrap_StaticTextNameStr_set(PyObject *) {
4507 PyErr_SetString(PyExc_TypeError,"Variable StaticTextNameStr is read-only.");
4508 return 1;
4509 }
4510
4511
4512 static PyObject *_wrap_StaticTextNameStr_get() {
4513 PyObject *pyobj;
4514
4515 {
4516 #if wxUSE_UNICODE
4517 pyobj = PyUnicode_FromWideChar((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
4518 #else
4519 pyobj = PyString_FromStringAndSize((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
4520 #endif
4521 }
4522 return pyobj;
4523 }
4524
4525
4526 static PyObject *_wrap_new_StaticBox(PyObject *, PyObject *args, PyObject *kwargs) {
4527 PyObject *resultobj;
4528 wxWindow *arg1 = (wxWindow *) 0 ;
4529 int arg2 = (int) -1 ;
4530 wxString const &arg3_defvalue = wxPyEmptyString ;
4531 wxString *arg3 = (wxString *) &arg3_defvalue ;
4532 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4533 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4534 wxSize const &arg5_defvalue = wxDefaultSize ;
4535 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4536 long arg6 = (long) 0 ;
4537 wxString const &arg7_defvalue = wxPyStaticBoxNameStr ;
4538 wxString *arg7 = (wxString *) &arg7_defvalue ;
4539 wxStaticBox *result;
4540 bool temp3 = False ;
4541 wxPoint temp4 ;
4542 wxSize temp5 ;
4543 bool temp7 = False ;
4544 PyObject * obj0 = 0 ;
4545 PyObject * obj1 = 0 ;
4546 PyObject * obj2 = 0 ;
4547 PyObject * obj3 = 0 ;
4548 PyObject * obj4 = 0 ;
4549 PyObject * obj5 = 0 ;
4550 PyObject * obj6 = 0 ;
4551 char *kwnames[] = {
4552 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4553 };
4554
4555 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4556 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4557 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4558 if (obj1) {
4559 arg2 = (int)SWIG_As_int(obj1);
4560 if (PyErr_Occurred()) SWIG_fail;
4561 }
4562 if (obj2) {
4563 {
4564 arg3 = wxString_in_helper(obj2);
4565 if (arg3 == NULL) SWIG_fail;
4566 temp3 = True;
4567 }
4568 }
4569 if (obj3) {
4570 {
4571 arg4 = &temp4;
4572 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4573 }
4574 }
4575 if (obj4) {
4576 {
4577 arg5 = &temp5;
4578 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4579 }
4580 }
4581 if (obj5) {
4582 arg6 = (long)SWIG_As_long(obj5);
4583 if (PyErr_Occurred()) SWIG_fail;
4584 }
4585 if (obj6) {
4586 {
4587 arg7 = wxString_in_helper(obj6);
4588 if (arg7 == NULL) SWIG_fail;
4589 temp7 = True;
4590 }
4591 }
4592 {
4593 if (!wxPyCheckForApp()) SWIG_fail;
4594 PyThreadState* __tstate = wxPyBeginAllowThreads();
4595 result = (wxStaticBox *)new wxStaticBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4596
4597 wxPyEndAllowThreads(__tstate);
4598 if (PyErr_Occurred()) SWIG_fail;
4599 }
4600 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBox, 1);
4601 {
4602 if (temp3)
4603 delete arg3;
4604 }
4605 {
4606 if (temp7)
4607 delete arg7;
4608 }
4609 return resultobj;
4610 fail:
4611 {
4612 if (temp3)
4613 delete arg3;
4614 }
4615 {
4616 if (temp7)
4617 delete arg7;
4618 }
4619 return NULL;
4620 }
4621
4622
4623 static PyObject *_wrap_new_PreStaticBox(PyObject *, PyObject *args, PyObject *kwargs) {
4624 PyObject *resultobj;
4625 wxStaticBox *result;
4626 char *kwnames[] = {
4627 NULL
4628 };
4629
4630 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBox",kwnames)) goto fail;
4631 {
4632 if (!wxPyCheckForApp()) SWIG_fail;
4633 PyThreadState* __tstate = wxPyBeginAllowThreads();
4634 result = (wxStaticBox *)new wxStaticBox();
4635
4636 wxPyEndAllowThreads(__tstate);
4637 if (PyErr_Occurred()) SWIG_fail;
4638 }
4639 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBox, 1);
4640 return resultobj;
4641 fail:
4642 return NULL;
4643 }
4644
4645
4646 static PyObject *_wrap_StaticBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
4647 PyObject *resultobj;
4648 wxStaticBox *arg1 = (wxStaticBox *) 0 ;
4649 wxWindow *arg2 = (wxWindow *) 0 ;
4650 int arg3 = (int) -1 ;
4651 wxString const &arg4_defvalue = wxPyEmptyString ;
4652 wxString *arg4 = (wxString *) &arg4_defvalue ;
4653 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4654 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4655 wxSize const &arg6_defvalue = wxDefaultSize ;
4656 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4657 long arg7 = (long) 0 ;
4658 wxString const &arg8_defvalue = wxPyStaticBoxNameStr ;
4659 wxString *arg8 = (wxString *) &arg8_defvalue ;
4660 bool result;
4661 bool temp4 = False ;
4662 wxPoint temp5 ;
4663 wxSize temp6 ;
4664 bool temp8 = False ;
4665 PyObject * obj0 = 0 ;
4666 PyObject * obj1 = 0 ;
4667 PyObject * obj2 = 0 ;
4668 PyObject * obj3 = 0 ;
4669 PyObject * obj4 = 0 ;
4670 PyObject * obj5 = 0 ;
4671 PyObject * obj6 = 0 ;
4672 PyObject * obj7 = 0 ;
4673 char *kwnames[] = {
4674 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4675 };
4676
4677 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
4678 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBox,
4679 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4680 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4681 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4682 if (obj2) {
4683 arg3 = (int)SWIG_As_int(obj2);
4684 if (PyErr_Occurred()) SWIG_fail;
4685 }
4686 if (obj3) {
4687 {
4688 arg4 = wxString_in_helper(obj3);
4689 if (arg4 == NULL) SWIG_fail;
4690 temp4 = True;
4691 }
4692 }
4693 if (obj4) {
4694 {
4695 arg5 = &temp5;
4696 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4697 }
4698 }
4699 if (obj5) {
4700 {
4701 arg6 = &temp6;
4702 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4703 }
4704 }
4705 if (obj6) {
4706 arg7 = (long)SWIG_As_long(obj6);
4707 if (PyErr_Occurred()) SWIG_fail;
4708 }
4709 if (obj7) {
4710 {
4711 arg8 = wxString_in_helper(obj7);
4712 if (arg8 == NULL) SWIG_fail;
4713 temp8 = True;
4714 }
4715 }
4716 {
4717 PyThreadState* __tstate = wxPyBeginAllowThreads();
4718 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
4719
4720 wxPyEndAllowThreads(__tstate);
4721 if (PyErr_Occurred()) SWIG_fail;
4722 }
4723 {
4724 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4725 }
4726 {
4727 if (temp4)
4728 delete arg4;
4729 }
4730 {
4731 if (temp8)
4732 delete arg8;
4733 }
4734 return resultobj;
4735 fail:
4736 {
4737 if (temp4)
4738 delete arg4;
4739 }
4740 {
4741 if (temp8)
4742 delete arg8;
4743 }
4744 return NULL;
4745 }
4746
4747
4748 static PyObject *_wrap_StaticBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
4749 PyObject *resultobj;
4750 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4751 wxVisualAttributes result;
4752 PyObject * obj0 = 0 ;
4753 char *kwnames[] = {
4754 (char *) "variant", NULL
4755 };
4756
4757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4758 if (obj0) {
4759 arg1 = (int)SWIG_As_int(obj0);
4760 if (PyErr_Occurred()) SWIG_fail;
4761 }
4762 {
4763 if (!wxPyCheckForApp()) SWIG_fail;
4764 PyThreadState* __tstate = wxPyBeginAllowThreads();
4765 result = wxStaticBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
4766
4767 wxPyEndAllowThreads(__tstate);
4768 if (PyErr_Occurred()) SWIG_fail;
4769 }
4770 {
4771 wxVisualAttributes * resultptr;
4772 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4773 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4774 }
4775 return resultobj;
4776 fail:
4777 return NULL;
4778 }
4779
4780
4781 static PyObject * StaticBox_swigregister(PyObject *, PyObject *args) {
4782 PyObject *obj;
4783 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4784 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBox, obj);
4785 Py_INCREF(obj);
4786 return Py_BuildValue((char *)"");
4787 }
4788 static PyObject *_wrap_new_StaticLine(PyObject *, PyObject *args, PyObject *kwargs) {
4789 PyObject *resultobj;
4790 wxWindow *arg1 = (wxWindow *) 0 ;
4791 int arg2 = (int) -1 ;
4792 wxPoint const &arg3_defvalue = wxDefaultPosition ;
4793 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
4794 wxSize const &arg4_defvalue = wxDefaultSize ;
4795 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
4796 long arg5 = (long) wxLI_HORIZONTAL ;
4797 wxString const &arg6_defvalue = wxPyStaticTextNameStr ;
4798 wxString *arg6 = (wxString *) &arg6_defvalue ;
4799 wxStaticLine *result;
4800 wxPoint temp3 ;
4801 wxSize temp4 ;
4802 bool temp6 = False ;
4803 PyObject * obj0 = 0 ;
4804 PyObject * obj1 = 0 ;
4805 PyObject * obj2 = 0 ;
4806 PyObject * obj3 = 0 ;
4807 PyObject * obj4 = 0 ;
4808 PyObject * obj5 = 0 ;
4809 char *kwnames[] = {
4810 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4811 };
4812
4813 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_StaticLine",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
4814 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4815 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4816 if (obj1) {
4817 arg2 = (int)SWIG_As_int(obj1);
4818 if (PyErr_Occurred()) SWIG_fail;
4819 }
4820 if (obj2) {
4821 {
4822 arg3 = &temp3;
4823 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
4824 }
4825 }
4826 if (obj3) {
4827 {
4828 arg4 = &temp4;
4829 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
4830 }
4831 }
4832 if (obj4) {
4833 arg5 = (long)SWIG_As_long(obj4);
4834 if (PyErr_Occurred()) SWIG_fail;
4835 }
4836 if (obj5) {
4837 {
4838 arg6 = wxString_in_helper(obj5);
4839 if (arg6 == NULL) SWIG_fail;
4840 temp6 = True;
4841 }
4842 }
4843 {
4844 if (!wxPyCheckForApp()) SWIG_fail;
4845 PyThreadState* __tstate = wxPyBeginAllowThreads();
4846 result = (wxStaticLine *)new wxStaticLine(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
4847
4848 wxPyEndAllowThreads(__tstate);
4849 if (PyErr_Occurred()) SWIG_fail;
4850 }
4851 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticLine, 1);
4852 {
4853 if (temp6)
4854 delete arg6;
4855 }
4856 return resultobj;
4857 fail:
4858 {
4859 if (temp6)
4860 delete arg6;
4861 }
4862 return NULL;
4863 }
4864
4865
4866 static PyObject *_wrap_new_PreStaticLine(PyObject *, PyObject *args, PyObject *kwargs) {
4867 PyObject *resultobj;
4868 wxStaticLine *result;
4869 char *kwnames[] = {
4870 NULL
4871 };
4872
4873 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticLine",kwnames)) goto fail;
4874 {
4875 if (!wxPyCheckForApp()) SWIG_fail;
4876 PyThreadState* __tstate = wxPyBeginAllowThreads();
4877 result = (wxStaticLine *)new wxStaticLine();
4878
4879 wxPyEndAllowThreads(__tstate);
4880 if (PyErr_Occurred()) SWIG_fail;
4881 }
4882 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticLine, 1);
4883 return resultobj;
4884 fail:
4885 return NULL;
4886 }
4887
4888
4889 static PyObject *_wrap_StaticLine_Create(PyObject *, PyObject *args, PyObject *kwargs) {
4890 PyObject *resultobj;
4891 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4892 wxWindow *arg2 = (wxWindow *) 0 ;
4893 int arg3 = (int) -1 ;
4894 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4895 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4896 wxSize const &arg5_defvalue = wxDefaultSize ;
4897 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4898 long arg6 = (long) wxLI_HORIZONTAL ;
4899 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
4900 wxString *arg7 = (wxString *) &arg7_defvalue ;
4901 bool result;
4902 wxPoint temp4 ;
4903 wxSize temp5 ;
4904 bool temp7 = False ;
4905 PyObject * obj0 = 0 ;
4906 PyObject * obj1 = 0 ;
4907 PyObject * obj2 = 0 ;
4908 PyObject * obj3 = 0 ;
4909 PyObject * obj4 = 0 ;
4910 PyObject * obj5 = 0 ;
4911 PyObject * obj6 = 0 ;
4912 char *kwnames[] = {
4913 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4914 };
4915
4916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:StaticLine_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4917 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticLine,
4918 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4919 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4920 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4921 if (obj2) {
4922 arg3 = (int)SWIG_As_int(obj2);
4923 if (PyErr_Occurred()) SWIG_fail;
4924 }
4925 if (obj3) {
4926 {
4927 arg4 = &temp4;
4928 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4929 }
4930 }
4931 if (obj4) {
4932 {
4933 arg5 = &temp5;
4934 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4935 }
4936 }
4937 if (obj5) {
4938 arg6 = (long)SWIG_As_long(obj5);
4939 if (PyErr_Occurred()) SWIG_fail;
4940 }
4941 if (obj6) {
4942 {
4943 arg7 = wxString_in_helper(obj6);
4944 if (arg7 == NULL) SWIG_fail;
4945 temp7 = True;
4946 }
4947 }
4948 {
4949 PyThreadState* __tstate = wxPyBeginAllowThreads();
4950 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4951
4952 wxPyEndAllowThreads(__tstate);
4953 if (PyErr_Occurred()) SWIG_fail;
4954 }
4955 {
4956 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4957 }
4958 {
4959 if (temp7)
4960 delete arg7;
4961 }
4962 return resultobj;
4963 fail:
4964 {
4965 if (temp7)
4966 delete arg7;
4967 }
4968 return NULL;
4969 }
4970
4971
4972 static PyObject *_wrap_StaticLine_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
4973 PyObject *resultobj;
4974 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4975 bool result;
4976 PyObject * obj0 = 0 ;
4977 char *kwnames[] = {
4978 (char *) "self", NULL
4979 };
4980
4981 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticLine_IsVertical",kwnames,&obj0)) goto fail;
4982 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticLine,
4983 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4984 {
4985 PyThreadState* __tstate = wxPyBeginAllowThreads();
4986 result = (bool)((wxStaticLine const *)arg1)->IsVertical();
4987
4988 wxPyEndAllowThreads(__tstate);
4989 if (PyErr_Occurred()) SWIG_fail;
4990 }
4991 {
4992 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4993 }
4994 return resultobj;
4995 fail:
4996 return NULL;
4997 }
4998
4999
5000 static PyObject *_wrap_StaticLine_GetDefaultSize(PyObject *, PyObject *args, PyObject *kwargs) {
5001 PyObject *resultobj;
5002 int result;
5003 char *kwnames[] = {
5004 NULL
5005 };
5006
5007 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":StaticLine_GetDefaultSize",kwnames)) goto fail;
5008 {
5009 PyThreadState* __tstate = wxPyBeginAllowThreads();
5010 result = (int)wxStaticLine::GetDefaultSize();
5011
5012 wxPyEndAllowThreads(__tstate);
5013 if (PyErr_Occurred()) SWIG_fail;
5014 }
5015 resultobj = SWIG_From_int((int)result);
5016 return resultobj;
5017 fail:
5018 return NULL;
5019 }
5020
5021
5022 static PyObject *_wrap_StaticLine_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
5023 PyObject *resultobj;
5024 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5025 wxVisualAttributes result;
5026 PyObject * obj0 = 0 ;
5027 char *kwnames[] = {
5028 (char *) "variant", NULL
5029 };
5030
5031 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticLine_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5032 if (obj0) {
5033 arg1 = (int)SWIG_As_int(obj0);
5034 if (PyErr_Occurred()) SWIG_fail;
5035 }
5036 {
5037 if (!wxPyCheckForApp()) SWIG_fail;
5038 PyThreadState* __tstate = wxPyBeginAllowThreads();
5039 result = wxStaticLine::GetClassDefaultAttributes((wxWindowVariant )arg1);
5040
5041 wxPyEndAllowThreads(__tstate);
5042 if (PyErr_Occurred()) SWIG_fail;
5043 }
5044 {
5045 wxVisualAttributes * resultptr;
5046 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5047 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5048 }
5049 return resultobj;
5050 fail:
5051 return NULL;
5052 }
5053
5054
5055 static PyObject * StaticLine_swigregister(PyObject *, PyObject *args) {
5056 PyObject *obj;
5057 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5058 SWIG_TypeClientData(SWIGTYPE_p_wxStaticLine, obj);
5059 Py_INCREF(obj);
5060 return Py_BuildValue((char *)"");
5061 }
5062 static PyObject *_wrap_new_StaticText(PyObject *, PyObject *args, PyObject *kwargs) {
5063 PyObject *resultobj;
5064 wxWindow *arg1 = (wxWindow *) 0 ;
5065 int arg2 = (int) -1 ;
5066 wxString const &arg3_defvalue = wxPyEmptyString ;
5067 wxString *arg3 = (wxString *) &arg3_defvalue ;
5068 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5069 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5070 wxSize const &arg5_defvalue = wxDefaultSize ;
5071 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5072 long arg6 = (long) 0 ;
5073 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
5074 wxString *arg7 = (wxString *) &arg7_defvalue ;
5075 wxStaticText *result;
5076 bool temp3 = False ;
5077 wxPoint temp4 ;
5078 wxSize temp5 ;
5079 bool temp7 = False ;
5080 PyObject * obj0 = 0 ;
5081 PyObject * obj1 = 0 ;
5082 PyObject * obj2 = 0 ;
5083 PyObject * obj3 = 0 ;
5084 PyObject * obj4 = 0 ;
5085 PyObject * obj5 = 0 ;
5086 PyObject * obj6 = 0 ;
5087 char *kwnames[] = {
5088 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5089 };
5090
5091 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticText",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
5092 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5093 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5094 if (obj1) {
5095 arg2 = (int)SWIG_As_int(obj1);
5096 if (PyErr_Occurred()) SWIG_fail;
5097 }
5098 if (obj2) {
5099 {
5100 arg3 = wxString_in_helper(obj2);
5101 if (arg3 == NULL) SWIG_fail;
5102 temp3 = True;
5103 }
5104 }
5105 if (obj3) {
5106 {
5107 arg4 = &temp4;
5108 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5109 }
5110 }
5111 if (obj4) {
5112 {
5113 arg5 = &temp5;
5114 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5115 }
5116 }
5117 if (obj5) {
5118 arg6 = (long)SWIG_As_long(obj5);
5119 if (PyErr_Occurred()) SWIG_fail;
5120 }
5121 if (obj6) {
5122 {
5123 arg7 = wxString_in_helper(obj6);
5124 if (arg7 == NULL) SWIG_fail;
5125 temp7 = True;
5126 }
5127 }
5128 {
5129 if (!wxPyCheckForApp()) SWIG_fail;
5130 PyThreadState* __tstate = wxPyBeginAllowThreads();
5131 result = (wxStaticText *)new wxStaticText(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
5132
5133 wxPyEndAllowThreads(__tstate);
5134 if (PyErr_Occurred()) SWIG_fail;
5135 }
5136 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticText, 1);
5137 {
5138 if (temp3)
5139 delete arg3;
5140 }
5141 {
5142 if (temp7)
5143 delete arg7;
5144 }
5145 return resultobj;
5146 fail:
5147 {
5148 if (temp3)
5149 delete arg3;
5150 }
5151 {
5152 if (temp7)
5153 delete arg7;
5154 }
5155 return NULL;
5156 }
5157
5158
5159 static PyObject *_wrap_new_PreStaticText(PyObject *, PyObject *args, PyObject *kwargs) {
5160 PyObject *resultobj;
5161 wxStaticText *result;
5162 char *kwnames[] = {
5163 NULL
5164 };
5165
5166 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticText",kwnames)) goto fail;
5167 {
5168 if (!wxPyCheckForApp()) SWIG_fail;
5169 PyThreadState* __tstate = wxPyBeginAllowThreads();
5170 result = (wxStaticText *)new wxStaticText();
5171
5172 wxPyEndAllowThreads(__tstate);
5173 if (PyErr_Occurred()) SWIG_fail;
5174 }
5175 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticText, 1);
5176 return resultobj;
5177 fail:
5178 return NULL;
5179 }
5180
5181
5182 static PyObject *_wrap_StaticText_Create(PyObject *, PyObject *args, PyObject *kwargs) {
5183 PyObject *resultobj;
5184 wxStaticText *arg1 = (wxStaticText *) 0 ;
5185 wxWindow *arg2 = (wxWindow *) 0 ;
5186 int arg3 = (int) -1 ;
5187 wxString const &arg4_defvalue = wxPyEmptyString ;
5188 wxString *arg4 = (wxString *) &arg4_defvalue ;
5189 wxPoint const &arg5_defvalue = wxDefaultPosition ;
5190 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
5191 wxSize const &arg6_defvalue = wxDefaultSize ;
5192 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
5193 long arg7 = (long) 0 ;
5194 wxString const &arg8_defvalue = wxPyStaticTextNameStr ;
5195 wxString *arg8 = (wxString *) &arg8_defvalue ;
5196 bool result;
5197 bool temp4 = False ;
5198 wxPoint temp5 ;
5199 wxSize temp6 ;
5200 bool temp8 = False ;
5201 PyObject * obj0 = 0 ;
5202 PyObject * obj1 = 0 ;
5203 PyObject * obj2 = 0 ;
5204 PyObject * obj3 = 0 ;
5205 PyObject * obj4 = 0 ;
5206 PyObject * obj5 = 0 ;
5207 PyObject * obj6 = 0 ;
5208 PyObject * obj7 = 0 ;
5209 char *kwnames[] = {
5210 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5211 };
5212
5213 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticText_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5214 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticText,
5215 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5216 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5217 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5218 if (obj2) {
5219 arg3 = (int)SWIG_As_int(obj2);
5220 if (PyErr_Occurred()) SWIG_fail;
5221 }
5222 if (obj3) {
5223 {
5224 arg4 = wxString_in_helper(obj3);
5225 if (arg4 == NULL) SWIG_fail;
5226 temp4 = True;
5227 }
5228 }
5229 if (obj4) {
5230 {
5231 arg5 = &temp5;
5232 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
5233 }
5234 }
5235 if (obj5) {
5236 {
5237 arg6 = &temp6;
5238 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
5239 }
5240 }
5241 if (obj6) {
5242 arg7 = (long)SWIG_As_long(obj6);
5243 if (PyErr_Occurred()) SWIG_fail;
5244 }
5245 if (obj7) {
5246 {
5247 arg8 = wxString_in_helper(obj7);
5248 if (arg8 == NULL) SWIG_fail;
5249 temp8 = True;
5250 }
5251 }
5252 {
5253 PyThreadState* __tstate = wxPyBeginAllowThreads();
5254 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
5255
5256 wxPyEndAllowThreads(__tstate);
5257 if (PyErr_Occurred()) SWIG_fail;
5258 }
5259 {
5260 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5261 }
5262 {
5263 if (temp4)
5264 delete arg4;
5265 }
5266 {
5267 if (temp8)
5268 delete arg8;
5269 }
5270 return resultobj;
5271 fail:
5272 {
5273 if (temp4)
5274 delete arg4;
5275 }
5276 {
5277 if (temp8)
5278 delete arg8;
5279 }
5280 return NULL;
5281 }
5282
5283
5284 static PyObject *_wrap_StaticText_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
5285 PyObject *resultobj;
5286 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5287 wxVisualAttributes result;
5288 PyObject * obj0 = 0 ;
5289 char *kwnames[] = {
5290 (char *) "variant", NULL
5291 };
5292
5293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticText_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5294 if (obj0) {
5295 arg1 = (int)SWIG_As_int(obj0);
5296 if (PyErr_Occurred()) SWIG_fail;
5297 }
5298 {
5299 if (!wxPyCheckForApp()) SWIG_fail;
5300 PyThreadState* __tstate = wxPyBeginAllowThreads();
5301 result = wxStaticText::GetClassDefaultAttributes((wxWindowVariant )arg1);
5302
5303 wxPyEndAllowThreads(__tstate);
5304 if (PyErr_Occurred()) SWIG_fail;
5305 }
5306 {
5307 wxVisualAttributes * resultptr;
5308 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5309 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5310 }
5311 return resultobj;
5312 fail:
5313 return NULL;
5314 }
5315
5316
5317 static PyObject * StaticText_swigregister(PyObject *, PyObject *args) {
5318 PyObject *obj;
5319 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5320 SWIG_TypeClientData(SWIGTYPE_p_wxStaticText, obj);
5321 Py_INCREF(obj);
5322 return Py_BuildValue((char *)"");
5323 }
5324 static PyObject *_wrap_new_StaticBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
5325 PyObject *resultobj;
5326 wxWindow *arg1 = (wxWindow *) 0 ;
5327 int arg2 = (int) -1 ;
5328 wxBitmap const &arg3_defvalue = wxNullBitmap ;
5329 wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ;
5330 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5331 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5332 wxSize const &arg5_defvalue = wxDefaultSize ;
5333 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5334 long arg6 = (long) 0 ;
5335 wxString const &arg7_defvalue = wxPyStaticBitmapNameStr ;
5336 wxString *arg7 = (wxString *) &arg7_defvalue ;
5337 wxStaticBitmap *result;
5338 wxPoint temp4 ;
5339 wxSize temp5 ;
5340 bool temp7 = False ;
5341 PyObject * obj0 = 0 ;
5342 PyObject * obj1 = 0 ;
5343 PyObject * obj2 = 0 ;
5344 PyObject * obj3 = 0 ;
5345 PyObject * obj4 = 0 ;
5346 PyObject * obj5 = 0 ;
5347 PyObject * obj6 = 0 ;
5348 char *kwnames[] = {
5349 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5350 };
5351
5352 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticBitmap",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
5353 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5354 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5355 if (obj1) {
5356 arg2 = (int)SWIG_As_int(obj1);
5357 if (PyErr_Occurred()) SWIG_fail;
5358 }
5359 if (obj2) {
5360 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap,
5361 SWIG_POINTER_EXCEPTION | 0)) == -1)
5362 SWIG_fail;
5363 if (arg3 == NULL) {
5364 PyErr_SetString(PyExc_TypeError,"null reference");
5365 SWIG_fail;
5366 }
5367 }
5368 if (obj3) {
5369 {
5370 arg4 = &temp4;
5371 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5372 }
5373 }
5374 if (obj4) {
5375 {
5376 arg5 = &temp5;
5377 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5378 }
5379 }
5380 if (obj5) {
5381 arg6 = (long)SWIG_As_long(obj5);
5382 if (PyErr_Occurred()) SWIG_fail;
5383 }
5384 if (obj6) {
5385 {
5386 arg7 = wxString_in_helper(obj6);
5387 if (arg7 == NULL) SWIG_fail;
5388 temp7 = True;
5389 }
5390 }
5391 {
5392 if (!wxPyCheckForApp()) SWIG_fail;
5393 PyThreadState* __tstate = wxPyBeginAllowThreads();
5394 result = (wxStaticBitmap *)new wxStaticBitmap(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
5395
5396 wxPyEndAllowThreads(__tstate);
5397 if (PyErr_Occurred()) SWIG_fail;
5398 }
5399 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBitmap, 1);
5400 {
5401 if (temp7)
5402 delete arg7;
5403 }
5404 return resultobj;
5405 fail:
5406 {
5407 if (temp7)
5408 delete arg7;
5409 }
5410 return NULL;
5411 }
5412
5413
5414 static PyObject *_wrap_new_PreStaticBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
5415 PyObject *resultobj;
5416 wxStaticBitmap *result;
5417 char *kwnames[] = {
5418 NULL
5419 };
5420
5421 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBitmap",kwnames)) goto fail;
5422 {
5423 if (!wxPyCheckForApp()) SWIG_fail;
5424 PyThreadState* __tstate = wxPyBeginAllowThreads();
5425 result = (wxStaticBitmap *)new wxStaticBitmap();
5426
5427 wxPyEndAllowThreads(__tstate);
5428 if (PyErr_Occurred()) SWIG_fail;
5429 }
5430 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBitmap, 1);
5431 return resultobj;
5432 fail:
5433 return NULL;
5434 }
5435
5436
5437 static PyObject *_wrap_StaticBitmap_Create(PyObject *, PyObject *args, PyObject *kwargs) {
5438 PyObject *resultobj;
5439 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5440 wxWindow *arg2 = (wxWindow *) 0 ;
5441 int arg3 = (int) -1 ;
5442 wxBitmap const &arg4_defvalue = wxNullBitmap ;
5443 wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ;
5444 wxPoint const &arg5_defvalue = wxDefaultPosition ;
5445 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
5446 wxSize const &arg6_defvalue = wxDefaultSize ;
5447 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
5448 long arg7 = (long) 0 ;
5449 wxString const &arg8_defvalue = wxPyStaticBitmapNameStr ;
5450 wxString *arg8 = (wxString *) &arg8_defvalue ;
5451 bool result;
5452 wxPoint temp5 ;
5453 wxSize temp6 ;
5454 bool temp8 = False ;
5455 PyObject * obj0 = 0 ;
5456 PyObject * obj1 = 0 ;
5457 PyObject * obj2 = 0 ;
5458 PyObject * obj3 = 0 ;
5459 PyObject * obj4 = 0 ;
5460 PyObject * obj5 = 0 ;
5461 PyObject * obj6 = 0 ;
5462 PyObject * obj7 = 0 ;
5463 char *kwnames[] = {
5464 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5465 };
5466
5467 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticBitmap_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5468 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5469 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5470 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5471 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5472 if (obj2) {
5473 arg3 = (int)SWIG_As_int(obj2);
5474 if (PyErr_Occurred()) SWIG_fail;
5475 }
5476 if (obj3) {
5477 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
5478 SWIG_POINTER_EXCEPTION | 0)) == -1)
5479 SWIG_fail;
5480 if (arg4 == NULL) {
5481 PyErr_SetString(PyExc_TypeError,"null reference");
5482 SWIG_fail;
5483 }
5484 }
5485 if (obj4) {
5486 {
5487 arg5 = &temp5;
5488 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
5489 }
5490 }
5491 if (obj5) {
5492 {
5493 arg6 = &temp6;
5494 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
5495 }
5496 }
5497 if (obj6) {
5498 arg7 = (long)SWIG_As_long(obj6);
5499 if (PyErr_Occurred()) SWIG_fail;
5500 }
5501 if (obj7) {
5502 {
5503 arg8 = wxString_in_helper(obj7);
5504 if (arg8 == NULL) SWIG_fail;
5505 temp8 = True;
5506 }
5507 }
5508 {
5509 PyThreadState* __tstate = wxPyBeginAllowThreads();
5510 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
5511
5512 wxPyEndAllowThreads(__tstate);
5513 if (PyErr_Occurred()) SWIG_fail;
5514 }
5515 {
5516 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5517 }
5518 {
5519 if (temp8)
5520 delete arg8;
5521 }
5522 return resultobj;
5523 fail:
5524 {
5525 if (temp8)
5526 delete arg8;
5527 }
5528 return NULL;
5529 }
5530
5531
5532 static PyObject *_wrap_StaticBitmap_GetBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
5533 PyObject *resultobj;
5534 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5535 wxBitmap result;
5536 PyObject * obj0 = 0 ;
5537 char *kwnames[] = {
5538 (char *) "self", NULL
5539 };
5540
5541 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticBitmap_GetBitmap",kwnames,&obj0)) goto fail;
5542 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5543 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5544 {
5545 PyThreadState* __tstate = wxPyBeginAllowThreads();
5546 result = (arg1)->GetBitmap();
5547
5548 wxPyEndAllowThreads(__tstate);
5549 if (PyErr_Occurred()) SWIG_fail;
5550 }
5551 {
5552 wxBitmap * resultptr;
5553 resultptr = new wxBitmap((wxBitmap &) result);
5554 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
5555 }
5556 return resultobj;
5557 fail:
5558 return NULL;
5559 }
5560
5561
5562 static PyObject *_wrap_StaticBitmap_SetBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
5563 PyObject *resultobj;
5564 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5565 wxBitmap *arg2 = 0 ;
5566 PyObject * obj0 = 0 ;
5567 PyObject * obj1 = 0 ;
5568 char *kwnames[] = {
5569 (char *) "self",(char *) "bitmap", NULL
5570 };
5571
5572 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetBitmap",kwnames,&obj0,&obj1)) goto fail;
5573 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5574 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5575 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
5576 SWIG_POINTER_EXCEPTION | 0)) == -1)
5577 SWIG_fail;
5578 if (arg2 == NULL) {
5579 PyErr_SetString(PyExc_TypeError,"null reference");
5580 SWIG_fail;
5581 }
5582 {
5583 PyThreadState* __tstate = wxPyBeginAllowThreads();
5584 (arg1)->SetBitmap((wxBitmap const &)*arg2);
5585
5586 wxPyEndAllowThreads(__tstate);
5587 if (PyErr_Occurred()) SWIG_fail;
5588 }
5589 Py_INCREF(Py_None); resultobj = Py_None;
5590 return resultobj;
5591 fail:
5592 return NULL;
5593 }
5594
5595
5596 static PyObject *_wrap_StaticBitmap_SetIcon(PyObject *, PyObject *args, PyObject *kwargs) {
5597 PyObject *resultobj;
5598 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5599 wxIcon *arg2 = 0 ;
5600 PyObject * obj0 = 0 ;
5601 PyObject * obj1 = 0 ;
5602 char *kwnames[] = {
5603 (char *) "self",(char *) "icon", NULL
5604 };
5605
5606 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetIcon",kwnames,&obj0,&obj1)) goto fail;
5607 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5608 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5609 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxIcon,
5610 SWIG_POINTER_EXCEPTION | 0)) == -1)
5611 SWIG_fail;
5612 if (arg2 == NULL) {
5613 PyErr_SetString(PyExc_TypeError,"null reference");
5614 SWIG_fail;
5615 }
5616 {
5617 PyThreadState* __tstate = wxPyBeginAllowThreads();
5618 (arg1)->SetIcon((wxIcon const &)*arg2);
5619
5620 wxPyEndAllowThreads(__tstate);
5621 if (PyErr_Occurred()) SWIG_fail;
5622 }
5623 Py_INCREF(Py_None); resultobj = Py_None;
5624 return resultobj;
5625 fail:
5626 return NULL;
5627 }
5628
5629
5630 static PyObject *_wrap_StaticBitmap_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
5631 PyObject *resultobj;
5632 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5633 wxVisualAttributes result;
5634 PyObject * obj0 = 0 ;
5635 char *kwnames[] = {
5636 (char *) "variant", NULL
5637 };
5638
5639 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticBitmap_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5640 if (obj0) {
5641 arg1 = (int)SWIG_As_int(obj0);
5642 if (PyErr_Occurred()) SWIG_fail;
5643 }
5644 {
5645 if (!wxPyCheckForApp()) SWIG_fail;
5646 PyThreadState* __tstate = wxPyBeginAllowThreads();
5647 result = wxStaticBitmap::GetClassDefaultAttributes((wxWindowVariant )arg1);
5648
5649 wxPyEndAllowThreads(__tstate);
5650 if (PyErr_Occurred()) SWIG_fail;
5651 }
5652 {
5653 wxVisualAttributes * resultptr;
5654 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5655 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5656 }
5657 return resultobj;
5658 fail:
5659 return NULL;
5660 }
5661
5662
5663 static PyObject * StaticBitmap_swigregister(PyObject *, PyObject *args) {
5664 PyObject *obj;
5665 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5666 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBitmap, obj);
5667 Py_INCREF(obj);
5668 return Py_BuildValue((char *)"");
5669 }
5670 static int _wrap_ListBoxNameStr_set(PyObject *) {
5671 PyErr_SetString(PyExc_TypeError,"Variable ListBoxNameStr is read-only.");
5672 return 1;
5673 }
5674
5675
5676 static PyObject *_wrap_ListBoxNameStr_get() {
5677 PyObject *pyobj;
5678
5679 {
5680 #if wxUSE_UNICODE
5681 pyobj = PyUnicode_FromWideChar((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
5682 #else
5683 pyobj = PyString_FromStringAndSize((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
5684 #endif
5685 }
5686 return pyobj;
5687 }
5688
5689
5690 static PyObject *_wrap_new_ListBox(PyObject *, PyObject *args, PyObject *kwargs) {
5691 PyObject *resultobj;
5692 wxWindow *arg1 = (wxWindow *) 0 ;
5693 int arg2 = (int) -1 ;
5694 wxPoint const &arg3_defvalue = wxDefaultPosition ;
5695 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
5696 wxSize const &arg4_defvalue = wxDefaultSize ;
5697 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
5698 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
5699 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
5700 long arg6 = (long) 0 ;
5701 wxValidator const &arg7_defvalue = wxDefaultValidator ;
5702 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
5703 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
5704 wxString *arg8 = (wxString *) &arg8_defvalue ;
5705 wxListBox *result;
5706 wxPoint temp3 ;
5707 wxSize temp4 ;
5708 bool temp5 = False ;
5709 bool temp8 = False ;
5710 PyObject * obj0 = 0 ;
5711 PyObject * obj1 = 0 ;
5712 PyObject * obj2 = 0 ;
5713 PyObject * obj3 = 0 ;
5714 PyObject * obj4 = 0 ;
5715 PyObject * obj5 = 0 ;
5716 PyObject * obj6 = 0 ;
5717 PyObject * obj7 = 0 ;
5718 char *kwnames[] = {
5719 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5720 };
5721
5722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_ListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5723 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5724 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5725 if (obj1) {
5726 arg2 = (int)SWIG_As_int(obj1);
5727 if (PyErr_Occurred()) SWIG_fail;
5728 }
5729 if (obj2) {
5730 {
5731 arg3 = &temp3;
5732 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
5733 }
5734 }
5735 if (obj3) {
5736 {
5737 arg4 = &temp4;
5738 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
5739 }
5740 }
5741 if (obj4) {
5742 {
5743 if (! PySequence_Check(obj4)) {
5744 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5745 SWIG_fail;
5746 }
5747 arg5 = new wxArrayString;
5748 temp5 = True;
5749 int i, len=PySequence_Length(obj4);
5750 for (i=0; i<len; i++) {
5751 PyObject* item = PySequence_GetItem(obj4, i);
5752 #if wxUSE_UNICODE
5753 PyObject* str = PyObject_Unicode(item);
5754 #else
5755 PyObject* str = PyObject_Str(item);
5756 #endif
5757 if (PyErr_Occurred()) SWIG_fail;
5758 arg5->Add(Py2wxString(str));
5759 Py_DECREF(item);
5760 Py_DECREF(str);
5761 }
5762 }
5763 }
5764 if (obj5) {
5765 arg6 = (long)SWIG_As_long(obj5);
5766 if (PyErr_Occurred()) SWIG_fail;
5767 }
5768 if (obj6) {
5769 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
5770 SWIG_POINTER_EXCEPTION | 0)) == -1)
5771 SWIG_fail;
5772 if (arg7 == NULL) {
5773 PyErr_SetString(PyExc_TypeError,"null reference");
5774 SWIG_fail;
5775 }
5776 }
5777 if (obj7) {
5778 {
5779 arg8 = wxString_in_helper(obj7);
5780 if (arg8 == NULL) SWIG_fail;
5781 temp8 = True;
5782 }
5783 }
5784 {
5785 if (!wxPyCheckForApp()) SWIG_fail;
5786 PyThreadState* __tstate = wxPyBeginAllowThreads();
5787 result = (wxListBox *)new wxListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
5788
5789 wxPyEndAllowThreads(__tstate);
5790 if (PyErr_Occurred()) SWIG_fail;
5791 }
5792 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListBox, 1);
5793 {
5794 if (temp5) delete arg5;
5795 }
5796 {
5797 if (temp8)
5798 delete arg8;
5799 }
5800 return resultobj;
5801 fail:
5802 {
5803 if (temp5) delete arg5;
5804 }
5805 {
5806 if (temp8)
5807 delete arg8;
5808 }
5809 return NULL;
5810 }
5811
5812
5813 static PyObject *_wrap_new_PreListBox(PyObject *, PyObject *args, PyObject *kwargs) {
5814 PyObject *resultobj;
5815 wxListBox *result;
5816 char *kwnames[] = {
5817 NULL
5818 };
5819
5820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListBox",kwnames)) goto fail;
5821 {
5822 if (!wxPyCheckForApp()) SWIG_fail;
5823 PyThreadState* __tstate = wxPyBeginAllowThreads();
5824 result = (wxListBox *)new wxListBox();
5825
5826 wxPyEndAllowThreads(__tstate);
5827 if (PyErr_Occurred()) SWIG_fail;
5828 }
5829 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListBox, 1);
5830 return resultobj;
5831 fail:
5832 return NULL;
5833 }
5834
5835
5836 static PyObject *_wrap_ListBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
5837 PyObject *resultobj;
5838 wxListBox *arg1 = (wxListBox *) 0 ;
5839 wxWindow *arg2 = (wxWindow *) 0 ;
5840 int arg3 = (int) -1 ;
5841 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5842 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5843 wxSize const &arg5_defvalue = wxDefaultSize ;
5844 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5845 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
5846 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
5847 long arg7 = (long) 0 ;
5848 wxValidator const &arg8_defvalue = wxDefaultValidator ;
5849 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
5850 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
5851 wxString *arg9 = (wxString *) &arg9_defvalue ;
5852 bool result;
5853 wxPoint temp4 ;
5854 wxSize temp5 ;
5855 bool temp6 = False ;
5856 bool temp9 = False ;
5857 PyObject * obj0 = 0 ;
5858 PyObject * obj1 = 0 ;
5859 PyObject * obj2 = 0 ;
5860 PyObject * obj3 = 0 ;
5861 PyObject * obj4 = 0 ;
5862 PyObject * obj5 = 0 ;
5863 PyObject * obj6 = 0 ;
5864 PyObject * obj7 = 0 ;
5865 PyObject * obj8 = 0 ;
5866 char *kwnames[] = {
5867 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5868 };
5869
5870 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:ListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
5871 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5872 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5873 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5874 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5875 if (obj2) {
5876 arg3 = (int)SWIG_As_int(obj2);
5877 if (PyErr_Occurred()) SWIG_fail;
5878 }
5879 if (obj3) {
5880 {
5881 arg4 = &temp4;
5882 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5883 }
5884 }
5885 if (obj4) {
5886 {
5887 arg5 = &temp5;
5888 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5889 }
5890 }
5891 if (obj5) {
5892 {
5893 if (! PySequence_Check(obj5)) {
5894 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5895 SWIG_fail;
5896 }
5897 arg6 = new wxArrayString;
5898 temp6 = True;
5899 int i, len=PySequence_Length(obj5);
5900 for (i=0; i<len; i++) {
5901 PyObject* item = PySequence_GetItem(obj5, i);
5902 #if wxUSE_UNICODE
5903 PyObject* str = PyObject_Unicode(item);
5904 #else
5905 PyObject* str = PyObject_Str(item);
5906 #endif
5907 if (PyErr_Occurred()) SWIG_fail;
5908 arg6->Add(Py2wxString(str));
5909 Py_DECREF(item);
5910 Py_DECREF(str);
5911 }
5912 }
5913 }
5914 if (obj6) {
5915 arg7 = (long)SWIG_As_long(obj6);
5916 if (PyErr_Occurred()) SWIG_fail;
5917 }
5918 if (obj7) {
5919 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
5920 SWIG_POINTER_EXCEPTION | 0)) == -1)
5921 SWIG_fail;
5922 if (arg8 == NULL) {
5923 PyErr_SetString(PyExc_TypeError,"null reference");
5924 SWIG_fail;
5925 }
5926 }
5927 if (obj8) {
5928 {
5929 arg9 = wxString_in_helper(obj8);
5930 if (arg9 == NULL) SWIG_fail;
5931 temp9 = True;
5932 }
5933 }
5934 {
5935 PyThreadState* __tstate = wxPyBeginAllowThreads();
5936 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
5937
5938 wxPyEndAllowThreads(__tstate);
5939 if (PyErr_Occurred()) SWIG_fail;
5940 }
5941 {
5942 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5943 }
5944 {
5945 if (temp6) delete arg6;
5946 }
5947 {
5948 if (temp9)
5949 delete arg9;
5950 }
5951 return resultobj;
5952 fail:
5953 {
5954 if (temp6) delete arg6;
5955 }
5956 {
5957 if (temp9)
5958 delete arg9;
5959 }
5960 return NULL;
5961 }
5962
5963
5964 static PyObject *_wrap_ListBox_Insert(PyObject *, PyObject *args, PyObject *kwargs) {
5965 PyObject *resultobj;
5966 wxListBox *arg1 = (wxListBox *) 0 ;
5967 wxString *arg2 = 0 ;
5968 int arg3 ;
5969 PyObject *arg4 = (PyObject *) NULL ;
5970 bool temp2 = False ;
5971 PyObject * obj0 = 0 ;
5972 PyObject * obj1 = 0 ;
5973 PyObject * obj2 = 0 ;
5974 PyObject * obj3 = 0 ;
5975 char *kwnames[] = {
5976 (char *) "self",(char *) "item",(char *) "pos",(char *) "clientData", NULL
5977 };
5978
5979 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListBox_Insert",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
5980 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5981 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5982 {
5983 arg2 = wxString_in_helper(obj1);
5984 if (arg2 == NULL) SWIG_fail;
5985 temp2 = True;
5986 }
5987 arg3 = (int)SWIG_As_int(obj2);
5988 if (PyErr_Occurred()) SWIG_fail;
5989 if (obj3) {
5990 arg4 = obj3;
5991 }
5992 {
5993 PyThreadState* __tstate = wxPyBeginAllowThreads();
5994 wxListBox_Insert(arg1,(wxString const &)*arg2,arg3,arg4);
5995
5996 wxPyEndAllowThreads(__tstate);
5997 if (PyErr_Occurred()) SWIG_fail;
5998 }
5999 Py_INCREF(Py_None); resultobj = Py_None;
6000 {
6001 if (temp2)
6002 delete arg2;
6003 }
6004 return resultobj;
6005 fail:
6006 {
6007 if (temp2)
6008 delete arg2;
6009 }
6010 return NULL;
6011 }
6012
6013
6014 static PyObject *_wrap_ListBox_InsertItems(PyObject *, PyObject *args, PyObject *kwargs) {
6015 PyObject *resultobj;
6016 wxListBox *arg1 = (wxListBox *) 0 ;
6017 wxArrayString *arg2 = 0 ;
6018 int arg3 ;
6019 bool temp2 = False ;
6020 PyObject * obj0 = 0 ;
6021 PyObject * obj1 = 0 ;
6022 PyObject * obj2 = 0 ;
6023 char *kwnames[] = {
6024 (char *) "self",(char *) "items",(char *) "pos", NULL
6025 };
6026
6027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_InsertItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
6028 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6029 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6030 {
6031 if (! PySequence_Check(obj1)) {
6032 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6033 SWIG_fail;
6034 }
6035 arg2 = new wxArrayString;
6036 temp2 = True;
6037 int i, len=PySequence_Length(obj1);
6038 for (i=0; i<len; i++) {
6039 PyObject* item = PySequence_GetItem(obj1, i);
6040 #if wxUSE_UNICODE
6041 PyObject* str = PyObject_Unicode(item);
6042 #else
6043 PyObject* str = PyObject_Str(item);
6044 #endif
6045 if (PyErr_Occurred()) SWIG_fail;
6046 arg2->Add(Py2wxString(str));
6047 Py_DECREF(item);
6048 Py_DECREF(str);
6049 }
6050 }
6051 arg3 = (int)SWIG_As_int(obj2);
6052 if (PyErr_Occurred()) SWIG_fail;
6053 {
6054 PyThreadState* __tstate = wxPyBeginAllowThreads();
6055 (arg1)->InsertItems((wxArrayString const &)*arg2,arg3);
6056
6057 wxPyEndAllowThreads(__tstate);
6058 if (PyErr_Occurred()) SWIG_fail;
6059 }
6060 Py_INCREF(Py_None); resultobj = Py_None;
6061 {
6062 if (temp2) delete arg2;
6063 }
6064 return resultobj;
6065 fail:
6066 {
6067 if (temp2) delete arg2;
6068 }
6069 return NULL;
6070 }
6071
6072
6073 static PyObject *_wrap_ListBox_Set(PyObject *, PyObject *args, PyObject *kwargs) {
6074 PyObject *resultobj;
6075 wxListBox *arg1 = (wxListBox *) 0 ;
6076 wxArrayString *arg2 = 0 ;
6077 bool temp2 = False ;
6078 PyObject * obj0 = 0 ;
6079 PyObject * obj1 = 0 ;
6080 char *kwnames[] = {
6081 (char *) "self",(char *) "items", NULL
6082 };
6083
6084 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Set",kwnames,&obj0,&obj1)) goto fail;
6085 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6086 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6087 {
6088 if (! PySequence_Check(obj1)) {
6089 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6090 SWIG_fail;
6091 }
6092 arg2 = new wxArrayString;
6093 temp2 = True;
6094 int i, len=PySequence_Length(obj1);
6095 for (i=0; i<len; i++) {
6096 PyObject* item = PySequence_GetItem(obj1, i);
6097 #if wxUSE_UNICODE
6098 PyObject* str = PyObject_Unicode(item);
6099 #else
6100 PyObject* str = PyObject_Str(item);
6101 #endif
6102 if (PyErr_Occurred()) SWIG_fail;
6103 arg2->Add(Py2wxString(str));
6104 Py_DECREF(item);
6105 Py_DECREF(str);
6106 }
6107 }
6108 {
6109 PyThreadState* __tstate = wxPyBeginAllowThreads();
6110 (arg1)->Set((wxArrayString const &)*arg2);
6111
6112 wxPyEndAllowThreads(__tstate);
6113 if (PyErr_Occurred()) SWIG_fail;
6114 }
6115 Py_INCREF(Py_None); resultobj = Py_None;
6116 {
6117 if (temp2) delete arg2;
6118 }
6119 return resultobj;
6120 fail:
6121 {
6122 if (temp2) delete arg2;
6123 }
6124 return NULL;
6125 }
6126
6127
6128 static PyObject *_wrap_ListBox_IsSelected(PyObject *, PyObject *args, PyObject *kwargs) {
6129 PyObject *resultobj;
6130 wxListBox *arg1 = (wxListBox *) 0 ;
6131 int arg2 ;
6132 bool result;
6133 PyObject * obj0 = 0 ;
6134 PyObject * obj1 = 0 ;
6135 char *kwnames[] = {
6136 (char *) "self",(char *) "n", NULL
6137 };
6138
6139 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_IsSelected",kwnames,&obj0,&obj1)) goto fail;
6140 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6141 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6142 arg2 = (int)SWIG_As_int(obj1);
6143 if (PyErr_Occurred()) SWIG_fail;
6144 {
6145 PyThreadState* __tstate = wxPyBeginAllowThreads();
6146 result = (bool)((wxListBox const *)arg1)->IsSelected(arg2);
6147
6148 wxPyEndAllowThreads(__tstate);
6149 if (PyErr_Occurred()) SWIG_fail;
6150 }
6151 {
6152 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6153 }
6154 return resultobj;
6155 fail:
6156 return NULL;
6157 }
6158
6159
6160 static PyObject *_wrap_ListBox_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
6161 PyObject *resultobj;
6162 wxListBox *arg1 = (wxListBox *) 0 ;
6163 int arg2 ;
6164 bool arg3 = (bool) True ;
6165 PyObject * obj0 = 0 ;
6166 PyObject * obj1 = 0 ;
6167 PyObject * obj2 = 0 ;
6168 char *kwnames[] = {
6169 (char *) "self",(char *) "n",(char *) "select", NULL
6170 };
6171
6172 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
6173 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6174 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6175 arg2 = (int)SWIG_As_int(obj1);
6176 if (PyErr_Occurred()) SWIG_fail;
6177 if (obj2) {
6178 arg3 = (bool)SWIG_As_bool(obj2);
6179 if (PyErr_Occurred()) SWIG_fail;
6180 }
6181 {
6182 PyThreadState* __tstate = wxPyBeginAllowThreads();
6183 (arg1)->SetSelection(arg2,arg3);
6184
6185 wxPyEndAllowThreads(__tstate);
6186 if (PyErr_Occurred()) SWIG_fail;
6187 }
6188 Py_INCREF(Py_None); resultobj = Py_None;
6189 return resultobj;
6190 fail:
6191 return NULL;
6192 }
6193
6194
6195 static PyObject *_wrap_ListBox_Select(PyObject *, PyObject *args, PyObject *kwargs) {
6196 PyObject *resultobj;
6197 wxListBox *arg1 = (wxListBox *) 0 ;
6198 int arg2 ;
6199 PyObject * obj0 = 0 ;
6200 PyObject * obj1 = 0 ;
6201 char *kwnames[] = {
6202 (char *) "self",(char *) "n", NULL
6203 };
6204
6205 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Select",kwnames,&obj0,&obj1)) goto fail;
6206 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6207 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6208 arg2 = (int)SWIG_As_int(obj1);
6209 if (PyErr_Occurred()) SWIG_fail;
6210 {
6211 PyThreadState* __tstate = wxPyBeginAllowThreads();
6212 (arg1)->Select(arg2);
6213
6214 wxPyEndAllowThreads(__tstate);
6215 if (PyErr_Occurred()) SWIG_fail;
6216 }
6217 Py_INCREF(Py_None); resultobj = Py_None;
6218 return resultobj;
6219 fail:
6220 return NULL;
6221 }
6222
6223
6224 static PyObject *_wrap_ListBox_Deselect(PyObject *, PyObject *args, PyObject *kwargs) {
6225 PyObject *resultobj;
6226 wxListBox *arg1 = (wxListBox *) 0 ;
6227 int arg2 ;
6228 PyObject * obj0 = 0 ;
6229 PyObject * obj1 = 0 ;
6230 char *kwnames[] = {
6231 (char *) "self",(char *) "n", NULL
6232 };
6233
6234 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Deselect",kwnames,&obj0,&obj1)) goto fail;
6235 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6236 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6237 arg2 = (int)SWIG_As_int(obj1);
6238 if (PyErr_Occurred()) SWIG_fail;
6239 {
6240 PyThreadState* __tstate = wxPyBeginAllowThreads();
6241 (arg1)->Deselect(arg2);
6242
6243 wxPyEndAllowThreads(__tstate);
6244 if (PyErr_Occurred()) SWIG_fail;
6245 }
6246 Py_INCREF(Py_None); resultobj = Py_None;
6247 return resultobj;
6248 fail:
6249 return NULL;
6250 }
6251
6252
6253 static PyObject *_wrap_ListBox_DeselectAll(PyObject *, PyObject *args, PyObject *kwargs) {
6254 PyObject *resultobj;
6255 wxListBox *arg1 = (wxListBox *) 0 ;
6256 int arg2 = (int) -1 ;
6257 PyObject * obj0 = 0 ;
6258 PyObject * obj1 = 0 ;
6259 char *kwnames[] = {
6260 (char *) "self",(char *) "itemToLeaveSelected", NULL
6261 };
6262
6263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListBox_DeselectAll",kwnames,&obj0,&obj1)) goto fail;
6264 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6265 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6266 if (obj1) {
6267 arg2 = (int)SWIG_As_int(obj1);
6268 if (PyErr_Occurred()) SWIG_fail;
6269 }
6270 {
6271 PyThreadState* __tstate = wxPyBeginAllowThreads();
6272 (arg1)->DeselectAll(arg2);
6273
6274 wxPyEndAllowThreads(__tstate);
6275 if (PyErr_Occurred()) SWIG_fail;
6276 }
6277 Py_INCREF(Py_None); resultobj = Py_None;
6278 return resultobj;
6279 fail:
6280 return NULL;
6281 }
6282
6283
6284 static PyObject *_wrap_ListBox_SetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
6285 PyObject *resultobj;
6286 wxListBox *arg1 = (wxListBox *) 0 ;
6287 wxString *arg2 = 0 ;
6288 bool arg3 = (bool) True ;
6289 bool result;
6290 bool temp2 = False ;
6291 PyObject * obj0 = 0 ;
6292 PyObject * obj1 = 0 ;
6293 PyObject * obj2 = 0 ;
6294 char *kwnames[] = {
6295 (char *) "self",(char *) "s",(char *) "select", NULL
6296 };
6297
6298 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetStringSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
6299 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6300 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6301 {
6302 arg2 = wxString_in_helper(obj1);
6303 if (arg2 == NULL) SWIG_fail;
6304 temp2 = True;
6305 }
6306 if (obj2) {
6307 arg3 = (bool)SWIG_As_bool(obj2);
6308 if (PyErr_Occurred()) SWIG_fail;
6309 }
6310 {
6311 PyThreadState* __tstate = wxPyBeginAllowThreads();
6312 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2,arg3);
6313
6314 wxPyEndAllowThreads(__tstate);
6315 if (PyErr_Occurred()) SWIG_fail;
6316 }
6317 {
6318 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6319 }
6320 {
6321 if (temp2)
6322 delete arg2;
6323 }
6324 return resultobj;
6325 fail:
6326 {
6327 if (temp2)
6328 delete arg2;
6329 }
6330 return NULL;
6331 }
6332
6333
6334 static PyObject *_wrap_ListBox_GetSelections(PyObject *, PyObject *args, PyObject *kwargs) {
6335 PyObject *resultobj;
6336 wxListBox *arg1 = (wxListBox *) 0 ;
6337 PyObject *result;
6338 PyObject * obj0 = 0 ;
6339 char *kwnames[] = {
6340 (char *) "self", NULL
6341 };
6342
6343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_GetSelections",kwnames,&obj0)) goto fail;
6344 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6345 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6346 {
6347 PyThreadState* __tstate = wxPyBeginAllowThreads();
6348 result = (PyObject *)wxListBox_GetSelections(arg1);
6349
6350 wxPyEndAllowThreads(__tstate);
6351 if (PyErr_Occurred()) SWIG_fail;
6352 }
6353 resultobj = result;
6354 return resultobj;
6355 fail:
6356 return NULL;
6357 }
6358
6359
6360 static PyObject *_wrap_ListBox_SetFirstItem(PyObject *, PyObject *args, PyObject *kwargs) {
6361 PyObject *resultobj;
6362 wxListBox *arg1 = (wxListBox *) 0 ;
6363 int arg2 ;
6364 PyObject * obj0 = 0 ;
6365 PyObject * obj1 = 0 ;
6366 char *kwnames[] = {
6367 (char *) "self",(char *) "n", NULL
6368 };
6369
6370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItem",kwnames,&obj0,&obj1)) goto fail;
6371 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6372 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6373 arg2 = (int)SWIG_As_int(obj1);
6374 if (PyErr_Occurred()) SWIG_fail;
6375 {
6376 PyThreadState* __tstate = wxPyBeginAllowThreads();
6377 (arg1)->SetFirstItem(arg2);
6378
6379 wxPyEndAllowThreads(__tstate);
6380 if (PyErr_Occurred()) SWIG_fail;
6381 }
6382 Py_INCREF(Py_None); resultobj = Py_None;
6383 return resultobj;
6384 fail:
6385 return NULL;
6386 }
6387
6388
6389 static PyObject *_wrap_ListBox_SetFirstItemStr(PyObject *, PyObject *args, PyObject *kwargs) {
6390 PyObject *resultobj;
6391 wxListBox *arg1 = (wxListBox *) 0 ;
6392 wxString *arg2 = 0 ;
6393 bool temp2 = False ;
6394 PyObject * obj0 = 0 ;
6395 PyObject * obj1 = 0 ;
6396 char *kwnames[] = {
6397 (char *) "self",(char *) "s", NULL
6398 };
6399
6400 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItemStr",kwnames,&obj0,&obj1)) goto fail;
6401 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6402 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6403 {
6404 arg2 = wxString_in_helper(obj1);
6405 if (arg2 == NULL) SWIG_fail;
6406 temp2 = True;
6407 }
6408 {
6409 PyThreadState* __tstate = wxPyBeginAllowThreads();
6410 (arg1)->SetFirstItem((wxString const &)*arg2);
6411
6412 wxPyEndAllowThreads(__tstate);
6413 if (PyErr_Occurred()) SWIG_fail;
6414 }
6415 Py_INCREF(Py_None); resultobj = Py_None;
6416 {
6417 if (temp2)
6418 delete arg2;
6419 }
6420 return resultobj;
6421 fail:
6422 {
6423 if (temp2)
6424 delete arg2;
6425 }
6426 return NULL;
6427 }
6428
6429
6430 static PyObject *_wrap_ListBox_EnsureVisible(PyObject *, PyObject *args, PyObject *kwargs) {
6431 PyObject *resultobj;
6432 wxListBox *arg1 = (wxListBox *) 0 ;
6433 int arg2 ;
6434 PyObject * obj0 = 0 ;
6435 PyObject * obj1 = 0 ;
6436 char *kwnames[] = {
6437 (char *) "self",(char *) "n", NULL
6438 };
6439
6440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
6441 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6442 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6443 arg2 = (int)SWIG_As_int(obj1);
6444 if (PyErr_Occurred()) SWIG_fail;
6445 {
6446 PyThreadState* __tstate = wxPyBeginAllowThreads();
6447 (arg1)->EnsureVisible(arg2);
6448
6449 wxPyEndAllowThreads(__tstate);
6450 if (PyErr_Occurred()) SWIG_fail;
6451 }
6452 Py_INCREF(Py_None); resultobj = Py_None;
6453 return resultobj;
6454 fail:
6455 return NULL;
6456 }
6457
6458
6459 static PyObject *_wrap_ListBox_AppendAndEnsureVisible(PyObject *, PyObject *args, PyObject *kwargs) {
6460 PyObject *resultobj;
6461 wxListBox *arg1 = (wxListBox *) 0 ;
6462 wxString *arg2 = 0 ;
6463 bool temp2 = False ;
6464 PyObject * obj0 = 0 ;
6465 PyObject * obj1 = 0 ;
6466 char *kwnames[] = {
6467 (char *) "self",(char *) "s", NULL
6468 };
6469
6470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_AppendAndEnsureVisible",kwnames,&obj0,&obj1)) goto fail;
6471 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6472 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6473 {
6474 arg2 = wxString_in_helper(obj1);
6475 if (arg2 == NULL) SWIG_fail;
6476 temp2 = True;
6477 }
6478 {
6479 PyThreadState* __tstate = wxPyBeginAllowThreads();
6480 (arg1)->AppendAndEnsureVisible((wxString const &)*arg2);
6481
6482 wxPyEndAllowThreads(__tstate);
6483 if (PyErr_Occurred()) SWIG_fail;
6484 }
6485 Py_INCREF(Py_None); resultobj = Py_None;
6486 {
6487 if (temp2)
6488 delete arg2;
6489 }
6490 return resultobj;
6491 fail:
6492 {
6493 if (temp2)
6494 delete arg2;
6495 }
6496 return NULL;
6497 }
6498
6499
6500 static PyObject *_wrap_ListBox_IsSorted(PyObject *, PyObject *args, PyObject *kwargs) {
6501 PyObject *resultobj;
6502 wxListBox *arg1 = (wxListBox *) 0 ;
6503 bool result;
6504 PyObject * obj0 = 0 ;
6505 char *kwnames[] = {
6506 (char *) "self", NULL
6507 };
6508
6509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_IsSorted",kwnames,&obj0)) goto fail;
6510 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6511 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6512 {
6513 PyThreadState* __tstate = wxPyBeginAllowThreads();
6514 result = (bool)((wxListBox const *)arg1)->IsSorted();
6515
6516 wxPyEndAllowThreads(__tstate);
6517 if (PyErr_Occurred()) SWIG_fail;
6518 }
6519 {
6520 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6521 }
6522 return resultobj;
6523 fail:
6524 return NULL;
6525 }
6526
6527
6528 static PyObject *_wrap_ListBox_SetItemForegroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
6529 PyObject *resultobj;
6530 wxListBox *arg1 = (wxListBox *) 0 ;
6531 int arg2 ;
6532 wxColour *arg3 = 0 ;
6533 wxColour temp3 ;
6534 PyObject * obj0 = 0 ;
6535 PyObject * obj1 = 0 ;
6536 PyObject * obj2 = 0 ;
6537 char *kwnames[] = {
6538 (char *) "self",(char *) "item",(char *) "c", NULL
6539 };
6540
6541 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemForegroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
6542 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6543 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6544 arg2 = (int)SWIG_As_int(obj1);
6545 if (PyErr_Occurred()) SWIG_fail;
6546 {
6547 arg3 = &temp3;
6548 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
6549 }
6550 {
6551 PyThreadState* __tstate = wxPyBeginAllowThreads();
6552 wxListBox_SetItemForegroundColour(arg1,arg2,(wxColour const &)*arg3);
6553
6554 wxPyEndAllowThreads(__tstate);
6555 if (PyErr_Occurred()) SWIG_fail;
6556 }
6557 Py_INCREF(Py_None); resultobj = Py_None;
6558 return resultobj;
6559 fail:
6560 return NULL;
6561 }
6562
6563
6564 static PyObject *_wrap_ListBox_SetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
6565 PyObject *resultobj;
6566 wxListBox *arg1 = (wxListBox *) 0 ;
6567 int arg2 ;
6568 wxColour *arg3 = 0 ;
6569 wxColour temp3 ;
6570 PyObject * obj0 = 0 ;
6571 PyObject * obj1 = 0 ;
6572 PyObject * obj2 = 0 ;
6573 char *kwnames[] = {
6574 (char *) "self",(char *) "item",(char *) "c", NULL
6575 };
6576
6577 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
6578 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6579 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6580 arg2 = (int)SWIG_As_int(obj1);
6581 if (PyErr_Occurred()) SWIG_fail;
6582 {
6583 arg3 = &temp3;
6584 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
6585 }
6586 {
6587 PyThreadState* __tstate = wxPyBeginAllowThreads();
6588 wxListBox_SetItemBackgroundColour(arg1,arg2,(wxColour const &)*arg3);
6589
6590 wxPyEndAllowThreads(__tstate);
6591 if (PyErr_Occurred()) SWIG_fail;
6592 }
6593 Py_INCREF(Py_None); resultobj = Py_None;
6594 return resultobj;
6595 fail:
6596 return NULL;
6597 }
6598
6599
6600 static PyObject *_wrap_ListBox_SetItemFont(PyObject *, PyObject *args, PyObject *kwargs) {
6601 PyObject *resultobj;
6602 wxListBox *arg1 = (wxListBox *) 0 ;
6603 int arg2 ;
6604 wxFont *arg3 = 0 ;
6605 PyObject * obj0 = 0 ;
6606 PyObject * obj1 = 0 ;
6607 PyObject * obj2 = 0 ;
6608 char *kwnames[] = {
6609 (char *) "self",(char *) "item",(char *) "f", NULL
6610 };
6611
6612 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
6613 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6614 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6615 arg2 = (int)SWIG_As_int(obj1);
6616 if (PyErr_Occurred()) SWIG_fail;
6617 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
6618 SWIG_POINTER_EXCEPTION | 0)) == -1)
6619 SWIG_fail;
6620 if (arg3 == NULL) {
6621 PyErr_SetString(PyExc_TypeError,"null reference");
6622 SWIG_fail;
6623 }
6624 {
6625 PyThreadState* __tstate = wxPyBeginAllowThreads();
6626 wxListBox_SetItemFont(arg1,arg2,(wxFont const &)*arg3);
6627
6628 wxPyEndAllowThreads(__tstate);
6629 if (PyErr_Occurred()) SWIG_fail;
6630 }
6631 Py_INCREF(Py_None); resultobj = Py_None;
6632 return resultobj;
6633 fail:
6634 return NULL;
6635 }
6636
6637
6638 static PyObject *_wrap_ListBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
6639 PyObject *resultobj;
6640 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
6641 wxVisualAttributes result;
6642 PyObject * obj0 = 0 ;
6643 char *kwnames[] = {
6644 (char *) "variant", NULL
6645 };
6646
6647 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ListBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
6648 if (obj0) {
6649 arg1 = (int)SWIG_As_int(obj0);
6650 if (PyErr_Occurred()) SWIG_fail;
6651 }
6652 {
6653 if (!wxPyCheckForApp()) SWIG_fail;
6654 PyThreadState* __tstate = wxPyBeginAllowThreads();
6655 result = wxListBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
6656
6657 wxPyEndAllowThreads(__tstate);
6658 if (PyErr_Occurred()) SWIG_fail;
6659 }
6660 {
6661 wxVisualAttributes * resultptr;
6662 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
6663 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
6664 }
6665 return resultobj;
6666 fail:
6667 return NULL;
6668 }
6669
6670
6671 static PyObject * ListBox_swigregister(PyObject *, PyObject *args) {
6672 PyObject *obj;
6673 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
6674 SWIG_TypeClientData(SWIGTYPE_p_wxListBox, obj);
6675 Py_INCREF(obj);
6676 return Py_BuildValue((char *)"");
6677 }
6678 static PyObject *_wrap_new_CheckListBox(PyObject *, PyObject *args, PyObject *kwargs) {
6679 PyObject *resultobj;
6680 wxWindow *arg1 = (wxWindow *) 0 ;
6681 int arg2 = (int) -1 ;
6682 wxPoint const &arg3_defvalue = wxDefaultPosition ;
6683 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
6684 wxSize const &arg4_defvalue = wxDefaultSize ;
6685 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
6686 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
6687 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
6688 long arg6 = (long) 0 ;
6689 wxValidator const &arg7_defvalue = wxDefaultValidator ;
6690 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
6691 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
6692 wxString *arg8 = (wxString *) &arg8_defvalue ;
6693 wxCheckListBox *result;
6694 wxPoint temp3 ;
6695 wxSize temp4 ;
6696 bool temp5 = False ;
6697 bool temp8 = False ;
6698 PyObject * obj0 = 0 ;
6699 PyObject * obj1 = 0 ;
6700 PyObject * obj2 = 0 ;
6701 PyObject * obj3 = 0 ;
6702 PyObject * obj4 = 0 ;
6703 PyObject * obj5 = 0 ;
6704 PyObject * obj6 = 0 ;
6705 PyObject * obj7 = 0 ;
6706 char *kwnames[] = {
6707 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6708 };
6709
6710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_CheckListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
6711 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
6712 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6713 if (obj1) {
6714 arg2 = (int)SWIG_As_int(obj1);
6715 if (PyErr_Occurred()) SWIG_fail;
6716 }
6717 if (obj2) {
6718 {
6719 arg3 = &temp3;
6720 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
6721 }
6722 }
6723 if (obj3) {
6724 {
6725 arg4 = &temp4;
6726 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
6727 }
6728 }
6729 if (obj4) {
6730 {
6731 if (! PySequence_Check(obj4)) {
6732 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6733 SWIG_fail;
6734 }
6735 arg5 = new wxArrayString;
6736 temp5 = True;
6737 int i, len=PySequence_Length(obj4);
6738 for (i=0; i<len; i++) {
6739 PyObject* item = PySequence_GetItem(obj4, i);
6740 #if wxUSE_UNICODE
6741 PyObject* str = PyObject_Unicode(item);
6742 #else
6743 PyObject* str = PyObject_Str(item);
6744 #endif
6745 if (PyErr_Occurred()) SWIG_fail;
6746 arg5->Add(Py2wxString(str));
6747 Py_DECREF(item);
6748 Py_DECREF(str);
6749 }
6750 }
6751 }
6752 if (obj5) {
6753 arg6 = (long)SWIG_As_long(obj5);
6754 if (PyErr_Occurred()) SWIG_fail;
6755 }
6756 if (obj6) {
6757 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
6758 SWIG_POINTER_EXCEPTION | 0)) == -1)
6759 SWIG_fail;
6760 if (arg7 == NULL) {
6761 PyErr_SetString(PyExc_TypeError,"null reference");
6762 SWIG_fail;
6763 }
6764 }
6765 if (obj7) {
6766 {
6767 arg8 = wxString_in_helper(obj7);
6768 if (arg8 == NULL) SWIG_fail;
6769 temp8 = True;
6770 }
6771 }
6772 {
6773 if (!wxPyCheckForApp()) SWIG_fail;
6774 PyThreadState* __tstate = wxPyBeginAllowThreads();
6775 result = (wxCheckListBox *)new wxCheckListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
6776
6777 wxPyEndAllowThreads(__tstate);
6778 if (PyErr_Occurred()) SWIG_fail;
6779 }
6780 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckListBox, 1);
6781 {
6782 if (temp5) delete arg5;
6783 }
6784 {
6785 if (temp8)
6786 delete arg8;
6787 }
6788 return resultobj;
6789 fail:
6790 {
6791 if (temp5) delete arg5;
6792 }
6793 {
6794 if (temp8)
6795 delete arg8;
6796 }
6797 return NULL;
6798 }
6799
6800
6801 static PyObject *_wrap_new_PreCheckListBox(PyObject *, PyObject *args, PyObject *kwargs) {
6802 PyObject *resultobj;
6803 wxCheckListBox *result;
6804 char *kwnames[] = {
6805 NULL
6806 };
6807
6808 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckListBox",kwnames)) goto fail;
6809 {
6810 if (!wxPyCheckForApp()) SWIG_fail;
6811 PyThreadState* __tstate = wxPyBeginAllowThreads();
6812 result = (wxCheckListBox *)new wxCheckListBox();
6813
6814 wxPyEndAllowThreads(__tstate);
6815 if (PyErr_Occurred()) SWIG_fail;
6816 }
6817 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckListBox, 1);
6818 return resultobj;
6819 fail:
6820 return NULL;
6821 }
6822
6823
6824 static PyObject *_wrap_CheckListBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
6825 PyObject *resultobj;
6826 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6827 wxWindow *arg2 = (wxWindow *) 0 ;
6828 int arg3 = (int) -1 ;
6829 wxPoint const &arg4_defvalue = wxDefaultPosition ;
6830 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
6831 wxSize const &arg5_defvalue = wxDefaultSize ;
6832 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
6833 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
6834 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
6835 long arg7 = (long) 0 ;
6836 wxValidator const &arg8_defvalue = wxDefaultValidator ;
6837 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
6838 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
6839 wxString *arg9 = (wxString *) &arg9_defvalue ;
6840 bool result;
6841 wxPoint temp4 ;
6842 wxSize temp5 ;
6843 bool temp6 = False ;
6844 bool temp9 = False ;
6845 PyObject * obj0 = 0 ;
6846 PyObject * obj1 = 0 ;
6847 PyObject * obj2 = 0 ;
6848 PyObject * obj3 = 0 ;
6849 PyObject * obj4 = 0 ;
6850 PyObject * obj5 = 0 ;
6851 PyObject * obj6 = 0 ;
6852 PyObject * obj7 = 0 ;
6853 PyObject * obj8 = 0 ;
6854 char *kwnames[] = {
6855 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6856 };
6857
6858 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:CheckListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
6859 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6860 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6861 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
6862 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6863 if (obj2) {
6864 arg3 = (int)SWIG_As_int(obj2);
6865 if (PyErr_Occurred()) SWIG_fail;
6866 }
6867 if (obj3) {
6868 {
6869 arg4 = &temp4;
6870 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
6871 }
6872 }
6873 if (obj4) {
6874 {
6875 arg5 = &temp5;
6876 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
6877 }
6878 }
6879 if (obj5) {
6880 {
6881 if (! PySequence_Check(obj5)) {
6882 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6883 SWIG_fail;
6884 }
6885 arg6 = new wxArrayString;
6886 temp6 = True;
6887 int i, len=PySequence_Length(obj5);
6888 for (i=0; i<len; i++) {
6889 PyObject* item = PySequence_GetItem(obj5, i);
6890 #if wxUSE_UNICODE
6891 PyObject* str = PyObject_Unicode(item);
6892 #else
6893 PyObject* str = PyObject_Str(item);
6894 #endif
6895 if (PyErr_Occurred()) SWIG_fail;
6896 arg6->Add(Py2wxString(str));
6897 Py_DECREF(item);
6898 Py_DECREF(str);
6899 }
6900 }
6901 }
6902 if (obj6) {
6903 arg7 = (long)SWIG_As_long(obj6);
6904 if (PyErr_Occurred()) SWIG_fail;
6905 }
6906 if (obj7) {
6907 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
6908 SWIG_POINTER_EXCEPTION | 0)) == -1)
6909 SWIG_fail;
6910 if (arg8 == NULL) {
6911 PyErr_SetString(PyExc_TypeError,"null reference");
6912 SWIG_fail;
6913 }
6914 }
6915 if (obj8) {
6916 {
6917 arg9 = wxString_in_helper(obj8);
6918 if (arg9 == NULL) SWIG_fail;
6919 temp9 = True;
6920 }
6921 }
6922 {
6923 PyThreadState* __tstate = wxPyBeginAllowThreads();
6924 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
6925
6926 wxPyEndAllowThreads(__tstate);
6927 if (PyErr_Occurred()) SWIG_fail;
6928 }
6929 {
6930 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6931 }
6932 {
6933 if (temp6) delete arg6;
6934 }
6935 {
6936 if (temp9)
6937 delete arg9;
6938 }
6939 return resultobj;
6940 fail:
6941 {
6942 if (temp6) delete arg6;
6943 }
6944 {
6945 if (temp9)
6946 delete arg9;
6947 }
6948 return NULL;
6949 }
6950
6951
6952 static PyObject *_wrap_CheckListBox_IsChecked(PyObject *, PyObject *args, PyObject *kwargs) {
6953 PyObject *resultobj;
6954 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6955 int arg2 ;
6956 bool result;
6957 PyObject * obj0 = 0 ;
6958 PyObject * obj1 = 0 ;
6959 char *kwnames[] = {
6960 (char *) "self",(char *) "index", NULL
6961 };
6962
6963 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_IsChecked",kwnames,&obj0,&obj1)) goto fail;
6964 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6965 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6966 arg2 = (int)SWIG_As_int(obj1);
6967 if (PyErr_Occurred()) SWIG_fail;
6968 {
6969 PyThreadState* __tstate = wxPyBeginAllowThreads();
6970 result = (bool)(arg1)->IsChecked(arg2);
6971
6972 wxPyEndAllowThreads(__tstate);
6973 if (PyErr_Occurred()) SWIG_fail;
6974 }
6975 {
6976 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6977 }
6978 return resultobj;
6979 fail:
6980 return NULL;
6981 }
6982
6983
6984 static PyObject *_wrap_CheckListBox_Check(PyObject *, PyObject *args, PyObject *kwargs) {
6985 PyObject *resultobj;
6986 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6987 int arg2 ;
6988 int arg3 = (int) True ;
6989 PyObject * obj0 = 0 ;
6990 PyObject * obj1 = 0 ;
6991 PyObject * obj2 = 0 ;
6992 char *kwnames[] = {
6993 (char *) "self",(char *) "index",(char *) "check", NULL
6994 };
6995
6996 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:CheckListBox_Check",kwnames,&obj0,&obj1,&obj2)) goto fail;
6997 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6998 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6999 arg2 = (int)SWIG_As_int(obj1);
7000 if (PyErr_Occurred()) SWIG_fail;
7001 if (obj2) {
7002 arg3 = (int)SWIG_As_int(obj2);
7003 if (PyErr_Occurred()) SWIG_fail;
7004 }
7005 {
7006 PyThreadState* __tstate = wxPyBeginAllowThreads();
7007 (arg1)->Check(arg2,arg3);
7008
7009 wxPyEndAllowThreads(__tstate);
7010 if (PyErr_Occurred()) SWIG_fail;
7011 }
7012 Py_INCREF(Py_None); resultobj = Py_None;
7013 return resultobj;
7014 fail:
7015 return NULL;
7016 }
7017
7018
7019 static PyObject *_wrap_CheckListBox_GetItemHeight(PyObject *, PyObject *args, PyObject *kwargs) {
7020 PyObject *resultobj;
7021 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
7022 int result;
7023 PyObject * obj0 = 0 ;
7024 char *kwnames[] = {
7025 (char *) "self", NULL
7026 };
7027
7028 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckListBox_GetItemHeight",kwnames,&obj0)) goto fail;
7029 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
7030 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7031 {
7032 PyThreadState* __tstate = wxPyBeginAllowThreads();
7033 result = (int)(arg1)->GetItemHeight();
7034
7035 wxPyEndAllowThreads(__tstate);
7036 if (PyErr_Occurred()) SWIG_fail;
7037 }
7038 resultobj = SWIG_From_int((int)result);
7039 return resultobj;
7040 fail:
7041 return NULL;
7042 }
7043
7044
7045 static PyObject *_wrap_CheckListBox_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
7046 PyObject *resultobj;
7047 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
7048 wxPoint *arg2 = 0 ;
7049 int result;
7050 wxPoint temp2 ;
7051 PyObject * obj0 = 0 ;
7052 PyObject * obj1 = 0 ;
7053 char *kwnames[] = {
7054 (char *) "self",(char *) "pt", NULL
7055 };
7056
7057 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_HitTest",kwnames,&obj0,&obj1)) goto fail;
7058 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
7059 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7060 {
7061 arg2 = &temp2;
7062 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
7063 }
7064 {
7065 PyThreadState* __tstate = wxPyBeginAllowThreads();
7066 result = (int)((wxCheckListBox const *)arg1)->HitTest((wxPoint const &)*arg2);
7067
7068 wxPyEndAllowThreads(__tstate);
7069 if (PyErr_Occurred()) SWIG_fail;
7070 }
7071 resultobj = SWIG_From_int((int)result);
7072 return resultobj;
7073 fail:
7074 return NULL;
7075 }
7076
7077
7078 static PyObject *_wrap_CheckListBox_HitTestXY(PyObject *, PyObject *args, PyObject *kwargs) {
7079 PyObject *resultobj;
7080 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
7081 int arg2 ;
7082 int arg3 ;
7083 int result;
7084 PyObject * obj0 = 0 ;
7085 PyObject * obj1 = 0 ;
7086 PyObject * obj2 = 0 ;
7087 char *kwnames[] = {
7088 (char *) "self",(char *) "x",(char *) "y", NULL
7089 };
7090
7091 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:CheckListBox_HitTestXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
7092 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
7093 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7094 arg2 = (int)SWIG_As_int(obj1);
7095 if (PyErr_Occurred()) SWIG_fail;
7096 arg3 = (int)SWIG_As_int(obj2);
7097 if (PyErr_Occurred()) SWIG_fail;
7098 {
7099 PyThreadState* __tstate = wxPyBeginAllowThreads();
7100 result = (int)((wxCheckListBox const *)arg1)->HitTest(arg2,arg3);
7101
7102 wxPyEndAllowThreads(__tstate);
7103 if (PyErr_Occurred()) SWIG_fail;
7104 }
7105 resultobj = SWIG_From_int((int)result);
7106 return resultobj;
7107 fail:
7108 return NULL;
7109 }
7110
7111
7112 static PyObject * CheckListBox_swigregister(PyObject *, PyObject *args) {
7113 PyObject *obj;
7114 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
7115 SWIG_TypeClientData(SWIGTYPE_p_wxCheckListBox, obj);
7116 Py_INCREF(obj);
7117 return Py_BuildValue((char *)"");
7118 }
7119 static int _wrap_TextCtrlNameStr_set(PyObject *) {
7120 PyErr_SetString(PyExc_TypeError,"Variable TextCtrlNameStr is read-only.");
7121 return 1;
7122 }
7123
7124
7125 static PyObject *_wrap_TextCtrlNameStr_get() {
7126 PyObject *pyobj;
7127
7128 {
7129 #if wxUSE_UNICODE
7130 pyobj = PyUnicode_FromWideChar((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
7131 #else
7132 pyobj = PyString_FromStringAndSize((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
7133 #endif
7134 }
7135 return pyobj;
7136 }
7137
7138
7139 static PyObject *_wrap_new_TextAttr(PyObject *, PyObject *args, PyObject *kwargs) {
7140 PyObject *resultobj;
7141 wxColour const &arg1_defvalue = wxNullColour ;
7142 wxColour *arg1 = (wxColour *) &arg1_defvalue ;
7143 wxColour const &arg2_defvalue = wxNullColour ;
7144 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
7145 wxFont const &arg3_defvalue = wxNullFont ;
7146 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
7147 int arg4 = (int) wxTEXT_ALIGNMENT_DEFAULT ;
7148 wxTextAttr *result;
7149 wxColour temp1 ;
7150 wxColour temp2 ;
7151 PyObject * obj0 = 0 ;
7152 PyObject * obj1 = 0 ;
7153 PyObject * obj2 = 0 ;
7154 PyObject * obj3 = 0 ;
7155 char *kwnames[] = {
7156 (char *) "colText",(char *) "colBack",(char *) "font",(char *) "alignment", NULL
7157 };
7158
7159 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_TextAttr",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
7160 if (obj0) {
7161 {
7162 arg1 = &temp1;
7163 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
7164 }
7165 }
7166 if (obj1) {
7167 {
7168 arg2 = &temp2;
7169 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7170 }
7171 }
7172 if (obj2) {
7173 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
7174 SWIG_POINTER_EXCEPTION | 0)) == -1)
7175 SWIG_fail;
7176 if (arg3 == NULL) {
7177 PyErr_SetString(PyExc_TypeError,"null reference");
7178 SWIG_fail;
7179 }
7180 }
7181 if (obj3) {
7182 arg4 = (int)SWIG_As_int(obj3);
7183 if (PyErr_Occurred()) SWIG_fail;
7184 }
7185 {
7186 PyThreadState* __tstate = wxPyBeginAllowThreads();
7187 result = (wxTextAttr *)new wxTextAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3,(wxTextAttrAlignment )arg4);
7188
7189 wxPyEndAllowThreads(__tstate);
7190 if (PyErr_Occurred()) SWIG_fail;
7191 }
7192 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 1);
7193 return resultobj;
7194 fail:
7195 return NULL;
7196 }
7197
7198
7199 static PyObject *_wrap_delete_TextAttr(PyObject *, PyObject *args, PyObject *kwargs) {
7200 PyObject *resultobj;
7201 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7202 PyObject * obj0 = 0 ;
7203 char *kwnames[] = {
7204 (char *) "self", NULL
7205 };
7206
7207 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TextAttr",kwnames,&obj0)) goto fail;
7208 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7209 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7210 {
7211 PyThreadState* __tstate = wxPyBeginAllowThreads();
7212 delete arg1;
7213
7214 wxPyEndAllowThreads(__tstate);
7215 if (PyErr_Occurred()) SWIG_fail;
7216 }
7217 Py_INCREF(Py_None); resultobj = Py_None;
7218 return resultobj;
7219 fail:
7220 return NULL;
7221 }
7222
7223
7224 static PyObject *_wrap_TextAttr_Init(PyObject *, PyObject *args, PyObject *kwargs) {
7225 PyObject *resultobj;
7226 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7227 PyObject * obj0 = 0 ;
7228 char *kwnames[] = {
7229 (char *) "self", NULL
7230 };
7231
7232 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_Init",kwnames,&obj0)) goto fail;
7233 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7234 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7235 {
7236 PyThreadState* __tstate = wxPyBeginAllowThreads();
7237 (arg1)->Init();
7238
7239 wxPyEndAllowThreads(__tstate);
7240 if (PyErr_Occurred()) SWIG_fail;
7241 }
7242 Py_INCREF(Py_None); resultobj = Py_None;
7243 return resultobj;
7244 fail:
7245 return NULL;
7246 }
7247
7248
7249 static PyObject *_wrap_TextAttr_SetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
7250 PyObject *resultobj;
7251 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7252 wxColour *arg2 = 0 ;
7253 wxColour temp2 ;
7254 PyObject * obj0 = 0 ;
7255 PyObject * obj1 = 0 ;
7256 char *kwnames[] = {
7257 (char *) "self",(char *) "colText", NULL
7258 };
7259
7260 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
7261 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7262 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7263 {
7264 arg2 = &temp2;
7265 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7266 }
7267 {
7268 PyThreadState* __tstate = wxPyBeginAllowThreads();
7269 (arg1)->SetTextColour((wxColour const &)*arg2);
7270
7271 wxPyEndAllowThreads(__tstate);
7272 if (PyErr_Occurred()) SWIG_fail;
7273 }
7274 Py_INCREF(Py_None); resultobj = Py_None;
7275 return resultobj;
7276 fail:
7277 return NULL;
7278 }
7279
7280
7281 static PyObject *_wrap_TextAttr_SetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
7282 PyObject *resultobj;
7283 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7284 wxColour *arg2 = 0 ;
7285 wxColour temp2 ;
7286 PyObject * obj0 = 0 ;
7287 PyObject * obj1 = 0 ;
7288 char *kwnames[] = {
7289 (char *) "self",(char *) "colBack", NULL
7290 };
7291
7292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
7293 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7294 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7295 {
7296 arg2 = &temp2;
7297 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7298 }
7299 {
7300 PyThreadState* __tstate = wxPyBeginAllowThreads();
7301 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
7302
7303 wxPyEndAllowThreads(__tstate);
7304 if (PyErr_Occurred()) SWIG_fail;
7305 }
7306 Py_INCREF(Py_None); resultobj = Py_None;
7307 return resultobj;
7308 fail:
7309 return NULL;
7310 }
7311
7312
7313 static PyObject *_wrap_TextAttr_SetFont(PyObject *, PyObject *args, PyObject *kwargs) {
7314 PyObject *resultobj;
7315 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7316 wxFont *arg2 = 0 ;
7317 long arg3 = (long) wxTEXT_ATTR_FONT ;
7318 PyObject * obj0 = 0 ;
7319 PyObject * obj1 = 0 ;
7320 PyObject * obj2 = 0 ;
7321 char *kwnames[] = {
7322 (char *) "self",(char *) "font",(char *) "flags", NULL
7323 };
7324
7325 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
7326 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7327 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7328 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
7329 SWIG_POINTER_EXCEPTION | 0)) == -1)
7330 SWIG_fail;
7331 if (arg2 == NULL) {
7332 PyErr_SetString(PyExc_TypeError,"null reference");
7333 SWIG_fail;
7334 }
7335 if (obj2) {
7336 arg3 = (long)SWIG_As_long(obj2);
7337 if (PyErr_Occurred()) SWIG_fail;
7338 }
7339 {
7340 PyThreadState* __tstate = wxPyBeginAllowThreads();
7341 (arg1)->SetFont((wxFont const &)*arg2,arg3);
7342
7343 wxPyEndAllowThreads(__tstate);
7344 if (PyErr_Occurred()) SWIG_fail;
7345 }
7346 Py_INCREF(Py_None); resultobj = Py_None;
7347 return resultobj;
7348 fail:
7349 return NULL;
7350 }
7351
7352
7353 static PyObject *_wrap_TextAttr_SetAlignment(PyObject *, PyObject *args, PyObject *kwargs) {
7354 PyObject *resultobj;
7355 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7356 int arg2 ;
7357 PyObject * obj0 = 0 ;
7358 PyObject * obj1 = 0 ;
7359 char *kwnames[] = {
7360 (char *) "self",(char *) "alignment", NULL
7361 };
7362
7363 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetAlignment",kwnames,&obj0,&obj1)) goto fail;
7364 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7365 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7366 arg2 = (int)SWIG_As_int(obj1);
7367 if (PyErr_Occurred()) SWIG_fail;
7368 {
7369 PyThreadState* __tstate = wxPyBeginAllowThreads();
7370 (arg1)->SetAlignment((wxTextAttrAlignment )arg2);
7371
7372 wxPyEndAllowThreads(__tstate);
7373 if (PyErr_Occurred()) SWIG_fail;
7374 }
7375 Py_INCREF(Py_None); resultobj = Py_None;
7376 return resultobj;
7377 fail:
7378 return NULL;
7379 }
7380
7381
7382 static PyObject *_wrap_TextAttr_SetTabs(PyObject *, PyObject *args, PyObject *kwargs) {
7383 PyObject *resultobj;
7384 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7385 wxArrayInt *arg2 = 0 ;
7386 bool temp2 = False ;
7387 PyObject * obj0 = 0 ;
7388 PyObject * obj1 = 0 ;
7389 char *kwnames[] = {
7390 (char *) "self",(char *) "tabs", NULL
7391 };
7392
7393 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTabs",kwnames,&obj0,&obj1)) goto fail;
7394 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7395 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7396 {
7397 if (! PySequence_Check(obj1)) {
7398 PyErr_SetString(PyExc_TypeError, "Sequence of integers expected.");
7399 SWIG_fail;
7400 }
7401 arg2 = new wxArrayInt;
7402 temp2 = True;
7403 int i, len=PySequence_Length(obj1);
7404 for (i=0; i<len; i++) {
7405 PyObject* item = PySequence_GetItem(obj1, i);
7406 PyObject* number = PyNumber_Int(item);
7407 arg2->Add(PyInt_AS_LONG(number));
7408 Py_DECREF(item);
7409 Py_DECREF(number);
7410 }
7411 }
7412 {
7413 PyThreadState* __tstate = wxPyBeginAllowThreads();
7414 (arg1)->SetTabs((wxArrayInt const &)*arg2);
7415
7416 wxPyEndAllowThreads(__tstate);
7417 if (PyErr_Occurred()) SWIG_fail;
7418 }
7419 Py_INCREF(Py_None); resultobj = Py_None;
7420 {
7421 if (temp2) delete arg2;
7422 }
7423 return resultobj;
7424 fail:
7425 {
7426 if (temp2) delete arg2;
7427 }
7428 return NULL;
7429 }
7430
7431
7432 static PyObject *_wrap_TextAttr_SetLeftIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7433 PyObject *resultobj;
7434 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7435 int arg2 ;
7436 int arg3 = (int) 0 ;
7437 PyObject * obj0 = 0 ;
7438 PyObject * obj1 = 0 ;
7439 PyObject * obj2 = 0 ;
7440 char *kwnames[] = {
7441 (char *) "self",(char *) "indent",(char *) "subIndent", NULL
7442 };
7443
7444 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetLeftIndent",kwnames,&obj0,&obj1,&obj2)) goto fail;
7445 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7446 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7447 arg2 = (int)SWIG_As_int(obj1);
7448 if (PyErr_Occurred()) SWIG_fail;
7449 if (obj2) {
7450 arg3 = (int)SWIG_As_int(obj2);
7451 if (PyErr_Occurred()) SWIG_fail;
7452 }
7453 {
7454 PyThreadState* __tstate = wxPyBeginAllowThreads();
7455 (arg1)->SetLeftIndent(arg2,arg3);
7456
7457 wxPyEndAllowThreads(__tstate);
7458 if (PyErr_Occurred()) SWIG_fail;
7459 }
7460 Py_INCREF(Py_None); resultobj = Py_None;
7461 return resultobj;
7462 fail:
7463 return NULL;
7464 }
7465
7466
7467 static PyObject *_wrap_TextAttr_SetRightIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7468 PyObject *resultobj;
7469 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7470 int arg2 ;
7471 PyObject * obj0 = 0 ;
7472 PyObject * obj1 = 0 ;
7473 char *kwnames[] = {
7474 (char *) "self",(char *) "indent", NULL
7475 };
7476
7477 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetRightIndent",kwnames,&obj0,&obj1)) goto fail;
7478 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7479 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7480 arg2 = (int)SWIG_As_int(obj1);
7481 if (PyErr_Occurred()) SWIG_fail;
7482 {
7483 PyThreadState* __tstate = wxPyBeginAllowThreads();
7484 (arg1)->SetRightIndent(arg2);
7485
7486 wxPyEndAllowThreads(__tstate);
7487 if (PyErr_Occurred()) SWIG_fail;
7488 }
7489 Py_INCREF(Py_None); resultobj = Py_None;
7490 return resultobj;
7491 fail:
7492 return NULL;
7493 }
7494
7495
7496 static PyObject *_wrap_TextAttr_SetFlags(PyObject *, PyObject *args, PyObject *kwargs) {
7497 PyObject *resultobj;
7498 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7499 long arg2 ;
7500 PyObject * obj0 = 0 ;
7501 PyObject * obj1 = 0 ;
7502 char *kwnames[] = {
7503 (char *) "self",(char *) "flags", NULL
7504 };
7505
7506 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetFlags",kwnames,&obj0,&obj1)) goto fail;
7507 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7508 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7509 arg2 = (long)SWIG_As_long(obj1);
7510 if (PyErr_Occurred()) SWIG_fail;
7511 {
7512 PyThreadState* __tstate = wxPyBeginAllowThreads();
7513 (arg1)->SetFlags(arg2);
7514
7515 wxPyEndAllowThreads(__tstate);
7516 if (PyErr_Occurred()) SWIG_fail;
7517 }
7518 Py_INCREF(Py_None); resultobj = Py_None;
7519 return resultobj;
7520 fail:
7521 return NULL;
7522 }
7523
7524
7525 static PyObject *_wrap_TextAttr_HasTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
7526 PyObject *resultobj;
7527 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7528 bool result;
7529 PyObject * obj0 = 0 ;
7530 char *kwnames[] = {
7531 (char *) "self", NULL
7532 };
7533
7534 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTextColour",kwnames,&obj0)) goto fail;
7535 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7536 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7537 {
7538 PyThreadState* __tstate = wxPyBeginAllowThreads();
7539 result = (bool)((wxTextAttr const *)arg1)->HasTextColour();
7540
7541 wxPyEndAllowThreads(__tstate);
7542 if (PyErr_Occurred()) SWIG_fail;
7543 }
7544 {
7545 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7546 }
7547 return resultobj;
7548 fail:
7549 return NULL;
7550 }
7551
7552
7553 static PyObject *_wrap_TextAttr_HasBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
7554 PyObject *resultobj;
7555 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7556 bool result;
7557 PyObject * obj0 = 0 ;
7558 char *kwnames[] = {
7559 (char *) "self", NULL
7560 };
7561
7562 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
7563 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7564 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7565 {
7566 PyThreadState* __tstate = wxPyBeginAllowThreads();
7567 result = (bool)((wxTextAttr const *)arg1)->HasBackgroundColour();
7568
7569 wxPyEndAllowThreads(__tstate);
7570 if (PyErr_Occurred()) SWIG_fail;
7571 }
7572 {
7573 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7574 }
7575 return resultobj;
7576 fail:
7577 return NULL;
7578 }
7579
7580
7581 static PyObject *_wrap_TextAttr_HasFont(PyObject *, PyObject *args, PyObject *kwargs) {
7582 PyObject *resultobj;
7583 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7584 bool result;
7585 PyObject * obj0 = 0 ;
7586 char *kwnames[] = {
7587 (char *) "self", NULL
7588 };
7589
7590 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasFont",kwnames,&obj0)) goto fail;
7591 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7592 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7593 {
7594 PyThreadState* __tstate = wxPyBeginAllowThreads();
7595 result = (bool)((wxTextAttr const *)arg1)->HasFont();
7596
7597 wxPyEndAllowThreads(__tstate);
7598 if (PyErr_Occurred()) SWIG_fail;
7599 }
7600 {
7601 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7602 }
7603 return resultobj;
7604 fail:
7605 return NULL;
7606 }
7607
7608
7609 static PyObject *_wrap_TextAttr_HasAlignment(PyObject *, PyObject *args, PyObject *kwargs) {
7610 PyObject *resultobj;
7611 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7612 bool result;
7613 PyObject * obj0 = 0 ;
7614 char *kwnames[] = {
7615 (char *) "self", NULL
7616 };
7617
7618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasAlignment",kwnames,&obj0)) goto fail;
7619 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7620 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7621 {
7622 PyThreadState* __tstate = wxPyBeginAllowThreads();
7623 result = (bool)((wxTextAttr const *)arg1)->HasAlignment();
7624
7625 wxPyEndAllowThreads(__tstate);
7626 if (PyErr_Occurred()) SWIG_fail;
7627 }
7628 {
7629 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7630 }
7631 return resultobj;
7632 fail:
7633 return NULL;
7634 }
7635
7636
7637 static PyObject *_wrap_TextAttr_HasTabs(PyObject *, PyObject *args, PyObject *kwargs) {
7638 PyObject *resultobj;
7639 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7640 bool result;
7641 PyObject * obj0 = 0 ;
7642 char *kwnames[] = {
7643 (char *) "self", NULL
7644 };
7645
7646 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTabs",kwnames,&obj0)) goto fail;
7647 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7648 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7649 {
7650 PyThreadState* __tstate = wxPyBeginAllowThreads();
7651 result = (bool)((wxTextAttr const *)arg1)->HasTabs();
7652
7653 wxPyEndAllowThreads(__tstate);
7654 if (PyErr_Occurred()) SWIG_fail;
7655 }
7656 {
7657 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7658 }
7659 return resultobj;
7660 fail:
7661 return NULL;
7662 }
7663
7664
7665 static PyObject *_wrap_TextAttr_HasLeftIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7666 PyObject *resultobj;
7667 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7668 bool result;
7669 PyObject * obj0 = 0 ;
7670 char *kwnames[] = {
7671 (char *) "self", NULL
7672 };
7673
7674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasLeftIndent",kwnames,&obj0)) goto fail;
7675 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7676 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7677 {
7678 PyThreadState* __tstate = wxPyBeginAllowThreads();
7679 result = (bool)((wxTextAttr const *)arg1)->HasLeftIndent();
7680
7681 wxPyEndAllowThreads(__tstate);
7682 if (PyErr_Occurred()) SWIG_fail;
7683 }
7684 {
7685 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7686 }
7687 return resultobj;
7688 fail:
7689 return NULL;
7690 }
7691
7692
7693 static PyObject *_wrap_TextAttr_HasRightIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7694 PyObject *resultobj;
7695 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7696 bool result;
7697 PyObject * obj0 = 0 ;
7698 char *kwnames[] = {
7699 (char *) "self", NULL
7700 };
7701
7702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasRightIndent",kwnames,&obj0)) goto fail;
7703 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7704 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7705 {
7706 PyThreadState* __tstate = wxPyBeginAllowThreads();
7707 result = (bool)((wxTextAttr const *)arg1)->HasRightIndent();
7708
7709 wxPyEndAllowThreads(__tstate);
7710 if (PyErr_Occurred()) SWIG_fail;
7711 }
7712 {
7713 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7714 }
7715 return resultobj;
7716 fail:
7717 return NULL;
7718 }
7719
7720
7721 static PyObject *_wrap_TextAttr_HasFlag(PyObject *, PyObject *args, PyObject *kwargs) {
7722 PyObject *resultobj;
7723 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7724 long arg2 ;
7725 bool result;
7726 PyObject * obj0 = 0 ;
7727 PyObject * obj1 = 0 ;
7728 char *kwnames[] = {
7729 (char *) "self",(char *) "flag", NULL
7730 };
7731
7732 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_HasFlag",kwnames,&obj0,&obj1)) goto fail;
7733 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7734 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7735 arg2 = (long)SWIG_As_long(obj1);
7736 if (PyErr_Occurred()) SWIG_fail;
7737 {
7738 PyThreadState* __tstate = wxPyBeginAllowThreads();
7739 result = (bool)((wxTextAttr const *)arg1)->HasFlag(arg2);
7740
7741 wxPyEndAllowThreads(__tstate);
7742 if (PyErr_Occurred()) SWIG_fail;
7743 }
7744 {
7745 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7746 }
7747 return resultobj;
7748 fail:
7749 return NULL;
7750 }
7751
7752
7753 static PyObject *_wrap_TextAttr_GetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
7754 PyObject *resultobj;
7755 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7756 wxColour *result;
7757 PyObject * obj0 = 0 ;
7758 char *kwnames[] = {
7759 (char *) "self", NULL
7760 };
7761
7762 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTextColour",kwnames,&obj0)) goto fail;
7763 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7764 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7765 {
7766 PyThreadState* __tstate = wxPyBeginAllowThreads();
7767 {
7768 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetTextColour();
7769 result = (wxColour *) &_result_ref;
7770 }
7771
7772 wxPyEndAllowThreads(__tstate);
7773 if (PyErr_Occurred()) SWIG_fail;
7774 }
7775 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxColour, 0);
7776 return resultobj;
7777 fail:
7778 return NULL;
7779 }
7780
7781
7782 static PyObject *_wrap_TextAttr_GetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
7783 PyObject *resultobj;
7784 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7785 wxColour *result;
7786 PyObject * obj0 = 0 ;
7787 char *kwnames[] = {
7788 (char *) "self", NULL
7789 };
7790
7791 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
7792 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7793 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7794 {
7795 PyThreadState* __tstate = wxPyBeginAllowThreads();
7796 {
7797 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetBackgroundColour();
7798 result = (wxColour *) &_result_ref;
7799 }
7800
7801 wxPyEndAllowThreads(__tstate);
7802 if (PyErr_Occurred()) SWIG_fail;
7803 }
7804 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxColour, 0);
7805 return resultobj;
7806 fail:
7807 return NULL;
7808 }
7809
7810
7811 static PyObject *_wrap_TextAttr_GetFont(PyObject *, PyObject *args, PyObject *kwargs) {
7812 PyObject *resultobj;
7813 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7814 wxFont *result;
7815 PyObject * obj0 = 0 ;
7816 char *kwnames[] = {
7817 (char *) "self", NULL
7818 };
7819
7820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFont",kwnames,&obj0)) goto fail;
7821 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7823 {
7824 PyThreadState* __tstate = wxPyBeginAllowThreads();
7825 {
7826 wxFont const &_result_ref = ((wxTextAttr const *)arg1)->GetFont();
7827 result = (wxFont *) &_result_ref;
7828 }
7829
7830 wxPyEndAllowThreads(__tstate);
7831 if (PyErr_Occurred()) SWIG_fail;
7832 }
7833 {
7834 wxFont* resultptr = new wxFont(*result);
7835 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxFont, 1);
7836 }
7837 return resultobj;
7838 fail:
7839 return NULL;
7840 }
7841
7842
7843 static PyObject *_wrap_TextAttr_GetAlignment(PyObject *, PyObject *args, PyObject *kwargs) {
7844 PyObject *resultobj;
7845 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7846 int result;
7847 PyObject * obj0 = 0 ;
7848 char *kwnames[] = {
7849 (char *) "self", NULL
7850 };
7851
7852 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetAlignment",kwnames,&obj0)) goto fail;
7853 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7854 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7855 {
7856 PyThreadState* __tstate = wxPyBeginAllowThreads();
7857 result = (int)((wxTextAttr const *)arg1)->GetAlignment();
7858
7859 wxPyEndAllowThreads(__tstate);
7860 if (PyErr_Occurred()) SWIG_fail;
7861 }
7862 resultobj = SWIG_From_int((int)result);
7863 return resultobj;
7864 fail:
7865 return NULL;
7866 }
7867
7868
7869 static PyObject *_wrap_TextAttr_GetTabs(PyObject *, PyObject *args, PyObject *kwargs) {
7870 PyObject *resultobj;
7871 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7872 wxArrayInt *result;
7873 PyObject * obj0 = 0 ;
7874 char *kwnames[] = {
7875 (char *) "self", NULL
7876 };
7877
7878 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTabs",kwnames,&obj0)) goto fail;
7879 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7880 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7881 {
7882 PyThreadState* __tstate = wxPyBeginAllowThreads();
7883 {
7884 wxArrayInt const &_result_ref = ((wxTextAttr const *)arg1)->GetTabs();
7885 result = (wxArrayInt *) &_result_ref;
7886 }
7887
7888 wxPyEndAllowThreads(__tstate);
7889 if (PyErr_Occurred()) SWIG_fail;
7890 }
7891 {
7892 resultobj = PyList_New(0);
7893 size_t idx;
7894 for (idx = 0; idx < result->GetCount(); idx += 1) {
7895 PyObject* val = PyInt_FromLong( result->Item(idx) );
7896 PyList_Append(resultobj, val);
7897 Py_DECREF(val);
7898 }
7899 }
7900 return resultobj;
7901 fail:
7902 return NULL;
7903 }
7904
7905
7906 static PyObject *_wrap_TextAttr_GetLeftIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7907 PyObject *resultobj;
7908 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7909 long result;
7910 PyObject * obj0 = 0 ;
7911 char *kwnames[] = {
7912 (char *) "self", NULL
7913 };
7914
7915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftIndent",kwnames,&obj0)) goto fail;
7916 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7917 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7918 {
7919 PyThreadState* __tstate = wxPyBeginAllowThreads();
7920 result = (long)((wxTextAttr const *)arg1)->GetLeftIndent();
7921
7922 wxPyEndAllowThreads(__tstate);
7923 if (PyErr_Occurred()) SWIG_fail;
7924 }
7925 resultobj = SWIG_From_long((long)result);
7926 return resultobj;
7927 fail:
7928 return NULL;
7929 }
7930
7931
7932 static PyObject *_wrap_TextAttr_GetLeftSubIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7933 PyObject *resultobj;
7934 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7935 long result;
7936 PyObject * obj0 = 0 ;
7937 char *kwnames[] = {
7938 (char *) "self", NULL
7939 };
7940
7941 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftSubIndent",kwnames,&obj0)) goto fail;
7942 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7943 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7944 {
7945 PyThreadState* __tstate = wxPyBeginAllowThreads();
7946 result = (long)((wxTextAttr const *)arg1)->GetLeftSubIndent();
7947
7948 wxPyEndAllowThreads(__tstate);
7949 if (PyErr_Occurred()) SWIG_fail;
7950 }
7951 resultobj = SWIG_From_long((long)result);
7952 return resultobj;
7953 fail:
7954 return NULL;
7955 }
7956
7957
7958 static PyObject *_wrap_TextAttr_GetRightIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7959 PyObject *resultobj;
7960 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7961 long result;
7962 PyObject * obj0 = 0 ;
7963 char *kwnames[] = {
7964 (char *) "self", NULL
7965 };
7966
7967 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetRightIndent",kwnames,&obj0)) goto fail;
7968 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7969 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7970 {
7971 PyThreadState* __tstate = wxPyBeginAllowThreads();
7972 result = (long)((wxTextAttr const *)arg1)->GetRightIndent();
7973
7974 wxPyEndAllowThreads(__tstate);
7975 if (PyErr_Occurred()) SWIG_fail;
7976 }
7977 resultobj = SWIG_From_long((long)result);
7978 return resultobj;
7979 fail:
7980 return NULL;
7981 }
7982
7983
7984 static PyObject *_wrap_TextAttr_GetFlags(PyObject *, PyObject *args, PyObject *kwargs) {
7985 PyObject *resultobj;
7986 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7987 long result;
7988 PyObject * obj0 = 0 ;
7989 char *kwnames[] = {
7990 (char *) "self", NULL
7991 };
7992
7993 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFlags",kwnames,&obj0)) goto fail;
7994 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7995 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7996 {
7997 PyThreadState* __tstate = wxPyBeginAllowThreads();
7998 result = (long)((wxTextAttr const *)arg1)->GetFlags();
7999
8000 wxPyEndAllowThreads(__tstate);
8001 if (PyErr_Occurred()) SWIG_fail;
8002 }
8003 resultobj = SWIG_From_long((long)result);
8004 return resultobj;
8005 fail:
8006 return NULL;
8007 }
8008
8009
8010 static PyObject *_wrap_TextAttr_IsDefault(PyObject *, PyObject *args, PyObject *kwargs) {
8011 PyObject *resultobj;
8012 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
8013 bool result;
8014 PyObject * obj0 = 0 ;
8015 char *kwnames[] = {
8016 (char *) "self", NULL
8017 };
8018
8019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_IsDefault",kwnames,&obj0)) goto fail;
8020 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
8021 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8022 {
8023 PyThreadState* __tstate = wxPyBeginAllowThreads();
8024 result = (bool)((wxTextAttr const *)arg1)->IsDefault();
8025
8026 wxPyEndAllowThreads(__tstate);
8027 if (PyErr_Occurred()) SWIG_fail;
8028 }
8029 {
8030 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8031 }
8032 return resultobj;
8033 fail:
8034 return NULL;
8035 }
8036
8037
8038 static PyObject *_wrap_TextAttr_Combine(PyObject *, PyObject *args, PyObject *kwargs) {
8039 PyObject *resultobj;
8040 wxTextAttr *arg1 = 0 ;
8041 wxTextAttr *arg2 = 0 ;
8042 wxTextCtrl *arg3 = (wxTextCtrl *) 0 ;
8043 wxTextAttr result;
8044 PyObject * obj0 = 0 ;
8045 PyObject * obj1 = 0 ;
8046 PyObject * obj2 = 0 ;
8047 char *kwnames[] = {
8048 (char *) "attr",(char *) "attrDef",(char *) "text", NULL
8049 };
8050
8051 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextAttr_Combine",kwnames,&obj0,&obj1,&obj2)) goto fail;
8052 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
8053 SWIG_POINTER_EXCEPTION | 0)) == -1)
8054 SWIG_fail;
8055 if (arg1 == NULL) {
8056 PyErr_SetString(PyExc_TypeError,"null reference");
8057 SWIG_fail;
8058 }
8059 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTextAttr,
8060 SWIG_POINTER_EXCEPTION | 0)) == -1)
8061 SWIG_fail;
8062 if (arg2 == NULL) {
8063 PyErr_SetString(PyExc_TypeError,"null reference");
8064 SWIG_fail;
8065 }
8066 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTextCtrl,
8067 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8068 {
8069 PyThreadState* __tstate = wxPyBeginAllowThreads();
8070 result = wxTextAttr::Combine((wxTextAttr const &)*arg1,(wxTextAttr const &)*arg2,(wxTextCtrl const *)arg3);
8071
8072 wxPyEndAllowThreads(__tstate);
8073 if (PyErr_Occurred()) SWIG_fail;
8074 }
8075 {
8076 wxTextAttr * resultptr;
8077 resultptr = new wxTextAttr((wxTextAttr &) result);
8078 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTextAttr, 1);
8079 }
8080 return resultobj;
8081 fail:
8082 return NULL;
8083 }
8084
8085
8086 static PyObject * TextAttr_swigregister(PyObject *, PyObject *args) {
8087 PyObject *obj;
8088 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
8089 SWIG_TypeClientData(SWIGTYPE_p_wxTextAttr, obj);
8090 Py_INCREF(obj);
8091 return Py_BuildValue((char *)"");
8092 }
8093 static PyObject *_wrap_new_TextCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
8094 PyObject *resultobj;
8095 wxWindow *arg1 = (wxWindow *) 0 ;
8096 int arg2 = (int) -1 ;
8097 wxString const &arg3_defvalue = wxPyEmptyString ;
8098 wxString *arg3 = (wxString *) &arg3_defvalue ;
8099 wxPoint const &arg4_defvalue = wxDefaultPosition ;
8100 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
8101 wxSize const &arg5_defvalue = wxDefaultSize ;
8102 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
8103 long arg6 = (long) 0 ;
8104 wxValidator const &arg7_defvalue = wxDefaultValidator ;
8105 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
8106 wxString const &arg8_defvalue = wxPyTextCtrlNameStr ;
8107 wxString *arg8 = (wxString *) &arg8_defvalue ;
8108 wxTextCtrl *result;
8109 bool temp3 = False ;
8110 wxPoint temp4 ;
8111 wxSize temp5 ;
8112 bool temp8 = False ;
8113 PyObject * obj0 = 0 ;
8114 PyObject * obj1 = 0 ;
8115 PyObject * obj2 = 0 ;
8116 PyObject * obj3 = 0 ;
8117 PyObject * obj4 = 0 ;
8118 PyObject * obj5 = 0 ;
8119 PyObject * obj6 = 0 ;
8120 PyObject * obj7 = 0 ;
8121 char *kwnames[] = {
8122 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
8123 };
8124
8125 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_TextCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
8126 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
8127 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8128 if (obj1) {
8129 arg2 = (int)SWIG_As_int(obj1);
8130 if (PyErr_Occurred()) SWIG_fail;
8131 }
8132 if (obj2) {
8133 {
8134 arg3 = wxString_in_helper(obj2);
8135 if (arg3 == NULL) SWIG_fail;
8136 temp3 = True;
8137 }
8138 }
8139 if (obj3) {
8140 {
8141 arg4 = &temp4;
8142 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
8143 }
8144 }
8145 if (obj4) {
8146 {
8147 arg5 = &temp5;
8148 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
8149 }
8150 }
8151 if (obj5) {
8152 arg6 = (long)SWIG_As_long(obj5);
8153 if (PyErr_Occurred()) SWIG_fail;
8154 }
8155 if (obj6) {
8156 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
8157 SWIG_POINTER_EXCEPTION | 0)) == -1)
8158 SWIG_fail;
8159 if (arg7 == NULL) {
8160 PyErr_SetString(PyExc_TypeError,"null reference");
8161 SWIG_fail;
8162 }
8163 }
8164 if (obj7) {
8165 {
8166 arg8 = wxString_in_helper(obj7);
8167 if (arg8 == NULL) SWIG_fail;
8168 temp8 = True;
8169 }
8170 }
8171 {
8172 if (!wxPyCheckForApp()) SWIG_fail;
8173 PyThreadState* __tstate = wxPyBeginAllowThreads();
8174 result = (wxTextCtrl *)new wxTextCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
8175
8176 wxPyEndAllowThreads(__tstate);
8177 if (PyErr_Occurred()) SWIG_fail;
8178 }
8179 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextCtrl, 1);
8180 {
8181 if (temp3)
8182 delete arg3;
8183 }
8184 {
8185 if (temp8)
8186 delete arg8;
8187 }
8188 return resultobj;
8189 fail:
8190 {
8191 if (temp3)
8192 delete arg3;
8193 }
8194 {
8195 if (temp8)
8196 delete arg8;
8197 }
8198 return NULL;
8199 }
8200
8201
8202 static PyObject *_wrap_new_PreTextCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
8203 PyObject *resultobj;
8204 wxTextCtrl *result;
8205 char *kwnames[] = {
8206 NULL
8207 };
8208
8209 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTextCtrl",kwnames)) goto fail;
8210 {
8211 if (!wxPyCheckForApp()) SWIG_fail;
8212 PyThreadState* __tstate = wxPyBeginAllowThreads();
8213 result = (wxTextCtrl *)new wxTextCtrl();
8214
8215 wxPyEndAllowThreads(__tstate);
8216 if (PyErr_Occurred()) SWIG_fail;
8217 }
8218 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextCtrl, 1);
8219 return resultobj;
8220 fail:
8221 return NULL;
8222 }
8223
8224
8225 static PyObject *_wrap_TextCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
8226 PyObject *resultobj;
8227 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8228 wxWindow *arg2 = (wxWindow *) 0 ;
8229 int arg3 = (int) -1 ;
8230 wxString const &arg4_defvalue = wxPyEmptyString ;
8231 wxString *arg4 = (wxString *) &arg4_defvalue ;
8232 wxPoint const &arg5_defvalue = wxDefaultPosition ;
8233 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
8234 wxSize const &arg6_defvalue = wxDefaultSize ;
8235 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
8236 long arg7 = (long) 0 ;
8237 wxValidator const &arg8_defvalue = wxDefaultValidator ;
8238 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
8239 wxString const &arg9_defvalue = wxPyTextCtrlNameStr ;
8240 wxString *arg9 = (wxString *) &arg9_defvalue ;
8241 bool result;
8242 bool temp4 = False ;
8243 wxPoint temp5 ;
8244 wxSize temp6 ;
8245 bool temp9 = False ;
8246 PyObject * obj0 = 0 ;
8247 PyObject * obj1 = 0 ;
8248 PyObject * obj2 = 0 ;
8249 PyObject * obj3 = 0 ;
8250 PyObject * obj4 = 0 ;
8251 PyObject * obj5 = 0 ;
8252 PyObject * obj6 = 0 ;
8253 PyObject * obj7 = 0 ;
8254 PyObject * obj8 = 0 ;
8255 char *kwnames[] = {
8256 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
8257 };
8258
8259 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:TextCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
8260 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8261 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8262 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
8263 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8264 if (obj2) {
8265 arg3 = (int)SWIG_As_int(obj2);
8266 if (PyErr_Occurred()) SWIG_fail;
8267 }
8268 if (obj3) {
8269 {
8270 arg4 = wxString_in_helper(obj3);
8271 if (arg4 == NULL) SWIG_fail;
8272 temp4 = True;
8273 }
8274 }
8275 if (obj4) {
8276 {
8277 arg5 = &temp5;
8278 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
8279 }
8280 }
8281 if (obj5) {
8282 {
8283 arg6 = &temp6;
8284 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
8285 }
8286 }
8287 if (obj6) {
8288 arg7 = (long)SWIG_As_long(obj6);
8289 if (PyErr_Occurred()) SWIG_fail;
8290 }
8291 if (obj7) {
8292 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
8293 SWIG_POINTER_EXCEPTION | 0)) == -1)
8294 SWIG_fail;
8295 if (arg8 == NULL) {
8296 PyErr_SetString(PyExc_TypeError,"null reference");
8297 SWIG_fail;
8298 }
8299 }
8300 if (obj8) {
8301 {
8302 arg9 = wxString_in_helper(obj8);
8303 if (arg9 == NULL) SWIG_fail;
8304 temp9 = True;
8305 }
8306 }
8307 {
8308 PyThreadState* __tstate = wxPyBeginAllowThreads();
8309 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
8310
8311 wxPyEndAllowThreads(__tstate);
8312 if (PyErr_Occurred()) SWIG_fail;
8313 }
8314 {
8315 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8316 }
8317 {
8318 if (temp4)
8319 delete arg4;
8320 }
8321 {
8322 if (temp9)
8323 delete arg9;
8324 }
8325 return resultobj;
8326 fail:
8327 {
8328 if (temp4)
8329 delete arg4;
8330 }
8331 {
8332 if (temp9)
8333 delete arg9;
8334 }
8335 return NULL;
8336 }
8337
8338
8339 static PyObject *_wrap_TextCtrl_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
8340 PyObject *resultobj;
8341 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8342 wxString result;
8343 PyObject * obj0 = 0 ;
8344 char *kwnames[] = {
8345 (char *) "self", NULL
8346 };
8347
8348 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetValue",kwnames,&obj0)) goto fail;
8349 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8350 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8351 {
8352 PyThreadState* __tstate = wxPyBeginAllowThreads();
8353 result = ((wxTextCtrl const *)arg1)->GetValue();
8354
8355 wxPyEndAllowThreads(__tstate);
8356 if (PyErr_Occurred()) SWIG_fail;
8357 }
8358 {
8359 #if wxUSE_UNICODE
8360 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8361 #else
8362 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8363 #endif
8364 }
8365 return resultobj;
8366 fail:
8367 return NULL;
8368 }
8369
8370
8371 static PyObject *_wrap_TextCtrl_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
8372 PyObject *resultobj;
8373 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8374 wxString *arg2 = 0 ;
8375 bool temp2 = False ;
8376 PyObject * obj0 = 0 ;
8377 PyObject * obj1 = 0 ;
8378 char *kwnames[] = {
8379 (char *) "self",(char *) "value", NULL
8380 };
8381
8382 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
8383 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8384 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8385 {
8386 arg2 = wxString_in_helper(obj1);
8387 if (arg2 == NULL) SWIG_fail;
8388 temp2 = True;
8389 }
8390 {
8391 PyThreadState* __tstate = wxPyBeginAllowThreads();
8392 (arg1)->SetValue((wxString const &)*arg2);
8393
8394 wxPyEndAllowThreads(__tstate);
8395 if (PyErr_Occurred()) SWIG_fail;
8396 }
8397 Py_INCREF(Py_None); resultobj = Py_None;
8398 {
8399 if (temp2)
8400 delete arg2;
8401 }
8402 return resultobj;
8403 fail:
8404 {
8405 if (temp2)
8406 delete arg2;
8407 }
8408 return NULL;
8409 }
8410
8411
8412 static PyObject *_wrap_TextCtrl_GetRange(PyObject *, PyObject *args, PyObject *kwargs) {
8413 PyObject *resultobj;
8414 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8415 long arg2 ;
8416 long arg3 ;
8417 wxString result;
8418 PyObject * obj0 = 0 ;
8419 PyObject * obj1 = 0 ;
8420 PyObject * obj2 = 0 ;
8421 char *kwnames[] = {
8422 (char *) "self",(char *) "from",(char *) "to", NULL
8423 };
8424
8425 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
8426 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8427 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8428 arg2 = (long)SWIG_As_long(obj1);
8429 if (PyErr_Occurred()) SWIG_fail;
8430 arg3 = (long)SWIG_As_long(obj2);
8431 if (PyErr_Occurred()) SWIG_fail;
8432 {
8433 PyThreadState* __tstate = wxPyBeginAllowThreads();
8434 result = ((wxTextCtrl const *)arg1)->GetRange(arg2,arg3);
8435
8436 wxPyEndAllowThreads(__tstate);
8437 if (PyErr_Occurred()) SWIG_fail;
8438 }
8439 {
8440 #if wxUSE_UNICODE
8441 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8442 #else
8443 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8444 #endif
8445 }
8446 return resultobj;
8447 fail:
8448 return NULL;
8449 }
8450
8451
8452 static PyObject *_wrap_TextCtrl_GetLineLength(PyObject *, PyObject *args, PyObject *kwargs) {
8453 PyObject *resultobj;
8454 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8455 long arg2 ;
8456 int result;
8457 PyObject * obj0 = 0 ;
8458 PyObject * obj1 = 0 ;
8459 char *kwnames[] = {
8460 (char *) "self",(char *) "lineNo", NULL
8461 };
8462
8463 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineLength",kwnames,&obj0,&obj1)) goto fail;
8464 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8465 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8466 arg2 = (long)SWIG_As_long(obj1);
8467 if (PyErr_Occurred()) SWIG_fail;
8468 {
8469 PyThreadState* __tstate = wxPyBeginAllowThreads();
8470 result = (int)((wxTextCtrl const *)arg1)->GetLineLength(arg2);
8471
8472 wxPyEndAllowThreads(__tstate);
8473 if (PyErr_Occurred()) SWIG_fail;
8474 }
8475 resultobj = SWIG_From_int((int)result);
8476 return resultobj;
8477 fail:
8478 return NULL;
8479 }
8480
8481
8482 static PyObject *_wrap_TextCtrl_GetLineText(PyObject *, PyObject *args, PyObject *kwargs) {
8483 PyObject *resultobj;
8484 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8485 long arg2 ;
8486 wxString result;
8487 PyObject * obj0 = 0 ;
8488 PyObject * obj1 = 0 ;
8489 char *kwnames[] = {
8490 (char *) "self",(char *) "lineNo", NULL
8491 };
8492
8493 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineText",kwnames,&obj0,&obj1)) goto fail;
8494 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8495 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8496 arg2 = (long)SWIG_As_long(obj1);
8497 if (PyErr_Occurred()) SWIG_fail;
8498 {
8499 PyThreadState* __tstate = wxPyBeginAllowThreads();
8500 result = ((wxTextCtrl const *)arg1)->GetLineText(arg2);
8501
8502 wxPyEndAllowThreads(__tstate);
8503 if (PyErr_Occurred()) SWIG_fail;
8504 }
8505 {
8506 #if wxUSE_UNICODE
8507 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8508 #else
8509 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8510 #endif
8511 }
8512 return resultobj;
8513 fail:
8514 return NULL;
8515 }
8516
8517
8518 static PyObject *_wrap_TextCtrl_GetNumberOfLines(PyObject *, PyObject *args, PyObject *kwargs) {
8519 PyObject *resultobj;
8520 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8521 int result;
8522 PyObject * obj0 = 0 ;
8523 char *kwnames[] = {
8524 (char *) "self", NULL
8525 };
8526
8527 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetNumberOfLines",kwnames,&obj0)) goto fail;
8528 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8529 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8530 {
8531 PyThreadState* __tstate = wxPyBeginAllowThreads();
8532 result = (int)((wxTextCtrl const *)arg1)->GetNumberOfLines();
8533
8534 wxPyEndAllowThreads(__tstate);
8535 if (PyErr_Occurred()) SWIG_fail;
8536 }
8537 resultobj = SWIG_From_int((int)result);
8538 return resultobj;
8539 fail:
8540 return NULL;
8541 }
8542
8543
8544 static PyObject *_wrap_TextCtrl_IsModified(PyObject *, PyObject *args, PyObject *kwargs) {
8545 PyObject *resultobj;
8546 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8547 bool result;
8548 PyObject * obj0 = 0 ;
8549 char *kwnames[] = {
8550 (char *) "self", NULL
8551 };
8552
8553 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsModified",kwnames,&obj0)) goto fail;
8554 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8555 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8556 {
8557 PyThreadState* __tstate = wxPyBeginAllowThreads();
8558 result = (bool)((wxTextCtrl const *)arg1)->IsModified();
8559
8560 wxPyEndAllowThreads(__tstate);
8561 if (PyErr_Occurred()) SWIG_fail;
8562 }
8563 {
8564 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8565 }
8566 return resultobj;
8567 fail:
8568 return NULL;
8569 }
8570
8571
8572 static PyObject *_wrap_TextCtrl_IsEditable(PyObject *, PyObject *args, PyObject *kwargs) {
8573 PyObject *resultobj;
8574 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8575 bool result;
8576 PyObject * obj0 = 0 ;
8577 char *kwnames[] = {
8578 (char *) "self", NULL
8579 };
8580
8581 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsEditable",kwnames,&obj0)) goto fail;
8582 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8583 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8584 {
8585 PyThreadState* __tstate = wxPyBeginAllowThreads();
8586 result = (bool)((wxTextCtrl const *)arg1)->IsEditable();
8587
8588 wxPyEndAllowThreads(__tstate);
8589 if (PyErr_Occurred()) SWIG_fail;
8590 }
8591 {
8592 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8593 }
8594 return resultobj;
8595 fail:
8596 return NULL;
8597 }
8598
8599
8600 static PyObject *_wrap_TextCtrl_IsSingleLine(PyObject *, PyObject *args, PyObject *kwargs) {
8601 PyObject *resultobj;
8602 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8603 bool result;
8604 PyObject * obj0 = 0 ;
8605 char *kwnames[] = {
8606 (char *) "self", NULL
8607 };
8608
8609 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsSingleLine",kwnames,&obj0)) goto fail;
8610 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8611 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8612 {
8613 PyThreadState* __tstate = wxPyBeginAllowThreads();
8614 result = (bool)((wxTextCtrl const *)arg1)->IsSingleLine();
8615
8616 wxPyEndAllowThreads(__tstate);
8617 if (PyErr_Occurred()) SWIG_fail;
8618 }
8619 {
8620 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8621 }
8622 return resultobj;
8623 fail:
8624 return NULL;
8625 }
8626
8627
8628 static PyObject *_wrap_TextCtrl_IsMultiLine(PyObject *, PyObject *args, PyObject *kwargs) {
8629 PyObject *resultobj;
8630 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8631 bool result;
8632 PyObject * obj0 = 0 ;
8633 char *kwnames[] = {
8634 (char *) "self", NULL
8635 };
8636
8637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsMultiLine",kwnames,&obj0)) goto fail;
8638 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8639 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8640 {
8641 PyThreadState* __tstate = wxPyBeginAllowThreads();
8642 result = (bool)((wxTextCtrl const *)arg1)->IsMultiLine();
8643
8644 wxPyEndAllowThreads(__tstate);
8645 if (PyErr_Occurred()) SWIG_fail;
8646 }
8647 {
8648 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8649 }
8650 return resultobj;
8651 fail:
8652 return NULL;
8653 }
8654
8655
8656 static PyObject *_wrap_TextCtrl_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
8657 PyObject *resultobj;
8658 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8659 long *arg2 = (long *) 0 ;
8660 long *arg3 = (long *) 0 ;
8661 long temp2 ;
8662 int res2 = 0 ;
8663 long temp3 ;
8664 int res3 = 0 ;
8665 PyObject * obj0 = 0 ;
8666 char *kwnames[] = {
8667 (char *) "self", NULL
8668 };
8669
8670 arg2 = &temp2; res2 = SWIG_NEWOBJ;
8671 arg3 = &temp3; res3 = SWIG_NEWOBJ;
8672 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetSelection",kwnames,&obj0)) goto fail;
8673 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8674 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8675 {
8676 PyThreadState* __tstate = wxPyBeginAllowThreads();
8677 ((wxTextCtrl const *)arg1)->GetSelection(arg2,arg3);
8678
8679 wxPyEndAllowThreads(__tstate);
8680 if (PyErr_Occurred()) SWIG_fail;
8681 }
8682 Py_INCREF(Py_None); resultobj = Py_None;
8683 resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ?
8684 SWIG_From_long((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_long, 0)));
8685 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
8686 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
8687 return resultobj;
8688 fail:
8689 return NULL;
8690 }
8691
8692
8693 static PyObject *_wrap_TextCtrl_GetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
8694 PyObject *resultobj;
8695 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8696 wxString result;
8697 PyObject * obj0 = 0 ;
8698 char *kwnames[] = {
8699 (char *) "self", NULL
8700 };
8701
8702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetStringSelection",kwnames,&obj0)) goto fail;
8703 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8704 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8705 {
8706 PyThreadState* __tstate = wxPyBeginAllowThreads();
8707 result = ((wxTextCtrl const *)arg1)->GetStringSelection();
8708
8709 wxPyEndAllowThreads(__tstate);
8710 if (PyErr_Occurred()) SWIG_fail;
8711 }
8712 {
8713 #if wxUSE_UNICODE
8714 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8715 #else
8716 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8717 #endif
8718 }
8719 return resultobj;
8720 fail:
8721 return NULL;
8722 }
8723
8724
8725 static PyObject *_wrap_TextCtrl_Clear(PyObject *, PyObject *args, PyObject *kwargs) {
8726 PyObject *resultobj;
8727 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8728 PyObject * obj0 = 0 ;
8729 char *kwnames[] = {
8730 (char *) "self", NULL
8731 };
8732
8733 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Clear",kwnames,&obj0)) goto fail;
8734 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8735 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8736 {
8737 PyThreadState* __tstate = wxPyBeginAllowThreads();
8738 (arg1)->Clear();
8739
8740 wxPyEndAllowThreads(__tstate);
8741 if (PyErr_Occurred()) SWIG_fail;
8742 }
8743 Py_INCREF(Py_None); resultobj = Py_None;
8744 return resultobj;
8745 fail:
8746 return NULL;
8747 }
8748
8749
8750 static PyObject *_wrap_TextCtrl_Replace(PyObject *, PyObject *args, PyObject *kwargs) {
8751 PyObject *resultobj;
8752 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8753 long arg2 ;
8754 long arg3 ;
8755 wxString *arg4 = 0 ;
8756 bool temp4 = False ;
8757 PyObject * obj0 = 0 ;
8758 PyObject * obj1 = 0 ;
8759 PyObject * obj2 = 0 ;
8760 PyObject * obj3 = 0 ;
8761 char *kwnames[] = {
8762 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
8763 };
8764
8765 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
8766 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8767 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8768 arg2 = (long)SWIG_As_long(obj1);
8769 if (PyErr_Occurred()) SWIG_fail;
8770 arg3 = (long)SWIG_As_long(obj2);
8771 if (PyErr_Occurred()) SWIG_fail;
8772 {
8773 arg4 = wxString_in_helper(obj3);
8774 if (arg4 == NULL) SWIG_fail;
8775 temp4 = True;
8776 }
8777 {
8778 PyThreadState* __tstate = wxPyBeginAllowThreads();
8779 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
8780
8781 wxPyEndAllowThreads(__tstate);
8782 if (PyErr_Occurred()) SWIG_fail;
8783 }
8784 Py_INCREF(Py_None); resultobj = Py_None;
8785 {
8786 if (temp4)
8787 delete arg4;
8788 }
8789 return resultobj;
8790 fail:
8791 {
8792 if (temp4)
8793 delete arg4;
8794 }
8795 return NULL;
8796 }
8797
8798
8799 static PyObject *_wrap_TextCtrl_Remove(PyObject *, PyObject *args, PyObject *kwargs) {
8800 PyObject *resultobj;
8801 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8802 long arg2 ;
8803 long arg3 ;
8804 PyObject * obj0 = 0 ;
8805 PyObject * obj1 = 0 ;
8806 PyObject * obj2 = 0 ;
8807 char *kwnames[] = {
8808 (char *) "self",(char *) "from",(char *) "to", NULL
8809 };
8810
8811 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
8812 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8813 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8814 arg2 = (long)SWIG_As_long(obj1);
8815 if (PyErr_Occurred()) SWIG_fail;
8816 arg3 = (long)SWIG_As_long(obj2);
8817 if (PyErr_Occurred()) SWIG_fail;
8818 {
8819 PyThreadState* __tstate = wxPyBeginAllowThreads();
8820 (arg1)->Remove(arg2,arg3);
8821
8822 wxPyEndAllowThreads(__tstate);
8823 if (PyErr_Occurred()) SWIG_fail;
8824 }
8825 Py_INCREF(Py_None); resultobj = Py_None;
8826 return resultobj;
8827 fail:
8828 return NULL;
8829 }
8830
8831
8832 static PyObject *_wrap_TextCtrl_LoadFile(PyObject *, PyObject *args, PyObject *kwargs) {
8833 PyObject *resultobj;
8834 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8835 wxString *arg2 = 0 ;
8836 bool result;
8837 bool temp2 = False ;
8838 PyObject * obj0 = 0 ;
8839 PyObject * obj1 = 0 ;
8840 char *kwnames[] = {
8841 (char *) "self",(char *) "file", NULL
8842 };
8843
8844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_LoadFile",kwnames,&obj0,&obj1)) goto fail;
8845 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8846 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8847 {
8848 arg2 = wxString_in_helper(obj1);
8849 if (arg2 == NULL) SWIG_fail;
8850 temp2 = True;
8851 }
8852 {
8853 PyThreadState* __tstate = wxPyBeginAllowThreads();
8854 result = (bool)(arg1)->LoadFile((wxString const &)*arg2);
8855
8856 wxPyEndAllowThreads(__tstate);
8857 if (PyErr_Occurred()) SWIG_fail;
8858 }
8859 {
8860 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8861 }
8862 {
8863 if (temp2)
8864 delete arg2;
8865 }
8866 return resultobj;
8867 fail:
8868 {
8869 if (temp2)
8870 delete arg2;
8871 }
8872 return NULL;
8873 }
8874
8875
8876 static PyObject *_wrap_TextCtrl_SaveFile(PyObject *, PyObject *args, PyObject *kwargs) {
8877 PyObject *resultobj;
8878 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8879 wxString const &arg2_defvalue = wxPyEmptyString ;
8880 wxString *arg2 = (wxString *) &arg2_defvalue ;
8881 bool result;
8882 bool temp2 = False ;
8883 PyObject * obj0 = 0 ;
8884 PyObject * obj1 = 0 ;
8885 char *kwnames[] = {
8886 (char *) "self",(char *) "file", NULL
8887 };
8888
8889 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:TextCtrl_SaveFile",kwnames,&obj0,&obj1)) goto fail;
8890 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8891 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8892 if (obj1) {
8893 {
8894 arg2 = wxString_in_helper(obj1);
8895 if (arg2 == NULL) SWIG_fail;
8896 temp2 = True;
8897 }
8898 }
8899 {
8900 PyThreadState* __tstate = wxPyBeginAllowThreads();
8901 result = (bool)(arg1)->SaveFile((wxString const &)*arg2);
8902
8903 wxPyEndAllowThreads(__tstate);
8904 if (PyErr_Occurred()) SWIG_fail;
8905 }
8906 {
8907 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8908 }
8909 {
8910 if (temp2)
8911 delete arg2;
8912 }
8913 return resultobj;
8914 fail:
8915 {
8916 if (temp2)
8917 delete arg2;
8918 }
8919 return NULL;
8920 }
8921
8922
8923 static PyObject *_wrap_TextCtrl_MarkDirty(PyObject *, PyObject *args, PyObject *kwargs) {
8924 PyObject *resultobj;
8925 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8926 PyObject * obj0 = 0 ;
8927 char *kwnames[] = {
8928 (char *) "self", NULL
8929 };
8930
8931 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_MarkDirty",kwnames,&obj0)) goto fail;
8932 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8933 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8934 {
8935 PyThreadState* __tstate = wxPyBeginAllowThreads();
8936 (arg1)->MarkDirty();
8937
8938 wxPyEndAllowThreads(__tstate);
8939 if (PyErr_Occurred()) SWIG_fail;
8940 }
8941 Py_INCREF(Py_None); resultobj = Py_None;
8942 return resultobj;
8943 fail:
8944 return NULL;
8945 }
8946
8947
8948 static PyObject *_wrap_TextCtrl_DiscardEdits(PyObject *, PyObject *args, PyObject *kwargs) {
8949 PyObject *resultobj;
8950 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8951 PyObject * obj0 = 0 ;
8952 char *kwnames[] = {
8953 (char *) "self", NULL
8954 };
8955
8956 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_DiscardEdits",kwnames,&obj0)) goto fail;
8957 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8958 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8959 {
8960 PyThreadState* __tstate = wxPyBeginAllowThreads();
8961 (arg1)->DiscardEdits();
8962
8963 wxPyEndAllowThreads(__tstate);
8964 if (PyErr_Occurred()) SWIG_fail;
8965 }
8966 Py_INCREF(Py_None); resultobj = Py_None;
8967 return resultobj;
8968 fail:
8969 return NULL;
8970 }
8971
8972
8973 static PyObject *_wrap_TextCtrl_SetMaxLength(PyObject *, PyObject *args, PyObject *kwargs) {
8974 PyObject *resultobj;
8975 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8976 unsigned long arg2 ;
8977 PyObject * obj0 = 0 ;
8978 PyObject * obj1 = 0 ;
8979 char *kwnames[] = {
8980 (char *) "self",(char *) "len", NULL
8981 };
8982
8983 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetMaxLength",kwnames,&obj0,&obj1)) goto fail;
8984 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8985 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8986 arg2 = (unsigned long)SWIG_As_unsigned_SS_long(obj1);
8987 if (PyErr_Occurred()) SWIG_fail;
8988 {
8989 PyThreadState* __tstate = wxPyBeginAllowThreads();
8990 (arg1)->SetMaxLength(arg2);
8991
8992 wxPyEndAllowThreads(__tstate);
8993 if (PyErr_Occurred()) SWIG_fail;
8994 }
8995 Py_INCREF(Py_None); resultobj = Py_None;
8996 return resultobj;
8997 fail:
8998 return NULL;
8999 }
9000
9001
9002 static PyObject *_wrap_TextCtrl_WriteText(PyObject *, PyObject *args, PyObject *kwargs) {
9003 PyObject *resultobj;
9004 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9005 wxString *arg2 = 0 ;
9006 bool temp2 = False ;
9007 PyObject * obj0 = 0 ;
9008 PyObject * obj1 = 0 ;
9009 char *kwnames[] = {
9010 (char *) "self",(char *) "text", NULL
9011 };
9012
9013 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_WriteText",kwnames,&obj0,&obj1)) goto fail;
9014 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9015 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9016 {
9017 arg2 = wxString_in_helper(obj1);
9018 if (arg2 == NULL) SWIG_fail;
9019 temp2 = True;
9020 }
9021 {
9022 PyThreadState* __tstate = wxPyBeginAllowThreads();
9023 (arg1)->WriteText((wxString const &)*arg2);
9024
9025 wxPyEndAllowThreads(__tstate);
9026 if (PyErr_Occurred()) SWIG_fail;
9027 }
9028 Py_INCREF(Py_None); resultobj = Py_None;
9029 {
9030 if (temp2)
9031 delete arg2;
9032 }
9033 return resultobj;
9034 fail:
9035 {
9036 if (temp2)
9037 delete arg2;
9038 }
9039 return NULL;
9040 }
9041
9042
9043 static PyObject *_wrap_TextCtrl_AppendText(PyObject *, PyObject *args, PyObject *kwargs) {
9044 PyObject *resultobj;
9045 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9046 wxString *arg2 = 0 ;
9047 bool temp2 = False ;
9048 PyObject * obj0 = 0 ;
9049 PyObject * obj1 = 0 ;
9050 char *kwnames[] = {
9051 (char *) "self",(char *) "text", NULL
9052 };
9053
9054 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_AppendText",kwnames,&obj0,&obj1)) goto fail;
9055 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9056 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9057 {
9058 arg2 = wxString_in_helper(obj1);
9059 if (arg2 == NULL) SWIG_fail;
9060 temp2 = True;
9061 }
9062 {
9063 PyThreadState* __tstate = wxPyBeginAllowThreads();
9064 (arg1)->AppendText((wxString const &)*arg2);
9065
9066 wxPyEndAllowThreads(__tstate);
9067 if (PyErr_Occurred()) SWIG_fail;
9068 }
9069 Py_INCREF(Py_None); resultobj = Py_None;
9070 {
9071 if (temp2)
9072 delete arg2;
9073 }
9074 return resultobj;
9075 fail:
9076 {
9077 if (temp2)
9078 delete arg2;
9079 }
9080 return NULL;
9081 }
9082
9083
9084 static PyObject *_wrap_TextCtrl_EmulateKeyPress(PyObject *, PyObject *args, PyObject *kwargs) {
9085 PyObject *resultobj;
9086 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9087 wxKeyEvent *arg2 = 0 ;
9088 bool result;
9089 PyObject * obj0 = 0 ;
9090 PyObject * obj1 = 0 ;
9091 char *kwnames[] = {
9092 (char *) "self",(char *) "event", NULL
9093 };
9094
9095 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_EmulateKeyPress",kwnames,&obj0,&obj1)) goto fail;
9096 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9097 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9098 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxKeyEvent,
9099 SWIG_POINTER_EXCEPTION | 0)) == -1)
9100 SWIG_fail;
9101 if (arg2 == NULL) {
9102 PyErr_SetString(PyExc_TypeError,"null reference");
9103 SWIG_fail;
9104 }
9105 {
9106 PyThreadState* __tstate = wxPyBeginAllowThreads();
9107 result = (bool)(arg1)->EmulateKeyPress((wxKeyEvent const &)*arg2);
9108
9109 wxPyEndAllowThreads(__tstate);
9110 if (PyErr_Occurred()) SWIG_fail;
9111 }
9112 {
9113 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9114 }
9115 return resultobj;
9116 fail:
9117 return NULL;
9118 }
9119
9120
9121 static PyObject *_wrap_TextCtrl_SetStyle(PyObject *, PyObject *args, PyObject *kwargs) {
9122 PyObject *resultobj;
9123 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9124 long arg2 ;
9125 long arg3 ;
9126 wxTextAttr *arg4 = 0 ;
9127 bool result;
9128 PyObject * obj0 = 0 ;
9129 PyObject * obj1 = 0 ;
9130 PyObject * obj2 = 0 ;
9131 PyObject * obj3 = 0 ;
9132 char *kwnames[] = {
9133 (char *) "self",(char *) "start",(char *) "end",(char *) "style", NULL
9134 };
9135
9136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_SetStyle",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
9137 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9138 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9139 arg2 = (long)SWIG_As_long(obj1);
9140 if (PyErr_Occurred()) SWIG_fail;
9141 arg3 = (long)SWIG_As_long(obj2);
9142 if (PyErr_Occurred()) SWIG_fail;
9143 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxTextAttr,
9144 SWIG_POINTER_EXCEPTION | 0)) == -1)
9145 SWIG_fail;
9146 if (arg4 == NULL) {
9147 PyErr_SetString(PyExc_TypeError,"null reference");
9148 SWIG_fail;
9149 }
9150 {
9151 PyThreadState* __tstate = wxPyBeginAllowThreads();
9152 result = (bool)(arg1)->SetStyle(arg2,arg3,(wxTextAttr const &)*arg4);
9153
9154 wxPyEndAllowThreads(__tstate);
9155 if (PyErr_Occurred()) SWIG_fail;
9156 }
9157 {
9158 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9159 }
9160 return resultobj;
9161 fail:
9162 return NULL;
9163 }
9164
9165
9166 static PyObject *_wrap_TextCtrl_GetStyle(PyObject *, PyObject *args, PyObject *kwargs) {
9167 PyObject *resultobj;
9168 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9169 long arg2 ;
9170 wxTextAttr *arg3 = 0 ;
9171 bool result;
9172 PyObject * obj0 = 0 ;
9173 PyObject * obj1 = 0 ;
9174 PyObject * obj2 = 0 ;
9175 char *kwnames[] = {
9176 (char *) "self",(char *) "position",(char *) "style", NULL
9177 };
9178
9179 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
9180 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9181 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9182 arg2 = (long)SWIG_As_long(obj1);
9183 if (PyErr_Occurred()) SWIG_fail;
9184 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTextAttr,
9185 SWIG_POINTER_EXCEPTION | 0)) == -1)
9186 SWIG_fail;
9187 if (arg3 == NULL) {
9188 PyErr_SetString(PyExc_TypeError,"null reference");
9189 SWIG_fail;
9190 }
9191 {
9192 PyThreadState* __tstate = wxPyBeginAllowThreads();
9193 result = (bool)(arg1)->GetStyle(arg2,*arg3);
9194
9195 wxPyEndAllowThreads(__tstate);
9196 if (PyErr_Occurred()) SWIG_fail;
9197 }
9198 {
9199 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9200 }
9201 return resultobj;
9202 fail:
9203 return NULL;
9204 }
9205
9206
9207 static PyObject *_wrap_TextCtrl_SetDefaultStyle(PyObject *, PyObject *args, PyObject *kwargs) {
9208 PyObject *resultobj;
9209 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9210 wxTextAttr *arg2 = 0 ;
9211 bool result;
9212 PyObject * obj0 = 0 ;
9213 PyObject * obj1 = 0 ;
9214 char *kwnames[] = {
9215 (char *) "self",(char *) "style", NULL
9216 };
9217
9218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetDefaultStyle",kwnames,&obj0,&obj1)) goto fail;
9219 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9220 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9221 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTextAttr,
9222 SWIG_POINTER_EXCEPTION | 0)) == -1)
9223 SWIG_fail;
9224 if (arg2 == NULL) {
9225 PyErr_SetString(PyExc_TypeError,"null reference");
9226 SWIG_fail;
9227 }
9228 {
9229 PyThreadState* __tstate = wxPyBeginAllowThreads();
9230 result = (bool)(arg1)->SetDefaultStyle((wxTextAttr const &)*arg2);
9231
9232 wxPyEndAllowThreads(__tstate);
9233 if (PyErr_Occurred()) SWIG_fail;
9234 }
9235 {
9236 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9237 }
9238 return resultobj;
9239 fail:
9240 return NULL;
9241 }
9242
9243
9244 static PyObject *_wrap_TextCtrl_GetDefaultStyle(PyObject *, PyObject *args, PyObject *kwargs) {
9245 PyObject *resultobj;
9246 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9247 wxTextAttr *result;
9248 PyObject * obj0 = 0 ;
9249 char *kwnames[] = {
9250 (char *) "self", NULL
9251 };
9252
9253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetDefaultStyle",kwnames,&obj0)) goto fail;
9254 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9255 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9256 {
9257 PyThreadState* __tstate = wxPyBeginAllowThreads();
9258 {
9259 wxTextAttr const &_result_ref = ((wxTextCtrl const *)arg1)->GetDefaultStyle();
9260 result = (wxTextAttr *) &_result_ref;
9261 }
9262
9263 wxPyEndAllowThreads(__tstate);
9264 if (PyErr_Occurred()) SWIG_fail;
9265 }
9266 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 0);
9267 return resultobj;
9268 fail:
9269 return NULL;
9270 }
9271
9272
9273 static PyObject *_wrap_TextCtrl_XYToPosition(PyObject *, PyObject *args, PyObject *kwargs) {
9274 PyObject *resultobj;
9275 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9276 long arg2 ;
9277 long arg3 ;
9278 long result;
9279 PyObject * obj0 = 0 ;
9280 PyObject * obj1 = 0 ;
9281 PyObject * obj2 = 0 ;
9282 char *kwnames[] = {
9283 (char *) "self",(char *) "x",(char *) "y", NULL
9284 };
9285
9286 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_XYToPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
9287 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9288 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9289 arg2 = (long)SWIG_As_long(obj1);
9290 if (PyErr_Occurred()) SWIG_fail;
9291 arg3 = (long)SWIG_As_long(obj2);
9292 if (PyErr_Occurred()) SWIG_fail;
9293 {
9294 PyThreadState* __tstate = wxPyBeginAllowThreads();
9295 result = (long)((wxTextCtrl const *)arg1)->XYToPosition(arg2,arg3);
9296
9297 wxPyEndAllowThreads(__tstate);
9298 if (PyErr_Occurred()) SWIG_fail;
9299 }
9300 resultobj = SWIG_From_long((long)result);
9301 return resultobj;
9302 fail:
9303 return NULL;
9304 }
9305
9306
9307 static PyObject *_wrap_TextCtrl_PositionToXY(PyObject *, PyObject *args, PyObject *kwargs) {
9308 PyObject *resultobj;
9309 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9310 long arg2 ;
9311 long *arg3 = (long *) 0 ;
9312 long *arg4 = (long *) 0 ;
9313 long temp3 ;
9314 int res3 = 0 ;
9315 long temp4 ;
9316 int res4 = 0 ;
9317 PyObject * obj0 = 0 ;
9318 PyObject * obj1 = 0 ;
9319 char *kwnames[] = {
9320 (char *) "self",(char *) "pos", NULL
9321 };
9322
9323 arg3 = &temp3; res3 = SWIG_NEWOBJ;
9324 arg4 = &temp4; res4 = SWIG_NEWOBJ;
9325 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_PositionToXY",kwnames,&obj0,&obj1)) goto fail;
9326 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9327 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9328 arg2 = (long)SWIG_As_long(obj1);
9329 if (PyErr_Occurred()) SWIG_fail;
9330 {
9331 PyThreadState* __tstate = wxPyBeginAllowThreads();
9332 ((wxTextCtrl const *)arg1)->PositionToXY(arg2,arg3,arg4);
9333
9334 wxPyEndAllowThreads(__tstate);
9335 if (PyErr_Occurred()) SWIG_fail;
9336 }
9337 Py_INCREF(Py_None); resultobj = Py_None;
9338 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
9339 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
9340 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ?
9341 SWIG_From_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_long, 0)));
9342 return resultobj;
9343 fail:
9344 return NULL;
9345 }
9346
9347
9348 static PyObject *_wrap_TextCtrl_ShowPosition(PyObject *, PyObject *args, PyObject *kwargs) {
9349 PyObject *resultobj;
9350 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9351 long arg2 ;
9352 PyObject * obj0 = 0 ;
9353 PyObject * obj1 = 0 ;
9354 char *kwnames[] = {
9355 (char *) "self",(char *) "pos", NULL
9356 };
9357
9358 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_ShowPosition",kwnames,&obj0,&obj1)) goto fail;
9359 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9360 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9361 arg2 = (long)SWIG_As_long(obj1);
9362 if (PyErr_Occurred()) SWIG_fail;
9363 {
9364 PyThreadState* __tstate = wxPyBeginAllowThreads();
9365 (arg1)->ShowPosition(arg2);
9366
9367 wxPyEndAllowThreads(__tstate);
9368 if (PyErr_Occurred()) SWIG_fail;
9369 }
9370 Py_INCREF(Py_None); resultobj = Py_None;
9371 return resultobj;
9372 fail:
9373 return NULL;
9374 }
9375
9376
9377 static PyObject *_wrap_TextCtrl_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
9378 PyObject *resultobj;
9379 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9380 wxPoint *arg2 = 0 ;
9381 long *arg3 = (long *) 0 ;
9382 long *arg4 = (long *) 0 ;
9383 int result;
9384 wxPoint temp2 ;
9385 long temp3 ;
9386 int res3 = 0 ;
9387 long temp4 ;
9388 int res4 = 0 ;
9389 PyObject * obj0 = 0 ;
9390 PyObject * obj1 = 0 ;
9391 char *kwnames[] = {
9392 (char *) "self",(char *) "pt", NULL
9393 };
9394
9395 arg3 = &temp3; res3 = SWIG_NEWOBJ;
9396 arg4 = &temp4; res4 = SWIG_NEWOBJ;
9397 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
9398 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9399 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9400 {
9401 arg2 = &temp2;
9402 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
9403 }
9404 {
9405 PyThreadState* __tstate = wxPyBeginAllowThreads();
9406 result = (int)((wxTextCtrl const *)arg1)->HitTest((wxPoint const &)*arg2,arg3,arg4);
9407
9408 wxPyEndAllowThreads(__tstate);
9409 if (PyErr_Occurred()) SWIG_fail;
9410 }
9411 resultobj = SWIG_From_int((int)result);
9412 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
9413 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
9414 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ?
9415 SWIG_From_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_long, 0)));
9416 return resultobj;
9417 fail:
9418 return NULL;
9419 }
9420
9421
9422 static PyObject *_wrap_TextCtrl_HitTestPos(PyObject *, PyObject *args, PyObject *kwargs) {
9423 PyObject *resultobj;
9424 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9425 wxPoint *arg2 = 0 ;
9426 long *arg3 = (long *) 0 ;
9427 int result;
9428 wxPoint temp2 ;
9429 long temp3 ;
9430 int res3 = 0 ;
9431 PyObject * obj0 = 0 ;
9432 PyObject * obj1 = 0 ;
9433 char *kwnames[] = {
9434 (char *) "self",(char *) "pt", NULL
9435 };
9436
9437 arg3 = &temp3; res3 = SWIG_NEWOBJ;
9438 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_HitTestPos",kwnames,&obj0,&obj1)) goto fail;
9439 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9440 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9441 {
9442 arg2 = &temp2;
9443 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
9444 }
9445 {
9446 PyThreadState* __tstate = wxPyBeginAllowThreads();
9447 result = (int)((wxTextCtrl const *)arg1)->HitTest((wxPoint const &)*arg2,arg3);
9448
9449 wxPyEndAllowThreads(__tstate);
9450 if (PyErr_Occurred()) SWIG_fail;
9451 }
9452 resultobj = SWIG_From_int((int)result);
9453 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
9454 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
9455 return resultobj;
9456 fail:
9457 return NULL;
9458 }
9459
9460
9461 static PyObject *_wrap_TextCtrl_Copy(PyObject *, PyObject *args, PyObject *kwargs) {
9462 PyObject *resultobj;
9463 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9464 PyObject * obj0 = 0 ;
9465 char *kwnames[] = {
9466 (char *) "self", NULL
9467 };
9468
9469 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Copy",kwnames,&obj0)) goto fail;
9470 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9471 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9472 {
9473 PyThreadState* __tstate = wxPyBeginAllowThreads();
9474 (arg1)->Copy();
9475
9476 wxPyEndAllowThreads(__tstate);
9477 if (PyErr_Occurred()) SWIG_fail;
9478 }
9479 Py_INCREF(Py_None); resultobj = Py_None;
9480 return resultobj;
9481 fail:
9482 return NULL;
9483 }
9484
9485
9486 static PyObject *_wrap_TextCtrl_Cut(PyObject *, PyObject *args, PyObject *kwargs) {
9487 PyObject *resultobj;
9488 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9489 PyObject * obj0 = 0 ;
9490 char *kwnames[] = {
9491 (char *) "self", NULL
9492 };
9493
9494 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Cut",kwnames,&obj0)) goto fail;
9495 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9496 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9497 {
9498 PyThreadState* __tstate = wxPyBeginAllowThreads();
9499 (arg1)->Cut();
9500
9501 wxPyEndAllowThreads(__tstate);
9502 if (PyErr_Occurred()) SWIG_fail;
9503 }
9504 Py_INCREF(Py_None); resultobj = Py_None;
9505 return resultobj;
9506 fail:
9507 return NULL;
9508 }
9509
9510
9511 static PyObject *_wrap_TextCtrl_Paste(PyObject *, PyObject *args, PyObject *kwargs) {
9512 PyObject *resultobj;
9513 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9514 PyObject * obj0 = 0 ;
9515 char *kwnames[] = {
9516 (char *) "self", NULL
9517 };
9518
9519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Paste",kwnames,&obj0)) goto fail;
9520 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9521 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9522 {
9523 PyThreadState* __tstate = wxPyBeginAllowThreads();
9524 (arg1)->Paste();
9525
9526 wxPyEndAllowThreads(__tstate);
9527 if (PyErr_Occurred()) SWIG_fail;
9528 }
9529 Py_INCREF(Py_None); resultobj = Py_None;
9530 return resultobj;
9531 fail:
9532 return NULL;
9533 }
9534
9535
9536 static PyObject *_wrap_TextCtrl_CanCopy(PyObject *, PyObject *args, PyObject *kwargs) {
9537 PyObject *resultobj;
9538 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9539 bool result;
9540 PyObject * obj0 = 0 ;
9541 char *kwnames[] = {
9542 (char *) "self", NULL
9543 };
9544
9545 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCopy",kwnames,&obj0)) goto fail;
9546 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9547 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9548 {
9549 PyThreadState* __tstate = wxPyBeginAllowThreads();
9550 result = (bool)((wxTextCtrl const *)arg1)->CanCopy();
9551
9552 wxPyEndAllowThreads(__tstate);
9553 if (PyErr_Occurred()) SWIG_fail;
9554 }
9555 {
9556 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9557 }
9558 return resultobj;
9559 fail:
9560 return NULL;
9561 }
9562
9563
9564 static PyObject *_wrap_TextCtrl_CanCut(PyObject *, PyObject *args, PyObject *kwargs) {
9565 PyObject *resultobj;
9566 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9567 bool result;
9568 PyObject * obj0 = 0 ;
9569 char *kwnames[] = {
9570 (char *) "self", NULL
9571 };
9572
9573 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCut",kwnames,&obj0)) goto fail;
9574 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9575 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9576 {
9577 PyThreadState* __tstate = wxPyBeginAllowThreads();
9578 result = (bool)((wxTextCtrl const *)arg1)->CanCut();
9579
9580 wxPyEndAllowThreads(__tstate);
9581 if (PyErr_Occurred()) SWIG_fail;
9582 }
9583 {
9584 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9585 }
9586 return resultobj;
9587 fail:
9588 return NULL;
9589 }
9590
9591
9592 static PyObject *_wrap_TextCtrl_CanPaste(PyObject *, PyObject *args, PyObject *kwargs) {
9593 PyObject *resultobj;
9594 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9595 bool result;
9596 PyObject * obj0 = 0 ;
9597 char *kwnames[] = {
9598 (char *) "self", NULL
9599 };
9600
9601 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanPaste",kwnames,&obj0)) goto fail;
9602 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9603 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9604 {
9605 PyThreadState* __tstate = wxPyBeginAllowThreads();
9606 result = (bool)((wxTextCtrl const *)arg1)->CanPaste();
9607
9608 wxPyEndAllowThreads(__tstate);
9609 if (PyErr_Occurred()) SWIG_fail;
9610 }
9611 {
9612 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9613 }
9614 return resultobj;
9615 fail:
9616 return NULL;
9617 }
9618
9619
9620 static PyObject *_wrap_TextCtrl_Undo(PyObject *, PyObject *args, PyObject *kwargs) {
9621 PyObject *resultobj;
9622 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9623 PyObject * obj0 = 0 ;
9624 char *kwnames[] = {
9625 (char *) "self", NULL
9626 };
9627
9628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Undo",kwnames,&obj0)) goto fail;
9629 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9630 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9631 {
9632 PyThreadState* __tstate = wxPyBeginAllowThreads();
9633 (arg1)->Undo();
9634
9635 wxPyEndAllowThreads(__tstate);
9636 if (PyErr_Occurred()) SWIG_fail;
9637 }
9638 Py_INCREF(Py_None); resultobj = Py_None;
9639 return resultobj;
9640 fail:
9641 return NULL;
9642 }
9643
9644
9645 static PyObject *_wrap_TextCtrl_Redo(PyObject *, PyObject *args, PyObject *kwargs) {
9646 PyObject *resultobj;
9647 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9648 PyObject * obj0 = 0 ;
9649 char *kwnames[] = {
9650 (char *) "self", NULL
9651 };
9652
9653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Redo",kwnames,&obj0)) goto fail;
9654 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9655 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9656 {
9657 PyThreadState* __tstate = wxPyBeginAllowThreads();
9658 (arg1)->Redo();
9659
9660 wxPyEndAllowThreads(__tstate);
9661 if (PyErr_Occurred()) SWIG_fail;
9662 }
9663 Py_INCREF(Py_None); resultobj = Py_None;
9664 return resultobj;
9665 fail:
9666 return NULL;
9667 }
9668
9669
9670 static PyObject *_wrap_TextCtrl_CanUndo(PyObject *, PyObject *args, PyObject *kwargs) {
9671 PyObject *resultobj;
9672 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9673 bool result;
9674 PyObject * obj0 = 0 ;
9675 char *kwnames[] = {
9676 (char *) "self", NULL
9677 };
9678
9679 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanUndo",kwnames,&obj0)) goto fail;
9680 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9681 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9682 {
9683 PyThreadState* __tstate = wxPyBeginAllowThreads();
9684 result = (bool)((wxTextCtrl const *)arg1)->CanUndo();
9685
9686 wxPyEndAllowThreads(__tstate);
9687 if (PyErr_Occurred()) SWIG_fail;
9688 }
9689 {
9690 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9691 }
9692 return resultobj;
9693 fail:
9694 return NULL;
9695 }
9696
9697
9698 static PyObject *_wrap_TextCtrl_CanRedo(PyObject *, PyObject *args, PyObject *kwargs) {
9699 PyObject *resultobj;
9700 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9701 bool result;
9702 PyObject * obj0 = 0 ;
9703 char *kwnames[] = {
9704 (char *) "self", NULL
9705 };
9706
9707 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanRedo",kwnames,&obj0)) goto fail;
9708 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9709 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9710 {
9711 PyThreadState* __tstate = wxPyBeginAllowThreads();
9712 result = (bool)((wxTextCtrl const *)arg1)->CanRedo();
9713
9714 wxPyEndAllowThreads(__tstate);
9715 if (PyErr_Occurred()) SWIG_fail;
9716 }
9717 {
9718 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9719 }
9720 return resultobj;
9721 fail:
9722 return NULL;
9723 }
9724
9725
9726 static PyObject *_wrap_TextCtrl_SetInsertionPoint(PyObject *, PyObject *args, PyObject *kwargs) {
9727 PyObject *resultobj;
9728 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9729 long arg2 ;
9730 PyObject * obj0 = 0 ;
9731 PyObject * obj1 = 0 ;
9732 char *kwnames[] = {
9733 (char *) "self",(char *) "pos", NULL
9734 };
9735
9736 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
9737 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9738 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9739 arg2 = (long)SWIG_As_long(obj1);
9740 if (PyErr_Occurred()) SWIG_fail;
9741 {
9742 PyThreadState* __tstate = wxPyBeginAllowThreads();
9743 (arg1)->SetInsertionPoint(arg2);
9744
9745 wxPyEndAllowThreads(__tstate);
9746 if (PyErr_Occurred()) SWIG_fail;
9747 }
9748 Py_INCREF(Py_None); resultobj = Py_None;
9749 return resultobj;
9750 fail:
9751 return NULL;
9752 }
9753
9754
9755 static PyObject *_wrap_TextCtrl_SetInsertionPointEnd(PyObject *, PyObject *args, PyObject *kwargs) {
9756 PyObject *resultobj;
9757 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9758 PyObject * obj0 = 0 ;
9759 char *kwnames[] = {
9760 (char *) "self", NULL
9761 };
9762
9763 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
9764 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9765 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9766 {
9767 PyThreadState* __tstate = wxPyBeginAllowThreads();
9768 (arg1)->SetInsertionPointEnd();
9769
9770 wxPyEndAllowThreads(__tstate);
9771 if (PyErr_Occurred()) SWIG_fail;
9772 }
9773 Py_INCREF(Py_None); resultobj = Py_None;
9774 return resultobj;
9775 fail:
9776 return NULL;
9777 }
9778
9779
9780 static PyObject *_wrap_TextCtrl_GetInsertionPoint(PyObject *, PyObject *args, PyObject *kwargs) {
9781 PyObject *resultobj;
9782 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9783 long result;
9784 PyObject * obj0 = 0 ;
9785 char *kwnames[] = {
9786 (char *) "self", NULL
9787 };
9788
9789 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetInsertionPoint",kwnames,&obj0)) goto fail;
9790 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9791 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9792 {
9793 PyThreadState* __tstate = wxPyBeginAllowThreads();
9794 result = (long)((wxTextCtrl const *)arg1)->GetInsertionPoint();
9795
9796 wxPyEndAllowThreads(__tstate);
9797 if (PyErr_Occurred()) SWIG_fail;
9798 }
9799 resultobj = SWIG_From_long((long)result);
9800 return resultobj;
9801 fail:
9802 return NULL;
9803 }
9804
9805
9806 static PyObject *_wrap_TextCtrl_GetLastPosition(PyObject *, PyObject *args, PyObject *kwargs) {
9807 PyObject *resultobj;
9808 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9809 long result;
9810 PyObject * obj0 = 0 ;
9811 char *kwnames[] = {
9812 (char *) "self", NULL
9813 };
9814
9815 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetLastPosition",kwnames,&obj0)) goto fail;
9816 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9817 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9818 {
9819 PyThreadState* __tstate = wxPyBeginAllowThreads();
9820 result = (long)((wxTextCtrl const *)arg1)->GetLastPosition();
9821
9822 wxPyEndAllowThreads(__tstate);
9823 if (PyErr_Occurred()) SWIG_fail;
9824 }
9825 resultobj = SWIG_From_long((long)result);
9826 return resultobj;
9827 fail:
9828 return NULL;
9829 }
9830
9831
9832 static PyObject *_wrap_TextCtrl_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
9833 PyObject *resultobj;
9834 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9835 long arg2 ;
9836 long arg3 ;
9837 PyObject * obj0 = 0 ;
9838 PyObject * obj1 = 0 ;
9839 PyObject * obj2 = 0 ;
9840 char *kwnames[] = {
9841 (char *) "self",(char *) "from",(char *) "to", NULL
9842 };
9843
9844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
9845 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9846 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9847 arg2 = (long)SWIG_As_long(obj1);
9848 if (PyErr_Occurred()) SWIG_fail;
9849 arg3 = (long)SWIG_As_long(obj2);
9850 if (PyErr_Occurred()) SWIG_fail;
9851 {
9852 PyThreadState* __tstate = wxPyBeginAllowThreads();
9853 (arg1)->SetSelection(arg2,arg3);
9854
9855 wxPyEndAllowThreads(__tstate);
9856 if (PyErr_Occurred()) SWIG_fail;
9857 }
9858 Py_INCREF(Py_None); resultobj = Py_None;
9859 return resultobj;
9860 fail:
9861 return NULL;
9862 }
9863
9864
9865 static PyObject *_wrap_TextCtrl_SelectAll(PyObject *, PyObject *args, PyObject *kwargs) {
9866 PyObject *resultobj;
9867 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9868 PyObject * obj0 = 0 ;
9869 char *kwnames[] = {
9870 (char *) "self", NULL
9871 };
9872
9873 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SelectAll",kwnames,&obj0)) goto fail;
9874 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9875 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9876 {
9877 PyThreadState* __tstate = wxPyBeginAllowThreads();
9878 (arg1)->SelectAll();
9879
9880 wxPyEndAllowThreads(__tstate);
9881 if (PyErr_Occurred()) SWIG_fail;
9882 }
9883 Py_INCREF(Py_None); resultobj = Py_None;
9884 return resultobj;
9885 fail:
9886 return NULL;
9887 }
9888
9889
9890 static PyObject *_wrap_TextCtrl_SetEditable(PyObject *, PyObject *args, PyObject *kwargs) {
9891 PyObject *resultobj;
9892 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9893 bool arg2 ;
9894 PyObject * obj0 = 0 ;
9895 PyObject * obj1 = 0 ;
9896 char *kwnames[] = {
9897 (char *) "self",(char *) "editable", NULL
9898 };
9899
9900 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetEditable",kwnames,&obj0,&obj1)) goto fail;
9901 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9902 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9903 arg2 = (bool)SWIG_As_bool(obj1);
9904 if (PyErr_Occurred()) SWIG_fail;
9905 {
9906 PyThreadState* __tstate = wxPyBeginAllowThreads();
9907 (arg1)->SetEditable(arg2);
9908
9909 wxPyEndAllowThreads(__tstate);
9910 if (PyErr_Occurred()) SWIG_fail;
9911 }
9912 Py_INCREF(Py_None); resultobj = Py_None;
9913 return resultobj;
9914 fail:
9915 return NULL;
9916 }
9917
9918
9919 static PyObject *_wrap_TextCtrl_write(PyObject *, PyObject *args, PyObject *kwargs) {
9920 PyObject *resultobj;
9921 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9922 wxString *arg2 = 0 ;
9923 bool temp2 = False ;
9924 PyObject * obj0 = 0 ;
9925 PyObject * obj1 = 0 ;
9926 char *kwnames[] = {
9927 (char *) "self",(char *) "text", NULL
9928 };
9929
9930 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_write",kwnames,&obj0,&obj1)) goto fail;
9931 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9932 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9933 {
9934 arg2 = wxString_in_helper(obj1);
9935 if (arg2 == NULL) SWIG_fail;
9936 temp2 = True;
9937 }
9938 {
9939 PyThreadState* __tstate = wxPyBeginAllowThreads();
9940 wxTextCtrl_write(arg1,(wxString const &)*arg2);
9941
9942 wxPyEndAllowThreads(__tstate);
9943 if (PyErr_Occurred()) SWIG_fail;
9944 }
9945 Py_INCREF(Py_None); resultobj = Py_None;
9946 {
9947 if (temp2)
9948 delete arg2;
9949 }
9950 return resultobj;
9951 fail:
9952 {
9953 if (temp2)
9954 delete arg2;
9955 }
9956 return NULL;
9957 }
9958
9959
9960 static PyObject *_wrap_TextCtrl_GetString(PyObject *, PyObject *args, PyObject *kwargs) {
9961 PyObject *resultobj;
9962 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9963 long arg2 ;
9964 long arg3 ;
9965 wxString result;
9966 PyObject * obj0 = 0 ;
9967 PyObject * obj1 = 0 ;
9968 PyObject * obj2 = 0 ;
9969 char *kwnames[] = {
9970 (char *) "self",(char *) "from",(char *) "to", NULL
9971 };
9972
9973 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
9974 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9975 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9976 arg2 = (long)SWIG_As_long(obj1);
9977 if (PyErr_Occurred()) SWIG_fail;
9978 arg3 = (long)SWIG_As_long(obj2);
9979 if (PyErr_Occurred()) SWIG_fail;
9980 {
9981 PyThreadState* __tstate = wxPyBeginAllowThreads();
9982 result = wxTextCtrl_GetString(arg1,arg2,arg3);
9983
9984 wxPyEndAllowThreads(__tstate);
9985 if (PyErr_Occurred()) SWIG_fail;
9986 }
9987 {
9988 #if wxUSE_UNICODE
9989 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
9990 #else
9991 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
9992 #endif
9993 }
9994 return resultobj;
9995 fail:
9996 return NULL;
9997 }
9998
9999
10000 static PyObject *_wrap_TextCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
10001 PyObject *resultobj;
10002 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
10003 wxVisualAttributes result;
10004 PyObject * obj0 = 0 ;
10005 char *kwnames[] = {
10006 (char *) "variant", NULL
10007 };
10008
10009 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:TextCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
10010 if (obj0) {
10011 arg1 = (int)SWIG_As_int(obj0);
10012 if (PyErr_Occurred()) SWIG_fail;
10013 }
10014 {
10015 if (!wxPyCheckForApp()) SWIG_fail;
10016 PyThreadState* __tstate = wxPyBeginAllowThreads();
10017 result = wxTextCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
10018
10019 wxPyEndAllowThreads(__tstate);
10020 if (PyErr_Occurred()) SWIG_fail;
10021 }
10022 {
10023 wxVisualAttributes * resultptr;
10024 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
10025 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
10026 }
10027 return resultobj;
10028 fail:
10029 return NULL;
10030 }
10031
10032
10033 static PyObject * TextCtrl_swigregister(PyObject *, PyObject *args) {
10034 PyObject *obj;
10035 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10036 SWIG_TypeClientData(SWIGTYPE_p_wxTextCtrl, obj);
10037 Py_INCREF(obj);
10038 return Py_BuildValue((char *)"");
10039 }
10040 static PyObject *_wrap_new_TextUrlEvent(PyObject *, PyObject *args, PyObject *kwargs) {
10041 PyObject *resultobj;
10042 int arg1 ;
10043 wxMouseEvent *arg2 = 0 ;
10044 long arg3 ;
10045 long arg4 ;
10046 wxTextUrlEvent *result;
10047 PyObject * obj0 = 0 ;
10048 PyObject * obj1 = 0 ;
10049 PyObject * obj2 = 0 ;
10050 PyObject * obj3 = 0 ;
10051 char *kwnames[] = {
10052 (char *) "winid",(char *) "evtMouse",(char *) "start",(char *) "end", NULL
10053 };
10054
10055 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:new_TextUrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
10056 arg1 = (int)SWIG_As_int(obj0);
10057 if (PyErr_Occurred()) SWIG_fail;
10058 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxMouseEvent,
10059 SWIG_POINTER_EXCEPTION | 0)) == -1)
10060 SWIG_fail;
10061 if (arg2 == NULL) {
10062 PyErr_SetString(PyExc_TypeError,"null reference");
10063 SWIG_fail;
10064 }
10065 arg3 = (long)SWIG_As_long(obj2);
10066 if (PyErr_Occurred()) SWIG_fail;
10067 arg4 = (long)SWIG_As_long(obj3);
10068 if (PyErr_Occurred()) SWIG_fail;
10069 {
10070 PyThreadState* __tstate = wxPyBeginAllowThreads();
10071 result = (wxTextUrlEvent *)new wxTextUrlEvent(arg1,(wxMouseEvent const &)*arg2,arg3,arg4);
10072
10073 wxPyEndAllowThreads(__tstate);
10074 if (PyErr_Occurred()) SWIG_fail;
10075 }
10076 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextUrlEvent, 1);
10077 return resultobj;
10078 fail:
10079 return NULL;
10080 }
10081
10082
10083 static PyObject *_wrap_TextUrlEvent_GetMouseEvent(PyObject *, PyObject *args, PyObject *kwargs) {
10084 PyObject *resultobj;
10085 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
10086 wxMouseEvent *result;
10087 PyObject * obj0 = 0 ;
10088 char *kwnames[] = {
10089 (char *) "self", NULL
10090 };
10091
10092 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetMouseEvent",kwnames,&obj0)) goto fail;
10093 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
10094 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10095 {
10096 PyThreadState* __tstate = wxPyBeginAllowThreads();
10097 {
10098 wxMouseEvent const &_result_ref = (arg1)->GetMouseEvent();
10099 result = (wxMouseEvent *) &_result_ref;
10100 }
10101
10102 wxPyEndAllowThreads(__tstate);
10103 if (PyErr_Occurred()) SWIG_fail;
10104 }
10105 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxMouseEvent, 0);
10106 return resultobj;
10107 fail:
10108 return NULL;
10109 }
10110
10111
10112 static PyObject *_wrap_TextUrlEvent_GetURLStart(PyObject *, PyObject *args, PyObject *kwargs) {
10113 PyObject *resultobj;
10114 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
10115 long result;
10116 PyObject * obj0 = 0 ;
10117 char *kwnames[] = {
10118 (char *) "self", NULL
10119 };
10120
10121 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLStart",kwnames,&obj0)) goto fail;
10122 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
10123 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10124 {
10125 PyThreadState* __tstate = wxPyBeginAllowThreads();
10126 result = (long)((wxTextUrlEvent const *)arg1)->GetURLStart();
10127
10128 wxPyEndAllowThreads(__tstate);
10129 if (PyErr_Occurred()) SWIG_fail;
10130 }
10131 resultobj = SWIG_From_long((long)result);
10132 return resultobj;
10133 fail:
10134 return NULL;
10135 }
10136
10137
10138 static PyObject *_wrap_TextUrlEvent_GetURLEnd(PyObject *, PyObject *args, PyObject *kwargs) {
10139 PyObject *resultobj;
10140 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
10141 long result;
10142 PyObject * obj0 = 0 ;
10143 char *kwnames[] = {
10144 (char *) "self", NULL
10145 };
10146
10147 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLEnd",kwnames,&obj0)) goto fail;
10148 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
10149 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10150 {
10151 PyThreadState* __tstate = wxPyBeginAllowThreads();
10152 result = (long)((wxTextUrlEvent const *)arg1)->GetURLEnd();
10153
10154 wxPyEndAllowThreads(__tstate);
10155 if (PyErr_Occurred()) SWIG_fail;
10156 }
10157 resultobj = SWIG_From_long((long)result);
10158 return resultobj;
10159 fail:
10160 return NULL;
10161 }
10162
10163
10164 static PyObject * TextUrlEvent_swigregister(PyObject *, PyObject *args) {
10165 PyObject *obj;
10166 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10167 SWIG_TypeClientData(SWIGTYPE_p_wxTextUrlEvent, obj);
10168 Py_INCREF(obj);
10169 return Py_BuildValue((char *)"");
10170 }
10171 static int _wrap_ScrollBarNameStr_set(PyObject *) {
10172 PyErr_SetString(PyExc_TypeError,"Variable ScrollBarNameStr is read-only.");
10173 return 1;
10174 }
10175
10176
10177 static PyObject *_wrap_ScrollBarNameStr_get() {
10178 PyObject *pyobj;
10179
10180 {
10181 #if wxUSE_UNICODE
10182 pyobj = PyUnicode_FromWideChar((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
10183 #else
10184 pyobj = PyString_FromStringAndSize((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
10185 #endif
10186 }
10187 return pyobj;
10188 }
10189
10190
10191 static PyObject *_wrap_new_ScrollBar(PyObject *, PyObject *args, PyObject *kwargs) {
10192 PyObject *resultobj;
10193 wxWindow *arg1 = (wxWindow *) 0 ;
10194 int arg2 = (int) -1 ;
10195 wxPoint const &arg3_defvalue = wxDefaultPosition ;
10196 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
10197 wxSize const &arg4_defvalue = wxDefaultSize ;
10198 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
10199 long arg5 = (long) wxSB_HORIZONTAL ;
10200 wxValidator const &arg6_defvalue = wxDefaultValidator ;
10201 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
10202 wxString const &arg7_defvalue = wxPyScrollBarNameStr ;
10203 wxString *arg7 = (wxString *) &arg7_defvalue ;
10204 wxScrollBar *result;
10205 wxPoint temp3 ;
10206 wxSize temp4 ;
10207 bool temp7 = False ;
10208 PyObject * obj0 = 0 ;
10209 PyObject * obj1 = 0 ;
10210 PyObject * obj2 = 0 ;
10211 PyObject * obj3 = 0 ;
10212 PyObject * obj4 = 0 ;
10213 PyObject * obj5 = 0 ;
10214 PyObject * obj6 = 0 ;
10215 char *kwnames[] = {
10216 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10217 };
10218
10219 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ScrollBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
10220 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
10221 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10222 if (obj1) {
10223 arg2 = (int)SWIG_As_int(obj1);
10224 if (PyErr_Occurred()) SWIG_fail;
10225 }
10226 if (obj2) {
10227 {
10228 arg3 = &temp3;
10229 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
10230 }
10231 }
10232 if (obj3) {
10233 {
10234 arg4 = &temp4;
10235 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
10236 }
10237 }
10238 if (obj4) {
10239 arg5 = (long)SWIG_As_long(obj4);
10240 if (PyErr_Occurred()) SWIG_fail;
10241 }
10242 if (obj5) {
10243 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
10244 SWIG_POINTER_EXCEPTION | 0)) == -1)
10245 SWIG_fail;
10246 if (arg6 == NULL) {
10247 PyErr_SetString(PyExc_TypeError,"null reference");
10248 SWIG_fail;
10249 }
10250 }
10251 if (obj6) {
10252 {
10253 arg7 = wxString_in_helper(obj6);
10254 if (arg7 == NULL) SWIG_fail;
10255 temp7 = True;
10256 }
10257 }
10258 {
10259 if (!wxPyCheckForApp()) SWIG_fail;
10260 PyThreadState* __tstate = wxPyBeginAllowThreads();
10261 result = (wxScrollBar *)new wxScrollBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
10262
10263 wxPyEndAllowThreads(__tstate);
10264 if (PyErr_Occurred()) SWIG_fail;
10265 }
10266 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxScrollBar, 1);
10267 {
10268 if (temp7)
10269 delete arg7;
10270 }
10271 return resultobj;
10272 fail:
10273 {
10274 if (temp7)
10275 delete arg7;
10276 }
10277 return NULL;
10278 }
10279
10280
10281 static PyObject *_wrap_new_PreScrollBar(PyObject *, PyObject *args, PyObject *kwargs) {
10282 PyObject *resultobj;
10283 wxScrollBar *result;
10284 char *kwnames[] = {
10285 NULL
10286 };
10287
10288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreScrollBar",kwnames)) goto fail;
10289 {
10290 if (!wxPyCheckForApp()) SWIG_fail;
10291 PyThreadState* __tstate = wxPyBeginAllowThreads();
10292 result = (wxScrollBar *)new wxScrollBar();
10293
10294 wxPyEndAllowThreads(__tstate);
10295 if (PyErr_Occurred()) SWIG_fail;
10296 }
10297 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxScrollBar, 1);
10298 return resultobj;
10299 fail:
10300 return NULL;
10301 }
10302
10303
10304 static PyObject *_wrap_ScrollBar_Create(PyObject *, PyObject *args, PyObject *kwargs) {
10305 PyObject *resultobj;
10306 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10307 wxWindow *arg2 = (wxWindow *) 0 ;
10308 int arg3 = (int) -1 ;
10309 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10310 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10311 wxSize const &arg5_defvalue = wxDefaultSize ;
10312 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10313 long arg6 = (long) wxSB_HORIZONTAL ;
10314 wxValidator const &arg7_defvalue = wxDefaultValidator ;
10315 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
10316 wxString const &arg8_defvalue = wxPyScrollBarNameStr ;
10317 wxString *arg8 = (wxString *) &arg8_defvalue ;
10318 bool result;
10319 wxPoint temp4 ;
10320 wxSize temp5 ;
10321 bool temp8 = False ;
10322 PyObject * obj0 = 0 ;
10323 PyObject * obj1 = 0 ;
10324 PyObject * obj2 = 0 ;
10325 PyObject * obj3 = 0 ;
10326 PyObject * obj4 = 0 ;
10327 PyObject * obj5 = 0 ;
10328 PyObject * obj6 = 0 ;
10329 PyObject * obj7 = 0 ;
10330 char *kwnames[] = {
10331 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10332 };
10333
10334 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ScrollBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
10335 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10336 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10337 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
10338 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10339 if (obj2) {
10340 arg3 = (int)SWIG_As_int(obj2);
10341 if (PyErr_Occurred()) SWIG_fail;
10342 }
10343 if (obj3) {
10344 {
10345 arg4 = &temp4;
10346 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10347 }
10348 }
10349 if (obj4) {
10350 {
10351 arg5 = &temp5;
10352 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10353 }
10354 }
10355 if (obj5) {
10356 arg6 = (long)SWIG_As_long(obj5);
10357 if (PyErr_Occurred()) SWIG_fail;
10358 }
10359 if (obj6) {
10360 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
10361 SWIG_POINTER_EXCEPTION | 0)) == -1)
10362 SWIG_fail;
10363 if (arg7 == NULL) {
10364 PyErr_SetString(PyExc_TypeError,"null reference");
10365 SWIG_fail;
10366 }
10367 }
10368 if (obj7) {
10369 {
10370 arg8 = wxString_in_helper(obj7);
10371 if (arg8 == NULL) SWIG_fail;
10372 temp8 = True;
10373 }
10374 }
10375 {
10376 PyThreadState* __tstate = wxPyBeginAllowThreads();
10377 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
10378
10379 wxPyEndAllowThreads(__tstate);
10380 if (PyErr_Occurred()) SWIG_fail;
10381 }
10382 {
10383 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10384 }
10385 {
10386 if (temp8)
10387 delete arg8;
10388 }
10389 return resultobj;
10390 fail:
10391 {
10392 if (temp8)
10393 delete arg8;
10394 }
10395 return NULL;
10396 }
10397
10398
10399 static PyObject *_wrap_ScrollBar_GetThumbPosition(PyObject *, PyObject *args, PyObject *kwargs) {
10400 PyObject *resultobj;
10401 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10402 int result;
10403 PyObject * obj0 = 0 ;
10404 char *kwnames[] = {
10405 (char *) "self", NULL
10406 };
10407
10408 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbPosition",kwnames,&obj0)) goto fail;
10409 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10410 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10411 {
10412 PyThreadState* __tstate = wxPyBeginAllowThreads();
10413 result = (int)((wxScrollBar const *)arg1)->GetThumbPosition();
10414
10415 wxPyEndAllowThreads(__tstate);
10416 if (PyErr_Occurred()) SWIG_fail;
10417 }
10418 resultobj = SWIG_From_int((int)result);
10419 return resultobj;
10420 fail:
10421 return NULL;
10422 }
10423
10424
10425 static PyObject *_wrap_ScrollBar_GetThumbSize(PyObject *, PyObject *args, PyObject *kwargs) {
10426 PyObject *resultobj;
10427 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10428 int result;
10429 PyObject * obj0 = 0 ;
10430 char *kwnames[] = {
10431 (char *) "self", NULL
10432 };
10433
10434 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbSize",kwnames,&obj0)) goto fail;
10435 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10436 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10437 {
10438 PyThreadState* __tstate = wxPyBeginAllowThreads();
10439 result = (int)((wxScrollBar const *)arg1)->GetThumbSize();
10440
10441 wxPyEndAllowThreads(__tstate);
10442 if (PyErr_Occurred()) SWIG_fail;
10443 }
10444 resultobj = SWIG_From_int((int)result);
10445 return resultobj;
10446 fail:
10447 return NULL;
10448 }
10449
10450
10451 static PyObject *_wrap_ScrollBar_GetPageSize(PyObject *, PyObject *args, PyObject *kwargs) {
10452 PyObject *resultobj;
10453 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10454 int result;
10455 PyObject * obj0 = 0 ;
10456 char *kwnames[] = {
10457 (char *) "self", NULL
10458 };
10459
10460 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetPageSize",kwnames,&obj0)) goto fail;
10461 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10462 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10463 {
10464 PyThreadState* __tstate = wxPyBeginAllowThreads();
10465 result = (int)((wxScrollBar const *)arg1)->GetPageSize();
10466
10467 wxPyEndAllowThreads(__tstate);
10468 if (PyErr_Occurred()) SWIG_fail;
10469 }
10470 resultobj = SWIG_From_int((int)result);
10471 return resultobj;
10472 fail:
10473 return NULL;
10474 }
10475
10476
10477 static PyObject *_wrap_ScrollBar_GetRange(PyObject *, PyObject *args, PyObject *kwargs) {
10478 PyObject *resultobj;
10479 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10480 int result;
10481 PyObject * obj0 = 0 ;
10482 char *kwnames[] = {
10483 (char *) "self", NULL
10484 };
10485
10486 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetRange",kwnames,&obj0)) goto fail;
10487 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10488 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10489 {
10490 PyThreadState* __tstate = wxPyBeginAllowThreads();
10491 result = (int)((wxScrollBar const *)arg1)->GetRange();
10492
10493 wxPyEndAllowThreads(__tstate);
10494 if (PyErr_Occurred()) SWIG_fail;
10495 }
10496 resultobj = SWIG_From_int((int)result);
10497 return resultobj;
10498 fail:
10499 return NULL;
10500 }
10501
10502
10503 static PyObject *_wrap_ScrollBar_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
10504 PyObject *resultobj;
10505 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10506 bool result;
10507 PyObject * obj0 = 0 ;
10508 char *kwnames[] = {
10509 (char *) "self", NULL
10510 };
10511
10512 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_IsVertical",kwnames,&obj0)) goto fail;
10513 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10514 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10515 {
10516 PyThreadState* __tstate = wxPyBeginAllowThreads();
10517 result = (bool)((wxScrollBar const *)arg1)->IsVertical();
10518
10519 wxPyEndAllowThreads(__tstate);
10520 if (PyErr_Occurred()) SWIG_fail;
10521 }
10522 {
10523 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10524 }
10525 return resultobj;
10526 fail:
10527 return NULL;
10528 }
10529
10530
10531 static PyObject *_wrap_ScrollBar_SetThumbPosition(PyObject *, PyObject *args, PyObject *kwargs) {
10532 PyObject *resultobj;
10533 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10534 int arg2 ;
10535 PyObject * obj0 = 0 ;
10536 PyObject * obj1 = 0 ;
10537 char *kwnames[] = {
10538 (char *) "self",(char *) "viewStart", NULL
10539 };
10540
10541 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ScrollBar_SetThumbPosition",kwnames,&obj0,&obj1)) goto fail;
10542 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10543 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10544 arg2 = (int)SWIG_As_int(obj1);
10545 if (PyErr_Occurred()) SWIG_fail;
10546 {
10547 PyThreadState* __tstate = wxPyBeginAllowThreads();
10548 (arg1)->SetThumbPosition(arg2);
10549
10550 wxPyEndAllowThreads(__tstate);
10551 if (PyErr_Occurred()) SWIG_fail;
10552 }
10553 Py_INCREF(Py_None); resultobj = Py_None;
10554 return resultobj;
10555 fail:
10556 return NULL;
10557 }
10558
10559
10560 static PyObject *_wrap_ScrollBar_SetScrollbar(PyObject *, PyObject *args, PyObject *kwargs) {
10561 PyObject *resultobj;
10562 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10563 int arg2 ;
10564 int arg3 ;
10565 int arg4 ;
10566 int arg5 ;
10567 bool arg6 = (bool) True ;
10568 PyObject * obj0 = 0 ;
10569 PyObject * obj1 = 0 ;
10570 PyObject * obj2 = 0 ;
10571 PyObject * obj3 = 0 ;
10572 PyObject * obj4 = 0 ;
10573 PyObject * obj5 = 0 ;
10574 char *kwnames[] = {
10575 (char *) "self",(char *) "position",(char *) "thumbSize",(char *) "range",(char *) "pageSize",(char *) "refresh", NULL
10576 };
10577
10578 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:ScrollBar_SetScrollbar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
10579 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10580 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10581 arg2 = (int)SWIG_As_int(obj1);
10582 if (PyErr_Occurred()) SWIG_fail;
10583 arg3 = (int)SWIG_As_int(obj2);
10584 if (PyErr_Occurred()) SWIG_fail;
10585 arg4 = (int)SWIG_As_int(obj3);
10586 if (PyErr_Occurred()) SWIG_fail;
10587 arg5 = (int)SWIG_As_int(obj4);
10588 if (PyErr_Occurred()) SWIG_fail;
10589 if (obj5) {
10590 arg6 = (bool)SWIG_As_bool(obj5);
10591 if (PyErr_Occurred()) SWIG_fail;
10592 }
10593 {
10594 PyThreadState* __tstate = wxPyBeginAllowThreads();
10595 (arg1)->SetScrollbar(arg2,arg3,arg4,arg5,arg6);
10596
10597 wxPyEndAllowThreads(__tstate);
10598 if (PyErr_Occurred()) SWIG_fail;
10599 }
10600 Py_INCREF(Py_None); resultobj = Py_None;
10601 return resultobj;
10602 fail:
10603 return NULL;
10604 }
10605
10606
10607 static PyObject *_wrap_ScrollBar_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
10608 PyObject *resultobj;
10609 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
10610 wxVisualAttributes result;
10611 PyObject * obj0 = 0 ;
10612 char *kwnames[] = {
10613 (char *) "variant", NULL
10614 };
10615
10616 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ScrollBar_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
10617 if (obj0) {
10618 arg1 = (int)SWIG_As_int(obj0);
10619 if (PyErr_Occurred()) SWIG_fail;
10620 }
10621 {
10622 if (!wxPyCheckForApp()) SWIG_fail;
10623 PyThreadState* __tstate = wxPyBeginAllowThreads();
10624 result = wxScrollBar::GetClassDefaultAttributes((wxWindowVariant )arg1);
10625
10626 wxPyEndAllowThreads(__tstate);
10627 if (PyErr_Occurred()) SWIG_fail;
10628 }
10629 {
10630 wxVisualAttributes * resultptr;
10631 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
10632 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
10633 }
10634 return resultobj;
10635 fail:
10636 return NULL;
10637 }
10638
10639
10640 static PyObject * ScrollBar_swigregister(PyObject *, PyObject *args) {
10641 PyObject *obj;
10642 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10643 SWIG_TypeClientData(SWIGTYPE_p_wxScrollBar, obj);
10644 Py_INCREF(obj);
10645 return Py_BuildValue((char *)"");
10646 }
10647 static int _wrap_SPIN_BUTTON_NAME_set(PyObject *) {
10648 PyErr_SetString(PyExc_TypeError,"Variable SPIN_BUTTON_NAME is read-only.");
10649 return 1;
10650 }
10651
10652
10653 static PyObject *_wrap_SPIN_BUTTON_NAME_get() {
10654 PyObject *pyobj;
10655
10656 {
10657 #if wxUSE_UNICODE
10658 pyobj = PyUnicode_FromWideChar((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
10659 #else
10660 pyobj = PyString_FromStringAndSize((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
10661 #endif
10662 }
10663 return pyobj;
10664 }
10665
10666
10667 static int _wrap_SpinCtrlNameStr_set(PyObject *) {
10668 PyErr_SetString(PyExc_TypeError,"Variable SpinCtrlNameStr is read-only.");
10669 return 1;
10670 }
10671
10672
10673 static PyObject *_wrap_SpinCtrlNameStr_get() {
10674 PyObject *pyobj;
10675
10676 {
10677 #if wxUSE_UNICODE
10678 pyobj = PyUnicode_FromWideChar((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
10679 #else
10680 pyobj = PyString_FromStringAndSize((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
10681 #endif
10682 }
10683 return pyobj;
10684 }
10685
10686
10687 static PyObject *_wrap_new_SpinButton(PyObject *, PyObject *args, PyObject *kwargs) {
10688 PyObject *resultobj;
10689 wxWindow *arg1 = (wxWindow *) 0 ;
10690 int arg2 = (int) -1 ;
10691 wxPoint const &arg3_defvalue = wxDefaultPosition ;
10692 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
10693 wxSize const &arg4_defvalue = wxDefaultSize ;
10694 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
10695 long arg5 = (long) wxSP_HORIZONTAL ;
10696 wxString const &arg6_defvalue = wxPySPIN_BUTTON_NAME ;
10697 wxString *arg6 = (wxString *) &arg6_defvalue ;
10698 wxSpinButton *result;
10699 wxPoint temp3 ;
10700 wxSize temp4 ;
10701 bool temp6 = False ;
10702 PyObject * obj0 = 0 ;
10703 PyObject * obj1 = 0 ;
10704 PyObject * obj2 = 0 ;
10705 PyObject * obj3 = 0 ;
10706 PyObject * obj4 = 0 ;
10707 PyObject * obj5 = 0 ;
10708 char *kwnames[] = {
10709 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10710 };
10711
10712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_SpinButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
10713 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
10714 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10715 if (obj1) {
10716 arg2 = (int)SWIG_As_int(obj1);
10717 if (PyErr_Occurred()) SWIG_fail;
10718 }
10719 if (obj2) {
10720 {
10721 arg3 = &temp3;
10722 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
10723 }
10724 }
10725 if (obj3) {
10726 {
10727 arg4 = &temp4;
10728 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
10729 }
10730 }
10731 if (obj4) {
10732 arg5 = (long)SWIG_As_long(obj4);
10733 if (PyErr_Occurred()) SWIG_fail;
10734 }
10735 if (obj5) {
10736 {
10737 arg6 = wxString_in_helper(obj5);
10738 if (arg6 == NULL) SWIG_fail;
10739 temp6 = True;
10740 }
10741 }
10742 {
10743 if (!wxPyCheckForApp()) SWIG_fail;
10744 PyThreadState* __tstate = wxPyBeginAllowThreads();
10745 result = (wxSpinButton *)new wxSpinButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
10746
10747 wxPyEndAllowThreads(__tstate);
10748 if (PyErr_Occurred()) SWIG_fail;
10749 }
10750 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinButton, 1);
10751 {
10752 if (temp6)
10753 delete arg6;
10754 }
10755 return resultobj;
10756 fail:
10757 {
10758 if (temp6)
10759 delete arg6;
10760 }
10761 return NULL;
10762 }
10763
10764
10765 static PyObject *_wrap_new_PreSpinButton(PyObject *, PyObject *args, PyObject *kwargs) {
10766 PyObject *resultobj;
10767 wxSpinButton *result;
10768 char *kwnames[] = {
10769 NULL
10770 };
10771
10772 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinButton",kwnames)) goto fail;
10773 {
10774 if (!wxPyCheckForApp()) SWIG_fail;
10775 PyThreadState* __tstate = wxPyBeginAllowThreads();
10776 result = (wxSpinButton *)new wxSpinButton();
10777
10778 wxPyEndAllowThreads(__tstate);
10779 if (PyErr_Occurred()) SWIG_fail;
10780 }
10781 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinButton, 1);
10782 return resultobj;
10783 fail:
10784 return NULL;
10785 }
10786
10787
10788 static PyObject *_wrap_SpinButton_Create(PyObject *, PyObject *args, PyObject *kwargs) {
10789 PyObject *resultobj;
10790 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10791 wxWindow *arg2 = (wxWindow *) 0 ;
10792 int arg3 = (int) -1 ;
10793 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10794 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10795 wxSize const &arg5_defvalue = wxDefaultSize ;
10796 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10797 long arg6 = (long) wxSP_HORIZONTAL ;
10798 wxString const &arg7_defvalue = wxPySPIN_BUTTON_NAME ;
10799 wxString *arg7 = (wxString *) &arg7_defvalue ;
10800 bool result;
10801 wxPoint temp4 ;
10802 wxSize temp5 ;
10803 bool temp7 = False ;
10804 PyObject * obj0 = 0 ;
10805 PyObject * obj1 = 0 ;
10806 PyObject * obj2 = 0 ;
10807 PyObject * obj3 = 0 ;
10808 PyObject * obj4 = 0 ;
10809 PyObject * obj5 = 0 ;
10810 PyObject * obj6 = 0 ;
10811 char *kwnames[] = {
10812 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10813 };
10814
10815 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:SpinButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
10816 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10817 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10818 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
10819 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10820 if (obj2) {
10821 arg3 = (int)SWIG_As_int(obj2);
10822 if (PyErr_Occurred()) SWIG_fail;
10823 }
10824 if (obj3) {
10825 {
10826 arg4 = &temp4;
10827 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10828 }
10829 }
10830 if (obj4) {
10831 {
10832 arg5 = &temp5;
10833 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10834 }
10835 }
10836 if (obj5) {
10837 arg6 = (long)SWIG_As_long(obj5);
10838 if (PyErr_Occurred()) SWIG_fail;
10839 }
10840 if (obj6) {
10841 {
10842 arg7 = wxString_in_helper(obj6);
10843 if (arg7 == NULL) SWIG_fail;
10844 temp7 = True;
10845 }
10846 }
10847 {
10848 PyThreadState* __tstate = wxPyBeginAllowThreads();
10849 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
10850
10851 wxPyEndAllowThreads(__tstate);
10852 if (PyErr_Occurred()) SWIG_fail;
10853 }
10854 {
10855 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10856 }
10857 {
10858 if (temp7)
10859 delete arg7;
10860 }
10861 return resultobj;
10862 fail:
10863 {
10864 if (temp7)
10865 delete arg7;
10866 }
10867 return NULL;
10868 }
10869
10870
10871 static PyObject *_wrap_SpinButton_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
10872 PyObject *resultobj;
10873 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10874 int result;
10875 PyObject * obj0 = 0 ;
10876 char *kwnames[] = {
10877 (char *) "self", NULL
10878 };
10879
10880 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetValue",kwnames,&obj0)) goto fail;
10881 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10882 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10883 {
10884 PyThreadState* __tstate = wxPyBeginAllowThreads();
10885 result = (int)((wxSpinButton const *)arg1)->GetValue();
10886
10887 wxPyEndAllowThreads(__tstate);
10888 if (PyErr_Occurred()) SWIG_fail;
10889 }
10890 resultobj = SWIG_From_int((int)result);
10891 return resultobj;
10892 fail:
10893 return NULL;
10894 }
10895
10896
10897 static PyObject *_wrap_SpinButton_GetMin(PyObject *, PyObject *args, PyObject *kwargs) {
10898 PyObject *resultobj;
10899 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10900 int result;
10901 PyObject * obj0 = 0 ;
10902 char *kwnames[] = {
10903 (char *) "self", NULL
10904 };
10905
10906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMin",kwnames,&obj0)) goto fail;
10907 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10908 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10909 {
10910 PyThreadState* __tstate = wxPyBeginAllowThreads();
10911 result = (int)((wxSpinButton const *)arg1)->GetMin();
10912
10913 wxPyEndAllowThreads(__tstate);
10914 if (PyErr_Occurred()) SWIG_fail;
10915 }
10916 resultobj = SWIG_From_int((int)result);
10917 return resultobj;
10918 fail:
10919 return NULL;
10920 }
10921
10922
10923 static PyObject *_wrap_SpinButton_GetMax(PyObject *, PyObject *args, PyObject *kwargs) {
10924 PyObject *resultobj;
10925 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10926 int result;
10927 PyObject * obj0 = 0 ;
10928 char *kwnames[] = {
10929 (char *) "self", NULL
10930 };
10931
10932 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMax",kwnames,&obj0)) goto fail;
10933 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10934 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10935 {
10936 PyThreadState* __tstate = wxPyBeginAllowThreads();
10937 result = (int)((wxSpinButton const *)arg1)->GetMax();
10938
10939 wxPyEndAllowThreads(__tstate);
10940 if (PyErr_Occurred()) SWIG_fail;
10941 }
10942 resultobj = SWIG_From_int((int)result);
10943 return resultobj;
10944 fail:
10945 return NULL;
10946 }
10947
10948
10949 static PyObject *_wrap_SpinButton_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
10950 PyObject *resultobj;
10951 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10952 int arg2 ;
10953 PyObject * obj0 = 0 ;
10954 PyObject * obj1 = 0 ;
10955 char *kwnames[] = {
10956 (char *) "self",(char *) "val", NULL
10957 };
10958
10959 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
10960 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10961 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10962 arg2 = (int)SWIG_As_int(obj1);
10963 if (PyErr_Occurred()) SWIG_fail;
10964 {
10965 PyThreadState* __tstate = wxPyBeginAllowThreads();
10966 (arg1)->SetValue(arg2);
10967
10968 wxPyEndAllowThreads(__tstate);
10969 if (PyErr_Occurred()) SWIG_fail;
10970 }
10971 Py_INCREF(Py_None); resultobj = Py_None;
10972 return resultobj;
10973 fail:
10974 return NULL;
10975 }
10976
10977
10978 static PyObject *_wrap_SpinButton_SetMin(PyObject *, PyObject *args, PyObject *kwargs) {
10979 PyObject *resultobj;
10980 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10981 int arg2 ;
10982 PyObject * obj0 = 0 ;
10983 PyObject * obj1 = 0 ;
10984 char *kwnames[] = {
10985 (char *) "self",(char *) "minVal", NULL
10986 };
10987
10988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMin",kwnames,&obj0,&obj1)) goto fail;
10989 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10990 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10991 arg2 = (int)SWIG_As_int(obj1);
10992 if (PyErr_Occurred()) SWIG_fail;
10993 {
10994 PyThreadState* __tstate = wxPyBeginAllowThreads();
10995 (arg1)->SetMin(arg2);
10996
10997 wxPyEndAllowThreads(__tstate);
10998 if (PyErr_Occurred()) SWIG_fail;
10999 }
11000 Py_INCREF(Py_None); resultobj = Py_None;
11001 return resultobj;
11002 fail:
11003 return NULL;
11004 }
11005
11006
11007 static PyObject *_wrap_SpinButton_SetMax(PyObject *, PyObject *args, PyObject *kwargs) {
11008 PyObject *resultobj;
11009 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
11010 int arg2 ;
11011 PyObject * obj0 = 0 ;
11012 PyObject * obj1 = 0 ;
11013 char *kwnames[] = {
11014 (char *) "self",(char *) "maxVal", NULL
11015 };
11016
11017 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMax",kwnames,&obj0,&obj1)) goto fail;
11018 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
11019 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11020 arg2 = (int)SWIG_As_int(obj1);
11021 if (PyErr_Occurred()) SWIG_fail;
11022 {
11023 PyThreadState* __tstate = wxPyBeginAllowThreads();
11024 (arg1)->SetMax(arg2);
11025
11026 wxPyEndAllowThreads(__tstate);
11027 if (PyErr_Occurred()) SWIG_fail;
11028 }
11029 Py_INCREF(Py_None); resultobj = Py_None;
11030 return resultobj;
11031 fail:
11032 return NULL;
11033 }
11034
11035
11036 static PyObject *_wrap_SpinButton_SetRange(PyObject *, PyObject *args, PyObject *kwargs) {
11037 PyObject *resultobj;
11038 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
11039 int arg2 ;
11040 int arg3 ;
11041 PyObject * obj0 = 0 ;
11042 PyObject * obj1 = 0 ;
11043 PyObject * obj2 = 0 ;
11044 char *kwnames[] = {
11045 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
11046 };
11047
11048 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinButton_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
11049 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
11050 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11051 arg2 = (int)SWIG_As_int(obj1);
11052 if (PyErr_Occurred()) SWIG_fail;
11053 arg3 = (int)SWIG_As_int(obj2);
11054 if (PyErr_Occurred()) SWIG_fail;
11055 {
11056 PyThreadState* __tstate = wxPyBeginAllowThreads();
11057 (arg1)->SetRange(arg2,arg3);
11058
11059 wxPyEndAllowThreads(__tstate);
11060 if (PyErr_Occurred()) SWIG_fail;
11061 }
11062 Py_INCREF(Py_None); resultobj = Py_None;
11063 return resultobj;
11064 fail:
11065 return NULL;
11066 }
11067
11068
11069 static PyObject *_wrap_SpinButton_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
11070 PyObject *resultobj;
11071 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
11072 bool result;
11073 PyObject * obj0 = 0 ;
11074 char *kwnames[] = {
11075 (char *) "self", NULL
11076 };
11077
11078 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_IsVertical",kwnames,&obj0)) goto fail;
11079 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
11080 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11081 {
11082 PyThreadState* __tstate = wxPyBeginAllowThreads();
11083 result = (bool)((wxSpinButton const *)arg1)->IsVertical();
11084
11085 wxPyEndAllowThreads(__tstate);
11086 if (PyErr_Occurred()) SWIG_fail;
11087 }
11088 {
11089 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11090 }
11091 return resultobj;
11092 fail:
11093 return NULL;
11094 }
11095
11096
11097 static PyObject *_wrap_SpinButton_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
11098 PyObject *resultobj;
11099 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
11100 wxVisualAttributes result;
11101 PyObject * obj0 = 0 ;
11102 char *kwnames[] = {
11103 (char *) "variant", NULL
11104 };
11105
11106 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:SpinButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
11107 if (obj0) {
11108 arg1 = (int)SWIG_As_int(obj0);
11109 if (PyErr_Occurred()) SWIG_fail;
11110 }
11111 {
11112 if (!wxPyCheckForApp()) SWIG_fail;
11113 PyThreadState* __tstate = wxPyBeginAllowThreads();
11114 result = wxSpinButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
11115
11116 wxPyEndAllowThreads(__tstate);
11117 if (PyErr_Occurred()) SWIG_fail;
11118 }
11119 {
11120 wxVisualAttributes * resultptr;
11121 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
11122 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
11123 }
11124 return resultobj;
11125 fail:
11126 return NULL;
11127 }
11128
11129
11130 static PyObject * SpinButton_swigregister(PyObject *, PyObject *args) {
11131 PyObject *obj;
11132 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11133 SWIG_TypeClientData(SWIGTYPE_p_wxSpinButton, obj);
11134 Py_INCREF(obj);
11135 return Py_BuildValue((char *)"");
11136 }
11137 static PyObject *_wrap_new_SpinCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
11138 PyObject *resultobj;
11139 wxWindow *arg1 = (wxWindow *) 0 ;
11140 int arg2 = (int) -1 ;
11141 wxString const &arg3_defvalue = wxPyEmptyString ;
11142 wxString *arg3 = (wxString *) &arg3_defvalue ;
11143 wxPoint const &arg4_defvalue = wxDefaultPosition ;
11144 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
11145 wxSize const &arg5_defvalue = wxDefaultSize ;
11146 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
11147 long arg6 = (long) wxSP_ARROW_KEYS ;
11148 int arg7 = (int) 0 ;
11149 int arg8 = (int) 100 ;
11150 int arg9 = (int) 0 ;
11151 wxString const &arg10_defvalue = wxPySpinCtrlNameStr ;
11152 wxString *arg10 = (wxString *) &arg10_defvalue ;
11153 wxSpinCtrl *result;
11154 bool temp3 = False ;
11155 wxPoint temp4 ;
11156 wxSize temp5 ;
11157 bool temp10 = False ;
11158 PyObject * obj0 = 0 ;
11159 PyObject * obj1 = 0 ;
11160 PyObject * obj2 = 0 ;
11161 PyObject * obj3 = 0 ;
11162 PyObject * obj4 = 0 ;
11163 PyObject * obj5 = 0 ;
11164 PyObject * obj6 = 0 ;
11165 PyObject * obj7 = 0 ;
11166 PyObject * obj8 = 0 ;
11167 PyObject * obj9 = 0 ;
11168 char *kwnames[] = {
11169 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11170 };
11171
11172 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_SpinCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11173 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
11174 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11175 if (obj1) {
11176 arg2 = (int)SWIG_As_int(obj1);
11177 if (PyErr_Occurred()) SWIG_fail;
11178 }
11179 if (obj2) {
11180 {
11181 arg3 = wxString_in_helper(obj2);
11182 if (arg3 == NULL) SWIG_fail;
11183 temp3 = True;
11184 }
11185 }
11186 if (obj3) {
11187 {
11188 arg4 = &temp4;
11189 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11190 }
11191 }
11192 if (obj4) {
11193 {
11194 arg5 = &temp5;
11195 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11196 }
11197 }
11198 if (obj5) {
11199 arg6 = (long)SWIG_As_long(obj5);
11200 if (PyErr_Occurred()) SWIG_fail;
11201 }
11202 if (obj6) {
11203 arg7 = (int)SWIG_As_int(obj6);
11204 if (PyErr_Occurred()) SWIG_fail;
11205 }
11206 if (obj7) {
11207 arg8 = (int)SWIG_As_int(obj7);
11208 if (PyErr_Occurred()) SWIG_fail;
11209 }
11210 if (obj8) {
11211 arg9 = (int)SWIG_As_int(obj8);
11212 if (PyErr_Occurred()) SWIG_fail;
11213 }
11214 if (obj9) {
11215 {
11216 arg10 = wxString_in_helper(obj9);
11217 if (arg10 == NULL) SWIG_fail;
11218 temp10 = True;
11219 }
11220 }
11221 {
11222 if (!wxPyCheckForApp()) SWIG_fail;
11223 PyThreadState* __tstate = wxPyBeginAllowThreads();
11224 result = (wxSpinCtrl *)new wxSpinCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,arg7,arg8,arg9,(wxString const &)*arg10);
11225
11226 wxPyEndAllowThreads(__tstate);
11227 if (PyErr_Occurred()) SWIG_fail;
11228 }
11229 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinCtrl, 1);
11230 {
11231 if (temp3)
11232 delete arg3;
11233 }
11234 {
11235 if (temp10)
11236 delete arg10;
11237 }
11238 return resultobj;
11239 fail:
11240 {
11241 if (temp3)
11242 delete arg3;
11243 }
11244 {
11245 if (temp10)
11246 delete arg10;
11247 }
11248 return NULL;
11249 }
11250
11251
11252 static PyObject *_wrap_new_PreSpinCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
11253 PyObject *resultobj;
11254 wxSpinCtrl *result;
11255 char *kwnames[] = {
11256 NULL
11257 };
11258
11259 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinCtrl",kwnames)) goto fail;
11260 {
11261 if (!wxPyCheckForApp()) SWIG_fail;
11262 PyThreadState* __tstate = wxPyBeginAllowThreads();
11263 result = (wxSpinCtrl *)new wxSpinCtrl();
11264
11265 wxPyEndAllowThreads(__tstate);
11266 if (PyErr_Occurred()) SWIG_fail;
11267 }
11268 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinCtrl, 1);
11269 return resultobj;
11270 fail:
11271 return NULL;
11272 }
11273
11274
11275 static PyObject *_wrap_SpinCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
11276 PyObject *resultobj;
11277 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11278 wxWindow *arg2 = (wxWindow *) 0 ;
11279 int arg3 = (int) -1 ;
11280 wxString const &arg4_defvalue = wxPyEmptyString ;
11281 wxString *arg4 = (wxString *) &arg4_defvalue ;
11282 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11283 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11284 wxSize const &arg6_defvalue = wxDefaultSize ;
11285 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11286 long arg7 = (long) wxSP_ARROW_KEYS ;
11287 int arg8 = (int) 0 ;
11288 int arg9 = (int) 100 ;
11289 int arg10 = (int) 0 ;
11290 wxString const &arg11_defvalue = wxPySpinCtrlNameStr ;
11291 wxString *arg11 = (wxString *) &arg11_defvalue ;
11292 bool result;
11293 bool temp4 = False ;
11294 wxPoint temp5 ;
11295 wxSize temp6 ;
11296 bool temp11 = False ;
11297 PyObject * obj0 = 0 ;
11298 PyObject * obj1 = 0 ;
11299 PyObject * obj2 = 0 ;
11300 PyObject * obj3 = 0 ;
11301 PyObject * obj4 = 0 ;
11302 PyObject * obj5 = 0 ;
11303 PyObject * obj6 = 0 ;
11304 PyObject * obj7 = 0 ;
11305 PyObject * obj8 = 0 ;
11306 PyObject * obj9 = 0 ;
11307 PyObject * obj10 = 0 ;
11308 char *kwnames[] = {
11309 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11310 };
11311
11312 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:SpinCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11313 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11314 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11315 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
11316 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11317 if (obj2) {
11318 arg3 = (int)SWIG_As_int(obj2);
11319 if (PyErr_Occurred()) SWIG_fail;
11320 }
11321 if (obj3) {
11322 {
11323 arg4 = wxString_in_helper(obj3);
11324 if (arg4 == NULL) SWIG_fail;
11325 temp4 = True;
11326 }
11327 }
11328 if (obj4) {
11329 {
11330 arg5 = &temp5;
11331 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
11332 }
11333 }
11334 if (obj5) {
11335 {
11336 arg6 = &temp6;
11337 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
11338 }
11339 }
11340 if (obj6) {
11341 arg7 = (long)SWIG_As_long(obj6);
11342 if (PyErr_Occurred()) SWIG_fail;
11343 }
11344 if (obj7) {
11345 arg8 = (int)SWIG_As_int(obj7);
11346 if (PyErr_Occurred()) SWIG_fail;
11347 }
11348 if (obj8) {
11349 arg9 = (int)SWIG_As_int(obj8);
11350 if (PyErr_Occurred()) SWIG_fail;
11351 }
11352 if (obj9) {
11353 arg10 = (int)SWIG_As_int(obj9);
11354 if (PyErr_Occurred()) SWIG_fail;
11355 }
11356 if (obj10) {
11357 {
11358 arg11 = wxString_in_helper(obj10);
11359 if (arg11 == NULL) SWIG_fail;
11360 temp11 = True;
11361 }
11362 }
11363 {
11364 PyThreadState* __tstate = wxPyBeginAllowThreads();
11365 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,arg8,arg9,arg10,(wxString const &)*arg11);
11366
11367 wxPyEndAllowThreads(__tstate);
11368 if (PyErr_Occurred()) SWIG_fail;
11369 }
11370 {
11371 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11372 }
11373 {
11374 if (temp4)
11375 delete arg4;
11376 }
11377 {
11378 if (temp11)
11379 delete arg11;
11380 }
11381 return resultobj;
11382 fail:
11383 {
11384 if (temp4)
11385 delete arg4;
11386 }
11387 {
11388 if (temp11)
11389 delete arg11;
11390 }
11391 return NULL;
11392 }
11393
11394
11395 static PyObject *_wrap_SpinCtrl_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
11396 PyObject *resultobj;
11397 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11398 int result;
11399 PyObject * obj0 = 0 ;
11400 char *kwnames[] = {
11401 (char *) "self", NULL
11402 };
11403
11404 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetValue",kwnames,&obj0)) goto fail;
11405 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11406 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11407 {
11408 PyThreadState* __tstate = wxPyBeginAllowThreads();
11409 result = (int)((wxSpinCtrl const *)arg1)->GetValue();
11410
11411 wxPyEndAllowThreads(__tstate);
11412 if (PyErr_Occurred()) SWIG_fail;
11413 }
11414 resultobj = SWIG_From_int((int)result);
11415 return resultobj;
11416 fail:
11417 return NULL;
11418 }
11419
11420
11421 static PyObject *_wrap_SpinCtrl_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
11422 PyObject *resultobj;
11423 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11424 int arg2 ;
11425 PyObject * obj0 = 0 ;
11426 PyObject * obj1 = 0 ;
11427 char *kwnames[] = {
11428 (char *) "self",(char *) "value", NULL
11429 };
11430
11431 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
11432 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11433 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11434 arg2 = (int)SWIG_As_int(obj1);
11435 if (PyErr_Occurred()) SWIG_fail;
11436 {
11437 PyThreadState* __tstate = wxPyBeginAllowThreads();
11438 (arg1)->SetValue(arg2);
11439
11440 wxPyEndAllowThreads(__tstate);
11441 if (PyErr_Occurred()) SWIG_fail;
11442 }
11443 Py_INCREF(Py_None); resultobj = Py_None;
11444 return resultobj;
11445 fail:
11446 return NULL;
11447 }
11448
11449
11450 static PyObject *_wrap_SpinCtrl_SetValueString(PyObject *, PyObject *args, PyObject *kwargs) {
11451 PyObject *resultobj;
11452 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11453 wxString *arg2 = 0 ;
11454 bool temp2 = False ;
11455 PyObject * obj0 = 0 ;
11456 PyObject * obj1 = 0 ;
11457 char *kwnames[] = {
11458 (char *) "self",(char *) "text", NULL
11459 };
11460
11461 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValueString",kwnames,&obj0,&obj1)) goto fail;
11462 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11463 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11464 {
11465 arg2 = wxString_in_helper(obj1);
11466 if (arg2 == NULL) SWIG_fail;
11467 temp2 = True;
11468 }
11469 {
11470 PyThreadState* __tstate = wxPyBeginAllowThreads();
11471 (arg1)->SetValue((wxString const &)*arg2);
11472
11473 wxPyEndAllowThreads(__tstate);
11474 if (PyErr_Occurred()) SWIG_fail;
11475 }
11476 Py_INCREF(Py_None); resultobj = Py_None;
11477 {
11478 if (temp2)
11479 delete arg2;
11480 }
11481 return resultobj;
11482 fail:
11483 {
11484 if (temp2)
11485 delete arg2;
11486 }
11487 return NULL;
11488 }
11489
11490
11491 static PyObject *_wrap_SpinCtrl_SetRange(PyObject *, PyObject *args, PyObject *kwargs) {
11492 PyObject *resultobj;
11493 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11494 int arg2 ;
11495 int arg3 ;
11496 PyObject * obj0 = 0 ;
11497 PyObject * obj1 = 0 ;
11498 PyObject * obj2 = 0 ;
11499 char *kwnames[] = {
11500 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
11501 };
11502
11503 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
11504 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11505 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11506 arg2 = (int)SWIG_As_int(obj1);
11507 if (PyErr_Occurred()) SWIG_fail;
11508 arg3 = (int)SWIG_As_int(obj2);
11509 if (PyErr_Occurred()) SWIG_fail;
11510 {
11511 PyThreadState* __tstate = wxPyBeginAllowThreads();
11512 (arg1)->SetRange(arg2,arg3);
11513
11514 wxPyEndAllowThreads(__tstate);
11515 if (PyErr_Occurred()) SWIG_fail;
11516 }
11517 Py_INCREF(Py_None); resultobj = Py_None;
11518 return resultobj;
11519 fail:
11520 return NULL;
11521 }
11522
11523
11524 static PyObject *_wrap_SpinCtrl_GetMin(PyObject *, PyObject *args, PyObject *kwargs) {
11525 PyObject *resultobj;
11526 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11527 int result;
11528 PyObject * obj0 = 0 ;
11529 char *kwnames[] = {
11530 (char *) "self", NULL
11531 };
11532
11533 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMin",kwnames,&obj0)) goto fail;
11534 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11535 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11536 {
11537 PyThreadState* __tstate = wxPyBeginAllowThreads();
11538 result = (int)((wxSpinCtrl const *)arg1)->GetMin();
11539
11540 wxPyEndAllowThreads(__tstate);
11541 if (PyErr_Occurred()) SWIG_fail;
11542 }
11543 resultobj = SWIG_From_int((int)result);
11544 return resultobj;
11545 fail:
11546 return NULL;
11547 }
11548
11549
11550 static PyObject *_wrap_SpinCtrl_GetMax(PyObject *, PyObject *args, PyObject *kwargs) {
11551 PyObject *resultobj;
11552 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11553 int result;
11554 PyObject * obj0 = 0 ;
11555 char *kwnames[] = {
11556 (char *) "self", NULL
11557 };
11558
11559 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMax",kwnames,&obj0)) goto fail;
11560 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11561 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11562 {
11563 PyThreadState* __tstate = wxPyBeginAllowThreads();
11564 result = (int)((wxSpinCtrl const *)arg1)->GetMax();
11565
11566 wxPyEndAllowThreads(__tstate);
11567 if (PyErr_Occurred()) SWIG_fail;
11568 }
11569 resultobj = SWIG_From_int((int)result);
11570 return resultobj;
11571 fail:
11572 return NULL;
11573 }
11574
11575
11576 static PyObject *_wrap_SpinCtrl_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
11577 PyObject *resultobj;
11578 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11579 long arg2 ;
11580 long arg3 ;
11581 PyObject * obj0 = 0 ;
11582 PyObject * obj1 = 0 ;
11583 PyObject * obj2 = 0 ;
11584 char *kwnames[] = {
11585 (char *) "self",(char *) "from",(char *) "to", NULL
11586 };
11587
11588 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
11589 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11590 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11591 arg2 = (long)SWIG_As_long(obj1);
11592 if (PyErr_Occurred()) SWIG_fail;
11593 arg3 = (long)SWIG_As_long(obj2);
11594 if (PyErr_Occurred()) SWIG_fail;
11595 {
11596 PyThreadState* __tstate = wxPyBeginAllowThreads();
11597 (arg1)->SetSelection(arg2,arg3);
11598
11599 wxPyEndAllowThreads(__tstate);
11600 if (PyErr_Occurred()) SWIG_fail;
11601 }
11602 Py_INCREF(Py_None); resultobj = Py_None;
11603 return resultobj;
11604 fail:
11605 return NULL;
11606 }
11607
11608
11609 static PyObject *_wrap_SpinCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
11610 PyObject *resultobj;
11611 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
11612 wxVisualAttributes result;
11613 PyObject * obj0 = 0 ;
11614 char *kwnames[] = {
11615 (char *) "variant", NULL
11616 };
11617
11618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:SpinCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
11619 if (obj0) {
11620 arg1 = (int)SWIG_As_int(obj0);
11621 if (PyErr_Occurred()) SWIG_fail;
11622 }
11623 {
11624 if (!wxPyCheckForApp()) SWIG_fail;
11625 PyThreadState* __tstate = wxPyBeginAllowThreads();
11626 result = wxSpinCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
11627
11628 wxPyEndAllowThreads(__tstate);
11629 if (PyErr_Occurred()) SWIG_fail;
11630 }
11631 {
11632 wxVisualAttributes * resultptr;
11633 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
11634 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
11635 }
11636 return resultobj;
11637 fail:
11638 return NULL;
11639 }
11640
11641
11642 static PyObject * SpinCtrl_swigregister(PyObject *, PyObject *args) {
11643 PyObject *obj;
11644 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11645 SWIG_TypeClientData(SWIGTYPE_p_wxSpinCtrl, obj);
11646 Py_INCREF(obj);
11647 return Py_BuildValue((char *)"");
11648 }
11649 static PyObject *_wrap_new_SpinEvent(PyObject *, PyObject *args, PyObject *kwargs) {
11650 PyObject *resultobj;
11651 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
11652 int arg2 = (int) 0 ;
11653 wxSpinEvent *result;
11654 PyObject * obj0 = 0 ;
11655 PyObject * obj1 = 0 ;
11656 char *kwnames[] = {
11657 (char *) "commandType",(char *) "winid", NULL
11658 };
11659
11660 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_SpinEvent",kwnames,&obj0,&obj1)) goto fail;
11661 if (obj0) {
11662 arg1 = (wxEventType)SWIG_As_int(obj0);
11663 if (PyErr_Occurred()) SWIG_fail;
11664 }
11665 if (obj1) {
11666 arg2 = (int)SWIG_As_int(obj1);
11667 if (PyErr_Occurred()) SWIG_fail;
11668 }
11669 {
11670 PyThreadState* __tstate = wxPyBeginAllowThreads();
11671 result = (wxSpinEvent *)new wxSpinEvent(arg1,arg2);
11672
11673 wxPyEndAllowThreads(__tstate);
11674 if (PyErr_Occurred()) SWIG_fail;
11675 }
11676 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinEvent, 1);
11677 return resultobj;
11678 fail:
11679 return NULL;
11680 }
11681
11682
11683 static PyObject *_wrap_SpinEvent_GetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
11684 PyObject *resultobj;
11685 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
11686 int result;
11687 PyObject * obj0 = 0 ;
11688 char *kwnames[] = {
11689 (char *) "self", NULL
11690 };
11691
11692 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinEvent_GetPosition",kwnames,&obj0)) goto fail;
11693 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinEvent,
11694 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11695 {
11696 PyThreadState* __tstate = wxPyBeginAllowThreads();
11697 result = (int)((wxSpinEvent const *)arg1)->GetPosition();
11698
11699 wxPyEndAllowThreads(__tstate);
11700 if (PyErr_Occurred()) SWIG_fail;
11701 }
11702 resultobj = SWIG_From_int((int)result);
11703 return resultobj;
11704 fail:
11705 return NULL;
11706 }
11707
11708
11709 static PyObject *_wrap_SpinEvent_SetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
11710 PyObject *resultobj;
11711 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
11712 int arg2 ;
11713 PyObject * obj0 = 0 ;
11714 PyObject * obj1 = 0 ;
11715 char *kwnames[] = {
11716 (char *) "self",(char *) "pos", NULL
11717 };
11718
11719 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
11720 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinEvent,
11721 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11722 arg2 = (int)SWIG_As_int(obj1);
11723 if (PyErr_Occurred()) SWIG_fail;
11724 {
11725 PyThreadState* __tstate = wxPyBeginAllowThreads();
11726 (arg1)->SetPosition(arg2);
11727
11728 wxPyEndAllowThreads(__tstate);
11729 if (PyErr_Occurred()) SWIG_fail;
11730 }
11731 Py_INCREF(Py_None); resultobj = Py_None;
11732 return resultobj;
11733 fail:
11734 return NULL;
11735 }
11736
11737
11738 static PyObject * SpinEvent_swigregister(PyObject *, PyObject *args) {
11739 PyObject *obj;
11740 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11741 SWIG_TypeClientData(SWIGTYPE_p_wxSpinEvent, obj);
11742 Py_INCREF(obj);
11743 return Py_BuildValue((char *)"");
11744 }
11745 static int _wrap_RadioBoxNameStr_set(PyObject *) {
11746 PyErr_SetString(PyExc_TypeError,"Variable RadioBoxNameStr is read-only.");
11747 return 1;
11748 }
11749
11750
11751 static PyObject *_wrap_RadioBoxNameStr_get() {
11752 PyObject *pyobj;
11753
11754 {
11755 #if wxUSE_UNICODE
11756 pyobj = PyUnicode_FromWideChar((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
11757 #else
11758 pyobj = PyString_FromStringAndSize((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
11759 #endif
11760 }
11761 return pyobj;
11762 }
11763
11764
11765 static int _wrap_RadioButtonNameStr_set(PyObject *) {
11766 PyErr_SetString(PyExc_TypeError,"Variable RadioButtonNameStr is read-only.");
11767 return 1;
11768 }
11769
11770
11771 static PyObject *_wrap_RadioButtonNameStr_get() {
11772 PyObject *pyobj;
11773
11774 {
11775 #if wxUSE_UNICODE
11776 pyobj = PyUnicode_FromWideChar((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
11777 #else
11778 pyobj = PyString_FromStringAndSize((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
11779 #endif
11780 }
11781 return pyobj;
11782 }
11783
11784
11785 static PyObject *_wrap_new_RadioBox(PyObject *, PyObject *args, PyObject *kwargs) {
11786 PyObject *resultobj;
11787 wxWindow *arg1 = (wxWindow *) 0 ;
11788 int arg2 = (int) -1 ;
11789 wxString const &arg3_defvalue = wxPyEmptyString ;
11790 wxString *arg3 = (wxString *) &arg3_defvalue ;
11791 wxPoint const &arg4_defvalue = wxDefaultPosition ;
11792 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
11793 wxSize const &arg5_defvalue = wxDefaultSize ;
11794 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
11795 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
11796 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
11797 int arg7 = (int) 0 ;
11798 long arg8 = (long) wxRA_HORIZONTAL ;
11799 wxValidator const &arg9_defvalue = wxDefaultValidator ;
11800 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
11801 wxString const &arg10_defvalue = wxPyRadioBoxNameStr ;
11802 wxString *arg10 = (wxString *) &arg10_defvalue ;
11803 wxRadioBox *result;
11804 bool temp3 = False ;
11805 wxPoint temp4 ;
11806 wxSize temp5 ;
11807 bool temp6 = False ;
11808 bool temp10 = False ;
11809 PyObject * obj0 = 0 ;
11810 PyObject * obj1 = 0 ;
11811 PyObject * obj2 = 0 ;
11812 PyObject * obj3 = 0 ;
11813 PyObject * obj4 = 0 ;
11814 PyObject * obj5 = 0 ;
11815 PyObject * obj6 = 0 ;
11816 PyObject * obj7 = 0 ;
11817 PyObject * obj8 = 0 ;
11818 PyObject * obj9 = 0 ;
11819 char *kwnames[] = {
11820 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11821 };
11822
11823 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_RadioBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11824 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
11825 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11826 if (obj1) {
11827 arg2 = (int)SWIG_As_int(obj1);
11828 if (PyErr_Occurred()) SWIG_fail;
11829 }
11830 if (obj2) {
11831 {
11832 arg3 = wxString_in_helper(obj2);
11833 if (arg3 == NULL) SWIG_fail;
11834 temp3 = True;
11835 }
11836 }
11837 if (obj3) {
11838 {
11839 arg4 = &temp4;
11840 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11841 }
11842 }
11843 if (obj4) {
11844 {
11845 arg5 = &temp5;
11846 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11847 }
11848 }
11849 if (obj5) {
11850 {
11851 if (! PySequence_Check(obj5)) {
11852 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
11853 SWIG_fail;
11854 }
11855 arg6 = new wxArrayString;
11856 temp6 = True;
11857 int i, len=PySequence_Length(obj5);
11858 for (i=0; i<len; i++) {
11859 PyObject* item = PySequence_GetItem(obj5, i);
11860 #if wxUSE_UNICODE
11861 PyObject* str = PyObject_Unicode(item);
11862 #else
11863 PyObject* str = PyObject_Str(item);
11864 #endif
11865 if (PyErr_Occurred()) SWIG_fail;
11866 arg6->Add(Py2wxString(str));
11867 Py_DECREF(item);
11868 Py_DECREF(str);
11869 }
11870 }
11871 }
11872 if (obj6) {
11873 arg7 = (int)SWIG_As_int(obj6);
11874 if (PyErr_Occurred()) SWIG_fail;
11875 }
11876 if (obj7) {
11877 arg8 = (long)SWIG_As_long(obj7);
11878 if (PyErr_Occurred()) SWIG_fail;
11879 }
11880 if (obj8) {
11881 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
11882 SWIG_POINTER_EXCEPTION | 0)) == -1)
11883 SWIG_fail;
11884 if (arg9 == NULL) {
11885 PyErr_SetString(PyExc_TypeError,"null reference");
11886 SWIG_fail;
11887 }
11888 }
11889 if (obj9) {
11890 {
11891 arg10 = wxString_in_helper(obj9);
11892 if (arg10 == NULL) SWIG_fail;
11893 temp10 = True;
11894 }
11895 }
11896 {
11897 if (!wxPyCheckForApp()) SWIG_fail;
11898 PyThreadState* __tstate = wxPyBeginAllowThreads();
11899 result = (wxRadioBox *)new wxRadioBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,arg8,(wxValidator const &)*arg9,(wxString const &)*arg10);
11900
11901 wxPyEndAllowThreads(__tstate);
11902 if (PyErr_Occurred()) SWIG_fail;
11903 }
11904 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioBox, 1);
11905 {
11906 if (temp3)
11907 delete arg3;
11908 }
11909 {
11910 if (temp6) delete arg6;
11911 }
11912 {
11913 if (temp10)
11914 delete arg10;
11915 }
11916 return resultobj;
11917 fail:
11918 {
11919 if (temp3)
11920 delete arg3;
11921 }
11922 {
11923 if (temp6) delete arg6;
11924 }
11925 {
11926 if (temp10)
11927 delete arg10;
11928 }
11929 return NULL;
11930 }
11931
11932
11933 static PyObject *_wrap_new_PreRadioBox(PyObject *, PyObject *args, PyObject *kwargs) {
11934 PyObject *resultobj;
11935 wxRadioBox *result;
11936 char *kwnames[] = {
11937 NULL
11938 };
11939
11940 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioBox",kwnames)) goto fail;
11941 {
11942 if (!wxPyCheckForApp()) SWIG_fail;
11943 PyThreadState* __tstate = wxPyBeginAllowThreads();
11944 result = (wxRadioBox *)new wxRadioBox();
11945
11946 wxPyEndAllowThreads(__tstate);
11947 if (PyErr_Occurred()) SWIG_fail;
11948 }
11949 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioBox, 1);
11950 return resultobj;
11951 fail:
11952 return NULL;
11953 }
11954
11955
11956 static PyObject *_wrap_RadioBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
11957 PyObject *resultobj;
11958 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11959 wxWindow *arg2 = (wxWindow *) 0 ;
11960 int arg3 = (int) -1 ;
11961 wxString const &arg4_defvalue = wxPyEmptyString ;
11962 wxString *arg4 = (wxString *) &arg4_defvalue ;
11963 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11964 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11965 wxSize const &arg6_defvalue = wxDefaultSize ;
11966 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11967 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
11968 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
11969 int arg8 = (int) 0 ;
11970 long arg9 = (long) wxRA_HORIZONTAL ;
11971 wxValidator const &arg10_defvalue = wxDefaultValidator ;
11972 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
11973 wxString const &arg11_defvalue = wxPyRadioBoxNameStr ;
11974 wxString *arg11 = (wxString *) &arg11_defvalue ;
11975 bool result;
11976 bool temp4 = False ;
11977 wxPoint temp5 ;
11978 wxSize temp6 ;
11979 bool temp7 = False ;
11980 bool temp11 = False ;
11981 PyObject * obj0 = 0 ;
11982 PyObject * obj1 = 0 ;
11983 PyObject * obj2 = 0 ;
11984 PyObject * obj3 = 0 ;
11985 PyObject * obj4 = 0 ;
11986 PyObject * obj5 = 0 ;
11987 PyObject * obj6 = 0 ;
11988 PyObject * obj7 = 0 ;
11989 PyObject * obj8 = 0 ;
11990 PyObject * obj9 = 0 ;
11991 PyObject * obj10 = 0 ;
11992 char *kwnames[] = {
11993 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11994 };
11995
11996 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:RadioBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11997 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
11998 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11999 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
12000 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12001 if (obj2) {
12002 arg3 = (int)SWIG_As_int(obj2);
12003 if (PyErr_Occurred()) SWIG_fail;
12004 }
12005 if (obj3) {
12006 {
12007 arg4 = wxString_in_helper(obj3);
12008 if (arg4 == NULL) SWIG_fail;
12009 temp4 = True;
12010 }
12011 }
12012 if (obj4) {
12013 {
12014 arg5 = &temp5;
12015 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
12016 }
12017 }
12018 if (obj5) {
12019 {
12020 arg6 = &temp6;
12021 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
12022 }
12023 }
12024 if (obj6) {
12025 {
12026 if (! PySequence_Check(obj6)) {
12027 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
12028 SWIG_fail;
12029 }
12030 arg7 = new wxArrayString;
12031 temp7 = True;
12032 int i, len=PySequence_Length(obj6);
12033 for (i=0; i<len; i++) {
12034 PyObject* item = PySequence_GetItem(obj6, i);
12035 #if wxUSE_UNICODE
12036 PyObject* str = PyObject_Unicode(item);
12037 #else
12038 PyObject* str = PyObject_Str(item);
12039 #endif
12040 if (PyErr_Occurred()) SWIG_fail;
12041 arg7->Add(Py2wxString(str));
12042 Py_DECREF(item);
12043 Py_DECREF(str);
12044 }
12045 }
12046 }
12047 if (obj7) {
12048 arg8 = (int)SWIG_As_int(obj7);
12049 if (PyErr_Occurred()) SWIG_fail;
12050 }
12051 if (obj8) {
12052 arg9 = (long)SWIG_As_long(obj8);
12053 if (PyErr_Occurred()) SWIG_fail;
12054 }
12055 if (obj9) {
12056 if ((SWIG_ConvertPtr(obj9,(void **)(&arg10),SWIGTYPE_p_wxValidator,
12057 SWIG_POINTER_EXCEPTION | 0)) == -1)
12058 SWIG_fail;
12059 if (arg10 == NULL) {
12060 PyErr_SetString(PyExc_TypeError,"null reference");
12061 SWIG_fail;
12062 }
12063 }
12064 if (obj10) {
12065 {
12066 arg11 = wxString_in_helper(obj10);
12067 if (arg11 == NULL) SWIG_fail;
12068 temp11 = True;
12069 }
12070 }
12071 {
12072 PyThreadState* __tstate = wxPyBeginAllowThreads();
12073 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,(wxArrayString const &)*arg7,arg8,arg9,(wxValidator const &)*arg10,(wxString const &)*arg11);
12074
12075 wxPyEndAllowThreads(__tstate);
12076 if (PyErr_Occurred()) SWIG_fail;
12077 }
12078 {
12079 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12080 }
12081 {
12082 if (temp4)
12083 delete arg4;
12084 }
12085 {
12086 if (temp7) delete arg7;
12087 }
12088 {
12089 if (temp11)
12090 delete arg11;
12091 }
12092 return resultobj;
12093 fail:
12094 {
12095 if (temp4)
12096 delete arg4;
12097 }
12098 {
12099 if (temp7) delete arg7;
12100 }
12101 {
12102 if (temp11)
12103 delete arg11;
12104 }
12105 return NULL;
12106 }
12107
12108
12109 static PyObject *_wrap_RadioBox_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
12110 PyObject *resultobj;
12111 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12112 int arg2 ;
12113 PyObject * obj0 = 0 ;
12114 PyObject * obj1 = 0 ;
12115 char *kwnames[] = {
12116 (char *) "self",(char *) "n", NULL
12117 };
12118
12119 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
12120 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12121 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12122 arg2 = (int)SWIG_As_int(obj1);
12123 if (PyErr_Occurred()) SWIG_fail;
12124 {
12125 PyThreadState* __tstate = wxPyBeginAllowThreads();
12126 (arg1)->SetSelection(arg2);
12127
12128 wxPyEndAllowThreads(__tstate);
12129 if (PyErr_Occurred()) SWIG_fail;
12130 }
12131 Py_INCREF(Py_None); resultobj = Py_None;
12132 return resultobj;
12133 fail:
12134 return NULL;
12135 }
12136
12137
12138 static PyObject *_wrap_RadioBox_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
12139 PyObject *resultobj;
12140 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12141 int result;
12142 PyObject * obj0 = 0 ;
12143 char *kwnames[] = {
12144 (char *) "self", NULL
12145 };
12146
12147 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetSelection",kwnames,&obj0)) goto fail;
12148 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12149 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12150 {
12151 PyThreadState* __tstate = wxPyBeginAllowThreads();
12152 result = (int)((wxRadioBox const *)arg1)->GetSelection();
12153
12154 wxPyEndAllowThreads(__tstate);
12155 if (PyErr_Occurred()) SWIG_fail;
12156 }
12157 resultobj = SWIG_From_int((int)result);
12158 return resultobj;
12159 fail:
12160 return NULL;
12161 }
12162
12163
12164 static PyObject *_wrap_RadioBox_GetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
12165 PyObject *resultobj;
12166 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12167 wxString result;
12168 PyObject * obj0 = 0 ;
12169 char *kwnames[] = {
12170 (char *) "self", NULL
12171 };
12172
12173 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetStringSelection",kwnames,&obj0)) goto fail;
12174 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12175 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12176 {
12177 PyThreadState* __tstate = wxPyBeginAllowThreads();
12178 result = ((wxRadioBox const *)arg1)->GetStringSelection();
12179
12180 wxPyEndAllowThreads(__tstate);
12181 if (PyErr_Occurred()) SWIG_fail;
12182 }
12183 {
12184 #if wxUSE_UNICODE
12185 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
12186 #else
12187 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
12188 #endif
12189 }
12190 return resultobj;
12191 fail:
12192 return NULL;
12193 }
12194
12195
12196 static PyObject *_wrap_RadioBox_SetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
12197 PyObject *resultobj;
12198 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12199 wxString *arg2 = 0 ;
12200 bool result;
12201 bool temp2 = False ;
12202 PyObject * obj0 = 0 ;
12203 PyObject * obj1 = 0 ;
12204 char *kwnames[] = {
12205 (char *) "self",(char *) "s", NULL
12206 };
12207
12208 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
12209 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12210 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12211 {
12212 arg2 = wxString_in_helper(obj1);
12213 if (arg2 == NULL) SWIG_fail;
12214 temp2 = True;
12215 }
12216 {
12217 PyThreadState* __tstate = wxPyBeginAllowThreads();
12218 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
12219
12220 wxPyEndAllowThreads(__tstate);
12221 if (PyErr_Occurred()) SWIG_fail;
12222 }
12223 {
12224 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12225 }
12226 {
12227 if (temp2)
12228 delete arg2;
12229 }
12230 return resultobj;
12231 fail:
12232 {
12233 if (temp2)
12234 delete arg2;
12235 }
12236 return NULL;
12237 }
12238
12239
12240 static PyObject *_wrap_RadioBox_GetCount(PyObject *, PyObject *args, PyObject *kwargs) {
12241 PyObject *resultobj;
12242 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12243 int result;
12244 PyObject * obj0 = 0 ;
12245 char *kwnames[] = {
12246 (char *) "self", NULL
12247 };
12248
12249 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetCount",kwnames,&obj0)) goto fail;
12250 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12251 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12252 {
12253 PyThreadState* __tstate = wxPyBeginAllowThreads();
12254 result = (int)((wxRadioBox const *)arg1)->GetCount();
12255
12256 wxPyEndAllowThreads(__tstate);
12257 if (PyErr_Occurred()) SWIG_fail;
12258 }
12259 resultobj = SWIG_From_int((int)result);
12260 return resultobj;
12261 fail:
12262 return NULL;
12263 }
12264
12265
12266 static PyObject *_wrap_RadioBox_FindString(PyObject *, PyObject *args, PyObject *kwargs) {
12267 PyObject *resultobj;
12268 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12269 wxString *arg2 = 0 ;
12270 int result;
12271 bool temp2 = False ;
12272 PyObject * obj0 = 0 ;
12273 PyObject * obj1 = 0 ;
12274 char *kwnames[] = {
12275 (char *) "self",(char *) "s", NULL
12276 };
12277
12278 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_FindString",kwnames,&obj0,&obj1)) goto fail;
12279 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12280 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12281 {
12282 arg2 = wxString_in_helper(obj1);
12283 if (arg2 == NULL) SWIG_fail;
12284 temp2 = True;
12285 }
12286 {
12287 PyThreadState* __tstate = wxPyBeginAllowThreads();
12288 result = (int)((wxRadioBox const *)arg1)->FindString((wxString const &)*arg2);
12289
12290 wxPyEndAllowThreads(__tstate);
12291 if (PyErr_Occurred()) SWIG_fail;
12292 }
12293 resultobj = SWIG_From_int((int)result);
12294 {
12295 if (temp2)
12296 delete arg2;
12297 }
12298 return resultobj;
12299 fail:
12300 {
12301 if (temp2)
12302 delete arg2;
12303 }
12304 return NULL;
12305 }
12306
12307
12308 static PyObject *_wrap_RadioBox_GetString(PyObject *, PyObject *args, PyObject *kwargs) {
12309 PyObject *resultobj;
12310 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12311 int arg2 ;
12312 wxString result;
12313 PyObject * obj0 = 0 ;
12314 PyObject * obj1 = 0 ;
12315 char *kwnames[] = {
12316 (char *) "self",(char *) "n", NULL
12317 };
12318
12319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_GetString",kwnames,&obj0,&obj1)) goto fail;
12320 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12321 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12322 arg2 = (int)SWIG_As_int(obj1);
12323 if (PyErr_Occurred()) SWIG_fail;
12324 {
12325 PyThreadState* __tstate = wxPyBeginAllowThreads();
12326 result = ((wxRadioBox const *)arg1)->GetString(arg2);
12327
12328 wxPyEndAllowThreads(__tstate);
12329 if (PyErr_Occurred()) SWIG_fail;
12330 }
12331 {
12332 #if wxUSE_UNICODE
12333 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
12334 #else
12335 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
12336 #endif
12337 }
12338 return resultobj;
12339 fail:
12340 return NULL;
12341 }
12342
12343
12344 static PyObject *_wrap_RadioBox_SetString(PyObject *, PyObject *args, PyObject *kwargs) {
12345 PyObject *resultobj;
12346 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12347 int arg2 ;
12348 wxString *arg3 = 0 ;
12349 bool temp3 = False ;
12350 PyObject * obj0 = 0 ;
12351 PyObject * obj1 = 0 ;
12352 PyObject * obj2 = 0 ;
12353 char *kwnames[] = {
12354 (char *) "self",(char *) "n",(char *) "label", NULL
12355 };
12356
12357 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:RadioBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
12358 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12359 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12360 arg2 = (int)SWIG_As_int(obj1);
12361 if (PyErr_Occurred()) SWIG_fail;
12362 {
12363 arg3 = wxString_in_helper(obj2);
12364 if (arg3 == NULL) SWIG_fail;
12365 temp3 = True;
12366 }
12367 {
12368 PyThreadState* __tstate = wxPyBeginAllowThreads();
12369 (arg1)->SetString(arg2,(wxString const &)*arg3);
12370
12371 wxPyEndAllowThreads(__tstate);
12372 if (PyErr_Occurred()) SWIG_fail;
12373 }
12374 Py_INCREF(Py_None); resultobj = Py_None;
12375 {
12376 if (temp3)
12377 delete arg3;
12378 }
12379 return resultobj;
12380 fail:
12381 {
12382 if (temp3)
12383 delete arg3;
12384 }
12385 return NULL;
12386 }
12387
12388
12389 static PyObject *_wrap_RadioBox_EnableItem(PyObject *, PyObject *args, PyObject *kwargs) {
12390 PyObject *resultobj;
12391 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12392 int arg2 ;
12393 bool arg3 = (bool) True ;
12394 PyObject * obj0 = 0 ;
12395 PyObject * obj1 = 0 ;
12396 PyObject * obj2 = 0 ;
12397 char *kwnames[] = {
12398 (char *) "self",(char *) "n",(char *) "enable", NULL
12399 };
12400
12401 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_EnableItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
12402 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12403 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12404 arg2 = (int)SWIG_As_int(obj1);
12405 if (PyErr_Occurred()) SWIG_fail;
12406 if (obj2) {
12407 arg3 = (bool)SWIG_As_bool(obj2);
12408 if (PyErr_Occurred()) SWIG_fail;
12409 }
12410 {
12411 PyThreadState* __tstate = wxPyBeginAllowThreads();
12412 (arg1)->Enable(arg2,arg3);
12413
12414 wxPyEndAllowThreads(__tstate);
12415 if (PyErr_Occurred()) SWIG_fail;
12416 }
12417 Py_INCREF(Py_None); resultobj = Py_None;
12418 return resultobj;
12419 fail:
12420 return NULL;
12421 }
12422
12423
12424 static PyObject *_wrap_RadioBox_ShowItem(PyObject *, PyObject *args, PyObject *kwargs) {
12425 PyObject *resultobj;
12426 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12427 int arg2 ;
12428 bool arg3 = (bool) True ;
12429 PyObject * obj0 = 0 ;
12430 PyObject * obj1 = 0 ;
12431 PyObject * obj2 = 0 ;
12432 char *kwnames[] = {
12433 (char *) "self",(char *) "n",(char *) "show", NULL
12434 };
12435
12436 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_ShowItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
12437 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12438 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12439 arg2 = (int)SWIG_As_int(obj1);
12440 if (PyErr_Occurred()) SWIG_fail;
12441 if (obj2) {
12442 arg3 = (bool)SWIG_As_bool(obj2);
12443 if (PyErr_Occurred()) SWIG_fail;
12444 }
12445 {
12446 PyThreadState* __tstate = wxPyBeginAllowThreads();
12447 (arg1)->Show(arg2,arg3);
12448
12449 wxPyEndAllowThreads(__tstate);
12450 if (PyErr_Occurred()) SWIG_fail;
12451 }
12452 Py_INCREF(Py_None); resultobj = Py_None;
12453 return resultobj;
12454 fail:
12455 return NULL;
12456 }
12457
12458
12459 static PyObject *_wrap_RadioBox_GetColumnCount(PyObject *, PyObject *args, PyObject *kwargs) {
12460 PyObject *resultobj;
12461 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12462 int result;
12463 PyObject * obj0 = 0 ;
12464 char *kwnames[] = {
12465 (char *) "self", NULL
12466 };
12467
12468 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetColumnCount",kwnames,&obj0)) goto fail;
12469 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12470 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12471 {
12472 PyThreadState* __tstate = wxPyBeginAllowThreads();
12473 result = (int)wxRadioBox_GetColumnCount((wxRadioBox const *)arg1);
12474
12475 wxPyEndAllowThreads(__tstate);
12476 if (PyErr_Occurred()) SWIG_fail;
12477 }
12478 resultobj = SWIG_From_int((int)result);
12479 return resultobj;
12480 fail:
12481 return NULL;
12482 }
12483
12484
12485 static PyObject *_wrap_RadioBox_GetRowCount(PyObject *, PyObject *args, PyObject *kwargs) {
12486 PyObject *resultobj;
12487 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12488 int result;
12489 PyObject * obj0 = 0 ;
12490 char *kwnames[] = {
12491 (char *) "self", NULL
12492 };
12493
12494 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetRowCount",kwnames,&obj0)) goto fail;
12495 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12496 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12497 {
12498 PyThreadState* __tstate = wxPyBeginAllowThreads();
12499 result = (int)wxRadioBox_GetRowCount((wxRadioBox const *)arg1);
12500
12501 wxPyEndAllowThreads(__tstate);
12502 if (PyErr_Occurred()) SWIG_fail;
12503 }
12504 resultobj = SWIG_From_int((int)result);
12505 return resultobj;
12506 fail:
12507 return NULL;
12508 }
12509
12510
12511 static PyObject *_wrap_RadioBox_GetNextItem(PyObject *, PyObject *args, PyObject *kwargs) {
12512 PyObject *resultobj;
12513 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12514 int arg2 ;
12515 int arg3 ;
12516 long arg4 ;
12517 int result;
12518 PyObject * obj0 = 0 ;
12519 PyObject * obj1 = 0 ;
12520 PyObject * obj2 = 0 ;
12521 PyObject * obj3 = 0 ;
12522 char *kwnames[] = {
12523 (char *) "self",(char *) "item",(char *) "dir",(char *) "style", NULL
12524 };
12525
12526 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:RadioBox_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
12527 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12528 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12529 arg2 = (int)SWIG_As_int(obj1);
12530 if (PyErr_Occurred()) SWIG_fail;
12531 arg3 = (int)SWIG_As_int(obj2);
12532 if (PyErr_Occurred()) SWIG_fail;
12533 arg4 = (long)SWIG_As_long(obj3);
12534 if (PyErr_Occurred()) SWIG_fail;
12535 {
12536 PyThreadState* __tstate = wxPyBeginAllowThreads();
12537 result = (int)wxRadioBox_GetNextItem((wxRadioBox const *)arg1,arg2,(wxDirection )arg3,arg4);
12538
12539 wxPyEndAllowThreads(__tstate);
12540 if (PyErr_Occurred()) SWIG_fail;
12541 }
12542 resultobj = SWIG_From_int((int)result);
12543 return resultobj;
12544 fail:
12545 return NULL;
12546 }
12547
12548
12549 static PyObject *_wrap_RadioBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
12550 PyObject *resultobj;
12551 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
12552 wxVisualAttributes result;
12553 PyObject * obj0 = 0 ;
12554 char *kwnames[] = {
12555 (char *) "variant", NULL
12556 };
12557
12558 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:RadioBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
12559 if (obj0) {
12560 arg1 = (int)SWIG_As_int(obj0);
12561 if (PyErr_Occurred()) SWIG_fail;
12562 }
12563 {
12564 if (!wxPyCheckForApp()) SWIG_fail;
12565 PyThreadState* __tstate = wxPyBeginAllowThreads();
12566 result = wxRadioBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
12567
12568 wxPyEndAllowThreads(__tstate);
12569 if (PyErr_Occurred()) SWIG_fail;
12570 }
12571 {
12572 wxVisualAttributes * resultptr;
12573 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
12574 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
12575 }
12576 return resultobj;
12577 fail:
12578 return NULL;
12579 }
12580
12581
12582 static PyObject * RadioBox_swigregister(PyObject *, PyObject *args) {
12583 PyObject *obj;
12584 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12585 SWIG_TypeClientData(SWIGTYPE_p_wxRadioBox, obj);
12586 Py_INCREF(obj);
12587 return Py_BuildValue((char *)"");
12588 }
12589 static PyObject *_wrap_new_RadioButton(PyObject *, PyObject *args, PyObject *kwargs) {
12590 PyObject *resultobj;
12591 wxWindow *arg1 = (wxWindow *) 0 ;
12592 int arg2 = (int) -1 ;
12593 wxString const &arg3_defvalue = wxPyEmptyString ;
12594 wxString *arg3 = (wxString *) &arg3_defvalue ;
12595 wxPoint const &arg4_defvalue = wxDefaultPosition ;
12596 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
12597 wxSize const &arg5_defvalue = wxDefaultSize ;
12598 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
12599 long arg6 = (long) 0 ;
12600 wxValidator const &arg7_defvalue = wxDefaultValidator ;
12601 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
12602 wxString const &arg8_defvalue = wxPyRadioButtonNameStr ;
12603 wxString *arg8 = (wxString *) &arg8_defvalue ;
12604 wxRadioButton *result;
12605 bool temp3 = False ;
12606 wxPoint temp4 ;
12607 wxSize temp5 ;
12608 bool temp8 = False ;
12609 PyObject * obj0 = 0 ;
12610 PyObject * obj1 = 0 ;
12611 PyObject * obj2 = 0 ;
12612 PyObject * obj3 = 0 ;
12613 PyObject * obj4 = 0 ;
12614 PyObject * obj5 = 0 ;
12615 PyObject * obj6 = 0 ;
12616 PyObject * obj7 = 0 ;
12617 char *kwnames[] = {
12618 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12619 };
12620
12621 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_RadioButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
12622 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
12623 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12624 if (obj1) {
12625 arg2 = (int)SWIG_As_int(obj1);
12626 if (PyErr_Occurred()) SWIG_fail;
12627 }
12628 if (obj2) {
12629 {
12630 arg3 = wxString_in_helper(obj2);
12631 if (arg3 == NULL) SWIG_fail;
12632 temp3 = True;
12633 }
12634 }
12635 if (obj3) {
12636 {
12637 arg4 = &temp4;
12638 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
12639 }
12640 }
12641 if (obj4) {
12642 {
12643 arg5 = &temp5;
12644 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
12645 }
12646 }
12647 if (obj5) {
12648 arg6 = (long)SWIG_As_long(obj5);
12649 if (PyErr_Occurred()) SWIG_fail;
12650 }
12651 if (obj6) {
12652 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
12653 SWIG_POINTER_EXCEPTION | 0)) == -1)
12654 SWIG_fail;
12655 if (arg7 == NULL) {
12656 PyErr_SetString(PyExc_TypeError,"null reference");
12657 SWIG_fail;
12658 }
12659 }
12660 if (obj7) {
12661 {
12662 arg8 = wxString_in_helper(obj7);
12663 if (arg8 == NULL) SWIG_fail;
12664 temp8 = True;
12665 }
12666 }
12667 {
12668 if (!wxPyCheckForApp()) SWIG_fail;
12669 PyThreadState* __tstate = wxPyBeginAllowThreads();
12670 result = (wxRadioButton *)new wxRadioButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
12671
12672 wxPyEndAllowThreads(__tstate);
12673 if (PyErr_Occurred()) SWIG_fail;
12674 }
12675 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioButton, 1);
12676 {
12677 if (temp3)
12678 delete arg3;
12679 }
12680 {
12681 if (temp8)
12682 delete arg8;
12683 }
12684 return resultobj;
12685 fail:
12686 {
12687 if (temp3)
12688 delete arg3;
12689 }
12690 {
12691 if (temp8)
12692 delete arg8;
12693 }
12694 return NULL;
12695 }
12696
12697
12698 static PyObject *_wrap_new_PreRadioButton(PyObject *, PyObject *args, PyObject *kwargs) {
12699 PyObject *resultobj;
12700 wxRadioButton *result;
12701 char *kwnames[] = {
12702 NULL
12703 };
12704
12705 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioButton",kwnames)) goto fail;
12706 {
12707 if (!wxPyCheckForApp()) SWIG_fail;
12708 PyThreadState* __tstate = wxPyBeginAllowThreads();
12709 result = (wxRadioButton *)new wxRadioButton();
12710
12711 wxPyEndAllowThreads(__tstate);
12712 if (PyErr_Occurred()) SWIG_fail;
12713 }
12714 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioButton, 1);
12715 return resultobj;
12716 fail:
12717 return NULL;
12718 }
12719
12720
12721 static PyObject *_wrap_RadioButton_Create(PyObject *, PyObject *args, PyObject *kwargs) {
12722 PyObject *resultobj;
12723 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12724 wxWindow *arg2 = (wxWindow *) 0 ;
12725 int arg3 = (int) -1 ;
12726 wxString const &arg4_defvalue = wxPyEmptyString ;
12727 wxString *arg4 = (wxString *) &arg4_defvalue ;
12728 wxPoint const &arg5_defvalue = wxDefaultPosition ;
12729 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
12730 wxSize const &arg6_defvalue = wxDefaultSize ;
12731 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
12732 long arg7 = (long) 0 ;
12733 wxValidator const &arg8_defvalue = wxDefaultValidator ;
12734 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
12735 wxString const &arg9_defvalue = wxPyRadioButtonNameStr ;
12736 wxString *arg9 = (wxString *) &arg9_defvalue ;
12737 bool result;
12738 bool temp4 = False ;
12739 wxPoint temp5 ;
12740 wxSize temp6 ;
12741 bool temp9 = False ;
12742 PyObject * obj0 = 0 ;
12743 PyObject * obj1 = 0 ;
12744 PyObject * obj2 = 0 ;
12745 PyObject * obj3 = 0 ;
12746 PyObject * obj4 = 0 ;
12747 PyObject * obj5 = 0 ;
12748 PyObject * obj6 = 0 ;
12749 PyObject * obj7 = 0 ;
12750 PyObject * obj8 = 0 ;
12751 char *kwnames[] = {
12752 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12753 };
12754
12755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:RadioButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
12756 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12757 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12758 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
12759 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12760 if (obj2) {
12761 arg3 = (int)SWIG_As_int(obj2);
12762 if (PyErr_Occurred()) SWIG_fail;
12763 }
12764 if (obj3) {
12765 {
12766 arg4 = wxString_in_helper(obj3);
12767 if (arg4 == NULL) SWIG_fail;
12768 temp4 = True;
12769 }
12770 }
12771 if (obj4) {
12772 {
12773 arg5 = &temp5;
12774 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
12775 }
12776 }
12777 if (obj5) {
12778 {
12779 arg6 = &temp6;
12780 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
12781 }
12782 }
12783 if (obj6) {
12784 arg7 = (long)SWIG_As_long(obj6);
12785 if (PyErr_Occurred()) SWIG_fail;
12786 }
12787 if (obj7) {
12788 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
12789 SWIG_POINTER_EXCEPTION | 0)) == -1)
12790 SWIG_fail;
12791 if (arg8 == NULL) {
12792 PyErr_SetString(PyExc_TypeError,"null reference");
12793 SWIG_fail;
12794 }
12795 }
12796 if (obj8) {
12797 {
12798 arg9 = wxString_in_helper(obj8);
12799 if (arg9 == NULL) SWIG_fail;
12800 temp9 = True;
12801 }
12802 }
12803 {
12804 PyThreadState* __tstate = wxPyBeginAllowThreads();
12805 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
12806
12807 wxPyEndAllowThreads(__tstate);
12808 if (PyErr_Occurred()) SWIG_fail;
12809 }
12810 {
12811 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12812 }
12813 {
12814 if (temp4)
12815 delete arg4;
12816 }
12817 {
12818 if (temp9)
12819 delete arg9;
12820 }
12821 return resultobj;
12822 fail:
12823 {
12824 if (temp4)
12825 delete arg4;
12826 }
12827 {
12828 if (temp9)
12829 delete arg9;
12830 }
12831 return NULL;
12832 }
12833
12834
12835 static PyObject *_wrap_RadioButton_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
12836 PyObject *resultobj;
12837 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12838 bool result;
12839 PyObject * obj0 = 0 ;
12840 char *kwnames[] = {
12841 (char *) "self", NULL
12842 };
12843
12844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioButton_GetValue",kwnames,&obj0)) goto fail;
12845 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12846 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12847 {
12848 PyThreadState* __tstate = wxPyBeginAllowThreads();
12849 result = (bool)(arg1)->GetValue();
12850
12851 wxPyEndAllowThreads(__tstate);
12852 if (PyErr_Occurred()) SWIG_fail;
12853 }
12854 {
12855 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12856 }
12857 return resultobj;
12858 fail:
12859 return NULL;
12860 }
12861
12862
12863 static PyObject *_wrap_RadioButton_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
12864 PyObject *resultobj;
12865 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12866 bool arg2 ;
12867 PyObject * obj0 = 0 ;
12868 PyObject * obj1 = 0 ;
12869 char *kwnames[] = {
12870 (char *) "self",(char *) "value", NULL
12871 };
12872
12873 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
12874 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12875 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12876 arg2 = (bool)SWIG_As_bool(obj1);
12877 if (PyErr_Occurred()) SWIG_fail;
12878 {
12879 PyThreadState* __tstate = wxPyBeginAllowThreads();
12880 (arg1)->SetValue(arg2);
12881
12882 wxPyEndAllowThreads(__tstate);
12883 if (PyErr_Occurred()) SWIG_fail;
12884 }
12885 Py_INCREF(Py_None); resultobj = Py_None;
12886 return resultobj;
12887 fail:
12888 return NULL;
12889 }
12890
12891
12892 static PyObject *_wrap_RadioButton_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
12893 PyObject *resultobj;
12894 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
12895 wxVisualAttributes result;
12896 PyObject * obj0 = 0 ;
12897 char *kwnames[] = {
12898 (char *) "variant", NULL
12899 };
12900
12901 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:RadioButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
12902 if (obj0) {
12903 arg1 = (int)SWIG_As_int(obj0);
12904 if (PyErr_Occurred()) SWIG_fail;
12905 }
12906 {
12907 if (!wxPyCheckForApp()) SWIG_fail;
12908 PyThreadState* __tstate = wxPyBeginAllowThreads();
12909 result = wxRadioButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
12910
12911 wxPyEndAllowThreads(__tstate);
12912 if (PyErr_Occurred()) SWIG_fail;
12913 }
12914 {
12915 wxVisualAttributes * resultptr;
12916 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
12917 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
12918 }
12919 return resultobj;
12920 fail:
12921 return NULL;
12922 }
12923
12924
12925 static PyObject * RadioButton_swigregister(PyObject *, PyObject *args) {
12926 PyObject *obj;
12927 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12928 SWIG_TypeClientData(SWIGTYPE_p_wxRadioButton, obj);
12929 Py_INCREF(obj);
12930 return Py_BuildValue((char *)"");
12931 }
12932 static int _wrap_SliderNameStr_set(PyObject *) {
12933 PyErr_SetString(PyExc_TypeError,"Variable SliderNameStr is read-only.");
12934 return 1;
12935 }
12936
12937
12938 static PyObject *_wrap_SliderNameStr_get() {
12939 PyObject *pyobj;
12940
12941 {
12942 #if wxUSE_UNICODE
12943 pyobj = PyUnicode_FromWideChar((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
12944 #else
12945 pyobj = PyString_FromStringAndSize((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
12946 #endif
12947 }
12948 return pyobj;
12949 }
12950
12951
12952 static PyObject *_wrap_new_Slider(PyObject *, PyObject *args, PyObject *kwargs) {
12953 PyObject *resultobj;
12954 wxWindow *arg1 = (wxWindow *) 0 ;
12955 int arg2 = (int) -1 ;
12956 int arg3 = (int) 0 ;
12957 int arg4 = (int) 0 ;
12958 int arg5 = (int) 100 ;
12959 wxPoint const &arg6_defvalue = wxDefaultPosition ;
12960 wxPoint *arg6 = (wxPoint *) &arg6_defvalue ;
12961 wxSize const &arg7_defvalue = wxDefaultSize ;
12962 wxSize *arg7 = (wxSize *) &arg7_defvalue ;
12963 long arg8 = (long) wxSL_HORIZONTAL ;
12964 wxValidator const &arg9_defvalue = wxDefaultValidator ;
12965 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
12966 wxString const &arg10_defvalue = wxPySliderNameStr ;
12967 wxString *arg10 = (wxString *) &arg10_defvalue ;
12968 wxSlider *result;
12969 wxPoint temp6 ;
12970 wxSize temp7 ;
12971 bool temp10 = False ;
12972 PyObject * obj0 = 0 ;
12973 PyObject * obj1 = 0 ;
12974 PyObject * obj2 = 0 ;
12975 PyObject * obj3 = 0 ;
12976 PyObject * obj4 = 0 ;
12977 PyObject * obj5 = 0 ;
12978 PyObject * obj6 = 0 ;
12979 PyObject * obj7 = 0 ;
12980 PyObject * obj8 = 0 ;
12981 PyObject * obj9 = 0 ;
12982 char *kwnames[] = {
12983 (char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12984 };
12985
12986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_Slider",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
12987 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
12988 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12989 if (obj1) {
12990 arg2 = (int)SWIG_As_int(obj1);
12991 if (PyErr_Occurred()) SWIG_fail;
12992 }
12993 if (obj2) {
12994 arg3 = (int)SWIG_As_int(obj2);
12995 if (PyErr_Occurred()) SWIG_fail;
12996 }
12997 if (obj3) {
12998 arg4 = (int)SWIG_As_int(obj3);
12999 if (PyErr_Occurred()) SWIG_fail;
13000 }
13001 if (obj4) {
13002 arg5 = (int)SWIG_As_int(obj4);
13003 if (PyErr_Occurred()) SWIG_fail;
13004 }
13005 if (obj5) {
13006 {
13007 arg6 = &temp6;
13008 if ( ! wxPoint_helper(obj5, &arg6)) SWIG_fail;
13009 }
13010 }
13011 if (obj6) {
13012 {
13013 arg7 = &temp7;
13014 if ( ! wxSize_helper(obj6, &arg7)) SWIG_fail;
13015 }
13016 }
13017 if (obj7) {
13018 arg8 = (long)SWIG_As_long(obj7);
13019 if (PyErr_Occurred()) SWIG_fail;
13020 }
13021 if (obj8) {
13022 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
13023 SWIG_POINTER_EXCEPTION | 0)) == -1)
13024 SWIG_fail;
13025 if (arg9 == NULL) {
13026 PyErr_SetString(PyExc_TypeError,"null reference");
13027 SWIG_fail;
13028 }
13029 }
13030 if (obj9) {
13031 {
13032 arg10 = wxString_in_helper(obj9);
13033 if (arg10 == NULL) SWIG_fail;
13034 temp10 = True;
13035 }
13036 }
13037 {
13038 if (!wxPyCheckForApp()) SWIG_fail;
13039 PyThreadState* __tstate = wxPyBeginAllowThreads();
13040 result = (wxSlider *)new wxSlider(arg1,arg2,arg3,arg4,arg5,(wxPoint const &)*arg6,(wxSize const &)*arg7,arg8,(wxValidator const &)*arg9,(wxString const &)*arg10);
13041
13042 wxPyEndAllowThreads(__tstate);
13043 if (PyErr_Occurred()) SWIG_fail;
13044 }
13045 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSlider, 1);
13046 {
13047 if (temp10)
13048 delete arg10;
13049 }
13050 return resultobj;
13051 fail:
13052 {
13053 if (temp10)
13054 delete arg10;
13055 }
13056 return NULL;
13057 }
13058
13059
13060 static PyObject *_wrap_new_PreSlider(PyObject *, PyObject *args, PyObject *kwargs) {
13061 PyObject *resultobj;
13062 wxSlider *result;
13063 char *kwnames[] = {
13064 NULL
13065 };
13066
13067 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSlider",kwnames)) goto fail;
13068 {
13069 if (!wxPyCheckForApp()) SWIG_fail;
13070 PyThreadState* __tstate = wxPyBeginAllowThreads();
13071 result = (wxSlider *)new wxSlider();
13072
13073 wxPyEndAllowThreads(__tstate);
13074 if (PyErr_Occurred()) SWIG_fail;
13075 }
13076 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSlider, 1);
13077 return resultobj;
13078 fail:
13079 return NULL;
13080 }
13081
13082
13083 static PyObject *_wrap_Slider_Create(PyObject *, PyObject *args, PyObject *kwargs) {
13084 PyObject *resultobj;
13085 wxSlider *arg1 = (wxSlider *) 0 ;
13086 wxWindow *arg2 = (wxWindow *) 0 ;
13087 int arg3 = (int) -1 ;
13088 int arg4 = (int) 0 ;
13089 int arg5 = (int) 0 ;
13090 int arg6 = (int) 100 ;
13091 wxPoint const &arg7_defvalue = wxDefaultPosition ;
13092 wxPoint *arg7 = (wxPoint *) &arg7_defvalue ;
13093 wxSize const &arg8_defvalue = wxDefaultSize ;
13094 wxSize *arg8 = (wxSize *) &arg8_defvalue ;
13095 long arg9 = (long) wxSL_HORIZONTAL ;
13096 wxValidator const &arg10_defvalue = wxDefaultValidator ;
13097 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
13098 wxString const &arg11_defvalue = wxPySliderNameStr ;
13099 wxString *arg11 = (wxString *) &arg11_defvalue ;
13100 bool result;
13101 wxPoint temp7 ;
13102 wxSize temp8 ;
13103 bool temp11 = False ;
13104 PyObject * obj0 = 0 ;
13105 PyObject * obj1 = 0 ;
13106 PyObject * obj2 = 0 ;
13107 PyObject * obj3 = 0 ;
13108 PyObject * obj4 = 0 ;
13109 PyObject * obj5 = 0 ;
13110 PyObject * obj6 = 0 ;
13111 PyObject * obj7 = 0 ;
13112 PyObject * obj8 = 0 ;
13113 PyObject * obj9 = 0 ;
13114 PyObject * obj10 = 0 ;
13115 char *kwnames[] = {
13116 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13117 };
13118
13119 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:Slider_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
13120 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13121 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13122 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
13123 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13124 if (obj2) {
13125 arg3 = (int)SWIG_As_int(obj2);
13126 if (PyErr_Occurred()) SWIG_fail;
13127 }
13128 if (obj3) {
13129 arg4 = (int)SWIG_As_int(obj3);
13130 if (PyErr_Occurred()) SWIG_fail;
13131 }
13132 if (obj4) {
13133 arg5 = (int)SWIG_As_int(obj4);
13134 if (PyErr_Occurred()) SWIG_fail;
13135 }
13136 if (obj5) {
13137 arg6 = (int)SWIG_As_int(obj5);
13138 if (PyErr_Occurred()) SWIG_fail;
13139 }
13140 if (obj6) {
13141 {
13142 arg7 = &temp7;
13143 if ( ! wxPoint_helper(obj6, &arg7)) SWIG_fail;
13144 }
13145 }
13146 if (obj7) {
13147 {
13148 arg8 = &temp8;
13149 if ( ! wxSize_helper(obj7, &arg8)) SWIG_fail;
13150 }
13151 }
13152 if (obj8) {
13153 arg9 = (long)SWIG_As_long(obj8);
13154 if (PyErr_Occurred()) SWIG_fail;
13155 }
13156 if (obj9) {
13157 if ((SWIG_ConvertPtr(obj9,(void **)(&arg10),SWIGTYPE_p_wxValidator,
13158 SWIG_POINTER_EXCEPTION | 0)) == -1)
13159 SWIG_fail;
13160 if (arg10 == NULL) {
13161 PyErr_SetString(PyExc_TypeError,"null reference");
13162 SWIG_fail;
13163 }
13164 }
13165 if (obj10) {
13166 {
13167 arg11 = wxString_in_helper(obj10);
13168 if (arg11 == NULL) SWIG_fail;
13169 temp11 = True;
13170 }
13171 }
13172 {
13173 PyThreadState* __tstate = wxPyBeginAllowThreads();
13174 result = (bool)(arg1)->Create(arg2,arg3,arg4,arg5,arg6,(wxPoint const &)*arg7,(wxSize const &)*arg8,arg9,(wxValidator const &)*arg10,(wxString const &)*arg11);
13175
13176 wxPyEndAllowThreads(__tstate);
13177 if (PyErr_Occurred()) SWIG_fail;
13178 }
13179 {
13180 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13181 }
13182 {
13183 if (temp11)
13184 delete arg11;
13185 }
13186 return resultobj;
13187 fail:
13188 {
13189 if (temp11)
13190 delete arg11;
13191 }
13192 return NULL;
13193 }
13194
13195
13196 static PyObject *_wrap_Slider_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
13197 PyObject *resultobj;
13198 wxSlider *arg1 = (wxSlider *) 0 ;
13199 int result;
13200 PyObject * obj0 = 0 ;
13201 char *kwnames[] = {
13202 (char *) "self", NULL
13203 };
13204
13205 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetValue",kwnames,&obj0)) goto fail;
13206 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13207 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13208 {
13209 PyThreadState* __tstate = wxPyBeginAllowThreads();
13210 result = (int)((wxSlider const *)arg1)->GetValue();
13211
13212 wxPyEndAllowThreads(__tstate);
13213 if (PyErr_Occurred()) SWIG_fail;
13214 }
13215 resultobj = SWIG_From_int((int)result);
13216 return resultobj;
13217 fail:
13218 return NULL;
13219 }
13220
13221
13222 static PyObject *_wrap_Slider_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
13223 PyObject *resultobj;
13224 wxSlider *arg1 = (wxSlider *) 0 ;
13225 int arg2 ;
13226 PyObject * obj0 = 0 ;
13227 PyObject * obj1 = 0 ;
13228 char *kwnames[] = {
13229 (char *) "self",(char *) "value", NULL
13230 };
13231
13232 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetValue",kwnames,&obj0,&obj1)) goto fail;
13233 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13234 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13235 arg2 = (int)SWIG_As_int(obj1);
13236 if (PyErr_Occurred()) SWIG_fail;
13237 {
13238 PyThreadState* __tstate = wxPyBeginAllowThreads();
13239 (arg1)->SetValue(arg2);
13240
13241 wxPyEndAllowThreads(__tstate);
13242 if (PyErr_Occurred()) SWIG_fail;
13243 }
13244 Py_INCREF(Py_None); resultobj = Py_None;
13245 return resultobj;
13246 fail:
13247 return NULL;
13248 }
13249
13250
13251 static PyObject *_wrap_Slider_SetRange(PyObject *, PyObject *args, PyObject *kwargs) {
13252 PyObject *resultobj;
13253 wxSlider *arg1 = (wxSlider *) 0 ;
13254 int arg2 ;
13255 int arg3 ;
13256 PyObject * obj0 = 0 ;
13257 PyObject * obj1 = 0 ;
13258 PyObject * obj2 = 0 ;
13259 char *kwnames[] = {
13260 (char *) "self",(char *) "minValue",(char *) "maxValue", NULL
13261 };
13262
13263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
13264 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13265 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13266 arg2 = (int)SWIG_As_int(obj1);
13267 if (PyErr_Occurred()) SWIG_fail;
13268 arg3 = (int)SWIG_As_int(obj2);
13269 if (PyErr_Occurred()) SWIG_fail;
13270 {
13271 PyThreadState* __tstate = wxPyBeginAllowThreads();
13272 (arg1)->SetRange(arg2,arg3);
13273
13274 wxPyEndAllowThreads(__tstate);
13275 if (PyErr_Occurred()) SWIG_fail;
13276 }
13277 Py_INCREF(Py_None); resultobj = Py_None;
13278 return resultobj;
13279 fail:
13280 return NULL;
13281 }
13282
13283
13284 static PyObject *_wrap_Slider_GetMin(PyObject *, PyObject *args, PyObject *kwargs) {
13285 PyObject *resultobj;
13286 wxSlider *arg1 = (wxSlider *) 0 ;
13287 int result;
13288 PyObject * obj0 = 0 ;
13289 char *kwnames[] = {
13290 (char *) "self", NULL
13291 };
13292
13293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMin",kwnames,&obj0)) goto fail;
13294 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13295 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13296 {
13297 PyThreadState* __tstate = wxPyBeginAllowThreads();
13298 result = (int)((wxSlider const *)arg1)->GetMin();
13299
13300 wxPyEndAllowThreads(__tstate);
13301 if (PyErr_Occurred()) SWIG_fail;
13302 }
13303 resultobj = SWIG_From_int((int)result);
13304 return resultobj;
13305 fail:
13306 return NULL;
13307 }
13308
13309
13310 static PyObject *_wrap_Slider_GetMax(PyObject *, PyObject *args, PyObject *kwargs) {
13311 PyObject *resultobj;
13312 wxSlider *arg1 = (wxSlider *) 0 ;
13313 int result;
13314 PyObject * obj0 = 0 ;
13315 char *kwnames[] = {
13316 (char *) "self", NULL
13317 };
13318
13319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMax",kwnames,&obj0)) goto fail;
13320 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13321 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13322 {
13323 PyThreadState* __tstate = wxPyBeginAllowThreads();
13324 result = (int)((wxSlider const *)arg1)->GetMax();
13325
13326 wxPyEndAllowThreads(__tstate);
13327 if (PyErr_Occurred()) SWIG_fail;
13328 }
13329 resultobj = SWIG_From_int((int)result);
13330 return resultobj;
13331 fail:
13332 return NULL;
13333 }
13334
13335
13336 static PyObject *_wrap_Slider_SetMin(PyObject *, PyObject *args, PyObject *kwargs) {
13337 PyObject *resultobj;
13338 wxSlider *arg1 = (wxSlider *) 0 ;
13339 int arg2 ;
13340 PyObject * obj0 = 0 ;
13341 PyObject * obj1 = 0 ;
13342 char *kwnames[] = {
13343 (char *) "self",(char *) "minValue", NULL
13344 };
13345
13346 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMin",kwnames,&obj0,&obj1)) goto fail;
13347 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13348 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13349 arg2 = (int)SWIG_As_int(obj1);
13350 if (PyErr_Occurred()) SWIG_fail;
13351 {
13352 PyThreadState* __tstate = wxPyBeginAllowThreads();
13353 (arg1)->SetMin(arg2);
13354
13355 wxPyEndAllowThreads(__tstate);
13356 if (PyErr_Occurred()) SWIG_fail;
13357 }
13358 Py_INCREF(Py_None); resultobj = Py_None;
13359 return resultobj;
13360 fail:
13361 return NULL;
13362 }
13363
13364
13365 static PyObject *_wrap_Slider_SetMax(PyObject *, PyObject *args, PyObject *kwargs) {
13366 PyObject *resultobj;
13367 wxSlider *arg1 = (wxSlider *) 0 ;
13368 int arg2 ;
13369 PyObject * obj0 = 0 ;
13370 PyObject * obj1 = 0 ;
13371 char *kwnames[] = {
13372 (char *) "self",(char *) "maxValue", NULL
13373 };
13374
13375 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMax",kwnames,&obj0,&obj1)) goto fail;
13376 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13377 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13378 arg2 = (int)SWIG_As_int(obj1);
13379 if (PyErr_Occurred()) SWIG_fail;
13380 {
13381 PyThreadState* __tstate = wxPyBeginAllowThreads();
13382 (arg1)->SetMax(arg2);
13383
13384 wxPyEndAllowThreads(__tstate);
13385 if (PyErr_Occurred()) SWIG_fail;
13386 }
13387 Py_INCREF(Py_None); resultobj = Py_None;
13388 return resultobj;
13389 fail:
13390 return NULL;
13391 }
13392
13393
13394 static PyObject *_wrap_Slider_SetLineSize(PyObject *, PyObject *args, PyObject *kwargs) {
13395 PyObject *resultobj;
13396 wxSlider *arg1 = (wxSlider *) 0 ;
13397 int arg2 ;
13398 PyObject * obj0 = 0 ;
13399 PyObject * obj1 = 0 ;
13400 char *kwnames[] = {
13401 (char *) "self",(char *) "lineSize", NULL
13402 };
13403
13404 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetLineSize",kwnames,&obj0,&obj1)) goto fail;
13405 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13406 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13407 arg2 = (int)SWIG_As_int(obj1);
13408 if (PyErr_Occurred()) SWIG_fail;
13409 {
13410 PyThreadState* __tstate = wxPyBeginAllowThreads();
13411 (arg1)->SetLineSize(arg2);
13412
13413 wxPyEndAllowThreads(__tstate);
13414 if (PyErr_Occurred()) SWIG_fail;
13415 }
13416 Py_INCREF(Py_None); resultobj = Py_None;
13417 return resultobj;
13418 fail:
13419 return NULL;
13420 }
13421
13422
13423 static PyObject *_wrap_Slider_SetPageSize(PyObject *, PyObject *args, PyObject *kwargs) {
13424 PyObject *resultobj;
13425 wxSlider *arg1 = (wxSlider *) 0 ;
13426 int arg2 ;
13427 PyObject * obj0 = 0 ;
13428 PyObject * obj1 = 0 ;
13429 char *kwnames[] = {
13430 (char *) "self",(char *) "pageSize", NULL
13431 };
13432
13433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
13434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13436 arg2 = (int)SWIG_As_int(obj1);
13437 if (PyErr_Occurred()) SWIG_fail;
13438 {
13439 PyThreadState* __tstate = wxPyBeginAllowThreads();
13440 (arg1)->SetPageSize(arg2);
13441
13442 wxPyEndAllowThreads(__tstate);
13443 if (PyErr_Occurred()) SWIG_fail;
13444 }
13445 Py_INCREF(Py_None); resultobj = Py_None;
13446 return resultobj;
13447 fail:
13448 return NULL;
13449 }
13450
13451
13452 static PyObject *_wrap_Slider_GetLineSize(PyObject *, PyObject *args, PyObject *kwargs) {
13453 PyObject *resultobj;
13454 wxSlider *arg1 = (wxSlider *) 0 ;
13455 int result;
13456 PyObject * obj0 = 0 ;
13457 char *kwnames[] = {
13458 (char *) "self", NULL
13459 };
13460
13461 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetLineSize",kwnames,&obj0)) goto fail;
13462 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13463 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13464 {
13465 PyThreadState* __tstate = wxPyBeginAllowThreads();
13466 result = (int)((wxSlider const *)arg1)->GetLineSize();
13467
13468 wxPyEndAllowThreads(__tstate);
13469 if (PyErr_Occurred()) SWIG_fail;
13470 }
13471 resultobj = SWIG_From_int((int)result);
13472 return resultobj;
13473 fail:
13474 return NULL;
13475 }
13476
13477
13478 static PyObject *_wrap_Slider_GetPageSize(PyObject *, PyObject *args, PyObject *kwargs) {
13479 PyObject *resultobj;
13480 wxSlider *arg1 = (wxSlider *) 0 ;
13481 int result;
13482 PyObject * obj0 = 0 ;
13483 char *kwnames[] = {
13484 (char *) "self", NULL
13485 };
13486
13487 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetPageSize",kwnames,&obj0)) goto fail;
13488 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13489 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13490 {
13491 PyThreadState* __tstate = wxPyBeginAllowThreads();
13492 result = (int)((wxSlider const *)arg1)->GetPageSize();
13493
13494 wxPyEndAllowThreads(__tstate);
13495 if (PyErr_Occurred()) SWIG_fail;
13496 }
13497 resultobj = SWIG_From_int((int)result);
13498 return resultobj;
13499 fail:
13500 return NULL;
13501 }
13502
13503
13504 static PyObject *_wrap_Slider_SetThumbLength(PyObject *, PyObject *args, PyObject *kwargs) {
13505 PyObject *resultobj;
13506 wxSlider *arg1 = (wxSlider *) 0 ;
13507 int arg2 ;
13508 PyObject * obj0 = 0 ;
13509 PyObject * obj1 = 0 ;
13510 char *kwnames[] = {
13511 (char *) "self",(char *) "lenPixels", NULL
13512 };
13513
13514 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetThumbLength",kwnames,&obj0,&obj1)) goto fail;
13515 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13516 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13517 arg2 = (int)SWIG_As_int(obj1);
13518 if (PyErr_Occurred()) SWIG_fail;
13519 {
13520 PyThreadState* __tstate = wxPyBeginAllowThreads();
13521 (arg1)->SetThumbLength(arg2);
13522
13523 wxPyEndAllowThreads(__tstate);
13524 if (PyErr_Occurred()) SWIG_fail;
13525 }
13526 Py_INCREF(Py_None); resultobj = Py_None;
13527 return resultobj;
13528 fail:
13529 return NULL;
13530 }
13531
13532
13533 static PyObject *_wrap_Slider_GetThumbLength(PyObject *, PyObject *args, PyObject *kwargs) {
13534 PyObject *resultobj;
13535 wxSlider *arg1 = (wxSlider *) 0 ;
13536 int result;
13537 PyObject * obj0 = 0 ;
13538 char *kwnames[] = {
13539 (char *) "self", NULL
13540 };
13541
13542 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetThumbLength",kwnames,&obj0)) goto fail;
13543 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13544 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13545 {
13546 PyThreadState* __tstate = wxPyBeginAllowThreads();
13547 result = (int)((wxSlider const *)arg1)->GetThumbLength();
13548
13549 wxPyEndAllowThreads(__tstate);
13550 if (PyErr_Occurred()) SWIG_fail;
13551 }
13552 resultobj = SWIG_From_int((int)result);
13553 return resultobj;
13554 fail:
13555 return NULL;
13556 }
13557
13558
13559 static PyObject *_wrap_Slider_SetTickFreq(PyObject *, PyObject *args, PyObject *kwargs) {
13560 PyObject *resultobj;
13561 wxSlider *arg1 = (wxSlider *) 0 ;
13562 int arg2 ;
13563 int arg3 = (int) 1 ;
13564 PyObject * obj0 = 0 ;
13565 PyObject * obj1 = 0 ;
13566 PyObject * obj2 = 0 ;
13567 char *kwnames[] = {
13568 (char *) "self",(char *) "n",(char *) "pos", NULL
13569 };
13570
13571 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:Slider_SetTickFreq",kwnames,&obj0,&obj1,&obj2)) goto fail;
13572 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13573 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13574 arg2 = (int)SWIG_As_int(obj1);
13575 if (PyErr_Occurred()) SWIG_fail;
13576 if (obj2) {
13577 arg3 = (int)SWIG_As_int(obj2);
13578 if (PyErr_Occurred()) SWIG_fail;
13579 }
13580 {
13581 PyThreadState* __tstate = wxPyBeginAllowThreads();
13582 (arg1)->SetTickFreq(arg2,arg3);
13583
13584 wxPyEndAllowThreads(__tstate);
13585 if (PyErr_Occurred()) SWIG_fail;
13586 }
13587 Py_INCREF(Py_None); resultobj = Py_None;
13588 return resultobj;
13589 fail:
13590 return NULL;
13591 }
13592
13593
13594 static PyObject *_wrap_Slider_GetTickFreq(PyObject *, PyObject *args, PyObject *kwargs) {
13595 PyObject *resultobj;
13596 wxSlider *arg1 = (wxSlider *) 0 ;
13597 int result;
13598 PyObject * obj0 = 0 ;
13599 char *kwnames[] = {
13600 (char *) "self", NULL
13601 };
13602
13603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetTickFreq",kwnames,&obj0)) goto fail;
13604 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13605 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13606 {
13607 PyThreadState* __tstate = wxPyBeginAllowThreads();
13608 result = (int)((wxSlider const *)arg1)->GetTickFreq();
13609
13610 wxPyEndAllowThreads(__tstate);
13611 if (PyErr_Occurred()) SWIG_fail;
13612 }
13613 resultobj = SWIG_From_int((int)result);
13614 return resultobj;
13615 fail:
13616 return NULL;
13617 }
13618
13619
13620 static PyObject *_wrap_Slider_ClearTicks(PyObject *, PyObject *args, PyObject *kwargs) {
13621 PyObject *resultobj;
13622 wxSlider *arg1 = (wxSlider *) 0 ;
13623 PyObject * obj0 = 0 ;
13624 char *kwnames[] = {
13625 (char *) "self", NULL
13626 };
13627
13628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearTicks",kwnames,&obj0)) goto fail;
13629 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13630 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13631 {
13632 PyThreadState* __tstate = wxPyBeginAllowThreads();
13633 (arg1)->ClearTicks();
13634
13635 wxPyEndAllowThreads(__tstate);
13636 if (PyErr_Occurred()) SWIG_fail;
13637 }
13638 Py_INCREF(Py_None); resultobj = Py_None;
13639 return resultobj;
13640 fail:
13641 return NULL;
13642 }
13643
13644
13645 static PyObject *_wrap_Slider_SetTick(PyObject *, PyObject *args, PyObject *kwargs) {
13646 PyObject *resultobj;
13647 wxSlider *arg1 = (wxSlider *) 0 ;
13648 int arg2 ;
13649 PyObject * obj0 = 0 ;
13650 PyObject * obj1 = 0 ;
13651 char *kwnames[] = {
13652 (char *) "self",(char *) "tickPos", NULL
13653 };
13654
13655 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetTick",kwnames,&obj0,&obj1)) goto fail;
13656 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13657 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13658 arg2 = (int)SWIG_As_int(obj1);
13659 if (PyErr_Occurred()) SWIG_fail;
13660 {
13661 PyThreadState* __tstate = wxPyBeginAllowThreads();
13662 (arg1)->SetTick(arg2);
13663
13664 wxPyEndAllowThreads(__tstate);
13665 if (PyErr_Occurred()) SWIG_fail;
13666 }
13667 Py_INCREF(Py_None); resultobj = Py_None;
13668 return resultobj;
13669 fail:
13670 return NULL;
13671 }
13672
13673
13674 static PyObject *_wrap_Slider_ClearSel(PyObject *, PyObject *args, PyObject *kwargs) {
13675 PyObject *resultobj;
13676 wxSlider *arg1 = (wxSlider *) 0 ;
13677 PyObject * obj0 = 0 ;
13678 char *kwnames[] = {
13679 (char *) "self", NULL
13680 };
13681
13682 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearSel",kwnames,&obj0)) goto fail;
13683 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13684 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13685 {
13686 PyThreadState* __tstate = wxPyBeginAllowThreads();
13687 (arg1)->ClearSel();
13688
13689 wxPyEndAllowThreads(__tstate);
13690 if (PyErr_Occurred()) SWIG_fail;
13691 }
13692 Py_INCREF(Py_None); resultobj = Py_None;
13693 return resultobj;
13694 fail:
13695 return NULL;
13696 }
13697
13698
13699 static PyObject *_wrap_Slider_GetSelEnd(PyObject *, PyObject *args, PyObject *kwargs) {
13700 PyObject *resultobj;
13701 wxSlider *arg1 = (wxSlider *) 0 ;
13702 int result;
13703 PyObject * obj0 = 0 ;
13704 char *kwnames[] = {
13705 (char *) "self", NULL
13706 };
13707
13708 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelEnd",kwnames,&obj0)) goto fail;
13709 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13710 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13711 {
13712 PyThreadState* __tstate = wxPyBeginAllowThreads();
13713 result = (int)((wxSlider const *)arg1)->GetSelEnd();
13714
13715 wxPyEndAllowThreads(__tstate);
13716 if (PyErr_Occurred()) SWIG_fail;
13717 }
13718 resultobj = SWIG_From_int((int)result);
13719 return resultobj;
13720 fail:
13721 return NULL;
13722 }
13723
13724
13725 static PyObject *_wrap_Slider_GetSelStart(PyObject *, PyObject *args, PyObject *kwargs) {
13726 PyObject *resultobj;
13727 wxSlider *arg1 = (wxSlider *) 0 ;
13728 int result;
13729 PyObject * obj0 = 0 ;
13730 char *kwnames[] = {
13731 (char *) "self", NULL
13732 };
13733
13734 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelStart",kwnames,&obj0)) goto fail;
13735 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13736 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13737 {
13738 PyThreadState* __tstate = wxPyBeginAllowThreads();
13739 result = (int)((wxSlider const *)arg1)->GetSelStart();
13740
13741 wxPyEndAllowThreads(__tstate);
13742 if (PyErr_Occurred()) SWIG_fail;
13743 }
13744 resultobj = SWIG_From_int((int)result);
13745 return resultobj;
13746 fail:
13747 return NULL;
13748 }
13749
13750
13751 static PyObject *_wrap_Slider_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
13752 PyObject *resultobj;
13753 wxSlider *arg1 = (wxSlider *) 0 ;
13754 int arg2 ;
13755 int arg3 ;
13756 PyObject * obj0 = 0 ;
13757 PyObject * obj1 = 0 ;
13758 PyObject * obj2 = 0 ;
13759 char *kwnames[] = {
13760 (char *) "self",(char *) "min",(char *) "max", NULL
13761 };
13762
13763 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
13764 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13765 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13766 arg2 = (int)SWIG_As_int(obj1);
13767 if (PyErr_Occurred()) SWIG_fail;
13768 arg3 = (int)SWIG_As_int(obj2);
13769 if (PyErr_Occurred()) SWIG_fail;
13770 {
13771 PyThreadState* __tstate = wxPyBeginAllowThreads();
13772 (arg1)->SetSelection(arg2,arg3);
13773
13774 wxPyEndAllowThreads(__tstate);
13775 if (PyErr_Occurred()) SWIG_fail;
13776 }
13777 Py_INCREF(Py_None); resultobj = Py_None;
13778 return resultobj;
13779 fail:
13780 return NULL;
13781 }
13782
13783
13784 static PyObject *_wrap_Slider_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
13785 PyObject *resultobj;
13786 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
13787 wxVisualAttributes result;
13788 PyObject * obj0 = 0 ;
13789 char *kwnames[] = {
13790 (char *) "variant", NULL
13791 };
13792
13793 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Slider_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
13794 if (obj0) {
13795 arg1 = (int)SWIG_As_int(obj0);
13796 if (PyErr_Occurred()) SWIG_fail;
13797 }
13798 {
13799 if (!wxPyCheckForApp()) SWIG_fail;
13800 PyThreadState* __tstate = wxPyBeginAllowThreads();
13801 result = wxSlider::GetClassDefaultAttributes((wxWindowVariant )arg1);
13802
13803 wxPyEndAllowThreads(__tstate);
13804 if (PyErr_Occurred()) SWIG_fail;
13805 }
13806 {
13807 wxVisualAttributes * resultptr;
13808 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
13809 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
13810 }
13811 return resultobj;
13812 fail:
13813 return NULL;
13814 }
13815
13816
13817 static PyObject * Slider_swigregister(PyObject *, PyObject *args) {
13818 PyObject *obj;
13819 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
13820 SWIG_TypeClientData(SWIGTYPE_p_wxSlider, obj);
13821 Py_INCREF(obj);
13822 return Py_BuildValue((char *)"");
13823 }
13824 static int _wrap_ToggleButtonNameStr_set(PyObject *) {
13825 PyErr_SetString(PyExc_TypeError,"Variable ToggleButtonNameStr is read-only.");
13826 return 1;
13827 }
13828
13829
13830 static PyObject *_wrap_ToggleButtonNameStr_get() {
13831 PyObject *pyobj;
13832
13833 {
13834 #if wxUSE_UNICODE
13835 pyobj = PyUnicode_FromWideChar((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
13836 #else
13837 pyobj = PyString_FromStringAndSize((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
13838 #endif
13839 }
13840 return pyobj;
13841 }
13842
13843
13844 static PyObject *_wrap_new_ToggleButton(PyObject *, PyObject *args, PyObject *kwargs) {
13845 PyObject *resultobj;
13846 wxWindow *arg1 = (wxWindow *) 0 ;
13847 int arg2 = (int) -1 ;
13848 wxString const &arg3_defvalue = wxPyEmptyString ;
13849 wxString *arg3 = (wxString *) &arg3_defvalue ;
13850 wxPoint const &arg4_defvalue = wxDefaultPosition ;
13851 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
13852 wxSize const &arg5_defvalue = wxDefaultSize ;
13853 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
13854 long arg6 = (long) 0 ;
13855 wxValidator const &arg7_defvalue = wxDefaultValidator ;
13856 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
13857 wxString const &arg8_defvalue = wxPyToggleButtonNameStr ;
13858 wxString *arg8 = (wxString *) &arg8_defvalue ;
13859 wxToggleButton *result;
13860 bool temp3 = False ;
13861 wxPoint temp4 ;
13862 wxSize temp5 ;
13863 bool temp8 = False ;
13864 PyObject * obj0 = 0 ;
13865 PyObject * obj1 = 0 ;
13866 PyObject * obj2 = 0 ;
13867 PyObject * obj3 = 0 ;
13868 PyObject * obj4 = 0 ;
13869 PyObject * obj5 = 0 ;
13870 PyObject * obj6 = 0 ;
13871 PyObject * obj7 = 0 ;
13872 char *kwnames[] = {
13873 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13874 };
13875
13876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_ToggleButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
13877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
13878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13879 if (obj1) {
13880 arg2 = (int)SWIG_As_int(obj1);
13881 if (PyErr_Occurred()) SWIG_fail;
13882 }
13883 if (obj2) {
13884 {
13885 arg3 = wxString_in_helper(obj2);
13886 if (arg3 == NULL) SWIG_fail;
13887 temp3 = True;
13888 }
13889 }
13890 if (obj3) {
13891 {
13892 arg4 = &temp4;
13893 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
13894 }
13895 }
13896 if (obj4) {
13897 {
13898 arg5 = &temp5;
13899 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
13900 }
13901 }
13902 if (obj5) {
13903 arg6 = (long)SWIG_As_long(obj5);
13904 if (PyErr_Occurred()) SWIG_fail;
13905 }
13906 if (obj6) {
13907 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
13908 SWIG_POINTER_EXCEPTION | 0)) == -1)
13909 SWIG_fail;
13910 if (arg7 == NULL) {
13911 PyErr_SetString(PyExc_TypeError,"null reference");
13912 SWIG_fail;
13913 }
13914 }
13915 if (obj7) {
13916 {
13917 arg8 = wxString_in_helper(obj7);
13918 if (arg8 == NULL) SWIG_fail;
13919 temp8 = True;
13920 }
13921 }
13922 {
13923 if (!wxPyCheckForApp()) SWIG_fail;
13924 PyThreadState* __tstate = wxPyBeginAllowThreads();
13925 result = (wxToggleButton *)new wxToggleButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
13926
13927 wxPyEndAllowThreads(__tstate);
13928 if (PyErr_Occurred()) SWIG_fail;
13929 }
13930 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToggleButton, 1);
13931 {
13932 if (temp3)
13933 delete arg3;
13934 }
13935 {
13936 if (temp8)
13937 delete arg8;
13938 }
13939 return resultobj;
13940 fail:
13941 {
13942 if (temp3)
13943 delete arg3;
13944 }
13945 {
13946 if (temp8)
13947 delete arg8;
13948 }
13949 return NULL;
13950 }
13951
13952
13953 static PyObject *_wrap_new_PreToggleButton(PyObject *, PyObject *args, PyObject *kwargs) {
13954 PyObject *resultobj;
13955 wxToggleButton *result;
13956 char *kwnames[] = {
13957 NULL
13958 };
13959
13960 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToggleButton",kwnames)) goto fail;
13961 {
13962 if (!wxPyCheckForApp()) SWIG_fail;
13963 PyThreadState* __tstate = wxPyBeginAllowThreads();
13964 result = (wxToggleButton *)new wxToggleButton();
13965
13966 wxPyEndAllowThreads(__tstate);
13967 if (PyErr_Occurred()) SWIG_fail;
13968 }
13969 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToggleButton, 1);
13970 return resultobj;
13971 fail:
13972 return NULL;
13973 }
13974
13975
13976 static PyObject *_wrap_ToggleButton_Create(PyObject *, PyObject *args, PyObject *kwargs) {
13977 PyObject *resultobj;
13978 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13979 wxWindow *arg2 = (wxWindow *) 0 ;
13980 int arg3 = (int) -1 ;
13981 wxString const &arg4_defvalue = wxPyEmptyString ;
13982 wxString *arg4 = (wxString *) &arg4_defvalue ;
13983 wxPoint const &arg5_defvalue = wxDefaultPosition ;
13984 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
13985 wxSize const &arg6_defvalue = wxDefaultSize ;
13986 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
13987 long arg7 = (long) 0 ;
13988 wxValidator const &arg8_defvalue = wxDefaultValidator ;
13989 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
13990 wxString const &arg9_defvalue = wxPyToggleButtonNameStr ;
13991 wxString *arg9 = (wxString *) &arg9_defvalue ;
13992 bool result;
13993 bool temp4 = False ;
13994 wxPoint temp5 ;
13995 wxSize temp6 ;
13996 bool temp9 = False ;
13997 PyObject * obj0 = 0 ;
13998 PyObject * obj1 = 0 ;
13999 PyObject * obj2 = 0 ;
14000 PyObject * obj3 = 0 ;
14001 PyObject * obj4 = 0 ;
14002 PyObject * obj5 = 0 ;
14003 PyObject * obj6 = 0 ;
14004 PyObject * obj7 = 0 ;
14005 PyObject * obj8 = 0 ;
14006 char *kwnames[] = {
14007 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
14008 };
14009
14010 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:ToggleButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
14011 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
14012 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14013 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
14014 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14015 if (obj2) {
14016 arg3 = (int)SWIG_As_int(obj2);
14017 if (PyErr_Occurred()) SWIG_fail;
14018 }
14019 if (obj3) {
14020 {
14021 arg4 = wxString_in_helper(obj3);
14022 if (arg4 == NULL) SWIG_fail;
14023 temp4 = True;
14024 }
14025 }
14026 if (obj4) {
14027 {
14028 arg5 = &temp5;
14029 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
14030 }
14031 }
14032 if (obj5) {
14033 {
14034 arg6 = &temp6;
14035 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
14036 }
14037 }
14038 if (obj6) {
14039 arg7 = (long)SWIG_As_long(obj6);
14040 if (PyErr_Occurred()) SWIG_fail;
14041 }
14042 if (obj7) {
14043 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
14044 SWIG_POINTER_EXCEPTION | 0)) == -1)
14045 SWIG_fail;
14046 if (arg8 == NULL) {
14047 PyErr_SetString(PyExc_TypeError,"null reference");
14048 SWIG_fail;
14049 }
14050 }
14051 if (obj8) {
14052 {
14053 arg9 = wxString_in_helper(obj8);
14054 if (arg9 == NULL) SWIG_fail;
14055 temp9 = True;
14056 }
14057 }
14058 {
14059 PyThreadState* __tstate = wxPyBeginAllowThreads();
14060 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
14061
14062 wxPyEndAllowThreads(__tstate);
14063 if (PyErr_Occurred()) SWIG_fail;
14064 }
14065 {
14066 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14067 }
14068 {
14069 if (temp4)
14070 delete arg4;
14071 }
14072 {
14073 if (temp9)
14074 delete arg9;
14075 }
14076 return resultobj;
14077 fail:
14078 {
14079 if (temp4)
14080 delete arg4;
14081 }
14082 {
14083 if (temp9)
14084 delete arg9;
14085 }
14086 return NULL;
14087 }
14088
14089
14090 static PyObject *_wrap_ToggleButton_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
14091 PyObject *resultobj;
14092 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
14093 bool arg2 ;
14094 PyObject * obj0 = 0 ;
14095 PyObject * obj1 = 0 ;
14096 char *kwnames[] = {
14097 (char *) "self",(char *) "value", NULL
14098 };
14099
14100 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
14101 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
14102 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14103 arg2 = (bool)SWIG_As_bool(obj1);
14104 if (PyErr_Occurred()) SWIG_fail;
14105 {
14106 PyThreadState* __tstate = wxPyBeginAllowThreads();
14107 (arg1)->SetValue(arg2);
14108
14109 wxPyEndAllowThreads(__tstate);
14110 if (PyErr_Occurred()) SWIG_fail;
14111 }
14112 Py_INCREF(Py_None); resultobj = Py_None;
14113 return resultobj;
14114 fail:
14115 return NULL;
14116 }
14117
14118
14119 static PyObject *_wrap_ToggleButton_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
14120 PyObject *resultobj;
14121 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
14122 bool result;
14123 PyObject * obj0 = 0 ;
14124 char *kwnames[] = {
14125 (char *) "self", NULL
14126 };
14127
14128 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToggleButton_GetValue",kwnames,&obj0)) goto fail;
14129 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
14130 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14131 {
14132 PyThreadState* __tstate = wxPyBeginAllowThreads();
14133 result = (bool)((wxToggleButton const *)arg1)->GetValue();
14134
14135 wxPyEndAllowThreads(__tstate);
14136 if (PyErr_Occurred()) SWIG_fail;
14137 }
14138 {
14139 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14140 }
14141 return resultobj;
14142 fail:
14143 return NULL;
14144 }
14145
14146
14147 static PyObject *_wrap_ToggleButton_SetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
14148 PyObject *resultobj;
14149 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
14150 wxString *arg2 = 0 ;
14151 bool temp2 = False ;
14152 PyObject * obj0 = 0 ;
14153 PyObject * obj1 = 0 ;
14154 char *kwnames[] = {
14155 (char *) "self",(char *) "label", NULL
14156 };
14157
14158 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetLabel",kwnames,&obj0,&obj1)) goto fail;
14159 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
14160 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14161 {
14162 arg2 = wxString_in_helper(obj1);
14163 if (arg2 == NULL) SWIG_fail;
14164 temp2 = True;
14165 }
14166 {
14167 PyThreadState* __tstate = wxPyBeginAllowThreads();
14168 (arg1)->SetLabel((wxString const &)*arg2);
14169
14170 wxPyEndAllowThreads(__tstate);
14171 if (PyErr_Occurred()) SWIG_fail;
14172 }
14173 Py_INCREF(Py_None); resultobj = Py_None;
14174 {
14175 if (temp2)
14176 delete arg2;
14177 }
14178 return resultobj;
14179 fail:
14180 {
14181 if (temp2)
14182 delete arg2;
14183 }
14184 return NULL;
14185 }
14186
14187
14188 static PyObject *_wrap_ToggleButton_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
14189 PyObject *resultobj;
14190 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
14191 wxVisualAttributes result;
14192 PyObject * obj0 = 0 ;
14193 char *kwnames[] = {
14194 (char *) "variant", NULL
14195 };
14196
14197 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ToggleButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
14198 if (obj0) {
14199 arg1 = (int)SWIG_As_int(obj0);
14200 if (PyErr_Occurred()) SWIG_fail;
14201 }
14202 {
14203 if (!wxPyCheckForApp()) SWIG_fail;
14204 PyThreadState* __tstate = wxPyBeginAllowThreads();
14205 result = wxToggleButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
14206
14207 wxPyEndAllowThreads(__tstate);
14208 if (PyErr_Occurred()) SWIG_fail;
14209 }
14210 {
14211 wxVisualAttributes * resultptr;
14212 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
14213 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
14214 }
14215 return resultobj;
14216 fail:
14217 return NULL;
14218 }
14219
14220
14221 static PyObject * ToggleButton_swigregister(PyObject *, PyObject *args) {
14222 PyObject *obj;
14223 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14224 SWIG_TypeClientData(SWIGTYPE_p_wxToggleButton, obj);
14225 Py_INCREF(obj);
14226 return Py_BuildValue((char *)"");
14227 }
14228 static int _wrap_NOTEBOOK_NAME_set(PyObject *) {
14229 PyErr_SetString(PyExc_TypeError,"Variable NOTEBOOK_NAME is read-only.");
14230 return 1;
14231 }
14232
14233
14234 static PyObject *_wrap_NOTEBOOK_NAME_get() {
14235 PyObject *pyobj;
14236
14237 {
14238 #if wxUSE_UNICODE
14239 pyobj = PyUnicode_FromWideChar((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
14240 #else
14241 pyobj = PyString_FromStringAndSize((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
14242 #endif
14243 }
14244 return pyobj;
14245 }
14246
14247
14248 static PyObject *_wrap_BookCtrl_GetPageCount(PyObject *, PyObject *args, PyObject *kwargs) {
14249 PyObject *resultobj;
14250 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14251 size_t result;
14252 PyObject * obj0 = 0 ;
14253 char *kwnames[] = {
14254 (char *) "self", NULL
14255 };
14256
14257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetPageCount",kwnames,&obj0)) goto fail;
14258 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14259 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14260 {
14261 PyThreadState* __tstate = wxPyBeginAllowThreads();
14262 result = (size_t)((wxBookCtrl const *)arg1)->GetPageCount();
14263
14264 wxPyEndAllowThreads(__tstate);
14265 if (PyErr_Occurred()) SWIG_fail;
14266 }
14267 resultobj = SWIG_From_unsigned_SS_long((unsigned long)result);
14268 return resultobj;
14269 fail:
14270 return NULL;
14271 }
14272
14273
14274 static PyObject *_wrap_BookCtrl_GetPage(PyObject *, PyObject *args, PyObject *kwargs) {
14275 PyObject *resultobj;
14276 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14277 size_t arg2 ;
14278 wxWindow *result;
14279 PyObject * obj0 = 0 ;
14280 PyObject * obj1 = 0 ;
14281 char *kwnames[] = {
14282 (char *) "self",(char *) "n", NULL
14283 };
14284
14285 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPage",kwnames,&obj0,&obj1)) goto fail;
14286 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14287 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14288 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14289 if (PyErr_Occurred()) SWIG_fail;
14290 {
14291 PyThreadState* __tstate = wxPyBeginAllowThreads();
14292 result = (wxWindow *)(arg1)->GetPage(arg2);
14293
14294 wxPyEndAllowThreads(__tstate);
14295 if (PyErr_Occurred()) SWIG_fail;
14296 }
14297 {
14298 resultobj = wxPyMake_wxObject(result, 0);
14299 }
14300 return resultobj;
14301 fail:
14302 return NULL;
14303 }
14304
14305
14306 static PyObject *_wrap_BookCtrl_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
14307 PyObject *resultobj;
14308 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14309 int result;
14310 PyObject * obj0 = 0 ;
14311 char *kwnames[] = {
14312 (char *) "self", NULL
14313 };
14314
14315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetSelection",kwnames,&obj0)) goto fail;
14316 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14317 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14318 {
14319 PyThreadState* __tstate = wxPyBeginAllowThreads();
14320 result = (int)((wxBookCtrl const *)arg1)->GetSelection();
14321
14322 wxPyEndAllowThreads(__tstate);
14323 if (PyErr_Occurred()) SWIG_fail;
14324 }
14325 resultobj = SWIG_From_int((int)result);
14326 return resultobj;
14327 fail:
14328 return NULL;
14329 }
14330
14331
14332 static PyObject *_wrap_BookCtrl_SetPageText(PyObject *, PyObject *args, PyObject *kwargs) {
14333 PyObject *resultobj;
14334 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14335 size_t arg2 ;
14336 wxString *arg3 = 0 ;
14337 bool result;
14338 bool temp3 = False ;
14339 PyObject * obj0 = 0 ;
14340 PyObject * obj1 = 0 ;
14341 PyObject * obj2 = 0 ;
14342 char *kwnames[] = {
14343 (char *) "self",(char *) "n",(char *) "strText", NULL
14344 };
14345
14346 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageText",kwnames,&obj0,&obj1,&obj2)) goto fail;
14347 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14348 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14349 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14350 if (PyErr_Occurred()) SWIG_fail;
14351 {
14352 arg3 = wxString_in_helper(obj2);
14353 if (arg3 == NULL) SWIG_fail;
14354 temp3 = True;
14355 }
14356 {
14357 PyThreadState* __tstate = wxPyBeginAllowThreads();
14358 result = (bool)(arg1)->SetPageText(arg2,(wxString const &)*arg3);
14359
14360 wxPyEndAllowThreads(__tstate);
14361 if (PyErr_Occurred()) SWIG_fail;
14362 }
14363 {
14364 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14365 }
14366 {
14367 if (temp3)
14368 delete arg3;
14369 }
14370 return resultobj;
14371 fail:
14372 {
14373 if (temp3)
14374 delete arg3;
14375 }
14376 return NULL;
14377 }
14378
14379
14380 static PyObject *_wrap_BookCtrl_GetPageText(PyObject *, PyObject *args, PyObject *kwargs) {
14381 PyObject *resultobj;
14382 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14383 size_t arg2 ;
14384 wxString result;
14385 PyObject * obj0 = 0 ;
14386 PyObject * obj1 = 0 ;
14387 char *kwnames[] = {
14388 (char *) "self",(char *) "n", NULL
14389 };
14390
14391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageText",kwnames,&obj0,&obj1)) goto fail;
14392 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14393 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14394 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14395 if (PyErr_Occurred()) SWIG_fail;
14396 {
14397 PyThreadState* __tstate = wxPyBeginAllowThreads();
14398 result = ((wxBookCtrl const *)arg1)->GetPageText(arg2);
14399
14400 wxPyEndAllowThreads(__tstate);
14401 if (PyErr_Occurred()) SWIG_fail;
14402 }
14403 {
14404 #if wxUSE_UNICODE
14405 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
14406 #else
14407 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
14408 #endif
14409 }
14410 return resultobj;
14411 fail:
14412 return NULL;
14413 }
14414
14415
14416 static PyObject *_wrap_BookCtrl_SetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
14417 PyObject *resultobj;
14418 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14419 wxImageList *arg2 = (wxImageList *) 0 ;
14420 PyObject * obj0 = 0 ;
14421 PyObject * obj1 = 0 ;
14422 char *kwnames[] = {
14423 (char *) "self",(char *) "imageList", NULL
14424 };
14425
14426 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
14427 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14428 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14429 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
14430 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14431 {
14432 PyThreadState* __tstate = wxPyBeginAllowThreads();
14433 (arg1)->SetImageList(arg2);
14434
14435 wxPyEndAllowThreads(__tstate);
14436 if (PyErr_Occurred()) SWIG_fail;
14437 }
14438 Py_INCREF(Py_None); resultobj = Py_None;
14439 return resultobj;
14440 fail:
14441 return NULL;
14442 }
14443
14444
14445 static PyObject *_wrap_BookCtrl_AssignImageList(PyObject *, PyObject *args, PyObject *kwargs) {
14446 PyObject *resultobj;
14447 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14448 wxImageList *arg2 = (wxImageList *) 0 ;
14449 PyObject * obj0 = 0 ;
14450 PyObject * obj1 = 0 ;
14451 char *kwnames[] = {
14452 (char *) "self",(char *) "imageList", NULL
14453 };
14454
14455 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
14456 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14457 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14458 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
14459 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
14460 {
14461 PyThreadState* __tstate = wxPyBeginAllowThreads();
14462 (arg1)->AssignImageList(arg2);
14463
14464 wxPyEndAllowThreads(__tstate);
14465 if (PyErr_Occurred()) SWIG_fail;
14466 }
14467 Py_INCREF(Py_None); resultobj = Py_None;
14468 return resultobj;
14469 fail:
14470 return NULL;
14471 }
14472
14473
14474 static PyObject *_wrap_BookCtrl_GetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
14475 PyObject *resultobj;
14476 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14477 wxImageList *result;
14478 PyObject * obj0 = 0 ;
14479 char *kwnames[] = {
14480 (char *) "self", NULL
14481 };
14482
14483 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetImageList",kwnames,&obj0)) goto fail;
14484 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14485 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14486 {
14487 PyThreadState* __tstate = wxPyBeginAllowThreads();
14488 result = (wxImageList *)((wxBookCtrl const *)arg1)->GetImageList();
14489
14490 wxPyEndAllowThreads(__tstate);
14491 if (PyErr_Occurred()) SWIG_fail;
14492 }
14493 {
14494 resultobj = wxPyMake_wxObject(result, 0);
14495 }
14496 return resultobj;
14497 fail:
14498 return NULL;
14499 }
14500
14501
14502 static PyObject *_wrap_BookCtrl_GetPageImage(PyObject *, PyObject *args, PyObject *kwargs) {
14503 PyObject *resultobj;
14504 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14505 size_t arg2 ;
14506 int result;
14507 PyObject * obj0 = 0 ;
14508 PyObject * obj1 = 0 ;
14509 char *kwnames[] = {
14510 (char *) "self",(char *) "n", NULL
14511 };
14512
14513 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageImage",kwnames,&obj0,&obj1)) goto fail;
14514 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14515 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14516 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14517 if (PyErr_Occurred()) SWIG_fail;
14518 {
14519 PyThreadState* __tstate = wxPyBeginAllowThreads();
14520 result = (int)((wxBookCtrl const *)arg1)->GetPageImage(arg2);
14521
14522 wxPyEndAllowThreads(__tstate);
14523 if (PyErr_Occurred()) SWIG_fail;
14524 }
14525 resultobj = SWIG_From_int((int)result);
14526 return resultobj;
14527 fail:
14528 return NULL;
14529 }
14530
14531
14532 static PyObject *_wrap_BookCtrl_SetPageImage(PyObject *, PyObject *args, PyObject *kwargs) {
14533 PyObject *resultobj;
14534 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14535 size_t arg2 ;
14536 int arg3 ;
14537 bool result;
14538 PyObject * obj0 = 0 ;
14539 PyObject * obj1 = 0 ;
14540 PyObject * obj2 = 0 ;
14541 char *kwnames[] = {
14542 (char *) "self",(char *) "n",(char *) "imageId", NULL
14543 };
14544
14545 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
14546 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14547 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14548 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14549 if (PyErr_Occurred()) SWIG_fail;
14550 arg3 = (int)SWIG_As_int(obj2);
14551 if (PyErr_Occurred()) SWIG_fail;
14552 {
14553 PyThreadState* __tstate = wxPyBeginAllowThreads();
14554 result = (bool)(arg1)->SetPageImage(arg2,arg3);
14555
14556 wxPyEndAllowThreads(__tstate);
14557 if (PyErr_Occurred()) SWIG_fail;
14558 }
14559 {
14560 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14561 }
14562 return resultobj;
14563 fail:
14564 return NULL;
14565 }
14566
14567
14568 static PyObject *_wrap_BookCtrl_SetPageSize(PyObject *, PyObject *args, PyObject *kwargs) {
14569 PyObject *resultobj;
14570 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14571 wxSize *arg2 = 0 ;
14572 wxSize temp2 ;
14573 PyObject * obj0 = 0 ;
14574 PyObject * obj1 = 0 ;
14575 char *kwnames[] = {
14576 (char *) "self",(char *) "size", NULL
14577 };
14578
14579 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
14580 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14581 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14582 {
14583 arg2 = &temp2;
14584 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14585 }
14586 {
14587 PyThreadState* __tstate = wxPyBeginAllowThreads();
14588 (arg1)->SetPageSize((wxSize const &)*arg2);
14589
14590 wxPyEndAllowThreads(__tstate);
14591 if (PyErr_Occurred()) SWIG_fail;
14592 }
14593 Py_INCREF(Py_None); resultobj = Py_None;
14594 return resultobj;
14595 fail:
14596 return NULL;
14597 }
14598
14599
14600 static PyObject *_wrap_BookCtrl_CalcSizeFromPage(PyObject *, PyObject *args, PyObject *kwargs) {
14601 PyObject *resultobj;
14602 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14603 wxSize *arg2 = 0 ;
14604 wxSize result;
14605 wxSize temp2 ;
14606 PyObject * obj0 = 0 ;
14607 PyObject * obj1 = 0 ;
14608 char *kwnames[] = {
14609 (char *) "self",(char *) "sizePage", NULL
14610 };
14611
14612 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
14613 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14614 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14615 {
14616 arg2 = &temp2;
14617 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14618 }
14619 {
14620 PyThreadState* __tstate = wxPyBeginAllowThreads();
14621 result = ((wxBookCtrl const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
14622
14623 wxPyEndAllowThreads(__tstate);
14624 if (PyErr_Occurred()) SWIG_fail;
14625 }
14626 {
14627 wxSize * resultptr;
14628 resultptr = new wxSize((wxSize &) result);
14629 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
14630 }
14631 return resultobj;
14632 fail:
14633 return NULL;
14634 }
14635
14636
14637 static PyObject *_wrap_BookCtrl_DeletePage(PyObject *, PyObject *args, PyObject *kwargs) {
14638 PyObject *resultobj;
14639 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14640 size_t arg2 ;
14641 bool result;
14642 PyObject * obj0 = 0 ;
14643 PyObject * obj1 = 0 ;
14644 char *kwnames[] = {
14645 (char *) "self",(char *) "n", NULL
14646 };
14647
14648 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_DeletePage",kwnames,&obj0,&obj1)) goto fail;
14649 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14650 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14651 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14652 if (PyErr_Occurred()) SWIG_fail;
14653 {
14654 PyThreadState* __tstate = wxPyBeginAllowThreads();
14655 result = (bool)(arg1)->DeletePage(arg2);
14656
14657 wxPyEndAllowThreads(__tstate);
14658 if (PyErr_Occurred()) SWIG_fail;
14659 }
14660 {
14661 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14662 }
14663 return resultobj;
14664 fail:
14665 return NULL;
14666 }
14667
14668
14669 static PyObject *_wrap_BookCtrl_RemovePage(PyObject *, PyObject *args, PyObject *kwargs) {
14670 PyObject *resultobj;
14671 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14672 size_t arg2 ;
14673 bool result;
14674 PyObject * obj0 = 0 ;
14675 PyObject * obj1 = 0 ;
14676 char *kwnames[] = {
14677 (char *) "self",(char *) "n", NULL
14678 };
14679
14680 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_RemovePage",kwnames,&obj0,&obj1)) goto fail;
14681 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14682 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14683 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14684 if (PyErr_Occurred()) SWIG_fail;
14685 {
14686 PyThreadState* __tstate = wxPyBeginAllowThreads();
14687 result = (bool)(arg1)->RemovePage(arg2);
14688
14689 wxPyEndAllowThreads(__tstate);
14690 if (PyErr_Occurred()) SWIG_fail;
14691 }
14692 {
14693 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14694 }
14695 return resultobj;
14696 fail:
14697 return NULL;
14698 }
14699
14700
14701 static PyObject *_wrap_BookCtrl_DeleteAllPages(PyObject *, PyObject *args, PyObject *kwargs) {
14702 PyObject *resultobj;
14703 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14704 bool result;
14705 PyObject * obj0 = 0 ;
14706 char *kwnames[] = {
14707 (char *) "self", NULL
14708 };
14709
14710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_DeleteAllPages",kwnames,&obj0)) goto fail;
14711 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14712 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14713 {
14714 PyThreadState* __tstate = wxPyBeginAllowThreads();
14715 result = (bool)(arg1)->DeleteAllPages();
14716
14717 wxPyEndAllowThreads(__tstate);
14718 if (PyErr_Occurred()) SWIG_fail;
14719 }
14720 {
14721 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14722 }
14723 return resultobj;
14724 fail:
14725 return NULL;
14726 }
14727
14728
14729 static PyObject *_wrap_BookCtrl_AddPage(PyObject *, PyObject *args, PyObject *kwargs) {
14730 PyObject *resultobj;
14731 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14732 wxWindow *arg2 = (wxWindow *) 0 ;
14733 wxString *arg3 = 0 ;
14734 bool arg4 = (bool) False ;
14735 int arg5 = (int) -1 ;
14736 bool result;
14737 bool temp3 = False ;
14738 PyObject * obj0 = 0 ;
14739 PyObject * obj1 = 0 ;
14740 PyObject * obj2 = 0 ;
14741 PyObject * obj3 = 0 ;
14742 PyObject * obj4 = 0 ;
14743 char *kwnames[] = {
14744 (char *) "self",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14745 };
14746
14747 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:BookCtrl_AddPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
14748 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14749 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14750 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
14751 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14752 {
14753 arg3 = wxString_in_helper(obj2);
14754 if (arg3 == NULL) SWIG_fail;
14755 temp3 = True;
14756 }
14757 if (obj3) {
14758 arg4 = (bool)SWIG_As_bool(obj3);
14759 if (PyErr_Occurred()) SWIG_fail;
14760 }
14761 if (obj4) {
14762 arg5 = (int)SWIG_As_int(obj4);
14763 if (PyErr_Occurred()) SWIG_fail;
14764 }
14765 {
14766 PyThreadState* __tstate = wxPyBeginAllowThreads();
14767 result = (bool)(arg1)->AddPage(arg2,(wxString const &)*arg3,arg4,arg5);
14768
14769 wxPyEndAllowThreads(__tstate);
14770 if (PyErr_Occurred()) SWIG_fail;
14771 }
14772 {
14773 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14774 }
14775 {
14776 if (temp3)
14777 delete arg3;
14778 }
14779 return resultobj;
14780 fail:
14781 {
14782 if (temp3)
14783 delete arg3;
14784 }
14785 return NULL;
14786 }
14787
14788
14789 static PyObject *_wrap_BookCtrl_InsertPage(PyObject *, PyObject *args, PyObject *kwargs) {
14790 PyObject *resultobj;
14791 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14792 size_t arg2 ;
14793 wxWindow *arg3 = (wxWindow *) 0 ;
14794 wxString *arg4 = 0 ;
14795 bool arg5 = (bool) False ;
14796 int arg6 = (int) -1 ;
14797 bool result;
14798 bool temp4 = False ;
14799 PyObject * obj0 = 0 ;
14800 PyObject * obj1 = 0 ;
14801 PyObject * obj2 = 0 ;
14802 PyObject * obj3 = 0 ;
14803 PyObject * obj4 = 0 ;
14804 PyObject * obj5 = 0 ;
14805 char *kwnames[] = {
14806 (char *) "self",(char *) "n",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14807 };
14808
14809 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OO:BookCtrl_InsertPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
14810 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14811 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14812 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14813 if (PyErr_Occurred()) SWIG_fail;
14814 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
14815 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14816 {
14817 arg4 = wxString_in_helper(obj3);
14818 if (arg4 == NULL) SWIG_fail;
14819 temp4 = True;
14820 }
14821 if (obj4) {
14822 arg5 = (bool)SWIG_As_bool(obj4);
14823 if (PyErr_Occurred()) SWIG_fail;
14824 }
14825 if (obj5) {
14826 arg6 = (int)SWIG_As_int(obj5);
14827 if (PyErr_Occurred()) SWIG_fail;
14828 }
14829 {
14830 PyThreadState* __tstate = wxPyBeginAllowThreads();
14831 result = (bool)(arg1)->InsertPage(arg2,arg3,(wxString const &)*arg4,arg5,arg6);
14832
14833 wxPyEndAllowThreads(__tstate);
14834 if (PyErr_Occurred()) SWIG_fail;
14835 }
14836 {
14837 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14838 }
14839 {
14840 if (temp4)
14841 delete arg4;
14842 }
14843 return resultobj;
14844 fail:
14845 {
14846 if (temp4)
14847 delete arg4;
14848 }
14849 return NULL;
14850 }
14851
14852
14853 static PyObject *_wrap_BookCtrl_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
14854 PyObject *resultobj;
14855 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14856 size_t arg2 ;
14857 int result;
14858 PyObject * obj0 = 0 ;
14859 PyObject * obj1 = 0 ;
14860 char *kwnames[] = {
14861 (char *) "self",(char *) "n", NULL
14862 };
14863
14864 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetSelection",kwnames,&obj0,&obj1)) goto fail;
14865 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14866 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14867 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14868 if (PyErr_Occurred()) SWIG_fail;
14869 {
14870 PyThreadState* __tstate = wxPyBeginAllowThreads();
14871 result = (int)(arg1)->SetSelection(arg2);
14872
14873 wxPyEndAllowThreads(__tstate);
14874 if (PyErr_Occurred()) SWIG_fail;
14875 }
14876 resultobj = SWIG_From_int((int)result);
14877 return resultobj;
14878 fail:
14879 return NULL;
14880 }
14881
14882
14883 static PyObject *_wrap_BookCtrl_AdvanceSelection(PyObject *, PyObject *args, PyObject *kwargs) {
14884 PyObject *resultobj;
14885 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14886 bool arg2 = (bool) True ;
14887 PyObject * obj0 = 0 ;
14888 PyObject * obj1 = 0 ;
14889 char *kwnames[] = {
14890 (char *) "self",(char *) "forward", NULL
14891 };
14892
14893 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:BookCtrl_AdvanceSelection",kwnames,&obj0,&obj1)) goto fail;
14894 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14895 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14896 if (obj1) {
14897 arg2 = (bool)SWIG_As_bool(obj1);
14898 if (PyErr_Occurred()) SWIG_fail;
14899 }
14900 {
14901 PyThreadState* __tstate = wxPyBeginAllowThreads();
14902 (arg1)->AdvanceSelection(arg2);
14903
14904 wxPyEndAllowThreads(__tstate);
14905 if (PyErr_Occurred()) SWIG_fail;
14906 }
14907 Py_INCREF(Py_None); resultobj = Py_None;
14908 return resultobj;
14909 fail:
14910 return NULL;
14911 }
14912
14913
14914 static PyObject *_wrap_BookCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
14915 PyObject *resultobj;
14916 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
14917 wxVisualAttributes result;
14918 PyObject * obj0 = 0 ;
14919 char *kwnames[] = {
14920 (char *) "variant", NULL
14921 };
14922
14923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:BookCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
14924 if (obj0) {
14925 arg1 = (int)SWIG_As_int(obj0);
14926 if (PyErr_Occurred()) SWIG_fail;
14927 }
14928 {
14929 if (!wxPyCheckForApp()) SWIG_fail;
14930 PyThreadState* __tstate = wxPyBeginAllowThreads();
14931 result = wxBookCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
14932
14933 wxPyEndAllowThreads(__tstate);
14934 if (PyErr_Occurred()) SWIG_fail;
14935 }
14936 {
14937 wxVisualAttributes * resultptr;
14938 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
14939 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
14940 }
14941 return resultobj;
14942 fail:
14943 return NULL;
14944 }
14945
14946
14947 static PyObject * BookCtrl_swigregister(PyObject *, PyObject *args) {
14948 PyObject *obj;
14949 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14950 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrl, obj);
14951 Py_INCREF(obj);
14952 return Py_BuildValue((char *)"");
14953 }
14954 static PyObject *_wrap_new_BookCtrlEvent(PyObject *, PyObject *args, PyObject *kwargs) {
14955 PyObject *resultobj;
14956 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
14957 int arg2 = (int) 0 ;
14958 int arg3 = (int) -1 ;
14959 int arg4 = (int) -1 ;
14960 wxBookCtrlEvent *result;
14961 PyObject * obj0 = 0 ;
14962 PyObject * obj1 = 0 ;
14963 PyObject * obj2 = 0 ;
14964 PyObject * obj3 = 0 ;
14965 char *kwnames[] = {
14966 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
14967 };
14968
14969 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_BookCtrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
14970 if (obj0) {
14971 arg1 = (wxEventType)SWIG_As_int(obj0);
14972 if (PyErr_Occurred()) SWIG_fail;
14973 }
14974 if (obj1) {
14975 arg2 = (int)SWIG_As_int(obj1);
14976 if (PyErr_Occurred()) SWIG_fail;
14977 }
14978 if (obj2) {
14979 arg3 = (int)SWIG_As_int(obj2);
14980 if (PyErr_Occurred()) SWIG_fail;
14981 }
14982 if (obj3) {
14983 arg4 = (int)SWIG_As_int(obj3);
14984 if (PyErr_Occurred()) SWIG_fail;
14985 }
14986 {
14987 PyThreadState* __tstate = wxPyBeginAllowThreads();
14988 result = (wxBookCtrlEvent *)new wxBookCtrlEvent(arg1,arg2,arg3,arg4);
14989
14990 wxPyEndAllowThreads(__tstate);
14991 if (PyErr_Occurred()) SWIG_fail;
14992 }
14993 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrlEvent, 1);
14994 return resultobj;
14995 fail:
14996 return NULL;
14997 }
14998
14999
15000 static PyObject *_wrap_BookCtrlEvent_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
15001 PyObject *resultobj;
15002 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
15003 int result;
15004 PyObject * obj0 = 0 ;
15005 char *kwnames[] = {
15006 (char *) "self", NULL
15007 };
15008
15009 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetSelection",kwnames,&obj0)) goto fail;
15010 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
15011 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15012 {
15013 PyThreadState* __tstate = wxPyBeginAllowThreads();
15014 result = (int)((wxBookCtrlEvent const *)arg1)->GetSelection();
15015
15016 wxPyEndAllowThreads(__tstate);
15017 if (PyErr_Occurred()) SWIG_fail;
15018 }
15019 resultobj = SWIG_From_int((int)result);
15020 return resultobj;
15021 fail:
15022 return NULL;
15023 }
15024
15025
15026 static PyObject *_wrap_BookCtrlEvent_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
15027 PyObject *resultobj;
15028 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
15029 int arg2 ;
15030 PyObject * obj0 = 0 ;
15031 PyObject * obj1 = 0 ;
15032 char *kwnames[] = {
15033 (char *) "self",(char *) "nSel", NULL
15034 };
15035
15036 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetSelection",kwnames,&obj0,&obj1)) goto fail;
15037 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
15038 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15039 arg2 = (int)SWIG_As_int(obj1);
15040 if (PyErr_Occurred()) SWIG_fail;
15041 {
15042 PyThreadState* __tstate = wxPyBeginAllowThreads();
15043 (arg1)->SetSelection(arg2);
15044
15045 wxPyEndAllowThreads(__tstate);
15046 if (PyErr_Occurred()) SWIG_fail;
15047 }
15048 Py_INCREF(Py_None); resultobj = Py_None;
15049 return resultobj;
15050 fail:
15051 return NULL;
15052 }
15053
15054
15055 static PyObject *_wrap_BookCtrlEvent_GetOldSelection(PyObject *, PyObject *args, PyObject *kwargs) {
15056 PyObject *resultobj;
15057 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
15058 int result;
15059 PyObject * obj0 = 0 ;
15060 char *kwnames[] = {
15061 (char *) "self", NULL
15062 };
15063
15064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetOldSelection",kwnames,&obj0)) goto fail;
15065 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
15066 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15067 {
15068 PyThreadState* __tstate = wxPyBeginAllowThreads();
15069 result = (int)((wxBookCtrlEvent const *)arg1)->GetOldSelection();
15070
15071 wxPyEndAllowThreads(__tstate);
15072 if (PyErr_Occurred()) SWIG_fail;
15073 }
15074 resultobj = SWIG_From_int((int)result);
15075 return resultobj;
15076 fail:
15077 return NULL;
15078 }
15079
15080
15081 static PyObject *_wrap_BookCtrlEvent_SetOldSelection(PyObject *, PyObject *args, PyObject *kwargs) {
15082 PyObject *resultobj;
15083 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
15084 int arg2 ;
15085 PyObject * obj0 = 0 ;
15086 PyObject * obj1 = 0 ;
15087 char *kwnames[] = {
15088 (char *) "self",(char *) "nOldSel", NULL
15089 };
15090
15091 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetOldSelection",kwnames,&obj0,&obj1)) goto fail;
15092 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
15093 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15094 arg2 = (int)SWIG_As_int(obj1);
15095 if (PyErr_Occurred()) SWIG_fail;
15096 {
15097 PyThreadState* __tstate = wxPyBeginAllowThreads();
15098 (arg1)->SetOldSelection(arg2);
15099
15100 wxPyEndAllowThreads(__tstate);
15101 if (PyErr_Occurred()) SWIG_fail;
15102 }
15103 Py_INCREF(Py_None); resultobj = Py_None;
15104 return resultobj;
15105 fail:
15106 return NULL;
15107 }
15108
15109
15110 static PyObject * BookCtrlEvent_swigregister(PyObject *, PyObject *args) {
15111 PyObject *obj;
15112 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15113 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlEvent, obj);
15114 Py_INCREF(obj);
15115 return Py_BuildValue((char *)"");
15116 }
15117 static PyObject *_wrap_new_Notebook(PyObject *, PyObject *args, PyObject *kwargs) {
15118 PyObject *resultobj;
15119 wxWindow *arg1 = (wxWindow *) 0 ;
15120 int arg2 = (int) -1 ;
15121 wxPoint const &arg3_defvalue = wxDefaultPosition ;
15122 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
15123 wxSize const &arg4_defvalue = wxDefaultSize ;
15124 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
15125 long arg5 = (long) 0 ;
15126 wxString const &arg6_defvalue = wxPyNOTEBOOK_NAME ;
15127 wxString *arg6 = (wxString *) &arg6_defvalue ;
15128 wxNotebook *result;
15129 wxPoint temp3 ;
15130 wxSize temp4 ;
15131 bool temp6 = False ;
15132 PyObject * obj0 = 0 ;
15133 PyObject * obj1 = 0 ;
15134 PyObject * obj2 = 0 ;
15135 PyObject * obj3 = 0 ;
15136 PyObject * obj4 = 0 ;
15137 PyObject * obj5 = 0 ;
15138 char *kwnames[] = {
15139 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15140 };
15141
15142 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Notebook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
15143 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
15144 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15145 if (obj1) {
15146 arg2 = (int)SWIG_As_int(obj1);
15147 if (PyErr_Occurred()) SWIG_fail;
15148 }
15149 if (obj2) {
15150 {
15151 arg3 = &temp3;
15152 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
15153 }
15154 }
15155 if (obj3) {
15156 {
15157 arg4 = &temp4;
15158 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
15159 }
15160 }
15161 if (obj4) {
15162 arg5 = (long)SWIG_As_long(obj4);
15163 if (PyErr_Occurred()) SWIG_fail;
15164 }
15165 if (obj5) {
15166 {
15167 arg6 = wxString_in_helper(obj5);
15168 if (arg6 == NULL) SWIG_fail;
15169 temp6 = True;
15170 }
15171 }
15172 {
15173 if (!wxPyCheckForApp()) SWIG_fail;
15174 PyThreadState* __tstate = wxPyBeginAllowThreads();
15175 result = (wxNotebook *)new wxNotebook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
15176
15177 wxPyEndAllowThreads(__tstate);
15178 if (PyErr_Occurred()) SWIG_fail;
15179 }
15180 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebook, 1);
15181 {
15182 if (temp6)
15183 delete arg6;
15184 }
15185 return resultobj;
15186 fail:
15187 {
15188 if (temp6)
15189 delete arg6;
15190 }
15191 return NULL;
15192 }
15193
15194
15195 static PyObject *_wrap_new_PreNotebook(PyObject *, PyObject *args, PyObject *kwargs) {
15196 PyObject *resultobj;
15197 wxNotebook *result;
15198 char *kwnames[] = {
15199 NULL
15200 };
15201
15202 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreNotebook",kwnames)) goto fail;
15203 {
15204 if (!wxPyCheckForApp()) SWIG_fail;
15205 PyThreadState* __tstate = wxPyBeginAllowThreads();
15206 result = (wxNotebook *)new wxNotebook();
15207
15208 wxPyEndAllowThreads(__tstate);
15209 if (PyErr_Occurred()) SWIG_fail;
15210 }
15211 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebook, 1);
15212 return resultobj;
15213 fail:
15214 return NULL;
15215 }
15216
15217
15218 static PyObject *_wrap_Notebook_Create(PyObject *, PyObject *args, PyObject *kwargs) {
15219 PyObject *resultobj;
15220 wxNotebook *arg1 = (wxNotebook *) 0 ;
15221 wxWindow *arg2 = (wxWindow *) 0 ;
15222 int arg3 = (int) -1 ;
15223 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15224 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15225 wxSize const &arg5_defvalue = wxDefaultSize ;
15226 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15227 long arg6 = (long) 0 ;
15228 wxString const &arg7_defvalue = wxPyNOTEBOOK_NAME ;
15229 wxString *arg7 = (wxString *) &arg7_defvalue ;
15230 bool result;
15231 wxPoint temp4 ;
15232 wxSize temp5 ;
15233 bool temp7 = False ;
15234 PyObject * obj0 = 0 ;
15235 PyObject * obj1 = 0 ;
15236 PyObject * obj2 = 0 ;
15237 PyObject * obj3 = 0 ;
15238 PyObject * obj4 = 0 ;
15239 PyObject * obj5 = 0 ;
15240 PyObject * obj6 = 0 ;
15241 char *kwnames[] = {
15242 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15243 };
15244
15245 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:Notebook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15246 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15247 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15248 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15249 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15250 if (obj2) {
15251 arg3 = (int)SWIG_As_int(obj2);
15252 if (PyErr_Occurred()) SWIG_fail;
15253 }
15254 if (obj3) {
15255 {
15256 arg4 = &temp4;
15257 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15258 }
15259 }
15260 if (obj4) {
15261 {
15262 arg5 = &temp5;
15263 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15264 }
15265 }
15266 if (obj5) {
15267 arg6 = (long)SWIG_As_long(obj5);
15268 if (PyErr_Occurred()) SWIG_fail;
15269 }
15270 if (obj6) {
15271 {
15272 arg7 = wxString_in_helper(obj6);
15273 if (arg7 == NULL) SWIG_fail;
15274 temp7 = True;
15275 }
15276 }
15277 {
15278 PyThreadState* __tstate = wxPyBeginAllowThreads();
15279 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15280
15281 wxPyEndAllowThreads(__tstate);
15282 if (PyErr_Occurred()) SWIG_fail;
15283 }
15284 {
15285 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15286 }
15287 {
15288 if (temp7)
15289 delete arg7;
15290 }
15291 return resultobj;
15292 fail:
15293 {
15294 if (temp7)
15295 delete arg7;
15296 }
15297 return NULL;
15298 }
15299
15300
15301 static PyObject *_wrap_Notebook_GetRowCount(PyObject *, PyObject *args, PyObject *kwargs) {
15302 PyObject *resultobj;
15303 wxNotebook *arg1 = (wxNotebook *) 0 ;
15304 int result;
15305 PyObject * obj0 = 0 ;
15306 char *kwnames[] = {
15307 (char *) "self", NULL
15308 };
15309
15310 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Notebook_GetRowCount",kwnames,&obj0)) goto fail;
15311 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15312 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15313 {
15314 PyThreadState* __tstate = wxPyBeginAllowThreads();
15315 result = (int)((wxNotebook const *)arg1)->GetRowCount();
15316
15317 wxPyEndAllowThreads(__tstate);
15318 if (PyErr_Occurred()) SWIG_fail;
15319 }
15320 resultobj = SWIG_From_int((int)result);
15321 return resultobj;
15322 fail:
15323 return NULL;
15324 }
15325
15326
15327 static PyObject *_wrap_Notebook_SetPadding(PyObject *, PyObject *args, PyObject *kwargs) {
15328 PyObject *resultobj;
15329 wxNotebook *arg1 = (wxNotebook *) 0 ;
15330 wxSize *arg2 = 0 ;
15331 wxSize temp2 ;
15332 PyObject * obj0 = 0 ;
15333 PyObject * obj1 = 0 ;
15334 char *kwnames[] = {
15335 (char *) "self",(char *) "padding", NULL
15336 };
15337
15338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetPadding",kwnames,&obj0,&obj1)) goto fail;
15339 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15340 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15341 {
15342 arg2 = &temp2;
15343 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15344 }
15345 {
15346 PyThreadState* __tstate = wxPyBeginAllowThreads();
15347 (arg1)->SetPadding((wxSize const &)*arg2);
15348
15349 wxPyEndAllowThreads(__tstate);
15350 if (PyErr_Occurred()) SWIG_fail;
15351 }
15352 Py_INCREF(Py_None); resultobj = Py_None;
15353 return resultobj;
15354 fail:
15355 return NULL;
15356 }
15357
15358
15359 static PyObject *_wrap_Notebook_SetTabSize(PyObject *, PyObject *args, PyObject *kwargs) {
15360 PyObject *resultobj;
15361 wxNotebook *arg1 = (wxNotebook *) 0 ;
15362 wxSize *arg2 = 0 ;
15363 wxSize temp2 ;
15364 PyObject * obj0 = 0 ;
15365 PyObject * obj1 = 0 ;
15366 char *kwnames[] = {
15367 (char *) "self",(char *) "sz", NULL
15368 };
15369
15370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetTabSize",kwnames,&obj0,&obj1)) goto fail;
15371 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15372 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15373 {
15374 arg2 = &temp2;
15375 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15376 }
15377 {
15378 PyThreadState* __tstate = wxPyBeginAllowThreads();
15379 (arg1)->SetTabSize((wxSize const &)*arg2);
15380
15381 wxPyEndAllowThreads(__tstate);
15382 if (PyErr_Occurred()) SWIG_fail;
15383 }
15384 Py_INCREF(Py_None); resultobj = Py_None;
15385 return resultobj;
15386 fail:
15387 return NULL;
15388 }
15389
15390
15391 static PyObject *_wrap_Notebook_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
15392 PyObject *resultobj;
15393 wxNotebook *arg1 = (wxNotebook *) 0 ;
15394 wxPoint *arg2 = 0 ;
15395 long *arg3 = (long *) 0 ;
15396 int result;
15397 wxPoint temp2 ;
15398 long temp3 ;
15399 int res3 = 0 ;
15400 PyObject * obj0 = 0 ;
15401 PyObject * obj1 = 0 ;
15402 char *kwnames[] = {
15403 (char *) "self",(char *) "pt", NULL
15404 };
15405
15406 arg3 = &temp3; res3 = SWIG_NEWOBJ;
15407 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_HitTest",kwnames,&obj0,&obj1)) goto fail;
15408 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15409 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15410 {
15411 arg2 = &temp2;
15412 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
15413 }
15414 {
15415 PyThreadState* __tstate = wxPyBeginAllowThreads();
15416 result = (int)((wxNotebook const *)arg1)->HitTest((wxPoint const &)*arg2,arg3);
15417
15418 wxPyEndAllowThreads(__tstate);
15419 if (PyErr_Occurred()) SWIG_fail;
15420 }
15421 resultobj = SWIG_From_int((int)result);
15422 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
15423 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
15424 return resultobj;
15425 fail:
15426 return NULL;
15427 }
15428
15429
15430 static PyObject *_wrap_Notebook_CalcSizeFromPage(PyObject *, PyObject *args, PyObject *kwargs) {
15431 PyObject *resultobj;
15432 wxNotebook *arg1 = (wxNotebook *) 0 ;
15433 wxSize *arg2 = 0 ;
15434 wxSize result;
15435 wxSize temp2 ;
15436 PyObject * obj0 = 0 ;
15437 PyObject * obj1 = 0 ;
15438 char *kwnames[] = {
15439 (char *) "self",(char *) "sizePage", NULL
15440 };
15441
15442 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
15443 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15444 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15445 {
15446 arg2 = &temp2;
15447 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15448 }
15449 {
15450 PyThreadState* __tstate = wxPyBeginAllowThreads();
15451 result = ((wxNotebook const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
15452
15453 wxPyEndAllowThreads(__tstate);
15454 if (PyErr_Occurred()) SWIG_fail;
15455 }
15456 {
15457 wxSize * resultptr;
15458 resultptr = new wxSize((wxSize &) result);
15459 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15460 }
15461 return resultobj;
15462 fail:
15463 return NULL;
15464 }
15465
15466
15467 static PyObject *_wrap_Notebook_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
15468 PyObject *resultobj;
15469 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
15470 wxVisualAttributes result;
15471 PyObject * obj0 = 0 ;
15472 char *kwnames[] = {
15473 (char *) "variant", NULL
15474 };
15475
15476 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Notebook_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
15477 if (obj0) {
15478 arg1 = (int)SWIG_As_int(obj0);
15479 if (PyErr_Occurred()) SWIG_fail;
15480 }
15481 {
15482 if (!wxPyCheckForApp()) SWIG_fail;
15483 PyThreadState* __tstate = wxPyBeginAllowThreads();
15484 result = wxNotebook::GetClassDefaultAttributes((wxWindowVariant )arg1);
15485
15486 wxPyEndAllowThreads(__tstate);
15487 if (PyErr_Occurred()) SWIG_fail;
15488 }
15489 {
15490 wxVisualAttributes * resultptr;
15491 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
15492 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
15493 }
15494 return resultobj;
15495 fail:
15496 return NULL;
15497 }
15498
15499
15500 static PyObject * Notebook_swigregister(PyObject *, PyObject *args) {
15501 PyObject *obj;
15502 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15503 SWIG_TypeClientData(SWIGTYPE_p_wxNotebook, obj);
15504 Py_INCREF(obj);
15505 return Py_BuildValue((char *)"");
15506 }
15507 static PyObject *_wrap_new_NotebookEvent(PyObject *, PyObject *args, PyObject *kwargs) {
15508 PyObject *resultobj;
15509 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
15510 int arg2 = (int) 0 ;
15511 int arg3 = (int) -1 ;
15512 int arg4 = (int) -1 ;
15513 wxNotebookEvent *result;
15514 PyObject * obj0 = 0 ;
15515 PyObject * obj1 = 0 ;
15516 PyObject * obj2 = 0 ;
15517 PyObject * obj3 = 0 ;
15518 char *kwnames[] = {
15519 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15520 };
15521
15522 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_NotebookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
15523 if (obj0) {
15524 arg1 = (wxEventType)SWIG_As_int(obj0);
15525 if (PyErr_Occurred()) SWIG_fail;
15526 }
15527 if (obj1) {
15528 arg2 = (int)SWIG_As_int(obj1);
15529 if (PyErr_Occurred()) SWIG_fail;
15530 }
15531 if (obj2) {
15532 arg3 = (int)SWIG_As_int(obj2);
15533 if (PyErr_Occurred()) SWIG_fail;
15534 }
15535 if (obj3) {
15536 arg4 = (int)SWIG_As_int(obj3);
15537 if (PyErr_Occurred()) SWIG_fail;
15538 }
15539 {
15540 PyThreadState* __tstate = wxPyBeginAllowThreads();
15541 result = (wxNotebookEvent *)new wxNotebookEvent(arg1,arg2,arg3,arg4);
15542
15543 wxPyEndAllowThreads(__tstate);
15544 if (PyErr_Occurred()) SWIG_fail;
15545 }
15546 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebookEvent, 1);
15547 return resultobj;
15548 fail:
15549 return NULL;
15550 }
15551
15552
15553 static PyObject * NotebookEvent_swigregister(PyObject *, PyObject *args) {
15554 PyObject *obj;
15555 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15556 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookEvent, obj);
15557 Py_INCREF(obj);
15558 return Py_BuildValue((char *)"");
15559 }
15560 static PyObject *_wrap_new_Listbook(PyObject *, PyObject *args, PyObject *kwargs) {
15561 PyObject *resultobj;
15562 wxWindow *arg1 = (wxWindow *) 0 ;
15563 int arg2 = (int) -1 ;
15564 wxPoint const &arg3_defvalue = wxDefaultPosition ;
15565 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
15566 wxSize const &arg4_defvalue = wxDefaultSize ;
15567 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
15568 long arg5 = (long) 0 ;
15569 wxString const &arg6_defvalue = wxPyEmptyString ;
15570 wxString *arg6 = (wxString *) &arg6_defvalue ;
15571 wxListbook *result;
15572 wxPoint temp3 ;
15573 wxSize temp4 ;
15574 bool temp6 = False ;
15575 PyObject * obj0 = 0 ;
15576 PyObject * obj1 = 0 ;
15577 PyObject * obj2 = 0 ;
15578 PyObject * obj3 = 0 ;
15579 PyObject * obj4 = 0 ;
15580 PyObject * obj5 = 0 ;
15581 char *kwnames[] = {
15582 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15583 };
15584
15585 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Listbook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
15586 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
15587 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15588 if (obj1) {
15589 arg2 = (int)SWIG_As_int(obj1);
15590 if (PyErr_Occurred()) SWIG_fail;
15591 }
15592 if (obj2) {
15593 {
15594 arg3 = &temp3;
15595 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
15596 }
15597 }
15598 if (obj3) {
15599 {
15600 arg4 = &temp4;
15601 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
15602 }
15603 }
15604 if (obj4) {
15605 arg5 = (long)SWIG_As_long(obj4);
15606 if (PyErr_Occurred()) SWIG_fail;
15607 }
15608 if (obj5) {
15609 {
15610 arg6 = wxString_in_helper(obj5);
15611 if (arg6 == NULL) SWIG_fail;
15612 temp6 = True;
15613 }
15614 }
15615 {
15616 if (!wxPyCheckForApp()) SWIG_fail;
15617 PyThreadState* __tstate = wxPyBeginAllowThreads();
15618 result = (wxListbook *)new wxListbook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
15619
15620 wxPyEndAllowThreads(__tstate);
15621 if (PyErr_Occurred()) SWIG_fail;
15622 }
15623 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbook, 1);
15624 {
15625 if (temp6)
15626 delete arg6;
15627 }
15628 return resultobj;
15629 fail:
15630 {
15631 if (temp6)
15632 delete arg6;
15633 }
15634 return NULL;
15635 }
15636
15637
15638 static PyObject *_wrap_new_PreListbook(PyObject *, PyObject *args, PyObject *kwargs) {
15639 PyObject *resultobj;
15640 wxListbook *result;
15641 char *kwnames[] = {
15642 NULL
15643 };
15644
15645 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListbook",kwnames)) goto fail;
15646 {
15647 if (!wxPyCheckForApp()) SWIG_fail;
15648 PyThreadState* __tstate = wxPyBeginAllowThreads();
15649 result = (wxListbook *)new wxListbook();
15650
15651 wxPyEndAllowThreads(__tstate);
15652 if (PyErr_Occurred()) SWIG_fail;
15653 }
15654 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbook, 1);
15655 return resultobj;
15656 fail:
15657 return NULL;
15658 }
15659
15660
15661 static PyObject *_wrap_Listbook_Create(PyObject *, PyObject *args, PyObject *kwargs) {
15662 PyObject *resultobj;
15663 wxListbook *arg1 = (wxListbook *) 0 ;
15664 wxWindow *arg2 = (wxWindow *) 0 ;
15665 int arg3 = (int) -1 ;
15666 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15667 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15668 wxSize const &arg5_defvalue = wxDefaultSize ;
15669 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15670 long arg6 = (long) 0 ;
15671 wxString const &arg7_defvalue = wxPyEmptyString ;
15672 wxString *arg7 = (wxString *) &arg7_defvalue ;
15673 bool result;
15674 wxPoint temp4 ;
15675 wxSize temp5 ;
15676 bool temp7 = False ;
15677 PyObject * obj0 = 0 ;
15678 PyObject * obj1 = 0 ;
15679 PyObject * obj2 = 0 ;
15680 PyObject * obj3 = 0 ;
15681 PyObject * obj4 = 0 ;
15682 PyObject * obj5 = 0 ;
15683 PyObject * obj6 = 0 ;
15684 char *kwnames[] = {
15685 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15686 };
15687
15688 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:Listbook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15689 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15690 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15691 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15692 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15693 if (obj2) {
15694 arg3 = (int)SWIG_As_int(obj2);
15695 if (PyErr_Occurred()) SWIG_fail;
15696 }
15697 if (obj3) {
15698 {
15699 arg4 = &temp4;
15700 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15701 }
15702 }
15703 if (obj4) {
15704 {
15705 arg5 = &temp5;
15706 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15707 }
15708 }
15709 if (obj5) {
15710 arg6 = (long)SWIG_As_long(obj5);
15711 if (PyErr_Occurred()) SWIG_fail;
15712 }
15713 if (obj6) {
15714 {
15715 arg7 = wxString_in_helper(obj6);
15716 if (arg7 == NULL) SWIG_fail;
15717 temp7 = True;
15718 }
15719 }
15720 {
15721 PyThreadState* __tstate = wxPyBeginAllowThreads();
15722 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15723
15724 wxPyEndAllowThreads(__tstate);
15725 if (PyErr_Occurred()) SWIG_fail;
15726 }
15727 {
15728 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15729 }
15730 {
15731 if (temp7)
15732 delete arg7;
15733 }
15734 return resultobj;
15735 fail:
15736 {
15737 if (temp7)
15738 delete arg7;
15739 }
15740 return NULL;
15741 }
15742
15743
15744 static PyObject *_wrap_Listbook_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
15745 PyObject *resultobj;
15746 wxListbook *arg1 = (wxListbook *) 0 ;
15747 bool result;
15748 PyObject * obj0 = 0 ;
15749 char *kwnames[] = {
15750 (char *) "self", NULL
15751 };
15752
15753 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Listbook_IsVertical",kwnames,&obj0)) goto fail;
15754 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15755 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15756 {
15757 PyThreadState* __tstate = wxPyBeginAllowThreads();
15758 result = (bool)((wxListbook const *)arg1)->IsVertical();
15759
15760 wxPyEndAllowThreads(__tstate);
15761 if (PyErr_Occurred()) SWIG_fail;
15762 }
15763 {
15764 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15765 }
15766 return resultobj;
15767 fail:
15768 return NULL;
15769 }
15770
15771
15772 static PyObject *_wrap_Listbook_GetListView(PyObject *, PyObject *args, PyObject *kwargs) {
15773 PyObject *resultobj;
15774 wxListbook *arg1 = (wxListbook *) 0 ;
15775 wxListView *result;
15776 PyObject * obj0 = 0 ;
15777 char *kwnames[] = {
15778 (char *) "self", NULL
15779 };
15780
15781 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Listbook_GetListView",kwnames,&obj0)) goto fail;
15782 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15783 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15784 {
15785 PyThreadState* __tstate = wxPyBeginAllowThreads();
15786 result = (wxListView *)(arg1)->GetListView();
15787
15788 wxPyEndAllowThreads(__tstate);
15789 if (PyErr_Occurred()) SWIG_fail;
15790 }
15791 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 0);
15792 return resultobj;
15793 fail:
15794 return NULL;
15795 }
15796
15797
15798 static PyObject * Listbook_swigregister(PyObject *, PyObject *args) {
15799 PyObject *obj;
15800 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15801 SWIG_TypeClientData(SWIGTYPE_p_wxListbook, obj);
15802 Py_INCREF(obj);
15803 return Py_BuildValue((char *)"");
15804 }
15805 static PyObject *_wrap_new_ListbookEvent(PyObject *, PyObject *args, PyObject *kwargs) {
15806 PyObject *resultobj;
15807 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
15808 int arg2 = (int) 0 ;
15809 int arg3 = (int) -1 ;
15810 int arg4 = (int) -1 ;
15811 wxListbookEvent *result;
15812 PyObject * obj0 = 0 ;
15813 PyObject * obj1 = 0 ;
15814 PyObject * obj2 = 0 ;
15815 PyObject * obj3 = 0 ;
15816 char *kwnames[] = {
15817 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15818 };
15819
15820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_ListbookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
15821 if (obj0) {
15822 arg1 = (wxEventType)SWIG_As_int(obj0);
15823 if (PyErr_Occurred()) SWIG_fail;
15824 }
15825 if (obj1) {
15826 arg2 = (int)SWIG_As_int(obj1);
15827 if (PyErr_Occurred()) SWIG_fail;
15828 }
15829 if (obj2) {
15830 arg3 = (int)SWIG_As_int(obj2);
15831 if (PyErr_Occurred()) SWIG_fail;
15832 }
15833 if (obj3) {
15834 arg4 = (int)SWIG_As_int(obj3);
15835 if (PyErr_Occurred()) SWIG_fail;
15836 }
15837 {
15838 PyThreadState* __tstate = wxPyBeginAllowThreads();
15839 result = (wxListbookEvent *)new wxListbookEvent(arg1,arg2,arg3,arg4);
15840
15841 wxPyEndAllowThreads(__tstate);
15842 if (PyErr_Occurred()) SWIG_fail;
15843 }
15844 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbookEvent, 1);
15845 return resultobj;
15846 fail:
15847 return NULL;
15848 }
15849
15850
15851 static PyObject * ListbookEvent_swigregister(PyObject *, PyObject *args) {
15852 PyObject *obj;
15853 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15854 SWIG_TypeClientData(SWIGTYPE_p_wxListbookEvent, obj);
15855 Py_INCREF(obj);
15856 return Py_BuildValue((char *)"");
15857 }
15858 static PyObject *_wrap_new_BookCtrlSizer(PyObject *, PyObject *args, PyObject *kwargs) {
15859 PyObject *resultobj;
15860 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
15861 wxBookCtrlSizer *result;
15862 PyObject * obj0 = 0 ;
15863 char *kwnames[] = {
15864 (char *) "nb", NULL
15865 };
15866
15867 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_BookCtrlSizer",kwnames,&obj0)) goto fail;
15868 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
15869 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15870 {
15871 PyThreadState* __tstate = wxPyBeginAllowThreads();
15872 result = (wxBookCtrlSizer *)new wxBookCtrlSizer(arg1);
15873
15874 wxPyEndAllowThreads(__tstate);
15875 if (PyErr_Occurred()) SWIG_fail;
15876 }
15877 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrlSizer, 1);
15878 return resultobj;
15879 fail:
15880 return NULL;
15881 }
15882
15883
15884 static PyObject *_wrap_BookCtrlSizer_RecalcSizes(PyObject *, PyObject *args, PyObject *kwargs) {
15885 PyObject *resultobj;
15886 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15887 PyObject * obj0 = 0 ;
15888 char *kwnames[] = {
15889 (char *) "self", NULL
15890 };
15891
15892 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_RecalcSizes",kwnames,&obj0)) goto fail;
15893 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15894 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15895 {
15896 PyThreadState* __tstate = wxPyBeginAllowThreads();
15897 (arg1)->RecalcSizes();
15898
15899 wxPyEndAllowThreads(__tstate);
15900 if (PyErr_Occurred()) SWIG_fail;
15901 }
15902 Py_INCREF(Py_None); resultobj = Py_None;
15903 return resultobj;
15904 fail:
15905 return NULL;
15906 }
15907
15908
15909 static PyObject *_wrap_BookCtrlSizer_CalcMin(PyObject *, PyObject *args, PyObject *kwargs) {
15910 PyObject *resultobj;
15911 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15912 wxSize result;
15913 PyObject * obj0 = 0 ;
15914 char *kwnames[] = {
15915 (char *) "self", NULL
15916 };
15917
15918 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_CalcMin",kwnames,&obj0)) goto fail;
15919 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15920 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15921 {
15922 PyThreadState* __tstate = wxPyBeginAllowThreads();
15923 result = (arg1)->CalcMin();
15924
15925 wxPyEndAllowThreads(__tstate);
15926 if (PyErr_Occurred()) SWIG_fail;
15927 }
15928 {
15929 wxSize * resultptr;
15930 resultptr = new wxSize((wxSize &) result);
15931 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15932 }
15933 return resultobj;
15934 fail:
15935 return NULL;
15936 }
15937
15938
15939 static PyObject *_wrap_BookCtrlSizer_GetControl(PyObject *, PyObject *args, PyObject *kwargs) {
15940 PyObject *resultobj;
15941 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15942 wxBookCtrl *result;
15943 PyObject * obj0 = 0 ;
15944 char *kwnames[] = {
15945 (char *) "self", NULL
15946 };
15947
15948 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_GetControl",kwnames,&obj0)) goto fail;
15949 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15950 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15951 {
15952 PyThreadState* __tstate = wxPyBeginAllowThreads();
15953 result = (wxBookCtrl *)(arg1)->GetControl();
15954
15955 wxPyEndAllowThreads(__tstate);
15956 if (PyErr_Occurred()) SWIG_fail;
15957 }
15958 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrl, 0);
15959 return resultobj;
15960 fail:
15961 return NULL;
15962 }
15963
15964
15965 static PyObject * BookCtrlSizer_swigregister(PyObject *, PyObject *args) {
15966 PyObject *obj;
15967 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15968 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlSizer, obj);
15969 Py_INCREF(obj);
15970 return Py_BuildValue((char *)"");
15971 }
15972 static PyObject *_wrap_new_NotebookSizer(PyObject *, PyObject *args, PyObject *kwargs) {
15973 PyObject *resultobj;
15974 wxNotebook *arg1 = (wxNotebook *) 0 ;
15975 wxNotebookSizer *result;
15976 PyObject * obj0 = 0 ;
15977 char *kwnames[] = {
15978 (char *) "nb", NULL
15979 };
15980
15981 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_NotebookSizer",kwnames,&obj0)) goto fail;
15982 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15983 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15984 {
15985 PyThreadState* __tstate = wxPyBeginAllowThreads();
15986 result = (wxNotebookSizer *)new wxNotebookSizer(arg1);
15987
15988 wxPyEndAllowThreads(__tstate);
15989 if (PyErr_Occurred()) SWIG_fail;
15990 }
15991 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebookSizer, 1);
15992 return resultobj;
15993 fail:
15994 return NULL;
15995 }
15996
15997
15998 static PyObject *_wrap_NotebookSizer_RecalcSizes(PyObject *, PyObject *args, PyObject *kwargs) {
15999 PyObject *resultobj;
16000 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
16001 PyObject * obj0 = 0 ;
16002 char *kwnames[] = {
16003 (char *) "self", NULL
16004 };
16005
16006 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_RecalcSizes",kwnames,&obj0)) goto fail;
16007 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
16008 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16009 {
16010 PyThreadState* __tstate = wxPyBeginAllowThreads();
16011 (arg1)->RecalcSizes();
16012
16013 wxPyEndAllowThreads(__tstate);
16014 if (PyErr_Occurred()) SWIG_fail;
16015 }
16016 Py_INCREF(Py_None); resultobj = Py_None;
16017 return resultobj;
16018 fail:
16019 return NULL;
16020 }
16021
16022
16023 static PyObject *_wrap_NotebookSizer_CalcMin(PyObject *, PyObject *args, PyObject *kwargs) {
16024 PyObject *resultobj;
16025 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
16026 wxSize result;
16027 PyObject * obj0 = 0 ;
16028 char *kwnames[] = {
16029 (char *) "self", NULL
16030 };
16031
16032 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_CalcMin",kwnames,&obj0)) goto fail;
16033 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
16034 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16035 {
16036 PyThreadState* __tstate = wxPyBeginAllowThreads();
16037 result = (arg1)->CalcMin();
16038
16039 wxPyEndAllowThreads(__tstate);
16040 if (PyErr_Occurred()) SWIG_fail;
16041 }
16042 {
16043 wxSize * resultptr;
16044 resultptr = new wxSize((wxSize &) result);
16045 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
16046 }
16047 return resultobj;
16048 fail:
16049 return NULL;
16050 }
16051
16052
16053 static PyObject *_wrap_NotebookSizer_GetNotebook(PyObject *, PyObject *args, PyObject *kwargs) {
16054 PyObject *resultobj;
16055 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
16056 wxNotebook *result;
16057 PyObject * obj0 = 0 ;
16058 char *kwnames[] = {
16059 (char *) "self", NULL
16060 };
16061
16062 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_GetNotebook",kwnames,&obj0)) goto fail;
16063 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
16064 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16065 {
16066 PyThreadState* __tstate = wxPyBeginAllowThreads();
16067 result = (wxNotebook *)(arg1)->GetNotebook();
16068
16069 wxPyEndAllowThreads(__tstate);
16070 if (PyErr_Occurred()) SWIG_fail;
16071 }
16072 {
16073 resultobj = wxPyMake_wxObject(result, 0);
16074 }
16075 return resultobj;
16076 fail:
16077 return NULL;
16078 }
16079
16080
16081 static PyObject * NotebookSizer_swigregister(PyObject *, PyObject *args) {
16082 PyObject *obj;
16083 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
16084 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookSizer, obj);
16085 Py_INCREF(obj);
16086 return Py_BuildValue((char *)"");
16087 }
16088 static PyObject *_wrap_ToolBarToolBase_GetId(PyObject *, PyObject *args, PyObject *kwargs) {
16089 PyObject *resultobj;
16090 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16091 int result;
16092 PyObject * obj0 = 0 ;
16093 char *kwnames[] = {
16094 (char *) "self", NULL
16095 };
16096
16097 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetId",kwnames,&obj0)) goto fail;
16098 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16099 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16100 {
16101 PyThreadState* __tstate = wxPyBeginAllowThreads();
16102 result = (int)(arg1)->GetId();
16103
16104 wxPyEndAllowThreads(__tstate);
16105 if (PyErr_Occurred()) SWIG_fail;
16106 }
16107 resultobj = SWIG_From_int((int)result);
16108 return resultobj;
16109 fail:
16110 return NULL;
16111 }
16112
16113
16114 static PyObject *_wrap_ToolBarToolBase_GetControl(PyObject *, PyObject *args, PyObject *kwargs) {
16115 PyObject *resultobj;
16116 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16117 wxControl *result;
16118 PyObject * obj0 = 0 ;
16119 char *kwnames[] = {
16120 (char *) "self", NULL
16121 };
16122
16123 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetControl",kwnames,&obj0)) goto fail;
16124 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16125 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16126 {
16127 PyThreadState* __tstate = wxPyBeginAllowThreads();
16128 result = (wxControl *)(arg1)->GetControl();
16129
16130 wxPyEndAllowThreads(__tstate);
16131 if (PyErr_Occurred()) SWIG_fail;
16132 }
16133 {
16134 resultobj = wxPyMake_wxObject(result, 0);
16135 }
16136 return resultobj;
16137 fail:
16138 return NULL;
16139 }
16140
16141
16142 static PyObject *_wrap_ToolBarToolBase_GetToolBar(PyObject *, PyObject *args, PyObject *kwargs) {
16143 PyObject *resultobj;
16144 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16145 wxToolBarBase *result;
16146 PyObject * obj0 = 0 ;
16147 char *kwnames[] = {
16148 (char *) "self", NULL
16149 };
16150
16151 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetToolBar",kwnames,&obj0)) goto fail;
16152 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16153 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16154 {
16155 PyThreadState* __tstate = wxPyBeginAllowThreads();
16156 result = (wxToolBarBase *)(arg1)->GetToolBar();
16157
16158 wxPyEndAllowThreads(__tstate);
16159 if (PyErr_Occurred()) SWIG_fail;
16160 }
16161 {
16162 resultobj = wxPyMake_wxObject(result, 0);
16163 }
16164 return resultobj;
16165 fail:
16166 return NULL;
16167 }
16168
16169
16170 static PyObject *_wrap_ToolBarToolBase_IsButton(PyObject *, PyObject *args, PyObject *kwargs) {
16171 PyObject *resultobj;
16172 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16173 int result;
16174 PyObject * obj0 = 0 ;
16175 char *kwnames[] = {
16176 (char *) "self", NULL
16177 };
16178
16179 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsButton",kwnames,&obj0)) goto fail;
16180 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16181 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16182 {
16183 PyThreadState* __tstate = wxPyBeginAllowThreads();
16184 result = (int)(arg1)->IsButton();
16185
16186 wxPyEndAllowThreads(__tstate);
16187 if (PyErr_Occurred()) SWIG_fail;
16188 }
16189 resultobj = SWIG_From_int((int)result);
16190 return resultobj;
16191 fail:
16192 return NULL;
16193 }
16194
16195
16196 static PyObject *_wrap_ToolBarToolBase_IsControl(PyObject *, PyObject *args, PyObject *kwargs) {
16197 PyObject *resultobj;
16198 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16199 int result;
16200 PyObject * obj0 = 0 ;
16201 char *kwnames[] = {
16202 (char *) "self", NULL
16203 };
16204
16205 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsControl",kwnames,&obj0)) goto fail;
16206 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16207 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16208 {
16209 PyThreadState* __tstate = wxPyBeginAllowThreads();
16210 result = (int)(arg1)->IsControl();
16211
16212 wxPyEndAllowThreads(__tstate);
16213 if (PyErr_Occurred()) SWIG_fail;
16214 }
16215 resultobj = SWIG_From_int((int)result);
16216 return resultobj;
16217 fail:
16218 return NULL;
16219 }
16220
16221
16222 static PyObject *_wrap_ToolBarToolBase_IsSeparator(PyObject *, PyObject *args, PyObject *kwargs) {
16223 PyObject *resultobj;
16224 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16225 int result;
16226 PyObject * obj0 = 0 ;
16227 char *kwnames[] = {
16228 (char *) "self", NULL
16229 };
16230
16231 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsSeparator",kwnames,&obj0)) goto fail;
16232 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16233 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16234 {
16235 PyThreadState* __tstate = wxPyBeginAllowThreads();
16236 result = (int)(arg1)->IsSeparator();
16237
16238 wxPyEndAllowThreads(__tstate);
16239 if (PyErr_Occurred()) SWIG_fail;
16240 }
16241 resultobj = SWIG_From_int((int)result);
16242 return resultobj;
16243 fail:
16244 return NULL;
16245 }
16246
16247
16248 static PyObject *_wrap_ToolBarToolBase_GetStyle(PyObject *, PyObject *args, PyObject *kwargs) {
16249 PyObject *resultobj;
16250 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16251 int result;
16252 PyObject * obj0 = 0 ;
16253 char *kwnames[] = {
16254 (char *) "self", NULL
16255 };
16256
16257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetStyle",kwnames,&obj0)) goto fail;
16258 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16259 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16260 {
16261 PyThreadState* __tstate = wxPyBeginAllowThreads();
16262 result = (int)(arg1)->GetStyle();
16263
16264 wxPyEndAllowThreads(__tstate);
16265 if (PyErr_Occurred()) SWIG_fail;
16266 }
16267 resultobj = SWIG_From_int((int)result);
16268 return resultobj;
16269 fail:
16270 return NULL;
16271 }
16272
16273
16274 static PyObject *_wrap_ToolBarToolBase_GetKind(PyObject *, PyObject *args, PyObject *kwargs) {
16275 PyObject *resultobj;
16276 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16277 int result;
16278 PyObject * obj0 = 0 ;
16279 char *kwnames[] = {
16280 (char *) "self", NULL
16281 };
16282
16283 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetKind",kwnames,&obj0)) goto fail;
16284 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16285 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16286 {
16287 PyThreadState* __tstate = wxPyBeginAllowThreads();
16288 result = (int)(arg1)->GetKind();
16289
16290 wxPyEndAllowThreads(__tstate);
16291 if (PyErr_Occurred()) SWIG_fail;
16292 }
16293 resultobj = SWIG_From_int((int)result);
16294 return resultobj;
16295 fail:
16296 return NULL;
16297 }
16298
16299
16300 static PyObject *_wrap_ToolBarToolBase_IsEnabled(PyObject *, PyObject *args, PyObject *kwargs) {
16301 PyObject *resultobj;
16302 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16303 bool result;
16304 PyObject * obj0 = 0 ;
16305 char *kwnames[] = {
16306 (char *) "self", NULL
16307 };
16308
16309 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsEnabled",kwnames,&obj0)) goto fail;
16310 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16311 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16312 {
16313 PyThreadState* __tstate = wxPyBeginAllowThreads();
16314 result = (bool)(arg1)->IsEnabled();
16315
16316 wxPyEndAllowThreads(__tstate);
16317 if (PyErr_Occurred()) SWIG_fail;
16318 }
16319 {
16320 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16321 }
16322 return resultobj;
16323 fail:
16324 return NULL;
16325 }
16326
16327
16328 static PyObject *_wrap_ToolBarToolBase_IsToggled(PyObject *, PyObject *args, PyObject *kwargs) {
16329 PyObject *resultobj;
16330 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16331 bool result;
16332 PyObject * obj0 = 0 ;
16333 char *kwnames[] = {
16334 (char *) "self", NULL
16335 };
16336
16337 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsToggled",kwnames,&obj0)) goto fail;
16338 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16339 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16340 {
16341 PyThreadState* __tstate = wxPyBeginAllowThreads();
16342 result = (bool)(arg1)->IsToggled();
16343
16344 wxPyEndAllowThreads(__tstate);
16345 if (PyErr_Occurred()) SWIG_fail;
16346 }
16347 {
16348 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16349 }
16350 return resultobj;
16351 fail:
16352 return NULL;
16353 }
16354
16355
16356 static PyObject *_wrap_ToolBarToolBase_CanBeToggled(PyObject *, PyObject *args, PyObject *kwargs) {
16357 PyObject *resultobj;
16358 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16359 bool result;
16360 PyObject * obj0 = 0 ;
16361 char *kwnames[] = {
16362 (char *) "self", NULL
16363 };
16364
16365 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_CanBeToggled",kwnames,&obj0)) goto fail;
16366 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16367 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16368 {
16369 PyThreadState* __tstate = wxPyBeginAllowThreads();
16370 result = (bool)(arg1)->CanBeToggled();
16371
16372 wxPyEndAllowThreads(__tstate);
16373 if (PyErr_Occurred()) SWIG_fail;
16374 }
16375 {
16376 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16377 }
16378 return resultobj;
16379 fail:
16380 return NULL;
16381 }
16382
16383
16384 static PyObject *_wrap_ToolBarToolBase_GetNormalBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
16385 PyObject *resultobj;
16386 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16387 wxBitmap *result;
16388 PyObject * obj0 = 0 ;
16389 char *kwnames[] = {
16390 (char *) "self", NULL
16391 };
16392
16393 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetNormalBitmap",kwnames,&obj0)) goto fail;
16394 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16395 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16396 {
16397 PyThreadState* __tstate = wxPyBeginAllowThreads();
16398 {
16399 wxBitmap const &_result_ref = (arg1)->GetNormalBitmap();
16400 result = (wxBitmap *) &_result_ref;
16401 }
16402
16403 wxPyEndAllowThreads(__tstate);
16404 if (PyErr_Occurred()) SWIG_fail;
16405 }
16406 {
16407 wxBitmap* resultptr = new wxBitmap(*result);
16408 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16409 }
16410 return resultobj;
16411 fail:
16412 return NULL;
16413 }
16414
16415
16416 static PyObject *_wrap_ToolBarToolBase_GetDisabledBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
16417 PyObject *resultobj;
16418 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16419 wxBitmap *result;
16420 PyObject * obj0 = 0 ;
16421 char *kwnames[] = {
16422 (char *) "self", NULL
16423 };
16424
16425 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetDisabledBitmap",kwnames,&obj0)) goto fail;
16426 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16427 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16428 {
16429 PyThreadState* __tstate = wxPyBeginAllowThreads();
16430 {
16431 wxBitmap const &_result_ref = (arg1)->GetDisabledBitmap();
16432 result = (wxBitmap *) &_result_ref;
16433 }
16434
16435 wxPyEndAllowThreads(__tstate);
16436 if (PyErr_Occurred()) SWIG_fail;
16437 }
16438 {
16439 wxBitmap* resultptr = new wxBitmap(*result);
16440 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16441 }
16442 return resultobj;
16443 fail:
16444 return NULL;
16445 }
16446
16447
16448 static PyObject *_wrap_ToolBarToolBase_GetBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
16449 PyObject *resultobj;
16450 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16451 wxBitmap result;
16452 PyObject * obj0 = 0 ;
16453 char *kwnames[] = {
16454 (char *) "self", NULL
16455 };
16456
16457 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetBitmap",kwnames,&obj0)) goto fail;
16458 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16459 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16460 {
16461 PyThreadState* __tstate = wxPyBeginAllowThreads();
16462 result = (arg1)->GetBitmap();
16463
16464 wxPyEndAllowThreads(__tstate);
16465 if (PyErr_Occurred()) SWIG_fail;
16466 }
16467 {
16468 wxBitmap * resultptr;
16469 resultptr = new wxBitmap((wxBitmap &) result);
16470 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16471 }
16472 return resultobj;
16473 fail:
16474 return NULL;
16475 }
16476
16477
16478 static PyObject *_wrap_ToolBarToolBase_GetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
16479 PyObject *resultobj;
16480 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16481 wxString result;
16482 PyObject * obj0 = 0 ;
16483 char *kwnames[] = {
16484 (char *) "self", NULL
16485 };
16486
16487 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLabel",kwnames,&obj0)) goto fail;
16488 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16489 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16490 {
16491 PyThreadState* __tstate = wxPyBeginAllowThreads();
16492 result = (arg1)->GetLabel();
16493
16494 wxPyEndAllowThreads(__tstate);
16495 if (PyErr_Occurred()) SWIG_fail;
16496 }
16497 {
16498 #if wxUSE_UNICODE
16499 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16500 #else
16501 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16502 #endif
16503 }
16504 return resultobj;
16505 fail:
16506 return NULL;
16507 }
16508
16509
16510 static PyObject *_wrap_ToolBarToolBase_GetShortHelp(PyObject *, PyObject *args, PyObject *kwargs) {
16511 PyObject *resultobj;
16512 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16513 wxString result;
16514 PyObject * obj0 = 0 ;
16515 char *kwnames[] = {
16516 (char *) "self", NULL
16517 };
16518
16519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetShortHelp",kwnames,&obj0)) goto fail;
16520 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16521 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16522 {
16523 PyThreadState* __tstate = wxPyBeginAllowThreads();
16524 result = (arg1)->GetShortHelp();
16525
16526 wxPyEndAllowThreads(__tstate);
16527 if (PyErr_Occurred()) SWIG_fail;
16528 }
16529 {
16530 #if wxUSE_UNICODE
16531 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16532 #else
16533 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16534 #endif
16535 }
16536 return resultobj;
16537 fail:
16538 return NULL;
16539 }
16540
16541
16542 static PyObject *_wrap_ToolBarToolBase_GetLongHelp(PyObject *, PyObject *args, PyObject *kwargs) {
16543 PyObject *resultobj;
16544 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16545 wxString result;
16546 PyObject * obj0 = 0 ;
16547 char *kwnames[] = {
16548 (char *) "self", NULL
16549 };
16550
16551 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLongHelp",kwnames,&obj0)) goto fail;
16552 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16553 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16554 {
16555 PyThreadState* __tstate = wxPyBeginAllowThreads();
16556 result = (arg1)->GetLongHelp();
16557
16558 wxPyEndAllowThreads(__tstate);
16559 if (PyErr_Occurred()) SWIG_fail;
16560 }
16561 {
16562 #if wxUSE_UNICODE
16563 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16564 #else
16565 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16566 #endif
16567 }
16568 return resultobj;
16569 fail:
16570 return NULL;
16571 }
16572
16573
16574 static PyObject *_wrap_ToolBarToolBase_Enable(PyObject *, PyObject *args, PyObject *kwargs) {
16575 PyObject *resultobj;
16576 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16577 bool arg2 ;
16578 bool result;
16579 PyObject * obj0 = 0 ;
16580 PyObject * obj1 = 0 ;
16581 char *kwnames[] = {
16582 (char *) "self",(char *) "enable", NULL
16583 };
16584
16585 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Enable",kwnames,&obj0,&obj1)) goto fail;
16586 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16587 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16588 arg2 = (bool)SWIG_As_bool(obj1);
16589 if (PyErr_Occurred()) SWIG_fail;
16590 {
16591 PyThreadState* __tstate = wxPyBeginAllowThreads();
16592 result = (bool)(arg1)->Enable(arg2);
16593
16594 wxPyEndAllowThreads(__tstate);
16595 if (PyErr_Occurred()) SWIG_fail;
16596 }
16597 {
16598 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16599 }
16600 return resultobj;
16601 fail:
16602 return NULL;
16603 }
16604
16605
16606 static PyObject *_wrap_ToolBarToolBase_Toggle(PyObject *, PyObject *args, PyObject *kwargs) {
16607 PyObject *resultobj;
16608 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16609 PyObject * obj0 = 0 ;
16610 char *kwnames[] = {
16611 (char *) "self", NULL
16612 };
16613
16614 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Toggle",kwnames,&obj0)) goto fail;
16615 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16616 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16617 {
16618 PyThreadState* __tstate = wxPyBeginAllowThreads();
16619 (arg1)->Toggle();
16620
16621 wxPyEndAllowThreads(__tstate);
16622 if (PyErr_Occurred()) SWIG_fail;
16623 }
16624 Py_INCREF(Py_None); resultobj = Py_None;
16625 return resultobj;
16626 fail:
16627 return NULL;
16628 }
16629
16630
16631 static PyObject *_wrap_ToolBarToolBase_SetToggle(PyObject *, PyObject *args, PyObject *kwargs) {
16632 PyObject *resultobj;
16633 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16634 bool arg2 ;
16635 bool result;
16636 PyObject * obj0 = 0 ;
16637 PyObject * obj1 = 0 ;
16638 char *kwnames[] = {
16639 (char *) "self",(char *) "toggle", NULL
16640 };
16641
16642 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetToggle",kwnames,&obj0,&obj1)) goto fail;
16643 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16644 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16645 arg2 = (bool)SWIG_As_bool(obj1);
16646 if (PyErr_Occurred()) SWIG_fail;
16647 {
16648 PyThreadState* __tstate = wxPyBeginAllowThreads();
16649 result = (bool)(arg1)->SetToggle(arg2);
16650
16651 wxPyEndAllowThreads(__tstate);
16652 if (PyErr_Occurred()) SWIG_fail;
16653 }
16654 {
16655 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16656 }
16657 return resultobj;
16658 fail:
16659 return NULL;
16660 }
16661
16662
16663 static PyObject *_wrap_ToolBarToolBase_SetShortHelp(PyObject *, PyObject *args, PyObject *kwargs) {
16664 PyObject *resultobj;
16665 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16666 wxString *arg2 = 0 ;
16667 bool result;
16668 bool temp2 = False ;
16669 PyObject * obj0 = 0 ;
16670 PyObject * obj1 = 0 ;
16671 char *kwnames[] = {
16672 (char *) "self",(char *) "help", NULL
16673 };
16674
16675 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetShortHelp",kwnames,&obj0,&obj1)) goto fail;
16676 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16677 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16678 {
16679 arg2 = wxString_in_helper(obj1);
16680 if (arg2 == NULL) SWIG_fail;
16681 temp2 = True;
16682 }
16683 {
16684 PyThreadState* __tstate = wxPyBeginAllowThreads();
16685 result = (bool)(arg1)->SetShortHelp((wxString const &)*arg2);
16686
16687 wxPyEndAllowThreads(__tstate);
16688 if (PyErr_Occurred()) SWIG_fail;
16689 }
16690 {
16691 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16692 }
16693 {
16694 if (temp2)
16695 delete arg2;
16696 }
16697 return resultobj;
16698 fail:
16699 {
16700 if (temp2)
16701 delete arg2;
16702 }
16703 return NULL;
16704 }
16705
16706
16707 static PyObject *_wrap_ToolBarToolBase_SetLongHelp(PyObject *, PyObject *args, PyObject *kwargs) {
16708 PyObject *resultobj;
16709 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16710 wxString *arg2 = 0 ;
16711 bool result;
16712 bool temp2 = False ;
16713 PyObject * obj0 = 0 ;
16714 PyObject * obj1 = 0 ;
16715 char *kwnames[] = {
16716 (char *) "self",(char *) "help", NULL
16717 };
16718
16719 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLongHelp",kwnames,&obj0,&obj1)) goto fail;
16720 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16721 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16722 {
16723 arg2 = wxString_in_helper(obj1);
16724 if (arg2 == NULL) SWIG_fail;
16725 temp2 = True;
16726 }
16727 {
16728 PyThreadState* __tstate = wxPyBeginAllowThreads();
16729 result = (bool)(arg1)->SetLongHelp((wxString const &)*arg2);
16730
16731 wxPyEndAllowThreads(__tstate);
16732 if (PyErr_Occurred()) SWIG_fail;
16733 }
16734 {
16735 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16736 }
16737 {
16738 if (temp2)
16739 delete arg2;
16740 }
16741 return resultobj;
16742 fail:
16743 {
16744 if (temp2)
16745 delete arg2;
16746 }
16747 return NULL;
16748 }
16749
16750
16751 static PyObject *_wrap_ToolBarToolBase_SetNormalBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
16752 PyObject *resultobj;
16753 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16754 wxBitmap *arg2 = 0 ;
16755 PyObject * obj0 = 0 ;
16756 PyObject * obj1 = 0 ;
16757 char *kwnames[] = {
16758 (char *) "self",(char *) "bmp", NULL
16759 };
16760
16761 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetNormalBitmap",kwnames,&obj0,&obj1)) goto fail;
16762 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16763 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16764 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
16765 SWIG_POINTER_EXCEPTION | 0)) == -1)
16766 SWIG_fail;
16767 if (arg2 == NULL) {
16768 PyErr_SetString(PyExc_TypeError,"null reference");
16769 SWIG_fail;
16770 }
16771 {
16772 PyThreadState* __tstate = wxPyBeginAllowThreads();
16773 (arg1)->SetNormalBitmap((wxBitmap const &)*arg2);
16774
16775 wxPyEndAllowThreads(__tstate);
16776 if (PyErr_Occurred()) SWIG_fail;
16777 }
16778 Py_INCREF(Py_None); resultobj = Py_None;
16779 return resultobj;
16780 fail:
16781 return NULL;
16782 }
16783
16784
16785 static PyObject *_wrap_ToolBarToolBase_SetDisabledBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
16786 PyObject *resultobj;
16787 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16788 wxBitmap *arg2 = 0 ;
16789 PyObject * obj0 = 0 ;
16790 PyObject * obj1 = 0 ;
16791 char *kwnames[] = {
16792 (char *) "self",(char *) "bmp", NULL
16793 };
16794
16795 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetDisabledBitmap",kwnames,&obj0,&obj1)) goto fail;
16796 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16797 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16798 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
16799 SWIG_POINTER_EXCEPTION | 0)) == -1)
16800 SWIG_fail;
16801 if (arg2 == NULL) {
16802 PyErr_SetString(PyExc_TypeError,"null reference");
16803 SWIG_fail;
16804 }
16805 {
16806 PyThreadState* __tstate = wxPyBeginAllowThreads();
16807 (arg1)->SetDisabledBitmap((wxBitmap const &)*arg2);
16808
16809 wxPyEndAllowThreads(__tstate);
16810 if (PyErr_Occurred()) SWIG_fail;
16811 }
16812 Py_INCREF(Py_None); resultobj = Py_None;
16813 return resultobj;
16814 fail:
16815 return NULL;
16816 }
16817
16818
16819 static PyObject *_wrap_ToolBarToolBase_SetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
16820 PyObject *resultobj;
16821 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16822 wxString *arg2 = 0 ;
16823 bool temp2 = False ;
16824 PyObject * obj0 = 0 ;
16825 PyObject * obj1 = 0 ;
16826 char *kwnames[] = {
16827 (char *) "self",(char *) "label", NULL
16828 };
16829
16830 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLabel",kwnames,&obj0,&obj1)) goto fail;
16831 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16832 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16833 {
16834 arg2 = wxString_in_helper(obj1);
16835 if (arg2 == NULL) SWIG_fail;
16836 temp2 = True;
16837 }
16838 {
16839 PyThreadState* __tstate = wxPyBeginAllowThreads();
16840 (arg1)->SetLabel((wxString const &)*arg2);
16841
16842 wxPyEndAllowThreads(__tstate);
16843 if (PyErr_Occurred()) SWIG_fail;
16844 }
16845 Py_INCREF(Py_None); resultobj = Py_None;
16846 {
16847 if (temp2)
16848 delete arg2;
16849 }
16850 return resultobj;
16851 fail:
16852 {
16853 if (temp2)
16854 delete arg2;
16855 }
16856 return NULL;
16857 }
16858
16859
16860 static PyObject *_wrap_ToolBarToolBase_Detach(PyObject *, PyObject *args, PyObject *kwargs) {
16861 PyObject *resultobj;
16862 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16863 PyObject * obj0 = 0 ;
16864 char *kwnames[] = {
16865 (char *) "self", NULL
16866 };
16867
16868 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Detach",kwnames,&obj0)) goto fail;
16869 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16870 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16871 {
16872 PyThreadState* __tstate = wxPyBeginAllowThreads();
16873 (arg1)->Detach();
16874
16875 wxPyEndAllowThreads(__tstate);
16876 if (PyErr_Occurred()) SWIG_fail;
16877 }
16878 Py_INCREF(Py_None); resultobj = Py_None;
16879 return resultobj;
16880 fail:
16881 return NULL;
16882 }
16883
16884
16885 static PyObject *_wrap_ToolBarToolBase_Attach(PyObject *, PyObject *args, PyObject *kwargs) {
16886 PyObject *resultobj;
16887 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16888 wxToolBarBase *arg2 = (wxToolBarBase *) 0 ;
16889 PyObject * obj0 = 0 ;
16890 PyObject * obj1 = 0 ;
16891 char *kwnames[] = {
16892 (char *) "self",(char *) "tbar", NULL
16893 };
16894
16895 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Attach",kwnames,&obj0,&obj1)) goto fail;
16896 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16897 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16898 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxToolBarBase,
16899 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16900 {
16901 PyThreadState* __tstate = wxPyBeginAllowThreads();
16902 (arg1)->Attach(arg2);
16903
16904 wxPyEndAllowThreads(__tstate);
16905 if (PyErr_Occurred()) SWIG_fail;
16906 }
16907 Py_INCREF(Py_None); resultobj = Py_None;
16908 return resultobj;
16909 fail:
16910 return NULL;
16911 }
16912
16913
16914 static PyObject *_wrap_ToolBarToolBase_GetClientData(PyObject *, PyObject *args, PyObject *kwargs) {
16915 PyObject *resultobj;
16916 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16917 PyObject *result;
16918 PyObject * obj0 = 0 ;
16919 char *kwnames[] = {
16920 (char *) "self", NULL
16921 };
16922
16923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetClientData",kwnames,&obj0)) goto fail;
16924 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16925 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16926 {
16927 PyThreadState* __tstate = wxPyBeginAllowThreads();
16928 result = (PyObject *)wxToolBarToolBase_GetClientData(arg1);
16929
16930 wxPyEndAllowThreads(__tstate);
16931 if (PyErr_Occurred()) SWIG_fail;
16932 }
16933 resultobj = result;
16934 return resultobj;
16935 fail:
16936 return NULL;
16937 }
16938
16939
16940 static PyObject *_wrap_ToolBarToolBase_SetClientData(PyObject *, PyObject *args, PyObject *kwargs) {
16941 PyObject *resultobj;
16942 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16943 PyObject *arg2 = (PyObject *) 0 ;
16944 PyObject * obj0 = 0 ;
16945 PyObject * obj1 = 0 ;
16946 char *kwnames[] = {
16947 (char *) "self",(char *) "clientData", NULL
16948 };
16949
16950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetClientData",kwnames,&obj0,&obj1)) goto fail;
16951 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16952 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16953 arg2 = obj1;
16954 {
16955 PyThreadState* __tstate = wxPyBeginAllowThreads();
16956 wxToolBarToolBase_SetClientData(arg1,arg2);
16957
16958 wxPyEndAllowThreads(__tstate);
16959 if (PyErr_Occurred()) SWIG_fail;
16960 }
16961 Py_INCREF(Py_None); resultobj = Py_None;
16962 return resultobj;
16963 fail:
16964 return NULL;
16965 }
16966
16967
16968 static PyObject * ToolBarToolBase_swigregister(PyObject *, PyObject *args) {
16969 PyObject *obj;
16970 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
16971 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarToolBase, obj);
16972 Py_INCREF(obj);
16973 return Py_BuildValue((char *)"");
16974 }
16975 static PyObject *_wrap_ToolBarBase_DoAddTool(PyObject *, PyObject *args, PyObject *kwargs) {
16976 PyObject *resultobj;
16977 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16978 int arg2 ;
16979 wxString *arg3 = 0 ;
16980 wxBitmap *arg4 = 0 ;
16981 wxBitmap const &arg5_defvalue = wxNullBitmap ;
16982 wxBitmap *arg5 = (wxBitmap *) &arg5_defvalue ;
16983 int arg6 = (int) wxITEM_NORMAL ;
16984 wxString const &arg7_defvalue = wxPyEmptyString ;
16985 wxString *arg7 = (wxString *) &arg7_defvalue ;
16986 wxString const &arg8_defvalue = wxPyEmptyString ;
16987 wxString *arg8 = (wxString *) &arg8_defvalue ;
16988 PyObject *arg9 = (PyObject *) NULL ;
16989 wxToolBarToolBase *result;
16990 bool temp3 = False ;
16991 bool temp7 = False ;
16992 bool temp8 = False ;
16993 PyObject * obj0 = 0 ;
16994 PyObject * obj1 = 0 ;
16995 PyObject * obj2 = 0 ;
16996 PyObject * obj3 = 0 ;
16997 PyObject * obj4 = 0 ;
16998 PyObject * obj5 = 0 ;
16999 PyObject * obj6 = 0 ;
17000 PyObject * obj7 = 0 ;
17001 PyObject * obj8 = 0 ;
17002 char *kwnames[] = {
17003 (char *) "self",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
17004 };
17005
17006 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:ToolBarBase_DoAddTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
17007 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17008 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17009 arg2 = (int)SWIG_As_int(obj1);
17010 if (PyErr_Occurred()) SWIG_fail;
17011 {
17012 arg3 = wxString_in_helper(obj2);
17013 if (arg3 == NULL) SWIG_fail;
17014 temp3 = True;
17015 }
17016 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
17017 SWIG_POINTER_EXCEPTION | 0)) == -1)
17018 SWIG_fail;
17019 if (arg4 == NULL) {
17020 PyErr_SetString(PyExc_TypeError,"null reference");
17021 SWIG_fail;
17022 }
17023 if (obj4) {
17024 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap,
17025 SWIG_POINTER_EXCEPTION | 0)) == -1)
17026 SWIG_fail;
17027 if (arg5 == NULL) {
17028 PyErr_SetString(PyExc_TypeError,"null reference");
17029 SWIG_fail;
17030 }
17031 }
17032 if (obj5) {
17033 arg6 = (int)SWIG_As_int(obj5);
17034 if (PyErr_Occurred()) SWIG_fail;
17035 }
17036 if (obj6) {
17037 {
17038 arg7 = wxString_in_helper(obj6);
17039 if (arg7 == NULL) SWIG_fail;
17040 temp7 = True;
17041 }
17042 }
17043 if (obj7) {
17044 {
17045 arg8 = wxString_in_helper(obj7);
17046 if (arg8 == NULL) SWIG_fail;
17047 temp8 = True;
17048 }
17049 }
17050 if (obj8) {
17051 arg9 = obj8;
17052 }
17053 {
17054 PyThreadState* __tstate = wxPyBeginAllowThreads();
17055 result = (wxToolBarToolBase *)wxToolBarBase_DoAddTool(arg1,arg2,(wxString const &)*arg3,(wxBitmap const &)*arg4,(wxBitmap const &)*arg5,(wxItemKind )arg6,(wxString const &)*arg7,(wxString const &)*arg8,arg9);
17056
17057 wxPyEndAllowThreads(__tstate);
17058 if (PyErr_Occurred()) SWIG_fail;
17059 }
17060 {
17061 resultobj = wxPyMake_wxObject(result, 0);
17062 }
17063 {
17064 if (temp3)
17065 delete arg3;
17066 }
17067 {
17068 if (temp7)
17069 delete arg7;
17070 }
17071 {
17072 if (temp8)
17073 delete arg8;
17074 }
17075 return resultobj;
17076 fail:
17077 {
17078 if (temp3)
17079 delete arg3;
17080 }
17081 {
17082 if (temp7)
17083 delete arg7;
17084 }
17085 {
17086 if (temp8)
17087 delete arg8;
17088 }
17089 return NULL;
17090 }
17091
17092
17093 static PyObject *_wrap_ToolBarBase_DoInsertTool(PyObject *, PyObject *args, PyObject *kwargs) {
17094 PyObject *resultobj;
17095 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17096 size_t arg2 ;
17097 int arg3 ;
17098 wxString *arg4 = 0 ;
17099 wxBitmap *arg5 = 0 ;
17100 wxBitmap const &arg6_defvalue = wxNullBitmap ;
17101 wxBitmap *arg6 = (wxBitmap *) &arg6_defvalue ;
17102 int arg7 = (int) wxITEM_NORMAL ;
17103 wxString const &arg8_defvalue = wxPyEmptyString ;
17104 wxString *arg8 = (wxString *) &arg8_defvalue ;
17105 wxString const &arg9_defvalue = wxPyEmptyString ;
17106 wxString *arg9 = (wxString *) &arg9_defvalue ;
17107 PyObject *arg10 = (PyObject *) NULL ;
17108 wxToolBarToolBase *result;
17109 bool temp4 = False ;
17110 bool temp8 = False ;
17111 bool temp9 = False ;
17112 PyObject * obj0 = 0 ;
17113 PyObject * obj1 = 0 ;
17114 PyObject * obj2 = 0 ;
17115 PyObject * obj3 = 0 ;
17116 PyObject * obj4 = 0 ;
17117 PyObject * obj5 = 0 ;
17118 PyObject * obj6 = 0 ;
17119 PyObject * obj7 = 0 ;
17120 PyObject * obj8 = 0 ;
17121 PyObject * obj9 = 0 ;
17122 char *kwnames[] = {
17123 (char *) "self",(char *) "pos",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
17124 };
17125
17126 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOOOO:ToolBarBase_DoInsertTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
17127 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17128 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17129 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17130 if (PyErr_Occurred()) SWIG_fail;
17131 arg3 = (int)SWIG_As_int(obj2);
17132 if (PyErr_Occurred()) SWIG_fail;
17133 {
17134 arg4 = wxString_in_helper(obj3);
17135 if (arg4 == NULL) SWIG_fail;
17136 temp4 = True;
17137 }
17138 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap,
17139 SWIG_POINTER_EXCEPTION | 0)) == -1)
17140 SWIG_fail;
17141 if (arg5 == NULL) {
17142 PyErr_SetString(PyExc_TypeError,"null reference");
17143 SWIG_fail;
17144 }
17145 if (obj5) {
17146 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxBitmap,
17147 SWIG_POINTER_EXCEPTION | 0)) == -1)
17148 SWIG_fail;
17149 if (arg6 == NULL) {
17150 PyErr_SetString(PyExc_TypeError,"null reference");
17151 SWIG_fail;
17152 }
17153 }
17154 if (obj6) {
17155 arg7 = (int)SWIG_As_int(obj6);
17156 if (PyErr_Occurred()) SWIG_fail;
17157 }
17158 if (obj7) {
17159 {
17160 arg8 = wxString_in_helper(obj7);
17161 if (arg8 == NULL) SWIG_fail;
17162 temp8 = True;
17163 }
17164 }
17165 if (obj8) {
17166 {
17167 arg9 = wxString_in_helper(obj8);
17168 if (arg9 == NULL) SWIG_fail;
17169 temp9 = True;
17170 }
17171 }
17172 if (obj9) {
17173 arg10 = obj9;
17174 }
17175 {
17176 PyThreadState* __tstate = wxPyBeginAllowThreads();
17177 result = (wxToolBarToolBase *)wxToolBarBase_DoInsertTool(arg1,arg2,arg3,(wxString const &)*arg4,(wxBitmap const &)*arg5,(wxBitmap const &)*arg6,(wxItemKind )arg7,(wxString const &)*arg8,(wxString const &)*arg9,arg10);
17178
17179 wxPyEndAllowThreads(__tstate);
17180 if (PyErr_Occurred()) SWIG_fail;
17181 }
17182 {
17183 resultobj = wxPyMake_wxObject(result, 0);
17184 }
17185 {
17186 if (temp4)
17187 delete arg4;
17188 }
17189 {
17190 if (temp8)
17191 delete arg8;
17192 }
17193 {
17194 if (temp9)
17195 delete arg9;
17196 }
17197 return resultobj;
17198 fail:
17199 {
17200 if (temp4)
17201 delete arg4;
17202 }
17203 {
17204 if (temp8)
17205 delete arg8;
17206 }
17207 {
17208 if (temp9)
17209 delete arg9;
17210 }
17211 return NULL;
17212 }
17213
17214
17215 static PyObject *_wrap_ToolBarBase_AddToolItem(PyObject *, PyObject *args, PyObject *kwargs) {
17216 PyObject *resultobj;
17217 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17218 wxToolBarToolBase *arg2 = (wxToolBarToolBase *) 0 ;
17219 wxToolBarToolBase *result;
17220 PyObject * obj0 = 0 ;
17221 PyObject * obj1 = 0 ;
17222 char *kwnames[] = {
17223 (char *) "self",(char *) "tool", NULL
17224 };
17225
17226 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddToolItem",kwnames,&obj0,&obj1)) goto fail;
17227 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17228 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17229 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxToolBarToolBase,
17230 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17231 {
17232 PyThreadState* __tstate = wxPyBeginAllowThreads();
17233 result = (wxToolBarToolBase *)(arg1)->AddTool(arg2);
17234
17235 wxPyEndAllowThreads(__tstate);
17236 if (PyErr_Occurred()) SWIG_fail;
17237 }
17238 {
17239 resultobj = wxPyMake_wxObject(result, 0);
17240 }
17241 return resultobj;
17242 fail:
17243 return NULL;
17244 }
17245
17246
17247 static PyObject *_wrap_ToolBarBase_InsertToolItem(PyObject *, PyObject *args, PyObject *kwargs) {
17248 PyObject *resultobj;
17249 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17250 size_t arg2 ;
17251 wxToolBarToolBase *arg3 = (wxToolBarToolBase *) 0 ;
17252 wxToolBarToolBase *result;
17253 PyObject * obj0 = 0 ;
17254 PyObject * obj1 = 0 ;
17255 PyObject * obj2 = 0 ;
17256 char *kwnames[] = {
17257 (char *) "self",(char *) "pos",(char *) "tool", NULL
17258 };
17259
17260 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertToolItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
17261 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17262 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17263 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17264 if (PyErr_Occurred()) SWIG_fail;
17265 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxToolBarToolBase,
17266 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17267 {
17268 PyThreadState* __tstate = wxPyBeginAllowThreads();
17269 result = (wxToolBarToolBase *)(arg1)->InsertTool(arg2,arg3);
17270
17271 wxPyEndAllowThreads(__tstate);
17272 if (PyErr_Occurred()) SWIG_fail;
17273 }
17274 {
17275 resultobj = wxPyMake_wxObject(result, 0);
17276 }
17277 return resultobj;
17278 fail:
17279 return NULL;
17280 }
17281
17282
17283 static PyObject *_wrap_ToolBarBase_AddControl(PyObject *, PyObject *args, PyObject *kwargs) {
17284 PyObject *resultobj;
17285 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17286 wxControl *arg2 = (wxControl *) 0 ;
17287 wxToolBarToolBase *result;
17288 PyObject * obj0 = 0 ;
17289 PyObject * obj1 = 0 ;
17290 char *kwnames[] = {
17291 (char *) "self",(char *) "control", NULL
17292 };
17293
17294 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddControl",kwnames,&obj0,&obj1)) goto fail;
17295 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17296 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17297 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxControl,
17298 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17299 {
17300 PyThreadState* __tstate = wxPyBeginAllowThreads();
17301 result = (wxToolBarToolBase *)(arg1)->AddControl(arg2);
17302
17303 wxPyEndAllowThreads(__tstate);
17304 if (PyErr_Occurred()) SWIG_fail;
17305 }
17306 {
17307 resultobj = wxPyMake_wxObject(result, 0);
17308 }
17309 return resultobj;
17310 fail:
17311 return NULL;
17312 }
17313
17314
17315 static PyObject *_wrap_ToolBarBase_InsertControl(PyObject *, PyObject *args, PyObject *kwargs) {
17316 PyObject *resultobj;
17317 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17318 size_t arg2 ;
17319 wxControl *arg3 = (wxControl *) 0 ;
17320 wxToolBarToolBase *result;
17321 PyObject * obj0 = 0 ;
17322 PyObject * obj1 = 0 ;
17323 PyObject * obj2 = 0 ;
17324 char *kwnames[] = {
17325 (char *) "self",(char *) "pos",(char *) "control", NULL
17326 };
17327
17328 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertControl",kwnames,&obj0,&obj1,&obj2)) goto fail;
17329 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17330 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17331 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17332 if (PyErr_Occurred()) SWIG_fail;
17333 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxControl,
17334 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17335 {
17336 PyThreadState* __tstate = wxPyBeginAllowThreads();
17337 result = (wxToolBarToolBase *)(arg1)->InsertControl(arg2,arg3);
17338
17339 wxPyEndAllowThreads(__tstate);
17340 if (PyErr_Occurred()) SWIG_fail;
17341 }
17342 {
17343 resultobj = wxPyMake_wxObject(result, 0);
17344 }
17345 return resultobj;
17346 fail:
17347 return NULL;
17348 }
17349
17350
17351 static PyObject *_wrap_ToolBarBase_FindControl(PyObject *, PyObject *args, PyObject *kwargs) {
17352 PyObject *resultobj;
17353 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17354 int arg2 ;
17355 wxControl *result;
17356 PyObject * obj0 = 0 ;
17357 PyObject * obj1 = 0 ;
17358 char *kwnames[] = {
17359 (char *) "self",(char *) "id", NULL
17360 };
17361
17362 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindControl",kwnames,&obj0,&obj1)) goto fail;
17363 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17364 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17365 arg2 = (int)SWIG_As_int(obj1);
17366 if (PyErr_Occurred()) SWIG_fail;
17367 {
17368 PyThreadState* __tstate = wxPyBeginAllowThreads();
17369 result = (wxControl *)(arg1)->FindControl(arg2);
17370
17371 wxPyEndAllowThreads(__tstate);
17372 if (PyErr_Occurred()) SWIG_fail;
17373 }
17374 {
17375 resultobj = wxPyMake_wxObject(result, 0);
17376 }
17377 return resultobj;
17378 fail:
17379 return NULL;
17380 }
17381
17382
17383 static PyObject *_wrap_ToolBarBase_AddSeparator(PyObject *, PyObject *args, PyObject *kwargs) {
17384 PyObject *resultobj;
17385 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17386 wxToolBarToolBase *result;
17387 PyObject * obj0 = 0 ;
17388 char *kwnames[] = {
17389 (char *) "self", NULL
17390 };
17391
17392 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_AddSeparator",kwnames,&obj0)) goto fail;
17393 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17394 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17395 {
17396 PyThreadState* __tstate = wxPyBeginAllowThreads();
17397 result = (wxToolBarToolBase *)(arg1)->AddSeparator();
17398
17399 wxPyEndAllowThreads(__tstate);
17400 if (PyErr_Occurred()) SWIG_fail;
17401 }
17402 {
17403 resultobj = wxPyMake_wxObject(result, 0);
17404 }
17405 return resultobj;
17406 fail:
17407 return NULL;
17408 }
17409
17410
17411 static PyObject *_wrap_ToolBarBase_InsertSeparator(PyObject *, PyObject *args, PyObject *kwargs) {
17412 PyObject *resultobj;
17413 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17414 size_t arg2 ;
17415 wxToolBarToolBase *result;
17416 PyObject * obj0 = 0 ;
17417 PyObject * obj1 = 0 ;
17418 char *kwnames[] = {
17419 (char *) "self",(char *) "pos", NULL
17420 };
17421
17422 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_InsertSeparator",kwnames,&obj0,&obj1)) goto fail;
17423 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17424 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17425 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17426 if (PyErr_Occurred()) SWIG_fail;
17427 {
17428 PyThreadState* __tstate = wxPyBeginAllowThreads();
17429 result = (wxToolBarToolBase *)(arg1)->InsertSeparator(arg2);
17430
17431 wxPyEndAllowThreads(__tstate);
17432 if (PyErr_Occurred()) SWIG_fail;
17433 }
17434 {
17435 resultobj = wxPyMake_wxObject(result, 0);
17436 }
17437 return resultobj;
17438 fail:
17439 return NULL;
17440 }
17441
17442
17443 static PyObject *_wrap_ToolBarBase_RemoveTool(PyObject *, PyObject *args, PyObject *kwargs) {
17444 PyObject *resultobj;
17445 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17446 int arg2 ;
17447 wxToolBarToolBase *result;
17448 PyObject * obj0 = 0 ;
17449 PyObject * obj1 = 0 ;
17450 char *kwnames[] = {
17451 (char *) "self",(char *) "id", NULL
17452 };
17453
17454 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_RemoveTool",kwnames,&obj0,&obj1)) goto fail;
17455 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17456 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17457 arg2 = (int)SWIG_As_int(obj1);
17458 if (PyErr_Occurred()) SWIG_fail;
17459 {
17460 PyThreadState* __tstate = wxPyBeginAllowThreads();
17461 result = (wxToolBarToolBase *)(arg1)->RemoveTool(arg2);
17462
17463 wxPyEndAllowThreads(__tstate);
17464 if (PyErr_Occurred()) SWIG_fail;
17465 }
17466 {
17467 resultobj = wxPyMake_wxObject(result, 0);
17468 }
17469 return resultobj;
17470 fail:
17471 return NULL;
17472 }
17473
17474
17475 static PyObject *_wrap_ToolBarBase_DeleteToolByPos(PyObject *, PyObject *args, PyObject *kwargs) {
17476 PyObject *resultobj;
17477 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17478 size_t arg2 ;
17479 bool result;
17480 PyObject * obj0 = 0 ;
17481 PyObject * obj1 = 0 ;
17482 char *kwnames[] = {
17483 (char *) "self",(char *) "pos", NULL
17484 };
17485
17486 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteToolByPos",kwnames,&obj0,&obj1)) goto fail;
17487 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17488 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17489 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17490 if (PyErr_Occurred()) SWIG_fail;
17491 {
17492 PyThreadState* __tstate = wxPyBeginAllowThreads();
17493 result = (bool)(arg1)->DeleteToolByPos(arg2);
17494
17495 wxPyEndAllowThreads(__tstate);
17496 if (PyErr_Occurred()) SWIG_fail;
17497 }
17498 {
17499 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17500 }
17501 return resultobj;
17502 fail:
17503 return NULL;
17504 }
17505
17506
17507 static PyObject *_wrap_ToolBarBase_DeleteTool(PyObject *, PyObject *args, PyObject *kwargs) {
17508 PyObject *resultobj;
17509 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17510 int arg2 ;
17511 bool result;
17512 PyObject * obj0 = 0 ;
17513 PyObject * obj1 = 0 ;
17514 char *kwnames[] = {
17515 (char *) "self",(char *) "id", NULL
17516 };
17517
17518 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteTool",kwnames,&obj0,&obj1)) goto fail;
17519 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17520 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17521 arg2 = (int)SWIG_As_int(obj1);
17522 if (PyErr_Occurred()) SWIG_fail;
17523 {
17524 PyThreadState* __tstate = wxPyBeginAllowThreads();
17525 result = (bool)(arg1)->DeleteTool(arg2);
17526
17527 wxPyEndAllowThreads(__tstate);
17528 if (PyErr_Occurred()) SWIG_fail;
17529 }
17530 {
17531 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17532 }
17533 return resultobj;
17534 fail:
17535 return NULL;
17536 }
17537
17538
17539 static PyObject *_wrap_ToolBarBase_ClearTools(PyObject *, PyObject *args, PyObject *kwargs) {
17540 PyObject *resultobj;
17541 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17542 PyObject * obj0 = 0 ;
17543 char *kwnames[] = {
17544 (char *) "self", NULL
17545 };
17546
17547 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_ClearTools",kwnames,&obj0)) goto fail;
17548 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17549 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17550 {
17551 PyThreadState* __tstate = wxPyBeginAllowThreads();
17552 (arg1)->ClearTools();
17553
17554 wxPyEndAllowThreads(__tstate);
17555 if (PyErr_Occurred()) SWIG_fail;
17556 }
17557 Py_INCREF(Py_None); resultobj = Py_None;
17558 return resultobj;
17559 fail:
17560 return NULL;
17561 }
17562
17563
17564 static PyObject *_wrap_ToolBarBase_Realize(PyObject *, PyObject *args, PyObject *kwargs) {
17565 PyObject *resultobj;
17566 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17567 bool result;
17568 PyObject * obj0 = 0 ;
17569 char *kwnames[] = {
17570 (char *) "self", NULL
17571 };
17572
17573 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_Realize",kwnames,&obj0)) goto fail;
17574 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17575 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17576 {
17577 PyThreadState* __tstate = wxPyBeginAllowThreads();
17578 result = (bool)(arg1)->Realize();
17579
17580 wxPyEndAllowThreads(__tstate);
17581 if (PyErr_Occurred()) SWIG_fail;
17582 }
17583 {
17584 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17585 }
17586 return resultobj;
17587 fail:
17588 return NULL;
17589 }
17590
17591
17592 static PyObject *_wrap_ToolBarBase_EnableTool(PyObject *, PyObject *args, PyObject *kwargs) {
17593 PyObject *resultobj;
17594 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17595 int arg2 ;
17596 bool arg3 ;
17597 PyObject * obj0 = 0 ;
17598 PyObject * obj1 = 0 ;
17599 PyObject * obj2 = 0 ;
17600 char *kwnames[] = {
17601 (char *) "self",(char *) "id",(char *) "enable", NULL
17602 };
17603
17604 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_EnableTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
17605 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17606 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17607 arg2 = (int)SWIG_As_int(obj1);
17608 if (PyErr_Occurred()) SWIG_fail;
17609 arg3 = (bool)SWIG_As_bool(obj2);
17610 if (PyErr_Occurred()) SWIG_fail;
17611 {
17612 PyThreadState* __tstate = wxPyBeginAllowThreads();
17613 (arg1)->EnableTool(arg2,arg3);
17614
17615 wxPyEndAllowThreads(__tstate);
17616 if (PyErr_Occurred()) SWIG_fail;
17617 }
17618 Py_INCREF(Py_None); resultobj = Py_None;
17619 return resultobj;
17620 fail:
17621 return NULL;
17622 }
17623
17624
17625 static PyObject *_wrap_ToolBarBase_ToggleTool(PyObject *, PyObject *args, PyObject *kwargs) {
17626 PyObject *resultobj;
17627 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17628 int arg2 ;
17629 bool arg3 ;
17630 PyObject * obj0 = 0 ;
17631 PyObject * obj1 = 0 ;
17632 PyObject * obj2 = 0 ;
17633 char *kwnames[] = {
17634 (char *) "self",(char *) "id",(char *) "toggle", NULL
17635 };
17636
17637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_ToggleTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
17638 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17639 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17640 arg2 = (int)SWIG_As_int(obj1);
17641 if (PyErr_Occurred()) SWIG_fail;
17642 arg3 = (bool)SWIG_As_bool(obj2);
17643 if (PyErr_Occurred()) SWIG_fail;
17644 {
17645 PyThreadState* __tstate = wxPyBeginAllowThreads();
17646 (arg1)->ToggleTool(arg2,arg3);
17647
17648 wxPyEndAllowThreads(__tstate);
17649 if (PyErr_Occurred()) SWIG_fail;
17650 }
17651 Py_INCREF(Py_None); resultobj = Py_None;
17652 return resultobj;
17653 fail:
17654 return NULL;
17655 }
17656
17657
17658 static PyObject *_wrap_ToolBarBase_SetToggle(PyObject *, PyObject *args, PyObject *kwargs) {
17659 PyObject *resultobj;
17660 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17661 int arg2 ;
17662 bool arg3 ;
17663 PyObject * obj0 = 0 ;
17664 PyObject * obj1 = 0 ;
17665 PyObject * obj2 = 0 ;
17666 char *kwnames[] = {
17667 (char *) "self",(char *) "id",(char *) "toggle", NULL
17668 };
17669
17670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToggle",kwnames,&obj0,&obj1,&obj2)) goto fail;
17671 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17672 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17673 arg2 = (int)SWIG_As_int(obj1);
17674 if (PyErr_Occurred()) SWIG_fail;
17675 arg3 = (bool)SWIG_As_bool(obj2);
17676 if (PyErr_Occurred()) SWIG_fail;
17677 {
17678 PyThreadState* __tstate = wxPyBeginAllowThreads();
17679 (arg1)->SetToggle(arg2,arg3);
17680
17681 wxPyEndAllowThreads(__tstate);
17682 if (PyErr_Occurred()) SWIG_fail;
17683 }
17684 Py_INCREF(Py_None); resultobj = Py_None;
17685 return resultobj;
17686 fail:
17687 return NULL;
17688 }
17689
17690
17691 static PyObject *_wrap_ToolBarBase_GetToolClientData(PyObject *, PyObject *args, PyObject *kwargs) {
17692 PyObject *resultobj;
17693 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17694 int arg2 ;
17695 PyObject *result;
17696 PyObject * obj0 = 0 ;
17697 PyObject * obj1 = 0 ;
17698 char *kwnames[] = {
17699 (char *) "self",(char *) "id", NULL
17700 };
17701
17702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolClientData",kwnames,&obj0,&obj1)) goto fail;
17703 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17704 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17705 arg2 = (int)SWIG_As_int(obj1);
17706 if (PyErr_Occurred()) SWIG_fail;
17707 {
17708 PyThreadState* __tstate = wxPyBeginAllowThreads();
17709 result = (PyObject *)wxToolBarBase_GetToolClientData(arg1,arg2);
17710
17711 wxPyEndAllowThreads(__tstate);
17712 if (PyErr_Occurred()) SWIG_fail;
17713 }
17714 resultobj = result;
17715 return resultobj;
17716 fail:
17717 return NULL;
17718 }
17719
17720
17721 static PyObject *_wrap_ToolBarBase_SetToolClientData(PyObject *, PyObject *args, PyObject *kwargs) {
17722 PyObject *resultobj;
17723 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17724 int arg2 ;
17725 PyObject *arg3 = (PyObject *) 0 ;
17726 PyObject * obj0 = 0 ;
17727 PyObject * obj1 = 0 ;
17728 PyObject * obj2 = 0 ;
17729 char *kwnames[] = {
17730 (char *) "self",(char *) "id",(char *) "clientData", NULL
17731 };
17732
17733 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolClientData",kwnames,&obj0,&obj1,&obj2)) goto fail;
17734 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17735 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17736 arg2 = (int)SWIG_As_int(obj1);
17737 if (PyErr_Occurred()) SWIG_fail;
17738 arg3 = obj2;
17739 {
17740 PyThreadState* __tstate = wxPyBeginAllowThreads();
17741 wxToolBarBase_SetToolClientData(arg1,arg2,arg3);
17742
17743 wxPyEndAllowThreads(__tstate);
17744 if (PyErr_Occurred()) SWIG_fail;
17745 }
17746 Py_INCREF(Py_None); resultobj = Py_None;
17747 return resultobj;
17748 fail:
17749 return NULL;
17750 }
17751
17752
17753 static PyObject *_wrap_ToolBarBase_GetToolPos(PyObject *, PyObject *args, PyObject *kwargs) {
17754 PyObject *resultobj;
17755 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17756 int arg2 ;
17757 int result;
17758 PyObject * obj0 = 0 ;
17759 PyObject * obj1 = 0 ;
17760 char *kwnames[] = {
17761 (char *) "self",(char *) "id", NULL
17762 };
17763
17764 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolPos",kwnames,&obj0,&obj1)) goto fail;
17765 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17766 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17767 arg2 = (int)SWIG_As_int(obj1);
17768 if (PyErr_Occurred()) SWIG_fail;
17769 {
17770 PyThreadState* __tstate = wxPyBeginAllowThreads();
17771 result = (int)((wxToolBarBase const *)arg1)->GetToolPos(arg2);
17772
17773 wxPyEndAllowThreads(__tstate);
17774 if (PyErr_Occurred()) SWIG_fail;
17775 }
17776 resultobj = SWIG_From_int((int)result);
17777 return resultobj;
17778 fail:
17779 return NULL;
17780 }
17781
17782
17783 static PyObject *_wrap_ToolBarBase_GetToolState(PyObject *, PyObject *args, PyObject *kwargs) {
17784 PyObject *resultobj;
17785 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17786 int arg2 ;
17787 bool result;
17788 PyObject * obj0 = 0 ;
17789 PyObject * obj1 = 0 ;
17790 char *kwnames[] = {
17791 (char *) "self",(char *) "id", NULL
17792 };
17793
17794 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolState",kwnames,&obj0,&obj1)) goto fail;
17795 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17796 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17797 arg2 = (int)SWIG_As_int(obj1);
17798 if (PyErr_Occurred()) SWIG_fail;
17799 {
17800 PyThreadState* __tstate = wxPyBeginAllowThreads();
17801 result = (bool)(arg1)->GetToolState(arg2);
17802
17803 wxPyEndAllowThreads(__tstate);
17804 if (PyErr_Occurred()) SWIG_fail;
17805 }
17806 {
17807 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17808 }
17809 return resultobj;
17810 fail:
17811 return NULL;
17812 }
17813
17814
17815 static PyObject *_wrap_ToolBarBase_GetToolEnabled(PyObject *, PyObject *args, PyObject *kwargs) {
17816 PyObject *resultobj;
17817 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17818 int arg2 ;
17819 bool result;
17820 PyObject * obj0 = 0 ;
17821 PyObject * obj1 = 0 ;
17822 char *kwnames[] = {
17823 (char *) "self",(char *) "id", NULL
17824 };
17825
17826 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolEnabled",kwnames,&obj0,&obj1)) goto fail;
17827 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17828 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17829 arg2 = (int)SWIG_As_int(obj1);
17830 if (PyErr_Occurred()) SWIG_fail;
17831 {
17832 PyThreadState* __tstate = wxPyBeginAllowThreads();
17833 result = (bool)(arg1)->GetToolEnabled(arg2);
17834
17835 wxPyEndAllowThreads(__tstate);
17836 if (PyErr_Occurred()) SWIG_fail;
17837 }
17838 {
17839 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17840 }
17841 return resultobj;
17842 fail:
17843 return NULL;
17844 }
17845
17846
17847 static PyObject *_wrap_ToolBarBase_SetToolShortHelp(PyObject *, PyObject *args, PyObject *kwargs) {
17848 PyObject *resultobj;
17849 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17850 int arg2 ;
17851 wxString *arg3 = 0 ;
17852 bool temp3 = False ;
17853 PyObject * obj0 = 0 ;
17854 PyObject * obj1 = 0 ;
17855 PyObject * obj2 = 0 ;
17856 char *kwnames[] = {
17857 (char *) "self",(char *) "id",(char *) "helpString", NULL
17858 };
17859
17860 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolShortHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
17861 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17862 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17863 arg2 = (int)SWIG_As_int(obj1);
17864 if (PyErr_Occurred()) SWIG_fail;
17865 {
17866 arg3 = wxString_in_helper(obj2);
17867 if (arg3 == NULL) SWIG_fail;
17868 temp3 = True;
17869 }
17870 {
17871 PyThreadState* __tstate = wxPyBeginAllowThreads();
17872 (arg1)->SetToolShortHelp(arg2,(wxString const &)*arg3);
17873
17874 wxPyEndAllowThreads(__tstate);
17875 if (PyErr_Occurred()) SWIG_fail;
17876 }
17877 Py_INCREF(Py_None); resultobj = Py_None;
17878 {
17879 if (temp3)
17880 delete arg3;
17881 }
17882 return resultobj;
17883 fail:
17884 {
17885 if (temp3)
17886 delete arg3;
17887 }
17888 return NULL;
17889 }
17890
17891
17892 static PyObject *_wrap_ToolBarBase_GetToolShortHelp(PyObject *, PyObject *args, PyObject *kwargs) {
17893 PyObject *resultobj;
17894 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17895 int arg2 ;
17896 wxString result;
17897 PyObject * obj0 = 0 ;
17898 PyObject * obj1 = 0 ;
17899 char *kwnames[] = {
17900 (char *) "self",(char *) "id", NULL
17901 };
17902
17903 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolShortHelp",kwnames,&obj0,&obj1)) goto fail;
17904 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17905 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17906 arg2 = (int)SWIG_As_int(obj1);
17907 if (PyErr_Occurred()) SWIG_fail;
17908 {
17909 PyThreadState* __tstate = wxPyBeginAllowThreads();
17910 result = (arg1)->GetToolShortHelp(arg2);
17911
17912 wxPyEndAllowThreads(__tstate);
17913 if (PyErr_Occurred()) SWIG_fail;
17914 }
17915 {
17916 #if wxUSE_UNICODE
17917 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
17918 #else
17919 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
17920 #endif
17921 }
17922 return resultobj;
17923 fail:
17924 return NULL;
17925 }
17926
17927
17928 static PyObject *_wrap_ToolBarBase_SetToolLongHelp(PyObject *, PyObject *args, PyObject *kwargs) {
17929 PyObject *resultobj;
17930 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17931 int arg2 ;
17932 wxString *arg3 = 0 ;
17933 bool temp3 = False ;
17934 PyObject * obj0 = 0 ;
17935 PyObject * obj1 = 0 ;
17936 PyObject * obj2 = 0 ;
17937 char *kwnames[] = {
17938 (char *) "self",(char *) "id",(char *) "helpString", NULL
17939 };
17940
17941 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolLongHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
17942 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17943 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17944 arg2 = (int)SWIG_As_int(obj1);
17945 if (PyErr_Occurred()) SWIG_fail;
17946 {
17947 arg3 = wxString_in_helper(obj2);
17948 if (arg3 == NULL) SWIG_fail;
17949 temp3 = True;
17950 }
17951 {
17952 PyThreadState* __tstate = wxPyBeginAllowThreads();
17953 (arg1)->SetToolLongHelp(arg2,(wxString const &)*arg3);
17954
17955 wxPyEndAllowThreads(__tstate);
17956 if (PyErr_Occurred()) SWIG_fail;
17957 }
17958 Py_INCREF(Py_None); resultobj = Py_None;
17959 {
17960 if (temp3)
17961 delete arg3;
17962 }
17963 return resultobj;
17964 fail:
17965 {
17966 if (temp3)
17967 delete arg3;
17968 }
17969 return NULL;
17970 }
17971
17972
17973 static PyObject *_wrap_ToolBarBase_GetToolLongHelp(PyObject *, PyObject *args, PyObject *kwargs) {
17974 PyObject *resultobj;
17975 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17976 int arg2 ;
17977 wxString result;
17978 PyObject * obj0 = 0 ;
17979 PyObject * obj1 = 0 ;
17980 char *kwnames[] = {
17981 (char *) "self",(char *) "id", NULL
17982 };
17983
17984 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolLongHelp",kwnames,&obj0,&obj1)) goto fail;
17985 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17986 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17987 arg2 = (int)SWIG_As_int(obj1);
17988 if (PyErr_Occurred()) SWIG_fail;
17989 {
17990 PyThreadState* __tstate = wxPyBeginAllowThreads();
17991 result = (arg1)->GetToolLongHelp(arg2);
17992
17993 wxPyEndAllowThreads(__tstate);
17994 if (PyErr_Occurred()) SWIG_fail;
17995 }
17996 {
17997 #if wxUSE_UNICODE
17998 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
17999 #else
18000 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
18001 #endif
18002 }
18003 return resultobj;
18004 fail:
18005 return NULL;
18006 }
18007
18008
18009 static PyObject *_wrap_ToolBarBase_SetMarginsXY(PyObject *, PyObject *args, PyObject *kwargs) {
18010 PyObject *resultobj;
18011 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18012 int arg2 ;
18013 int arg3 ;
18014 PyObject * obj0 = 0 ;
18015 PyObject * obj1 = 0 ;
18016 PyObject * obj2 = 0 ;
18017 char *kwnames[] = {
18018 (char *) "self",(char *) "x",(char *) "y", NULL
18019 };
18020
18021 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMarginsXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
18022 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18023 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18024 arg2 = (int)SWIG_As_int(obj1);
18025 if (PyErr_Occurred()) SWIG_fail;
18026 arg3 = (int)SWIG_As_int(obj2);
18027 if (PyErr_Occurred()) SWIG_fail;
18028 {
18029 PyThreadState* __tstate = wxPyBeginAllowThreads();
18030 (arg1)->SetMargins(arg2,arg3);
18031
18032 wxPyEndAllowThreads(__tstate);
18033 if (PyErr_Occurred()) SWIG_fail;
18034 }
18035 Py_INCREF(Py_None); resultobj = Py_None;
18036 return resultobj;
18037 fail:
18038 return NULL;
18039 }
18040
18041
18042 static PyObject *_wrap_ToolBarBase_SetMargins(PyObject *, PyObject *args, PyObject *kwargs) {
18043 PyObject *resultobj;
18044 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18045 wxSize *arg2 = 0 ;
18046 wxSize temp2 ;
18047 PyObject * obj0 = 0 ;
18048 PyObject * obj1 = 0 ;
18049 char *kwnames[] = {
18050 (char *) "self",(char *) "size", NULL
18051 };
18052
18053 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetMargins",kwnames,&obj0,&obj1)) goto fail;
18054 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18055 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18056 {
18057 arg2 = &temp2;
18058 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
18059 }
18060 {
18061 PyThreadState* __tstate = wxPyBeginAllowThreads();
18062 (arg1)->SetMargins((wxSize const &)*arg2);
18063
18064 wxPyEndAllowThreads(__tstate);
18065 if (PyErr_Occurred()) SWIG_fail;
18066 }
18067 Py_INCREF(Py_None); resultobj = Py_None;
18068 return resultobj;
18069 fail:
18070 return NULL;
18071 }
18072
18073
18074 static PyObject *_wrap_ToolBarBase_SetToolPacking(PyObject *, PyObject *args, PyObject *kwargs) {
18075 PyObject *resultobj;
18076 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18077 int arg2 ;
18078 PyObject * obj0 = 0 ;
18079 PyObject * obj1 = 0 ;
18080 char *kwnames[] = {
18081 (char *) "self",(char *) "packing", NULL
18082 };
18083
18084 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolPacking",kwnames,&obj0,&obj1)) goto fail;
18085 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18086 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18087 arg2 = (int)SWIG_As_int(obj1);
18088 if (PyErr_Occurred()) SWIG_fail;
18089 {
18090 PyThreadState* __tstate = wxPyBeginAllowThreads();
18091 (arg1)->SetToolPacking(arg2);
18092
18093 wxPyEndAllowThreads(__tstate);
18094 if (PyErr_Occurred()) SWIG_fail;
18095 }
18096 Py_INCREF(Py_None); resultobj = Py_None;
18097 return resultobj;
18098 fail:
18099 return NULL;
18100 }
18101
18102
18103 static PyObject *_wrap_ToolBarBase_SetToolSeparation(PyObject *, PyObject *args, PyObject *kwargs) {
18104 PyObject *resultobj;
18105 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18106 int arg2 ;
18107 PyObject * obj0 = 0 ;
18108 PyObject * obj1 = 0 ;
18109 char *kwnames[] = {
18110 (char *) "self",(char *) "separation", NULL
18111 };
18112
18113 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolSeparation",kwnames,&obj0,&obj1)) goto fail;
18114 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18115 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18116 arg2 = (int)SWIG_As_int(obj1);
18117 if (PyErr_Occurred()) SWIG_fail;
18118 {
18119 PyThreadState* __tstate = wxPyBeginAllowThreads();
18120 (arg1)->SetToolSeparation(arg2);
18121
18122 wxPyEndAllowThreads(__tstate);
18123 if (PyErr_Occurred()) SWIG_fail;
18124 }
18125 Py_INCREF(Py_None); resultobj = Py_None;
18126 return resultobj;
18127 fail:
18128 return NULL;
18129 }
18130
18131
18132 static PyObject *_wrap_ToolBarBase_GetToolMargins(PyObject *, PyObject *args, PyObject *kwargs) {
18133 PyObject *resultobj;
18134 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18135 wxSize result;
18136 PyObject * obj0 = 0 ;
18137 char *kwnames[] = {
18138 (char *) "self", NULL
18139 };
18140
18141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolMargins",kwnames,&obj0)) goto fail;
18142 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18143 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18144 {
18145 PyThreadState* __tstate = wxPyBeginAllowThreads();
18146 result = (arg1)->GetToolMargins();
18147
18148 wxPyEndAllowThreads(__tstate);
18149 if (PyErr_Occurred()) SWIG_fail;
18150 }
18151 {
18152 wxSize * resultptr;
18153 resultptr = new wxSize((wxSize &) result);
18154 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18155 }
18156 return resultobj;
18157 fail:
18158 return NULL;
18159 }
18160
18161
18162 static PyObject *_wrap_ToolBarBase_GetMargins(PyObject *, PyObject *args, PyObject *kwargs) {
18163 PyObject *resultobj;
18164 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18165 wxSize result;
18166 PyObject * obj0 = 0 ;
18167 char *kwnames[] = {
18168 (char *) "self", NULL
18169 };
18170
18171 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMargins",kwnames,&obj0)) goto fail;
18172 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18173 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18174 {
18175 PyThreadState* __tstate = wxPyBeginAllowThreads();
18176 result = (arg1)->GetMargins();
18177
18178 wxPyEndAllowThreads(__tstate);
18179 if (PyErr_Occurred()) SWIG_fail;
18180 }
18181 {
18182 wxSize * resultptr;
18183 resultptr = new wxSize((wxSize &) result);
18184 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18185 }
18186 return resultobj;
18187 fail:
18188 return NULL;
18189 }
18190
18191
18192 static PyObject *_wrap_ToolBarBase_GetToolPacking(PyObject *, PyObject *args, PyObject *kwargs) {
18193 PyObject *resultobj;
18194 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18195 int result;
18196 PyObject * obj0 = 0 ;
18197 char *kwnames[] = {
18198 (char *) "self", NULL
18199 };
18200
18201 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolPacking",kwnames,&obj0)) goto fail;
18202 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18203 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18204 {
18205 PyThreadState* __tstate = wxPyBeginAllowThreads();
18206 result = (int)(arg1)->GetToolPacking();
18207
18208 wxPyEndAllowThreads(__tstate);
18209 if (PyErr_Occurred()) SWIG_fail;
18210 }
18211 resultobj = SWIG_From_int((int)result);
18212 return resultobj;
18213 fail:
18214 return NULL;
18215 }
18216
18217
18218 static PyObject *_wrap_ToolBarBase_GetToolSeparation(PyObject *, PyObject *args, PyObject *kwargs) {
18219 PyObject *resultobj;
18220 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18221 int result;
18222 PyObject * obj0 = 0 ;
18223 char *kwnames[] = {
18224 (char *) "self", NULL
18225 };
18226
18227 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSeparation",kwnames,&obj0)) goto fail;
18228 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18229 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18230 {
18231 PyThreadState* __tstate = wxPyBeginAllowThreads();
18232 result = (int)(arg1)->GetToolSeparation();
18233
18234 wxPyEndAllowThreads(__tstate);
18235 if (PyErr_Occurred()) SWIG_fail;
18236 }
18237 resultobj = SWIG_From_int((int)result);
18238 return resultobj;
18239 fail:
18240 return NULL;
18241 }
18242
18243
18244 static PyObject *_wrap_ToolBarBase_SetRows(PyObject *, PyObject *args, PyObject *kwargs) {
18245 PyObject *resultobj;
18246 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18247 int arg2 ;
18248 PyObject * obj0 = 0 ;
18249 PyObject * obj1 = 0 ;
18250 char *kwnames[] = {
18251 (char *) "self",(char *) "nRows", NULL
18252 };
18253
18254 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetRows",kwnames,&obj0,&obj1)) goto fail;
18255 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18256 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18257 arg2 = (int)SWIG_As_int(obj1);
18258 if (PyErr_Occurred()) SWIG_fail;
18259 {
18260 PyThreadState* __tstate = wxPyBeginAllowThreads();
18261 (arg1)->SetRows(arg2);
18262
18263 wxPyEndAllowThreads(__tstate);
18264 if (PyErr_Occurred()) SWIG_fail;
18265 }
18266 Py_INCREF(Py_None); resultobj = Py_None;
18267 return resultobj;
18268 fail:
18269 return NULL;
18270 }
18271
18272
18273 static PyObject *_wrap_ToolBarBase_SetMaxRowsCols(PyObject *, PyObject *args, PyObject *kwargs) {
18274 PyObject *resultobj;
18275 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18276 int arg2 ;
18277 int arg3 ;
18278 PyObject * obj0 = 0 ;
18279 PyObject * obj1 = 0 ;
18280 PyObject * obj2 = 0 ;
18281 char *kwnames[] = {
18282 (char *) "self",(char *) "rows",(char *) "cols", NULL
18283 };
18284
18285 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMaxRowsCols",kwnames,&obj0,&obj1,&obj2)) goto fail;
18286 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18287 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18288 arg2 = (int)SWIG_As_int(obj1);
18289 if (PyErr_Occurred()) SWIG_fail;
18290 arg3 = (int)SWIG_As_int(obj2);
18291 if (PyErr_Occurred()) SWIG_fail;
18292 {
18293 PyThreadState* __tstate = wxPyBeginAllowThreads();
18294 (arg1)->SetMaxRowsCols(arg2,arg3);
18295
18296 wxPyEndAllowThreads(__tstate);
18297 if (PyErr_Occurred()) SWIG_fail;
18298 }
18299 Py_INCREF(Py_None); resultobj = Py_None;
18300 return resultobj;
18301 fail:
18302 return NULL;
18303 }
18304
18305
18306 static PyObject *_wrap_ToolBarBase_GetMaxRows(PyObject *, PyObject *args, PyObject *kwargs) {
18307 PyObject *resultobj;
18308 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18309 int result;
18310 PyObject * obj0 = 0 ;
18311 char *kwnames[] = {
18312 (char *) "self", NULL
18313 };
18314
18315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxRows",kwnames,&obj0)) goto fail;
18316 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18317 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18318 {
18319 PyThreadState* __tstate = wxPyBeginAllowThreads();
18320 result = (int)(arg1)->GetMaxRows();
18321
18322 wxPyEndAllowThreads(__tstate);
18323 if (PyErr_Occurred()) SWIG_fail;
18324 }
18325 resultobj = SWIG_From_int((int)result);
18326 return resultobj;
18327 fail:
18328 return NULL;
18329 }
18330
18331
18332 static PyObject *_wrap_ToolBarBase_GetMaxCols(PyObject *, PyObject *args, PyObject *kwargs) {
18333 PyObject *resultobj;
18334 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18335 int result;
18336 PyObject * obj0 = 0 ;
18337 char *kwnames[] = {
18338 (char *) "self", NULL
18339 };
18340
18341 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxCols",kwnames,&obj0)) goto fail;
18342 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18344 {
18345 PyThreadState* __tstate = wxPyBeginAllowThreads();
18346 result = (int)(arg1)->GetMaxCols();
18347
18348 wxPyEndAllowThreads(__tstate);
18349 if (PyErr_Occurred()) SWIG_fail;
18350 }
18351 resultobj = SWIG_From_int((int)result);
18352 return resultobj;
18353 fail:
18354 return NULL;
18355 }
18356
18357
18358 static PyObject *_wrap_ToolBarBase_SetToolBitmapSize(PyObject *, PyObject *args, PyObject *kwargs) {
18359 PyObject *resultobj;
18360 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18361 wxSize *arg2 = 0 ;
18362 wxSize temp2 ;
18363 PyObject * obj0 = 0 ;
18364 PyObject * obj1 = 0 ;
18365 char *kwnames[] = {
18366 (char *) "self",(char *) "size", NULL
18367 };
18368
18369 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolBitmapSize",kwnames,&obj0,&obj1)) goto fail;
18370 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18371 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18372 {
18373 arg2 = &temp2;
18374 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
18375 }
18376 {
18377 PyThreadState* __tstate = wxPyBeginAllowThreads();
18378 (arg1)->SetToolBitmapSize((wxSize const &)*arg2);
18379
18380 wxPyEndAllowThreads(__tstate);
18381 if (PyErr_Occurred()) SWIG_fail;
18382 }
18383 Py_INCREF(Py_None); resultobj = Py_None;
18384 return resultobj;
18385 fail:
18386 return NULL;
18387 }
18388
18389
18390 static PyObject *_wrap_ToolBarBase_GetToolBitmapSize(PyObject *, PyObject *args, PyObject *kwargs) {
18391 PyObject *resultobj;
18392 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18393 wxSize result;
18394 PyObject * obj0 = 0 ;
18395 char *kwnames[] = {
18396 (char *) "self", NULL
18397 };
18398
18399 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolBitmapSize",kwnames,&obj0)) goto fail;
18400 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18401 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18402 {
18403 PyThreadState* __tstate = wxPyBeginAllowThreads();
18404 result = (arg1)->GetToolBitmapSize();
18405
18406 wxPyEndAllowThreads(__tstate);
18407 if (PyErr_Occurred()) SWIG_fail;
18408 }
18409 {
18410 wxSize * resultptr;
18411 resultptr = new wxSize((wxSize &) result);
18412 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18413 }
18414 return resultobj;
18415 fail:
18416 return NULL;
18417 }
18418
18419
18420 static PyObject *_wrap_ToolBarBase_GetToolSize(PyObject *, PyObject *args, PyObject *kwargs) {
18421 PyObject *resultobj;
18422 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18423 wxSize result;
18424 PyObject * obj0 = 0 ;
18425 char *kwnames[] = {
18426 (char *) "self", NULL
18427 };
18428
18429 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSize",kwnames,&obj0)) goto fail;
18430 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18431 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18432 {
18433 PyThreadState* __tstate = wxPyBeginAllowThreads();
18434 result = (arg1)->GetToolSize();
18435
18436 wxPyEndAllowThreads(__tstate);
18437 if (PyErr_Occurred()) SWIG_fail;
18438 }
18439 {
18440 wxSize * resultptr;
18441 resultptr = new wxSize((wxSize &) result);
18442 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18443 }
18444 return resultobj;
18445 fail:
18446 return NULL;
18447 }
18448
18449
18450 static PyObject *_wrap_ToolBarBase_FindToolForPosition(PyObject *, PyObject *args, PyObject *kwargs) {
18451 PyObject *resultobj;
18452 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18453 int arg2 ;
18454 int arg3 ;
18455 wxToolBarToolBase *result;
18456 PyObject * obj0 = 0 ;
18457 PyObject * obj1 = 0 ;
18458 PyObject * obj2 = 0 ;
18459 char *kwnames[] = {
18460 (char *) "self",(char *) "x",(char *) "y", NULL
18461 };
18462
18463 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
18464 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18465 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18466 arg2 = (int)SWIG_As_int(obj1);
18467 if (PyErr_Occurred()) SWIG_fail;
18468 arg3 = (int)SWIG_As_int(obj2);
18469 if (PyErr_Occurred()) SWIG_fail;
18470 {
18471 PyThreadState* __tstate = wxPyBeginAllowThreads();
18472 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
18473
18474 wxPyEndAllowThreads(__tstate);
18475 if (PyErr_Occurred()) SWIG_fail;
18476 }
18477 {
18478 resultobj = wxPyMake_wxObject(result, 0);
18479 }
18480 return resultobj;
18481 fail:
18482 return NULL;
18483 }
18484
18485
18486 static PyObject *_wrap_ToolBarBase_FindById(PyObject *, PyObject *args, PyObject *kwargs) {
18487 PyObject *resultobj;
18488 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18489 int arg2 ;
18490 wxToolBarToolBase *result;
18491 PyObject * obj0 = 0 ;
18492 PyObject * obj1 = 0 ;
18493 char *kwnames[] = {
18494 (char *) "self",(char *) "toolid", NULL
18495 };
18496
18497 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindById",kwnames,&obj0,&obj1)) goto fail;
18498 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18499 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18500 arg2 = (int)SWIG_As_int(obj1);
18501 if (PyErr_Occurred()) SWIG_fail;
18502 {
18503 PyThreadState* __tstate = wxPyBeginAllowThreads();
18504 result = (wxToolBarToolBase *)((wxToolBarBase const *)arg1)->FindById(arg2);
18505
18506 wxPyEndAllowThreads(__tstate);
18507 if (PyErr_Occurred()) SWIG_fail;
18508 }
18509 {
18510 resultobj = wxPyMake_wxObject(result, 0);
18511 }
18512 return resultobj;
18513 fail:
18514 return NULL;
18515 }
18516
18517
18518 static PyObject *_wrap_ToolBarBase_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
18519 PyObject *resultobj;
18520 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18521 bool result;
18522 PyObject * obj0 = 0 ;
18523 char *kwnames[] = {
18524 (char *) "self", NULL
18525 };
18526
18527 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_IsVertical",kwnames,&obj0)) goto fail;
18528 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18529 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18530 {
18531 PyThreadState* __tstate = wxPyBeginAllowThreads();
18532 result = (bool)(arg1)->IsVertical();
18533
18534 wxPyEndAllowThreads(__tstate);
18535 if (PyErr_Occurred()) SWIG_fail;
18536 }
18537 {
18538 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18539 }
18540 return resultobj;
18541 fail:
18542 return NULL;
18543 }
18544
18545
18546 static PyObject * ToolBarBase_swigregister(PyObject *, PyObject *args) {
18547 PyObject *obj;
18548 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
18549 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarBase, obj);
18550 Py_INCREF(obj);
18551 return Py_BuildValue((char *)"");
18552 }
18553 static PyObject *_wrap_new_ToolBar(PyObject *, PyObject *args, PyObject *kwargs) {
18554 PyObject *resultobj;
18555 wxWindow *arg1 = (wxWindow *) 0 ;
18556 int arg2 = (int) -1 ;
18557 wxPoint const &arg3_defvalue = wxDefaultPosition ;
18558 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
18559 wxSize const &arg4_defvalue = wxDefaultSize ;
18560 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
18561 long arg5 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
18562 wxString const &arg6_defvalue = wxPyToolBarNameStr ;
18563 wxString *arg6 = (wxString *) &arg6_defvalue ;
18564 wxToolBar *result;
18565 wxPoint temp3 ;
18566 wxSize temp4 ;
18567 bool temp6 = False ;
18568 PyObject * obj0 = 0 ;
18569 PyObject * obj1 = 0 ;
18570 PyObject * obj2 = 0 ;
18571 PyObject * obj3 = 0 ;
18572 PyObject * obj4 = 0 ;
18573 PyObject * obj5 = 0 ;
18574 char *kwnames[] = {
18575 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18576 };
18577
18578 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_ToolBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
18579 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
18580 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18581 if (obj1) {
18582 arg2 = (int)SWIG_As_int(obj1);
18583 if (PyErr_Occurred()) SWIG_fail;
18584 }
18585 if (obj2) {
18586 {
18587 arg3 = &temp3;
18588 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
18589 }
18590 }
18591 if (obj3) {
18592 {
18593 arg4 = &temp4;
18594 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
18595 }
18596 }
18597 if (obj4) {
18598 arg5 = (long)SWIG_As_long(obj4);
18599 if (PyErr_Occurred()) SWIG_fail;
18600 }
18601 if (obj5) {
18602 {
18603 arg6 = wxString_in_helper(obj5);
18604 if (arg6 == NULL) SWIG_fail;
18605 temp6 = True;
18606 }
18607 }
18608 {
18609 if (!wxPyCheckForApp()) SWIG_fail;
18610 PyThreadState* __tstate = wxPyBeginAllowThreads();
18611 result = (wxToolBar *)new wxToolBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
18612
18613 wxPyEndAllowThreads(__tstate);
18614 if (PyErr_Occurred()) SWIG_fail;
18615 }
18616 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToolBar, 1);
18617 {
18618 if (temp6)
18619 delete arg6;
18620 }
18621 return resultobj;
18622 fail:
18623 {
18624 if (temp6)
18625 delete arg6;
18626 }
18627 return NULL;
18628 }
18629
18630
18631 static PyObject *_wrap_new_PreToolBar(PyObject *, PyObject *args, PyObject *kwargs) {
18632 PyObject *resultobj;
18633 wxToolBar *result;
18634 char *kwnames[] = {
18635 NULL
18636 };
18637
18638 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToolBar",kwnames)) goto fail;
18639 {
18640 if (!wxPyCheckForApp()) SWIG_fail;
18641 PyThreadState* __tstate = wxPyBeginAllowThreads();
18642 result = (wxToolBar *)new wxToolBar();
18643
18644 wxPyEndAllowThreads(__tstate);
18645 if (PyErr_Occurred()) SWIG_fail;
18646 }
18647 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToolBar, 1);
18648 return resultobj;
18649 fail:
18650 return NULL;
18651 }
18652
18653
18654 static PyObject *_wrap_ToolBar_Create(PyObject *, PyObject *args, PyObject *kwargs) {
18655 PyObject *resultobj;
18656 wxToolBar *arg1 = (wxToolBar *) 0 ;
18657 wxWindow *arg2 = (wxWindow *) 0 ;
18658 int arg3 = (int) -1 ;
18659 wxPoint const &arg4_defvalue = wxDefaultPosition ;
18660 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
18661 wxSize const &arg5_defvalue = wxDefaultSize ;
18662 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
18663 long arg6 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
18664 wxString const &arg7_defvalue = wxPyToolBarNameStr ;
18665 wxString *arg7 = (wxString *) &arg7_defvalue ;
18666 bool result;
18667 wxPoint temp4 ;
18668 wxSize temp5 ;
18669 bool temp7 = False ;
18670 PyObject * obj0 = 0 ;
18671 PyObject * obj1 = 0 ;
18672 PyObject * obj2 = 0 ;
18673 PyObject * obj3 = 0 ;
18674 PyObject * obj4 = 0 ;
18675 PyObject * obj5 = 0 ;
18676 PyObject * obj6 = 0 ;
18677 char *kwnames[] = {
18678 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18679 };
18680
18681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:ToolBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
18682 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBar,
18683 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18684 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
18685 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18686 if (obj2) {
18687 arg3 = (int)SWIG_As_int(obj2);
18688 if (PyErr_Occurred()) SWIG_fail;
18689 }
18690 if (obj3) {
18691 {
18692 arg4 = &temp4;
18693 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
18694 }
18695 }
18696 if (obj4) {
18697 {
18698 arg5 = &temp5;
18699 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
18700 }
18701 }
18702 if (obj5) {
18703 arg6 = (long)SWIG_As_long(obj5);
18704 if (PyErr_Occurred()) SWIG_fail;
18705 }
18706 if (obj6) {
18707 {
18708 arg7 = wxString_in_helper(obj6);
18709 if (arg7 == NULL) SWIG_fail;
18710 temp7 = True;
18711 }
18712 }
18713 {
18714 PyThreadState* __tstate = wxPyBeginAllowThreads();
18715 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
18716
18717 wxPyEndAllowThreads(__tstate);
18718 if (PyErr_Occurred()) SWIG_fail;
18719 }
18720 {
18721 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18722 }
18723 {
18724 if (temp7)
18725 delete arg7;
18726 }
18727 return resultobj;
18728 fail:
18729 {
18730 if (temp7)
18731 delete arg7;
18732 }
18733 return NULL;
18734 }
18735
18736
18737 static PyObject *_wrap_ToolBar_FindToolForPosition(PyObject *, PyObject *args, PyObject *kwargs) {
18738 PyObject *resultobj;
18739 wxToolBar *arg1 = (wxToolBar *) 0 ;
18740 int arg2 ;
18741 int arg3 ;
18742 wxToolBarToolBase *result;
18743 PyObject * obj0 = 0 ;
18744 PyObject * obj1 = 0 ;
18745 PyObject * obj2 = 0 ;
18746 char *kwnames[] = {
18747 (char *) "self",(char *) "x",(char *) "y", NULL
18748 };
18749
18750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBar_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
18751 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBar,
18752 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18753 arg2 = (int)SWIG_As_int(obj1);
18754 if (PyErr_Occurred()) SWIG_fail;
18755 arg3 = (int)SWIG_As_int(obj2);
18756 if (PyErr_Occurred()) SWIG_fail;
18757 {
18758 PyThreadState* __tstate = wxPyBeginAllowThreads();
18759 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
18760
18761 wxPyEndAllowThreads(__tstate);
18762 if (PyErr_Occurred()) SWIG_fail;
18763 }
18764 {
18765 resultobj = wxPyMake_wxObject(result, 0);
18766 }
18767 return resultobj;
18768 fail:
18769 return NULL;
18770 }
18771
18772
18773 static PyObject *_wrap_ToolBar_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
18774 PyObject *resultobj;
18775 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
18776 wxVisualAttributes result;
18777 PyObject * obj0 = 0 ;
18778 char *kwnames[] = {
18779 (char *) "variant", NULL
18780 };
18781
18782 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ToolBar_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
18783 if (obj0) {
18784 arg1 = (int)SWIG_As_int(obj0);
18785 if (PyErr_Occurred()) SWIG_fail;
18786 }
18787 {
18788 if (!wxPyCheckForApp()) SWIG_fail;
18789 PyThreadState* __tstate = wxPyBeginAllowThreads();
18790 result = wxToolBar::GetClassDefaultAttributes((wxWindowVariant )arg1);
18791
18792 wxPyEndAllowThreads(__tstate);
18793 if (PyErr_Occurred()) SWIG_fail;
18794 }
18795 {
18796 wxVisualAttributes * resultptr;
18797 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
18798 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
18799 }
18800 return resultobj;
18801 fail:
18802 return NULL;
18803 }
18804
18805
18806 static PyObject * ToolBar_swigregister(PyObject *, PyObject *args) {
18807 PyObject *obj;
18808 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
18809 SWIG_TypeClientData(SWIGTYPE_p_wxToolBar, obj);
18810 Py_INCREF(obj);
18811 return Py_BuildValue((char *)"");
18812 }
18813 static int _wrap_ListCtrlNameStr_set(PyObject *) {
18814 PyErr_SetString(PyExc_TypeError,"Variable ListCtrlNameStr is read-only.");
18815 return 1;
18816 }
18817
18818
18819 static PyObject *_wrap_ListCtrlNameStr_get() {
18820 PyObject *pyobj;
18821
18822 {
18823 #if wxUSE_UNICODE
18824 pyobj = PyUnicode_FromWideChar((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
18825 #else
18826 pyobj = PyString_FromStringAndSize((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
18827 #endif
18828 }
18829 return pyobj;
18830 }
18831
18832
18833 static PyObject *_wrap_new_ListItemAttr(PyObject *, PyObject *args, PyObject *kwargs) {
18834 PyObject *resultobj;
18835 wxColour const &arg1_defvalue = wxNullColour ;
18836 wxColour *arg1 = (wxColour *) &arg1_defvalue ;
18837 wxColour const &arg2_defvalue = wxNullColour ;
18838 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
18839 wxFont const &arg3_defvalue = wxNullFont ;
18840 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
18841 wxListItemAttr *result;
18842 wxColour temp1 ;
18843 wxColour temp2 ;
18844 PyObject * obj0 = 0 ;
18845 PyObject * obj1 = 0 ;
18846 PyObject * obj2 = 0 ;
18847 char *kwnames[] = {
18848 (char *) "colText",(char *) "colBack",(char *) "font", NULL
18849 };
18850
18851 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_ListItemAttr",kwnames,&obj0,&obj1,&obj2)) goto fail;
18852 if (obj0) {
18853 {
18854 arg1 = &temp1;
18855 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
18856 }
18857 }
18858 if (obj1) {
18859 {
18860 arg2 = &temp2;
18861 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18862 }
18863 }
18864 if (obj2) {
18865 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
18866 SWIG_POINTER_EXCEPTION | 0)) == -1)
18867 SWIG_fail;
18868 if (arg3 == NULL) {
18869 PyErr_SetString(PyExc_TypeError,"null reference");
18870 SWIG_fail;
18871 }
18872 }
18873 {
18874 PyThreadState* __tstate = wxPyBeginAllowThreads();
18875 result = (wxListItemAttr *)new wxListItemAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3);
18876
18877 wxPyEndAllowThreads(__tstate);
18878 if (PyErr_Occurred()) SWIG_fail;
18879 }
18880 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItemAttr, 1);
18881 return resultobj;
18882 fail:
18883 return NULL;
18884 }
18885
18886
18887 static PyObject *_wrap_ListItemAttr_SetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
18888 PyObject *resultobj;
18889 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18890 wxColour *arg2 = 0 ;
18891 wxColour temp2 ;
18892 PyObject * obj0 = 0 ;
18893 PyObject * obj1 = 0 ;
18894 char *kwnames[] = {
18895 (char *) "self",(char *) "colText", NULL
18896 };
18897
18898 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
18899 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18900 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18901 {
18902 arg2 = &temp2;
18903 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18904 }
18905 {
18906 PyThreadState* __tstate = wxPyBeginAllowThreads();
18907 (arg1)->SetTextColour((wxColour const &)*arg2);
18908
18909 wxPyEndAllowThreads(__tstate);
18910 if (PyErr_Occurred()) SWIG_fail;
18911 }
18912 Py_INCREF(Py_None); resultobj = Py_None;
18913 return resultobj;
18914 fail:
18915 return NULL;
18916 }
18917
18918
18919 static PyObject *_wrap_ListItemAttr_SetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
18920 PyObject *resultobj;
18921 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18922 wxColour *arg2 = 0 ;
18923 wxColour temp2 ;
18924 PyObject * obj0 = 0 ;
18925 PyObject * obj1 = 0 ;
18926 char *kwnames[] = {
18927 (char *) "self",(char *) "colBack", NULL
18928 };
18929
18930 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
18931 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18932 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18933 {
18934 arg2 = &temp2;
18935 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18936 }
18937 {
18938 PyThreadState* __tstate = wxPyBeginAllowThreads();
18939 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
18940
18941 wxPyEndAllowThreads(__tstate);
18942 if (PyErr_Occurred()) SWIG_fail;
18943 }
18944 Py_INCREF(Py_None); resultobj = Py_None;
18945 return resultobj;
18946 fail:
18947 return NULL;
18948 }
18949
18950
18951 static PyObject *_wrap_ListItemAttr_SetFont(PyObject *, PyObject *args, PyObject *kwargs) {
18952 PyObject *resultobj;
18953 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18954 wxFont *arg2 = 0 ;
18955 PyObject * obj0 = 0 ;
18956 PyObject * obj1 = 0 ;
18957 char *kwnames[] = {
18958 (char *) "self",(char *) "font", NULL
18959 };
18960
18961 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetFont",kwnames,&obj0,&obj1)) goto fail;
18962 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18963 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18964 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
18965 SWIG_POINTER_EXCEPTION | 0)) == -1)
18966 SWIG_fail;
18967 if (arg2 == NULL) {
18968 PyErr_SetString(PyExc_TypeError,"null reference");
18969 SWIG_fail;
18970 }
18971 {
18972 PyThreadState* __tstate = wxPyBeginAllowThreads();
18973 (arg1)->SetFont((wxFont const &)*arg2);
18974
18975 wxPyEndAllowThreads(__tstate);
18976 if (PyErr_Occurred()) SWIG_fail;
18977 }
18978 Py_INCREF(Py_None); resultobj = Py_None;
18979 return resultobj;
18980 fail:
18981 return NULL;
18982 }
18983
18984
18985 static PyObject *_wrap_ListItemAttr_HasTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
18986 PyObject *resultobj;
18987 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18988 bool result;
18989 PyObject * obj0 = 0 ;
18990 char *kwnames[] = {
18991 (char *) "self", NULL
18992 };
18993
18994 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasTextColour",kwnames,&obj0)) goto fail;
18995 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18996 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18997 {
18998 PyThreadState* __tstate = wxPyBeginAllowThreads();
18999 result = (bool)(arg1)->HasTextColour();
19000
19001 wxPyEndAllowThreads(__tstate);
19002 if (PyErr_Occurred()) SWIG_fail;
19003 }
19004 {
19005 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19006 }
19007 return resultobj;
19008 fail:
19009 return NULL;
19010 }
19011
19012
19013 static PyObject *_wrap_ListItemAttr_HasBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
19014 PyObject *resultobj;
19015 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19016 bool result;
19017 PyObject * obj0 = 0 ;
19018 char *kwnames[] = {
19019 (char *) "self", NULL
19020 };
19021
19022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
19023 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19024 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19025 {
19026 PyThreadState* __tstate = wxPyBeginAllowThreads();
19027 result = (bool)(arg1)->HasBackgroundColour();
19028
19029 wxPyEndAllowThreads(__tstate);
19030 if (PyErr_Occurred()) SWIG_fail;
19031 }
19032 {
19033 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19034 }
19035 return resultobj;
19036 fail:
19037 return NULL;
19038 }
19039
19040
19041 static PyObject *_wrap_ListItemAttr_HasFont(PyObject *, PyObject *args, PyObject *kwargs) {
19042 PyObject *resultobj;
19043 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19044 bool result;
19045 PyObject * obj0 = 0 ;
19046 char *kwnames[] = {
19047 (char *) "self", NULL
19048 };
19049
19050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasFont",kwnames,&obj0)) goto fail;
19051 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19052 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19053 {
19054 PyThreadState* __tstate = wxPyBeginAllowThreads();
19055 result = (bool)(arg1)->HasFont();
19056
19057 wxPyEndAllowThreads(__tstate);
19058 if (PyErr_Occurred()) SWIG_fail;
19059 }
19060 {
19061 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19062 }
19063 return resultobj;
19064 fail:
19065 return NULL;
19066 }
19067
19068
19069 static PyObject *_wrap_ListItemAttr_GetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
19070 PyObject *resultobj;
19071 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19072 wxColour result;
19073 PyObject * obj0 = 0 ;
19074 char *kwnames[] = {
19075 (char *) "self", NULL
19076 };
19077
19078 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetTextColour",kwnames,&obj0)) goto fail;
19079 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19080 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19081 {
19082 PyThreadState* __tstate = wxPyBeginAllowThreads();
19083 result = (arg1)->GetTextColour();
19084
19085 wxPyEndAllowThreads(__tstate);
19086 if (PyErr_Occurred()) SWIG_fail;
19087 }
19088 {
19089 wxColour * resultptr;
19090 resultptr = new wxColour((wxColour &) result);
19091 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
19092 }
19093 return resultobj;
19094 fail:
19095 return NULL;
19096 }
19097
19098
19099 static PyObject *_wrap_ListItemAttr_GetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
19100 PyObject *resultobj;
19101 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19102 wxColour result;
19103 PyObject * obj0 = 0 ;
19104 char *kwnames[] = {
19105 (char *) "self", NULL
19106 };
19107
19108 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
19109 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19110 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19111 {
19112 PyThreadState* __tstate = wxPyBeginAllowThreads();
19113 result = (arg1)->GetBackgroundColour();
19114
19115 wxPyEndAllowThreads(__tstate);
19116 if (PyErr_Occurred()) SWIG_fail;
19117 }
19118 {
19119 wxColour * resultptr;
19120 resultptr = new wxColour((wxColour &) result);
19121 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
19122 }
19123 return resultobj;
19124 fail:
19125 return NULL;
19126 }
19127
19128
19129 static PyObject *_wrap_ListItemAttr_GetFont(PyObject *, PyObject *args, PyObject *kwargs) {
19130 PyObject *resultobj;
19131 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19132 wxFont result;
19133 PyObject * obj0 = 0 ;
19134 char *kwnames[] = {
19135 (char *) "self", NULL
19136 };
19137
19138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetFont",kwnames,&obj0)) goto fail;
19139 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19140 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19141 {
19142 PyThreadState* __tstate = wxPyBeginAllowThreads();
19143 result = (arg1)->GetFont();
19144
19145 wxPyEndAllowThreads(__tstate);
19146 if (PyErr_Occurred()) SWIG_fail;
19147 }
19148 {
19149 wxFont * resultptr;
19150 resultptr = new wxFont((wxFont &) result);
19151 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
19152 }
19153 return resultobj;
19154 fail:
19155 return NULL;
19156 }
19157
19158
19159 static PyObject *_wrap_ListItemAttr_Destroy(PyObject *, PyObject *args, PyObject *kwargs) {
19160 PyObject *resultobj;
19161 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19162 PyObject * obj0 = 0 ;
19163 char *kwnames[] = {
19164 (char *) "self", NULL
19165 };
19166
19167 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_Destroy",kwnames,&obj0)) goto fail;
19168 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19169 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19170 {
19171 PyThreadState* __tstate = wxPyBeginAllowThreads();
19172 wxListItemAttr_Destroy(arg1);
19173
19174 wxPyEndAllowThreads(__tstate);
19175 if (PyErr_Occurred()) SWIG_fail;
19176 }
19177 Py_INCREF(Py_None); resultobj = Py_None;
19178 return resultobj;
19179 fail:
19180 return NULL;
19181 }
19182
19183
19184 static PyObject * ListItemAttr_swigregister(PyObject *, PyObject *args) {
19185 PyObject *obj;
19186 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
19187 SWIG_TypeClientData(SWIGTYPE_p_wxListItemAttr, obj);
19188 Py_INCREF(obj);
19189 return Py_BuildValue((char *)"");
19190 }
19191 static PyObject *_wrap_new_ListItem(PyObject *, PyObject *args, PyObject *kwargs) {
19192 PyObject *resultobj;
19193 wxListItem *result;
19194 char *kwnames[] = {
19195 NULL
19196 };
19197
19198 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_ListItem",kwnames)) goto fail;
19199 {
19200 PyThreadState* __tstate = wxPyBeginAllowThreads();
19201 result = (wxListItem *)new wxListItem();
19202
19203 wxPyEndAllowThreads(__tstate);
19204 if (PyErr_Occurred()) SWIG_fail;
19205 }
19206 {
19207 resultobj = wxPyMake_wxObject(result, 1);
19208 }
19209 return resultobj;
19210 fail:
19211 return NULL;
19212 }
19213
19214
19215 static PyObject *_wrap_delete_ListItem(PyObject *, PyObject *args, PyObject *kwargs) {
19216 PyObject *resultobj;
19217 wxListItem *arg1 = (wxListItem *) 0 ;
19218 PyObject * obj0 = 0 ;
19219 char *kwnames[] = {
19220 (char *) "self", NULL
19221 };
19222
19223 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ListItem",kwnames,&obj0)) goto fail;
19224 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19225 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19226 {
19227 PyThreadState* __tstate = wxPyBeginAllowThreads();
19228 delete arg1;
19229
19230 wxPyEndAllowThreads(__tstate);
19231 if (PyErr_Occurred()) SWIG_fail;
19232 }
19233 Py_INCREF(Py_None); resultobj = Py_None;
19234 return resultobj;
19235 fail:
19236 return NULL;
19237 }
19238
19239
19240 static PyObject *_wrap_ListItem_Clear(PyObject *, PyObject *args, PyObject *kwargs) {
19241 PyObject *resultobj;
19242 wxListItem *arg1 = (wxListItem *) 0 ;
19243 PyObject * obj0 = 0 ;
19244 char *kwnames[] = {
19245 (char *) "self", NULL
19246 };
19247
19248 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_Clear",kwnames,&obj0)) goto fail;
19249 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19250 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19251 {
19252 PyThreadState* __tstate = wxPyBeginAllowThreads();
19253 (arg1)->Clear();
19254
19255 wxPyEndAllowThreads(__tstate);
19256 if (PyErr_Occurred()) SWIG_fail;
19257 }
19258 Py_INCREF(Py_None); resultobj = Py_None;
19259 return resultobj;
19260 fail:
19261 return NULL;
19262 }
19263
19264
19265 static PyObject *_wrap_ListItem_ClearAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
19266 PyObject *resultobj;
19267 wxListItem *arg1 = (wxListItem *) 0 ;
19268 PyObject * obj0 = 0 ;
19269 char *kwnames[] = {
19270 (char *) "self", NULL
19271 };
19272
19273 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_ClearAttributes",kwnames,&obj0)) goto fail;
19274 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19275 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19276 {
19277 PyThreadState* __tstate = wxPyBeginAllowThreads();
19278 (arg1)->ClearAttributes();
19279
19280 wxPyEndAllowThreads(__tstate);
19281 if (PyErr_Occurred()) SWIG_fail;
19282 }
19283 Py_INCREF(Py_None); resultobj = Py_None;
19284 return resultobj;
19285 fail:
19286 return NULL;
19287 }
19288
19289
19290 static PyObject *_wrap_ListItem_SetMask(PyObject *, PyObject *args, PyObject *kwargs) {
19291 PyObject *resultobj;
19292 wxListItem *arg1 = (wxListItem *) 0 ;
19293 long arg2 ;
19294 PyObject * obj0 = 0 ;
19295 PyObject * obj1 = 0 ;
19296 char *kwnames[] = {
19297 (char *) "self",(char *) "mask", NULL
19298 };
19299
19300 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetMask",kwnames,&obj0,&obj1)) goto fail;
19301 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19302 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19303 arg2 = (long)SWIG_As_long(obj1);
19304 if (PyErr_Occurred()) SWIG_fail;
19305 {
19306 PyThreadState* __tstate = wxPyBeginAllowThreads();
19307 (arg1)->SetMask(arg2);
19308
19309 wxPyEndAllowThreads(__tstate);
19310 if (PyErr_Occurred()) SWIG_fail;
19311 }
19312 Py_INCREF(Py_None); resultobj = Py_None;
19313 return resultobj;
19314 fail:
19315 return NULL;
19316 }
19317
19318
19319 static PyObject *_wrap_ListItem_SetId(PyObject *, PyObject *args, PyObject *kwargs) {
19320 PyObject *resultobj;
19321 wxListItem *arg1 = (wxListItem *) 0 ;
19322 long arg2 ;
19323 PyObject * obj0 = 0 ;
19324 PyObject * obj1 = 0 ;
19325 char *kwnames[] = {
19326 (char *) "self",(char *) "id", NULL
19327 };
19328
19329 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetId",kwnames,&obj0,&obj1)) goto fail;
19330 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19331 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19332 arg2 = (long)SWIG_As_long(obj1);
19333 if (PyErr_Occurred()) SWIG_fail;
19334 {
19335 PyThreadState* __tstate = wxPyBeginAllowThreads();
19336 (arg1)->SetId(arg2);
19337
19338 wxPyEndAllowThreads(__tstate);
19339 if (PyErr_Occurred()) SWIG_fail;
19340 }
19341 Py_INCREF(Py_None); resultobj = Py_None;
19342 return resultobj;
19343 fail:
19344 return NULL;
19345 }
19346
19347
19348 static PyObject *_wrap_ListItem_SetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
19349 PyObject *resultobj;
19350 wxListItem *arg1 = (wxListItem *) 0 ;
19351 int arg2 ;
19352 PyObject * obj0 = 0 ;
19353 PyObject * obj1 = 0 ;
19354 char *kwnames[] = {
19355 (char *) "self",(char *) "col", NULL
19356 };
19357
19358 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetColumn",kwnames,&obj0,&obj1)) goto fail;
19359 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19360 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19361 arg2 = (int)SWIG_As_int(obj1);
19362 if (PyErr_Occurred()) SWIG_fail;
19363 {
19364 PyThreadState* __tstate = wxPyBeginAllowThreads();
19365 (arg1)->SetColumn(arg2);
19366
19367 wxPyEndAllowThreads(__tstate);
19368 if (PyErr_Occurred()) SWIG_fail;
19369 }
19370 Py_INCREF(Py_None); resultobj = Py_None;
19371 return resultobj;
19372 fail:
19373 return NULL;
19374 }
19375
19376
19377 static PyObject *_wrap_ListItem_SetState(PyObject *, PyObject *args, PyObject *kwargs) {
19378 PyObject *resultobj;
19379 wxListItem *arg1 = (wxListItem *) 0 ;
19380 long arg2 ;
19381 PyObject * obj0 = 0 ;
19382 PyObject * obj1 = 0 ;
19383 char *kwnames[] = {
19384 (char *) "self",(char *) "state", NULL
19385 };
19386
19387 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetState",kwnames,&obj0,&obj1)) goto fail;
19388 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19389 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19390 arg2 = (long)SWIG_As_long(obj1);
19391 if (PyErr_Occurred()) SWIG_fail;
19392 {
19393 PyThreadState* __tstate = wxPyBeginAllowThreads();
19394 (arg1)->SetState(arg2);
19395
19396 wxPyEndAllowThreads(__tstate);
19397 if (PyErr_Occurred()) SWIG_fail;
19398 }
19399 Py_INCREF(Py_None); resultobj = Py_None;
19400 return resultobj;
19401 fail:
19402 return NULL;
19403 }
19404
19405
19406 static PyObject *_wrap_ListItem_SetStateMask(PyObject *, PyObject *args, PyObject *kwargs) {
19407 PyObject *resultobj;
19408 wxListItem *arg1 = (wxListItem *) 0 ;
19409 long arg2 ;
19410 PyObject * obj0 = 0 ;
19411 PyObject * obj1 = 0 ;
19412 char *kwnames[] = {
19413 (char *) "self",(char *) "stateMask", NULL
19414 };
19415
19416 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetStateMask",kwnames,&obj0,&obj1)) goto fail;
19417 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19418 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19419 arg2 = (long)SWIG_As_long(obj1);
19420 if (PyErr_Occurred()) SWIG_fail;
19421 {
19422 PyThreadState* __tstate = wxPyBeginAllowThreads();
19423 (arg1)->SetStateMask(arg2);
19424
19425 wxPyEndAllowThreads(__tstate);
19426 if (PyErr_Occurred()) SWIG_fail;
19427 }
19428 Py_INCREF(Py_None); resultobj = Py_None;
19429 return resultobj;
19430 fail:
19431 return NULL;
19432 }
19433
19434
19435 static PyObject *_wrap_ListItem_SetText(PyObject *, PyObject *args, PyObject *kwargs) {
19436 PyObject *resultobj;
19437 wxListItem *arg1 = (wxListItem *) 0 ;
19438 wxString *arg2 = 0 ;
19439 bool temp2 = False ;
19440 PyObject * obj0 = 0 ;
19441 PyObject * obj1 = 0 ;
19442 char *kwnames[] = {
19443 (char *) "self",(char *) "text", NULL
19444 };
19445
19446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetText",kwnames,&obj0,&obj1)) goto fail;
19447 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19448 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19449 {
19450 arg2 = wxString_in_helper(obj1);
19451 if (arg2 == NULL) SWIG_fail;
19452 temp2 = True;
19453 }
19454 {
19455 PyThreadState* __tstate = wxPyBeginAllowThreads();
19456 (arg1)->SetText((wxString const &)*arg2);
19457
19458 wxPyEndAllowThreads(__tstate);
19459 if (PyErr_Occurred()) SWIG_fail;
19460 }
19461 Py_INCREF(Py_None); resultobj = Py_None;
19462 {
19463 if (temp2)
19464 delete arg2;
19465 }
19466 return resultobj;
19467 fail:
19468 {
19469 if (temp2)
19470 delete arg2;
19471 }
19472 return NULL;
19473 }
19474
19475
19476 static PyObject *_wrap_ListItem_SetImage(PyObject *, PyObject *args, PyObject *kwargs) {
19477 PyObject *resultobj;
19478 wxListItem *arg1 = (wxListItem *) 0 ;
19479 int arg2 ;
19480 PyObject * obj0 = 0 ;
19481 PyObject * obj1 = 0 ;
19482 char *kwnames[] = {
19483 (char *) "self",(char *) "image", NULL
19484 };
19485
19486 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetImage",kwnames,&obj0,&obj1)) goto fail;
19487 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19488 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19489 arg2 = (int)SWIG_As_int(obj1);
19490 if (PyErr_Occurred()) SWIG_fail;
19491 {
19492 PyThreadState* __tstate = wxPyBeginAllowThreads();
19493 (arg1)->SetImage(arg2);
19494
19495 wxPyEndAllowThreads(__tstate);
19496 if (PyErr_Occurred()) SWIG_fail;
19497 }
19498 Py_INCREF(Py_None); resultobj = Py_None;
19499 return resultobj;
19500 fail:
19501 return NULL;
19502 }
19503
19504
19505 static PyObject *_wrap_ListItem_SetData(PyObject *, PyObject *args, PyObject *kwargs) {
19506 PyObject *resultobj;
19507 wxListItem *arg1 = (wxListItem *) 0 ;
19508 long arg2 ;
19509 PyObject * obj0 = 0 ;
19510 PyObject * obj1 = 0 ;
19511 char *kwnames[] = {
19512 (char *) "self",(char *) "data", NULL
19513 };
19514
19515 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetData",kwnames,&obj0,&obj1)) goto fail;
19516 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19517 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19518 arg2 = (long)SWIG_As_long(obj1);
19519 if (PyErr_Occurred()) SWIG_fail;
19520 {
19521 PyThreadState* __tstate = wxPyBeginAllowThreads();
19522 (arg1)->SetData(arg2);
19523
19524 wxPyEndAllowThreads(__tstate);
19525 if (PyErr_Occurred()) SWIG_fail;
19526 }
19527 Py_INCREF(Py_None); resultobj = Py_None;
19528 return resultobj;
19529 fail:
19530 return NULL;
19531 }
19532
19533
19534 static PyObject *_wrap_ListItem_SetWidth(PyObject *, PyObject *args, PyObject *kwargs) {
19535 PyObject *resultobj;
19536 wxListItem *arg1 = (wxListItem *) 0 ;
19537 int arg2 ;
19538 PyObject * obj0 = 0 ;
19539 PyObject * obj1 = 0 ;
19540 char *kwnames[] = {
19541 (char *) "self",(char *) "width", NULL
19542 };
19543
19544 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetWidth",kwnames,&obj0,&obj1)) goto fail;
19545 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19546 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19547 arg2 = (int)SWIG_As_int(obj1);
19548 if (PyErr_Occurred()) SWIG_fail;
19549 {
19550 PyThreadState* __tstate = wxPyBeginAllowThreads();
19551 (arg1)->SetWidth(arg2);
19552
19553 wxPyEndAllowThreads(__tstate);
19554 if (PyErr_Occurred()) SWIG_fail;
19555 }
19556 Py_INCREF(Py_None); resultobj = Py_None;
19557 return resultobj;
19558 fail:
19559 return NULL;
19560 }
19561
19562
19563 static PyObject *_wrap_ListItem_SetAlign(PyObject *, PyObject *args, PyObject *kwargs) {
19564 PyObject *resultobj;
19565 wxListItem *arg1 = (wxListItem *) 0 ;
19566 int arg2 ;
19567 PyObject * obj0 = 0 ;
19568 PyObject * obj1 = 0 ;
19569 char *kwnames[] = {
19570 (char *) "self",(char *) "align", NULL
19571 };
19572
19573 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetAlign",kwnames,&obj0,&obj1)) goto fail;
19574 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19575 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19576 arg2 = (int)SWIG_As_int(obj1);
19577 if (PyErr_Occurred()) SWIG_fail;
19578 {
19579 PyThreadState* __tstate = wxPyBeginAllowThreads();
19580 (arg1)->SetAlign((wxListColumnFormat )arg2);
19581
19582 wxPyEndAllowThreads(__tstate);
19583 if (PyErr_Occurred()) SWIG_fail;
19584 }
19585 Py_INCREF(Py_None); resultobj = Py_None;
19586 return resultobj;
19587 fail:
19588 return NULL;
19589 }
19590
19591
19592 static PyObject *_wrap_ListItem_SetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
19593 PyObject *resultobj;
19594 wxListItem *arg1 = (wxListItem *) 0 ;
19595 wxColour *arg2 = 0 ;
19596 wxColour temp2 ;
19597 PyObject * obj0 = 0 ;
19598 PyObject * obj1 = 0 ;
19599 char *kwnames[] = {
19600 (char *) "self",(char *) "colText", NULL
19601 };
19602
19603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
19604 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19605 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19606 {
19607 arg2 = &temp2;
19608 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19609 }
19610 {
19611 PyThreadState* __tstate = wxPyBeginAllowThreads();
19612 (arg1)->SetTextColour((wxColour const &)*arg2);
19613
19614 wxPyEndAllowThreads(__tstate);
19615 if (PyErr_Occurred()) SWIG_fail;
19616 }
19617 Py_INCREF(Py_None); resultobj = Py_None;
19618 return resultobj;
19619 fail:
19620 return NULL;
19621 }
19622
19623
19624 static PyObject *_wrap_ListItem_SetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
19625 PyObject *resultobj;
19626 wxListItem *arg1 = (wxListItem *) 0 ;
19627 wxColour *arg2 = 0 ;
19628 wxColour temp2 ;
19629 PyObject * obj0 = 0 ;
19630 PyObject * obj1 = 0 ;
19631 char *kwnames[] = {
19632 (char *) "self",(char *) "colBack", NULL
19633 };
19634
19635 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
19636 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19637 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19638 {
19639 arg2 = &temp2;
19640 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19641 }
19642 {
19643 PyThreadState* __tstate = wxPyBeginAllowThreads();
19644 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
19645
19646 wxPyEndAllowThreads(__tstate);
19647 if (PyErr_Occurred()) SWIG_fail;
19648 }
19649 Py_INCREF(Py_None); resultobj = Py_None;
19650 return resultobj;
19651 fail:
19652 return NULL;
19653 }
19654
19655
19656 static PyObject *_wrap_ListItem_SetFont(PyObject *, PyObject *args, PyObject *kwargs) {
19657 PyObject *resultobj;
19658 wxListItem *arg1 = (wxListItem *) 0 ;
19659 wxFont *arg2 = 0 ;
19660 PyObject * obj0 = 0 ;
19661 PyObject * obj1 = 0 ;
19662 char *kwnames[] = {
19663 (char *) "self",(char *) "font", NULL
19664 };
19665
19666 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetFont",kwnames,&obj0,&obj1)) goto fail;
19667 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19668 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19669 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
19670 SWIG_POINTER_EXCEPTION | 0)) == -1)
19671 SWIG_fail;
19672 if (arg2 == NULL) {
19673 PyErr_SetString(PyExc_TypeError,"null reference");
19674 SWIG_fail;
19675 }
19676 {
19677 PyThreadState* __tstate = wxPyBeginAllowThreads();
19678 (arg1)->SetFont((wxFont const &)*arg2);
19679
19680 wxPyEndAllowThreads(__tstate);
19681 if (PyErr_Occurred()) SWIG_fail;
19682 }
19683 Py_INCREF(Py_None); resultobj = Py_None;
19684 return resultobj;
19685 fail:
19686 return NULL;
19687 }
19688
19689
19690 static PyObject *_wrap_ListItem_GetMask(PyObject *, PyObject *args, PyObject *kwargs) {
19691 PyObject *resultobj;
19692 wxListItem *arg1 = (wxListItem *) 0 ;
19693 long result;
19694 PyObject * obj0 = 0 ;
19695 char *kwnames[] = {
19696 (char *) "self", NULL
19697 };
19698
19699 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetMask",kwnames,&obj0)) goto fail;
19700 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19701 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19702 {
19703 PyThreadState* __tstate = wxPyBeginAllowThreads();
19704 result = (long)(arg1)->GetMask();
19705
19706 wxPyEndAllowThreads(__tstate);
19707 if (PyErr_Occurred()) SWIG_fail;
19708 }
19709 resultobj = SWIG_From_long((long)result);
19710 return resultobj;
19711 fail:
19712 return NULL;
19713 }
19714
19715
19716 static PyObject *_wrap_ListItem_GetId(PyObject *, PyObject *args, PyObject *kwargs) {
19717 PyObject *resultobj;
19718 wxListItem *arg1 = (wxListItem *) 0 ;
19719 long result;
19720 PyObject * obj0 = 0 ;
19721 char *kwnames[] = {
19722 (char *) "self", NULL
19723 };
19724
19725 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetId",kwnames,&obj0)) goto fail;
19726 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19727 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19728 {
19729 PyThreadState* __tstate = wxPyBeginAllowThreads();
19730 result = (long)(arg1)->GetId();
19731
19732 wxPyEndAllowThreads(__tstate);
19733 if (PyErr_Occurred()) SWIG_fail;
19734 }
19735 resultobj = SWIG_From_long((long)result);
19736 return resultobj;
19737 fail:
19738 return NULL;
19739 }
19740
19741
19742 static PyObject *_wrap_ListItem_GetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
19743 PyObject *resultobj;
19744 wxListItem *arg1 = (wxListItem *) 0 ;
19745 int result;
19746 PyObject * obj0 = 0 ;
19747 char *kwnames[] = {
19748 (char *) "self", NULL
19749 };
19750
19751 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetColumn",kwnames,&obj0)) goto fail;
19752 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19753 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19754 {
19755 PyThreadState* __tstate = wxPyBeginAllowThreads();
19756 result = (int)(arg1)->GetColumn();
19757
19758 wxPyEndAllowThreads(__tstate);
19759 if (PyErr_Occurred()) SWIG_fail;
19760 }
19761 resultobj = SWIG_From_int((int)result);
19762 return resultobj;
19763 fail:
19764 return NULL;
19765 }
19766
19767
19768 static PyObject *_wrap_ListItem_GetState(PyObject *, PyObject *args, PyObject *kwargs) {
19769 PyObject *resultobj;
19770 wxListItem *arg1 = (wxListItem *) 0 ;
19771 long result;
19772 PyObject * obj0 = 0 ;
19773 char *kwnames[] = {
19774 (char *) "self", NULL
19775 };
19776
19777 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetState",kwnames,&obj0)) goto fail;
19778 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19779 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19780 {
19781 PyThreadState* __tstate = wxPyBeginAllowThreads();
19782 result = (long)(arg1)->GetState();
19783
19784 wxPyEndAllowThreads(__tstate);
19785 if (PyErr_Occurred()) SWIG_fail;
19786 }
19787 resultobj = SWIG_From_long((long)result);
19788 return resultobj;
19789 fail:
19790 return NULL;
19791 }
19792
19793
19794 static PyObject *_wrap_ListItem_GetText(PyObject *, PyObject *args, PyObject *kwargs) {
19795 PyObject *resultobj;
19796 wxListItem *arg1 = (wxListItem *) 0 ;
19797 wxString *result;
19798 PyObject * obj0 = 0 ;
19799 char *kwnames[] = {
19800 (char *) "self", NULL
19801 };
19802
19803 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetText",kwnames,&obj0)) goto fail;
19804 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19805 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19806 {
19807 PyThreadState* __tstate = wxPyBeginAllowThreads();
19808 {
19809 wxString const &_result_ref = (arg1)->GetText();
19810 result = (wxString *) &_result_ref;
19811 }
19812
19813 wxPyEndAllowThreads(__tstate);
19814 if (PyErr_Occurred()) SWIG_fail;
19815 }
19816 {
19817 #if wxUSE_UNICODE
19818 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
19819 #else
19820 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
19821 #endif
19822 }
19823 return resultobj;
19824 fail:
19825 return NULL;
19826 }
19827
19828
19829 static PyObject *_wrap_ListItem_GetImage(PyObject *, PyObject *args, PyObject *kwargs) {
19830 PyObject *resultobj;
19831 wxListItem *arg1 = (wxListItem *) 0 ;
19832 int result;
19833 PyObject * obj0 = 0 ;
19834 char *kwnames[] = {
19835 (char *) "self", NULL
19836 };
19837
19838 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetImage",kwnames,&obj0)) goto fail;
19839 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19840 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19841 {
19842 PyThreadState* __tstate = wxPyBeginAllowThreads();
19843 result = (int)(arg1)->GetImage();
19844
19845 wxPyEndAllowThreads(__tstate);
19846 if (PyErr_Occurred()) SWIG_fail;
19847 }
19848 resultobj = SWIG_From_int((int)result);
19849 return resultobj;
19850 fail:
19851 return NULL;
19852 }
19853
19854
19855 static PyObject *_wrap_ListItem_GetData(PyObject *, PyObject *args, PyObject *kwargs) {
19856 PyObject *resultobj;
19857 wxListItem *arg1 = (wxListItem *) 0 ;
19858 long result;
19859 PyObject * obj0 = 0 ;
19860 char *kwnames[] = {
19861 (char *) "self", NULL
19862 };
19863
19864 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetData",kwnames,&obj0)) goto fail;
19865 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19866 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19867 {
19868 PyThreadState* __tstate = wxPyBeginAllowThreads();
19869 result = (long)(arg1)->GetData();
19870
19871 wxPyEndAllowThreads(__tstate);
19872 if (PyErr_Occurred()) SWIG_fail;
19873 }
19874 resultobj = SWIG_From_long((long)result);
19875 return resultobj;
19876 fail:
19877 return NULL;
19878 }
19879
19880
19881 static PyObject *_wrap_ListItem_GetWidth(PyObject *, PyObject *args, PyObject *kwargs) {
19882 PyObject *resultobj;
19883 wxListItem *arg1 = (wxListItem *) 0 ;
19884 int result;
19885 PyObject * obj0 = 0 ;
19886 char *kwnames[] = {
19887 (char *) "self", NULL
19888 };
19889
19890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetWidth",kwnames,&obj0)) goto fail;
19891 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19892 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19893 {
19894 PyThreadState* __tstate = wxPyBeginAllowThreads();
19895 result = (int)(arg1)->GetWidth();
19896
19897 wxPyEndAllowThreads(__tstate);
19898 if (PyErr_Occurred()) SWIG_fail;
19899 }
19900 resultobj = SWIG_From_int((int)result);
19901 return resultobj;
19902 fail:
19903 return NULL;
19904 }
19905
19906
19907 static PyObject *_wrap_ListItem_GetAlign(PyObject *, PyObject *args, PyObject *kwargs) {
19908 PyObject *resultobj;
19909 wxListItem *arg1 = (wxListItem *) 0 ;
19910 int result;
19911 PyObject * obj0 = 0 ;
19912 char *kwnames[] = {
19913 (char *) "self", NULL
19914 };
19915
19916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAlign",kwnames,&obj0)) goto fail;
19917 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19918 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19919 {
19920 PyThreadState* __tstate = wxPyBeginAllowThreads();
19921 result = (int)(arg1)->GetAlign();
19922
19923 wxPyEndAllowThreads(__tstate);
19924 if (PyErr_Occurred()) SWIG_fail;
19925 }
19926 resultobj = SWIG_From_int((int)result);
19927 return resultobj;
19928 fail:
19929 return NULL;
19930 }
19931
19932
19933 static PyObject *_wrap_ListItem_GetAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
19934 PyObject *resultobj;
19935 wxListItem *arg1 = (wxListItem *) 0 ;
19936 wxListItemAttr *result;
19937 PyObject * obj0 = 0 ;
19938 char *kwnames[] = {
19939 (char *) "self", NULL
19940 };
19941
19942 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAttributes",kwnames,&obj0)) goto fail;
19943 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19944 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19945 {
19946 PyThreadState* __tstate = wxPyBeginAllowThreads();
19947 result = (wxListItemAttr *)(arg1)->GetAttributes();
19948
19949 wxPyEndAllowThreads(__tstate);
19950 if (PyErr_Occurred()) SWIG_fail;
19951 }
19952 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItemAttr, 0);
19953 return resultobj;
19954 fail:
19955 return NULL;
19956 }
19957
19958
19959 static PyObject *_wrap_ListItem_HasAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
19960 PyObject *resultobj;
19961 wxListItem *arg1 = (wxListItem *) 0 ;
19962 bool result;
19963 PyObject * obj0 = 0 ;
19964 char *kwnames[] = {
19965 (char *) "self", NULL
19966 };
19967
19968 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_HasAttributes",kwnames,&obj0)) goto fail;
19969 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19970 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19971 {
19972 PyThreadState* __tstate = wxPyBeginAllowThreads();
19973 result = (bool)(arg1)->HasAttributes();
19974
19975 wxPyEndAllowThreads(__tstate);
19976 if (PyErr_Occurred()) SWIG_fail;
19977 }
19978 {
19979 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19980 }
19981 return resultobj;
19982 fail:
19983 return NULL;
19984 }
19985
19986
19987 static PyObject *_wrap_ListItem_GetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
19988 PyObject *resultobj;
19989 wxListItem *arg1 = (wxListItem *) 0 ;
19990 wxColour result;
19991 PyObject * obj0 = 0 ;
19992 char *kwnames[] = {
19993 (char *) "self", NULL
19994 };
19995
19996 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetTextColour",kwnames,&obj0)) goto fail;
19997 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19998 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19999 {
20000 PyThreadState* __tstate = wxPyBeginAllowThreads();
20001 result = ((wxListItem const *)arg1)->GetTextColour();
20002
20003 wxPyEndAllowThreads(__tstate);
20004 if (PyErr_Occurred()) SWIG_fail;
20005 }
20006 {
20007 wxColour * resultptr;
20008 resultptr = new wxColour((wxColour &) result);
20009 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
20010 }
20011 return resultobj;
20012 fail:
20013 return NULL;
20014 }
20015
20016
20017 static PyObject *_wrap_ListItem_GetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
20018 PyObject *resultobj;
20019 wxListItem *arg1 = (wxListItem *) 0 ;
20020 wxColour result;
20021 PyObject * obj0 = 0 ;
20022 char *kwnames[] = {
20023 (char *) "self", NULL
20024 };
20025
20026 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetBackgroundColour",kwnames,&obj0)) goto fail;
20027 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20028 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20029 {
20030 PyThreadState* __tstate = wxPyBeginAllowThreads();
20031 result = ((wxListItem const *)arg1)->GetBackgroundColour();
20032
20033 wxPyEndAllowThreads(__tstate);
20034 if (PyErr_Occurred()) SWIG_fail;
20035 }
20036 {
20037 wxColour * resultptr;
20038 resultptr = new wxColour((wxColour &) result);
20039 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
20040 }
20041 return resultobj;
20042 fail:
20043 return NULL;
20044 }
20045
20046
20047 static PyObject *_wrap_ListItem_GetFont(PyObject *, PyObject *args, PyObject *kwargs) {
20048 PyObject *resultobj;
20049 wxListItem *arg1 = (wxListItem *) 0 ;
20050 wxFont result;
20051 PyObject * obj0 = 0 ;
20052 char *kwnames[] = {
20053 (char *) "self", NULL
20054 };
20055
20056 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetFont",kwnames,&obj0)) goto fail;
20057 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20058 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20059 {
20060 PyThreadState* __tstate = wxPyBeginAllowThreads();
20061 result = ((wxListItem const *)arg1)->GetFont();
20062
20063 wxPyEndAllowThreads(__tstate);
20064 if (PyErr_Occurred()) SWIG_fail;
20065 }
20066 {
20067 wxFont * resultptr;
20068 resultptr = new wxFont((wxFont &) result);
20069 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
20070 }
20071 return resultobj;
20072 fail:
20073 return NULL;
20074 }
20075
20076
20077 static PyObject *_wrap_ListItem_m_mask_set(PyObject *, PyObject *args, PyObject *kwargs) {
20078 PyObject *resultobj;
20079 wxListItem *arg1 = (wxListItem *) 0 ;
20080 long arg2 ;
20081 PyObject * obj0 = 0 ;
20082 PyObject * obj1 = 0 ;
20083 char *kwnames[] = {
20084 (char *) "self",(char *) "m_mask", NULL
20085 };
20086
20087 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_mask_set",kwnames,&obj0,&obj1)) goto fail;
20088 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20089 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20090 arg2 = (long)SWIG_As_long(obj1);
20091 if (PyErr_Occurred()) SWIG_fail;
20092 if (arg1) (arg1)->m_mask = arg2;
20093
20094 Py_INCREF(Py_None); resultobj = Py_None;
20095 return resultobj;
20096 fail:
20097 return NULL;
20098 }
20099
20100
20101 static PyObject *_wrap_ListItem_m_mask_get(PyObject *, PyObject *args, PyObject *kwargs) {
20102 PyObject *resultobj;
20103 wxListItem *arg1 = (wxListItem *) 0 ;
20104 long result;
20105 PyObject * obj0 = 0 ;
20106 char *kwnames[] = {
20107 (char *) "self", NULL
20108 };
20109
20110 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_mask_get",kwnames,&obj0)) goto fail;
20111 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20112 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20113 result = (long) ((arg1)->m_mask);
20114
20115 resultobj = SWIG_From_long((long)result);
20116 return resultobj;
20117 fail:
20118 return NULL;
20119 }
20120
20121
20122 static PyObject *_wrap_ListItem_m_itemId_set(PyObject *, PyObject *args, PyObject *kwargs) {
20123 PyObject *resultobj;
20124 wxListItem *arg1 = (wxListItem *) 0 ;
20125 long arg2 ;
20126 PyObject * obj0 = 0 ;
20127 PyObject * obj1 = 0 ;
20128 char *kwnames[] = {
20129 (char *) "self",(char *) "m_itemId", NULL
20130 };
20131
20132 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_itemId_set",kwnames,&obj0,&obj1)) goto fail;
20133 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20134 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20135 arg2 = (long)SWIG_As_long(obj1);
20136 if (PyErr_Occurred()) SWIG_fail;
20137 if (arg1) (arg1)->m_itemId = arg2;
20138
20139 Py_INCREF(Py_None); resultobj = Py_None;
20140 return resultobj;
20141 fail:
20142 return NULL;
20143 }
20144
20145
20146 static PyObject *_wrap_ListItem_m_itemId_get(PyObject *, PyObject *args, PyObject *kwargs) {
20147 PyObject *resultobj;
20148 wxListItem *arg1 = (wxListItem *) 0 ;
20149 long result;
20150 PyObject * obj0 = 0 ;
20151 char *kwnames[] = {
20152 (char *) "self", NULL
20153 };
20154
20155 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_itemId_get",kwnames,&obj0)) goto fail;
20156 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20157 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20158 result = (long) ((arg1)->m_itemId);
20159
20160 resultobj = SWIG_From_long((long)result);
20161 return resultobj;
20162 fail:
20163 return NULL;
20164 }
20165
20166
20167 static PyObject *_wrap_ListItem_m_col_set(PyObject *, PyObject *args, PyObject *kwargs) {
20168 PyObject *resultobj;
20169 wxListItem *arg1 = (wxListItem *) 0 ;
20170 int arg2 ;
20171 PyObject * obj0 = 0 ;
20172 PyObject * obj1 = 0 ;
20173 char *kwnames[] = {
20174 (char *) "self",(char *) "m_col", NULL
20175 };
20176
20177 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_col_set",kwnames,&obj0,&obj1)) goto fail;
20178 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20179 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20180 arg2 = (int)SWIG_As_int(obj1);
20181 if (PyErr_Occurred()) SWIG_fail;
20182 if (arg1) (arg1)->m_col = arg2;
20183
20184 Py_INCREF(Py_None); resultobj = Py_None;
20185 return resultobj;
20186 fail:
20187 return NULL;
20188 }
20189
20190
20191 static PyObject *_wrap_ListItem_m_col_get(PyObject *, PyObject *args, PyObject *kwargs) {
20192 PyObject *resultobj;
20193 wxListItem *arg1 = (wxListItem *) 0 ;
20194 int result;
20195 PyObject * obj0 = 0 ;
20196 char *kwnames[] = {
20197 (char *) "self", NULL
20198 };
20199
20200 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_col_get",kwnames,&obj0)) goto fail;
20201 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20202 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20203 result = (int) ((arg1)->m_col);
20204
20205 resultobj = SWIG_From_int((int)result);
20206 return resultobj;
20207 fail:
20208 return NULL;
20209 }
20210
20211
20212 static PyObject *_wrap_ListItem_m_state_set(PyObject *, PyObject *args, PyObject *kwargs) {
20213 PyObject *resultobj;
20214 wxListItem *arg1 = (wxListItem *) 0 ;
20215 long arg2 ;
20216 PyObject * obj0 = 0 ;
20217 PyObject * obj1 = 0 ;
20218 char *kwnames[] = {
20219 (char *) "self",(char *) "m_state", NULL
20220 };
20221
20222 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_state_set",kwnames,&obj0,&obj1)) goto fail;
20223 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20224 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20225 arg2 = (long)SWIG_As_long(obj1);
20226 if (PyErr_Occurred()) SWIG_fail;
20227 if (arg1) (arg1)->m_state = arg2;
20228
20229 Py_INCREF(Py_None); resultobj = Py_None;
20230 return resultobj;
20231 fail:
20232 return NULL;
20233 }
20234
20235
20236 static PyObject *_wrap_ListItem_m_state_get(PyObject *, PyObject *args, PyObject *kwargs) {
20237 PyObject *resultobj;
20238 wxListItem *arg1 = (wxListItem *) 0 ;
20239 long result;
20240 PyObject * obj0 = 0 ;
20241 char *kwnames[] = {
20242 (char *) "self", NULL
20243 };
20244
20245 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_state_get",kwnames,&obj0)) goto fail;
20246 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20247 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20248 result = (long) ((arg1)->m_state);
20249
20250 resultobj = SWIG_From_long((long)result);
20251 return resultobj;
20252 fail:
20253 return NULL;
20254 }
20255
20256
20257 static PyObject *_wrap_ListItem_m_stateMask_set(PyObject *, PyObject *args, PyObject *kwargs) {
20258 PyObject *resultobj;
20259 wxListItem *arg1 = (wxListItem *) 0 ;
20260 long arg2 ;
20261 PyObject * obj0 = 0 ;
20262 PyObject * obj1 = 0 ;
20263 char *kwnames[] = {
20264 (char *) "self",(char *) "m_stateMask", NULL
20265 };
20266
20267 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_stateMask_set",kwnames,&obj0,&obj1)) goto fail;
20268 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20269 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20270 arg2 = (long)SWIG_As_long(obj1);
20271 if (PyErr_Occurred()) SWIG_fail;
20272 if (arg1) (arg1)->m_stateMask = arg2;
20273
20274 Py_INCREF(Py_None); resultobj = Py_None;
20275 return resultobj;
20276 fail:
20277 return NULL;
20278 }
20279
20280
20281 static PyObject *_wrap_ListItem_m_stateMask_get(PyObject *, PyObject *args, PyObject *kwargs) {
20282 PyObject *resultobj;
20283 wxListItem *arg1 = (wxListItem *) 0 ;
20284 long result;
20285 PyObject * obj0 = 0 ;
20286 char *kwnames[] = {
20287 (char *) "self", NULL
20288 };
20289
20290 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_stateMask_get",kwnames,&obj0)) goto fail;
20291 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20292 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20293 result = (long) ((arg1)->m_stateMask);
20294
20295 resultobj = SWIG_From_long((long)result);
20296 return resultobj;
20297 fail:
20298 return NULL;
20299 }
20300
20301
20302 static PyObject *_wrap_ListItem_m_text_set(PyObject *, PyObject *args, PyObject *kwargs) {
20303 PyObject *resultobj;
20304 wxListItem *arg1 = (wxListItem *) 0 ;
20305 wxString *arg2 = (wxString *) 0 ;
20306 bool temp2 = False ;
20307 PyObject * obj0 = 0 ;
20308 PyObject * obj1 = 0 ;
20309 char *kwnames[] = {
20310 (char *) "self",(char *) "m_text", NULL
20311 };
20312
20313 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_text_set",kwnames,&obj0,&obj1)) goto fail;
20314 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20315 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20316 {
20317 arg2 = wxString_in_helper(obj1);
20318 if (arg2 == NULL) SWIG_fail;
20319 temp2 = True;
20320 }
20321 if (arg1) (arg1)->m_text = *arg2;
20322
20323 Py_INCREF(Py_None); resultobj = Py_None;
20324 {
20325 if (temp2)
20326 delete arg2;
20327 }
20328 return resultobj;
20329 fail:
20330 {
20331 if (temp2)
20332 delete arg2;
20333 }
20334 return NULL;
20335 }
20336
20337
20338 static PyObject *_wrap_ListItem_m_text_get(PyObject *, PyObject *args, PyObject *kwargs) {
20339 PyObject *resultobj;
20340 wxListItem *arg1 = (wxListItem *) 0 ;
20341 wxString *result;
20342 PyObject * obj0 = 0 ;
20343 char *kwnames[] = {
20344 (char *) "self", NULL
20345 };
20346
20347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_text_get",kwnames,&obj0)) goto fail;
20348 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20349 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20350 result = (wxString *)& ((arg1)->m_text);
20351
20352 {
20353 #if wxUSE_UNICODE
20354 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20355 #else
20356 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20357 #endif
20358 }
20359 return resultobj;
20360 fail:
20361 return NULL;
20362 }
20363
20364
20365 static PyObject *_wrap_ListItem_m_image_set(PyObject *, PyObject *args, PyObject *kwargs) {
20366 PyObject *resultobj;
20367 wxListItem *arg1 = (wxListItem *) 0 ;
20368 int arg2 ;
20369 PyObject * obj0 = 0 ;
20370 PyObject * obj1 = 0 ;
20371 char *kwnames[] = {
20372 (char *) "self",(char *) "m_image", NULL
20373 };
20374
20375 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_image_set",kwnames,&obj0,&obj1)) goto fail;
20376 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20377 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20378 arg2 = (int)SWIG_As_int(obj1);
20379 if (PyErr_Occurred()) SWIG_fail;
20380 if (arg1) (arg1)->m_image = arg2;
20381
20382 Py_INCREF(Py_None); resultobj = Py_None;
20383 return resultobj;
20384 fail:
20385 return NULL;
20386 }
20387
20388
20389 static PyObject *_wrap_ListItem_m_image_get(PyObject *, PyObject *args, PyObject *kwargs) {
20390 PyObject *resultobj;
20391 wxListItem *arg1 = (wxListItem *) 0 ;
20392 int result;
20393 PyObject * obj0 = 0 ;
20394 char *kwnames[] = {
20395 (char *) "self", NULL
20396 };
20397
20398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_image_get",kwnames,&obj0)) goto fail;
20399 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20400 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20401 result = (int) ((arg1)->m_image);
20402
20403 resultobj = SWIG_From_int((int)result);
20404 return resultobj;
20405 fail:
20406 return NULL;
20407 }
20408
20409
20410 static PyObject *_wrap_ListItem_m_data_set(PyObject *, PyObject *args, PyObject *kwargs) {
20411 PyObject *resultobj;
20412 wxListItem *arg1 = (wxListItem *) 0 ;
20413 long arg2 ;
20414 PyObject * obj0 = 0 ;
20415 PyObject * obj1 = 0 ;
20416 char *kwnames[] = {
20417 (char *) "self",(char *) "m_data", NULL
20418 };
20419
20420 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_data_set",kwnames,&obj0,&obj1)) goto fail;
20421 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20422 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20423 arg2 = (long)SWIG_As_long(obj1);
20424 if (PyErr_Occurred()) SWIG_fail;
20425 if (arg1) (arg1)->m_data = arg2;
20426
20427 Py_INCREF(Py_None); resultobj = Py_None;
20428 return resultobj;
20429 fail:
20430 return NULL;
20431 }
20432
20433
20434 static PyObject *_wrap_ListItem_m_data_get(PyObject *, PyObject *args, PyObject *kwargs) {
20435 PyObject *resultobj;
20436 wxListItem *arg1 = (wxListItem *) 0 ;
20437 long result;
20438 PyObject * obj0 = 0 ;
20439 char *kwnames[] = {
20440 (char *) "self", NULL
20441 };
20442
20443 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_data_get",kwnames,&obj0)) goto fail;
20444 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20445 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20446 result = (long) ((arg1)->m_data);
20447
20448 resultobj = SWIG_From_long((long)result);
20449 return resultobj;
20450 fail:
20451 return NULL;
20452 }
20453
20454
20455 static PyObject *_wrap_ListItem_m_format_set(PyObject *, PyObject *args, PyObject *kwargs) {
20456 PyObject *resultobj;
20457 wxListItem *arg1 = (wxListItem *) 0 ;
20458 int arg2 ;
20459 PyObject * obj0 = 0 ;
20460 PyObject * obj1 = 0 ;
20461 char *kwnames[] = {
20462 (char *) "self",(char *) "m_format", NULL
20463 };
20464
20465 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_format_set",kwnames,&obj0,&obj1)) goto fail;
20466 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20467 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20468 arg2 = (int)SWIG_As_int(obj1);
20469 if (PyErr_Occurred()) SWIG_fail;
20470 if (arg1) (arg1)->m_format = arg2;
20471
20472 Py_INCREF(Py_None); resultobj = Py_None;
20473 return resultobj;
20474 fail:
20475 return NULL;
20476 }
20477
20478
20479 static PyObject *_wrap_ListItem_m_format_get(PyObject *, PyObject *args, PyObject *kwargs) {
20480 PyObject *resultobj;
20481 wxListItem *arg1 = (wxListItem *) 0 ;
20482 int result;
20483 PyObject * obj0 = 0 ;
20484 char *kwnames[] = {
20485 (char *) "self", NULL
20486 };
20487
20488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_format_get",kwnames,&obj0)) goto fail;
20489 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20490 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20491 result = (int) ((arg1)->m_format);
20492
20493 resultobj = SWIG_From_int((int)result);
20494 return resultobj;
20495 fail:
20496 return NULL;
20497 }
20498
20499
20500 static PyObject *_wrap_ListItem_m_width_set(PyObject *, PyObject *args, PyObject *kwargs) {
20501 PyObject *resultobj;
20502 wxListItem *arg1 = (wxListItem *) 0 ;
20503 int arg2 ;
20504 PyObject * obj0 = 0 ;
20505 PyObject * obj1 = 0 ;
20506 char *kwnames[] = {
20507 (char *) "self",(char *) "m_width", NULL
20508 };
20509
20510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_width_set",kwnames,&obj0,&obj1)) goto fail;
20511 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20512 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20513 arg2 = (int)SWIG_As_int(obj1);
20514 if (PyErr_Occurred()) SWIG_fail;
20515 if (arg1) (arg1)->m_width = arg2;
20516
20517 Py_INCREF(Py_None); resultobj = Py_None;
20518 return resultobj;
20519 fail:
20520 return NULL;
20521 }
20522
20523
20524 static PyObject *_wrap_ListItem_m_width_get(PyObject *, PyObject *args, PyObject *kwargs) {
20525 PyObject *resultobj;
20526 wxListItem *arg1 = (wxListItem *) 0 ;
20527 int result;
20528 PyObject * obj0 = 0 ;
20529 char *kwnames[] = {
20530 (char *) "self", NULL
20531 };
20532
20533 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_width_get",kwnames,&obj0)) goto fail;
20534 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20535 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20536 result = (int) ((arg1)->m_width);
20537
20538 resultobj = SWIG_From_int((int)result);
20539 return resultobj;
20540 fail:
20541 return NULL;
20542 }
20543
20544
20545 static PyObject * ListItem_swigregister(PyObject *, PyObject *args) {
20546 PyObject *obj;
20547 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
20548 SWIG_TypeClientData(SWIGTYPE_p_wxListItem, obj);
20549 Py_INCREF(obj);
20550 return Py_BuildValue((char *)"");
20551 }
20552 static PyObject *_wrap_new_ListEvent(PyObject *, PyObject *args, PyObject *kwargs) {
20553 PyObject *resultobj;
20554 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
20555 int arg2 = (int) 0 ;
20556 wxListEvent *result;
20557 PyObject * obj0 = 0 ;
20558 PyObject * obj1 = 0 ;
20559 char *kwnames[] = {
20560 (char *) "commandType",(char *) "id", NULL
20561 };
20562
20563 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ListEvent",kwnames,&obj0,&obj1)) goto fail;
20564 if (obj0) {
20565 arg1 = (wxEventType)SWIG_As_int(obj0);
20566 if (PyErr_Occurred()) SWIG_fail;
20567 }
20568 if (obj1) {
20569 arg2 = (int)SWIG_As_int(obj1);
20570 if (PyErr_Occurred()) SWIG_fail;
20571 }
20572 {
20573 PyThreadState* __tstate = wxPyBeginAllowThreads();
20574 result = (wxListEvent *)new wxListEvent(arg1,arg2);
20575
20576 wxPyEndAllowThreads(__tstate);
20577 if (PyErr_Occurred()) SWIG_fail;
20578 }
20579 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListEvent, 1);
20580 return resultobj;
20581 fail:
20582 return NULL;
20583 }
20584
20585
20586 static PyObject *_wrap_ListEvent_m_code_set(PyObject *, PyObject *args, PyObject *kwargs) {
20587 PyObject *resultobj;
20588 wxListEvent *arg1 = (wxListEvent *) 0 ;
20589 int arg2 ;
20590 PyObject * obj0 = 0 ;
20591 PyObject * obj1 = 0 ;
20592 char *kwnames[] = {
20593 (char *) "self",(char *) "m_code", NULL
20594 };
20595
20596 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_code_set",kwnames,&obj0,&obj1)) goto fail;
20597 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20598 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20599 arg2 = (int)SWIG_As_int(obj1);
20600 if (PyErr_Occurred()) SWIG_fail;
20601 if (arg1) (arg1)->m_code = arg2;
20602
20603 Py_INCREF(Py_None); resultobj = Py_None;
20604 return resultobj;
20605 fail:
20606 return NULL;
20607 }
20608
20609
20610 static PyObject *_wrap_ListEvent_m_code_get(PyObject *, PyObject *args, PyObject *kwargs) {
20611 PyObject *resultobj;
20612 wxListEvent *arg1 = (wxListEvent *) 0 ;
20613 int result;
20614 PyObject * obj0 = 0 ;
20615 char *kwnames[] = {
20616 (char *) "self", NULL
20617 };
20618
20619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_code_get",kwnames,&obj0)) goto fail;
20620 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20621 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20622 result = (int) ((arg1)->m_code);
20623
20624 resultobj = SWIG_From_int((int)result);
20625 return resultobj;
20626 fail:
20627 return NULL;
20628 }
20629
20630
20631 static PyObject *_wrap_ListEvent_m_oldItemIndex_set(PyObject *, PyObject *args, PyObject *kwargs) {
20632 PyObject *resultobj;
20633 wxListEvent *arg1 = (wxListEvent *) 0 ;
20634 long arg2 ;
20635 PyObject * obj0 = 0 ;
20636 PyObject * obj1 = 0 ;
20637 char *kwnames[] = {
20638 (char *) "self",(char *) "m_oldItemIndex", NULL
20639 };
20640
20641 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_oldItemIndex_set",kwnames,&obj0,&obj1)) goto fail;
20642 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20643 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20644 arg2 = (long)SWIG_As_long(obj1);
20645 if (PyErr_Occurred()) SWIG_fail;
20646 if (arg1) (arg1)->m_oldItemIndex = arg2;
20647
20648 Py_INCREF(Py_None); resultobj = Py_None;
20649 return resultobj;
20650 fail:
20651 return NULL;
20652 }
20653
20654
20655 static PyObject *_wrap_ListEvent_m_oldItemIndex_get(PyObject *, PyObject *args, PyObject *kwargs) {
20656 PyObject *resultobj;
20657 wxListEvent *arg1 = (wxListEvent *) 0 ;
20658 long result;
20659 PyObject * obj0 = 0 ;
20660 char *kwnames[] = {
20661 (char *) "self", NULL
20662 };
20663
20664 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_oldItemIndex_get",kwnames,&obj0)) goto fail;
20665 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20666 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20667 result = (long) ((arg1)->m_oldItemIndex);
20668
20669 resultobj = SWIG_From_long((long)result);
20670 return resultobj;
20671 fail:
20672 return NULL;
20673 }
20674
20675
20676 static PyObject *_wrap_ListEvent_m_itemIndex_set(PyObject *, PyObject *args, PyObject *kwargs) {
20677 PyObject *resultobj;
20678 wxListEvent *arg1 = (wxListEvent *) 0 ;
20679 long arg2 ;
20680 PyObject * obj0 = 0 ;
20681 PyObject * obj1 = 0 ;
20682 char *kwnames[] = {
20683 (char *) "self",(char *) "m_itemIndex", NULL
20684 };
20685
20686 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_itemIndex_set",kwnames,&obj0,&obj1)) goto fail;
20687 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20688 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20689 arg2 = (long)SWIG_As_long(obj1);
20690 if (PyErr_Occurred()) SWIG_fail;
20691 if (arg1) (arg1)->m_itemIndex = arg2;
20692
20693 Py_INCREF(Py_None); resultobj = Py_None;
20694 return resultobj;
20695 fail:
20696 return NULL;
20697 }
20698
20699
20700 static PyObject *_wrap_ListEvent_m_itemIndex_get(PyObject *, PyObject *args, PyObject *kwargs) {
20701 PyObject *resultobj;
20702 wxListEvent *arg1 = (wxListEvent *) 0 ;
20703 long result;
20704 PyObject * obj0 = 0 ;
20705 char *kwnames[] = {
20706 (char *) "self", NULL
20707 };
20708
20709 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_itemIndex_get",kwnames,&obj0)) goto fail;
20710 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20711 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20712 result = (long) ((arg1)->m_itemIndex);
20713
20714 resultobj = SWIG_From_long((long)result);
20715 return resultobj;
20716 fail:
20717 return NULL;
20718 }
20719
20720
20721 static PyObject *_wrap_ListEvent_m_col_set(PyObject *, PyObject *args, PyObject *kwargs) {
20722 PyObject *resultobj;
20723 wxListEvent *arg1 = (wxListEvent *) 0 ;
20724 int arg2 ;
20725 PyObject * obj0 = 0 ;
20726 PyObject * obj1 = 0 ;
20727 char *kwnames[] = {
20728 (char *) "self",(char *) "m_col", NULL
20729 };
20730
20731 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_col_set",kwnames,&obj0,&obj1)) goto fail;
20732 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20733 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20734 arg2 = (int)SWIG_As_int(obj1);
20735 if (PyErr_Occurred()) SWIG_fail;
20736 if (arg1) (arg1)->m_col = arg2;
20737
20738 Py_INCREF(Py_None); resultobj = Py_None;
20739 return resultobj;
20740 fail:
20741 return NULL;
20742 }
20743
20744
20745 static PyObject *_wrap_ListEvent_m_col_get(PyObject *, PyObject *args, PyObject *kwargs) {
20746 PyObject *resultobj;
20747 wxListEvent *arg1 = (wxListEvent *) 0 ;
20748 int result;
20749 PyObject * obj0 = 0 ;
20750 char *kwnames[] = {
20751 (char *) "self", NULL
20752 };
20753
20754 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_col_get",kwnames,&obj0)) goto fail;
20755 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20756 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20757 result = (int) ((arg1)->m_col);
20758
20759 resultobj = SWIG_From_int((int)result);
20760 return resultobj;
20761 fail:
20762 return NULL;
20763 }
20764
20765
20766 static PyObject *_wrap_ListEvent_m_pointDrag_set(PyObject *, PyObject *args, PyObject *kwargs) {
20767 PyObject *resultobj;
20768 wxListEvent *arg1 = (wxListEvent *) 0 ;
20769 wxPoint *arg2 = (wxPoint *) 0 ;
20770 PyObject * obj0 = 0 ;
20771 PyObject * obj1 = 0 ;
20772 char *kwnames[] = {
20773 (char *) "self",(char *) "m_pointDrag", NULL
20774 };
20775
20776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_pointDrag_set",kwnames,&obj0,&obj1)) goto fail;
20777 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20778 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20779 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxPoint,
20780 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20781 if (arg1) (arg1)->m_pointDrag = *arg2;
20782
20783 Py_INCREF(Py_None); resultobj = Py_None;
20784 return resultobj;
20785 fail:
20786 return NULL;
20787 }
20788
20789
20790 static PyObject *_wrap_ListEvent_m_pointDrag_get(PyObject *, PyObject *args, PyObject *kwargs) {
20791 PyObject *resultobj;
20792 wxListEvent *arg1 = (wxListEvent *) 0 ;
20793 wxPoint *result;
20794 PyObject * obj0 = 0 ;
20795 char *kwnames[] = {
20796 (char *) "self", NULL
20797 };
20798
20799 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_pointDrag_get",kwnames,&obj0)) goto fail;
20800 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20801 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20802 result = (wxPoint *)& ((arg1)->m_pointDrag);
20803
20804 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPoint, 0);
20805 return resultobj;
20806 fail:
20807 return NULL;
20808 }
20809
20810
20811 static PyObject *_wrap_ListEvent_m_item_get(PyObject *, PyObject *args, PyObject *kwargs) {
20812 PyObject *resultobj;
20813 wxListEvent *arg1 = (wxListEvent *) 0 ;
20814 wxListItem *result;
20815 PyObject * obj0 = 0 ;
20816 char *kwnames[] = {
20817 (char *) "self", NULL
20818 };
20819
20820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_item_get",kwnames,&obj0)) goto fail;
20821 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20823 result = (wxListItem *)& ((arg1)->m_item);
20824
20825 {
20826 resultobj = wxPyMake_wxObject(result, 0);
20827 }
20828 return resultobj;
20829 fail:
20830 return NULL;
20831 }
20832
20833
20834 static PyObject *_wrap_ListEvent_GetKeyCode(PyObject *, PyObject *args, PyObject *kwargs) {
20835 PyObject *resultobj;
20836 wxListEvent *arg1 = (wxListEvent *) 0 ;
20837 int result;
20838 PyObject * obj0 = 0 ;
20839 char *kwnames[] = {
20840 (char *) "self", NULL
20841 };
20842
20843 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetKeyCode",kwnames,&obj0)) goto fail;
20844 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20845 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20846 {
20847 PyThreadState* __tstate = wxPyBeginAllowThreads();
20848 result = (int)(arg1)->GetKeyCode();
20849
20850 wxPyEndAllowThreads(__tstate);
20851 if (PyErr_Occurred()) SWIG_fail;
20852 }
20853 resultobj = SWIG_From_int((int)result);
20854 return resultobj;
20855 fail:
20856 return NULL;
20857 }
20858
20859
20860 static PyObject *_wrap_ListEvent_GetIndex(PyObject *, PyObject *args, PyObject *kwargs) {
20861 PyObject *resultobj;
20862 wxListEvent *arg1 = (wxListEvent *) 0 ;
20863 long result;
20864 PyObject * obj0 = 0 ;
20865 char *kwnames[] = {
20866 (char *) "self", NULL
20867 };
20868
20869 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetIndex",kwnames,&obj0)) goto fail;
20870 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20871 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20872 {
20873 PyThreadState* __tstate = wxPyBeginAllowThreads();
20874 result = (long)(arg1)->GetIndex();
20875
20876 wxPyEndAllowThreads(__tstate);
20877 if (PyErr_Occurred()) SWIG_fail;
20878 }
20879 resultobj = SWIG_From_long((long)result);
20880 return resultobj;
20881 fail:
20882 return NULL;
20883 }
20884
20885
20886 static PyObject *_wrap_ListEvent_GetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
20887 PyObject *resultobj;
20888 wxListEvent *arg1 = (wxListEvent *) 0 ;
20889 int result;
20890 PyObject * obj0 = 0 ;
20891 char *kwnames[] = {
20892 (char *) "self", NULL
20893 };
20894
20895 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetColumn",kwnames,&obj0)) goto fail;
20896 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20897 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20898 {
20899 PyThreadState* __tstate = wxPyBeginAllowThreads();
20900 result = (int)(arg1)->GetColumn();
20901
20902 wxPyEndAllowThreads(__tstate);
20903 if (PyErr_Occurred()) SWIG_fail;
20904 }
20905 resultobj = SWIG_From_int((int)result);
20906 return resultobj;
20907 fail:
20908 return NULL;
20909 }
20910
20911
20912 static PyObject *_wrap_ListEvent_GetPoint(PyObject *, PyObject *args, PyObject *kwargs) {
20913 PyObject *resultobj;
20914 wxListEvent *arg1 = (wxListEvent *) 0 ;
20915 wxPoint result;
20916 PyObject * obj0 = 0 ;
20917 char *kwnames[] = {
20918 (char *) "self", NULL
20919 };
20920
20921 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetPoint",kwnames,&obj0)) goto fail;
20922 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20923 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20924 {
20925 PyThreadState* __tstate = wxPyBeginAllowThreads();
20926 result = (arg1)->GetPoint();
20927
20928 wxPyEndAllowThreads(__tstate);
20929 if (PyErr_Occurred()) SWIG_fail;
20930 }
20931 {
20932 wxPoint * resultptr;
20933 resultptr = new wxPoint((wxPoint &) result);
20934 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
20935 }
20936 return resultobj;
20937 fail:
20938 return NULL;
20939 }
20940
20941
20942 static PyObject *_wrap_ListEvent_GetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
20943 PyObject *resultobj;
20944 wxListEvent *arg1 = (wxListEvent *) 0 ;
20945 wxString *result;
20946 PyObject * obj0 = 0 ;
20947 char *kwnames[] = {
20948 (char *) "self", NULL
20949 };
20950
20951 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetLabel",kwnames,&obj0)) goto fail;
20952 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20953 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20954 {
20955 PyThreadState* __tstate = wxPyBeginAllowThreads();
20956 {
20957 wxString const &_result_ref = (arg1)->GetLabel();
20958 result = (wxString *) &_result_ref;
20959 }
20960
20961 wxPyEndAllowThreads(__tstate);
20962 if (PyErr_Occurred()) SWIG_fail;
20963 }
20964 {
20965 #if wxUSE_UNICODE
20966 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20967 #else
20968 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20969 #endif
20970 }
20971 return resultobj;
20972 fail:
20973 return NULL;
20974 }
20975
20976
20977 static PyObject *_wrap_ListEvent_GetText(PyObject *, PyObject *args, PyObject *kwargs) {
20978 PyObject *resultobj;
20979 wxListEvent *arg1 = (wxListEvent *) 0 ;
20980 wxString *result;
20981 PyObject * obj0 = 0 ;
20982 char *kwnames[] = {
20983 (char *) "self", NULL
20984 };
20985
20986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetText",kwnames,&obj0)) goto fail;
20987 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20988 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20989 {
20990 PyThreadState* __tstate = wxPyBeginAllowThreads();
20991 {
20992 wxString const &_result_ref = (arg1)->GetText();
20993 result = (wxString *) &_result_ref;
20994 }
20995
20996 wxPyEndAllowThreads(__tstate);
20997 if (PyErr_Occurred()) SWIG_fail;
20998 }
20999 {
21000 #if wxUSE_UNICODE
21001 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
21002 #else
21003 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
21004 #endif
21005 }
21006 return resultobj;
21007 fail:
21008 return NULL;
21009 }
21010
21011
21012 static PyObject *_wrap_ListEvent_GetImage(PyObject *, PyObject *args, PyObject *kwargs) {
21013 PyObject *resultobj;
21014 wxListEvent *arg1 = (wxListEvent *) 0 ;
21015 int result;
21016 PyObject * obj0 = 0 ;
21017 char *kwnames[] = {
21018 (char *) "self", NULL
21019 };
21020
21021 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetImage",kwnames,&obj0)) goto fail;
21022 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21023 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21024 {
21025 PyThreadState* __tstate = wxPyBeginAllowThreads();
21026 result = (int)(arg1)->GetImage();
21027
21028 wxPyEndAllowThreads(__tstate);
21029 if (PyErr_Occurred()) SWIG_fail;
21030 }
21031 resultobj = SWIG_From_int((int)result);
21032 return resultobj;
21033 fail:
21034 return NULL;
21035 }
21036
21037
21038 static PyObject *_wrap_ListEvent_GetData(PyObject *, PyObject *args, PyObject *kwargs) {
21039 PyObject *resultobj;
21040 wxListEvent *arg1 = (wxListEvent *) 0 ;
21041 long result;
21042 PyObject * obj0 = 0 ;
21043 char *kwnames[] = {
21044 (char *) "self", NULL
21045 };
21046
21047 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetData",kwnames,&obj0)) goto fail;
21048 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21049 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21050 {
21051 PyThreadState* __tstate = wxPyBeginAllowThreads();
21052 result = (long)(arg1)->GetData();
21053
21054 wxPyEndAllowThreads(__tstate);
21055 if (PyErr_Occurred()) SWIG_fail;
21056 }
21057 resultobj = SWIG_From_long((long)result);
21058 return resultobj;
21059 fail:
21060 return NULL;
21061 }
21062
21063
21064 static PyObject *_wrap_ListEvent_GetMask(PyObject *, PyObject *args, PyObject *kwargs) {
21065 PyObject *resultobj;
21066 wxListEvent *arg1 = (wxListEvent *) 0 ;
21067 long result;
21068 PyObject * obj0 = 0 ;
21069 char *kwnames[] = {
21070 (char *) "self", NULL
21071 };
21072
21073 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetMask",kwnames,&obj0)) goto fail;
21074 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21075 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21076 {
21077 PyThreadState* __tstate = wxPyBeginAllowThreads();
21078 result = (long)(arg1)->GetMask();
21079
21080 wxPyEndAllowThreads(__tstate);
21081 if (PyErr_Occurred()) SWIG_fail;
21082 }
21083 resultobj = SWIG_From_long((long)result);
21084 return resultobj;
21085 fail:
21086 return NULL;
21087 }
21088
21089
21090 static PyObject *_wrap_ListEvent_GetItem(PyObject *, PyObject *args, PyObject *kwargs) {
21091 PyObject *resultobj;
21092 wxListEvent *arg1 = (wxListEvent *) 0 ;
21093 wxListItem *result;
21094 PyObject * obj0 = 0 ;
21095 char *kwnames[] = {
21096 (char *) "self", NULL
21097 };
21098
21099 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetItem",kwnames,&obj0)) goto fail;
21100 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21101 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21102 {
21103 PyThreadState* __tstate = wxPyBeginAllowThreads();
21104 {
21105 wxListItem const &_result_ref = (arg1)->GetItem();
21106 result = (wxListItem *) &_result_ref;
21107 }
21108
21109 wxPyEndAllowThreads(__tstate);
21110 if (PyErr_Occurred()) SWIG_fail;
21111 }
21112 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItem, 0);
21113 return resultobj;
21114 fail:
21115 return NULL;
21116 }
21117
21118
21119 static PyObject *_wrap_ListEvent_GetCacheFrom(PyObject *, PyObject *args, PyObject *kwargs) {
21120 PyObject *resultobj;
21121 wxListEvent *arg1 = (wxListEvent *) 0 ;
21122 long result;
21123 PyObject * obj0 = 0 ;
21124 char *kwnames[] = {
21125 (char *) "self", NULL
21126 };
21127
21128 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheFrom",kwnames,&obj0)) goto fail;
21129 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21130 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21131 {
21132 PyThreadState* __tstate = wxPyBeginAllowThreads();
21133 result = (long)(arg1)->GetCacheFrom();
21134
21135 wxPyEndAllowThreads(__tstate);
21136 if (PyErr_Occurred()) SWIG_fail;
21137 }
21138 resultobj = SWIG_From_long((long)result);
21139 return resultobj;
21140 fail:
21141 return NULL;
21142 }
21143
21144
21145 static PyObject *_wrap_ListEvent_GetCacheTo(PyObject *, PyObject *args, PyObject *kwargs) {
21146 PyObject *resultobj;
21147 wxListEvent *arg1 = (wxListEvent *) 0 ;
21148 long result;
21149 PyObject * obj0 = 0 ;
21150 char *kwnames[] = {
21151 (char *) "self", NULL
21152 };
21153
21154 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheTo",kwnames,&obj0)) goto fail;
21155 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21156 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21157 {
21158 PyThreadState* __tstate = wxPyBeginAllowThreads();
21159 result = (long)(arg1)->GetCacheTo();
21160
21161 wxPyEndAllowThreads(__tstate);
21162 if (PyErr_Occurred()) SWIG_fail;
21163 }
21164 resultobj = SWIG_From_long((long)result);
21165 return resultobj;
21166 fail:
21167 return NULL;
21168 }
21169
21170
21171 static PyObject *_wrap_ListEvent_IsEditCancelled(PyObject *, PyObject *args, PyObject *kwargs) {
21172 PyObject *resultobj;
21173 wxListEvent *arg1 = (wxListEvent *) 0 ;
21174 bool result;
21175 PyObject * obj0 = 0 ;
21176 char *kwnames[] = {
21177 (char *) "self", NULL
21178 };
21179
21180 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
21181 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21182 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21183 {
21184 PyThreadState* __tstate = wxPyBeginAllowThreads();
21185 result = (bool)((wxListEvent const *)arg1)->IsEditCancelled();
21186
21187 wxPyEndAllowThreads(__tstate);
21188 if (PyErr_Occurred()) SWIG_fail;
21189 }
21190 {
21191 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21192 }
21193 return resultobj;
21194 fail:
21195 return NULL;
21196 }
21197
21198
21199 static PyObject *_wrap_ListEvent_SetEditCanceled(PyObject *, PyObject *args, PyObject *kwargs) {
21200 PyObject *resultobj;
21201 wxListEvent *arg1 = (wxListEvent *) 0 ;
21202 bool arg2 ;
21203 PyObject * obj0 = 0 ;
21204 PyObject * obj1 = 0 ;
21205 char *kwnames[] = {
21206 (char *) "self",(char *) "editCancelled", NULL
21207 };
21208
21209 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
21210 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21211 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21212 arg2 = (bool)SWIG_As_bool(obj1);
21213 if (PyErr_Occurred()) SWIG_fail;
21214 {
21215 PyThreadState* __tstate = wxPyBeginAllowThreads();
21216 (arg1)->SetEditCanceled(arg2);
21217
21218 wxPyEndAllowThreads(__tstate);
21219 if (PyErr_Occurred()) SWIG_fail;
21220 }
21221 Py_INCREF(Py_None); resultobj = Py_None;
21222 return resultobj;
21223 fail:
21224 return NULL;
21225 }
21226
21227
21228 static PyObject * ListEvent_swigregister(PyObject *, PyObject *args) {
21229 PyObject *obj;
21230 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
21231 SWIG_TypeClientData(SWIGTYPE_p_wxListEvent, obj);
21232 Py_INCREF(obj);
21233 return Py_BuildValue((char *)"");
21234 }
21235 static PyObject *_wrap_new_ListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
21236 PyObject *resultobj;
21237 wxWindow *arg1 = (wxWindow *) 0 ;
21238 int arg2 = (int) -1 ;
21239 wxPoint const &arg3_defvalue = wxDefaultPosition ;
21240 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
21241 wxSize const &arg4_defvalue = wxDefaultSize ;
21242 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
21243 long arg5 = (long) wxLC_ICON ;
21244 wxValidator const &arg6_defvalue = wxDefaultValidator ;
21245 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
21246 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
21247 wxString *arg7 = (wxString *) &arg7_defvalue ;
21248 wxPyListCtrl *result;
21249 wxPoint temp3 ;
21250 wxSize temp4 ;
21251 bool temp7 = False ;
21252 PyObject * obj0 = 0 ;
21253 PyObject * obj1 = 0 ;
21254 PyObject * obj2 = 0 ;
21255 PyObject * obj3 = 0 ;
21256 PyObject * obj4 = 0 ;
21257 PyObject * obj5 = 0 ;
21258 PyObject * obj6 = 0 ;
21259 char *kwnames[] = {
21260 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21261 };
21262
21263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
21264 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
21265 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21266 if (obj1) {
21267 arg2 = (int)SWIG_As_int(obj1);
21268 if (PyErr_Occurred()) SWIG_fail;
21269 }
21270 if (obj2) {
21271 {
21272 arg3 = &temp3;
21273 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
21274 }
21275 }
21276 if (obj3) {
21277 {
21278 arg4 = &temp4;
21279 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
21280 }
21281 }
21282 if (obj4) {
21283 arg5 = (long)SWIG_As_long(obj4);
21284 if (PyErr_Occurred()) SWIG_fail;
21285 }
21286 if (obj5) {
21287 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
21288 SWIG_POINTER_EXCEPTION | 0)) == -1)
21289 SWIG_fail;
21290 if (arg6 == NULL) {
21291 PyErr_SetString(PyExc_TypeError,"null reference");
21292 SWIG_fail;
21293 }
21294 }
21295 if (obj6) {
21296 {
21297 arg7 = wxString_in_helper(obj6);
21298 if (arg7 == NULL) SWIG_fail;
21299 temp7 = True;
21300 }
21301 }
21302 {
21303 if (!wxPyCheckForApp()) SWIG_fail;
21304 PyThreadState* __tstate = wxPyBeginAllowThreads();
21305 result = (wxPyListCtrl *)new wxPyListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
21306
21307 wxPyEndAllowThreads(__tstate);
21308 if (PyErr_Occurred()) SWIG_fail;
21309 }
21310 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyListCtrl, 1);
21311 {
21312 if (temp7)
21313 delete arg7;
21314 }
21315 return resultobj;
21316 fail:
21317 {
21318 if (temp7)
21319 delete arg7;
21320 }
21321 return NULL;
21322 }
21323
21324
21325 static PyObject *_wrap_new_PreListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
21326 PyObject *resultobj;
21327 wxPyListCtrl *result;
21328 char *kwnames[] = {
21329 NULL
21330 };
21331
21332 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListCtrl",kwnames)) goto fail;
21333 {
21334 if (!wxPyCheckForApp()) SWIG_fail;
21335 PyThreadState* __tstate = wxPyBeginAllowThreads();
21336 result = (wxPyListCtrl *)new wxPyListCtrl();
21337
21338 wxPyEndAllowThreads(__tstate);
21339 if (PyErr_Occurred()) SWIG_fail;
21340 }
21341 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyListCtrl, 1);
21342 return resultobj;
21343 fail:
21344 return NULL;
21345 }
21346
21347
21348 static PyObject *_wrap_ListCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
21349 PyObject *resultobj;
21350 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21351 wxWindow *arg2 = (wxWindow *) 0 ;
21352 int arg3 = (int) -1 ;
21353 wxPoint const &arg4_defvalue = wxDefaultPosition ;
21354 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
21355 wxSize const &arg5_defvalue = wxDefaultSize ;
21356 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
21357 long arg6 = (long) wxLC_ICON ;
21358 wxValidator const &arg7_defvalue = wxDefaultValidator ;
21359 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
21360 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
21361 wxString *arg8 = (wxString *) &arg8_defvalue ;
21362 bool result;
21363 wxPoint temp4 ;
21364 wxSize temp5 ;
21365 bool temp8 = False ;
21366 PyObject * obj0 = 0 ;
21367 PyObject * obj1 = 0 ;
21368 PyObject * obj2 = 0 ;
21369 PyObject * obj3 = 0 ;
21370 PyObject * obj4 = 0 ;
21371 PyObject * obj5 = 0 ;
21372 PyObject * obj6 = 0 ;
21373 PyObject * obj7 = 0 ;
21374 char *kwnames[] = {
21375 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21376 };
21377
21378 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
21379 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21380 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21381 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
21382 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21383 if (obj2) {
21384 arg3 = (int)SWIG_As_int(obj2);
21385 if (PyErr_Occurred()) SWIG_fail;
21386 }
21387 if (obj3) {
21388 {
21389 arg4 = &temp4;
21390 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
21391 }
21392 }
21393 if (obj4) {
21394 {
21395 arg5 = &temp5;
21396 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
21397 }
21398 }
21399 if (obj5) {
21400 arg6 = (long)SWIG_As_long(obj5);
21401 if (PyErr_Occurred()) SWIG_fail;
21402 }
21403 if (obj6) {
21404 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
21405 SWIG_POINTER_EXCEPTION | 0)) == -1)
21406 SWIG_fail;
21407 if (arg7 == NULL) {
21408 PyErr_SetString(PyExc_TypeError,"null reference");
21409 SWIG_fail;
21410 }
21411 }
21412 if (obj7) {
21413 {
21414 arg8 = wxString_in_helper(obj7);
21415 if (arg8 == NULL) SWIG_fail;
21416 temp8 = True;
21417 }
21418 }
21419 {
21420 PyThreadState* __tstate = wxPyBeginAllowThreads();
21421 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
21422
21423 wxPyEndAllowThreads(__tstate);
21424 if (PyErr_Occurred()) SWIG_fail;
21425 }
21426 {
21427 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21428 }
21429 {
21430 if (temp8)
21431 delete arg8;
21432 }
21433 return resultobj;
21434 fail:
21435 {
21436 if (temp8)
21437 delete arg8;
21438 }
21439 return NULL;
21440 }
21441
21442
21443 static PyObject *_wrap_ListCtrl__setCallbackInfo(PyObject *, PyObject *args, PyObject *kwargs) {
21444 PyObject *resultobj;
21445 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21446 PyObject *arg2 = (PyObject *) 0 ;
21447 PyObject *arg3 = (PyObject *) 0 ;
21448 PyObject * obj0 = 0 ;
21449 PyObject * obj1 = 0 ;
21450 PyObject * obj2 = 0 ;
21451 char *kwnames[] = {
21452 (char *) "self",(char *) "self",(char *) "_class", NULL
21453 };
21454
21455 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
21456 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21457 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21458 arg2 = obj1;
21459 arg3 = obj2;
21460 {
21461 PyThreadState* __tstate = wxPyBeginAllowThreads();
21462 (arg1)->_setCallbackInfo(arg2,arg3);
21463
21464 wxPyEndAllowThreads(__tstate);
21465 if (PyErr_Occurred()) SWIG_fail;
21466 }
21467 Py_INCREF(Py_None); resultobj = Py_None;
21468 return resultobj;
21469 fail:
21470 return NULL;
21471 }
21472
21473
21474 static PyObject *_wrap_ListCtrl_SetForegroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
21475 PyObject *resultobj;
21476 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21477 wxColour *arg2 = 0 ;
21478 bool result;
21479 wxColour temp2 ;
21480 PyObject * obj0 = 0 ;
21481 PyObject * obj1 = 0 ;
21482 char *kwnames[] = {
21483 (char *) "self",(char *) "col", NULL
21484 };
21485
21486 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetForegroundColour",kwnames,&obj0,&obj1)) goto fail;
21487 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21488 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21489 {
21490 arg2 = &temp2;
21491 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
21492 }
21493 {
21494 PyThreadState* __tstate = wxPyBeginAllowThreads();
21495 result = (bool)(arg1)->SetForegroundColour((wxColour const &)*arg2);
21496
21497 wxPyEndAllowThreads(__tstate);
21498 if (PyErr_Occurred()) SWIG_fail;
21499 }
21500 {
21501 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21502 }
21503 return resultobj;
21504 fail:
21505 return NULL;
21506 }
21507
21508
21509 static PyObject *_wrap_ListCtrl_SetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
21510 PyObject *resultobj;
21511 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21512 wxColour *arg2 = 0 ;
21513 bool result;
21514 wxColour temp2 ;
21515 PyObject * obj0 = 0 ;
21516 PyObject * obj1 = 0 ;
21517 char *kwnames[] = {
21518 (char *) "self",(char *) "col", NULL
21519 };
21520
21521 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
21522 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21523 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21524 {
21525 arg2 = &temp2;
21526 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
21527 }
21528 {
21529 PyThreadState* __tstate = wxPyBeginAllowThreads();
21530 result = (bool)(arg1)->SetBackgroundColour((wxColour const &)*arg2);
21531
21532 wxPyEndAllowThreads(__tstate);
21533 if (PyErr_Occurred()) SWIG_fail;
21534 }
21535 {
21536 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21537 }
21538 return resultobj;
21539 fail:
21540 return NULL;
21541 }
21542
21543
21544 static PyObject *_wrap_ListCtrl_GetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
21545 PyObject *resultobj;
21546 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21547 int arg2 ;
21548 wxListItem *result;
21549 PyObject * obj0 = 0 ;
21550 PyObject * obj1 = 0 ;
21551 char *kwnames[] = {
21552 (char *) "self",(char *) "col", NULL
21553 };
21554
21555 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumn",kwnames,&obj0,&obj1)) goto fail;
21556 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21557 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21558 arg2 = (int)SWIG_As_int(obj1);
21559 if (PyErr_Occurred()) SWIG_fail;
21560 {
21561 PyThreadState* __tstate = wxPyBeginAllowThreads();
21562 result = (wxListItem *)wxPyListCtrl_GetColumn(arg1,arg2);
21563
21564 wxPyEndAllowThreads(__tstate);
21565 if (PyErr_Occurred()) SWIG_fail;
21566 }
21567 {
21568 resultobj = wxPyMake_wxObject(result, 0);
21569 }
21570 return resultobj;
21571 fail:
21572 return NULL;
21573 }
21574
21575
21576 static PyObject *_wrap_ListCtrl_SetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
21577 PyObject *resultobj;
21578 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21579 int arg2 ;
21580 wxListItem *arg3 = 0 ;
21581 bool result;
21582 PyObject * obj0 = 0 ;
21583 PyObject * obj1 = 0 ;
21584 PyObject * obj2 = 0 ;
21585 char *kwnames[] = {
21586 (char *) "self",(char *) "col",(char *) "item", NULL
21587 };
21588
21589 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumn",kwnames,&obj0,&obj1,&obj2)) goto fail;
21590 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21591 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21592 arg2 = (int)SWIG_As_int(obj1);
21593 if (PyErr_Occurred()) SWIG_fail;
21594 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxListItem,
21595 SWIG_POINTER_EXCEPTION | 0)) == -1)
21596 SWIG_fail;
21597 if (arg3 == NULL) {
21598 PyErr_SetString(PyExc_TypeError,"null reference");
21599 SWIG_fail;
21600 }
21601 {
21602 PyThreadState* __tstate = wxPyBeginAllowThreads();
21603 result = (bool)(arg1)->SetColumn(arg2,*arg3);
21604
21605 wxPyEndAllowThreads(__tstate);
21606 if (PyErr_Occurred()) SWIG_fail;
21607 }
21608 {
21609 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21610 }
21611 return resultobj;
21612 fail:
21613 return NULL;
21614 }
21615
21616
21617 static PyObject *_wrap_ListCtrl_GetColumnWidth(PyObject *, PyObject *args, PyObject *kwargs) {
21618 PyObject *resultobj;
21619 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21620 int arg2 ;
21621 int result;
21622 PyObject * obj0 = 0 ;
21623 PyObject * obj1 = 0 ;
21624 char *kwnames[] = {
21625 (char *) "self",(char *) "col", NULL
21626 };
21627
21628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumnWidth",kwnames,&obj0,&obj1)) goto fail;
21629 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21630 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21631 arg2 = (int)SWIG_As_int(obj1);
21632 if (PyErr_Occurred()) SWIG_fail;
21633 {
21634 PyThreadState* __tstate = wxPyBeginAllowThreads();
21635 result = (int)((wxPyListCtrl const *)arg1)->GetColumnWidth(arg2);
21636
21637 wxPyEndAllowThreads(__tstate);
21638 if (PyErr_Occurred()) SWIG_fail;
21639 }
21640 resultobj = SWIG_From_int((int)result);
21641 return resultobj;
21642 fail:
21643 return NULL;
21644 }
21645
21646
21647 static PyObject *_wrap_ListCtrl_SetColumnWidth(PyObject *, PyObject *args, PyObject *kwargs) {
21648 PyObject *resultobj;
21649 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21650 int arg2 ;
21651 int arg3 ;
21652 bool result;
21653 PyObject * obj0 = 0 ;
21654 PyObject * obj1 = 0 ;
21655 PyObject * obj2 = 0 ;
21656 char *kwnames[] = {
21657 (char *) "self",(char *) "col",(char *) "width", NULL
21658 };
21659
21660 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumnWidth",kwnames,&obj0,&obj1,&obj2)) goto fail;
21661 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21662 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21663 arg2 = (int)SWIG_As_int(obj1);
21664 if (PyErr_Occurred()) SWIG_fail;
21665 arg3 = (int)SWIG_As_int(obj2);
21666 if (PyErr_Occurred()) SWIG_fail;
21667 {
21668 PyThreadState* __tstate = wxPyBeginAllowThreads();
21669 result = (bool)(arg1)->SetColumnWidth(arg2,arg3);
21670
21671 wxPyEndAllowThreads(__tstate);
21672 if (PyErr_Occurred()) SWIG_fail;
21673 }
21674 {
21675 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21676 }
21677 return resultobj;
21678 fail:
21679 return NULL;
21680 }
21681
21682
21683 static PyObject *_wrap_ListCtrl_GetCountPerPage(PyObject *, PyObject *args, PyObject *kwargs) {
21684 PyObject *resultobj;
21685 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21686 int result;
21687 PyObject * obj0 = 0 ;
21688 char *kwnames[] = {
21689 (char *) "self", NULL
21690 };
21691
21692 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetCountPerPage",kwnames,&obj0)) goto fail;
21693 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21694 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21695 {
21696 PyThreadState* __tstate = wxPyBeginAllowThreads();
21697 result = (int)((wxPyListCtrl const *)arg1)->GetCountPerPage();
21698
21699 wxPyEndAllowThreads(__tstate);
21700 if (PyErr_Occurred()) SWIG_fail;
21701 }
21702 resultobj = SWIG_From_int((int)result);
21703 return resultobj;
21704 fail:
21705 return NULL;
21706 }
21707
21708
21709 static PyObject *_wrap_ListCtrl_GetViewRect(PyObject *, PyObject *args, PyObject *kwargs) {
21710 PyObject *resultobj;
21711 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21712 wxRect result;
21713 PyObject * obj0 = 0 ;
21714 char *kwnames[] = {
21715 (char *) "self", NULL
21716 };
21717
21718 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetViewRect",kwnames,&obj0)) goto fail;
21719 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21720 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21721 {
21722 PyThreadState* __tstate = wxPyBeginAllowThreads();
21723 result = ((wxPyListCtrl const *)arg1)->GetViewRect();
21724
21725 wxPyEndAllowThreads(__tstate);
21726 if (PyErr_Occurred()) SWIG_fail;
21727 }
21728 {
21729 wxRect * resultptr;
21730 resultptr = new wxRect((wxRect &) result);
21731 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
21732 }
21733 return resultobj;
21734 fail:
21735 return NULL;
21736 }
21737
21738
21739 static PyObject *_wrap_ListCtrl_GetItem(PyObject *, PyObject *args, PyObject *kwargs) {
21740 PyObject *resultobj;
21741 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21742 long arg2 ;
21743 int arg3 = (int) 0 ;
21744 wxListItem *result;
21745 PyObject * obj0 = 0 ;
21746 PyObject * obj1 = 0 ;
21747 PyObject * obj2 = 0 ;
21748 char *kwnames[] = {
21749 (char *) "self",(char *) "itemId",(char *) "col", NULL
21750 };
21751
21752 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
21753 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21754 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21755 arg2 = (long)SWIG_As_long(obj1);
21756 if (PyErr_Occurred()) SWIG_fail;
21757 if (obj2) {
21758 arg3 = (int)SWIG_As_int(obj2);
21759 if (PyErr_Occurred()) SWIG_fail;
21760 }
21761 {
21762 PyThreadState* __tstate = wxPyBeginAllowThreads();
21763 result = (wxListItem *)wxPyListCtrl_GetItem(arg1,arg2,arg3);
21764
21765 wxPyEndAllowThreads(__tstate);
21766 if (PyErr_Occurred()) SWIG_fail;
21767 }
21768 {
21769 resultobj = wxPyMake_wxObject(result, 0);
21770 }
21771 return resultobj;
21772 fail:
21773 return NULL;
21774 }
21775
21776
21777 static PyObject *_wrap_ListCtrl_SetItem(PyObject *, PyObject *args, PyObject *kwargs) {
21778 PyObject *resultobj;
21779 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21780 wxListItem *arg2 = 0 ;
21781 bool result;
21782 PyObject * obj0 = 0 ;
21783 PyObject * obj1 = 0 ;
21784 char *kwnames[] = {
21785 (char *) "self",(char *) "info", NULL
21786 };
21787
21788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItem",kwnames,&obj0,&obj1)) goto fail;
21789 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21790 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21791 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxListItem,
21792 SWIG_POINTER_EXCEPTION | 0)) == -1)
21793 SWIG_fail;
21794 if (arg2 == NULL) {
21795 PyErr_SetString(PyExc_TypeError,"null reference");
21796 SWIG_fail;
21797 }
21798 {
21799 PyThreadState* __tstate = wxPyBeginAllowThreads();
21800 result = (bool)(arg1)->SetItem(*arg2);
21801
21802 wxPyEndAllowThreads(__tstate);
21803 if (PyErr_Occurred()) SWIG_fail;
21804 }
21805 {
21806 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21807 }
21808 return resultobj;
21809 fail:
21810 return NULL;
21811 }
21812
21813
21814 static PyObject *_wrap_ListCtrl_SetStringItem(PyObject *, PyObject *args, PyObject *kwargs) {
21815 PyObject *resultobj;
21816 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21817 long arg2 ;
21818 int arg3 ;
21819 wxString *arg4 = 0 ;
21820 int arg5 = (int) -1 ;
21821 long result;
21822 bool temp4 = False ;
21823 PyObject * obj0 = 0 ;
21824 PyObject * obj1 = 0 ;
21825 PyObject * obj2 = 0 ;
21826 PyObject * obj3 = 0 ;
21827 PyObject * obj4 = 0 ;
21828 char *kwnames[] = {
21829 (char *) "self",(char *) "index",(char *) "col",(char *) "label",(char *) "imageId", NULL
21830 };
21831
21832 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|O:ListCtrl_SetStringItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
21833 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21834 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21835 arg2 = (long)SWIG_As_long(obj1);
21836 if (PyErr_Occurred()) SWIG_fail;
21837 arg3 = (int)SWIG_As_int(obj2);
21838 if (PyErr_Occurred()) SWIG_fail;
21839 {
21840 arg4 = wxString_in_helper(obj3);
21841 if (arg4 == NULL) SWIG_fail;
21842 temp4 = True;
21843 }
21844 if (obj4) {
21845 arg5 = (int)SWIG_As_int(obj4);
21846 if (PyErr_Occurred()) SWIG_fail;
21847 }
21848 {
21849 PyThreadState* __tstate = wxPyBeginAllowThreads();
21850 result = (long)(arg1)->SetItem(arg2,arg3,(wxString const &)*arg4,arg5);
21851
21852 wxPyEndAllowThreads(__tstate);
21853 if (PyErr_Occurred()) SWIG_fail;
21854 }
21855 resultobj = SWIG_From_long((long)result);
21856 {
21857 if (temp4)
21858 delete arg4;
21859 }
21860 return resultobj;
21861 fail:
21862 {
21863 if (temp4)
21864 delete arg4;
21865 }
21866 return NULL;
21867 }
21868
21869
21870 static PyObject *_wrap_ListCtrl_GetItemState(PyObject *, PyObject *args, PyObject *kwargs) {
21871 PyObject *resultobj;
21872 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21873 long arg2 ;
21874 long arg3 ;
21875 int result;
21876 PyObject * obj0 = 0 ;
21877 PyObject * obj1 = 0 ;
21878 PyObject * obj2 = 0 ;
21879 char *kwnames[] = {
21880 (char *) "self",(char *) "item",(char *) "stateMask", NULL
21881 };
21882
21883 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_GetItemState",kwnames,&obj0,&obj1,&obj2)) goto fail;
21884 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21885 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21886 arg2 = (long)SWIG_As_long(obj1);
21887 if (PyErr_Occurred()) SWIG_fail;
21888 arg3 = (long)SWIG_As_long(obj2);
21889 if (PyErr_Occurred()) SWIG_fail;
21890 {
21891 PyThreadState* __tstate = wxPyBeginAllowThreads();
21892 result = (int)((wxPyListCtrl const *)arg1)->GetItemState(arg2,arg3);
21893
21894 wxPyEndAllowThreads(__tstate);
21895 if (PyErr_Occurred()) SWIG_fail;
21896 }
21897 resultobj = SWIG_From_int((int)result);
21898 return resultobj;
21899 fail:
21900 return NULL;
21901 }
21902
21903
21904 static PyObject *_wrap_ListCtrl_SetItemState(PyObject *, PyObject *args, PyObject *kwargs) {
21905 PyObject *resultobj;
21906 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21907 long arg2 ;
21908 long arg3 ;
21909 long arg4 ;
21910 bool result;
21911 PyObject * obj0 = 0 ;
21912 PyObject * obj1 = 0 ;
21913 PyObject * obj2 = 0 ;
21914 PyObject * obj3 = 0 ;
21915 char *kwnames[] = {
21916 (char *) "self",(char *) "item",(char *) "state",(char *) "stateMask", NULL
21917 };
21918
21919 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemState",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21920 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21921 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21922 arg2 = (long)SWIG_As_long(obj1);
21923 if (PyErr_Occurred()) SWIG_fail;
21924 arg3 = (long)SWIG_As_long(obj2);
21925 if (PyErr_Occurred()) SWIG_fail;
21926 arg4 = (long)SWIG_As_long(obj3);
21927 if (PyErr_Occurred()) SWIG_fail;
21928 {
21929 PyThreadState* __tstate = wxPyBeginAllowThreads();
21930 result = (bool)(arg1)->SetItemState(arg2,arg3,arg4);
21931
21932 wxPyEndAllowThreads(__tstate);
21933 if (PyErr_Occurred()) SWIG_fail;
21934 }
21935 {
21936 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21937 }
21938 return resultobj;
21939 fail:
21940 return NULL;
21941 }
21942
21943
21944 static PyObject *_wrap_ListCtrl_SetItemImage(PyObject *, PyObject *args, PyObject *kwargs) {
21945 PyObject *resultobj;
21946 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21947 long arg2 ;
21948 int arg3 ;
21949 int arg4 ;
21950 bool result;
21951 PyObject * obj0 = 0 ;
21952 PyObject * obj1 = 0 ;
21953 PyObject * obj2 = 0 ;
21954 PyObject * obj3 = 0 ;
21955 char *kwnames[] = {
21956 (char *) "self",(char *) "item",(char *) "image",(char *) "selImage", NULL
21957 };
21958
21959 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21960 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21961 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21962 arg2 = (long)SWIG_As_long(obj1);
21963 if (PyErr_Occurred()) SWIG_fail;
21964 arg3 = (int)SWIG_As_int(obj2);
21965 if (PyErr_Occurred()) SWIG_fail;
21966 arg4 = (int)SWIG_As_int(obj3);
21967 if (PyErr_Occurred()) SWIG_fail;
21968 {
21969 PyThreadState* __tstate = wxPyBeginAllowThreads();
21970 result = (bool)(arg1)->SetItemImage(arg2,arg3,arg4);
21971
21972 wxPyEndAllowThreads(__tstate);
21973 if (PyErr_Occurred()) SWIG_fail;
21974 }
21975 {
21976 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21977 }
21978 return resultobj;
21979 fail:
21980 return NULL;
21981 }
21982
21983
21984 static PyObject *_wrap_ListCtrl_GetItemText(PyObject *, PyObject *args, PyObject *kwargs) {
21985 PyObject *resultobj;
21986 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21987 long arg2 ;
21988 wxString result;
21989 PyObject * obj0 = 0 ;
21990 PyObject * obj1 = 0 ;
21991 char *kwnames[] = {
21992 (char *) "self",(char *) "item", NULL
21993 };
21994
21995 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
21996 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21997 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21998 arg2 = (long)SWIG_As_long(obj1);
21999 if (PyErr_Occurred()) SWIG_fail;
22000 {
22001 PyThreadState* __tstate = wxPyBeginAllowThreads();
22002 result = ((wxPyListCtrl const *)arg1)->GetItemText(arg2);
22003
22004 wxPyEndAllowThreads(__tstate);
22005 if (PyErr_Occurred()) SWIG_fail;
22006 }
22007 {
22008 #if wxUSE_UNICODE
22009 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
22010 #else
22011 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
22012 #endif
22013 }
22014 return resultobj;
22015 fail:
22016 return NULL;
22017 }
22018
22019
22020 static PyObject *_wrap_ListCtrl_SetItemText(PyObject *, PyObject *args, PyObject *kwargs) {
22021 PyObject *resultobj;
22022 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22023 long arg2 ;
22024 wxString *arg3 = 0 ;
22025 bool temp3 = False ;
22026 PyObject * obj0 = 0 ;
22027 PyObject * obj1 = 0 ;
22028 PyObject * obj2 = 0 ;
22029 char *kwnames[] = {
22030 (char *) "self",(char *) "item",(char *) "str", NULL
22031 };
22032
22033 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
22034 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22035 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22036 arg2 = (long)SWIG_As_long(obj1);
22037 if (PyErr_Occurred()) SWIG_fail;
22038 {
22039 arg3 = wxString_in_helper(obj2);
22040 if (arg3 == NULL) SWIG_fail;
22041 temp3 = True;
22042 }
22043 {
22044 PyThreadState* __tstate = wxPyBeginAllowThreads();
22045 (arg1)->SetItemText(arg2,(wxString const &)*arg3);
22046
22047 wxPyEndAllowThreads(__tstate);
22048 if (PyErr_Occurred()) SWIG_fail;
22049 }
22050 Py_INCREF(Py_None); resultobj = Py_None;
22051 {
22052 if (temp3)
22053 delete arg3;
22054 }
22055 return resultobj;
22056 fail:
22057 {
22058 if (temp3)
22059 delete arg3;
22060 }
22061 return NULL;
22062 }
22063
22064
22065 static PyObject *_wrap_ListCtrl_GetItemData(PyObject *, PyObject *args, PyObject *kwargs) {
22066 PyObject *resultobj;
22067 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22068 long arg2 ;
22069 long result;
22070 PyObject * obj0 = 0 ;
22071 PyObject * obj1 = 0 ;
22072 char *kwnames[] = {
22073 (char *) "self",(char *) "item", NULL
22074 };
22075
22076 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
22077 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22078 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22079 arg2 = (long)SWIG_As_long(obj1);
22080 if (PyErr_Occurred()) SWIG_fail;
22081 {
22082 PyThreadState* __tstate = wxPyBeginAllowThreads();
22083 result = (long)((wxPyListCtrl const *)arg1)->GetItemData(arg2);
22084
22085 wxPyEndAllowThreads(__tstate);
22086 if (PyErr_Occurred()) SWIG_fail;
22087 }
22088 resultobj = SWIG_From_long((long)result);
22089 return resultobj;
22090 fail:
22091 return NULL;
22092 }
22093
22094
22095 static PyObject *_wrap_ListCtrl_SetItemData(PyObject *, PyObject *args, PyObject *kwargs) {
22096 PyObject *resultobj;
22097 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22098 long arg2 ;
22099 long arg3 ;
22100 bool result;
22101 PyObject * obj0 = 0 ;
22102 PyObject * obj1 = 0 ;
22103 PyObject * obj2 = 0 ;
22104 char *kwnames[] = {
22105 (char *) "self",(char *) "item",(char *) "data", NULL
22106 };
22107
22108 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
22109 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22110 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22111 arg2 = (long)SWIG_As_long(obj1);
22112 if (PyErr_Occurred()) SWIG_fail;
22113 arg3 = (long)SWIG_As_long(obj2);
22114 if (PyErr_Occurred()) SWIG_fail;
22115 {
22116 PyThreadState* __tstate = wxPyBeginAllowThreads();
22117 result = (bool)(arg1)->SetItemData(arg2,arg3);
22118
22119 wxPyEndAllowThreads(__tstate);
22120 if (PyErr_Occurred()) SWIG_fail;
22121 }
22122 {
22123 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22124 }
22125 return resultobj;
22126 fail:
22127 return NULL;
22128 }
22129
22130
22131 static PyObject *_wrap_ListCtrl_GetItemPosition(PyObject *, PyObject *args, PyObject *kwargs) {
22132 PyObject *resultobj;
22133 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22134 long arg2 ;
22135 wxPoint result;
22136 PyObject * obj0 = 0 ;
22137 PyObject * obj1 = 0 ;
22138 char *kwnames[] = {
22139 (char *) "self",(char *) "item", NULL
22140 };
22141
22142 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemPosition",kwnames,&obj0,&obj1)) goto fail;
22143 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22144 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22145 arg2 = (long)SWIG_As_long(obj1);
22146 if (PyErr_Occurred()) SWIG_fail;
22147 {
22148 PyThreadState* __tstate = wxPyBeginAllowThreads();
22149 result = wxPyListCtrl_GetItemPosition(arg1,arg2);
22150
22151 wxPyEndAllowThreads(__tstate);
22152 if (PyErr_Occurred()) SWIG_fail;
22153 }
22154 {
22155 wxPoint * resultptr;
22156 resultptr = new wxPoint((wxPoint &) result);
22157 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
22158 }
22159 return resultobj;
22160 fail:
22161 return NULL;
22162 }
22163
22164
22165 static PyObject *_wrap_ListCtrl_GetItemRect(PyObject *, PyObject *args, PyObject *kwargs) {
22166 PyObject *resultobj;
22167 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22168 long arg2 ;
22169 int arg3 = (int) wxLIST_RECT_BOUNDS ;
22170 wxRect result;
22171 PyObject * obj0 = 0 ;
22172 PyObject * obj1 = 0 ;
22173 PyObject * obj2 = 0 ;
22174 char *kwnames[] = {
22175 (char *) "self",(char *) "item",(char *) "code", NULL
22176 };
22177
22178 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItemRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
22179 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22180 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22181 arg2 = (long)SWIG_As_long(obj1);
22182 if (PyErr_Occurred()) SWIG_fail;
22183 if (obj2) {
22184 arg3 = (int)SWIG_As_int(obj2);
22185 if (PyErr_Occurred()) SWIG_fail;
22186 }
22187 {
22188 PyThreadState* __tstate = wxPyBeginAllowThreads();
22189 result = wxPyListCtrl_GetItemRect(arg1,arg2,arg3);
22190
22191 wxPyEndAllowThreads(__tstate);
22192 if (PyErr_Occurred()) SWIG_fail;
22193 }
22194 {
22195 wxRect * resultptr;
22196 resultptr = new wxRect((wxRect &) result);
22197 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
22198 }
22199 return resultobj;
22200 fail:
22201 return NULL;
22202 }
22203
22204
22205 static PyObject *_wrap_ListCtrl_SetItemPosition(PyObject *, PyObject *args, PyObject *kwargs) {
22206 PyObject *resultobj;
22207 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22208 long arg2 ;
22209 wxPoint *arg3 = 0 ;
22210 bool result;
22211 wxPoint temp3 ;
22212 PyObject * obj0 = 0 ;
22213 PyObject * obj1 = 0 ;
22214 PyObject * obj2 = 0 ;
22215 char *kwnames[] = {
22216 (char *) "self",(char *) "item",(char *) "pos", NULL
22217 };
22218
22219 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
22220 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22221 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22222 arg2 = (long)SWIG_As_long(obj1);
22223 if (PyErr_Occurred()) SWIG_fail;
22224 {
22225 arg3 = &temp3;
22226 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
22227 }
22228 {
22229 PyThreadState* __tstate = wxPyBeginAllowThreads();
22230 result = (bool)(arg1)->SetItemPosition(arg2,(wxPoint const &)*arg3);
22231
22232 wxPyEndAllowThreads(__tstate);
22233 if (PyErr_Occurred()) SWIG_fail;
22234 }
22235 {
22236 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22237 }
22238 return resultobj;
22239 fail:
22240 return NULL;
22241 }
22242
22243
22244 static PyObject *_wrap_ListCtrl_GetItemCount(PyObject *, PyObject *args, PyObject *kwargs) {
22245 PyObject *resultobj;
22246 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22247 int result;
22248 PyObject * obj0 = 0 ;
22249 char *kwnames[] = {
22250 (char *) "self", NULL
22251 };
22252
22253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemCount",kwnames,&obj0)) goto fail;
22254 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22255 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22256 {
22257 PyThreadState* __tstate = wxPyBeginAllowThreads();
22258 result = (int)((wxPyListCtrl const *)arg1)->GetItemCount();
22259
22260 wxPyEndAllowThreads(__tstate);
22261 if (PyErr_Occurred()) SWIG_fail;
22262 }
22263 resultobj = SWIG_From_int((int)result);
22264 return resultobj;
22265 fail:
22266 return NULL;
22267 }
22268
22269
22270 static PyObject *_wrap_ListCtrl_GetColumnCount(PyObject *, PyObject *args, PyObject *kwargs) {
22271 PyObject *resultobj;
22272 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22273 int result;
22274 PyObject * obj0 = 0 ;
22275 char *kwnames[] = {
22276 (char *) "self", NULL
22277 };
22278
22279 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetColumnCount",kwnames,&obj0)) goto fail;
22280 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22281 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22282 {
22283 PyThreadState* __tstate = wxPyBeginAllowThreads();
22284 result = (int)((wxPyListCtrl const *)arg1)->GetColumnCount();
22285
22286 wxPyEndAllowThreads(__tstate);
22287 if (PyErr_Occurred()) SWIG_fail;
22288 }
22289 resultobj = SWIG_From_int((int)result);
22290 return resultobj;
22291 fail:
22292 return NULL;
22293 }
22294
22295
22296 static PyObject *_wrap_ListCtrl_GetItemSpacing(PyObject *, PyObject *args, PyObject *kwargs) {
22297 PyObject *resultobj;
22298 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22299 wxSize result;
22300 PyObject * obj0 = 0 ;
22301 char *kwnames[] = {
22302 (char *) "self", NULL
22303 };
22304
22305 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemSpacing",kwnames,&obj0)) goto fail;
22306 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22307 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22308 {
22309 PyThreadState* __tstate = wxPyBeginAllowThreads();
22310 result = ((wxPyListCtrl const *)arg1)->GetItemSpacing();
22311
22312 wxPyEndAllowThreads(__tstate);
22313 if (PyErr_Occurred()) SWIG_fail;
22314 }
22315 {
22316 wxSize * resultptr;
22317 resultptr = new wxSize((wxSize &) result);
22318 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
22319 }
22320 return resultobj;
22321 fail:
22322 return NULL;
22323 }
22324
22325
22326 static PyObject *_wrap_ListCtrl_SetItemSpacing(PyObject *, PyObject *args, PyObject *kwargs) {
22327 PyObject *resultobj;
22328 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22329 int arg2 ;
22330 bool arg3 = (bool) False ;
22331 PyObject * obj0 = 0 ;
22332 PyObject * obj1 = 0 ;
22333 PyObject * obj2 = 0 ;
22334 char *kwnames[] = {
22335 (char *) "self",(char *) "spacing",(char *) "isSmall", NULL
22336 };
22337
22338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetItemSpacing",kwnames,&obj0,&obj1,&obj2)) goto fail;
22339 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22340 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22341 arg2 = (int)SWIG_As_int(obj1);
22342 if (PyErr_Occurred()) SWIG_fail;
22343 if (obj2) {
22344 arg3 = (bool)SWIG_As_bool(obj2);
22345 if (PyErr_Occurred()) SWIG_fail;
22346 }
22347 {
22348 PyThreadState* __tstate = wxPyBeginAllowThreads();
22349 (arg1)->SetItemSpacing(arg2,arg3);
22350
22351 wxPyEndAllowThreads(__tstate);
22352 if (PyErr_Occurred()) SWIG_fail;
22353 }
22354 Py_INCREF(Py_None); resultobj = Py_None;
22355 return resultobj;
22356 fail:
22357 return NULL;
22358 }
22359
22360
22361 static PyObject *_wrap_ListCtrl_GetSelectedItemCount(PyObject *, PyObject *args, PyObject *kwargs) {
22362 PyObject *resultobj;
22363 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22364 int result;
22365 PyObject * obj0 = 0 ;
22366 char *kwnames[] = {
22367 (char *) "self", NULL
22368 };
22369
22370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetSelectedItemCount",kwnames,&obj0)) goto fail;
22371 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22372 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22373 {
22374 PyThreadState* __tstate = wxPyBeginAllowThreads();
22375 result = (int)((wxPyListCtrl const *)arg1)->GetSelectedItemCount();
22376
22377 wxPyEndAllowThreads(__tstate);
22378 if (PyErr_Occurred()) SWIG_fail;
22379 }
22380 resultobj = SWIG_From_int((int)result);
22381 return resultobj;
22382 fail:
22383 return NULL;
22384 }
22385
22386
22387 static PyObject *_wrap_ListCtrl_GetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
22388 PyObject *resultobj;
22389 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22390 wxColour result;
22391 PyObject * obj0 = 0 ;
22392 char *kwnames[] = {
22393 (char *) "self", NULL
22394 };
22395
22396 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTextColour",kwnames,&obj0)) goto fail;
22397 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22398 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22399 {
22400 PyThreadState* __tstate = wxPyBeginAllowThreads();
22401 result = ((wxPyListCtrl const *)arg1)->GetTextColour();
22402
22403 wxPyEndAllowThreads(__tstate);
22404 if (PyErr_Occurred()) SWIG_fail;
22405 }
22406 {
22407 wxColour * resultptr;
22408 resultptr = new wxColour((wxColour &) result);
22409 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
22410 }
22411 return resultobj;
22412 fail:
22413 return NULL;
22414 }
22415
22416
22417 static PyObject *_wrap_ListCtrl_SetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
22418 PyObject *resultobj;
22419 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22420 wxColour *arg2 = 0 ;
22421 wxColour temp2 ;
22422 PyObject * obj0 = 0 ;
22423 PyObject * obj1 = 0 ;
22424 char *kwnames[] = {
22425 (char *) "self",(char *) "col", NULL
22426 };
22427
22428 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
22429 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22430 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22431 {
22432 arg2 = &temp2;
22433 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
22434 }
22435 {
22436 PyThreadState* __tstate = wxPyBeginAllowThreads();
22437 (arg1)->SetTextColour((wxColour const &)*arg2);
22438
22439 wxPyEndAllowThreads(__tstate);
22440 if (PyErr_Occurred()) SWIG_fail;
22441 }
22442 Py_INCREF(Py_None); resultobj = Py_None;
22443 return resultobj;
22444 fail:
22445 return NULL;
22446 }
22447
22448
22449 static PyObject *_wrap_ListCtrl_GetTopItem(PyObject *, PyObject *args, PyObject *kwargs) {
22450 PyObject *resultobj;
22451 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22452 long result;
22453 PyObject * obj0 = 0 ;
22454 char *kwnames[] = {
22455 (char *) "self", NULL
22456 };
22457
22458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTopItem",kwnames,&obj0)) goto fail;
22459 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22460 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22461 {
22462 PyThreadState* __tstate = wxPyBeginAllowThreads();
22463 result = (long)((wxPyListCtrl const *)arg1)->GetTopItem();
22464
22465 wxPyEndAllowThreads(__tstate);
22466 if (PyErr_Occurred()) SWIG_fail;
22467 }
22468 resultobj = SWIG_From_long((long)result);
22469 return resultobj;
22470 fail:
22471 return NULL;
22472 }
22473
22474
22475 static PyObject *_wrap_ListCtrl_SetSingleStyle(PyObject *, PyObject *args, PyObject *kwargs) {
22476 PyObject *resultobj;
22477 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22478 long arg2 ;
22479 bool arg3 = (bool) True ;
22480 PyObject * obj0 = 0 ;
22481 PyObject * obj1 = 0 ;
22482 PyObject * obj2 = 0 ;
22483 char *kwnames[] = {
22484 (char *) "self",(char *) "style",(char *) "add", NULL
22485 };
22486
22487 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetSingleStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
22488 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22489 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22490 arg2 = (long)SWIG_As_long(obj1);
22491 if (PyErr_Occurred()) SWIG_fail;
22492 if (obj2) {
22493 arg3 = (bool)SWIG_As_bool(obj2);
22494 if (PyErr_Occurred()) SWIG_fail;
22495 }
22496 {
22497 PyThreadState* __tstate = wxPyBeginAllowThreads();
22498 (arg1)->SetSingleStyle(arg2,arg3);
22499
22500 wxPyEndAllowThreads(__tstate);
22501 if (PyErr_Occurred()) SWIG_fail;
22502 }
22503 Py_INCREF(Py_None); resultobj = Py_None;
22504 return resultobj;
22505 fail:
22506 return NULL;
22507 }
22508
22509
22510 static PyObject *_wrap_ListCtrl_SetWindowStyleFlag(PyObject *, PyObject *args, PyObject *kwargs) {
22511 PyObject *resultobj;
22512 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22513 long arg2 ;
22514 PyObject * obj0 = 0 ;
22515 PyObject * obj1 = 0 ;
22516 char *kwnames[] = {
22517 (char *) "self",(char *) "style", NULL
22518 };
22519
22520 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetWindowStyleFlag",kwnames,&obj0,&obj1)) goto fail;
22521 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22522 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22523 arg2 = (long)SWIG_As_long(obj1);
22524 if (PyErr_Occurred()) SWIG_fail;
22525 {
22526 PyThreadState* __tstate = wxPyBeginAllowThreads();
22527 (arg1)->SetWindowStyleFlag(arg2);
22528
22529 wxPyEndAllowThreads(__tstate);
22530 if (PyErr_Occurred()) SWIG_fail;
22531 }
22532 Py_INCREF(Py_None); resultobj = Py_None;
22533 return resultobj;
22534 fail:
22535 return NULL;
22536 }
22537
22538
22539 static PyObject *_wrap_ListCtrl_GetNextItem(PyObject *, PyObject *args, PyObject *kwargs) {
22540 PyObject *resultobj;
22541 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22542 long arg2 ;
22543 int arg3 = (int) wxLIST_NEXT_ALL ;
22544 int arg4 = (int) wxLIST_STATE_DONTCARE ;
22545 long result;
22546 PyObject * obj0 = 0 ;
22547 PyObject * obj1 = 0 ;
22548 PyObject * obj2 = 0 ;
22549 PyObject * obj3 = 0 ;
22550 char *kwnames[] = {
22551 (char *) "self",(char *) "item",(char *) "geometry",(char *) "state", NULL
22552 };
22553
22554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:ListCtrl_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
22555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22557 arg2 = (long)SWIG_As_long(obj1);
22558 if (PyErr_Occurred()) SWIG_fail;
22559 if (obj2) {
22560 arg3 = (int)SWIG_As_int(obj2);
22561 if (PyErr_Occurred()) SWIG_fail;
22562 }
22563 if (obj3) {
22564 arg4 = (int)SWIG_As_int(obj3);
22565 if (PyErr_Occurred()) SWIG_fail;
22566 }
22567 {
22568 PyThreadState* __tstate = wxPyBeginAllowThreads();
22569 result = (long)((wxPyListCtrl const *)arg1)->GetNextItem(arg2,arg3,arg4);
22570
22571 wxPyEndAllowThreads(__tstate);
22572 if (PyErr_Occurred()) SWIG_fail;
22573 }
22574 resultobj = SWIG_From_long((long)result);
22575 return resultobj;
22576 fail:
22577 return NULL;
22578 }
22579
22580
22581 static PyObject *_wrap_ListCtrl_GetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
22582 PyObject *resultobj;
22583 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22584 int arg2 ;
22585 wxImageList *result;
22586 PyObject * obj0 = 0 ;
22587 PyObject * obj1 = 0 ;
22588 char *kwnames[] = {
22589 (char *) "self",(char *) "which", NULL
22590 };
22591
22592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetImageList",kwnames,&obj0,&obj1)) goto fail;
22593 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22594 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22595 arg2 = (int)SWIG_As_int(obj1);
22596 if (PyErr_Occurred()) SWIG_fail;
22597 {
22598 PyThreadState* __tstate = wxPyBeginAllowThreads();
22599 result = (wxImageList *)((wxPyListCtrl const *)arg1)->GetImageList(arg2);
22600
22601 wxPyEndAllowThreads(__tstate);
22602 if (PyErr_Occurred()) SWIG_fail;
22603 }
22604 {
22605 resultobj = wxPyMake_wxObject(result, 0);
22606 }
22607 return resultobj;
22608 fail:
22609 return NULL;
22610 }
22611
22612
22613 static PyObject *_wrap_ListCtrl_SetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
22614 PyObject *resultobj;
22615 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22616 wxImageList *arg2 = (wxImageList *) 0 ;
22617 int arg3 ;
22618 PyObject * obj0 = 0 ;
22619 PyObject * obj1 = 0 ;
22620 PyObject * obj2 = 0 ;
22621 char *kwnames[] = {
22622 (char *) "self",(char *) "imageList",(char *) "which", NULL
22623 };
22624
22625 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
22626 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22627 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22628 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
22629 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22630 arg3 = (int)SWIG_As_int(obj2);
22631 if (PyErr_Occurred()) SWIG_fail;
22632 {
22633 PyThreadState* __tstate = wxPyBeginAllowThreads();
22634 (arg1)->SetImageList(arg2,arg3);
22635
22636 wxPyEndAllowThreads(__tstate);
22637 if (PyErr_Occurred()) SWIG_fail;
22638 }
22639 Py_INCREF(Py_None); resultobj = Py_None;
22640 return resultobj;
22641 fail:
22642 return NULL;
22643 }
22644
22645
22646 static PyObject *_wrap_ListCtrl_AssignImageList(PyObject *, PyObject *args, PyObject *kwargs) {
22647 PyObject *resultobj;
22648 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22649 wxImageList *arg2 = (wxImageList *) 0 ;
22650 int arg3 ;
22651 PyObject * obj0 = 0 ;
22652 PyObject * obj1 = 0 ;
22653 PyObject * obj2 = 0 ;
22654 char *kwnames[] = {
22655 (char *) "self",(char *) "imageList",(char *) "which", NULL
22656 };
22657
22658 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_AssignImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
22659 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22660 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22661 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
22662 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
22663 arg3 = (int)SWIG_As_int(obj2);
22664 if (PyErr_Occurred()) SWIG_fail;
22665 {
22666 PyThreadState* __tstate = wxPyBeginAllowThreads();
22667 (arg1)->AssignImageList(arg2,arg3);
22668
22669 wxPyEndAllowThreads(__tstate);
22670 if (PyErr_Occurred()) SWIG_fail;
22671 }
22672 Py_INCREF(Py_None); resultobj = Py_None;
22673 return resultobj;
22674 fail:
22675 return NULL;
22676 }
22677
22678
22679 static PyObject *_wrap_ListCtrl_InReportView(PyObject *, PyObject *args, PyObject *kwargs) {
22680 PyObject *resultobj;
22681 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22682 bool result;
22683 PyObject * obj0 = 0 ;
22684 char *kwnames[] = {
22685 (char *) "self", NULL
22686 };
22687
22688 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_InReportView",kwnames,&obj0)) goto fail;
22689 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22690 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22691 {
22692 PyThreadState* __tstate = wxPyBeginAllowThreads();
22693 result = (bool)((wxPyListCtrl const *)arg1)->InReportView();
22694
22695 wxPyEndAllowThreads(__tstate);
22696 if (PyErr_Occurred()) SWIG_fail;
22697 }
22698 {
22699 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22700 }
22701 return resultobj;
22702 fail:
22703 return NULL;
22704 }
22705
22706
22707 static PyObject *_wrap_ListCtrl_IsVirtual(PyObject *, PyObject *args, PyObject *kwargs) {
22708 PyObject *resultobj;
22709 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22710 bool result;
22711 PyObject * obj0 = 0 ;
22712 char *kwnames[] = {
22713 (char *) "self", NULL
22714 };
22715
22716 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_IsVirtual",kwnames,&obj0)) goto fail;
22717 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22718 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22719 {
22720 PyThreadState* __tstate = wxPyBeginAllowThreads();
22721 result = (bool)((wxPyListCtrl const *)arg1)->IsVirtual();
22722
22723 wxPyEndAllowThreads(__tstate);
22724 if (PyErr_Occurred()) SWIG_fail;
22725 }
22726 {
22727 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22728 }
22729 return resultobj;
22730 fail:
22731 return NULL;
22732 }
22733
22734
22735 static PyObject *_wrap_ListCtrl_RefreshItem(PyObject *, PyObject *args, PyObject *kwargs) {
22736 PyObject *resultobj;
22737 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22738 long arg2 ;
22739 PyObject * obj0 = 0 ;
22740 PyObject * obj1 = 0 ;
22741 char *kwnames[] = {
22742 (char *) "self",(char *) "item", NULL
22743 };
22744
22745 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_RefreshItem",kwnames,&obj0,&obj1)) goto fail;
22746 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22747 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22748 arg2 = (long)SWIG_As_long(obj1);
22749 if (PyErr_Occurred()) SWIG_fail;
22750 {
22751 PyThreadState* __tstate = wxPyBeginAllowThreads();
22752 (arg1)->RefreshItem(arg2);
22753
22754 wxPyEndAllowThreads(__tstate);
22755 if (PyErr_Occurred()) SWIG_fail;
22756 }
22757 Py_INCREF(Py_None); resultobj = Py_None;
22758 return resultobj;
22759 fail:
22760 return NULL;
22761 }
22762
22763
22764 static PyObject *_wrap_ListCtrl_RefreshItems(PyObject *, PyObject *args, PyObject *kwargs) {
22765 PyObject *resultobj;
22766 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22767 long arg2 ;
22768 long arg3 ;
22769 PyObject * obj0 = 0 ;
22770 PyObject * obj1 = 0 ;
22771 PyObject * obj2 = 0 ;
22772 char *kwnames[] = {
22773 (char *) "self",(char *) "itemFrom",(char *) "itemTo", NULL
22774 };
22775
22776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_RefreshItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
22777 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22778 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22779 arg2 = (long)SWIG_As_long(obj1);
22780 if (PyErr_Occurred()) SWIG_fail;
22781 arg3 = (long)SWIG_As_long(obj2);
22782 if (PyErr_Occurred()) SWIG_fail;
22783 {
22784 PyThreadState* __tstate = wxPyBeginAllowThreads();
22785 (arg1)->RefreshItems(arg2,arg3);
22786
22787 wxPyEndAllowThreads(__tstate);
22788 if (PyErr_Occurred()) SWIG_fail;
22789 }
22790 Py_INCREF(Py_None); resultobj = Py_None;
22791 return resultobj;
22792 fail:
22793 return NULL;
22794 }
22795
22796
22797 static PyObject *_wrap_ListCtrl_Arrange(PyObject *, PyObject *args, PyObject *kwargs) {
22798 PyObject *resultobj;
22799 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22800 int arg2 = (int) wxLIST_ALIGN_DEFAULT ;
22801 bool result;
22802 PyObject * obj0 = 0 ;
22803 PyObject * obj1 = 0 ;
22804 char *kwnames[] = {
22805 (char *) "self",(char *) "flag", NULL
22806 };
22807
22808 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListCtrl_Arrange",kwnames,&obj0,&obj1)) goto fail;
22809 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22810 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22811 if (obj1) {
22812 arg2 = (int)SWIG_As_int(obj1);
22813 if (PyErr_Occurred()) SWIG_fail;
22814 }
22815 {
22816 PyThreadState* __tstate = wxPyBeginAllowThreads();
22817 result = (bool)(arg1)->Arrange(arg2);
22818
22819 wxPyEndAllowThreads(__tstate);
22820 if (PyErr_Occurred()) SWIG_fail;
22821 }
22822 {
22823 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22824 }
22825 return resultobj;
22826 fail:
22827 return NULL;
22828 }
22829
22830
22831 static PyObject *_wrap_ListCtrl_DeleteItem(PyObject *, PyObject *args, PyObject *kwargs) {
22832 PyObject *resultobj;
22833 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22834 long arg2 ;
22835 bool result;
22836 PyObject * obj0 = 0 ;
22837 PyObject * obj1 = 0 ;
22838 char *kwnames[] = {
22839 (char *) "self",(char *) "item", NULL
22840 };
22841
22842 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteItem",kwnames,&obj0,&obj1)) goto fail;
22843 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22844 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22845 arg2 = (long)SWIG_As_long(obj1);
22846 if (PyErr_Occurred()) SWIG_fail;
22847 {
22848 PyThreadState* __tstate = wxPyBeginAllowThreads();
22849 result = (bool)(arg1)->DeleteItem(arg2);
22850
22851 wxPyEndAllowThreads(__tstate);
22852 if (PyErr_Occurred()) SWIG_fail;
22853 }
22854 {
22855 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22856 }
22857 return resultobj;
22858 fail:
22859 return NULL;
22860 }
22861
22862
22863 static PyObject *_wrap_ListCtrl_DeleteAllItems(PyObject *, PyObject *args, PyObject *kwargs) {
22864 PyObject *resultobj;
22865 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22866 bool result;
22867 PyObject * obj0 = 0 ;
22868 char *kwnames[] = {
22869 (char *) "self", NULL
22870 };
22871
22872 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
22873 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22874 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22875 {
22876 PyThreadState* __tstate = wxPyBeginAllowThreads();
22877 result = (bool)(arg1)->DeleteAllItems();
22878
22879 wxPyEndAllowThreads(__tstate);
22880 if (PyErr_Occurred()) SWIG_fail;
22881 }
22882 {
22883 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22884 }
22885 return resultobj;
22886 fail:
22887 return NULL;
22888 }
22889
22890
22891 static PyObject *_wrap_ListCtrl_DeleteColumn(PyObject *, PyObject *args, PyObject *kwargs) {
22892 PyObject *resultobj;
22893 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22894 int arg2 ;
22895 bool result;
22896 PyObject * obj0 = 0 ;
22897 PyObject * obj1 = 0 ;
22898 char *kwnames[] = {
22899 (char *) "self",(char *) "col", NULL
22900 };
22901
22902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteColumn",kwnames,&obj0,&obj1)) goto fail;
22903 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22904 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22905 arg2 = (int)SWIG_As_int(obj1);
22906 if (PyErr_Occurred()) SWIG_fail;
22907 {
22908 PyThreadState* __tstate = wxPyBeginAllowThreads();
22909 result = (bool)(arg1)->DeleteColumn(arg2);
22910
22911 wxPyEndAllowThreads(__tstate);
22912 if (PyErr_Occurred()) SWIG_fail;
22913 }
22914 {
22915 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22916 }
22917 return resultobj;
22918 fail:
22919 return NULL;
22920 }
22921
22922
22923 static PyObject *_wrap_ListCtrl_DeleteAllColumns(PyObject *, PyObject *args, PyObject *kwargs) {
22924 PyObject *resultobj;
22925 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22926 bool result;
22927 PyObject * obj0 = 0 ;
22928 char *kwnames[] = {
22929 (char *) "self", NULL
22930 };
22931
22932 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllColumns",kwnames,&obj0)) goto fail;
22933 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22934 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22935 {
22936 PyThreadState* __tstate = wxPyBeginAllowThreads();
22937 result = (bool)(arg1)->DeleteAllColumns();
22938
22939 wxPyEndAllowThreads(__tstate);
22940 if (PyErr_Occurred()) SWIG_fail;
22941 }
22942 {
22943 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22944 }
22945 return resultobj;
22946 fail:
22947 return NULL;
22948 }
22949
22950
22951 static PyObject *_wrap_ListCtrl_ClearAll(PyObject *, PyObject *args, PyObject *kwargs) {
22952 PyObject *resultobj;
22953 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22954 PyObject * obj0 = 0 ;
22955 char *kwnames[] = {
22956 (char *) "self", NULL
22957 };
22958
22959 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_ClearAll",kwnames,&obj0)) goto fail;
22960 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22961 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22962 {
22963 PyThreadState* __tstate = wxPyBeginAllowThreads();
22964 (arg1)->ClearAll();
22965
22966 wxPyEndAllowThreads(__tstate);
22967 if (PyErr_Occurred()) SWIG_fail;
22968 }
22969 Py_INCREF(Py_None); resultobj = Py_None;
22970 return resultobj;
22971 fail:
22972 return NULL;
22973 }
22974
22975
22976 static PyObject *_wrap_ListCtrl_EditLabel(PyObject *, PyObject *args, PyObject *kwargs) {
22977 PyObject *resultobj;
22978 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22979 long arg2 ;
22980 PyObject * obj0 = 0 ;
22981 PyObject * obj1 = 0 ;
22982 char *kwnames[] = {
22983 (char *) "self",(char *) "item", NULL
22984 };
22985
22986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
22987 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22988 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22989 arg2 = (long)SWIG_As_long(obj1);
22990 if (PyErr_Occurred()) SWIG_fail;
22991 {
22992 PyThreadState* __tstate = wxPyBeginAllowThreads();
22993 (arg1)->EditLabel(arg2);
22994
22995 wxPyEndAllowThreads(__tstate);
22996 if (PyErr_Occurred()) SWIG_fail;
22997 }
22998 Py_INCREF(Py_None); resultobj = Py_None;
22999 return resultobj;
23000 fail:
23001 return NULL;
23002 }
23003
23004
23005 static PyObject *_wrap_ListCtrl_EnsureVisible(PyObject *, PyObject *args, PyObject *kwargs) {
23006 PyObject *resultobj;
23007 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23008 long arg2 ;
23009 bool result;
23010 PyObject * obj0 = 0 ;
23011 PyObject * obj1 = 0 ;
23012 char *kwnames[] = {
23013 (char *) "self",(char *) "item", NULL
23014 };
23015
23016 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
23017 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23018 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23019 arg2 = (long)SWIG_As_long(obj1);
23020 if (PyErr_Occurred()) SWIG_fail;
23021 {
23022 PyThreadState* __tstate = wxPyBeginAllowThreads();
23023 result = (bool)(arg1)->EnsureVisible(arg2);
23024
23025 wxPyEndAllowThreads(__tstate);
23026 if (PyErr_Occurred()) SWIG_fail;
23027 }
23028 {
23029 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23030 }
23031 return resultobj;
23032 fail:
23033 return NULL;
23034 }
23035
23036
23037 static PyObject *_wrap_ListCtrl_FindItem(PyObject *, PyObject *args, PyObject *kwargs) {
23038 PyObject *resultobj;
23039 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23040 long arg2 ;
23041 wxString *arg3 = 0 ;
23042 bool arg4 = (bool) False ;
23043 long result;
23044 bool temp3 = False ;
23045 PyObject * obj0 = 0 ;
23046 PyObject * obj1 = 0 ;
23047 PyObject * obj2 = 0 ;
23048 PyObject * obj3 = 0 ;
23049 char *kwnames[] = {
23050 (char *) "self",(char *) "start",(char *) "str",(char *) "partial", NULL
23051 };
23052
23053 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListCtrl_FindItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23054 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23055 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23056 arg2 = (long)SWIG_As_long(obj1);
23057 if (PyErr_Occurred()) SWIG_fail;
23058 {
23059 arg3 = wxString_in_helper(obj2);
23060 if (arg3 == NULL) SWIG_fail;
23061 temp3 = True;
23062 }
23063 if (obj3) {
23064 arg4 = (bool)SWIG_As_bool(obj3);
23065 if (PyErr_Occurred()) SWIG_fail;
23066 }
23067 {
23068 PyThreadState* __tstate = wxPyBeginAllowThreads();
23069 result = (long)(arg1)->FindItem(arg2,(wxString const &)*arg3,arg4);
23070
23071 wxPyEndAllowThreads(__tstate);
23072 if (PyErr_Occurred()) SWIG_fail;
23073 }
23074 resultobj = SWIG_From_long((long)result);
23075 {
23076 if (temp3)
23077 delete arg3;
23078 }
23079 return resultobj;
23080 fail:
23081 {
23082 if (temp3)
23083 delete arg3;
23084 }
23085 return NULL;
23086 }
23087
23088
23089 static PyObject *_wrap_ListCtrl_FindItemData(PyObject *, PyObject *args, PyObject *kwargs) {
23090 PyObject *resultobj;
23091 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23092 long arg2 ;
23093 long arg3 ;
23094 long result;
23095 PyObject * obj0 = 0 ;
23096 PyObject * obj1 = 0 ;
23097 PyObject * obj2 = 0 ;
23098 char *kwnames[] = {
23099 (char *) "self",(char *) "start",(char *) "data", NULL
23100 };
23101
23102 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_FindItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
23103 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23104 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23105 arg2 = (long)SWIG_As_long(obj1);
23106 if (PyErr_Occurred()) SWIG_fail;
23107 arg3 = (long)SWIG_As_long(obj2);
23108 if (PyErr_Occurred()) SWIG_fail;
23109 {
23110 PyThreadState* __tstate = wxPyBeginAllowThreads();
23111 result = (long)(arg1)->FindItem(arg2,arg3);
23112
23113 wxPyEndAllowThreads(__tstate);
23114 if (PyErr_Occurred()) SWIG_fail;
23115 }
23116 resultobj = SWIG_From_long((long)result);
23117 return resultobj;
23118 fail:
23119 return NULL;
23120 }
23121
23122
23123 static PyObject *_wrap_ListCtrl_FindItemAtPos(PyObject *, PyObject *args, PyObject *kwargs) {
23124 PyObject *resultobj;
23125 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23126 long arg2 ;
23127 wxPoint *arg3 = 0 ;
23128 int arg4 ;
23129 long result;
23130 wxPoint temp3 ;
23131 PyObject * obj0 = 0 ;
23132 PyObject * obj1 = 0 ;
23133 PyObject * obj2 = 0 ;
23134 PyObject * obj3 = 0 ;
23135 char *kwnames[] = {
23136 (char *) "self",(char *) "start",(char *) "pt",(char *) "direction", NULL
23137 };
23138
23139 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_FindItemAtPos",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23140 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23141 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23142 arg2 = (long)SWIG_As_long(obj1);
23143 if (PyErr_Occurred()) SWIG_fail;
23144 {
23145 arg3 = &temp3;
23146 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
23147 }
23148 arg4 = (int)SWIG_As_int(obj3);
23149 if (PyErr_Occurred()) SWIG_fail;
23150 {
23151 PyThreadState* __tstate = wxPyBeginAllowThreads();
23152 result = (long)(arg1)->FindItem(arg2,(wxPoint const &)*arg3,arg4);
23153
23154 wxPyEndAllowThreads(__tstate);
23155 if (PyErr_Occurred()) SWIG_fail;
23156 }
23157 resultobj = SWIG_From_long((long)result);
23158 return resultobj;
23159 fail:
23160 return NULL;
23161 }
23162
23163
23164 static PyObject *_wrap_ListCtrl_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
23165 PyObject *resultobj;
23166 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23167 wxPoint *arg2 = 0 ;
23168 int *arg3 = 0 ;
23169 long result;
23170 wxPoint temp2 ;
23171 int temp3 ;
23172 int res3 = 0 ;
23173 PyObject * obj0 = 0 ;
23174 PyObject * obj1 = 0 ;
23175 char *kwnames[] = {
23176 (char *) "self",(char *) "point", NULL
23177 };
23178
23179 arg3 = &temp3; res3 = SWIG_NEWOBJ;
23180 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
23181 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23182 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23183 {
23184 arg2 = &temp2;
23185 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
23186 }
23187 {
23188 PyThreadState* __tstate = wxPyBeginAllowThreads();
23189 result = (long)(arg1)->HitTest((wxPoint const &)*arg2,*arg3);
23190
23191 wxPyEndAllowThreads(__tstate);
23192 if (PyErr_Occurred()) SWIG_fail;
23193 }
23194 resultobj = SWIG_From_long((long)result);
23195 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
23196 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
23197 return resultobj;
23198 fail:
23199 return NULL;
23200 }
23201
23202
23203 static PyObject *_wrap_ListCtrl_InsertItem(PyObject *, PyObject *args, PyObject *kwargs) {
23204 PyObject *resultobj;
23205 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23206 wxListItem *arg2 = 0 ;
23207 long result;
23208 PyObject * obj0 = 0 ;
23209 PyObject * obj1 = 0 ;
23210 char *kwnames[] = {
23211 (char *) "self",(char *) "info", NULL
23212 };
23213
23214 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_InsertItem",kwnames,&obj0,&obj1)) goto fail;
23215 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23216 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23217 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxListItem,
23218 SWIG_POINTER_EXCEPTION | 0)) == -1)
23219 SWIG_fail;
23220 if (arg2 == NULL) {
23221 PyErr_SetString(PyExc_TypeError,"null reference");
23222 SWIG_fail;
23223 }
23224 {
23225 PyThreadState* __tstate = wxPyBeginAllowThreads();
23226 result = (long)(arg1)->InsertItem(*arg2);
23227
23228 wxPyEndAllowThreads(__tstate);
23229 if (PyErr_Occurred()) SWIG_fail;
23230 }
23231 resultobj = SWIG_From_long((long)result);
23232 return resultobj;
23233 fail:
23234 return NULL;
23235 }
23236
23237
23238 static PyObject *_wrap_ListCtrl_InsertStringItem(PyObject *, PyObject *args, PyObject *kwargs) {
23239 PyObject *resultobj;
23240 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23241 long arg2 ;
23242 wxString *arg3 = 0 ;
23243 long result;
23244 bool temp3 = False ;
23245 PyObject * obj0 = 0 ;
23246 PyObject * obj1 = 0 ;
23247 PyObject * obj2 = 0 ;
23248 char *kwnames[] = {
23249 (char *) "self",(char *) "index",(char *) "label", NULL
23250 };
23251
23252 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertStringItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
23253 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23254 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23255 arg2 = (long)SWIG_As_long(obj1);
23256 if (PyErr_Occurred()) SWIG_fail;
23257 {
23258 arg3 = wxString_in_helper(obj2);
23259 if (arg3 == NULL) SWIG_fail;
23260 temp3 = True;
23261 }
23262 {
23263 PyThreadState* __tstate = wxPyBeginAllowThreads();
23264 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3);
23265
23266 wxPyEndAllowThreads(__tstate);
23267 if (PyErr_Occurred()) SWIG_fail;
23268 }
23269 resultobj = SWIG_From_long((long)result);
23270 {
23271 if (temp3)
23272 delete arg3;
23273 }
23274 return resultobj;
23275 fail:
23276 {
23277 if (temp3)
23278 delete arg3;
23279 }
23280 return NULL;
23281 }
23282
23283
23284 static PyObject *_wrap_ListCtrl_InsertImageItem(PyObject *, PyObject *args, PyObject *kwargs) {
23285 PyObject *resultobj;
23286 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23287 long arg2 ;
23288 int arg3 ;
23289 long result;
23290 PyObject * obj0 = 0 ;
23291 PyObject * obj1 = 0 ;
23292 PyObject * obj2 = 0 ;
23293 char *kwnames[] = {
23294 (char *) "self",(char *) "index",(char *) "imageIndex", NULL
23295 };
23296
23297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertImageItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
23298 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23299 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23300 arg2 = (long)SWIG_As_long(obj1);
23301 if (PyErr_Occurred()) SWIG_fail;
23302 arg3 = (int)SWIG_As_int(obj2);
23303 if (PyErr_Occurred()) SWIG_fail;
23304 {
23305 PyThreadState* __tstate = wxPyBeginAllowThreads();
23306 result = (long)(arg1)->InsertItem(arg2,arg3);
23307
23308 wxPyEndAllowThreads(__tstate);
23309 if (PyErr_Occurred()) SWIG_fail;
23310 }
23311 resultobj = SWIG_From_long((long)result);
23312 return resultobj;
23313 fail:
23314 return NULL;
23315 }
23316
23317
23318 static PyObject *_wrap_ListCtrl_InsertImageStringItem(PyObject *, PyObject *args, PyObject *kwargs) {
23319 PyObject *resultobj;
23320 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23321 long arg2 ;
23322 wxString *arg3 = 0 ;
23323 int arg4 ;
23324 long result;
23325 bool temp3 = False ;
23326 PyObject * obj0 = 0 ;
23327 PyObject * obj1 = 0 ;
23328 PyObject * obj2 = 0 ;
23329 PyObject * obj3 = 0 ;
23330 char *kwnames[] = {
23331 (char *) "self",(char *) "index",(char *) "label",(char *) "imageIndex", NULL
23332 };
23333
23334 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_InsertImageStringItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23335 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23336 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23337 arg2 = (long)SWIG_As_long(obj1);
23338 if (PyErr_Occurred()) SWIG_fail;
23339 {
23340 arg3 = wxString_in_helper(obj2);
23341 if (arg3 == NULL) SWIG_fail;
23342 temp3 = True;
23343 }
23344 arg4 = (int)SWIG_As_int(obj3);
23345 if (PyErr_Occurred()) SWIG_fail;
23346 {
23347 PyThreadState* __tstate = wxPyBeginAllowThreads();
23348 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3,arg4);
23349
23350 wxPyEndAllowThreads(__tstate);
23351 if (PyErr_Occurred()) SWIG_fail;
23352 }
23353 resultobj = SWIG_From_long((long)result);
23354 {
23355 if (temp3)
23356 delete arg3;
23357 }
23358 return resultobj;
23359 fail:
23360 {
23361 if (temp3)
23362 delete arg3;
23363 }
23364 return NULL;
23365 }
23366
23367
23368 static PyObject *_wrap_ListCtrl_InsertColumnInfo(PyObject *, PyObject *args, PyObject *kwargs) {
23369 PyObject *resultobj;
23370 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23371 long arg2 ;
23372 wxListItem *arg3 = 0 ;
23373 long result;
23374 PyObject * obj0 = 0 ;
23375 PyObject * obj1 = 0 ;
23376 PyObject * obj2 = 0 ;
23377 char *kwnames[] = {
23378 (char *) "self",(char *) "col",(char *) "info", NULL
23379 };
23380
23381 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertColumnInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
23382 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23383 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23384 arg2 = (long)SWIG_As_long(obj1);
23385 if (PyErr_Occurred()) SWIG_fail;
23386 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxListItem,
23387 SWIG_POINTER_EXCEPTION | 0)) == -1)
23388 SWIG_fail;
23389 if (arg3 == NULL) {
23390 PyErr_SetString(PyExc_TypeError,"null reference");
23391 SWIG_fail;
23392 }
23393 {
23394 PyThreadState* __tstate = wxPyBeginAllowThreads();
23395 result = (long)(arg1)->InsertColumn(arg2,*arg3);
23396
23397 wxPyEndAllowThreads(__tstate);
23398 if (PyErr_Occurred()) SWIG_fail;
23399 }
23400 resultobj = SWIG_From_long((long)result);
23401 return resultobj;
23402 fail:
23403 return NULL;
23404 }
23405
23406
23407 static PyObject *_wrap_ListCtrl_InsertColumn(PyObject *, PyObject *args, PyObject *kwargs) {
23408 PyObject *resultobj;
23409 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23410 long arg2 ;
23411 wxString *arg3 = 0 ;
23412 int arg4 = (int) wxLIST_FORMAT_LEFT ;
23413 int arg5 = (int) -1 ;
23414 long result;
23415 bool temp3 = False ;
23416 PyObject * obj0 = 0 ;
23417 PyObject * obj1 = 0 ;
23418 PyObject * obj2 = 0 ;
23419 PyObject * obj3 = 0 ;
23420 PyObject * obj4 = 0 ;
23421 char *kwnames[] = {
23422 (char *) "self",(char *) "col",(char *) "heading",(char *) "format",(char *) "width", NULL
23423 };
23424
23425 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:ListCtrl_InsertColumn",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
23426 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23427 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23428 arg2 = (long)SWIG_As_long(obj1);
23429 if (PyErr_Occurred()) SWIG_fail;
23430 {
23431 arg3 = wxString_in_helper(obj2);
23432 if (arg3 == NULL) SWIG_fail;
23433 temp3 = True;
23434 }
23435 if (obj3) {
23436 arg4 = (int)SWIG_As_int(obj3);
23437 if (PyErr_Occurred()) SWIG_fail;
23438 }
23439 if (obj4) {
23440 arg5 = (int)SWIG_As_int(obj4);
23441 if (PyErr_Occurred()) SWIG_fail;
23442 }
23443 {
23444 PyThreadState* __tstate = wxPyBeginAllowThreads();
23445 result = (long)(arg1)->InsertColumn(arg2,(wxString const &)*arg3,arg4,arg5);
23446
23447 wxPyEndAllowThreads(__tstate);
23448 if (PyErr_Occurred()) SWIG_fail;
23449 }
23450 resultobj = SWIG_From_long((long)result);
23451 {
23452 if (temp3)
23453 delete arg3;
23454 }
23455 return resultobj;
23456 fail:
23457 {
23458 if (temp3)
23459 delete arg3;
23460 }
23461 return NULL;
23462 }
23463
23464
23465 static PyObject *_wrap_ListCtrl_SetItemCount(PyObject *, PyObject *args, PyObject *kwargs) {
23466 PyObject *resultobj;
23467 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23468 long arg2 ;
23469 PyObject * obj0 = 0 ;
23470 PyObject * obj1 = 0 ;
23471 char *kwnames[] = {
23472 (char *) "self",(char *) "count", NULL
23473 };
23474
23475 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItemCount",kwnames,&obj0,&obj1)) goto fail;
23476 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23477 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23478 arg2 = (long)SWIG_As_long(obj1);
23479 if (PyErr_Occurred()) SWIG_fail;
23480 {
23481 PyThreadState* __tstate = wxPyBeginAllowThreads();
23482 (arg1)->SetItemCount(arg2);
23483
23484 wxPyEndAllowThreads(__tstate);
23485 if (PyErr_Occurred()) SWIG_fail;
23486 }
23487 Py_INCREF(Py_None); resultobj = Py_None;
23488 return resultobj;
23489 fail:
23490 return NULL;
23491 }
23492
23493
23494 static PyObject *_wrap_ListCtrl_ScrollList(PyObject *, PyObject *args, PyObject *kwargs) {
23495 PyObject *resultobj;
23496 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23497 int arg2 ;
23498 int arg3 ;
23499 bool result;
23500 PyObject * obj0 = 0 ;
23501 PyObject * obj1 = 0 ;
23502 PyObject * obj2 = 0 ;
23503 char *kwnames[] = {
23504 (char *) "self",(char *) "dx",(char *) "dy", NULL
23505 };
23506
23507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_ScrollList",kwnames,&obj0,&obj1,&obj2)) goto fail;
23508 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23509 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23510 arg2 = (int)SWIG_As_int(obj1);
23511 if (PyErr_Occurred()) SWIG_fail;
23512 arg3 = (int)SWIG_As_int(obj2);
23513 if (PyErr_Occurred()) SWIG_fail;
23514 {
23515 PyThreadState* __tstate = wxPyBeginAllowThreads();
23516 result = (bool)(arg1)->ScrollList(arg2,arg3);
23517
23518 wxPyEndAllowThreads(__tstate);
23519 if (PyErr_Occurred()) SWIG_fail;
23520 }
23521 {
23522 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23523 }
23524 return resultobj;
23525 fail:
23526 return NULL;
23527 }
23528
23529
23530 static PyObject *_wrap_ListCtrl_SetItemTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
23531 PyObject *resultobj;
23532 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23533 long arg2 ;
23534 wxColour *arg3 = 0 ;
23535 wxColour temp3 ;
23536 PyObject * obj0 = 0 ;
23537 PyObject * obj1 = 0 ;
23538 PyObject * obj2 = 0 ;
23539 char *kwnames[] = {
23540 (char *) "self",(char *) "item",(char *) "col", NULL
23541 };
23542
23543 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
23544 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23545 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23546 arg2 = (long)SWIG_As_long(obj1);
23547 if (PyErr_Occurred()) SWIG_fail;
23548 {
23549 arg3 = &temp3;
23550 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
23551 }
23552 {
23553 PyThreadState* __tstate = wxPyBeginAllowThreads();
23554 (arg1)->SetItemTextColour(arg2,(wxColour const &)*arg3);
23555
23556 wxPyEndAllowThreads(__tstate);
23557 if (PyErr_Occurred()) SWIG_fail;
23558 }
23559 Py_INCREF(Py_None); resultobj = Py_None;
23560 return resultobj;
23561 fail:
23562 return NULL;
23563 }
23564
23565
23566 static PyObject *_wrap_ListCtrl_GetItemTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
23567 PyObject *resultobj;
23568 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23569 long arg2 ;
23570 wxColour result;
23571 PyObject * obj0 = 0 ;
23572 PyObject * obj1 = 0 ;
23573 char *kwnames[] = {
23574 (char *) "self",(char *) "item", NULL
23575 };
23576
23577 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
23578 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23579 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23580 arg2 = (long)SWIG_As_long(obj1);
23581 if (PyErr_Occurred()) SWIG_fail;
23582 {
23583 PyThreadState* __tstate = wxPyBeginAllowThreads();
23584 result = ((wxPyListCtrl const *)arg1)->GetItemTextColour(arg2);
23585
23586 wxPyEndAllowThreads(__tstate);
23587 if (PyErr_Occurred()) SWIG_fail;
23588 }
23589 {
23590 wxColour * resultptr;
23591 resultptr = new wxColour((wxColour &) result);
23592 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
23593 }
23594 return resultobj;
23595 fail:
23596 return NULL;
23597 }
23598
23599
23600 static PyObject *_wrap_ListCtrl_SetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
23601 PyObject *resultobj;
23602 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23603 long arg2 ;
23604 wxColour *arg3 = 0 ;
23605 wxColour temp3 ;
23606 PyObject * obj0 = 0 ;
23607 PyObject * obj1 = 0 ;
23608 PyObject * obj2 = 0 ;
23609 char *kwnames[] = {
23610 (char *) "self",(char *) "item",(char *) "col", NULL
23611 };
23612
23613 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
23614 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23615 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23616 arg2 = (long)SWIG_As_long(obj1);
23617 if (PyErr_Occurred()) SWIG_fail;
23618 {
23619 arg3 = &temp3;
23620 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
23621 }
23622 {
23623 PyThreadState* __tstate = wxPyBeginAllowThreads();
23624 (arg1)->SetItemBackgroundColour(arg2,(wxColour const &)*arg3);
23625
23626 wxPyEndAllowThreads(__tstate);
23627 if (PyErr_Occurred()) SWIG_fail;
23628 }
23629 Py_INCREF(Py_None); resultobj = Py_None;
23630 return resultobj;
23631 fail:
23632 return NULL;
23633 }
23634
23635
23636 static PyObject *_wrap_ListCtrl_GetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
23637 PyObject *resultobj;
23638 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23639 long arg2 ;
23640 wxColour result;
23641 PyObject * obj0 = 0 ;
23642 PyObject * obj1 = 0 ;
23643 char *kwnames[] = {
23644 (char *) "self",(char *) "item", NULL
23645 };
23646
23647 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
23648 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23649 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23650 arg2 = (long)SWIG_As_long(obj1);
23651 if (PyErr_Occurred()) SWIG_fail;
23652 {
23653 PyThreadState* __tstate = wxPyBeginAllowThreads();
23654 result = ((wxPyListCtrl const *)arg1)->GetItemBackgroundColour(arg2);
23655
23656 wxPyEndAllowThreads(__tstate);
23657 if (PyErr_Occurred()) SWIG_fail;
23658 }
23659 {
23660 wxColour * resultptr;
23661 resultptr = new wxColour((wxColour &) result);
23662 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
23663 }
23664 return resultobj;
23665 fail:
23666 return NULL;
23667 }
23668
23669
23670 static PyObject *_wrap_ListCtrl_SortItems(PyObject *, PyObject *args, PyObject *kwargs) {
23671 PyObject *resultobj;
23672 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23673 PyObject *arg2 = (PyObject *) 0 ;
23674 bool result;
23675 PyObject * obj0 = 0 ;
23676 PyObject * obj1 = 0 ;
23677 char *kwnames[] = {
23678 (char *) "self",(char *) "func", NULL
23679 };
23680
23681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SortItems",kwnames,&obj0,&obj1)) goto fail;
23682 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23683 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23684 arg2 = obj1;
23685 {
23686 PyThreadState* __tstate = wxPyBeginAllowThreads();
23687 result = (bool)wxPyListCtrl_SortItems(arg1,arg2);
23688
23689 wxPyEndAllowThreads(__tstate);
23690 if (PyErr_Occurred()) SWIG_fail;
23691 }
23692 {
23693 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23694 }
23695 return resultobj;
23696 fail:
23697 return NULL;
23698 }
23699
23700
23701 static PyObject *_wrap_ListCtrl_GetMainWindow(PyObject *, PyObject *args, PyObject *kwargs) {
23702 PyObject *resultobj;
23703 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23704 wxWindow *result;
23705 PyObject * obj0 = 0 ;
23706 char *kwnames[] = {
23707 (char *) "self", NULL
23708 };
23709
23710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetMainWindow",kwnames,&obj0)) goto fail;
23711 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23712 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23713 {
23714 PyThreadState* __tstate = wxPyBeginAllowThreads();
23715 result = (wxWindow *)wxPyListCtrl_GetMainWindow(arg1);
23716
23717 wxPyEndAllowThreads(__tstate);
23718 if (PyErr_Occurred()) SWIG_fail;
23719 }
23720 {
23721 resultobj = wxPyMake_wxObject(result, 0);
23722 }
23723 return resultobj;
23724 fail:
23725 return NULL;
23726 }
23727
23728
23729 static PyObject *_wrap_ListCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
23730 PyObject *resultobj;
23731 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
23732 wxVisualAttributes result;
23733 PyObject * obj0 = 0 ;
23734 char *kwnames[] = {
23735 (char *) "variant", NULL
23736 };
23737
23738 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ListCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
23739 if (obj0) {
23740 arg1 = (int)SWIG_As_int(obj0);
23741 if (PyErr_Occurred()) SWIG_fail;
23742 }
23743 {
23744 if (!wxPyCheckForApp()) SWIG_fail;
23745 PyThreadState* __tstate = wxPyBeginAllowThreads();
23746 result = wxPyListCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
23747
23748 wxPyEndAllowThreads(__tstate);
23749 if (PyErr_Occurred()) SWIG_fail;
23750 }
23751 {
23752 wxVisualAttributes * resultptr;
23753 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
23754 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
23755 }
23756 return resultobj;
23757 fail:
23758 return NULL;
23759 }
23760
23761
23762 static PyObject * ListCtrl_swigregister(PyObject *, PyObject *args) {
23763 PyObject *obj;
23764 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
23765 SWIG_TypeClientData(SWIGTYPE_p_wxPyListCtrl, obj);
23766 Py_INCREF(obj);
23767 return Py_BuildValue((char *)"");
23768 }
23769 static PyObject *_wrap_new_ListView(PyObject *, PyObject *args, PyObject *kwargs) {
23770 PyObject *resultobj;
23771 wxWindow *arg1 = (wxWindow *) 0 ;
23772 int arg2 = (int) -1 ;
23773 wxPoint const &arg3_defvalue = wxDefaultPosition ;
23774 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
23775 wxSize const &arg4_defvalue = wxDefaultSize ;
23776 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
23777 long arg5 = (long) wxLC_REPORT ;
23778 wxValidator const &arg6_defvalue = wxDefaultValidator ;
23779 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
23780 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
23781 wxString *arg7 = (wxString *) &arg7_defvalue ;
23782 wxListView *result;
23783 wxPoint temp3 ;
23784 wxSize temp4 ;
23785 bool temp7 = False ;
23786 PyObject * obj0 = 0 ;
23787 PyObject * obj1 = 0 ;
23788 PyObject * obj2 = 0 ;
23789 PyObject * obj3 = 0 ;
23790 PyObject * obj4 = 0 ;
23791 PyObject * obj5 = 0 ;
23792 PyObject * obj6 = 0 ;
23793 char *kwnames[] = {
23794 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23795 };
23796
23797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListView",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
23798 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
23799 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23800 if (obj1) {
23801 arg2 = (int)SWIG_As_int(obj1);
23802 if (PyErr_Occurred()) SWIG_fail;
23803 }
23804 if (obj2) {
23805 {
23806 arg3 = &temp3;
23807 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
23808 }
23809 }
23810 if (obj3) {
23811 {
23812 arg4 = &temp4;
23813 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
23814 }
23815 }
23816 if (obj4) {
23817 arg5 = (long)SWIG_As_long(obj4);
23818 if (PyErr_Occurred()) SWIG_fail;
23819 }
23820 if (obj5) {
23821 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
23822 SWIG_POINTER_EXCEPTION | 0)) == -1)
23823 SWIG_fail;
23824 if (arg6 == NULL) {
23825 PyErr_SetString(PyExc_TypeError,"null reference");
23826 SWIG_fail;
23827 }
23828 }
23829 if (obj6) {
23830 {
23831 arg7 = wxString_in_helper(obj6);
23832 if (arg7 == NULL) SWIG_fail;
23833 temp7 = True;
23834 }
23835 }
23836 {
23837 if (!wxPyCheckForApp()) SWIG_fail;
23838 PyThreadState* __tstate = wxPyBeginAllowThreads();
23839 result = (wxListView *)new wxListView(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
23840
23841 wxPyEndAllowThreads(__tstate);
23842 if (PyErr_Occurred()) SWIG_fail;
23843 }
23844 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 1);
23845 {
23846 if (temp7)
23847 delete arg7;
23848 }
23849 return resultobj;
23850 fail:
23851 {
23852 if (temp7)
23853 delete arg7;
23854 }
23855 return NULL;
23856 }
23857
23858
23859 static PyObject *_wrap_new_PreListView(PyObject *, PyObject *args, PyObject *kwargs) {
23860 PyObject *resultobj;
23861 wxListView *result;
23862 char *kwnames[] = {
23863 NULL
23864 };
23865
23866 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListView",kwnames)) goto fail;
23867 {
23868 if (!wxPyCheckForApp()) SWIG_fail;
23869 PyThreadState* __tstate = wxPyBeginAllowThreads();
23870 result = (wxListView *)new wxListView();
23871
23872 wxPyEndAllowThreads(__tstate);
23873 if (PyErr_Occurred()) SWIG_fail;
23874 }
23875 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 1);
23876 return resultobj;
23877 fail:
23878 return NULL;
23879 }
23880
23881
23882 static PyObject *_wrap_ListView_Create(PyObject *, PyObject *args, PyObject *kwargs) {
23883 PyObject *resultobj;
23884 wxListView *arg1 = (wxListView *) 0 ;
23885 wxWindow *arg2 = (wxWindow *) 0 ;
23886 int arg3 = (int) -1 ;
23887 wxPoint const &arg4_defvalue = wxDefaultPosition ;
23888 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
23889 wxSize const &arg5_defvalue = wxDefaultSize ;
23890 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
23891 long arg6 = (long) wxLC_REPORT ;
23892 wxValidator const &arg7_defvalue = wxDefaultValidator ;
23893 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
23894 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
23895 wxString *arg8 = (wxString *) &arg8_defvalue ;
23896 bool result;
23897 wxPoint temp4 ;
23898 wxSize temp5 ;
23899 bool temp8 = False ;
23900 PyObject * obj0 = 0 ;
23901 PyObject * obj1 = 0 ;
23902 PyObject * obj2 = 0 ;
23903 PyObject * obj3 = 0 ;
23904 PyObject * obj4 = 0 ;
23905 PyObject * obj5 = 0 ;
23906 PyObject * obj6 = 0 ;
23907 PyObject * obj7 = 0 ;
23908 char *kwnames[] = {
23909 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23910 };
23911
23912 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListView_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
23913 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23914 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23915 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
23916 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23917 if (obj2) {
23918 arg3 = (int)SWIG_As_int(obj2);
23919 if (PyErr_Occurred()) SWIG_fail;
23920 }
23921 if (obj3) {
23922 {
23923 arg4 = &temp4;
23924 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
23925 }
23926 }
23927 if (obj4) {
23928 {
23929 arg5 = &temp5;
23930 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
23931 }
23932 }
23933 if (obj5) {
23934 arg6 = (long)SWIG_As_long(obj5);
23935 if (PyErr_Occurred()) SWIG_fail;
23936 }
23937 if (obj6) {
23938 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
23939 SWIG_POINTER_EXCEPTION | 0)) == -1)
23940 SWIG_fail;
23941 if (arg7 == NULL) {
23942 PyErr_SetString(PyExc_TypeError,"null reference");
23943 SWIG_fail;
23944 }
23945 }
23946 if (obj7) {
23947 {
23948 arg8 = wxString_in_helper(obj7);
23949 if (arg8 == NULL) SWIG_fail;
23950 temp8 = True;
23951 }
23952 }
23953 {
23954 PyThreadState* __tstate = wxPyBeginAllowThreads();
23955 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
23956
23957 wxPyEndAllowThreads(__tstate);
23958 if (PyErr_Occurred()) SWIG_fail;
23959 }
23960 {
23961 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23962 }
23963 {
23964 if (temp8)
23965 delete arg8;
23966 }
23967 return resultobj;
23968 fail:
23969 {
23970 if (temp8)
23971 delete arg8;
23972 }
23973 return NULL;
23974 }
23975
23976
23977 static PyObject *_wrap_ListView_Select(PyObject *, PyObject *args, PyObject *kwargs) {
23978 PyObject *resultobj;
23979 wxListView *arg1 = (wxListView *) 0 ;
23980 long arg2 ;
23981 bool arg3 = (bool) True ;
23982 PyObject * obj0 = 0 ;
23983 PyObject * obj1 = 0 ;
23984 PyObject * obj2 = 0 ;
23985 char *kwnames[] = {
23986 (char *) "self",(char *) "n",(char *) "on", NULL
23987 };
23988
23989 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListView_Select",kwnames,&obj0,&obj1,&obj2)) goto fail;
23990 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23991 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23992 arg2 = (long)SWIG_As_long(obj1);
23993 if (PyErr_Occurred()) SWIG_fail;
23994 if (obj2) {
23995 arg3 = (bool)SWIG_As_bool(obj2);
23996 if (PyErr_Occurred()) SWIG_fail;
23997 }
23998 {
23999 PyThreadState* __tstate = wxPyBeginAllowThreads();
24000 (arg1)->Select(arg2,arg3);
24001
24002 wxPyEndAllowThreads(__tstate);
24003 if (PyErr_Occurred()) SWIG_fail;
24004 }
24005 Py_INCREF(Py_None); resultobj = Py_None;
24006 return resultobj;
24007 fail:
24008 return NULL;
24009 }
24010
24011
24012 static PyObject *_wrap_ListView_Focus(PyObject *, PyObject *args, PyObject *kwargs) {
24013 PyObject *resultobj;
24014 wxListView *arg1 = (wxListView *) 0 ;
24015 long arg2 ;
24016 PyObject * obj0 = 0 ;
24017 PyObject * obj1 = 0 ;
24018 char *kwnames[] = {
24019 (char *) "self",(char *) "index", NULL
24020 };
24021
24022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_Focus",kwnames,&obj0,&obj1)) goto fail;
24023 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24024 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24025 arg2 = (long)SWIG_As_long(obj1);
24026 if (PyErr_Occurred()) SWIG_fail;
24027 {
24028 PyThreadState* __tstate = wxPyBeginAllowThreads();
24029 (arg1)->Focus(arg2);
24030
24031 wxPyEndAllowThreads(__tstate);
24032 if (PyErr_Occurred()) SWIG_fail;
24033 }
24034 Py_INCREF(Py_None); resultobj = Py_None;
24035 return resultobj;
24036 fail:
24037 return NULL;
24038 }
24039
24040
24041 static PyObject *_wrap_ListView_GetFocusedItem(PyObject *, PyObject *args, PyObject *kwargs) {
24042 PyObject *resultobj;
24043 wxListView *arg1 = (wxListView *) 0 ;
24044 long result;
24045 PyObject * obj0 = 0 ;
24046 char *kwnames[] = {
24047 (char *) "self", NULL
24048 };
24049
24050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFocusedItem",kwnames,&obj0)) goto fail;
24051 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24052 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24053 {
24054 PyThreadState* __tstate = wxPyBeginAllowThreads();
24055 result = (long)((wxListView const *)arg1)->GetFocusedItem();
24056
24057 wxPyEndAllowThreads(__tstate);
24058 if (PyErr_Occurred()) SWIG_fail;
24059 }
24060 resultobj = SWIG_From_long((long)result);
24061 return resultobj;
24062 fail:
24063 return NULL;
24064 }
24065
24066
24067 static PyObject *_wrap_ListView_GetNextSelected(PyObject *, PyObject *args, PyObject *kwargs) {
24068 PyObject *resultobj;
24069 wxListView *arg1 = (wxListView *) 0 ;
24070 long arg2 ;
24071 long result;
24072 PyObject * obj0 = 0 ;
24073 PyObject * obj1 = 0 ;
24074 char *kwnames[] = {
24075 (char *) "self",(char *) "item", NULL
24076 };
24077
24078 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_GetNextSelected",kwnames,&obj0,&obj1)) goto fail;
24079 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24080 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24081 arg2 = (long)SWIG_As_long(obj1);
24082 if (PyErr_Occurred()) SWIG_fail;
24083 {
24084 PyThreadState* __tstate = wxPyBeginAllowThreads();
24085 result = (long)((wxListView const *)arg1)->GetNextSelected(arg2);
24086
24087 wxPyEndAllowThreads(__tstate);
24088 if (PyErr_Occurred()) SWIG_fail;
24089 }
24090 resultobj = SWIG_From_long((long)result);
24091 return resultobj;
24092 fail:
24093 return NULL;
24094 }
24095
24096
24097 static PyObject *_wrap_ListView_GetFirstSelected(PyObject *, PyObject *args, PyObject *kwargs) {
24098 PyObject *resultobj;
24099 wxListView *arg1 = (wxListView *) 0 ;
24100 long result;
24101 PyObject * obj0 = 0 ;
24102 char *kwnames[] = {
24103 (char *) "self", NULL
24104 };
24105
24106 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFirstSelected",kwnames,&obj0)) goto fail;
24107 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24108 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24109 {
24110 PyThreadState* __tstate = wxPyBeginAllowThreads();
24111 result = (long)((wxListView const *)arg1)->GetFirstSelected();
24112
24113 wxPyEndAllowThreads(__tstate);
24114 if (PyErr_Occurred()) SWIG_fail;
24115 }
24116 resultobj = SWIG_From_long((long)result);
24117 return resultobj;
24118 fail:
24119 return NULL;
24120 }
24121
24122
24123 static PyObject *_wrap_ListView_IsSelected(PyObject *, PyObject *args, PyObject *kwargs) {
24124 PyObject *resultobj;
24125 wxListView *arg1 = (wxListView *) 0 ;
24126 long arg2 ;
24127 bool result;
24128 PyObject * obj0 = 0 ;
24129 PyObject * obj1 = 0 ;
24130 char *kwnames[] = {
24131 (char *) "self",(char *) "index", NULL
24132 };
24133
24134 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_IsSelected",kwnames,&obj0,&obj1)) goto fail;
24135 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24136 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24137 arg2 = (long)SWIG_As_long(obj1);
24138 if (PyErr_Occurred()) SWIG_fail;
24139 {
24140 PyThreadState* __tstate = wxPyBeginAllowThreads();
24141 result = (bool)(arg1)->IsSelected(arg2);
24142
24143 wxPyEndAllowThreads(__tstate);
24144 if (PyErr_Occurred()) SWIG_fail;
24145 }
24146 {
24147 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24148 }
24149 return resultobj;
24150 fail:
24151 return NULL;
24152 }
24153
24154
24155 static PyObject *_wrap_ListView_SetColumnImage(PyObject *, PyObject *args, PyObject *kwargs) {
24156 PyObject *resultobj;
24157 wxListView *arg1 = (wxListView *) 0 ;
24158 int arg2 ;
24159 int arg3 ;
24160 PyObject * obj0 = 0 ;
24161 PyObject * obj1 = 0 ;
24162 PyObject * obj2 = 0 ;
24163 char *kwnames[] = {
24164 (char *) "self",(char *) "col",(char *) "image", NULL
24165 };
24166
24167 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListView_SetColumnImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
24168 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24169 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24170 arg2 = (int)SWIG_As_int(obj1);
24171 if (PyErr_Occurred()) SWIG_fail;
24172 arg3 = (int)SWIG_As_int(obj2);
24173 if (PyErr_Occurred()) SWIG_fail;
24174 {
24175 PyThreadState* __tstate = wxPyBeginAllowThreads();
24176 (arg1)->SetColumnImage(arg2,arg3);
24177
24178 wxPyEndAllowThreads(__tstate);
24179 if (PyErr_Occurred()) SWIG_fail;
24180 }
24181 Py_INCREF(Py_None); resultobj = Py_None;
24182 return resultobj;
24183 fail:
24184 return NULL;
24185 }
24186
24187
24188 static PyObject *_wrap_ListView_ClearColumnImage(PyObject *, PyObject *args, PyObject *kwargs) {
24189 PyObject *resultobj;
24190 wxListView *arg1 = (wxListView *) 0 ;
24191 int arg2 ;
24192 PyObject * obj0 = 0 ;
24193 PyObject * obj1 = 0 ;
24194 char *kwnames[] = {
24195 (char *) "self",(char *) "col", NULL
24196 };
24197
24198 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_ClearColumnImage",kwnames,&obj0,&obj1)) goto fail;
24199 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24200 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24201 arg2 = (int)SWIG_As_int(obj1);
24202 if (PyErr_Occurred()) SWIG_fail;
24203 {
24204 PyThreadState* __tstate = wxPyBeginAllowThreads();
24205 (arg1)->ClearColumnImage(arg2);
24206
24207 wxPyEndAllowThreads(__tstate);
24208 if (PyErr_Occurred()) SWIG_fail;
24209 }
24210 Py_INCREF(Py_None); resultobj = Py_None;
24211 return resultobj;
24212 fail:
24213 return NULL;
24214 }
24215
24216
24217 static PyObject * ListView_swigregister(PyObject *, PyObject *args) {
24218 PyObject *obj;
24219 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24220 SWIG_TypeClientData(SWIGTYPE_p_wxListView, obj);
24221 Py_INCREF(obj);
24222 return Py_BuildValue((char *)"");
24223 }
24224 static int _wrap_TreeCtrlNameStr_set(PyObject *) {
24225 PyErr_SetString(PyExc_TypeError,"Variable TreeCtrlNameStr is read-only.");
24226 return 1;
24227 }
24228
24229
24230 static PyObject *_wrap_TreeCtrlNameStr_get() {
24231 PyObject *pyobj;
24232
24233 {
24234 #if wxUSE_UNICODE
24235 pyobj = PyUnicode_FromWideChar((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
24236 #else
24237 pyobj = PyString_FromStringAndSize((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
24238 #endif
24239 }
24240 return pyobj;
24241 }
24242
24243
24244 static PyObject *_wrap_new_TreeItemId(PyObject *, PyObject *args, PyObject *kwargs) {
24245 PyObject *resultobj;
24246 wxTreeItemId *result;
24247 char *kwnames[] = {
24248 NULL
24249 };
24250
24251 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_TreeItemId",kwnames)) goto fail;
24252 {
24253 PyThreadState* __tstate = wxPyBeginAllowThreads();
24254 result = (wxTreeItemId *)new wxTreeItemId();
24255
24256 wxPyEndAllowThreads(__tstate);
24257 if (PyErr_Occurred()) SWIG_fail;
24258 }
24259 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeItemId, 1);
24260 return resultobj;
24261 fail:
24262 return NULL;
24263 }
24264
24265
24266 static PyObject *_wrap_delete_TreeItemId(PyObject *, PyObject *args, PyObject *kwargs) {
24267 PyObject *resultobj;
24268 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24269 PyObject * obj0 = 0 ;
24270 char *kwnames[] = {
24271 (char *) "self", NULL
24272 };
24273
24274 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TreeItemId",kwnames,&obj0)) goto fail;
24275 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24276 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24277 {
24278 PyThreadState* __tstate = wxPyBeginAllowThreads();
24279 delete arg1;
24280
24281 wxPyEndAllowThreads(__tstate);
24282 if (PyErr_Occurred()) SWIG_fail;
24283 }
24284 Py_INCREF(Py_None); resultobj = Py_None;
24285 return resultobj;
24286 fail:
24287 return NULL;
24288 }
24289
24290
24291 static PyObject *_wrap_TreeItemId_IsOk(PyObject *, PyObject *args, PyObject *kwargs) {
24292 PyObject *resultobj;
24293 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24294 bool result;
24295 PyObject * obj0 = 0 ;
24296 char *kwnames[] = {
24297 (char *) "self", NULL
24298 };
24299
24300 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_IsOk",kwnames,&obj0)) goto fail;
24301 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24302 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24303 {
24304 PyThreadState* __tstate = wxPyBeginAllowThreads();
24305 result = (bool)((wxTreeItemId const *)arg1)->IsOk();
24306
24307 wxPyEndAllowThreads(__tstate);
24308 if (PyErr_Occurred()) SWIG_fail;
24309 }
24310 {
24311 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24312 }
24313 return resultobj;
24314 fail:
24315 return NULL;
24316 }
24317
24318
24319 static PyObject *_wrap_TreeItemId___eq__(PyObject *, PyObject *args, PyObject *kwargs) {
24320 PyObject *resultobj;
24321 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24322 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
24323 bool result;
24324 PyObject * obj0 = 0 ;
24325 PyObject * obj1 = 0 ;
24326 char *kwnames[] = {
24327 (char *) "self",(char *) "other", NULL
24328 };
24329
24330 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___eq__",kwnames,&obj0,&obj1)) goto fail;
24331 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24332 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24333 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24334 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24335 {
24336 PyThreadState* __tstate = wxPyBeginAllowThreads();
24337 result = (bool)wxTreeItemId___eq__(arg1,(wxTreeItemId const *)arg2);
24338
24339 wxPyEndAllowThreads(__tstate);
24340 if (PyErr_Occurred()) SWIG_fail;
24341 }
24342 {
24343 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24344 }
24345 return resultobj;
24346 fail:
24347 return NULL;
24348 }
24349
24350
24351 static PyObject *_wrap_TreeItemId___ne__(PyObject *, PyObject *args, PyObject *kwargs) {
24352 PyObject *resultobj;
24353 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24354 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
24355 bool result;
24356 PyObject * obj0 = 0 ;
24357 PyObject * obj1 = 0 ;
24358 char *kwnames[] = {
24359 (char *) "self",(char *) "other", NULL
24360 };
24361
24362 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___ne__",kwnames,&obj0,&obj1)) goto fail;
24363 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24364 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24365 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24366 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24367 {
24368 PyThreadState* __tstate = wxPyBeginAllowThreads();
24369 result = (bool)wxTreeItemId___ne__(arg1,(wxTreeItemId const *)arg2);
24370
24371 wxPyEndAllowThreads(__tstate);
24372 if (PyErr_Occurred()) SWIG_fail;
24373 }
24374 {
24375 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24376 }
24377 return resultobj;
24378 fail:
24379 return NULL;
24380 }
24381
24382
24383 static PyObject *_wrap_TreeItemId_m_pItem_set(PyObject *, PyObject *args, PyObject *kwargs) {
24384 PyObject *resultobj;
24385 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24386 void *arg2 = (void *) 0 ;
24387 PyObject * obj0 = 0 ;
24388 PyObject * obj1 = 0 ;
24389 char *kwnames[] = {
24390 (char *) "self",(char *) "m_pItem", NULL
24391 };
24392
24393 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId_m_pItem_set",kwnames,&obj0,&obj1)) goto fail;
24394 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24395 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24396 if ((SWIG_ConvertPtr(obj1,&arg2,0,SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
24397 if (arg1) (arg1)->m_pItem = arg2;
24398
24399 Py_INCREF(Py_None); resultobj = Py_None;
24400 return resultobj;
24401 fail:
24402 return NULL;
24403 }
24404
24405
24406 static PyObject *_wrap_TreeItemId_m_pItem_get(PyObject *, PyObject *args, PyObject *kwargs) {
24407 PyObject *resultobj;
24408 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24409 void *result;
24410 PyObject * obj0 = 0 ;
24411 char *kwnames[] = {
24412 (char *) "self", NULL
24413 };
24414
24415 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_m_pItem_get",kwnames,&obj0)) goto fail;
24416 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24417 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24418 result = (void *) ((arg1)->m_pItem);
24419
24420 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_void, 0);
24421 return resultobj;
24422 fail:
24423 return NULL;
24424 }
24425
24426
24427 static PyObject * TreeItemId_swigregister(PyObject *, PyObject *args) {
24428 PyObject *obj;
24429 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24430 SWIG_TypeClientData(SWIGTYPE_p_wxTreeItemId, obj);
24431 Py_INCREF(obj);
24432 return Py_BuildValue((char *)"");
24433 }
24434 static PyObject *_wrap_new_TreeItemData(PyObject *, PyObject *args, PyObject *kwargs) {
24435 PyObject *resultobj;
24436 PyObject *arg1 = (PyObject *) NULL ;
24437 wxPyTreeItemData *result;
24438 PyObject * obj0 = 0 ;
24439 char *kwnames[] = {
24440 (char *) "obj", NULL
24441 };
24442
24443 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:new_TreeItemData",kwnames,&obj0)) goto fail;
24444 if (obj0) {
24445 arg1 = obj0;
24446 }
24447 {
24448 PyThreadState* __tstate = wxPyBeginAllowThreads();
24449 result = (wxPyTreeItemData *)new wxPyTreeItemData(arg1);
24450
24451 wxPyEndAllowThreads(__tstate);
24452 if (PyErr_Occurred()) SWIG_fail;
24453 }
24454 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeItemData, 1);
24455 return resultobj;
24456 fail:
24457 return NULL;
24458 }
24459
24460
24461 static PyObject *_wrap_TreeItemData_GetData(PyObject *, PyObject *args, PyObject *kwargs) {
24462 PyObject *resultobj;
24463 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24464 PyObject *result;
24465 PyObject * obj0 = 0 ;
24466 char *kwnames[] = {
24467 (char *) "self", NULL
24468 };
24469
24470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetData",kwnames,&obj0)) goto fail;
24471 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24472 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24473 {
24474 PyThreadState* __tstate = wxPyBeginAllowThreads();
24475 result = (PyObject *)(arg1)->GetData();
24476
24477 wxPyEndAllowThreads(__tstate);
24478 if (PyErr_Occurred()) SWIG_fail;
24479 }
24480 resultobj = result;
24481 return resultobj;
24482 fail:
24483 return NULL;
24484 }
24485
24486
24487 static PyObject *_wrap_TreeItemData_SetData(PyObject *, PyObject *args, PyObject *kwargs) {
24488 PyObject *resultobj;
24489 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24490 PyObject *arg2 = (PyObject *) 0 ;
24491 PyObject * obj0 = 0 ;
24492 PyObject * obj1 = 0 ;
24493 char *kwnames[] = {
24494 (char *) "self",(char *) "obj", NULL
24495 };
24496
24497 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetData",kwnames,&obj0,&obj1)) goto fail;
24498 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24499 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24500 arg2 = obj1;
24501 {
24502 PyThreadState* __tstate = wxPyBeginAllowThreads();
24503 (arg1)->SetData(arg2);
24504
24505 wxPyEndAllowThreads(__tstate);
24506 if (PyErr_Occurred()) SWIG_fail;
24507 }
24508 Py_INCREF(Py_None); resultobj = Py_None;
24509 return resultobj;
24510 fail:
24511 return NULL;
24512 }
24513
24514
24515 static PyObject *_wrap_TreeItemData_GetId(PyObject *, PyObject *args, PyObject *kwargs) {
24516 PyObject *resultobj;
24517 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24518 wxTreeItemId *result;
24519 PyObject * obj0 = 0 ;
24520 char *kwnames[] = {
24521 (char *) "self", NULL
24522 };
24523
24524 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetId",kwnames,&obj0)) goto fail;
24525 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24526 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24527 {
24528 PyThreadState* __tstate = wxPyBeginAllowThreads();
24529 {
24530 wxTreeItemId const &_result_ref = (arg1)->GetId();
24531 result = (wxTreeItemId *) &_result_ref;
24532 }
24533
24534 wxPyEndAllowThreads(__tstate);
24535 if (PyErr_Occurred()) SWIG_fail;
24536 }
24537 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeItemId, 0);
24538 return resultobj;
24539 fail:
24540 return NULL;
24541 }
24542
24543
24544 static PyObject *_wrap_TreeItemData_SetId(PyObject *, PyObject *args, PyObject *kwargs) {
24545 PyObject *resultobj;
24546 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24547 wxTreeItemId *arg2 = 0 ;
24548 PyObject * obj0 = 0 ;
24549 PyObject * obj1 = 0 ;
24550 char *kwnames[] = {
24551 (char *) "self",(char *) "id", NULL
24552 };
24553
24554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetId",kwnames,&obj0,&obj1)) goto fail;
24555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24557 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24558 SWIG_POINTER_EXCEPTION | 0)) == -1)
24559 SWIG_fail;
24560 if (arg2 == NULL) {
24561 PyErr_SetString(PyExc_TypeError,"null reference");
24562 SWIG_fail;
24563 }
24564 {
24565 PyThreadState* __tstate = wxPyBeginAllowThreads();
24566 (arg1)->SetId((wxTreeItemId const &)*arg2);
24567
24568 wxPyEndAllowThreads(__tstate);
24569 if (PyErr_Occurred()) SWIG_fail;
24570 }
24571 Py_INCREF(Py_None); resultobj = Py_None;
24572 return resultobj;
24573 fail:
24574 return NULL;
24575 }
24576
24577
24578 static PyObject *_wrap_TreeItemData_Destroy(PyObject *, PyObject *args, PyObject *kwargs) {
24579 PyObject *resultobj;
24580 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24581 PyObject * obj0 = 0 ;
24582 char *kwnames[] = {
24583 (char *) "self", NULL
24584 };
24585
24586 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_Destroy",kwnames,&obj0)) goto fail;
24587 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24588 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24589 {
24590 PyThreadState* __tstate = wxPyBeginAllowThreads();
24591 wxPyTreeItemData_Destroy(arg1);
24592
24593 wxPyEndAllowThreads(__tstate);
24594 if (PyErr_Occurred()) SWIG_fail;
24595 }
24596 Py_INCREF(Py_None); resultobj = Py_None;
24597 return resultobj;
24598 fail:
24599 return NULL;
24600 }
24601
24602
24603 static PyObject * TreeItemData_swigregister(PyObject *, PyObject *args) {
24604 PyObject *obj;
24605 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24606 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeItemData, obj);
24607 Py_INCREF(obj);
24608 return Py_BuildValue((char *)"");
24609 }
24610 static PyObject *_wrap_new_TreeEvent(PyObject *, PyObject *args, PyObject *kwargs) {
24611 PyObject *resultobj;
24612 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
24613 int arg2 = (int) 0 ;
24614 wxTreeEvent *result;
24615 PyObject * obj0 = 0 ;
24616 PyObject * obj1 = 0 ;
24617 char *kwnames[] = {
24618 (char *) "commandType",(char *) "id", NULL
24619 };
24620
24621 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_TreeEvent",kwnames,&obj0,&obj1)) goto fail;
24622 if (obj0) {
24623 arg1 = (wxEventType)SWIG_As_int(obj0);
24624 if (PyErr_Occurred()) SWIG_fail;
24625 }
24626 if (obj1) {
24627 arg2 = (int)SWIG_As_int(obj1);
24628 if (PyErr_Occurred()) SWIG_fail;
24629 }
24630 {
24631 PyThreadState* __tstate = wxPyBeginAllowThreads();
24632 result = (wxTreeEvent *)new wxTreeEvent(arg1,arg2);
24633
24634 wxPyEndAllowThreads(__tstate);
24635 if (PyErr_Occurred()) SWIG_fail;
24636 }
24637 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeEvent, 1);
24638 return resultobj;
24639 fail:
24640 return NULL;
24641 }
24642
24643
24644 static PyObject *_wrap_TreeEvent_GetItem(PyObject *, PyObject *args, PyObject *kwargs) {
24645 PyObject *resultobj;
24646 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24647 wxTreeItemId result;
24648 PyObject * obj0 = 0 ;
24649 char *kwnames[] = {
24650 (char *) "self", NULL
24651 };
24652
24653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetItem",kwnames,&obj0)) goto fail;
24654 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24655 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24656 {
24657 PyThreadState* __tstate = wxPyBeginAllowThreads();
24658 result = ((wxTreeEvent const *)arg1)->GetItem();
24659
24660 wxPyEndAllowThreads(__tstate);
24661 if (PyErr_Occurred()) SWIG_fail;
24662 }
24663 {
24664 wxTreeItemId * resultptr;
24665 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24666 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
24667 }
24668 return resultobj;
24669 fail:
24670 return NULL;
24671 }
24672
24673
24674 static PyObject *_wrap_TreeEvent_SetItem(PyObject *, PyObject *args, PyObject *kwargs) {
24675 PyObject *resultobj;
24676 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24677 wxTreeItemId *arg2 = 0 ;
24678 PyObject * obj0 = 0 ;
24679 PyObject * obj1 = 0 ;
24680 char *kwnames[] = {
24681 (char *) "self",(char *) "item", NULL
24682 };
24683
24684 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetItem",kwnames,&obj0,&obj1)) goto fail;
24685 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24686 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24687 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24688 SWIG_POINTER_EXCEPTION | 0)) == -1)
24689 SWIG_fail;
24690 if (arg2 == NULL) {
24691 PyErr_SetString(PyExc_TypeError,"null reference");
24692 SWIG_fail;
24693 }
24694 {
24695 PyThreadState* __tstate = wxPyBeginAllowThreads();
24696 (arg1)->SetItem((wxTreeItemId const &)*arg2);
24697
24698 wxPyEndAllowThreads(__tstate);
24699 if (PyErr_Occurred()) SWIG_fail;
24700 }
24701 Py_INCREF(Py_None); resultobj = Py_None;
24702 return resultobj;
24703 fail:
24704 return NULL;
24705 }
24706
24707
24708 static PyObject *_wrap_TreeEvent_GetOldItem(PyObject *, PyObject *args, PyObject *kwargs) {
24709 PyObject *resultobj;
24710 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24711 wxTreeItemId result;
24712 PyObject * obj0 = 0 ;
24713 char *kwnames[] = {
24714 (char *) "self", NULL
24715 };
24716
24717 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetOldItem",kwnames,&obj0)) goto fail;
24718 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24719 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24720 {
24721 PyThreadState* __tstate = wxPyBeginAllowThreads();
24722 result = ((wxTreeEvent const *)arg1)->GetOldItem();
24723
24724 wxPyEndAllowThreads(__tstate);
24725 if (PyErr_Occurred()) SWIG_fail;
24726 }
24727 {
24728 wxTreeItemId * resultptr;
24729 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24730 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
24731 }
24732 return resultobj;
24733 fail:
24734 return NULL;
24735 }
24736
24737
24738 static PyObject *_wrap_TreeEvent_SetOldItem(PyObject *, PyObject *args, PyObject *kwargs) {
24739 PyObject *resultobj;
24740 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24741 wxTreeItemId *arg2 = 0 ;
24742 PyObject * obj0 = 0 ;
24743 PyObject * obj1 = 0 ;
24744 char *kwnames[] = {
24745 (char *) "self",(char *) "item", NULL
24746 };
24747
24748 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetOldItem",kwnames,&obj0,&obj1)) goto fail;
24749 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24750 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24751 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24752 SWIG_POINTER_EXCEPTION | 0)) == -1)
24753 SWIG_fail;
24754 if (arg2 == NULL) {
24755 PyErr_SetString(PyExc_TypeError,"null reference");
24756 SWIG_fail;
24757 }
24758 {
24759 PyThreadState* __tstate = wxPyBeginAllowThreads();
24760 (arg1)->SetOldItem((wxTreeItemId const &)*arg2);
24761
24762 wxPyEndAllowThreads(__tstate);
24763 if (PyErr_Occurred()) SWIG_fail;
24764 }
24765 Py_INCREF(Py_None); resultobj = Py_None;
24766 return resultobj;
24767 fail:
24768 return NULL;
24769 }
24770
24771
24772 static PyObject *_wrap_TreeEvent_GetPoint(PyObject *, PyObject *args, PyObject *kwargs) {
24773 PyObject *resultobj;
24774 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24775 wxPoint result;
24776 PyObject * obj0 = 0 ;
24777 char *kwnames[] = {
24778 (char *) "self", NULL
24779 };
24780
24781 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetPoint",kwnames,&obj0)) goto fail;
24782 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24783 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24784 {
24785 PyThreadState* __tstate = wxPyBeginAllowThreads();
24786 result = ((wxTreeEvent const *)arg1)->GetPoint();
24787
24788 wxPyEndAllowThreads(__tstate);
24789 if (PyErr_Occurred()) SWIG_fail;
24790 }
24791 {
24792 wxPoint * resultptr;
24793 resultptr = new wxPoint((wxPoint &) result);
24794 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
24795 }
24796 return resultobj;
24797 fail:
24798 return NULL;
24799 }
24800
24801
24802 static PyObject *_wrap_TreeEvent_SetPoint(PyObject *, PyObject *args, PyObject *kwargs) {
24803 PyObject *resultobj;
24804 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24805 wxPoint *arg2 = 0 ;
24806 wxPoint temp2 ;
24807 PyObject * obj0 = 0 ;
24808 PyObject * obj1 = 0 ;
24809 char *kwnames[] = {
24810 (char *) "self",(char *) "pt", NULL
24811 };
24812
24813 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetPoint",kwnames,&obj0,&obj1)) goto fail;
24814 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24815 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24816 {
24817 arg2 = &temp2;
24818 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
24819 }
24820 {
24821 PyThreadState* __tstate = wxPyBeginAllowThreads();
24822 (arg1)->SetPoint((wxPoint const &)*arg2);
24823
24824 wxPyEndAllowThreads(__tstate);
24825 if (PyErr_Occurred()) SWIG_fail;
24826 }
24827 Py_INCREF(Py_None); resultobj = Py_None;
24828 return resultobj;
24829 fail:
24830 return NULL;
24831 }
24832
24833
24834 static PyObject *_wrap_TreeEvent_GetKeyEvent(PyObject *, PyObject *args, PyObject *kwargs) {
24835 PyObject *resultobj;
24836 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24837 wxKeyEvent *result;
24838 PyObject * obj0 = 0 ;
24839 char *kwnames[] = {
24840 (char *) "self", NULL
24841 };
24842
24843 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyEvent",kwnames,&obj0)) goto fail;
24844 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24845 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24846 {
24847 PyThreadState* __tstate = wxPyBeginAllowThreads();
24848 {
24849 wxKeyEvent const &_result_ref = ((wxTreeEvent const *)arg1)->GetKeyEvent();
24850 result = (wxKeyEvent *) &_result_ref;
24851 }
24852
24853 wxPyEndAllowThreads(__tstate);
24854 if (PyErr_Occurred()) SWIG_fail;
24855 }
24856 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxKeyEvent, 0);
24857 return resultobj;
24858 fail:
24859 return NULL;
24860 }
24861
24862
24863 static PyObject *_wrap_TreeEvent_GetKeyCode(PyObject *, PyObject *args, PyObject *kwargs) {
24864 PyObject *resultobj;
24865 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24866 int result;
24867 PyObject * obj0 = 0 ;
24868 char *kwnames[] = {
24869 (char *) "self", NULL
24870 };
24871
24872 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyCode",kwnames,&obj0)) goto fail;
24873 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24874 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24875 {
24876 PyThreadState* __tstate = wxPyBeginAllowThreads();
24877 result = (int)((wxTreeEvent const *)arg1)->GetKeyCode();
24878
24879 wxPyEndAllowThreads(__tstate);
24880 if (PyErr_Occurred()) SWIG_fail;
24881 }
24882 resultobj = SWIG_From_int((int)result);
24883 return resultobj;
24884 fail:
24885 return NULL;
24886 }
24887
24888
24889 static PyObject *_wrap_TreeEvent_SetKeyEvent(PyObject *, PyObject *args, PyObject *kwargs) {
24890 PyObject *resultobj;
24891 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24892 wxKeyEvent *arg2 = 0 ;
24893 PyObject * obj0 = 0 ;
24894 PyObject * obj1 = 0 ;
24895 char *kwnames[] = {
24896 (char *) "self",(char *) "evt", NULL
24897 };
24898
24899 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetKeyEvent",kwnames,&obj0,&obj1)) goto fail;
24900 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24901 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24902 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxKeyEvent,
24903 SWIG_POINTER_EXCEPTION | 0)) == -1)
24904 SWIG_fail;
24905 if (arg2 == NULL) {
24906 PyErr_SetString(PyExc_TypeError,"null reference");
24907 SWIG_fail;
24908 }
24909 {
24910 PyThreadState* __tstate = wxPyBeginAllowThreads();
24911 (arg1)->SetKeyEvent((wxKeyEvent const &)*arg2);
24912
24913 wxPyEndAllowThreads(__tstate);
24914 if (PyErr_Occurred()) SWIG_fail;
24915 }
24916 Py_INCREF(Py_None); resultobj = Py_None;
24917 return resultobj;
24918 fail:
24919 return NULL;
24920 }
24921
24922
24923 static PyObject *_wrap_TreeEvent_GetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
24924 PyObject *resultobj;
24925 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24926 wxString *result;
24927 PyObject * obj0 = 0 ;
24928 char *kwnames[] = {
24929 (char *) "self", NULL
24930 };
24931
24932 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetLabel",kwnames,&obj0)) goto fail;
24933 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24934 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24935 {
24936 PyThreadState* __tstate = wxPyBeginAllowThreads();
24937 {
24938 wxString const &_result_ref = ((wxTreeEvent const *)arg1)->GetLabel();
24939 result = (wxString *) &_result_ref;
24940 }
24941
24942 wxPyEndAllowThreads(__tstate);
24943 if (PyErr_Occurred()) SWIG_fail;
24944 }
24945 {
24946 #if wxUSE_UNICODE
24947 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
24948 #else
24949 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
24950 #endif
24951 }
24952 return resultobj;
24953 fail:
24954 return NULL;
24955 }
24956
24957
24958 static PyObject *_wrap_TreeEvent_SetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
24959 PyObject *resultobj;
24960 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24961 wxString *arg2 = 0 ;
24962 bool temp2 = False ;
24963 PyObject * obj0 = 0 ;
24964 PyObject * obj1 = 0 ;
24965 char *kwnames[] = {
24966 (char *) "self",(char *) "label", NULL
24967 };
24968
24969 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetLabel",kwnames,&obj0,&obj1)) goto fail;
24970 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24971 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24972 {
24973 arg2 = wxString_in_helper(obj1);
24974 if (arg2 == NULL) SWIG_fail;
24975 temp2 = True;
24976 }
24977 {
24978 PyThreadState* __tstate = wxPyBeginAllowThreads();
24979 (arg1)->SetLabel((wxString const &)*arg2);
24980
24981 wxPyEndAllowThreads(__tstate);
24982 if (PyErr_Occurred()) SWIG_fail;
24983 }
24984 Py_INCREF(Py_None); resultobj = Py_None;
24985 {
24986 if (temp2)
24987 delete arg2;
24988 }
24989 return resultobj;
24990 fail:
24991 {
24992 if (temp2)
24993 delete arg2;
24994 }
24995 return NULL;
24996 }
24997
24998
24999 static PyObject *_wrap_TreeEvent_IsEditCancelled(PyObject *, PyObject *args, PyObject *kwargs) {
25000 PyObject *resultobj;
25001 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25002 bool result;
25003 PyObject * obj0 = 0 ;
25004 char *kwnames[] = {
25005 (char *) "self", NULL
25006 };
25007
25008 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
25009 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25010 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25011 {
25012 PyThreadState* __tstate = wxPyBeginAllowThreads();
25013 result = (bool)((wxTreeEvent const *)arg1)->IsEditCancelled();
25014
25015 wxPyEndAllowThreads(__tstate);
25016 if (PyErr_Occurred()) SWIG_fail;
25017 }
25018 {
25019 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
25020 }
25021 return resultobj;
25022 fail:
25023 return NULL;
25024 }
25025
25026
25027 static PyObject *_wrap_TreeEvent_SetEditCanceled(PyObject *, PyObject *args, PyObject *kwargs) {
25028 PyObject *resultobj;
25029 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25030 bool arg2 ;
25031 PyObject * obj0 = 0 ;
25032 PyObject * obj1 = 0 ;
25033 char *kwnames[] = {
25034 (char *) "self",(char *) "editCancelled", NULL
25035 };
25036
25037 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
25038 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25039 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25040 arg2 = (bool)SWIG_As_bool(obj1);
25041 if (PyErr_Occurred()) SWIG_fail;
25042 {
25043 PyThreadState* __tstate = wxPyBeginAllowThreads();
25044 (arg1)->SetEditCanceled(arg2);
25045
25046 wxPyEndAllowThreads(__tstate);
25047 if (PyErr_Occurred()) SWIG_fail;
25048 }
25049 Py_INCREF(Py_None); resultobj = Py_None;
25050 return resultobj;
25051 fail:
25052 return NULL;
25053 }
25054
25055
25056 static PyObject *_wrap_TreeEvent_SetToolTip(PyObject *, PyObject *args, PyObject *kwargs) {
25057 PyObject *resultobj;
25058 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25059 wxString *arg2 = 0 ;
25060 bool temp2 = False ;
25061 PyObject * obj0 = 0 ;
25062 PyObject * obj1 = 0 ;
25063 char *kwnames[] = {
25064 (char *) "self",(char *) "toolTip", NULL
25065 };
25066
25067 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetToolTip",kwnames,&obj0,&obj1)) goto fail;
25068 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25069 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25070 {
25071 arg2 = wxString_in_helper(obj1);
25072 if (arg2 == NULL) SWIG_fail;
25073 temp2 = True;
25074 }
25075 {
25076 PyThreadState* __tstate = wxPyBeginAllowThreads();
25077 (arg1)->SetToolTip((wxString const &)*arg2);
25078
25079 wxPyEndAllowThreads(__tstate);
25080 if (PyErr_Occurred()) SWIG_fail;
25081 }
25082 Py_INCREF(Py_None); resultobj = Py_None;
25083 {
25084 if (temp2)
25085 delete arg2;
25086 }
25087 return resultobj;
25088 fail:
25089 {
25090 if (temp2)
25091 delete arg2;
25092 }
25093 return NULL;
25094 }
25095
25096
25097 static PyObject * TreeEvent_swigregister(PyObject *, PyObject *args) {
25098 PyObject *obj;
25099 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
25100 SWIG_TypeClientData(SWIGTYPE_p_wxTreeEvent, obj);
25101 Py_INCREF(obj);
25102 return Py_BuildValue((char *)"");
25103 }
25104 static PyObject *_wrap_new_TreeCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
25105 PyObject *resultobj;
25106 wxWindow *arg1 = (wxWindow *) 0 ;
25107 int arg2 = (int) -1 ;
25108 wxPoint const &arg3_defvalue = wxDefaultPosition ;
25109 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
25110 wxSize const &arg4_defvalue = wxDefaultSize ;
25111 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
25112 long arg5 = (long) wxTR_DEFAULT_STYLE ;
25113 wxValidator const &arg6_defvalue = wxDefaultValidator ;
25114 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
25115 wxString const &arg7_defvalue = wxPyTreeCtrlNameStr ;
25116 wxString *arg7 = (wxString *) &arg7_defvalue ;
25117 wxPyTreeCtrl *result;
25118 wxPoint temp3 ;
25119 wxSize temp4 ;
25120 bool temp7 = False ;
25121 PyObject * obj0 = 0 ;
25122 PyObject * obj1 = 0 ;
25123 PyObject * obj2 = 0 ;
25124 PyObject * obj3 = 0 ;
25125 PyObject * obj4 = 0 ;
25126 PyObject * obj5 = 0 ;
25127 PyObject * obj6 = 0 ;
25128 char *kwnames[] = {
25129 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25130 };
25131
25132 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_TreeCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
25133 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
25134 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25135 if (obj1) {
25136 arg2 = (int)SWIG_As_int(obj1);
25137 if (PyErr_Occurred()) SWIG_fail;
25138 }
25139 if (obj2) {
25140 {
25141 arg3 = &temp3;
25142 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
25143 }
25144 }
25145 if (obj3) {
25146 {
25147 arg4 = &temp4;
25148 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
25149 }
25150 }
25151 if (obj4) {
25152 arg5 = (long)SWIG_As_long(obj4);
25153 if (PyErr_Occurred()) SWIG_fail;
25154 }
25155 if (obj5) {
25156 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
25157 SWIG_POINTER_EXCEPTION | 0)) == -1)
25158 SWIG_fail;
25159 if (arg6 == NULL) {
25160 PyErr_SetString(PyExc_TypeError,"null reference");
25161 SWIG_fail;
25162 }
25163 }
25164 if (obj6) {
25165 {
25166 arg7 = wxString_in_helper(obj6);
25167 if (arg7 == NULL) SWIG_fail;
25168 temp7 = True;
25169 }
25170 }
25171 {
25172 if (!wxPyCheckForApp()) SWIG_fail;
25173 PyThreadState* __tstate = wxPyBeginAllowThreads();
25174 result = (wxPyTreeCtrl *)new wxPyTreeCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
25175
25176 wxPyEndAllowThreads(__tstate);
25177 if (PyErr_Occurred()) SWIG_fail;
25178 }
25179 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeCtrl, 1);
25180 {
25181 if (temp7)
25182 delete arg7;
25183 }
25184 return resultobj;
25185 fail:
25186 {
25187 if (temp7)
25188 delete arg7;
25189 }
25190 return NULL;
25191 }
25192
25193
25194 static PyObject *_wrap_new_PreTreeCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
25195 PyObject *resultobj;
25196 wxPyTreeCtrl *result;
25197 char *kwnames[] = {
25198 NULL
25199 };
25200
25201 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTreeCtrl",kwnames)) goto fail;
25202 {
25203 if (!wxPyCheckForApp()) SWIG_fail;
25204 PyThreadState* __tstate = wxPyBeginAllowThreads();
25205 result = (wxPyTreeCtrl *)new wxPyTreeCtrl();
25206
25207 wxPyEndAllowThreads(__tstate);
25208 if (PyErr_Occurred()) SWIG_fail;
25209 }
25210 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeCtrl, 1);
25211 return resultobj;
25212 fail:
25213 return NULL;
25214 }
25215
25216
25217 static PyObject *_wrap_TreeCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
25218 PyObject *resultobj;
25219 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25220 wxWindow *arg2 = (wxWindow *) 0 ;
25221 int arg3 = (int) -1 ;
25222 wxPoint const &arg4_defvalue = wxDefaultPosition ;
25223 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
25224 wxSize const &arg5_defvalue = wxDefaultSize ;
25225 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
25226 long arg6 = (long) wxTR_DEFAULT_STYLE ;
25227 wxValidator const &arg7_defvalue = wxDefaultValidator ;
25228 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
25229 wxString const &arg8_defvalue = wxPyTreeCtrlNameStr ;
25230 wxString *arg8 = (wxString *) &arg8_defvalue ;
25231 bool result;
25232 wxPoint temp4 ;
25233 wxSize temp5 ;
25234 bool temp8 = False ;
25235 PyObject * obj0 = 0 ;
25236 PyObject * obj1 = 0 ;
25237 PyObject * obj2 = 0 ;
25238 PyObject * obj3 = 0 ;
25239 PyObject * obj4 = 0 ;
25240 PyObject * obj5 = 0 ;
25241 PyObject * obj6 = 0 ;
25242 PyObject * obj7 = 0 ;
25243 char *kwnames[] = {
25244 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25245 };
25246
25247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:TreeCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
25248 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25249 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25250 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
25251 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25252 if (obj2) {
25253 arg3 = (int)SWIG_As_int(obj2);
25254 if (PyErr_Occurred()) SWIG_fail;
25255 }
25256 if (obj3) {
25257 {
25258 arg4 = &temp4;
25259 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
25260 }
25261 }
25262 if (obj4) {
25263 {
25264 arg5 = &temp5;
25265 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
25266 }
25267 }
25268 if (obj5) {
25269 arg6 = (long)SWIG_As_long(obj5);
25270 if (PyErr_Occurred()) SWIG_fail;
25271 }
25272 if (obj6) {
25273 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
25274 SWIG_POINTER_EXCEPTION | 0)) == -1)
25275 SWIG_fail;
25276 if (arg7 == NULL) {
25277 PyErr_SetString(PyExc_TypeError,"null reference");
25278 SWIG_fail;
25279 }
25280 }
25281 if (obj7) {
25282 {
25283 arg8 = wxString_in_helper(obj7);
25284 if (arg8 == NULL) SWIG_fail;
25285 temp8 = True;
25286 }
25287 }
25288 {
25289 PyThreadState* __tstate = wxPyBeginAllowThreads();
25290 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
25291
25292 wxPyEndAllowThreads(__tstate);
25293 if (PyErr_Occurred()) SWIG_fail;
25294 }
25295 {
25296 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
25297 }
25298 {
25299 if (temp8)
25300 delete arg8;
25301 }
25302 return resultobj;
25303 fail:
25304 {
25305 if (temp8)
25306 delete arg8;
25307 }
25308 return NULL;
25309 }
25310
25311
25312 static PyObject *_wrap_TreeCtrl__setCallbackInfo(PyObject *, PyObject *args, PyObject *kwargs) {
25313 PyObject *resultobj;
25314 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25315 PyObject *arg2 = (PyObject *) 0 ;
25316 PyObject *arg3 = (PyObject *) 0 ;
25317 PyObject * obj0 = 0 ;
25318 PyObject * obj1 = 0 ;
25319 PyObject * obj2 = 0 ;
25320 char *kwnames[] = {
25321 (char *) "self",(char *) "self",(char *) "_class", NULL
25322 };
25323
25324 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
25325 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25326 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25327 arg2 = obj1;
25328 arg3 = obj2;
25329 {
25330 PyThreadState* __tstate = wxPyBeginAllowThreads();
25331 (arg1)->_setCallbackInfo(arg2,arg3);
25332
25333 wxPyEndAllowThreads(__tstate);
25334 if (PyErr_Occurred()) SWIG_fail;
25335 }
25336 Py_INCREF(Py_None); resultobj = Py_None;
25337 return resultobj;
25338 fail:
25339 return NULL;
25340 }
25341
25342
25343 static PyObject *_wrap_TreeCtrl_GetCount(PyObject *, PyObject *args, PyObject *kwargs) {
25344 PyObject *resultobj;
25345 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25346 size_t result;
25347 PyObject * obj0 = 0 ;
25348 char *kwnames[] = {
25349 (char *) "self", NULL
25350 };
25351
25352 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetCount",kwnames,&obj0)) goto fail;
25353 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25354 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25355 {
25356 PyThreadState* __tstate = wxPyBeginAllowThreads();
25357 result = (size_t)((wxPyTreeCtrl const *)arg1)->GetCount();
25358
25359 wxPyEndAllowThreads(__tstate);
25360 if (PyErr_Occurred()) SWIG_fail;
25361 }
25362 resultobj = SWIG_From_unsigned_SS_long((unsigned long)result);
25363 return resultobj;
25364 fail:
25365 return NULL;
25366 }
25367
25368
25369 static PyObject *_wrap_TreeCtrl_GetIndent(PyObject *, PyObject *args, PyObject *kwargs) {
25370 PyObject *resultobj;
25371 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25372 unsigned int result;
25373 PyObject * obj0 = 0 ;
25374 char *kwnames[] = {
25375 (char *) "self", NULL
25376 };
25377
25378 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetIndent",kwnames,&obj0)) goto fail;
25379 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25380 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25381 {
25382 PyThreadState* __tstate = wxPyBeginAllowThreads();
25383 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetIndent();
25384
25385 wxPyEndAllowThreads(__tstate);
25386 if (PyErr_Occurred()) SWIG_fail;
25387 }
25388 resultobj = SWIG_From_unsigned_SS_int((unsigned int)result);
25389 return resultobj;
25390 fail:
25391 return NULL;
25392 }
25393
25394
25395 static PyObject *_wrap_TreeCtrl_SetIndent(PyObject *, PyObject *args, PyObject *kwargs) {
25396 PyObject *resultobj;
25397 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25398 unsigned int arg2 ;
25399 PyObject * obj0 = 0 ;
25400 PyObject * obj1 = 0 ;
25401 char *kwnames[] = {
25402 (char *) "self",(char *) "indent", NULL
25403 };
25404
25405 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetIndent",kwnames,&obj0,&obj1)) goto fail;
25406 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25407 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25408 arg2 = (unsigned int)SWIG_As_unsigned_SS_int(obj1);
25409 if (PyErr_Occurred()) SWIG_fail;
25410 {
25411 PyThreadState* __tstate = wxPyBeginAllowThreads();
25412 (arg1)->SetIndent(arg2);
25413
25414 wxPyEndAllowThreads(__tstate);
25415 if (PyErr_Occurred()) SWIG_fail;
25416 }
25417 Py_INCREF(Py_None); resultobj = Py_None;
25418 return resultobj;
25419 fail:
25420 return NULL;
25421 }
25422
25423
25424 static PyObject *_wrap_TreeCtrl_GetSpacing(PyObject *, PyObject *args, PyObject *kwargs) {
25425 PyObject *resultobj;
25426 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25427 unsigned int result;
25428 PyObject * obj0 = 0 ;
25429 char *kwnames[] = {
25430 (char *) "self", NULL
25431 };
25432
25433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSpacing",kwnames,&obj0)) goto fail;
25434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25436 {
25437 PyThreadState* __tstate = wxPyBeginAllowThreads();
25438 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetSpacing();
25439
25440 wxPyEndAllowThreads(__tstate);
25441 if (PyErr_Occurred()) SWIG_fail;
25442 }
25443 resultobj = SWIG_From_unsigned_SS_int((unsigned int)result);
25444 return resultobj;
25445 fail:
25446 return NULL;
25447 }
25448
25449
25450 static PyObject *_wrap_TreeCtrl_SetSpacing(PyObject *, PyObject *args, PyObject *kwargs) {
25451 PyObject *resultobj;
25452 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25453 unsigned int arg2 ;
25454 PyObject * obj0 = 0 ;
25455 PyObject * obj1 = 0 ;
25456 char *kwnames[] = {
25457 (char *) "self",(char *) "spacing", NULL
25458 };
25459
25460 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetSpacing",kwnames,&obj0,&obj1)) goto fail;
25461 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25462 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25463 arg2 = (unsigned int)SWIG_As_unsigned_SS_int(obj1);
25464 if (PyErr_Occurred()) SWIG_fail;
25465 {
25466 PyThreadState* __tstate = wxPyBeginAllowThreads();
25467 (arg1)->SetSpacing(arg2);
25468
25469 wxPyEndAllowThreads(__tstate);
25470 if (PyErr_Occurred()) SWIG_fail;
25471 }
25472 Py_INCREF(Py_None); resultobj = Py_None;
25473 return resultobj;
25474 fail:
25475 return NULL;
25476 }
25477
25478
25479 static PyObject *_wrap_TreeCtrl_GetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25480 PyObject *resultobj;
25481 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25482 wxImageList *result;
25483 PyObject * obj0 = 0 ;
25484 char *kwnames[] = {
25485 (char *) "self", NULL
25486 };
25487
25488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetImageList",kwnames,&obj0)) goto fail;
25489 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25490 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25491 {
25492 PyThreadState* __tstate = wxPyBeginAllowThreads();
25493 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetImageList();
25494
25495 wxPyEndAllowThreads(__tstate);
25496 if (PyErr_Occurred()) SWIG_fail;
25497 }
25498 {
25499 resultobj = wxPyMake_wxObject(result, 0);
25500 }
25501 return resultobj;
25502 fail:
25503 return NULL;
25504 }
25505
25506
25507 static PyObject *_wrap_TreeCtrl_GetStateImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25508 PyObject *resultobj;
25509 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25510 wxImageList *result;
25511 PyObject * obj0 = 0 ;
25512 char *kwnames[] = {
25513 (char *) "self", NULL
25514 };
25515
25516 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetStateImageList",kwnames,&obj0)) goto fail;
25517 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25518 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25519 {
25520 PyThreadState* __tstate = wxPyBeginAllowThreads();
25521 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetStateImageList();
25522
25523 wxPyEndAllowThreads(__tstate);
25524 if (PyErr_Occurred()) SWIG_fail;
25525 }
25526 {
25527 resultobj = wxPyMake_wxObject(result, 0);
25528 }
25529 return resultobj;
25530 fail:
25531 return NULL;
25532 }
25533
25534
25535 static PyObject *_wrap_TreeCtrl_SetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25536 PyObject *resultobj;
25537 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25538 wxImageList *arg2 = (wxImageList *) 0 ;
25539 PyObject * obj0 = 0 ;
25540 PyObject * obj1 = 0 ;
25541 char *kwnames[] = {
25542 (char *) "self",(char *) "imageList", NULL
25543 };
25544
25545 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
25546 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25547 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25548 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25549 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25550 {
25551 PyThreadState* __tstate = wxPyBeginAllowThreads();
25552 (arg1)->SetImageList(arg2);
25553
25554 wxPyEndAllowThreads(__tstate);
25555 if (PyErr_Occurred()) SWIG_fail;
25556 }
25557 Py_INCREF(Py_None); resultobj = Py_None;
25558 return resultobj;
25559 fail:
25560 return NULL;
25561 }
25562
25563
25564 static PyObject *_wrap_TreeCtrl_SetStateImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25565 PyObject *resultobj;
25566 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25567 wxImageList *arg2 = (wxImageList *) 0 ;
25568 PyObject * obj0 = 0 ;
25569 PyObject * obj1 = 0 ;
25570 char *kwnames[] = {
25571 (char *) "self",(char *) "imageList", NULL
25572 };
25573
25574 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetStateImageList",kwnames,&obj0,&obj1)) goto fail;
25575 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25576 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25577 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25578 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25579 {
25580 PyThreadState* __tstate = wxPyBeginAllowThreads();
25581 (arg1)->SetStateImageList(arg2);
25582
25583 wxPyEndAllowThreads(__tstate);
25584 if (PyErr_Occurred()) SWIG_fail;
25585 }
25586 Py_INCREF(Py_None); resultobj = Py_None;
25587 return resultobj;
25588 fail:
25589 return NULL;
25590 }
25591
25592
25593 static PyObject *_wrap_TreeCtrl_AssignImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25594 PyObject *resultobj;
25595 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25596 wxImageList *arg2 = (wxImageList *) 0 ;
25597 PyObject * obj0 = 0 ;
25598 PyObject * obj1 = 0 ;
25599 char *kwnames[] = {
25600 (char *) "self",(char *) "imageList", NULL
25601 };
25602
25603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
25604 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25605 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25606 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25607 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
25608 {
25609 PyThreadState* __tstate = wxPyBeginAllowThreads();
25610 (arg1)->AssignImageList(arg2);
25611
25612 wxPyEndAllowThreads(__tstate);
25613 if (PyErr_Occurred()) SWIG_fail;
25614 }
25615 Py_INCREF(Py_None); resultobj = Py_None;
25616 return resultobj;
25617 fail:
25618 return NULL;
25619 }
25620
25621
25622 static PyObject *_wrap_TreeCtrl_AssignStateImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25623 PyObject *resultobj;
25624 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25625 wxImageList *arg2 = (wxImageList *) 0 ;
25626 PyObject * obj0 = 0 ;
25627 PyObject * obj1 = 0 ;
25628 char *kwnames[] = {
25629 (char *) "self",(char *) "imageList", NULL
25630 };
25631
25632 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignStateImageList",kwnames,&obj0,&obj1)) goto fail;
25633 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25634 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25635 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25636 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
25637 {
25638 PyThreadState* __tstate = wxPyBeginAllowThreads();
25639 (arg1)->AssignStateImageList(arg2);
25640
25641 wxPyEndAllowThreads(__tstate);
25642 if (PyErr_Occurred()) SWIG_fail;
25643 }
25644 Py_INCREF(Py_None); resultobj = Py_None;
25645 return resultobj;
25646 fail:
25647 return NULL;
25648 }
25649
25650
25651 static PyObject *_wrap_TreeCtrl_GetItemText(PyObject *, PyObject *args, PyObject *kwargs) {
25652 PyObject *resultobj;
25653 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25654 wxTreeItemId *arg2 = 0 ;
25655 wxString result;
25656 PyObject * obj0 = 0 ;
25657 PyObject * obj1 = 0 ;
25658 char *kwnames[] = {
25659 (char *) "self",(char *) "item", NULL
25660 };
25661
25662 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
25663 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25664 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25665 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25666 SWIG_POINTER_EXCEPTION | 0)) == -1)
25667 SWIG_fail;
25668 if (arg2 == NULL) {
25669 PyErr_SetString(PyExc_TypeError,"null reference");
25670 SWIG_fail;
25671 }
25672 {
25673 PyThreadState* __tstate = wxPyBeginAllowThreads();
25674 result = ((wxPyTreeCtrl const *)arg1)->GetItemText((wxTreeItemId const &)*arg2);
25675
25676 wxPyEndAllowThreads(__tstate);
25677 if (PyErr_Occurred()) SWIG_fail;
25678 }
25679 {
25680 #if wxUSE_UNICODE
25681 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
25682 #else
25683 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
25684 #endif
25685 }
25686 return resultobj;
25687 fail:
25688 return NULL;
25689 }
25690
25691
25692 static PyObject *_wrap_TreeCtrl_GetItemImage(PyObject *, PyObject *args, PyObject *kwargs) {
25693 PyObject *resultobj;
25694 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25695 wxTreeItemId *arg2 = 0 ;
25696 int arg3 = (int) wxTreeItemIcon_Normal ;
25697 int result;
25698 PyObject * obj0 = 0 ;
25699 PyObject * obj1 = 0 ;
25700 PyObject * obj2 = 0 ;
25701 char *kwnames[] = {
25702 (char *) "self",(char *) "item",(char *) "which", NULL
25703 };
25704
25705 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetItemImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
25706 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25707 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25708 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25709 SWIG_POINTER_EXCEPTION | 0)) == -1)
25710 SWIG_fail;
25711 if (arg2 == NULL) {
25712 PyErr_SetString(PyExc_TypeError,"null reference");
25713 SWIG_fail;
25714 }
25715 if (obj2) {
25716 arg3 = (int)SWIG_As_int(obj2);
25717 if (PyErr_Occurred()) SWIG_fail;
25718 }
25719 {
25720 PyThreadState* __tstate = wxPyBeginAllowThreads();
25721 result = (int)((wxPyTreeCtrl const *)arg1)->GetItemImage((wxTreeItemId const &)*arg2,(wxTreeItemIcon )arg3);
25722
25723 wxPyEndAllowThreads(__tstate);
25724 if (PyErr_Occurred()) SWIG_fail;
25725 }
25726 resultobj = SWIG_From_int((int)result);
25727 return resultobj;
25728 fail:
25729 return NULL;
25730 }
25731
25732
25733 static PyObject *_wrap_TreeCtrl_GetItemData(PyObject *, PyObject *args, PyObject *kwargs) {
25734 PyObject *resultobj;
25735 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25736 wxTreeItemId *arg2 = 0 ;
25737 wxPyTreeItemData *result;
25738 PyObject * obj0 = 0 ;
25739 PyObject * obj1 = 0 ;
25740 char *kwnames[] = {
25741 (char *) "self",(char *) "item", NULL
25742 };
25743
25744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
25745 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25746 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25747 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25748 SWIG_POINTER_EXCEPTION | 0)) == -1)
25749 SWIG_fail;
25750 if (arg2 == NULL) {
25751 PyErr_SetString(PyExc_TypeError,"null reference");
25752 SWIG_fail;
25753 }
25754 {
25755 PyThreadState* __tstate = wxPyBeginAllowThreads();
25756 result = (wxPyTreeItemData *)wxPyTreeCtrl_GetItemData(arg1,(wxTreeItemId const &)*arg2);
25757
25758 wxPyEndAllowThreads(__tstate);
25759 if (PyErr_Occurred()) SWIG_fail;
25760 }
25761 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeItemData, 0);
25762 return resultobj;
25763 fail:
25764 return NULL;
25765 }
25766
25767
25768 static PyObject *_wrap_TreeCtrl_GetItemPyData(PyObject *, PyObject *args, PyObject *kwargs) {
25769 PyObject *resultobj;
25770 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25771 wxTreeItemId *arg2 = 0 ;
25772 PyObject *result;
25773 PyObject * obj0 = 0 ;
25774 PyObject * obj1 = 0 ;
25775 char *kwnames[] = {
25776 (char *) "self",(char *) "item", NULL
25777 };
25778
25779 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemPyData",kwnames,&obj0,&obj1)) goto fail;
25780 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25781 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25782 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25783 SWIG_POINTER_EXCEPTION | 0)) == -1)
25784 SWIG_fail;
25785 if (arg2 == NULL) {
25786 PyErr_SetString(PyExc_TypeError,"null reference");
25787 SWIG_fail;
25788 }
25789 {
25790 PyThreadState* __tstate = wxPyBeginAllowThreads();
25791 result = (PyObject *)wxPyTreeCtrl_GetItemPyData(arg1,(wxTreeItemId const &)*arg2);
25792
25793 wxPyEndAllowThreads(__tstate);
25794 if (PyErr_Occurred()) SWIG_fail;
25795 }
25796 resultobj = result;
25797 return resultobj;
25798 fail:
25799 return NULL;
25800 }
25801
25802
25803 static PyObject *_wrap_TreeCtrl_GetItemTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
25804 PyObject *resultobj;
25805 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25806 wxTreeItemId *arg2 = 0 ;
25807 wxColour result;
25808 PyObject * obj0 = 0 ;
25809 PyObject * obj1 = 0 ;
25810 char *kwnames[] = {
25811 (char *) "self",(char *) "item", NULL
25812 };
25813
25814 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
25815 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25816 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25817 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25818 SWIG_POINTER_EXCEPTION | 0)) == -1)
25819 SWIG_fail;
25820 if (arg2 == NULL) {
25821 PyErr_SetString(PyExc_TypeError,"null reference");
25822 SWIG_fail;
25823 }
25824 {
25825 PyThreadState* __tstate = wxPyBeginAllowThreads();
25826 result = ((wxPyTreeCtrl const *)arg1)->GetItemTextColour((wxTreeItemId const &)*arg2);
25827
25828 wxPyEndAllowThreads(__tstate);
25829 if (PyErr_Occurred()) SWIG_fail;
25830 }
25831 {
25832 wxColour * resultptr;
25833 resultptr = new wxColour((wxColour &) result);
25834 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
25835 }
25836 return resultobj;
25837 fail:
25838 return NULL;
25839 }
25840
25841
25842 static PyObject *_wrap_TreeCtrl_GetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
25843 PyObject *resultobj;
25844 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25845 wxTreeItemId *arg2 = 0 ;
25846 wxColour result;
25847 PyObject * obj0 = 0 ;
25848 PyObject * obj1 = 0 ;
25849 char *kwnames[] = {
25850 (char *) "self",(char *) "item", NULL
25851 };
25852
25853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
25854 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25855 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25856 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25857 SWIG_POINTER_EXCEPTION | 0)) == -1)
25858 SWIG_fail;
25859 if (arg2 == NULL) {
25860 PyErr_SetString(PyExc_TypeError,"null reference");
25861 SWIG_fail;
25862 }
25863 {
25864 PyThreadState* __tstate = wxPyBeginAllowThreads();
25865 result = ((wxPyTreeCtrl const *)arg1)->GetItemBackgroundColour((wxTreeItemId const &)*arg2);
25866
25867 wxPyEndAllowThreads(__tstate);
25868 if (PyErr_Occurred()) SWIG_fail;
25869 }
25870 {
25871 wxColour * resultptr;
25872 resultptr = new wxColour((wxColour &) result);
25873 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
25874 }
25875 return resultobj;
25876 fail:
25877 return NULL;
25878 }
25879
25880
25881 static PyObject *_wrap_TreeCtrl_GetItemFont(PyObject *, PyObject *args, PyObject *kwargs) {
25882 PyObject *resultobj;
25883 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25884 wxTreeItemId *arg2 = 0 ;
25885 wxFont result;
25886 PyObject * obj0 = 0 ;
25887 PyObject * obj1 = 0 ;
25888 char *kwnames[] = {
25889 (char *) "self",(char *) "item", NULL
25890 };
25891
25892 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemFont",kwnames,&obj0,&obj1)) goto fail;
25893 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25894 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25895 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25896 SWIG_POINTER_EXCEPTION | 0)) == -1)
25897 SWIG_fail;
25898 if (arg2 == NULL) {
25899 PyErr_SetString(PyExc_TypeError,"null reference");
25900 SWIG_fail;
25901 }
25902 {
25903 PyThreadState* __tstate = wxPyBeginAllowThreads();
25904 result = ((wxPyTreeCtrl const *)arg1)->GetItemFont((wxTreeItemId const &)*arg2);
25905
25906 wxPyEndAllowThreads(__tstate);
25907 if (PyErr_Occurred()) SWIG_fail;
25908 }
25909 {
25910 wxFont * resultptr;
25911 resultptr = new wxFont((wxFont &) result);
25912 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
25913 }
25914 return resultobj;
25915 fail:
25916 return NULL;
25917 }
25918
25919
25920 static PyObject *_wrap_TreeCtrl_SetItemText(PyObject *, PyObject *args, PyObject *kwargs) {
25921 PyObject *resultobj;
25922 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25923 wxTreeItemId *arg2 = 0 ;
25924 wxString *arg3 = 0 ;
25925 bool temp3 = False ;
25926 PyObject * obj0 = 0 ;
25927 PyObject * obj1 = 0 ;
25928 PyObject * obj2 = 0 ;
25929 char *kwnames[] = {
25930 (char *) "self",(char *) "item",(char *) "text", NULL
25931 };
25932
25933 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
25934 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25935 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25936 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25937 SWIG_POINTER_EXCEPTION | 0)) == -1)
25938 SWIG_fail;
25939 if (arg2 == NULL) {
25940 PyErr_SetString(PyExc_TypeError,"null reference");
25941 SWIG_fail;
25942 }
25943 {
25944 arg3 = wxString_in_helper(obj2);
25945 if (arg3 == NULL) SWIG_fail;
25946 temp3 = True;
25947 }
25948 {
25949 PyThreadState* __tstate = wxPyBeginAllowThreads();
25950 (arg1)->SetItemText((wxTreeItemId const &)*arg2,(wxString const &)*arg3);
25951
25952 wxPyEndAllowThreads(__tstate);
25953 if (PyErr_Occurred()) SWIG_fail;
25954 }
25955 Py_INCREF(Py_None); resultobj = Py_None;
25956 {
25957 if (temp3)
25958 delete arg3;
25959 }
25960 return resultobj;
25961 fail:
25962 {
25963 if (temp3)
25964 delete arg3;
25965 }
25966 return NULL;
25967 }
25968
25969
25970 static PyObject *_wrap_TreeCtrl_SetItemImage(PyObject *, PyObject *args, PyObject *kwargs) {
25971 PyObject *resultobj;
25972 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25973 wxTreeItemId *arg2 = 0 ;
25974 int arg3 ;
25975 int arg4 = (int) wxTreeItemIcon_Normal ;
25976 PyObject * obj0 = 0 ;
25977 PyObject * obj1 = 0 ;
25978 PyObject * obj2 = 0 ;
25979 PyObject * obj3 = 0 ;
25980 char *kwnames[] = {
25981 (char *) "self",(char *) "item",(char *) "image",(char *) "which", NULL
25982 };
25983
25984 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:TreeCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
25985 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25986 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25987 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25988 SWIG_POINTER_EXCEPTION | 0)) == -1)
25989 SWIG_fail;
25990 if (arg2 == NULL) {
25991 PyErr_SetString(PyExc_TypeError,"null reference");
25992 SWIG_fail;
25993 }
25994 arg3 = (int)SWIG_As_int(obj2);
25995 if (PyErr_Occurred()) SWIG_fail;
25996 if (obj3) {
25997 arg4 = (int)SWIG_As_int(obj3);
25998 if (PyErr_Occurred()) SWIG_fail;
25999 }
26000 {
26001 PyThreadState* __tstate = wxPyBeginAllowThreads();
26002 (arg1)->SetItemImage((wxTreeItemId const &)*arg2,arg3,(wxTreeItemIcon )arg4);
26003
26004 wxPyEndAllowThreads(__tstate);
26005 if (PyErr_Occurred()) SWIG_fail;
26006 }
26007 Py_INCREF(Py_None); resultobj = Py_None;
26008 return resultobj;
26009 fail:
26010 return NULL;
26011 }
26012
26013
26014 static PyObject *_wrap_TreeCtrl_SetItemData(PyObject *, PyObject *args, PyObject *kwargs) {
26015 PyObject *resultobj;
26016 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26017 wxTreeItemId *arg2 = 0 ;
26018 wxPyTreeItemData *arg3 = (wxPyTreeItemData *) 0 ;
26019 PyObject * obj0 = 0 ;
26020 PyObject * obj1 = 0 ;
26021 PyObject * obj2 = 0 ;
26022 char *kwnames[] = {
26023 (char *) "self",(char *) "item",(char *) "data", NULL
26024 };
26025
26026 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
26027 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26028 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26029 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26030 SWIG_POINTER_EXCEPTION | 0)) == -1)
26031 SWIG_fail;
26032 if (arg2 == NULL) {
26033 PyErr_SetString(PyExc_TypeError,"null reference");
26034 SWIG_fail;
26035 }
26036 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxPyTreeItemData,
26037 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26038 {
26039 PyThreadState* __tstate = wxPyBeginAllowThreads();
26040 wxPyTreeCtrl_SetItemData(arg1,(wxTreeItemId const &)*arg2,arg3);
26041
26042 wxPyEndAllowThreads(__tstate);
26043 if (PyErr_Occurred()) SWIG_fail;
26044 }
26045 Py_INCREF(Py_None); resultobj = Py_None;
26046 return resultobj;
26047 fail:
26048 return NULL;
26049 }
26050
26051
26052 static PyObject *_wrap_TreeCtrl_SetItemPyData(PyObject *, PyObject *args, PyObject *kwargs) {
26053 PyObject *resultobj;
26054 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26055 wxTreeItemId *arg2 = 0 ;
26056 PyObject *arg3 = (PyObject *) 0 ;
26057 PyObject * obj0 = 0 ;
26058 PyObject * obj1 = 0 ;
26059 PyObject * obj2 = 0 ;
26060 char *kwnames[] = {
26061 (char *) "self",(char *) "item",(char *) "obj", NULL
26062 };
26063
26064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemPyData",kwnames,&obj0,&obj1,&obj2)) goto fail;
26065 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26066 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26067 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26068 SWIG_POINTER_EXCEPTION | 0)) == -1)
26069 SWIG_fail;
26070 if (arg2 == NULL) {
26071 PyErr_SetString(PyExc_TypeError,"null reference");
26072 SWIG_fail;
26073 }
26074 arg3 = obj2;
26075 {
26076 PyThreadState* __tstate = wxPyBeginAllowThreads();
26077 wxPyTreeCtrl_SetItemPyData(arg1,(wxTreeItemId const &)*arg2,arg3);
26078
26079 wxPyEndAllowThreads(__tstate);
26080 if (PyErr_Occurred()) SWIG_fail;
26081 }
26082 Py_INCREF(Py_None); resultobj = Py_None;
26083 return resultobj;
26084 fail:
26085 return NULL;
26086 }
26087
26088
26089 static PyObject *_wrap_TreeCtrl_SetItemHasChildren(PyObject *, PyObject *args, PyObject *kwargs) {
26090 PyObject *resultobj;
26091 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26092 wxTreeItemId *arg2 = 0 ;
26093 bool arg3 = (bool) True ;
26094 PyObject * obj0 = 0 ;
26095 PyObject * obj1 = 0 ;
26096 PyObject * obj2 = 0 ;
26097 char *kwnames[] = {
26098 (char *) "self",(char *) "item",(char *) "has", NULL
26099 };
26100
26101 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemHasChildren",kwnames,&obj0,&obj1,&obj2)) goto fail;
26102 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26103 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26104 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26105 SWIG_POINTER_EXCEPTION | 0)) == -1)
26106 SWIG_fail;
26107 if (arg2 == NULL) {
26108 PyErr_SetString(PyExc_TypeError,"null reference");
26109 SWIG_fail;
26110 }
26111 if (obj2) {
26112 arg3 = (bool)SWIG_As_bool(obj2);
26113 if (PyErr_Occurred()) SWIG_fail;
26114 }
26115 {
26116 PyThreadState* __tstate = wxPyBeginAllowThreads();
26117 (arg1)->SetItemHasChildren((wxTreeItemId const &)*arg2,arg3);
26118
26119 wxPyEndAllowThreads(__tstate);
26120 if (PyErr_Occurred()) SWIG_fail;
26121 }
26122 Py_INCREF(Py_None); resultobj = Py_None;
26123 return resultobj;
26124 fail:
26125 return NULL;
26126 }
26127
26128
26129 static PyObject *_wrap_TreeCtrl_SetItemBold(PyObject *, PyObject *args, PyObject *kwargs) {
26130 PyObject *resultobj;
26131 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26132 wxTreeItemId *arg2 = 0 ;
26133 bool arg3 = (bool) True ;
26134 PyObject * obj0 = 0 ;
26135 PyObject * obj1 = 0 ;
26136 PyObject * obj2 = 0 ;
26137 char *kwnames[] = {
26138 (char *) "self",(char *) "item",(char *) "bold", NULL
26139 };
26140
26141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemBold",kwnames,&obj0,&obj1,&obj2)) goto fail;
26142 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26143 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26144 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26145 SWIG_POINTER_EXCEPTION | 0)) == -1)
26146 SWIG_fail;
26147 if (arg2 == NULL) {
26148 PyErr_SetString(PyExc_TypeError,"null reference");
26149 SWIG_fail;
26150 }
26151 if (obj2) {
26152 arg3 = (bool)SWIG_As_bool(obj2);
26153 if (PyErr_Occurred()) SWIG_fail;
26154 }
26155 {
26156 PyThreadState* __tstate = wxPyBeginAllowThreads();
26157 (arg1)->SetItemBold((wxTreeItemId const &)*arg2,arg3);
26158
26159 wxPyEndAllowThreads(__tstate);
26160 if (PyErr_Occurred()) SWIG_fail;
26161 }
26162 Py_INCREF(Py_None); resultobj = Py_None;
26163 return resultobj;
26164 fail:
26165 return NULL;
26166 }
26167
26168
26169 static PyObject *_wrap_TreeCtrl_SetItemTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
26170 PyObject *resultobj;
26171 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26172 wxTreeItemId *arg2 = 0 ;
26173 wxColour *arg3 = 0 ;
26174 wxColour temp3 ;
26175 PyObject * obj0 = 0 ;
26176 PyObject * obj1 = 0 ;
26177 PyObject * obj2 = 0 ;
26178 char *kwnames[] = {
26179 (char *) "self",(char *) "item",(char *) "col", NULL
26180 };
26181
26182 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
26183 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26184 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26185 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26186 SWIG_POINTER_EXCEPTION | 0)) == -1)
26187 SWIG_fail;
26188 if (arg2 == NULL) {
26189 PyErr_SetString(PyExc_TypeError,"null reference");
26190 SWIG_fail;
26191 }
26192 {
26193 arg3 = &temp3;
26194 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
26195 }
26196 {
26197 PyThreadState* __tstate = wxPyBeginAllowThreads();
26198 (arg1)->SetItemTextColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
26199
26200 wxPyEndAllowThreads(__tstate);
26201 if (PyErr_Occurred()) SWIG_fail;
26202 }
26203 Py_INCREF(Py_None); resultobj = Py_None;
26204 return resultobj;
26205 fail:
26206 return NULL;
26207 }
26208
26209
26210 static PyObject *_wrap_TreeCtrl_SetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
26211 PyObject *resultobj;
26212 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26213 wxTreeItemId *arg2 = 0 ;
26214 wxColour *arg3 = 0 ;
26215 wxColour temp3 ;
26216 PyObject * obj0 = 0 ;
26217 PyObject * obj1 = 0 ;
26218 PyObject * obj2 = 0 ;
26219 char *kwnames[] = {
26220 (char *) "self",(char *) "item",(char *) "col", NULL
26221 };
26222
26223 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
26224 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26225 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26226 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26227 SWIG_POINTER_EXCEPTION | 0)) == -1)
26228 SWIG_fail;
26229 if (arg2 == NULL) {
26230 PyErr_SetString(PyExc_TypeError,"null reference");
26231 SWIG_fail;
26232 }
26233 {
26234 arg3 = &temp3;
26235 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
26236 }
26237 {
26238 PyThreadState* __tstate = wxPyBeginAllowThreads();
26239 (arg1)->SetItemBackgroundColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
26240
26241 wxPyEndAllowThreads(__tstate);
26242 if (PyErr_Occurred()) SWIG_fail;
26243 }
26244 Py_INCREF(Py_None); resultobj = Py_None;
26245 return resultobj;
26246 fail:
26247 return NULL;
26248 }
26249
26250
26251 static PyObject *_wrap_TreeCtrl_SetItemFont(PyObject *, PyObject *args, PyObject *kwargs) {
26252 PyObject *resultobj;
26253 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26254 wxTreeItemId *arg2 = 0 ;
26255 wxFont *arg3 = 0 ;
26256 PyObject * obj0 = 0 ;
26257 PyObject * obj1 = 0 ;
26258 PyObject * obj2 = 0 ;
26259 char *kwnames[] = {
26260 (char *) "self",(char *) "item",(char *) "font", NULL
26261 };
26262
26263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
26264 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26265 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26266 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26267 SWIG_POINTER_EXCEPTION | 0)) == -1)
26268 SWIG_fail;
26269 if (arg2 == NULL) {
26270 PyErr_SetString(PyExc_TypeError,"null reference");
26271 SWIG_fail;
26272 }
26273 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
26274 SWIG_POINTER_EXCEPTION | 0)) == -1)
26275 SWIG_fail;
26276 if (arg3 == NULL) {
26277 PyErr_SetString(PyExc_TypeError,"null reference");
26278 SWIG_fail;
26279 }
26280 {
26281 PyThreadState* __tstate = wxPyBeginAllowThreads();
26282 (arg1)->SetItemFont((wxTreeItemId const &)*arg2,(wxFont const &)*arg3);
26283
26284 wxPyEndAllowThreads(__tstate);
26285 if (PyErr_Occurred()) SWIG_fail;
26286 }
26287 Py_INCREF(Py_None); resultobj = Py_None;
26288 return resultobj;
26289 fail:
26290 return NULL;
26291 }
26292
26293
26294 static PyObject *_wrap_TreeCtrl_IsVisible(PyObject *, PyObject *args, PyObject *kwargs) {
26295 PyObject *resultobj;
26296 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26297 wxTreeItemId *arg2 = 0 ;
26298 bool result;
26299 PyObject * obj0 = 0 ;
26300 PyObject * obj1 = 0 ;
26301 char *kwnames[] = {
26302 (char *) "self",(char *) "item", NULL
26303 };
26304
26305 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsVisible",kwnames,&obj0,&obj1)) goto fail;
26306 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26307 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26308 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26309 SWIG_POINTER_EXCEPTION | 0)) == -1)
26310 SWIG_fail;
26311 if (arg2 == NULL) {
26312 PyErr_SetString(PyExc_TypeError,"null reference");
26313 SWIG_fail;
26314 }
26315 {
26316 PyThreadState* __tstate = wxPyBeginAllowThreads();
26317 result = (bool)((wxPyTreeCtrl const *)arg1)->IsVisible((wxTreeItemId const &)*arg2);
26318
26319 wxPyEndAllowThreads(__tstate);
26320 if (PyErr_Occurred()) SWIG_fail;
26321 }
26322 {
26323 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26324 }
26325 return resultobj;
26326 fail:
26327 return NULL;
26328 }
26329
26330
26331 static PyObject *_wrap_TreeCtrl_ItemHasChildren(PyObject *, PyObject *args, PyObject *kwargs) {
26332 PyObject *resultobj;
26333 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26334 wxTreeItemId *arg2 = 0 ;
26335 bool result;
26336 PyObject * obj0 = 0 ;
26337 PyObject * obj1 = 0 ;
26338 char *kwnames[] = {
26339 (char *) "self",(char *) "item", NULL
26340 };
26341
26342 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ItemHasChildren",kwnames,&obj0,&obj1)) goto fail;
26343 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26344 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26345 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26346 SWIG_POINTER_EXCEPTION | 0)) == -1)
26347 SWIG_fail;
26348 if (arg2 == NULL) {
26349 PyErr_SetString(PyExc_TypeError,"null reference");
26350 SWIG_fail;
26351 }
26352 {
26353 PyThreadState* __tstate = wxPyBeginAllowThreads();
26354 result = (bool)((wxPyTreeCtrl const *)arg1)->ItemHasChildren((wxTreeItemId const &)*arg2);
26355
26356 wxPyEndAllowThreads(__tstate);
26357 if (PyErr_Occurred()) SWIG_fail;
26358 }
26359 {
26360 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26361 }
26362 return resultobj;
26363 fail:
26364 return NULL;
26365 }
26366
26367
26368 static PyObject *_wrap_TreeCtrl_IsExpanded(PyObject *, PyObject *args, PyObject *kwargs) {
26369 PyObject *resultobj;
26370 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26371 wxTreeItemId *arg2 = 0 ;
26372 bool result;
26373 PyObject * obj0 = 0 ;
26374 PyObject * obj1 = 0 ;
26375 char *kwnames[] = {
26376 (char *) "self",(char *) "item", NULL
26377 };
26378
26379 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsExpanded",kwnames,&obj0,&obj1)) goto fail;
26380 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26381 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26382 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26383 SWIG_POINTER_EXCEPTION | 0)) == -1)
26384 SWIG_fail;
26385 if (arg2 == NULL) {
26386 PyErr_SetString(PyExc_TypeError,"null reference");
26387 SWIG_fail;
26388 }
26389 {
26390 PyThreadState* __tstate = wxPyBeginAllowThreads();
26391 result = (bool)((wxPyTreeCtrl const *)arg1)->IsExpanded((wxTreeItemId const &)*arg2);
26392
26393 wxPyEndAllowThreads(__tstate);
26394 if (PyErr_Occurred()) SWIG_fail;
26395 }
26396 {
26397 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26398 }
26399 return resultobj;
26400 fail:
26401 return NULL;
26402 }
26403
26404
26405 static PyObject *_wrap_TreeCtrl_IsSelected(PyObject *, PyObject *args, PyObject *kwargs) {
26406 PyObject *resultobj;
26407 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26408 wxTreeItemId *arg2 = 0 ;
26409 bool result;
26410 PyObject * obj0 = 0 ;
26411 PyObject * obj1 = 0 ;
26412 char *kwnames[] = {
26413 (char *) "self",(char *) "item", NULL
26414 };
26415
26416 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsSelected",kwnames,&obj0,&obj1)) goto fail;
26417 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26418 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26419 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26420 SWIG_POINTER_EXCEPTION | 0)) == -1)
26421 SWIG_fail;
26422 if (arg2 == NULL) {
26423 PyErr_SetString(PyExc_TypeError,"null reference");
26424 SWIG_fail;
26425 }
26426 {
26427 PyThreadState* __tstate = wxPyBeginAllowThreads();
26428 result = (bool)((wxPyTreeCtrl const *)arg1)->IsSelected((wxTreeItemId const &)*arg2);
26429
26430 wxPyEndAllowThreads(__tstate);
26431 if (PyErr_Occurred()) SWIG_fail;
26432 }
26433 {
26434 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26435 }
26436 return resultobj;
26437 fail:
26438 return NULL;
26439 }
26440
26441
26442 static PyObject *_wrap_TreeCtrl_IsBold(PyObject *, PyObject *args, PyObject *kwargs) {
26443 PyObject *resultobj;
26444 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26445 wxTreeItemId *arg2 = 0 ;
26446 bool result;
26447 PyObject * obj0 = 0 ;
26448 PyObject * obj1 = 0 ;
26449 char *kwnames[] = {
26450 (char *) "self",(char *) "item", NULL
26451 };
26452
26453 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsBold",kwnames,&obj0,&obj1)) goto fail;
26454 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26455 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26456 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26457 SWIG_POINTER_EXCEPTION | 0)) == -1)
26458 SWIG_fail;
26459 if (arg2 == NULL) {
26460 PyErr_SetString(PyExc_TypeError,"null reference");
26461 SWIG_fail;
26462 }
26463 {
26464 PyThreadState* __tstate = wxPyBeginAllowThreads();
26465 result = (bool)((wxPyTreeCtrl const *)arg1)->IsBold((wxTreeItemId const &)*arg2);
26466
26467 wxPyEndAllowThreads(__tstate);
26468 if (PyErr_Occurred()) SWIG_fail;
26469 }
26470 {
26471 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26472 }
26473 return resultobj;
26474 fail:
26475 return NULL;
26476 }
26477
26478
26479 static PyObject *_wrap_TreeCtrl_GetChildrenCount(PyObject *, PyObject *args, PyObject *kwargs) {
26480 PyObject *resultobj;
26481 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26482 wxTreeItemId *arg2 = 0 ;
26483 bool arg3 = (bool) True ;
26484 size_t result;
26485 PyObject * obj0 = 0 ;
26486 PyObject * obj1 = 0 ;
26487 PyObject * obj2 = 0 ;
26488 char *kwnames[] = {
26489 (char *) "self",(char *) "item",(char *) "recursively", NULL
26490 };
26491
26492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetChildrenCount",kwnames,&obj0,&obj1,&obj2)) goto fail;
26493 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26494 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26495 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26496 SWIG_POINTER_EXCEPTION | 0)) == -1)
26497 SWIG_fail;
26498 if (arg2 == NULL) {
26499 PyErr_SetString(PyExc_TypeError,"null reference");
26500 SWIG_fail;
26501 }
26502 if (obj2) {
26503 arg3 = (bool)SWIG_As_bool(obj2);
26504 if (PyErr_Occurred()) SWIG_fail;
26505 }
26506 {
26507 PyThreadState* __tstate = wxPyBeginAllowThreads();
26508 result = (size_t)(arg1)->GetChildrenCount((wxTreeItemId const &)*arg2,arg3);
26509
26510 wxPyEndAllowThreads(__tstate);
26511 if (PyErr_Occurred()) SWIG_fail;
26512 }
26513 resultobj = SWIG_From_unsigned_SS_long((unsigned long)result);
26514 return resultobj;
26515 fail:
26516 return NULL;
26517 }
26518
26519
26520 static PyObject *_wrap_TreeCtrl_GetRootItem(PyObject *, PyObject *args, PyObject *kwargs) {
26521 PyObject *resultobj;
26522 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26523 wxTreeItemId result;
26524 PyObject * obj0 = 0 ;
26525 char *kwnames[] = {
26526 (char *) "self", NULL
26527 };
26528
26529 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetRootItem",kwnames,&obj0)) goto fail;
26530 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26531 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26532 {
26533 PyThreadState* __tstate = wxPyBeginAllowThreads();
26534 result = ((wxPyTreeCtrl const *)arg1)->GetRootItem();
26535
26536 wxPyEndAllowThreads(__tstate);
26537 if (PyErr_Occurred()) SWIG_fail;
26538 }
26539 {
26540 wxTreeItemId * resultptr;
26541 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26542 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26543 }
26544 return resultobj;
26545 fail:
26546 return NULL;
26547 }
26548
26549
26550 static PyObject *_wrap_TreeCtrl_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
26551 PyObject *resultobj;
26552 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26553 wxTreeItemId result;
26554 PyObject * obj0 = 0 ;
26555 char *kwnames[] = {
26556 (char *) "self", NULL
26557 };
26558
26559 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelection",kwnames,&obj0)) goto fail;
26560 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26561 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26562 {
26563 PyThreadState* __tstate = wxPyBeginAllowThreads();
26564 result = ((wxPyTreeCtrl const *)arg1)->GetSelection();
26565
26566 wxPyEndAllowThreads(__tstate);
26567 if (PyErr_Occurred()) SWIG_fail;
26568 }
26569 {
26570 wxTreeItemId * resultptr;
26571 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26572 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26573 }
26574 return resultobj;
26575 fail:
26576 return NULL;
26577 }
26578
26579
26580 static PyObject *_wrap_TreeCtrl_GetSelections(PyObject *, PyObject *args, PyObject *kwargs) {
26581 PyObject *resultobj;
26582 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26583 PyObject *result;
26584 PyObject * obj0 = 0 ;
26585 char *kwnames[] = {
26586 (char *) "self", NULL
26587 };
26588
26589 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelections",kwnames,&obj0)) goto fail;
26590 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26591 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26592 {
26593 PyThreadState* __tstate = wxPyBeginAllowThreads();
26594 result = (PyObject *)wxPyTreeCtrl_GetSelections(arg1);
26595
26596 wxPyEndAllowThreads(__tstate);
26597 if (PyErr_Occurred()) SWIG_fail;
26598 }
26599 resultobj = result;
26600 return resultobj;
26601 fail:
26602 return NULL;
26603 }
26604
26605
26606 static PyObject *_wrap_TreeCtrl_GetItemParent(PyObject *, PyObject *args, PyObject *kwargs) {
26607 PyObject *resultobj;
26608 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26609 wxTreeItemId *arg2 = 0 ;
26610 wxTreeItemId result;
26611 PyObject * obj0 = 0 ;
26612 PyObject * obj1 = 0 ;
26613 char *kwnames[] = {
26614 (char *) "self",(char *) "item", NULL
26615 };
26616
26617 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemParent",kwnames,&obj0,&obj1)) goto fail;
26618 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26619 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26620 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26621 SWIG_POINTER_EXCEPTION | 0)) == -1)
26622 SWIG_fail;
26623 if (arg2 == NULL) {
26624 PyErr_SetString(PyExc_TypeError,"null reference");
26625 SWIG_fail;
26626 }
26627 {
26628 PyThreadState* __tstate = wxPyBeginAllowThreads();
26629 result = ((wxPyTreeCtrl const *)arg1)->GetItemParent((wxTreeItemId const &)*arg2);
26630
26631 wxPyEndAllowThreads(__tstate);
26632 if (PyErr_Occurred()) SWIG_fail;
26633 }
26634 {
26635 wxTreeItemId * resultptr;
26636 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26637 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26638 }
26639 return resultobj;
26640 fail:
26641 return NULL;
26642 }
26643
26644
26645 static PyObject *_wrap_TreeCtrl_GetFirstChild(PyObject *, PyObject *args, PyObject *kwargs) {
26646 PyObject *resultobj;
26647 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26648 wxTreeItemId *arg2 = 0 ;
26649 PyObject *result;
26650 PyObject * obj0 = 0 ;
26651 PyObject * obj1 = 0 ;
26652 char *kwnames[] = {
26653 (char *) "self",(char *) "item", NULL
26654 };
26655
26656 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetFirstChild",kwnames,&obj0,&obj1)) goto fail;
26657 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26658 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26659 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26660 SWIG_POINTER_EXCEPTION | 0)) == -1)
26661 SWIG_fail;
26662 if (arg2 == NULL) {
26663 PyErr_SetString(PyExc_TypeError,"null reference");
26664 SWIG_fail;
26665 }
26666 {
26667 PyThreadState* __tstate = wxPyBeginAllowThreads();
26668 result = (PyObject *)wxPyTreeCtrl_GetFirstChild(arg1,(wxTreeItemId const &)*arg2);
26669
26670 wxPyEndAllowThreads(__tstate);
26671 if (PyErr_Occurred()) SWIG_fail;
26672 }
26673 resultobj = result;
26674 return resultobj;
26675 fail:
26676 return NULL;
26677 }
26678
26679
26680 static PyObject *_wrap_TreeCtrl_GetNextChild(PyObject *, PyObject *args, PyObject *kwargs) {
26681 PyObject *resultobj;
26682 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26683 wxTreeItemId *arg2 = 0 ;
26684 void *arg3 = (void *) 0 ;
26685 PyObject *result;
26686 PyObject * obj0 = 0 ;
26687 PyObject * obj1 = 0 ;
26688 PyObject * obj2 = 0 ;
26689 char *kwnames[] = {
26690 (char *) "self",(char *) "item",(char *) "cookie", NULL
26691 };
26692
26693 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_GetNextChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
26694 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26695 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26696 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26697 SWIG_POINTER_EXCEPTION | 0)) == -1)
26698 SWIG_fail;
26699 if (arg2 == NULL) {
26700 PyErr_SetString(PyExc_TypeError,"null reference");
26701 SWIG_fail;
26702 }
26703 if ((SWIG_ConvertPtr(obj2,&arg3,0,SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26704 {
26705 PyThreadState* __tstate = wxPyBeginAllowThreads();
26706 result = (PyObject *)wxPyTreeCtrl_GetNextChild(arg1,(wxTreeItemId const &)*arg2,arg3);
26707
26708 wxPyEndAllowThreads(__tstate);
26709 if (PyErr_Occurred()) SWIG_fail;
26710 }
26711 resultobj = result;
26712 return resultobj;
26713 fail:
26714 return NULL;
26715 }
26716
26717
26718 static PyObject *_wrap_TreeCtrl_GetLastChild(PyObject *, PyObject *args, PyObject *kwargs) {
26719 PyObject *resultobj;
26720 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26721 wxTreeItemId *arg2 = 0 ;
26722 wxTreeItemId result;
26723 PyObject * obj0 = 0 ;
26724 PyObject * obj1 = 0 ;
26725 char *kwnames[] = {
26726 (char *) "self",(char *) "item", NULL
26727 };
26728
26729 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetLastChild",kwnames,&obj0,&obj1)) goto fail;
26730 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26731 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26732 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26733 SWIG_POINTER_EXCEPTION | 0)) == -1)
26734 SWIG_fail;
26735 if (arg2 == NULL) {
26736 PyErr_SetString(PyExc_TypeError,"null reference");
26737 SWIG_fail;
26738 }
26739 {
26740 PyThreadState* __tstate = wxPyBeginAllowThreads();
26741 result = ((wxPyTreeCtrl const *)arg1)->GetLastChild((wxTreeItemId const &)*arg2);
26742
26743 wxPyEndAllowThreads(__tstate);
26744 if (PyErr_Occurred()) SWIG_fail;
26745 }
26746 {
26747 wxTreeItemId * resultptr;
26748 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26749 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26750 }
26751 return resultobj;
26752 fail:
26753 return NULL;
26754 }
26755
26756
26757 static PyObject *_wrap_TreeCtrl_GetNextSibling(PyObject *, PyObject *args, PyObject *kwargs) {
26758 PyObject *resultobj;
26759 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26760 wxTreeItemId *arg2 = 0 ;
26761 wxTreeItemId result;
26762 PyObject * obj0 = 0 ;
26763 PyObject * obj1 = 0 ;
26764 char *kwnames[] = {
26765 (char *) "self",(char *) "item", NULL
26766 };
26767
26768 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextSibling",kwnames,&obj0,&obj1)) goto fail;
26769 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26770 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26771 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26772 SWIG_POINTER_EXCEPTION | 0)) == -1)
26773 SWIG_fail;
26774 if (arg2 == NULL) {
26775 PyErr_SetString(PyExc_TypeError,"null reference");
26776 SWIG_fail;
26777 }
26778 {
26779 PyThreadState* __tstate = wxPyBeginAllowThreads();
26780 result = ((wxPyTreeCtrl const *)arg1)->GetNextSibling((wxTreeItemId const &)*arg2);
26781
26782 wxPyEndAllowThreads(__tstate);
26783 if (PyErr_Occurred()) SWIG_fail;
26784 }
26785 {
26786 wxTreeItemId * resultptr;
26787 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26788 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26789 }
26790 return resultobj;
26791 fail:
26792 return NULL;
26793 }
26794
26795
26796 static PyObject *_wrap_TreeCtrl_GetPrevSibling(PyObject *, PyObject *args, PyObject *kwargs) {
26797 PyObject *resultobj;
26798 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26799 wxTreeItemId *arg2 = 0 ;
26800 wxTreeItemId result;
26801 PyObject * obj0 = 0 ;
26802 PyObject * obj1 = 0 ;
26803 char *kwnames[] = {
26804 (char *) "self",(char *) "item", NULL
26805 };
26806
26807 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevSibling",kwnames,&obj0,&obj1)) goto fail;
26808 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26809 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26810 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26811 SWIG_POINTER_EXCEPTION | 0)) == -1)
26812 SWIG_fail;
26813 if (arg2 == NULL) {
26814 PyErr_SetString(PyExc_TypeError,"null reference");
26815 SWIG_fail;
26816 }
26817 {
26818 PyThreadState* __tstate = wxPyBeginAllowThreads();
26819 result = ((wxPyTreeCtrl const *)arg1)->GetPrevSibling((wxTreeItemId const &)*arg2);
26820
26821 wxPyEndAllowThreads(__tstate);
26822 if (PyErr_Occurred()) SWIG_fail;
26823 }
26824 {
26825 wxTreeItemId * resultptr;
26826 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26827 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26828 }
26829 return resultobj;
26830 fail:
26831 return NULL;
26832 }
26833
26834
26835 static PyObject *_wrap_TreeCtrl_GetFirstVisibleItem(PyObject *, PyObject *args, PyObject *kwargs) {
26836 PyObject *resultobj;
26837 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26838 wxTreeItemId result;
26839 PyObject * obj0 = 0 ;
26840 char *kwnames[] = {
26841 (char *) "self", NULL
26842 };
26843
26844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetFirstVisibleItem",kwnames,&obj0)) goto fail;
26845 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26846 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26847 {
26848 PyThreadState* __tstate = wxPyBeginAllowThreads();
26849 result = ((wxPyTreeCtrl const *)arg1)->GetFirstVisibleItem();
26850
26851 wxPyEndAllowThreads(__tstate);
26852 if (PyErr_Occurred()) SWIG_fail;
26853 }
26854 {
26855 wxTreeItemId * resultptr;
26856 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26857 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26858 }
26859 return resultobj;
26860 fail:
26861 return NULL;
26862 }
26863
26864
26865 static PyObject *_wrap_TreeCtrl_GetNextVisible(PyObject *, PyObject *args, PyObject *kwargs) {
26866 PyObject *resultobj;
26867 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26868 wxTreeItemId *arg2 = 0 ;
26869 wxTreeItemId result;
26870 PyObject * obj0 = 0 ;
26871 PyObject * obj1 = 0 ;
26872 char *kwnames[] = {
26873 (char *) "self",(char *) "item", NULL
26874 };
26875
26876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextVisible",kwnames,&obj0,&obj1)) goto fail;
26877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26879 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26880 SWIG_POINTER_EXCEPTION | 0)) == -1)
26881 SWIG_fail;
26882 if (arg2 == NULL) {
26883 PyErr_SetString(PyExc_TypeError,"null reference");
26884 SWIG_fail;
26885 }
26886 {
26887 PyThreadState* __tstate = wxPyBeginAllowThreads();
26888 result = ((wxPyTreeCtrl const *)arg1)->GetNextVisible((wxTreeItemId const &)*arg2);
26889
26890 wxPyEndAllowThreads(__tstate);
26891 if (PyErr_Occurred()) SWIG_fail;
26892 }
26893 {
26894 wxTreeItemId * resultptr;
26895 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26896 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26897 }
26898 return resultobj;
26899 fail:
26900 return NULL;
26901 }
26902
26903
26904 static PyObject *_wrap_TreeCtrl_GetPrevVisible(PyObject *, PyObject *args, PyObject *kwargs) {
26905 PyObject *resultobj;
26906 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26907 wxTreeItemId *arg2 = 0 ;
26908 wxTreeItemId result;
26909 PyObject * obj0 = 0 ;
26910 PyObject * obj1 = 0 ;
26911 char *kwnames[] = {
26912 (char *) "self",(char *) "item", NULL
26913 };
26914
26915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevVisible",kwnames,&obj0,&obj1)) goto fail;
26916 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26917 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26918 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26919 SWIG_POINTER_EXCEPTION | 0)) == -1)
26920 SWIG_fail;
26921 if (arg2 == NULL) {
26922 PyErr_SetString(PyExc_TypeError,"null reference");
26923 SWIG_fail;
26924 }
26925 {
26926 PyThreadState* __tstate = wxPyBeginAllowThreads();
26927 result = ((wxPyTreeCtrl const *)arg1)->GetPrevVisible((wxTreeItemId const &)*arg2);
26928
26929 wxPyEndAllowThreads(__tstate);
26930 if (PyErr_Occurred()) SWIG_fail;
26931 }
26932 {
26933 wxTreeItemId * resultptr;
26934 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26935 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26936 }
26937 return resultobj;
26938 fail:
26939 return NULL;
26940 }
26941
26942
26943 static PyObject *_wrap_TreeCtrl_AddRoot(PyObject *, PyObject *args, PyObject *kwargs) {
26944 PyObject *resultobj;
26945 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26946 wxString *arg2 = 0 ;
26947 int arg3 = (int) -1 ;
26948 int arg4 = (int) -1 ;
26949 wxPyTreeItemData *arg5 = (wxPyTreeItemData *) NULL ;
26950 wxTreeItemId result;
26951 bool temp2 = False ;
26952 PyObject * obj0 = 0 ;
26953 PyObject * obj1 = 0 ;
26954 PyObject * obj2 = 0 ;
26955 PyObject * obj3 = 0 ;
26956 PyObject * obj4 = 0 ;
26957 char *kwnames[] = {
26958 (char *) "self",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
26959 };
26960
26961 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOO:TreeCtrl_AddRoot",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
26962 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26963 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26964 {
26965 arg2 = wxString_in_helper(obj1);
26966 if (arg2 == NULL) SWIG_fail;
26967 temp2 = True;
26968 }
26969 if (obj2) {
26970 arg3 = (int)SWIG_As_int(obj2);
26971 if (PyErr_Occurred()) SWIG_fail;
26972 }
26973 if (obj3) {
26974 arg4 = (int)SWIG_As_int(obj3);
26975 if (PyErr_Occurred()) SWIG_fail;
26976 }
26977 if (obj4) {
26978 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxPyTreeItemData,
26979 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26980 }
26981 {
26982 PyThreadState* __tstate = wxPyBeginAllowThreads();
26983 result = (arg1)->AddRoot((wxString const &)*arg2,arg3,arg4,arg5);
26984
26985 wxPyEndAllowThreads(__tstate);
26986 if (PyErr_Occurred()) SWIG_fail;
26987 }
26988 {
26989 wxTreeItemId * resultptr;
26990 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26991 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26992 }
26993 {
26994 if (temp2)
26995 delete arg2;
26996 }
26997 return resultobj;
26998 fail:
26999 {
27000 if (temp2)
27001 delete arg2;
27002 }
27003 return NULL;
27004 }
27005
27006
27007 static PyObject *_wrap_TreeCtrl_PrependItem(PyObject *, PyObject *args, PyObject *kwargs) {
27008 PyObject *resultobj;
27009 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27010 wxTreeItemId *arg2 = 0 ;
27011 wxString *arg3 = 0 ;
27012 int arg4 = (int) -1 ;
27013 int arg5 = (int) -1 ;
27014 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
27015 wxTreeItemId result;
27016 bool temp3 = False ;
27017 PyObject * obj0 = 0 ;
27018 PyObject * obj1 = 0 ;
27019 PyObject * obj2 = 0 ;
27020 PyObject * obj3 = 0 ;
27021 PyObject * obj4 = 0 ;
27022 PyObject * obj5 = 0 ;
27023 char *kwnames[] = {
27024 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27025 };
27026
27027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_PrependItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
27028 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27029 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27030 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27031 SWIG_POINTER_EXCEPTION | 0)) == -1)
27032 SWIG_fail;
27033 if (arg2 == NULL) {
27034 PyErr_SetString(PyExc_TypeError,"null reference");
27035 SWIG_fail;
27036 }
27037 {
27038 arg3 = wxString_in_helper(obj2);
27039 if (arg3 == NULL) SWIG_fail;
27040 temp3 = True;
27041 }
27042 if (obj3) {
27043 arg4 = (int)SWIG_As_int(obj3);
27044 if (PyErr_Occurred()) SWIG_fail;
27045 }
27046 if (obj4) {
27047 arg5 = (int)SWIG_As_int(obj4);
27048 if (PyErr_Occurred()) SWIG_fail;
27049 }
27050 if (obj5) {
27051 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxPyTreeItemData,
27052 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27053 }
27054 {
27055 PyThreadState* __tstate = wxPyBeginAllowThreads();
27056 result = (arg1)->PrependItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
27057
27058 wxPyEndAllowThreads(__tstate);
27059 if (PyErr_Occurred()) SWIG_fail;
27060 }
27061 {
27062 wxTreeItemId * resultptr;
27063 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27064 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27065 }
27066 {
27067 if (temp3)
27068 delete arg3;
27069 }
27070 return resultobj;
27071 fail:
27072 {
27073 if (temp3)
27074 delete arg3;
27075 }
27076 return NULL;
27077 }
27078
27079
27080 static PyObject *_wrap_TreeCtrl_InsertItem(PyObject *, PyObject *args, PyObject *kwargs) {
27081 PyObject *resultobj;
27082 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27083 wxTreeItemId *arg2 = 0 ;
27084 wxTreeItemId *arg3 = 0 ;
27085 wxString *arg4 = 0 ;
27086 int arg5 = (int) -1 ;
27087 int arg6 = (int) -1 ;
27088 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
27089 wxTreeItemId result;
27090 bool temp4 = False ;
27091 PyObject * obj0 = 0 ;
27092 PyObject * obj1 = 0 ;
27093 PyObject * obj2 = 0 ;
27094 PyObject * obj3 = 0 ;
27095 PyObject * obj4 = 0 ;
27096 PyObject * obj5 = 0 ;
27097 PyObject * obj6 = 0 ;
27098 char *kwnames[] = {
27099 (char *) "self",(char *) "parent",(char *) "idPrevious",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27100 };
27101
27102 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
27103 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27104 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27105 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27106 SWIG_POINTER_EXCEPTION | 0)) == -1)
27107 SWIG_fail;
27108 if (arg2 == NULL) {
27109 PyErr_SetString(PyExc_TypeError,"null reference");
27110 SWIG_fail;
27111 }
27112 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTreeItemId,
27113 SWIG_POINTER_EXCEPTION | 0)) == -1)
27114 SWIG_fail;
27115 if (arg3 == NULL) {
27116 PyErr_SetString(PyExc_TypeError,"null reference");
27117 SWIG_fail;
27118 }
27119 {
27120 arg4 = wxString_in_helper(obj3);
27121 if (arg4 == NULL) SWIG_fail;
27122 temp4 = True;
27123 }
27124 if (obj4) {
27125 arg5 = (int)SWIG_As_int(obj4);
27126 if (PyErr_Occurred()) SWIG_fail;
27127 }
27128 if (obj5) {
27129 arg6 = (int)SWIG_As_int(obj5);
27130 if (PyErr_Occurred()) SWIG_fail;
27131 }
27132 if (obj6) {
27133 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxPyTreeItemData,
27134 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27135 }
27136 {
27137 PyThreadState* __tstate = wxPyBeginAllowThreads();
27138 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,(wxTreeItemId const &)*arg3,(wxString const &)*arg4,arg5,arg6,arg7);
27139
27140 wxPyEndAllowThreads(__tstate);
27141 if (PyErr_Occurred()) SWIG_fail;
27142 }
27143 {
27144 wxTreeItemId * resultptr;
27145 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27146 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27147 }
27148 {
27149 if (temp4)
27150 delete arg4;
27151 }
27152 return resultobj;
27153 fail:
27154 {
27155 if (temp4)
27156 delete arg4;
27157 }
27158 return NULL;
27159 }
27160
27161
27162 static PyObject *_wrap_TreeCtrl_InsertItemBefore(PyObject *, PyObject *args, PyObject *kwargs) {
27163 PyObject *resultobj;
27164 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27165 wxTreeItemId *arg2 = 0 ;
27166 size_t arg3 ;
27167 wxString *arg4 = 0 ;
27168 int arg5 = (int) -1 ;
27169 int arg6 = (int) -1 ;
27170 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
27171 wxTreeItemId result;
27172 bool temp4 = False ;
27173 PyObject * obj0 = 0 ;
27174 PyObject * obj1 = 0 ;
27175 PyObject * obj2 = 0 ;
27176 PyObject * obj3 = 0 ;
27177 PyObject * obj4 = 0 ;
27178 PyObject * obj5 = 0 ;
27179 PyObject * obj6 = 0 ;
27180 char *kwnames[] = {
27181 (char *) "self",(char *) "parent",(char *) "index",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27182 };
27183
27184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItemBefore",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
27185 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27186 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27187 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27188 SWIG_POINTER_EXCEPTION | 0)) == -1)
27189 SWIG_fail;
27190 if (arg2 == NULL) {
27191 PyErr_SetString(PyExc_TypeError,"null reference");
27192 SWIG_fail;
27193 }
27194 arg3 = (size_t)SWIG_As_unsigned_SS_long(obj2);
27195 if (PyErr_Occurred()) SWIG_fail;
27196 {
27197 arg4 = wxString_in_helper(obj3);
27198 if (arg4 == NULL) SWIG_fail;
27199 temp4 = True;
27200 }
27201 if (obj4) {
27202 arg5 = (int)SWIG_As_int(obj4);
27203 if (PyErr_Occurred()) SWIG_fail;
27204 }
27205 if (obj5) {
27206 arg6 = (int)SWIG_As_int(obj5);
27207 if (PyErr_Occurred()) SWIG_fail;
27208 }
27209 if (obj6) {
27210 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxPyTreeItemData,
27211 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27212 }
27213 {
27214 PyThreadState* __tstate = wxPyBeginAllowThreads();
27215 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,arg3,(wxString const &)*arg4,arg5,arg6,arg7);
27216
27217 wxPyEndAllowThreads(__tstate);
27218 if (PyErr_Occurred()) SWIG_fail;
27219 }
27220 {
27221 wxTreeItemId * resultptr;
27222 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27223 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27224 }
27225 {
27226 if (temp4)
27227 delete arg4;
27228 }
27229 return resultobj;
27230 fail:
27231 {
27232 if (temp4)
27233 delete arg4;
27234 }
27235 return NULL;
27236 }
27237
27238
27239 static PyObject *_wrap_TreeCtrl_AppendItem(PyObject *, PyObject *args, PyObject *kwargs) {
27240 PyObject *resultobj;
27241 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27242 wxTreeItemId *arg2 = 0 ;
27243 wxString *arg3 = 0 ;
27244 int arg4 = (int) -1 ;
27245 int arg5 = (int) -1 ;
27246 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
27247 wxTreeItemId result;
27248 bool temp3 = False ;
27249 PyObject * obj0 = 0 ;
27250 PyObject * obj1 = 0 ;
27251 PyObject * obj2 = 0 ;
27252 PyObject * obj3 = 0 ;
27253 PyObject * obj4 = 0 ;
27254 PyObject * obj5 = 0 ;
27255 char *kwnames[] = {
27256 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27257 };
27258
27259 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_AppendItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
27260 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27261 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27262 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27263 SWIG_POINTER_EXCEPTION | 0)) == -1)
27264 SWIG_fail;
27265 if (arg2 == NULL) {
27266 PyErr_SetString(PyExc_TypeError,"null reference");
27267 SWIG_fail;
27268 }
27269 {
27270 arg3 = wxString_in_helper(obj2);
27271 if (arg3 == NULL) SWIG_fail;
27272 temp3 = True;
27273 }
27274 if (obj3) {
27275 arg4 = (int)SWIG_As_int(obj3);
27276 if (PyErr_Occurred()) SWIG_fail;
27277 }
27278 if (obj4) {
27279 arg5 = (int)SWIG_As_int(obj4);
27280 if (PyErr_Occurred()) SWIG_fail;
27281 }
27282 if (obj5) {
27283 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxPyTreeItemData,
27284 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27285 }
27286 {
27287 PyThreadState* __tstate = wxPyBeginAllowThreads();
27288 result = (arg1)->AppendItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
27289
27290 wxPyEndAllowThreads(__tstate);
27291 if (PyErr_Occurred()) SWIG_fail;
27292 }
27293 {
27294 wxTreeItemId * resultptr;
27295 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27296 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27297 }
27298 {
27299 if (temp3)
27300 delete arg3;
27301 }
27302 return resultobj;
27303 fail:
27304 {
27305 if (temp3)
27306 delete arg3;
27307 }
27308 return NULL;
27309 }
27310
27311
27312 static PyObject *_wrap_TreeCtrl_Delete(PyObject *, PyObject *args, PyObject *kwargs) {
27313 PyObject *resultobj;
27314 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27315 wxTreeItemId *arg2 = 0 ;
27316 PyObject * obj0 = 0 ;
27317 PyObject * obj1 = 0 ;
27318 char *kwnames[] = {
27319 (char *) "self",(char *) "item", NULL
27320 };
27321
27322 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Delete",kwnames,&obj0,&obj1)) goto fail;
27323 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27324 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27325 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27326 SWIG_POINTER_EXCEPTION | 0)) == -1)
27327 SWIG_fail;
27328 if (arg2 == NULL) {
27329 PyErr_SetString(PyExc_TypeError,"null reference");
27330 SWIG_fail;
27331 }
27332 {
27333 PyThreadState* __tstate = wxPyBeginAllowThreads();
27334 (arg1)->Delete((wxTreeItemId const &)*arg2);
27335
27336 wxPyEndAllowThreads(__tstate);
27337 if (PyErr_Occurred()) SWIG_fail;
27338 }
27339 Py_INCREF(Py_None); resultobj = Py_None;
27340 return resultobj;
27341 fail:
27342 return NULL;
27343 }
27344
27345
27346 static PyObject *_wrap_TreeCtrl_DeleteChildren(PyObject *, PyObject *args, PyObject *kwargs) {
27347 PyObject *resultobj;
27348 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27349 wxTreeItemId *arg2 = 0 ;
27350 PyObject * obj0 = 0 ;
27351 PyObject * obj1 = 0 ;
27352 char *kwnames[] = {
27353 (char *) "self",(char *) "item", NULL
27354 };
27355
27356 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_DeleteChildren",kwnames,&obj0,&obj1)) goto fail;
27357 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27358 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27359 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27360 SWIG_POINTER_EXCEPTION | 0)) == -1)
27361 SWIG_fail;
27362 if (arg2 == NULL) {
27363 PyErr_SetString(PyExc_TypeError,"null reference");
27364 SWIG_fail;
27365 }
27366 {
27367 PyThreadState* __tstate = wxPyBeginAllowThreads();
27368 (arg1)->DeleteChildren((wxTreeItemId const &)*arg2);
27369
27370 wxPyEndAllowThreads(__tstate);
27371 if (PyErr_Occurred()) SWIG_fail;
27372 }
27373 Py_INCREF(Py_None); resultobj = Py_None;
27374 return resultobj;
27375 fail:
27376 return NULL;
27377 }
27378
27379
27380 static PyObject *_wrap_TreeCtrl_DeleteAllItems(PyObject *, PyObject *args, PyObject *kwargs) {
27381 PyObject *resultobj;
27382 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27383 PyObject * obj0 = 0 ;
27384 char *kwnames[] = {
27385 (char *) "self", NULL
27386 };
27387
27388 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
27389 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27390 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27391 {
27392 PyThreadState* __tstate = wxPyBeginAllowThreads();
27393 (arg1)->DeleteAllItems();
27394
27395 wxPyEndAllowThreads(__tstate);
27396 if (PyErr_Occurred()) SWIG_fail;
27397 }
27398 Py_INCREF(Py_None); resultobj = Py_None;
27399 return resultobj;
27400 fail:
27401 return NULL;
27402 }
27403
27404
27405 static PyObject *_wrap_TreeCtrl_Expand(PyObject *, PyObject *args, PyObject *kwargs) {
27406 PyObject *resultobj;
27407 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27408 wxTreeItemId *arg2 = 0 ;
27409 PyObject * obj0 = 0 ;
27410 PyObject * obj1 = 0 ;
27411 char *kwnames[] = {
27412 (char *) "self",(char *) "item", NULL
27413 };
27414
27415 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Expand",kwnames,&obj0,&obj1)) goto fail;
27416 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27417 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27418 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27419 SWIG_POINTER_EXCEPTION | 0)) == -1)
27420 SWIG_fail;
27421 if (arg2 == NULL) {
27422 PyErr_SetString(PyExc_TypeError,"null reference");
27423 SWIG_fail;
27424 }
27425 {
27426 PyThreadState* __tstate = wxPyBeginAllowThreads();
27427 (arg1)->Expand((wxTreeItemId const &)*arg2);
27428
27429 wxPyEndAllowThreads(__tstate);
27430 if (PyErr_Occurred()) SWIG_fail;
27431 }
27432 Py_INCREF(Py_None); resultobj = Py_None;
27433 return resultobj;
27434 fail:
27435 return NULL;
27436 }
27437
27438
27439 static PyObject *_wrap_TreeCtrl_Collapse(PyObject *, PyObject *args, PyObject *kwargs) {
27440 PyObject *resultobj;
27441 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27442 wxTreeItemId *arg2 = 0 ;
27443 PyObject * obj0 = 0 ;
27444 PyObject * obj1 = 0 ;
27445 char *kwnames[] = {
27446 (char *) "self",(char *) "item", NULL
27447 };
27448
27449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Collapse",kwnames,&obj0,&obj1)) goto fail;
27450 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27451 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27452 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27453 SWIG_POINTER_EXCEPTION | 0)) == -1)
27454 SWIG_fail;
27455 if (arg2 == NULL) {
27456 PyErr_SetString(PyExc_TypeError,"null reference");
27457 SWIG_fail;
27458 }
27459 {
27460 PyThreadState* __tstate = wxPyBeginAllowThreads();
27461 (arg1)->Collapse((wxTreeItemId const &)*arg2);
27462
27463 wxPyEndAllowThreads(__tstate);
27464 if (PyErr_Occurred()) SWIG_fail;
27465 }
27466 Py_INCREF(Py_None); resultobj = Py_None;
27467 return resultobj;
27468 fail:
27469 return NULL;
27470 }
27471
27472
27473 static PyObject *_wrap_TreeCtrl_CollapseAndReset(PyObject *, PyObject *args, PyObject *kwargs) {
27474 PyObject *resultobj;
27475 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27476 wxTreeItemId *arg2 = 0 ;
27477 PyObject * obj0 = 0 ;
27478 PyObject * obj1 = 0 ;
27479 char *kwnames[] = {
27480 (char *) "self",(char *) "item", NULL
27481 };
27482
27483 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_CollapseAndReset",kwnames,&obj0,&obj1)) goto fail;
27484 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27485 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27486 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27487 SWIG_POINTER_EXCEPTION | 0)) == -1)
27488 SWIG_fail;
27489 if (arg2 == NULL) {
27490 PyErr_SetString(PyExc_TypeError,"null reference");
27491 SWIG_fail;
27492 }
27493 {
27494 PyThreadState* __tstate = wxPyBeginAllowThreads();
27495 (arg1)->CollapseAndReset((wxTreeItemId const &)*arg2);
27496
27497 wxPyEndAllowThreads(__tstate);
27498 if (PyErr_Occurred()) SWIG_fail;
27499 }
27500 Py_INCREF(Py_None); resultobj = Py_None;
27501 return resultobj;
27502 fail:
27503 return NULL;
27504 }
27505
27506
27507 static PyObject *_wrap_TreeCtrl_Toggle(PyObject *, PyObject *args, PyObject *kwargs) {
27508 PyObject *resultobj;
27509 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27510 wxTreeItemId *arg2 = 0 ;
27511 PyObject * obj0 = 0 ;
27512 PyObject * obj1 = 0 ;
27513 char *kwnames[] = {
27514 (char *) "self",(char *) "item", NULL
27515 };
27516
27517 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Toggle",kwnames,&obj0,&obj1)) goto fail;
27518 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27519 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27520 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27521 SWIG_POINTER_EXCEPTION | 0)) == -1)
27522 SWIG_fail;
27523 if (arg2 == NULL) {
27524 PyErr_SetString(PyExc_TypeError,"null reference");
27525 SWIG_fail;
27526 }
27527 {
27528 PyThreadState* __tstate = wxPyBeginAllowThreads();
27529 (arg1)->Toggle((wxTreeItemId const &)*arg2);
27530
27531 wxPyEndAllowThreads(__tstate);
27532 if (PyErr_Occurred()) SWIG_fail;
27533 }
27534 Py_INCREF(Py_None); resultobj = Py_None;
27535 return resultobj;
27536 fail:
27537 return NULL;
27538 }
27539
27540
27541 static PyObject *_wrap_TreeCtrl_Unselect(PyObject *, PyObject *args, PyObject *kwargs) {
27542 PyObject *resultobj;
27543 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27544 PyObject * obj0 = 0 ;
27545 char *kwnames[] = {
27546 (char *) "self", NULL
27547 };
27548
27549 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_Unselect",kwnames,&obj0)) goto fail;
27550 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27551 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27552 {
27553 PyThreadState* __tstate = wxPyBeginAllowThreads();
27554 (arg1)->Unselect();
27555
27556 wxPyEndAllowThreads(__tstate);
27557 if (PyErr_Occurred()) SWIG_fail;
27558 }
27559 Py_INCREF(Py_None); resultobj = Py_None;
27560 return resultobj;
27561 fail:
27562 return NULL;
27563 }
27564
27565
27566 static PyObject *_wrap_TreeCtrl_UnselectItem(PyObject *, PyObject *args, PyObject *kwargs) {
27567 PyObject *resultobj;
27568 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27569 wxTreeItemId *arg2 = 0 ;
27570 PyObject * obj0 = 0 ;
27571 PyObject * obj1 = 0 ;
27572 char *kwnames[] = {
27573 (char *) "self",(char *) "item", NULL
27574 };
27575
27576 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_UnselectItem",kwnames,&obj0,&obj1)) goto fail;
27577 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27578 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27579 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27580 SWIG_POINTER_EXCEPTION | 0)) == -1)
27581 SWIG_fail;
27582 if (arg2 == NULL) {
27583 PyErr_SetString(PyExc_TypeError,"null reference");
27584 SWIG_fail;
27585 }
27586 {
27587 PyThreadState* __tstate = wxPyBeginAllowThreads();
27588 (arg1)->UnselectItem((wxTreeItemId const &)*arg2);
27589
27590 wxPyEndAllowThreads(__tstate);
27591 if (PyErr_Occurred()) SWIG_fail;
27592 }
27593 Py_INCREF(Py_None); resultobj = Py_None;
27594 return resultobj;
27595 fail:
27596 return NULL;
27597 }
27598
27599
27600 static PyObject *_wrap_TreeCtrl_UnselectAll(PyObject *, PyObject *args, PyObject *kwargs) {
27601 PyObject *resultobj;
27602 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27603 PyObject * obj0 = 0 ;
27604 char *kwnames[] = {
27605 (char *) "self", NULL
27606 };
27607
27608 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_UnselectAll",kwnames,&obj0)) goto fail;
27609 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27610 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27611 {
27612 PyThreadState* __tstate = wxPyBeginAllowThreads();
27613 (arg1)->UnselectAll();
27614
27615 wxPyEndAllowThreads(__tstate);
27616 if (PyErr_Occurred()) SWIG_fail;
27617 }
27618 Py_INCREF(Py_None); resultobj = Py_None;
27619 return resultobj;
27620 fail:
27621 return NULL;
27622 }
27623
27624
27625 static PyObject *_wrap_TreeCtrl_SelectItem(PyObject *, PyObject *args, PyObject *kwargs) {
27626 PyObject *resultobj;
27627 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27628 wxTreeItemId *arg2 = 0 ;
27629 bool arg3 = (bool) True ;
27630 PyObject * obj0 = 0 ;
27631 PyObject * obj1 = 0 ;
27632 PyObject * obj2 = 0 ;
27633 char *kwnames[] = {
27634 (char *) "self",(char *) "item",(char *) "select", NULL
27635 };
27636
27637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SelectItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
27638 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27639 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27640 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27641 SWIG_POINTER_EXCEPTION | 0)) == -1)
27642 SWIG_fail;
27643 if (arg2 == NULL) {
27644 PyErr_SetString(PyExc_TypeError,"null reference");
27645 SWIG_fail;
27646 }
27647 if (obj2) {
27648 arg3 = (bool)SWIG_As_bool(obj2);
27649 if (PyErr_Occurred()) SWIG_fail;
27650 }
27651 {
27652 PyThreadState* __tstate = wxPyBeginAllowThreads();
27653 (arg1)->SelectItem((wxTreeItemId const &)*arg2,arg3);
27654
27655 wxPyEndAllowThreads(__tstate);
27656 if (PyErr_Occurred()) SWIG_fail;
27657 }
27658 Py_INCREF(Py_None); resultobj = Py_None;
27659 return resultobj;
27660 fail:
27661 return NULL;
27662 }
27663
27664
27665 static PyObject *_wrap_TreeCtrl_ToggleItemSelection(PyObject *, PyObject *args, PyObject *kwargs) {
27666 PyObject *resultobj;
27667 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27668 wxTreeItemId *arg2 = 0 ;
27669 PyObject * obj0 = 0 ;
27670 PyObject * obj1 = 0 ;
27671 char *kwnames[] = {
27672 (char *) "self",(char *) "item", NULL
27673 };
27674
27675 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ToggleItemSelection",kwnames,&obj0,&obj1)) goto fail;
27676 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27677 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27678 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27679 SWIG_POINTER_EXCEPTION | 0)) == -1)
27680 SWIG_fail;
27681 if (arg2 == NULL) {
27682 PyErr_SetString(PyExc_TypeError,"null reference");
27683 SWIG_fail;
27684 }
27685 {
27686 PyThreadState* __tstate = wxPyBeginAllowThreads();
27687 (arg1)->ToggleItemSelection((wxTreeItemId const &)*arg2);
27688
27689 wxPyEndAllowThreads(__tstate);
27690 if (PyErr_Occurred()) SWIG_fail;
27691 }
27692 Py_INCREF(Py_None); resultobj = Py_None;
27693 return resultobj;
27694 fail:
27695 return NULL;
27696 }
27697
27698
27699 static PyObject *_wrap_TreeCtrl_EnsureVisible(PyObject *, PyObject *args, PyObject *kwargs) {
27700 PyObject *resultobj;
27701 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27702 wxTreeItemId *arg2 = 0 ;
27703 PyObject * obj0 = 0 ;
27704 PyObject * obj1 = 0 ;
27705 char *kwnames[] = {
27706 (char *) "self",(char *) "item", NULL
27707 };
27708
27709 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
27710 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27711 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27712 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27713 SWIG_POINTER_EXCEPTION | 0)) == -1)
27714 SWIG_fail;
27715 if (arg2 == NULL) {
27716 PyErr_SetString(PyExc_TypeError,"null reference");
27717 SWIG_fail;
27718 }
27719 {
27720 PyThreadState* __tstate = wxPyBeginAllowThreads();
27721 (arg1)->EnsureVisible((wxTreeItemId const &)*arg2);
27722
27723 wxPyEndAllowThreads(__tstate);
27724 if (PyErr_Occurred()) SWIG_fail;
27725 }
27726 Py_INCREF(Py_None); resultobj = Py_None;
27727 return resultobj;
27728 fail:
27729 return NULL;
27730 }
27731
27732
27733 static PyObject *_wrap_TreeCtrl_ScrollTo(PyObject *, PyObject *args, PyObject *kwargs) {
27734 PyObject *resultobj;
27735 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27736 wxTreeItemId *arg2 = 0 ;
27737 PyObject * obj0 = 0 ;
27738 PyObject * obj1 = 0 ;
27739 char *kwnames[] = {
27740 (char *) "self",(char *) "item", NULL
27741 };
27742
27743 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ScrollTo",kwnames,&obj0,&obj1)) goto fail;
27744 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27745 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27746 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27747 SWIG_POINTER_EXCEPTION | 0)) == -1)
27748 SWIG_fail;
27749 if (arg2 == NULL) {
27750 PyErr_SetString(PyExc_TypeError,"null reference");
27751 SWIG_fail;
27752 }
27753 {
27754 PyThreadState* __tstate = wxPyBeginAllowThreads();
27755 (arg1)->ScrollTo((wxTreeItemId const &)*arg2);
27756
27757 wxPyEndAllowThreads(__tstate);
27758 if (PyErr_Occurred()) SWIG_fail;
27759 }
27760 Py_INCREF(Py_None); resultobj = Py_None;
27761 return resultobj;
27762 fail:
27763 return NULL;
27764 }
27765
27766
27767 static PyObject *_wrap_TreeCtrl_EditLabel(PyObject *, PyObject *args, PyObject *kwargs) {
27768 PyObject *resultobj;
27769 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27770 wxTreeItemId *arg2 = 0 ;
27771 PyObject * obj0 = 0 ;
27772 PyObject * obj1 = 0 ;
27773 char *kwnames[] = {
27774 (char *) "self",(char *) "item", NULL
27775 };
27776
27777 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
27778 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27779 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27780 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27781 SWIG_POINTER_EXCEPTION | 0)) == -1)
27782 SWIG_fail;
27783 if (arg2 == NULL) {
27784 PyErr_SetString(PyExc_TypeError,"null reference");
27785 SWIG_fail;
27786 }
27787 {
27788 PyThreadState* __tstate = wxPyBeginAllowThreads();
27789 (arg1)->EditLabel((wxTreeItemId const &)*arg2);
27790
27791 wxPyEndAllowThreads(__tstate);
27792 if (PyErr_Occurred()) SWIG_fail;
27793 }
27794 Py_INCREF(Py_None); resultobj = Py_None;
27795 return resultobj;
27796 fail:
27797 return NULL;
27798 }
27799
27800
27801 static PyObject *_wrap_TreeCtrl_GetEditControl(PyObject *, PyObject *args, PyObject *kwargs) {
27802 PyObject *resultobj;
27803 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27804 wxTextCtrl *result;
27805 PyObject * obj0 = 0 ;
27806 char *kwnames[] = {
27807 (char *) "self", NULL
27808 };
27809
27810 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetEditControl",kwnames,&obj0)) goto fail;
27811 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27812 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27813 {
27814 PyThreadState* __tstate = wxPyBeginAllowThreads();
27815 result = (wxTextCtrl *)((wxPyTreeCtrl const *)arg1)->GetEditControl();
27816
27817 wxPyEndAllowThreads(__tstate);
27818 if (PyErr_Occurred()) SWIG_fail;
27819 }
27820 {
27821 resultobj = wxPyMake_wxObject(result, 0);
27822 }
27823 return resultobj;
27824 fail:
27825 return NULL;
27826 }
27827
27828
27829 static PyObject *_wrap_TreeCtrl_SortChildren(PyObject *, PyObject *args, PyObject *kwargs) {
27830 PyObject *resultobj;
27831 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27832 wxTreeItemId *arg2 = 0 ;
27833 PyObject * obj0 = 0 ;
27834 PyObject * obj1 = 0 ;
27835 char *kwnames[] = {
27836 (char *) "self",(char *) "item", NULL
27837 };
27838
27839 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SortChildren",kwnames,&obj0,&obj1)) goto fail;
27840 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27841 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27842 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27843 SWIG_POINTER_EXCEPTION | 0)) == -1)
27844 SWIG_fail;
27845 if (arg2 == NULL) {
27846 PyErr_SetString(PyExc_TypeError,"null reference");
27847 SWIG_fail;
27848 }
27849 {
27850 PyThreadState* __tstate = wxPyBeginAllowThreads();
27851 (arg1)->SortChildren((wxTreeItemId const &)*arg2);
27852
27853 wxPyEndAllowThreads(__tstate);
27854 if (PyErr_Occurred()) SWIG_fail;
27855 }
27856 Py_INCREF(Py_None); resultobj = Py_None;
27857 return resultobj;
27858 fail:
27859 return NULL;
27860 }
27861
27862
27863 static PyObject *_wrap_TreeCtrl_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
27864 PyObject *resultobj;
27865 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27866 wxPoint *arg2 = 0 ;
27867 int *arg3 = 0 ;
27868 wxTreeItemId result;
27869 wxPoint temp2 ;
27870 int temp3 ;
27871 int res3 = 0 ;
27872 PyObject * obj0 = 0 ;
27873 PyObject * obj1 = 0 ;
27874 char *kwnames[] = {
27875 (char *) "self",(char *) "point", NULL
27876 };
27877
27878 arg3 = &temp3; res3 = SWIG_NEWOBJ;
27879 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
27880 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27881 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27882 {
27883 arg2 = &temp2;
27884 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
27885 }
27886 {
27887 PyThreadState* __tstate = wxPyBeginAllowThreads();
27888 result = (arg1)->HitTest((wxPoint const &)*arg2,*arg3);
27889
27890 wxPyEndAllowThreads(__tstate);
27891 if (PyErr_Occurred()) SWIG_fail;
27892 }
27893 {
27894 wxTreeItemId * resultptr;
27895 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27896 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27897 }
27898 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
27899 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
27900 return resultobj;
27901 fail:
27902 return NULL;
27903 }
27904
27905
27906 static PyObject *_wrap_TreeCtrl_GetBoundingRect(PyObject *, PyObject *args, PyObject *kwargs) {
27907 PyObject *resultobj;
27908 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27909 wxTreeItemId *arg2 = 0 ;
27910 bool arg3 = (bool) False ;
27911 PyObject *result;
27912 PyObject * obj0 = 0 ;
27913 PyObject * obj1 = 0 ;
27914 PyObject * obj2 = 0 ;
27915 char *kwnames[] = {
27916 (char *) "self",(char *) "item",(char *) "textOnly", NULL
27917 };
27918
27919 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetBoundingRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
27920 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27921 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27922 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27923 SWIG_POINTER_EXCEPTION | 0)) == -1)
27924 SWIG_fail;
27925 if (arg2 == NULL) {
27926 PyErr_SetString(PyExc_TypeError,"null reference");
27927 SWIG_fail;
27928 }
27929 if (obj2) {
27930 arg3 = (bool)SWIG_As_bool(obj2);
27931 if (PyErr_Occurred()) SWIG_fail;
27932 }
27933 {
27934 PyThreadState* __tstate = wxPyBeginAllowThreads();
27935 result = (PyObject *)wxPyTreeCtrl_GetBoundingRect(arg1,(wxTreeItemId const &)*arg2,arg3);
27936
27937 wxPyEndAllowThreads(__tstate);
27938 if (PyErr_Occurred()) SWIG_fail;
27939 }
27940 resultobj = result;
27941 return resultobj;
27942 fail:
27943 return NULL;
27944 }
27945
27946
27947 static PyObject *_wrap_TreeCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
27948 PyObject *resultobj;
27949 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
27950 wxVisualAttributes result;
27951 PyObject * obj0 = 0 ;
27952 char *kwnames[] = {
27953 (char *) "variant", NULL
27954 };
27955
27956 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:TreeCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
27957 if (obj0) {
27958 arg1 = (int)SWIG_As_int(obj0);
27959 if (PyErr_Occurred()) SWIG_fail;
27960 }
27961 {
27962 if (!wxPyCheckForApp()) SWIG_fail;
27963 PyThreadState* __tstate = wxPyBeginAllowThreads();
27964 result = wxPyTreeCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
27965
27966 wxPyEndAllowThreads(__tstate);
27967 if (PyErr_Occurred()) SWIG_fail;
27968 }
27969 {
27970 wxVisualAttributes * resultptr;
27971 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
27972 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
27973 }
27974 return resultobj;
27975 fail:
27976 return NULL;
27977 }
27978
27979
27980 static PyObject * TreeCtrl_swigregister(PyObject *, PyObject *args) {
27981 PyObject *obj;
27982 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
27983 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeCtrl, obj);
27984 Py_INCREF(obj);
27985 return Py_BuildValue((char *)"");
27986 }
27987 static int _wrap_DirDialogDefaultFolderStr_set(PyObject *) {
27988 PyErr_SetString(PyExc_TypeError,"Variable DirDialogDefaultFolderStr is read-only.");
27989 return 1;
27990 }
27991
27992
27993 static PyObject *_wrap_DirDialogDefaultFolderStr_get() {
27994 PyObject *pyobj;
27995
27996 {
27997 #if wxUSE_UNICODE
27998 pyobj = PyUnicode_FromWideChar((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
27999 #else
28000 pyobj = PyString_FromStringAndSize((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
28001 #endif
28002 }
28003 return pyobj;
28004 }
28005
28006
28007 static PyObject *_wrap_new_GenericDirCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28008 PyObject *resultobj;
28009 wxWindow *arg1 = (wxWindow *) 0 ;
28010 int arg2 = (int) (int)-1 ;
28011 wxString const &arg3_defvalue = wxPyDirDialogDefaultFolderStr ;
28012 wxString *arg3 = (wxString *) &arg3_defvalue ;
28013 wxPoint const &arg4_defvalue = wxDefaultPosition ;
28014 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
28015 wxSize const &arg5_defvalue = wxDefaultSize ;
28016 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
28017 long arg6 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
28018 wxString const &arg7_defvalue = wxPyEmptyString ;
28019 wxString *arg7 = (wxString *) &arg7_defvalue ;
28020 int arg8 = (int) 0 ;
28021 wxString const &arg9_defvalue = wxPyTreeCtrlNameStr ;
28022 wxString *arg9 = (wxString *) &arg9_defvalue ;
28023 wxGenericDirCtrl *result;
28024 bool temp3 = False ;
28025 wxPoint temp4 ;
28026 wxSize temp5 ;
28027 bool temp7 = False ;
28028 bool temp9 = False ;
28029 PyObject * obj0 = 0 ;
28030 PyObject * obj1 = 0 ;
28031 PyObject * obj2 = 0 ;
28032 PyObject * obj3 = 0 ;
28033 PyObject * obj4 = 0 ;
28034 PyObject * obj5 = 0 ;
28035 PyObject * obj6 = 0 ;
28036 PyObject * obj7 = 0 ;
28037 PyObject * obj8 = 0 ;
28038 char *kwnames[] = {
28039 (char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
28040 };
28041
28042 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_GenericDirCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
28043 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
28044 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28045 if (obj1) {
28046 arg2 = (int)SWIG_As_int(obj1);
28047 if (PyErr_Occurred()) SWIG_fail;
28048 }
28049 if (obj2) {
28050 {
28051 arg3 = wxString_in_helper(obj2);
28052 if (arg3 == NULL) SWIG_fail;
28053 temp3 = True;
28054 }
28055 }
28056 if (obj3) {
28057 {
28058 arg4 = &temp4;
28059 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
28060 }
28061 }
28062 if (obj4) {
28063 {
28064 arg5 = &temp5;
28065 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
28066 }
28067 }
28068 if (obj5) {
28069 arg6 = (long)SWIG_As_long(obj5);
28070 if (PyErr_Occurred()) SWIG_fail;
28071 }
28072 if (obj6) {
28073 {
28074 arg7 = wxString_in_helper(obj6);
28075 if (arg7 == NULL) SWIG_fail;
28076 temp7 = True;
28077 }
28078 }
28079 if (obj7) {
28080 arg8 = (int)SWIG_As_int(obj7);
28081 if (PyErr_Occurred()) SWIG_fail;
28082 }
28083 if (obj8) {
28084 {
28085 arg9 = wxString_in_helper(obj8);
28086 if (arg9 == NULL) SWIG_fail;
28087 temp9 = True;
28088 }
28089 }
28090 {
28091 if (!wxPyCheckForApp()) SWIG_fail;
28092 PyThreadState* __tstate = wxPyBeginAllowThreads();
28093 result = (wxGenericDirCtrl *)new wxGenericDirCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7,arg8,(wxString const &)*arg9);
28094
28095 wxPyEndAllowThreads(__tstate);
28096 if (PyErr_Occurred()) SWIG_fail;
28097 }
28098 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDirCtrl, 1);
28099 {
28100 if (temp3)
28101 delete arg3;
28102 }
28103 {
28104 if (temp7)
28105 delete arg7;
28106 }
28107 {
28108 if (temp9)
28109 delete arg9;
28110 }
28111 return resultobj;
28112 fail:
28113 {
28114 if (temp3)
28115 delete arg3;
28116 }
28117 {
28118 if (temp7)
28119 delete arg7;
28120 }
28121 {
28122 if (temp9)
28123 delete arg9;
28124 }
28125 return NULL;
28126 }
28127
28128
28129 static PyObject *_wrap_new_PreGenericDirCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28130 PyObject *resultobj;
28131 wxGenericDirCtrl *result;
28132 char *kwnames[] = {
28133 NULL
28134 };
28135
28136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGenericDirCtrl",kwnames)) goto fail;
28137 {
28138 if (!wxPyCheckForApp()) SWIG_fail;
28139 PyThreadState* __tstate = wxPyBeginAllowThreads();
28140 result = (wxGenericDirCtrl *)new wxGenericDirCtrl();
28141
28142 wxPyEndAllowThreads(__tstate);
28143 if (PyErr_Occurred()) SWIG_fail;
28144 }
28145 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDirCtrl, 1);
28146 return resultobj;
28147 fail:
28148 return NULL;
28149 }
28150
28151
28152 static PyObject *_wrap_GenericDirCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
28153 PyObject *resultobj;
28154 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28155 wxWindow *arg2 = (wxWindow *) 0 ;
28156 int arg3 = (int) (int)-1 ;
28157 wxString const &arg4_defvalue = wxPyDirDialogDefaultFolderStr ;
28158 wxString *arg4 = (wxString *) &arg4_defvalue ;
28159 wxPoint const &arg5_defvalue = wxDefaultPosition ;
28160 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
28161 wxSize const &arg6_defvalue = wxDefaultSize ;
28162 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
28163 long arg7 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
28164 wxString const &arg8_defvalue = wxPyEmptyString ;
28165 wxString *arg8 = (wxString *) &arg8_defvalue ;
28166 int arg9 = (int) 0 ;
28167 wxString const &arg10_defvalue = wxPyTreeCtrlNameStr ;
28168 wxString *arg10 = (wxString *) &arg10_defvalue ;
28169 bool result;
28170 bool temp4 = False ;
28171 wxPoint temp5 ;
28172 wxSize temp6 ;
28173 bool temp8 = False ;
28174 bool temp10 = False ;
28175 PyObject * obj0 = 0 ;
28176 PyObject * obj1 = 0 ;
28177 PyObject * obj2 = 0 ;
28178 PyObject * obj3 = 0 ;
28179 PyObject * obj4 = 0 ;
28180 PyObject * obj5 = 0 ;
28181 PyObject * obj6 = 0 ;
28182 PyObject * obj7 = 0 ;
28183 PyObject * obj8 = 0 ;
28184 PyObject * obj9 = 0 ;
28185 char *kwnames[] = {
28186 (char *) "self",(char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
28187 };
28188
28189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:GenericDirCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
28190 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28191 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28192 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
28193 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28194 if (obj2) {
28195 arg3 = (int)SWIG_As_int(obj2);
28196 if (PyErr_Occurred()) SWIG_fail;
28197 }
28198 if (obj3) {
28199 {
28200 arg4 = wxString_in_helper(obj3);
28201 if (arg4 == NULL) SWIG_fail;
28202 temp4 = True;
28203 }
28204 }
28205 if (obj4) {
28206 {
28207 arg5 = &temp5;
28208 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
28209 }
28210 }
28211 if (obj5) {
28212 {
28213 arg6 = &temp6;
28214 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
28215 }
28216 }
28217 if (obj6) {
28218 arg7 = (long)SWIG_As_long(obj6);
28219 if (PyErr_Occurred()) SWIG_fail;
28220 }
28221 if (obj7) {
28222 {
28223 arg8 = wxString_in_helper(obj7);
28224 if (arg8 == NULL) SWIG_fail;
28225 temp8 = True;
28226 }
28227 }
28228 if (obj8) {
28229 arg9 = (int)SWIG_As_int(obj8);
28230 if (PyErr_Occurred()) SWIG_fail;
28231 }
28232 if (obj9) {
28233 {
28234 arg10 = wxString_in_helper(obj9);
28235 if (arg10 == NULL) SWIG_fail;
28236 temp10 = True;
28237 }
28238 }
28239 {
28240 PyThreadState* __tstate = wxPyBeginAllowThreads();
28241 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8,arg9,(wxString const &)*arg10);
28242
28243 wxPyEndAllowThreads(__tstate);
28244 if (PyErr_Occurred()) SWIG_fail;
28245 }
28246 {
28247 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28248 }
28249 {
28250 if (temp4)
28251 delete arg4;
28252 }
28253 {
28254 if (temp8)
28255 delete arg8;
28256 }
28257 {
28258 if (temp10)
28259 delete arg10;
28260 }
28261 return resultobj;
28262 fail:
28263 {
28264 if (temp4)
28265 delete arg4;
28266 }
28267 {
28268 if (temp8)
28269 delete arg8;
28270 }
28271 {
28272 if (temp10)
28273 delete arg10;
28274 }
28275 return NULL;
28276 }
28277
28278
28279 static PyObject *_wrap_GenericDirCtrl_ExpandPath(PyObject *, PyObject *args, PyObject *kwargs) {
28280 PyObject *resultobj;
28281 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28282 wxString *arg2 = 0 ;
28283 bool result;
28284 bool temp2 = False ;
28285 PyObject * obj0 = 0 ;
28286 PyObject * obj1 = 0 ;
28287 char *kwnames[] = {
28288 (char *) "self",(char *) "path", NULL
28289 };
28290
28291 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ExpandPath",kwnames,&obj0,&obj1)) goto fail;
28292 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28293 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28294 {
28295 arg2 = wxString_in_helper(obj1);
28296 if (arg2 == NULL) SWIG_fail;
28297 temp2 = True;
28298 }
28299 {
28300 PyThreadState* __tstate = wxPyBeginAllowThreads();
28301 result = (bool)(arg1)->ExpandPath((wxString const &)*arg2);
28302
28303 wxPyEndAllowThreads(__tstate);
28304 if (PyErr_Occurred()) SWIG_fail;
28305 }
28306 {
28307 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28308 }
28309 {
28310 if (temp2)
28311 delete arg2;
28312 }
28313 return resultobj;
28314 fail:
28315 {
28316 if (temp2)
28317 delete arg2;
28318 }
28319 return NULL;
28320 }
28321
28322
28323 static PyObject *_wrap_GenericDirCtrl_GetDefaultPath(PyObject *, PyObject *args, PyObject *kwargs) {
28324 PyObject *resultobj;
28325 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28326 wxString result;
28327 PyObject * obj0 = 0 ;
28328 char *kwnames[] = {
28329 (char *) "self", NULL
28330 };
28331
28332 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetDefaultPath",kwnames,&obj0)) goto fail;
28333 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28334 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28335 {
28336 PyThreadState* __tstate = wxPyBeginAllowThreads();
28337 result = ((wxGenericDirCtrl const *)arg1)->GetDefaultPath();
28338
28339 wxPyEndAllowThreads(__tstate);
28340 if (PyErr_Occurred()) SWIG_fail;
28341 }
28342 {
28343 #if wxUSE_UNICODE
28344 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28345 #else
28346 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28347 #endif
28348 }
28349 return resultobj;
28350 fail:
28351 return NULL;
28352 }
28353
28354
28355 static PyObject *_wrap_GenericDirCtrl_SetDefaultPath(PyObject *, PyObject *args, PyObject *kwargs) {
28356 PyObject *resultobj;
28357 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28358 wxString *arg2 = 0 ;
28359 bool temp2 = False ;
28360 PyObject * obj0 = 0 ;
28361 PyObject * obj1 = 0 ;
28362 char *kwnames[] = {
28363 (char *) "self",(char *) "path", NULL
28364 };
28365
28366 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetDefaultPath",kwnames,&obj0,&obj1)) goto fail;
28367 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28368 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28369 {
28370 arg2 = wxString_in_helper(obj1);
28371 if (arg2 == NULL) SWIG_fail;
28372 temp2 = True;
28373 }
28374 {
28375 PyThreadState* __tstate = wxPyBeginAllowThreads();
28376 (arg1)->SetDefaultPath((wxString const &)*arg2);
28377
28378 wxPyEndAllowThreads(__tstate);
28379 if (PyErr_Occurred()) SWIG_fail;
28380 }
28381 Py_INCREF(Py_None); resultobj = Py_None;
28382 {
28383 if (temp2)
28384 delete arg2;
28385 }
28386 return resultobj;
28387 fail:
28388 {
28389 if (temp2)
28390 delete arg2;
28391 }
28392 return NULL;
28393 }
28394
28395
28396 static PyObject *_wrap_GenericDirCtrl_GetPath(PyObject *, PyObject *args, PyObject *kwargs) {
28397 PyObject *resultobj;
28398 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28399 wxString result;
28400 PyObject * obj0 = 0 ;
28401 char *kwnames[] = {
28402 (char *) "self", NULL
28403 };
28404
28405 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetPath",kwnames,&obj0)) goto fail;
28406 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28407 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28408 {
28409 PyThreadState* __tstate = wxPyBeginAllowThreads();
28410 result = ((wxGenericDirCtrl const *)arg1)->GetPath();
28411
28412 wxPyEndAllowThreads(__tstate);
28413 if (PyErr_Occurred()) SWIG_fail;
28414 }
28415 {
28416 #if wxUSE_UNICODE
28417 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28418 #else
28419 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28420 #endif
28421 }
28422 return resultobj;
28423 fail:
28424 return NULL;
28425 }
28426
28427
28428 static PyObject *_wrap_GenericDirCtrl_GetFilePath(PyObject *, PyObject *args, PyObject *kwargs) {
28429 PyObject *resultobj;
28430 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28431 wxString result;
28432 PyObject * obj0 = 0 ;
28433 char *kwnames[] = {
28434 (char *) "self", NULL
28435 };
28436
28437 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilePath",kwnames,&obj0)) goto fail;
28438 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28439 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28440 {
28441 PyThreadState* __tstate = wxPyBeginAllowThreads();
28442 result = ((wxGenericDirCtrl const *)arg1)->GetFilePath();
28443
28444 wxPyEndAllowThreads(__tstate);
28445 if (PyErr_Occurred()) SWIG_fail;
28446 }
28447 {
28448 #if wxUSE_UNICODE
28449 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28450 #else
28451 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28452 #endif
28453 }
28454 return resultobj;
28455 fail:
28456 return NULL;
28457 }
28458
28459
28460 static PyObject *_wrap_GenericDirCtrl_SetPath(PyObject *, PyObject *args, PyObject *kwargs) {
28461 PyObject *resultobj;
28462 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28463 wxString *arg2 = 0 ;
28464 bool temp2 = False ;
28465 PyObject * obj0 = 0 ;
28466 PyObject * obj1 = 0 ;
28467 char *kwnames[] = {
28468 (char *) "self",(char *) "path", NULL
28469 };
28470
28471 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetPath",kwnames,&obj0,&obj1)) goto fail;
28472 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28473 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28474 {
28475 arg2 = wxString_in_helper(obj1);
28476 if (arg2 == NULL) SWIG_fail;
28477 temp2 = True;
28478 }
28479 {
28480 PyThreadState* __tstate = wxPyBeginAllowThreads();
28481 (arg1)->SetPath((wxString const &)*arg2);
28482
28483 wxPyEndAllowThreads(__tstate);
28484 if (PyErr_Occurred()) SWIG_fail;
28485 }
28486 Py_INCREF(Py_None); resultobj = Py_None;
28487 {
28488 if (temp2)
28489 delete arg2;
28490 }
28491 return resultobj;
28492 fail:
28493 {
28494 if (temp2)
28495 delete arg2;
28496 }
28497 return NULL;
28498 }
28499
28500
28501 static PyObject *_wrap_GenericDirCtrl_ShowHidden(PyObject *, PyObject *args, PyObject *kwargs) {
28502 PyObject *resultobj;
28503 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28504 bool arg2 ;
28505 PyObject * obj0 = 0 ;
28506 PyObject * obj1 = 0 ;
28507 char *kwnames[] = {
28508 (char *) "self",(char *) "show", NULL
28509 };
28510
28511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ShowHidden",kwnames,&obj0,&obj1)) goto fail;
28512 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28513 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28514 arg2 = (bool)SWIG_As_bool(obj1);
28515 if (PyErr_Occurred()) SWIG_fail;
28516 {
28517 PyThreadState* __tstate = wxPyBeginAllowThreads();
28518 (arg1)->ShowHidden(arg2);
28519
28520 wxPyEndAllowThreads(__tstate);
28521 if (PyErr_Occurred()) SWIG_fail;
28522 }
28523 Py_INCREF(Py_None); resultobj = Py_None;
28524 return resultobj;
28525 fail:
28526 return NULL;
28527 }
28528
28529
28530 static PyObject *_wrap_GenericDirCtrl_GetShowHidden(PyObject *, PyObject *args, PyObject *kwargs) {
28531 PyObject *resultobj;
28532 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28533 bool result;
28534 PyObject * obj0 = 0 ;
28535 char *kwnames[] = {
28536 (char *) "self", NULL
28537 };
28538
28539 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetShowHidden",kwnames,&obj0)) goto fail;
28540 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28541 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28542 {
28543 PyThreadState* __tstate = wxPyBeginAllowThreads();
28544 result = (bool)(arg1)->GetShowHidden();
28545
28546 wxPyEndAllowThreads(__tstate);
28547 if (PyErr_Occurred()) SWIG_fail;
28548 }
28549 {
28550 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28551 }
28552 return resultobj;
28553 fail:
28554 return NULL;
28555 }
28556
28557
28558 static PyObject *_wrap_GenericDirCtrl_GetFilter(PyObject *, PyObject *args, PyObject *kwargs) {
28559 PyObject *resultobj;
28560 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28561 wxString result;
28562 PyObject * obj0 = 0 ;
28563 char *kwnames[] = {
28564 (char *) "self", NULL
28565 };
28566
28567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilter",kwnames,&obj0)) goto fail;
28568 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28569 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28570 {
28571 PyThreadState* __tstate = wxPyBeginAllowThreads();
28572 result = ((wxGenericDirCtrl const *)arg1)->GetFilter();
28573
28574 wxPyEndAllowThreads(__tstate);
28575 if (PyErr_Occurred()) SWIG_fail;
28576 }
28577 {
28578 #if wxUSE_UNICODE
28579 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28580 #else
28581 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28582 #endif
28583 }
28584 return resultobj;
28585 fail:
28586 return NULL;
28587 }
28588
28589
28590 static PyObject *_wrap_GenericDirCtrl_SetFilter(PyObject *, PyObject *args, PyObject *kwargs) {
28591 PyObject *resultobj;
28592 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28593 wxString *arg2 = 0 ;
28594 bool temp2 = False ;
28595 PyObject * obj0 = 0 ;
28596 PyObject * obj1 = 0 ;
28597 char *kwnames[] = {
28598 (char *) "self",(char *) "filter", NULL
28599 };
28600
28601 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilter",kwnames,&obj0,&obj1)) goto fail;
28602 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28603 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28604 {
28605 arg2 = wxString_in_helper(obj1);
28606 if (arg2 == NULL) SWIG_fail;
28607 temp2 = True;
28608 }
28609 {
28610 PyThreadState* __tstate = wxPyBeginAllowThreads();
28611 (arg1)->SetFilter((wxString const &)*arg2);
28612
28613 wxPyEndAllowThreads(__tstate);
28614 if (PyErr_Occurred()) SWIG_fail;
28615 }
28616 Py_INCREF(Py_None); resultobj = Py_None;
28617 {
28618 if (temp2)
28619 delete arg2;
28620 }
28621 return resultobj;
28622 fail:
28623 {
28624 if (temp2)
28625 delete arg2;
28626 }
28627 return NULL;
28628 }
28629
28630
28631 static PyObject *_wrap_GenericDirCtrl_GetFilterIndex(PyObject *, PyObject *args, PyObject *kwargs) {
28632 PyObject *resultobj;
28633 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28634 int result;
28635 PyObject * obj0 = 0 ;
28636 char *kwnames[] = {
28637 (char *) "self", NULL
28638 };
28639
28640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterIndex",kwnames,&obj0)) goto fail;
28641 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28642 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28643 {
28644 PyThreadState* __tstate = wxPyBeginAllowThreads();
28645 result = (int)((wxGenericDirCtrl const *)arg1)->GetFilterIndex();
28646
28647 wxPyEndAllowThreads(__tstate);
28648 if (PyErr_Occurred()) SWIG_fail;
28649 }
28650 resultobj = SWIG_From_int((int)result);
28651 return resultobj;
28652 fail:
28653 return NULL;
28654 }
28655
28656
28657 static PyObject *_wrap_GenericDirCtrl_SetFilterIndex(PyObject *, PyObject *args, PyObject *kwargs) {
28658 PyObject *resultobj;
28659 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28660 int arg2 ;
28661 PyObject * obj0 = 0 ;
28662 PyObject * obj1 = 0 ;
28663 char *kwnames[] = {
28664 (char *) "self",(char *) "n", NULL
28665 };
28666
28667 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilterIndex",kwnames,&obj0,&obj1)) goto fail;
28668 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28669 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28670 arg2 = (int)SWIG_As_int(obj1);
28671 if (PyErr_Occurred()) SWIG_fail;
28672 {
28673 PyThreadState* __tstate = wxPyBeginAllowThreads();
28674 (arg1)->SetFilterIndex(arg2);
28675
28676 wxPyEndAllowThreads(__tstate);
28677 if (PyErr_Occurred()) SWIG_fail;
28678 }
28679 Py_INCREF(Py_None); resultobj = Py_None;
28680 return resultobj;
28681 fail:
28682 return NULL;
28683 }
28684
28685
28686 static PyObject *_wrap_GenericDirCtrl_GetRootId(PyObject *, PyObject *args, PyObject *kwargs) {
28687 PyObject *resultobj;
28688 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28689 wxTreeItemId result;
28690 PyObject * obj0 = 0 ;
28691 char *kwnames[] = {
28692 (char *) "self", NULL
28693 };
28694
28695 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetRootId",kwnames,&obj0)) goto fail;
28696 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28697 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28698 {
28699 PyThreadState* __tstate = wxPyBeginAllowThreads();
28700 result = (arg1)->GetRootId();
28701
28702 wxPyEndAllowThreads(__tstate);
28703 if (PyErr_Occurred()) SWIG_fail;
28704 }
28705 {
28706 wxTreeItemId * resultptr;
28707 resultptr = new wxTreeItemId((wxTreeItemId &) result);
28708 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
28709 }
28710 return resultobj;
28711 fail:
28712 return NULL;
28713 }
28714
28715
28716 static PyObject *_wrap_GenericDirCtrl_GetTreeCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28717 PyObject *resultobj;
28718 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28719 wxPyTreeCtrl *result;
28720 PyObject * obj0 = 0 ;
28721 char *kwnames[] = {
28722 (char *) "self", NULL
28723 };
28724
28725 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetTreeCtrl",kwnames,&obj0)) goto fail;
28726 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28727 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28728 {
28729 PyThreadState* __tstate = wxPyBeginAllowThreads();
28730 result = (wxPyTreeCtrl *)((wxGenericDirCtrl const *)arg1)->GetTreeCtrl();
28731
28732 wxPyEndAllowThreads(__tstate);
28733 if (PyErr_Occurred()) SWIG_fail;
28734 }
28735 {
28736 resultobj = wxPyMake_wxObject(result, 0);
28737 }
28738 return resultobj;
28739 fail:
28740 return NULL;
28741 }
28742
28743
28744 static PyObject *_wrap_GenericDirCtrl_GetFilterListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28745 PyObject *resultobj;
28746 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28747 wxDirFilterListCtrl *result;
28748 PyObject * obj0 = 0 ;
28749 char *kwnames[] = {
28750 (char *) "self", NULL
28751 };
28752
28753 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterListCtrl",kwnames,&obj0)) goto fail;
28754 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28755 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28756 {
28757 PyThreadState* __tstate = wxPyBeginAllowThreads();
28758 result = (wxDirFilterListCtrl *)((wxGenericDirCtrl const *)arg1)->GetFilterListCtrl();
28759
28760 wxPyEndAllowThreads(__tstate);
28761 if (PyErr_Occurred()) SWIG_fail;
28762 }
28763 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 0);
28764 return resultobj;
28765 fail:
28766 return NULL;
28767 }
28768
28769
28770 static PyObject *_wrap_GenericDirCtrl_FindChild(PyObject *, PyObject *args, PyObject *kwargs) {
28771 PyObject *resultobj;
28772 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28773 wxTreeItemId arg2 ;
28774 wxString *arg3 = 0 ;
28775 bool *arg4 = 0 ;
28776 wxTreeItemId result;
28777 wxTreeItemId *argp2 ;
28778 bool temp3 = False ;
28779 bool temp4 ;
28780 int res4 = 0 ;
28781 PyObject * obj0 = 0 ;
28782 PyObject * obj1 = 0 ;
28783 PyObject * obj2 = 0 ;
28784 char *kwnames[] = {
28785 (char *) "self",(char *) "parentId",(char *) "path", NULL
28786 };
28787
28788 arg4 = &temp4; res4 = SWIG_NEWOBJ;
28789 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:GenericDirCtrl_FindChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
28790 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28791 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28792 if ((SWIG_ConvertPtr(obj1,(void **)(&argp2),SWIGTYPE_p_wxTreeItemId,
28793 SWIG_POINTER_EXCEPTION) == -1)) SWIG_fail;
28794 arg2 = *argp2;
28795 {
28796 arg3 = wxString_in_helper(obj2);
28797 if (arg3 == NULL) SWIG_fail;
28798 temp3 = True;
28799 }
28800 {
28801 PyThreadState* __tstate = wxPyBeginAllowThreads();
28802 result = (arg1)->FindChild(arg2,(wxString const &)*arg3,*arg4);
28803
28804 wxPyEndAllowThreads(__tstate);
28805 if (PyErr_Occurred()) SWIG_fail;
28806 }
28807 {
28808 wxTreeItemId * resultptr;
28809 resultptr = new wxTreeItemId((wxTreeItemId &) result);
28810 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
28811 }
28812 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ?
28813 SWIG_From_bool((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_bool, 0)));
28814 {
28815 if (temp3)
28816 delete arg3;
28817 }
28818 return resultobj;
28819 fail:
28820 {
28821 if (temp3)
28822 delete arg3;
28823 }
28824 return NULL;
28825 }
28826
28827
28828 static PyObject *_wrap_GenericDirCtrl_DoResize(PyObject *, PyObject *args, PyObject *kwargs) {
28829 PyObject *resultobj;
28830 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28831 PyObject * obj0 = 0 ;
28832 char *kwnames[] = {
28833 (char *) "self", NULL
28834 };
28835
28836 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_DoResize",kwnames,&obj0)) goto fail;
28837 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28838 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28839 {
28840 PyThreadState* __tstate = wxPyBeginAllowThreads();
28841 (arg1)->DoResize();
28842
28843 wxPyEndAllowThreads(__tstate);
28844 if (PyErr_Occurred()) SWIG_fail;
28845 }
28846 Py_INCREF(Py_None); resultobj = Py_None;
28847 return resultobj;
28848 fail:
28849 return NULL;
28850 }
28851
28852
28853 static PyObject *_wrap_GenericDirCtrl_ReCreateTree(PyObject *, PyObject *args, PyObject *kwargs) {
28854 PyObject *resultobj;
28855 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28856 PyObject * obj0 = 0 ;
28857 char *kwnames[] = {
28858 (char *) "self", NULL
28859 };
28860
28861 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_ReCreateTree",kwnames,&obj0)) goto fail;
28862 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28863 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28864 {
28865 PyThreadState* __tstate = wxPyBeginAllowThreads();
28866 (arg1)->ReCreateTree();
28867
28868 wxPyEndAllowThreads(__tstate);
28869 if (PyErr_Occurred()) SWIG_fail;
28870 }
28871 Py_INCREF(Py_None); resultobj = Py_None;
28872 return resultobj;
28873 fail:
28874 return NULL;
28875 }
28876
28877
28878 static PyObject * GenericDirCtrl_swigregister(PyObject *, PyObject *args) {
28879 PyObject *obj;
28880 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28881 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDirCtrl, obj);
28882 Py_INCREF(obj);
28883 return Py_BuildValue((char *)"");
28884 }
28885 static PyObject *_wrap_new_DirFilterListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28886 PyObject *resultobj;
28887 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28888 int arg2 = (int) (int)-1 ;
28889 wxPoint const &arg3_defvalue = wxDefaultPosition ;
28890 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
28891 wxSize const &arg4_defvalue = wxDefaultSize ;
28892 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
28893 long arg5 = (long) 0 ;
28894 wxDirFilterListCtrl *result;
28895 wxPoint temp3 ;
28896 wxSize temp4 ;
28897 PyObject * obj0 = 0 ;
28898 PyObject * obj1 = 0 ;
28899 PyObject * obj2 = 0 ;
28900 PyObject * obj3 = 0 ;
28901 PyObject * obj4 = 0 ;
28902 char *kwnames[] = {
28903 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28904 };
28905
28906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_DirFilterListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
28907 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28908 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28909 if (obj1) {
28910 arg2 = (int)SWIG_As_int(obj1);
28911 if (PyErr_Occurred()) SWIG_fail;
28912 }
28913 if (obj2) {
28914 {
28915 arg3 = &temp3;
28916 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
28917 }
28918 }
28919 if (obj3) {
28920 {
28921 arg4 = &temp4;
28922 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
28923 }
28924 }
28925 if (obj4) {
28926 arg5 = (long)SWIG_As_long(obj4);
28927 if (PyErr_Occurred()) SWIG_fail;
28928 }
28929 {
28930 if (!wxPyCheckForApp()) SWIG_fail;
28931 PyThreadState* __tstate = wxPyBeginAllowThreads();
28932 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
28933
28934 wxPyEndAllowThreads(__tstate);
28935 if (PyErr_Occurred()) SWIG_fail;
28936 }
28937 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 1);
28938 return resultobj;
28939 fail:
28940 return NULL;
28941 }
28942
28943
28944 static PyObject *_wrap_new_PreDirFilterListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28945 PyObject *resultobj;
28946 wxDirFilterListCtrl *result;
28947 char *kwnames[] = {
28948 NULL
28949 };
28950
28951 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreDirFilterListCtrl",kwnames)) goto fail;
28952 {
28953 if (!wxPyCheckForApp()) SWIG_fail;
28954 PyThreadState* __tstate = wxPyBeginAllowThreads();
28955 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl();
28956
28957 wxPyEndAllowThreads(__tstate);
28958 if (PyErr_Occurred()) SWIG_fail;
28959 }
28960 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 1);
28961 return resultobj;
28962 fail:
28963 return NULL;
28964 }
28965
28966
28967 static PyObject *_wrap_DirFilterListCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
28968 PyObject *resultobj;
28969 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
28970 wxGenericDirCtrl *arg2 = (wxGenericDirCtrl *) 0 ;
28971 int arg3 = (int) (int)-1 ;
28972 wxPoint const &arg4_defvalue = wxDefaultPosition ;
28973 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
28974 wxSize const &arg5_defvalue = wxDefaultSize ;
28975 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
28976 long arg6 = (long) 0 ;
28977 bool result;
28978 wxPoint temp4 ;
28979 wxSize temp5 ;
28980 PyObject * obj0 = 0 ;
28981 PyObject * obj1 = 0 ;
28982 PyObject * obj2 = 0 ;
28983 PyObject * obj3 = 0 ;
28984 PyObject * obj4 = 0 ;
28985 PyObject * obj5 = 0 ;
28986 char *kwnames[] = {
28987 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28988 };
28989
28990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:DirFilterListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
28991 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDirFilterListCtrl,
28992 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28993 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxGenericDirCtrl,
28994 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28995 if (obj2) {
28996 arg3 = (int)SWIG_As_int(obj2);
28997 if (PyErr_Occurred()) SWIG_fail;
28998 }
28999 if (obj3) {
29000 {
29001 arg4 = &temp4;
29002 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
29003 }
29004 }
29005 if (obj4) {
29006 {
29007 arg5 = &temp5;
29008 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
29009 }
29010 }
29011 if (obj5) {
29012 arg6 = (long)SWIG_As_long(obj5);
29013 if (PyErr_Occurred()) SWIG_fail;
29014 }
29015 {
29016 PyThreadState* __tstate = wxPyBeginAllowThreads();
29017 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6);
29018
29019 wxPyEndAllowThreads(__tstate);
29020 if (PyErr_Occurred()) SWIG_fail;
29021 }
29022 {
29023 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29024 }
29025 return resultobj;
29026 fail:
29027 return NULL;
29028 }
29029
29030
29031 static PyObject *_wrap_DirFilterListCtrl_FillFilterList(PyObject *, PyObject *args, PyObject *kwargs) {
29032 PyObject *resultobj;
29033 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
29034 wxString *arg2 = 0 ;
29035 int arg3 ;
29036 bool temp2 = False ;
29037 PyObject * obj0 = 0 ;
29038 PyObject * obj1 = 0 ;
29039 PyObject * obj2 = 0 ;
29040 char *kwnames[] = {
29041 (char *) "self",(char *) "filter",(char *) "defaultFilter", NULL
29042 };
29043
29044 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DirFilterListCtrl_FillFilterList",kwnames,&obj0,&obj1,&obj2)) goto fail;
29045 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDirFilterListCtrl,
29046 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29047 {
29048 arg2 = wxString_in_helper(obj1);
29049 if (arg2 == NULL) SWIG_fail;
29050 temp2 = True;
29051 }
29052 arg3 = (int)SWIG_As_int(obj2);
29053 if (PyErr_Occurred()) SWIG_fail;
29054 {
29055 PyThreadState* __tstate = wxPyBeginAllowThreads();
29056 (arg1)->FillFilterList((wxString const &)*arg2,arg3);
29057
29058 wxPyEndAllowThreads(__tstate);
29059 if (PyErr_Occurred()) SWIG_fail;
29060 }
29061 Py_INCREF(Py_None); resultobj = Py_None;
29062 {
29063 if (temp2)
29064 delete arg2;
29065 }
29066 return resultobj;
29067 fail:
29068 {
29069 if (temp2)
29070 delete arg2;
29071 }
29072 return NULL;
29073 }
29074
29075
29076 static PyObject * DirFilterListCtrl_swigregister(PyObject *, PyObject *args) {
29077 PyObject *obj;
29078 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29079 SWIG_TypeClientData(SWIGTYPE_p_wxDirFilterListCtrl, obj);
29080 Py_INCREF(obj);
29081 return Py_BuildValue((char *)"");
29082 }
29083 static PyObject *_wrap_new_PyControl(PyObject *, PyObject *args, PyObject *kwargs) {
29084 PyObject *resultobj;
29085 wxWindow *arg1 = (wxWindow *) 0 ;
29086 int arg2 = (int) (int)-1 ;
29087 wxPoint const &arg3_defvalue = wxDefaultPosition ;
29088 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
29089 wxSize const &arg4_defvalue = wxDefaultSize ;
29090 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
29091 long arg5 = (long) 0 ;
29092 wxValidator const &arg6_defvalue = wxDefaultValidator ;
29093 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
29094 wxString const &arg7_defvalue = wxPyControlNameStr ;
29095 wxString *arg7 = (wxString *) &arg7_defvalue ;
29096 wxPyControl *result;
29097 wxPoint temp3 ;
29098 wxSize temp4 ;
29099 bool temp7 = False ;
29100 PyObject * obj0 = 0 ;
29101 PyObject * obj1 = 0 ;
29102 PyObject * obj2 = 0 ;
29103 PyObject * obj3 = 0 ;
29104 PyObject * obj4 = 0 ;
29105 PyObject * obj5 = 0 ;
29106 PyObject * obj6 = 0 ;
29107 char *kwnames[] = {
29108 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
29109 };
29110
29111 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_PyControl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
29112 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
29113 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29114 if (obj1) {
29115 arg2 = (int)SWIG_As_int(obj1);
29116 if (PyErr_Occurred()) SWIG_fail;
29117 }
29118 if (obj2) {
29119 {
29120 arg3 = &temp3;
29121 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29122 }
29123 }
29124 if (obj3) {
29125 {
29126 arg4 = &temp4;
29127 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
29128 }
29129 }
29130 if (obj4) {
29131 arg5 = (long)SWIG_As_long(obj4);
29132 if (PyErr_Occurred()) SWIG_fail;
29133 }
29134 if (obj5) {
29135 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
29136 SWIG_POINTER_EXCEPTION | 0)) == -1)
29137 SWIG_fail;
29138 if (arg6 == NULL) {
29139 PyErr_SetString(PyExc_TypeError,"null reference");
29140 SWIG_fail;
29141 }
29142 }
29143 if (obj6) {
29144 {
29145 arg7 = wxString_in_helper(obj6);
29146 if (arg7 == NULL) SWIG_fail;
29147 temp7 = True;
29148 }
29149 }
29150 {
29151 if (!wxPyCheckForApp()) SWIG_fail;
29152 PyThreadState* __tstate = wxPyBeginAllowThreads();
29153 result = (wxPyControl *)new wxPyControl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
29154
29155 wxPyEndAllowThreads(__tstate);
29156 if (PyErr_Occurred()) SWIG_fail;
29157 }
29158 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyControl, 1);
29159 {
29160 if (temp7)
29161 delete arg7;
29162 }
29163 return resultobj;
29164 fail:
29165 {
29166 if (temp7)
29167 delete arg7;
29168 }
29169 return NULL;
29170 }
29171
29172
29173 static PyObject *_wrap_new_PrePyControl(PyObject *, PyObject *args, PyObject *kwargs) {
29174 PyObject *resultobj;
29175 wxPyControl *result;
29176 char *kwnames[] = {
29177 NULL
29178 };
29179
29180 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PrePyControl",kwnames)) goto fail;
29181 {
29182 if (!wxPyCheckForApp()) SWIG_fail;
29183 PyThreadState* __tstate = wxPyBeginAllowThreads();
29184 result = (wxPyControl *)new wxPyControl();
29185
29186 wxPyEndAllowThreads(__tstate);
29187 if (PyErr_Occurred()) SWIG_fail;
29188 }
29189 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyControl, 1);
29190 return resultobj;
29191 fail:
29192 return NULL;
29193 }
29194
29195
29196 static PyObject *_wrap_PyControl__setCallbackInfo(PyObject *, PyObject *args, PyObject *kwargs) {
29197 PyObject *resultobj;
29198 wxPyControl *arg1 = (wxPyControl *) 0 ;
29199 PyObject *arg2 = (PyObject *) 0 ;
29200 PyObject *arg3 = (PyObject *) 0 ;
29201 PyObject * obj0 = 0 ;
29202 PyObject * obj1 = 0 ;
29203 PyObject * obj2 = 0 ;
29204 char *kwnames[] = {
29205 (char *) "self",(char *) "self",(char *) "_class", NULL
29206 };
29207
29208 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
29209 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29210 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29211 arg2 = obj1;
29212 arg3 = obj2;
29213 {
29214 PyThreadState* __tstate = wxPyBeginAllowThreads();
29215 (arg1)->_setCallbackInfo(arg2,arg3);
29216
29217 wxPyEndAllowThreads(__tstate);
29218 if (PyErr_Occurred()) SWIG_fail;
29219 }
29220 Py_INCREF(Py_None); resultobj = Py_None;
29221 return resultobj;
29222 fail:
29223 return NULL;
29224 }
29225
29226
29227 static PyObject *_wrap_PyControl_SetBestSize(PyObject *, PyObject *args, PyObject *kwargs) {
29228 PyObject *resultobj;
29229 wxPyControl *arg1 = (wxPyControl *) 0 ;
29230 wxSize *arg2 = 0 ;
29231 wxSize temp2 ;
29232 PyObject * obj0 = 0 ;
29233 PyObject * obj1 = 0 ;
29234 char *kwnames[] = {
29235 (char *) "self",(char *) "size", NULL
29236 };
29237
29238 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_SetBestSize",kwnames,&obj0,&obj1)) goto fail;
29239 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29240 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29241 {
29242 arg2 = &temp2;
29243 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
29244 }
29245 {
29246 PyThreadState* __tstate = wxPyBeginAllowThreads();
29247 (arg1)->SetBestSize((wxSize const &)*arg2);
29248
29249 wxPyEndAllowThreads(__tstate);
29250 if (PyErr_Occurred()) SWIG_fail;
29251 }
29252 Py_INCREF(Py_None); resultobj = Py_None;
29253 return resultobj;
29254 fail:
29255 return NULL;
29256 }
29257
29258
29259 static PyObject *_wrap_PyControl_base_DoMoveWindow(PyObject *, PyObject *args, PyObject *kwargs) {
29260 PyObject *resultobj;
29261 wxPyControl *arg1 = (wxPyControl *) 0 ;
29262 int arg2 ;
29263 int arg3 ;
29264 int arg4 ;
29265 int arg5 ;
29266 PyObject * obj0 = 0 ;
29267 PyObject * obj1 = 0 ;
29268 PyObject * obj2 = 0 ;
29269 PyObject * obj3 = 0 ;
29270 PyObject * obj4 = 0 ;
29271 char *kwnames[] = {
29272 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
29273 };
29274
29275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:PyControl_base_DoMoveWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
29276 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29277 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29278 arg2 = (int)SWIG_As_int(obj1);
29279 if (PyErr_Occurred()) SWIG_fail;
29280 arg3 = (int)SWIG_As_int(obj2);
29281 if (PyErr_Occurred()) SWIG_fail;
29282 arg4 = (int)SWIG_As_int(obj3);
29283 if (PyErr_Occurred()) SWIG_fail;
29284 arg5 = (int)SWIG_As_int(obj4);
29285 if (PyErr_Occurred()) SWIG_fail;
29286 {
29287 PyThreadState* __tstate = wxPyBeginAllowThreads();
29288 (arg1)->base_DoMoveWindow(arg2,arg3,arg4,arg5);
29289
29290 wxPyEndAllowThreads(__tstate);
29291 if (PyErr_Occurred()) SWIG_fail;
29292 }
29293 Py_INCREF(Py_None); resultobj = Py_None;
29294 return resultobj;
29295 fail:
29296 return NULL;
29297 }
29298
29299
29300 static PyObject *_wrap_PyControl_base_DoSetSize(PyObject *, PyObject *args, PyObject *kwargs) {
29301 PyObject *resultobj;
29302 wxPyControl *arg1 = (wxPyControl *) 0 ;
29303 int arg2 ;
29304 int arg3 ;
29305 int arg4 ;
29306 int arg5 ;
29307 int arg6 = (int) wxSIZE_AUTO ;
29308 PyObject * obj0 = 0 ;
29309 PyObject * obj1 = 0 ;
29310 PyObject * obj2 = 0 ;
29311 PyObject * obj3 = 0 ;
29312 PyObject * obj4 = 0 ;
29313 PyObject * obj5 = 0 ;
29314 char *kwnames[] = {
29315 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
29316 };
29317
29318 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:PyControl_base_DoSetSize",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
29319 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29320 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29321 arg2 = (int)SWIG_As_int(obj1);
29322 if (PyErr_Occurred()) SWIG_fail;
29323 arg3 = (int)SWIG_As_int(obj2);
29324 if (PyErr_Occurred()) SWIG_fail;
29325 arg4 = (int)SWIG_As_int(obj3);
29326 if (PyErr_Occurred()) SWIG_fail;
29327 arg5 = (int)SWIG_As_int(obj4);
29328 if (PyErr_Occurred()) SWIG_fail;
29329 if (obj5) {
29330 arg6 = (int)SWIG_As_int(obj5);
29331 if (PyErr_Occurred()) SWIG_fail;
29332 }
29333 {
29334 PyThreadState* __tstate = wxPyBeginAllowThreads();
29335 (arg1)->base_DoSetSize(arg2,arg3,arg4,arg5,arg6);
29336
29337 wxPyEndAllowThreads(__tstate);
29338 if (PyErr_Occurred()) SWIG_fail;
29339 }
29340 Py_INCREF(Py_None); resultobj = Py_None;
29341 return resultobj;
29342 fail:
29343 return NULL;
29344 }
29345
29346
29347 static PyObject *_wrap_PyControl_base_DoSetClientSize(PyObject *, PyObject *args, PyObject *kwargs) {
29348 PyObject *resultobj;
29349 wxPyControl *arg1 = (wxPyControl *) 0 ;
29350 int arg2 ;
29351 int arg3 ;
29352 PyObject * obj0 = 0 ;
29353 PyObject * obj1 = 0 ;
29354 PyObject * obj2 = 0 ;
29355 char *kwnames[] = {
29356 (char *) "self",(char *) "width",(char *) "height", NULL
29357 };
29358
29359 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetClientSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
29360 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29361 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29362 arg2 = (int)SWIG_As_int(obj1);
29363 if (PyErr_Occurred()) SWIG_fail;
29364 arg3 = (int)SWIG_As_int(obj2);
29365 if (PyErr_Occurred()) SWIG_fail;
29366 {
29367 PyThreadState* __tstate = wxPyBeginAllowThreads();
29368 (arg1)->base_DoSetClientSize(arg2,arg3);
29369
29370 wxPyEndAllowThreads(__tstate);
29371 if (PyErr_Occurred()) SWIG_fail;
29372 }
29373 Py_INCREF(Py_None); resultobj = Py_None;
29374 return resultobj;
29375 fail:
29376 return NULL;
29377 }
29378
29379
29380 static PyObject *_wrap_PyControl_base_DoSetVirtualSize(PyObject *, PyObject *args, PyObject *kwargs) {
29381 PyObject *resultobj;
29382 wxPyControl *arg1 = (wxPyControl *) 0 ;
29383 int arg2 ;
29384 int arg3 ;
29385 PyObject * obj0 = 0 ;
29386 PyObject * obj1 = 0 ;
29387 PyObject * obj2 = 0 ;
29388 char *kwnames[] = {
29389 (char *) "self",(char *) "x",(char *) "y", NULL
29390 };
29391
29392 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetVirtualSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
29393 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29394 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29395 arg2 = (int)SWIG_As_int(obj1);
29396 if (PyErr_Occurred()) SWIG_fail;
29397 arg3 = (int)SWIG_As_int(obj2);
29398 if (PyErr_Occurred()) SWIG_fail;
29399 {
29400 PyThreadState* __tstate = wxPyBeginAllowThreads();
29401 (arg1)->base_DoSetVirtualSize(arg2,arg3);
29402
29403 wxPyEndAllowThreads(__tstate);
29404 if (PyErr_Occurred()) SWIG_fail;
29405 }
29406 Py_INCREF(Py_None); resultobj = Py_None;
29407 return resultobj;
29408 fail:
29409 return NULL;
29410 }
29411
29412
29413 static PyObject *_wrap_PyControl_base_DoGetSize(PyObject *, PyObject *args, PyObject *kwargs) {
29414 PyObject *resultobj;
29415 wxPyControl *arg1 = (wxPyControl *) 0 ;
29416 int *arg2 = (int *) 0 ;
29417 int *arg3 = (int *) 0 ;
29418 int temp2 ;
29419 int res2 = 0 ;
29420 int temp3 ;
29421 int res3 = 0 ;
29422 PyObject * obj0 = 0 ;
29423 char *kwnames[] = {
29424 (char *) "self", NULL
29425 };
29426
29427 arg2 = &temp2; res2 = SWIG_NEWOBJ;
29428 arg3 = &temp3; res3 = SWIG_NEWOBJ;
29429 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetSize",kwnames,&obj0)) goto fail;
29430 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29431 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29432 {
29433 PyThreadState* __tstate = wxPyBeginAllowThreads();
29434 ((wxPyControl const *)arg1)->base_DoGetSize(arg2,arg3);
29435
29436 wxPyEndAllowThreads(__tstate);
29437 if (PyErr_Occurred()) SWIG_fail;
29438 }
29439 Py_INCREF(Py_None); resultobj = Py_None;
29440 resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ?
29441 SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0)));
29442 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
29443 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
29444 return resultobj;
29445 fail:
29446 return NULL;
29447 }
29448
29449
29450 static PyObject *_wrap_PyControl_base_DoGetClientSize(PyObject *, PyObject *args, PyObject *kwargs) {
29451 PyObject *resultobj;
29452 wxPyControl *arg1 = (wxPyControl *) 0 ;
29453 int *arg2 = (int *) 0 ;
29454 int *arg3 = (int *) 0 ;
29455 int temp2 ;
29456 int res2 = 0 ;
29457 int temp3 ;
29458 int res3 = 0 ;
29459 PyObject * obj0 = 0 ;
29460 char *kwnames[] = {
29461 (char *) "self", NULL
29462 };
29463
29464 arg2 = &temp2; res2 = SWIG_NEWOBJ;
29465 arg3 = &temp3; res3 = SWIG_NEWOBJ;
29466 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetClientSize",kwnames,&obj0)) goto fail;
29467 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29468 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29469 {
29470 PyThreadState* __tstate = wxPyBeginAllowThreads();
29471 ((wxPyControl const *)arg1)->base_DoGetClientSize(arg2,arg3);
29472
29473 wxPyEndAllowThreads(__tstate);
29474 if (PyErr_Occurred()) SWIG_fail;
29475 }
29476 Py_INCREF(Py_None); resultobj = Py_None;
29477 resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ?
29478 SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0)));
29479 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
29480 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
29481 return resultobj;
29482 fail:
29483 return NULL;
29484 }
29485
29486
29487 static PyObject *_wrap_PyControl_base_DoGetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
29488 PyObject *resultobj;
29489 wxPyControl *arg1 = (wxPyControl *) 0 ;
29490 int *arg2 = (int *) 0 ;
29491 int *arg3 = (int *) 0 ;
29492 int temp2 ;
29493 int res2 = 0 ;
29494 int temp3 ;
29495 int res3 = 0 ;
29496 PyObject * obj0 = 0 ;
29497 char *kwnames[] = {
29498 (char *) "self", NULL
29499 };
29500
29501 arg2 = &temp2; res2 = SWIG_NEWOBJ;
29502 arg3 = &temp3; res3 = SWIG_NEWOBJ;
29503 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetPosition",kwnames,&obj0)) goto fail;
29504 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29505 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29506 {
29507 PyThreadState* __tstate = wxPyBeginAllowThreads();
29508 ((wxPyControl const *)arg1)->base_DoGetPosition(arg2,arg3);
29509
29510 wxPyEndAllowThreads(__tstate);
29511 if (PyErr_Occurred()) SWIG_fail;
29512 }
29513 Py_INCREF(Py_None); resultobj = Py_None;
29514 resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ?
29515 SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0)));
29516 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
29517 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
29518 return resultobj;
29519 fail:
29520 return NULL;
29521 }
29522
29523
29524 static PyObject *_wrap_PyControl_base_DoGetVirtualSize(PyObject *, PyObject *args, PyObject *kwargs) {
29525 PyObject *resultobj;
29526 wxPyControl *arg1 = (wxPyControl *) 0 ;
29527 wxSize result;
29528 PyObject * obj0 = 0 ;
29529 char *kwnames[] = {
29530 (char *) "self", NULL
29531 };
29532
29533 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetVirtualSize",kwnames,&obj0)) goto fail;
29534 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29535 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29536 {
29537 PyThreadState* __tstate = wxPyBeginAllowThreads();
29538 result = ((wxPyControl const *)arg1)->base_DoGetVirtualSize();
29539
29540 wxPyEndAllowThreads(__tstate);
29541 if (PyErr_Occurred()) SWIG_fail;
29542 }
29543 {
29544 wxSize * resultptr;
29545 resultptr = new wxSize((wxSize &) result);
29546 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29547 }
29548 return resultobj;
29549 fail:
29550 return NULL;
29551 }
29552
29553
29554 static PyObject *_wrap_PyControl_base_DoGetBestSize(PyObject *, PyObject *args, PyObject *kwargs) {
29555 PyObject *resultobj;
29556 wxPyControl *arg1 = (wxPyControl *) 0 ;
29557 wxSize result;
29558 PyObject * obj0 = 0 ;
29559 char *kwnames[] = {
29560 (char *) "self", NULL
29561 };
29562
29563 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetBestSize",kwnames,&obj0)) goto fail;
29564 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29565 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29566 {
29567 PyThreadState* __tstate = wxPyBeginAllowThreads();
29568 result = ((wxPyControl const *)arg1)->base_DoGetBestSize();
29569
29570 wxPyEndAllowThreads(__tstate);
29571 if (PyErr_Occurred()) SWIG_fail;
29572 }
29573 {
29574 wxSize * resultptr;
29575 resultptr = new wxSize((wxSize &) result);
29576 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29577 }
29578 return resultobj;
29579 fail:
29580 return NULL;
29581 }
29582
29583
29584 static PyObject *_wrap_PyControl_base_InitDialog(PyObject *, PyObject *args, PyObject *kwargs) {
29585 PyObject *resultobj;
29586 wxPyControl *arg1 = (wxPyControl *) 0 ;
29587 PyObject * obj0 = 0 ;
29588 char *kwnames[] = {
29589 (char *) "self", NULL
29590 };
29591
29592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_InitDialog",kwnames,&obj0)) goto fail;
29593 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29594 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29595 {
29596 PyThreadState* __tstate = wxPyBeginAllowThreads();
29597 (arg1)->base_InitDialog();
29598
29599 wxPyEndAllowThreads(__tstate);
29600 if (PyErr_Occurred()) SWIG_fail;
29601 }
29602 Py_INCREF(Py_None); resultobj = Py_None;
29603 return resultobj;
29604 fail:
29605 return NULL;
29606 }
29607
29608
29609 static PyObject *_wrap_PyControl_base_TransferDataToWindow(PyObject *, PyObject *args, PyObject *kwargs) {
29610 PyObject *resultobj;
29611 wxPyControl *arg1 = (wxPyControl *) 0 ;
29612 bool result;
29613 PyObject * obj0 = 0 ;
29614 char *kwnames[] = {
29615 (char *) "self", NULL
29616 };
29617
29618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataToWindow",kwnames,&obj0)) goto fail;
29619 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29620 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29621 {
29622 PyThreadState* __tstate = wxPyBeginAllowThreads();
29623 result = (bool)(arg1)->base_TransferDataToWindow();
29624
29625 wxPyEndAllowThreads(__tstate);
29626 if (PyErr_Occurred()) SWIG_fail;
29627 }
29628 {
29629 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29630 }
29631 return resultobj;
29632 fail:
29633 return NULL;
29634 }
29635
29636
29637 static PyObject *_wrap_PyControl_base_TransferDataFromWindow(PyObject *, PyObject *args, PyObject *kwargs) {
29638 PyObject *resultobj;
29639 wxPyControl *arg1 = (wxPyControl *) 0 ;
29640 bool result;
29641 PyObject * obj0 = 0 ;
29642 char *kwnames[] = {
29643 (char *) "self", NULL
29644 };
29645
29646 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataFromWindow",kwnames,&obj0)) goto fail;
29647 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29648 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29649 {
29650 PyThreadState* __tstate = wxPyBeginAllowThreads();
29651 result = (bool)(arg1)->base_TransferDataFromWindow();
29652
29653 wxPyEndAllowThreads(__tstate);
29654 if (PyErr_Occurred()) SWIG_fail;
29655 }
29656 {
29657 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29658 }
29659 return resultobj;
29660 fail:
29661 return NULL;
29662 }
29663
29664
29665 static PyObject *_wrap_PyControl_base_Validate(PyObject *, PyObject *args, PyObject *kwargs) {
29666 PyObject *resultobj;
29667 wxPyControl *arg1 = (wxPyControl *) 0 ;
29668 bool result;
29669 PyObject * obj0 = 0 ;
29670 char *kwnames[] = {
29671 (char *) "self", NULL
29672 };
29673
29674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_Validate",kwnames,&obj0)) goto fail;
29675 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29676 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29677 {
29678 PyThreadState* __tstate = wxPyBeginAllowThreads();
29679 result = (bool)(arg1)->base_Validate();
29680
29681 wxPyEndAllowThreads(__tstate);
29682 if (PyErr_Occurred()) SWIG_fail;
29683 }
29684 {
29685 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29686 }
29687 return resultobj;
29688 fail:
29689 return NULL;
29690 }
29691
29692
29693 static PyObject *_wrap_PyControl_base_AcceptsFocus(PyObject *, PyObject *args, PyObject *kwargs) {
29694 PyObject *resultobj;
29695 wxPyControl *arg1 = (wxPyControl *) 0 ;
29696 bool result;
29697 PyObject * obj0 = 0 ;
29698 char *kwnames[] = {
29699 (char *) "self", NULL
29700 };
29701
29702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocus",kwnames,&obj0)) goto fail;
29703 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29704 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29705 {
29706 PyThreadState* __tstate = wxPyBeginAllowThreads();
29707 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocus();
29708
29709 wxPyEndAllowThreads(__tstate);
29710 if (PyErr_Occurred()) SWIG_fail;
29711 }
29712 {
29713 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29714 }
29715 return resultobj;
29716 fail:
29717 return NULL;
29718 }
29719
29720
29721 static PyObject *_wrap_PyControl_base_AcceptsFocusFromKeyboard(PyObject *, PyObject *args, PyObject *kwargs) {
29722 PyObject *resultobj;
29723 wxPyControl *arg1 = (wxPyControl *) 0 ;
29724 bool result;
29725 PyObject * obj0 = 0 ;
29726 char *kwnames[] = {
29727 (char *) "self", NULL
29728 };
29729
29730 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocusFromKeyboard",kwnames,&obj0)) goto fail;
29731 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29732 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29733 {
29734 PyThreadState* __tstate = wxPyBeginAllowThreads();
29735 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocusFromKeyboard();
29736
29737 wxPyEndAllowThreads(__tstate);
29738 if (PyErr_Occurred()) SWIG_fail;
29739 }
29740 {
29741 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29742 }
29743 return resultobj;
29744 fail:
29745 return NULL;
29746 }
29747
29748
29749 static PyObject *_wrap_PyControl_base_GetMaxSize(PyObject *, PyObject *args, PyObject *kwargs) {
29750 PyObject *resultobj;
29751 wxPyControl *arg1 = (wxPyControl *) 0 ;
29752 wxSize result;
29753 PyObject * obj0 = 0 ;
29754 char *kwnames[] = {
29755 (char *) "self", NULL
29756 };
29757
29758 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetMaxSize",kwnames,&obj0)) goto fail;
29759 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29760 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29761 {
29762 PyThreadState* __tstate = wxPyBeginAllowThreads();
29763 result = ((wxPyControl const *)arg1)->base_GetMaxSize();
29764
29765 wxPyEndAllowThreads(__tstate);
29766 if (PyErr_Occurred()) SWIG_fail;
29767 }
29768 {
29769 wxSize * resultptr;
29770 resultptr = new wxSize((wxSize &) result);
29771 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29772 }
29773 return resultobj;
29774 fail:
29775 return NULL;
29776 }
29777
29778
29779 static PyObject *_wrap_PyControl_base_AddChild(PyObject *, PyObject *args, PyObject *kwargs) {
29780 PyObject *resultobj;
29781 wxPyControl *arg1 = (wxPyControl *) 0 ;
29782 wxWindow *arg2 = (wxWindow *) 0 ;
29783 PyObject * obj0 = 0 ;
29784 PyObject * obj1 = 0 ;
29785 char *kwnames[] = {
29786 (char *) "self",(char *) "child", NULL
29787 };
29788
29789 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_AddChild",kwnames,&obj0,&obj1)) goto fail;
29790 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29791 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29792 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
29793 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29794 {
29795 PyThreadState* __tstate = wxPyBeginAllowThreads();
29796 (arg1)->base_AddChild(arg2);
29797
29798 wxPyEndAllowThreads(__tstate);
29799 if (PyErr_Occurred()) SWIG_fail;
29800 }
29801 Py_INCREF(Py_None); resultobj = Py_None;
29802 return resultobj;
29803 fail:
29804 return NULL;
29805 }
29806
29807
29808 static PyObject *_wrap_PyControl_base_RemoveChild(PyObject *, PyObject *args, PyObject *kwargs) {
29809 PyObject *resultobj;
29810 wxPyControl *arg1 = (wxPyControl *) 0 ;
29811 wxWindow *arg2 = (wxWindow *) 0 ;
29812 PyObject * obj0 = 0 ;
29813 PyObject * obj1 = 0 ;
29814 char *kwnames[] = {
29815 (char *) "self",(char *) "child", NULL
29816 };
29817
29818 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_RemoveChild",kwnames,&obj0,&obj1)) goto fail;
29819 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29820 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29821 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
29822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29823 {
29824 PyThreadState* __tstate = wxPyBeginAllowThreads();
29825 (arg1)->base_RemoveChild(arg2);
29826
29827 wxPyEndAllowThreads(__tstate);
29828 if (PyErr_Occurred()) SWIG_fail;
29829 }
29830 Py_INCREF(Py_None); resultobj = Py_None;
29831 return resultobj;
29832 fail:
29833 return NULL;
29834 }
29835
29836
29837 static PyObject *_wrap_PyControl_base_ShouldInheritColours(PyObject *, PyObject *args, PyObject *kwargs) {
29838 PyObject *resultobj;
29839 wxPyControl *arg1 = (wxPyControl *) 0 ;
29840 bool result;
29841 PyObject * obj0 = 0 ;
29842 char *kwnames[] = {
29843 (char *) "self", NULL
29844 };
29845
29846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_ShouldInheritColours",kwnames,&obj0)) goto fail;
29847 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29848 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29849 {
29850 PyThreadState* __tstate = wxPyBeginAllowThreads();
29851 result = (bool)((wxPyControl const *)arg1)->base_ShouldInheritColours();
29852
29853 wxPyEndAllowThreads(__tstate);
29854 if (PyErr_Occurred()) SWIG_fail;
29855 }
29856 {
29857 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29858 }
29859 return resultobj;
29860 fail:
29861 return NULL;
29862 }
29863
29864
29865 static PyObject *_wrap_PyControl_base_ApplyParentThemeBackground(PyObject *, PyObject *args, PyObject *kwargs) {
29866 PyObject *resultobj;
29867 wxPyControl *arg1 = (wxPyControl *) 0 ;
29868 wxColour *arg2 = 0 ;
29869 wxColour temp2 ;
29870 PyObject * obj0 = 0 ;
29871 PyObject * obj1 = 0 ;
29872 char *kwnames[] = {
29873 (char *) "self",(char *) "c", NULL
29874 };
29875
29876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_ApplyParentThemeBackground",kwnames,&obj0,&obj1)) goto fail;
29877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29879 {
29880 arg2 = &temp2;
29881 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
29882 }
29883 {
29884 PyThreadState* __tstate = wxPyBeginAllowThreads();
29885 (arg1)->base_ApplyParentThemeBackground((wxColour const &)*arg2);
29886
29887 wxPyEndAllowThreads(__tstate);
29888 if (PyErr_Occurred()) SWIG_fail;
29889 }
29890 Py_INCREF(Py_None); resultobj = Py_None;
29891 return resultobj;
29892 fail:
29893 return NULL;
29894 }
29895
29896
29897 static PyObject *_wrap_PyControl_base_GetDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
29898 PyObject *resultobj;
29899 wxPyControl *arg1 = (wxPyControl *) 0 ;
29900 wxVisualAttributes result;
29901 PyObject * obj0 = 0 ;
29902 char *kwnames[] = {
29903 (char *) "self", NULL
29904 };
29905
29906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetDefaultAttributes",kwnames,&obj0)) goto fail;
29907 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29908 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29909 {
29910 PyThreadState* __tstate = wxPyBeginAllowThreads();
29911 result = (arg1)->base_GetDefaultAttributes();
29912
29913 wxPyEndAllowThreads(__tstate);
29914 if (PyErr_Occurred()) SWIG_fail;
29915 }
29916 {
29917 wxVisualAttributes * resultptr;
29918 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
29919 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
29920 }
29921 return resultobj;
29922 fail:
29923 return NULL;
29924 }
29925
29926
29927 static PyObject * PyControl_swigregister(PyObject *, PyObject *args) {
29928 PyObject *obj;
29929 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29930 SWIG_TypeClientData(SWIGTYPE_p_wxPyControl, obj);
29931 Py_INCREF(obj);
29932 return Py_BuildValue((char *)"");
29933 }
29934 static PyObject *_wrap_new_HelpEvent(PyObject *, PyObject *args, PyObject *kwargs) {
29935 PyObject *resultobj;
29936 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
29937 int arg2 = (int) 0 ;
29938 wxPoint const &arg3_defvalue = wxDefaultPosition ;
29939 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
29940 wxHelpEvent *result;
29941 wxPoint temp3 ;
29942 PyObject * obj0 = 0 ;
29943 PyObject * obj1 = 0 ;
29944 PyObject * obj2 = 0 ;
29945 char *kwnames[] = {
29946 (char *) "type",(char *) "winid",(char *) "pt", NULL
29947 };
29948
29949 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_HelpEvent",kwnames,&obj0,&obj1,&obj2)) goto fail;
29950 if (obj0) {
29951 arg1 = (wxEventType)SWIG_As_int(obj0);
29952 if (PyErr_Occurred()) SWIG_fail;
29953 }
29954 if (obj1) {
29955 arg2 = (int)SWIG_As_int(obj1);
29956 if (PyErr_Occurred()) SWIG_fail;
29957 }
29958 if (obj2) {
29959 {
29960 arg3 = &temp3;
29961 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29962 }
29963 }
29964 {
29965 PyThreadState* __tstate = wxPyBeginAllowThreads();
29966 result = (wxHelpEvent *)new wxHelpEvent(arg1,arg2,(wxPoint const &)*arg3);
29967
29968 wxPyEndAllowThreads(__tstate);
29969 if (PyErr_Occurred()) SWIG_fail;
29970 }
29971 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpEvent, 1);
29972 return resultobj;
29973 fail:
29974 return NULL;
29975 }
29976
29977
29978 static PyObject *_wrap_HelpEvent_GetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
29979 PyObject *resultobj;
29980 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29981 wxPoint result;
29982 PyObject * obj0 = 0 ;
29983 char *kwnames[] = {
29984 (char *) "self", NULL
29985 };
29986
29987 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetPosition",kwnames,&obj0)) goto fail;
29988 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29989 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29990 {
29991 PyThreadState* __tstate = wxPyBeginAllowThreads();
29992 result = ((wxHelpEvent const *)arg1)->GetPosition();
29993
29994 wxPyEndAllowThreads(__tstate);
29995 if (PyErr_Occurred()) SWIG_fail;
29996 }
29997 {
29998 wxPoint * resultptr;
29999 resultptr = new wxPoint((wxPoint &) result);
30000 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
30001 }
30002 return resultobj;
30003 fail:
30004 return NULL;
30005 }
30006
30007
30008 static PyObject *_wrap_HelpEvent_SetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
30009 PyObject *resultobj;
30010 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30011 wxPoint *arg2 = 0 ;
30012 wxPoint temp2 ;
30013 PyObject * obj0 = 0 ;
30014 PyObject * obj1 = 0 ;
30015 char *kwnames[] = {
30016 (char *) "self",(char *) "pos", NULL
30017 };
30018
30019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
30020 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30021 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30022 {
30023 arg2 = &temp2;
30024 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
30025 }
30026 {
30027 PyThreadState* __tstate = wxPyBeginAllowThreads();
30028 (arg1)->SetPosition((wxPoint const &)*arg2);
30029
30030 wxPyEndAllowThreads(__tstate);
30031 if (PyErr_Occurred()) SWIG_fail;
30032 }
30033 Py_INCREF(Py_None); resultobj = Py_None;
30034 return resultobj;
30035 fail:
30036 return NULL;
30037 }
30038
30039
30040 static PyObject *_wrap_HelpEvent_GetLink(PyObject *, PyObject *args, PyObject *kwargs) {
30041 PyObject *resultobj;
30042 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30043 wxString *result;
30044 PyObject * obj0 = 0 ;
30045 char *kwnames[] = {
30046 (char *) "self", NULL
30047 };
30048
30049 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetLink",kwnames,&obj0)) goto fail;
30050 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30051 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30052 {
30053 PyThreadState* __tstate = wxPyBeginAllowThreads();
30054 {
30055 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetLink();
30056 result = (wxString *) &_result_ref;
30057 }
30058
30059 wxPyEndAllowThreads(__tstate);
30060 if (PyErr_Occurred()) SWIG_fail;
30061 }
30062 {
30063 #if wxUSE_UNICODE
30064 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
30065 #else
30066 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
30067 #endif
30068 }
30069 return resultobj;
30070 fail:
30071 return NULL;
30072 }
30073
30074
30075 static PyObject *_wrap_HelpEvent_SetLink(PyObject *, PyObject *args, PyObject *kwargs) {
30076 PyObject *resultobj;
30077 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30078 wxString *arg2 = 0 ;
30079 bool temp2 = False ;
30080 PyObject * obj0 = 0 ;
30081 PyObject * obj1 = 0 ;
30082 char *kwnames[] = {
30083 (char *) "self",(char *) "link", NULL
30084 };
30085
30086 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetLink",kwnames,&obj0,&obj1)) goto fail;
30087 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30088 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30089 {
30090 arg2 = wxString_in_helper(obj1);
30091 if (arg2 == NULL) SWIG_fail;
30092 temp2 = True;
30093 }
30094 {
30095 PyThreadState* __tstate = wxPyBeginAllowThreads();
30096 (arg1)->SetLink((wxString const &)*arg2);
30097
30098 wxPyEndAllowThreads(__tstate);
30099 if (PyErr_Occurred()) SWIG_fail;
30100 }
30101 Py_INCREF(Py_None); resultobj = Py_None;
30102 {
30103 if (temp2)
30104 delete arg2;
30105 }
30106 return resultobj;
30107 fail:
30108 {
30109 if (temp2)
30110 delete arg2;
30111 }
30112 return NULL;
30113 }
30114
30115
30116 static PyObject *_wrap_HelpEvent_GetTarget(PyObject *, PyObject *args, PyObject *kwargs) {
30117 PyObject *resultobj;
30118 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30119 wxString *result;
30120 PyObject * obj0 = 0 ;
30121 char *kwnames[] = {
30122 (char *) "self", NULL
30123 };
30124
30125 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetTarget",kwnames,&obj0)) goto fail;
30126 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30127 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30128 {
30129 PyThreadState* __tstate = wxPyBeginAllowThreads();
30130 {
30131 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetTarget();
30132 result = (wxString *) &_result_ref;
30133 }
30134
30135 wxPyEndAllowThreads(__tstate);
30136 if (PyErr_Occurred()) SWIG_fail;
30137 }
30138 {
30139 #if wxUSE_UNICODE
30140 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
30141 #else
30142 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
30143 #endif
30144 }
30145 return resultobj;
30146 fail:
30147 return NULL;
30148 }
30149
30150
30151 static PyObject *_wrap_HelpEvent_SetTarget(PyObject *, PyObject *args, PyObject *kwargs) {
30152 PyObject *resultobj;
30153 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30154 wxString *arg2 = 0 ;
30155 bool temp2 = False ;
30156 PyObject * obj0 = 0 ;
30157 PyObject * obj1 = 0 ;
30158 char *kwnames[] = {
30159 (char *) "self",(char *) "target", NULL
30160 };
30161
30162 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetTarget",kwnames,&obj0,&obj1)) goto fail;
30163 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30164 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30165 {
30166 arg2 = wxString_in_helper(obj1);
30167 if (arg2 == NULL) SWIG_fail;
30168 temp2 = True;
30169 }
30170 {
30171 PyThreadState* __tstate = wxPyBeginAllowThreads();
30172 (arg1)->SetTarget((wxString const &)*arg2);
30173
30174 wxPyEndAllowThreads(__tstate);
30175 if (PyErr_Occurred()) SWIG_fail;
30176 }
30177 Py_INCREF(Py_None); resultobj = Py_None;
30178 {
30179 if (temp2)
30180 delete arg2;
30181 }
30182 return resultobj;
30183 fail:
30184 {
30185 if (temp2)
30186 delete arg2;
30187 }
30188 return NULL;
30189 }
30190
30191
30192 static PyObject * HelpEvent_swigregister(PyObject *, PyObject *args) {
30193 PyObject *obj;
30194 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30195 SWIG_TypeClientData(SWIGTYPE_p_wxHelpEvent, obj);
30196 Py_INCREF(obj);
30197 return Py_BuildValue((char *)"");
30198 }
30199 static PyObject *_wrap_new_ContextHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30200 PyObject *resultobj;
30201 wxWindow *arg1 = (wxWindow *) NULL ;
30202 bool arg2 = (bool) True ;
30203 wxContextHelp *result;
30204 PyObject * obj0 = 0 ;
30205 PyObject * obj1 = 0 ;
30206 char *kwnames[] = {
30207 (char *) "window",(char *) "doNow", NULL
30208 };
30209
30210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ContextHelp",kwnames,&obj0,&obj1)) goto fail;
30211 if (obj0) {
30212 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
30213 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30214 }
30215 if (obj1) {
30216 arg2 = (bool)SWIG_As_bool(obj1);
30217 if (PyErr_Occurred()) SWIG_fail;
30218 }
30219 {
30220 if (!wxPyCheckForApp()) SWIG_fail;
30221 PyThreadState* __tstate = wxPyBeginAllowThreads();
30222 result = (wxContextHelp *)new wxContextHelp(arg1,arg2);
30223
30224 wxPyEndAllowThreads(__tstate);
30225 if (PyErr_Occurred()) SWIG_fail;
30226 }
30227 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxContextHelp, 1);
30228 return resultobj;
30229 fail:
30230 return NULL;
30231 }
30232
30233
30234 static PyObject *_wrap_delete_ContextHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30235 PyObject *resultobj;
30236 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30237 PyObject * obj0 = 0 ;
30238 char *kwnames[] = {
30239 (char *) "self", NULL
30240 };
30241
30242 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ContextHelp",kwnames,&obj0)) goto fail;
30243 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30244 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30245 {
30246 PyThreadState* __tstate = wxPyBeginAllowThreads();
30247 delete arg1;
30248
30249 wxPyEndAllowThreads(__tstate);
30250 if (PyErr_Occurred()) SWIG_fail;
30251 }
30252 Py_INCREF(Py_None); resultobj = Py_None;
30253 return resultobj;
30254 fail:
30255 return NULL;
30256 }
30257
30258
30259 static PyObject *_wrap_ContextHelp_BeginContextHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30260 PyObject *resultobj;
30261 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30262 wxWindow *arg2 = (wxWindow *) NULL ;
30263 bool result;
30264 PyObject * obj0 = 0 ;
30265 PyObject * obj1 = 0 ;
30266 char *kwnames[] = {
30267 (char *) "self",(char *) "window", NULL
30268 };
30269
30270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ContextHelp_BeginContextHelp",kwnames,&obj0,&obj1)) goto fail;
30271 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30272 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30273 if (obj1) {
30274 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30275 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30276 }
30277 {
30278 PyThreadState* __tstate = wxPyBeginAllowThreads();
30279 result = (bool)(arg1)->BeginContextHelp(arg2);
30280
30281 wxPyEndAllowThreads(__tstate);
30282 if (PyErr_Occurred()) SWIG_fail;
30283 }
30284 {
30285 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30286 }
30287 return resultobj;
30288 fail:
30289 return NULL;
30290 }
30291
30292
30293 static PyObject *_wrap_ContextHelp_EndContextHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30294 PyObject *resultobj;
30295 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30296 bool result;
30297 PyObject * obj0 = 0 ;
30298 char *kwnames[] = {
30299 (char *) "self", NULL
30300 };
30301
30302 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ContextHelp_EndContextHelp",kwnames,&obj0)) goto fail;
30303 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30304 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30305 {
30306 PyThreadState* __tstate = wxPyBeginAllowThreads();
30307 result = (bool)(arg1)->EndContextHelp();
30308
30309 wxPyEndAllowThreads(__tstate);
30310 if (PyErr_Occurred()) SWIG_fail;
30311 }
30312 {
30313 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30314 }
30315 return resultobj;
30316 fail:
30317 return NULL;
30318 }
30319
30320
30321 static PyObject * ContextHelp_swigregister(PyObject *, PyObject *args) {
30322 PyObject *obj;
30323 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30324 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelp, obj);
30325 Py_INCREF(obj);
30326 return Py_BuildValue((char *)"");
30327 }
30328 static PyObject *_wrap_new_ContextHelpButton(PyObject *, PyObject *args, PyObject *kwargs) {
30329 PyObject *resultobj;
30330 wxWindow *arg1 = (wxWindow *) 0 ;
30331 int arg2 = (int) wxID_CONTEXT_HELP ;
30332 wxPoint const &arg3_defvalue = wxDefaultPosition ;
30333 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
30334 wxSize const &arg4_defvalue = wxDefaultSize ;
30335 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
30336 long arg5 = (long) wxBU_AUTODRAW ;
30337 wxContextHelpButton *result;
30338 wxPoint temp3 ;
30339 wxSize temp4 ;
30340 PyObject * obj0 = 0 ;
30341 PyObject * obj1 = 0 ;
30342 PyObject * obj2 = 0 ;
30343 PyObject * obj3 = 0 ;
30344 PyObject * obj4 = 0 ;
30345 char *kwnames[] = {
30346 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
30347 };
30348
30349 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_ContextHelpButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
30350 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
30351 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30352 if (obj1) {
30353 arg2 = (int)SWIG_As_int(obj1);
30354 if (PyErr_Occurred()) SWIG_fail;
30355 }
30356 if (obj2) {
30357 {
30358 arg3 = &temp3;
30359 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
30360 }
30361 }
30362 if (obj3) {
30363 {
30364 arg4 = &temp4;
30365 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
30366 }
30367 }
30368 if (obj4) {
30369 arg5 = (long)SWIG_As_long(obj4);
30370 if (PyErr_Occurred()) SWIG_fail;
30371 }
30372 {
30373 if (!wxPyCheckForApp()) SWIG_fail;
30374 PyThreadState* __tstate = wxPyBeginAllowThreads();
30375 result = (wxContextHelpButton *)new wxContextHelpButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
30376
30377 wxPyEndAllowThreads(__tstate);
30378 if (PyErr_Occurred()) SWIG_fail;
30379 }
30380 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxContextHelpButton, 1);
30381 return resultobj;
30382 fail:
30383 return NULL;
30384 }
30385
30386
30387 static PyObject * ContextHelpButton_swigregister(PyObject *, PyObject *args) {
30388 PyObject *obj;
30389 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30390 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelpButton, obj);
30391 Py_INCREF(obj);
30392 return Py_BuildValue((char *)"");
30393 }
30394 static PyObject *_wrap_HelpProvider_Set(PyObject *, PyObject *args, PyObject *kwargs) {
30395 PyObject *resultobj;
30396 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30397 wxHelpProvider *result;
30398 PyObject * obj0 = 0 ;
30399 char *kwnames[] = {
30400 (char *) "helpProvider", NULL
30401 };
30402
30403 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Set",kwnames,&obj0)) goto fail;
30404 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30405 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30406 {
30407 PyThreadState* __tstate = wxPyBeginAllowThreads();
30408 result = (wxHelpProvider *)wxHelpProvider::Set(arg1);
30409
30410 wxPyEndAllowThreads(__tstate);
30411 if (PyErr_Occurred()) SWIG_fail;
30412 }
30413 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpProvider, 0);
30414 return resultobj;
30415 fail:
30416 return NULL;
30417 }
30418
30419
30420 static PyObject *_wrap_HelpProvider_Get(PyObject *, PyObject *args, PyObject *kwargs) {
30421 PyObject *resultobj;
30422 wxHelpProvider *result;
30423 char *kwnames[] = {
30424 NULL
30425 };
30426
30427 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":HelpProvider_Get",kwnames)) goto fail;
30428 {
30429 PyThreadState* __tstate = wxPyBeginAllowThreads();
30430 result = (wxHelpProvider *)wxHelpProvider::Get();
30431
30432 wxPyEndAllowThreads(__tstate);
30433 if (PyErr_Occurred()) SWIG_fail;
30434 }
30435 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpProvider, 0);
30436 return resultobj;
30437 fail:
30438 return NULL;
30439 }
30440
30441
30442 static PyObject *_wrap_HelpProvider_GetHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30443 PyObject *resultobj;
30444 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30445 wxWindow *arg2 = (wxWindow *) 0 ;
30446 wxString result;
30447 PyObject * obj0 = 0 ;
30448 PyObject * obj1 = 0 ;
30449 char *kwnames[] = {
30450 (char *) "self",(char *) "window", NULL
30451 };
30452
30453 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_GetHelp",kwnames,&obj0,&obj1)) goto fail;
30454 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30455 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30456 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30457 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30458 {
30459 PyThreadState* __tstate = wxPyBeginAllowThreads();
30460 result = (arg1)->GetHelp((wxWindow const *)arg2);
30461
30462 wxPyEndAllowThreads(__tstate);
30463 if (PyErr_Occurred()) SWIG_fail;
30464 }
30465 {
30466 #if wxUSE_UNICODE
30467 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
30468 #else
30469 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
30470 #endif
30471 }
30472 return resultobj;
30473 fail:
30474 return NULL;
30475 }
30476
30477
30478 static PyObject *_wrap_HelpProvider_ShowHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30479 PyObject *resultobj;
30480 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30481 wxWindow *arg2 = (wxWindow *) 0 ;
30482 bool result;
30483 PyObject * obj0 = 0 ;
30484 PyObject * obj1 = 0 ;
30485 char *kwnames[] = {
30486 (char *) "self",(char *) "window", NULL
30487 };
30488
30489 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_ShowHelp",kwnames,&obj0,&obj1)) goto fail;
30490 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30491 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30492 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30493 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30494 {
30495 PyThreadState* __tstate = wxPyBeginAllowThreads();
30496 result = (bool)(arg1)->ShowHelp(arg2);
30497
30498 wxPyEndAllowThreads(__tstate);
30499 if (PyErr_Occurred()) SWIG_fail;
30500 }
30501 {
30502 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30503 }
30504 return resultobj;
30505 fail:
30506 return NULL;
30507 }
30508
30509
30510 static PyObject *_wrap_HelpProvider_AddHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30511 PyObject *resultobj;
30512 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30513 wxWindow *arg2 = (wxWindow *) 0 ;
30514 wxString *arg3 = 0 ;
30515 bool temp3 = False ;
30516 PyObject * obj0 = 0 ;
30517 PyObject * obj1 = 0 ;
30518 PyObject * obj2 = 0 ;
30519 char *kwnames[] = {
30520 (char *) "self",(char *) "window",(char *) "text", NULL
30521 };
30522
30523 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
30524 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30525 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30526 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30527 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30528 {
30529 arg3 = wxString_in_helper(obj2);
30530 if (arg3 == NULL) SWIG_fail;
30531 temp3 = True;
30532 }
30533 {
30534 PyThreadState* __tstate = wxPyBeginAllowThreads();
30535 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
30536
30537 wxPyEndAllowThreads(__tstate);
30538 if (PyErr_Occurred()) SWIG_fail;
30539 }
30540 Py_INCREF(Py_None); resultobj = Py_None;
30541 {
30542 if (temp3)
30543 delete arg3;
30544 }
30545 return resultobj;
30546 fail:
30547 {
30548 if (temp3)
30549 delete arg3;
30550 }
30551 return NULL;
30552 }
30553
30554
30555 static PyObject *_wrap_HelpProvider_AddHelpById(PyObject *, PyObject *args, PyObject *kwargs) {
30556 PyObject *resultobj;
30557 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30558 int arg2 ;
30559 wxString *arg3 = 0 ;
30560 bool temp3 = False ;
30561 PyObject * obj0 = 0 ;
30562 PyObject * obj1 = 0 ;
30563 PyObject * obj2 = 0 ;
30564 char *kwnames[] = {
30565 (char *) "self",(char *) "id",(char *) "text", NULL
30566 };
30567
30568 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelpById",kwnames,&obj0,&obj1,&obj2)) goto fail;
30569 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30570 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30571 arg2 = (int)SWIG_As_int(obj1);
30572 if (PyErr_Occurred()) SWIG_fail;
30573 {
30574 arg3 = wxString_in_helper(obj2);
30575 if (arg3 == NULL) SWIG_fail;
30576 temp3 = True;
30577 }
30578 {
30579 PyThreadState* __tstate = wxPyBeginAllowThreads();
30580 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
30581
30582 wxPyEndAllowThreads(__tstate);
30583 if (PyErr_Occurred()) SWIG_fail;
30584 }
30585 Py_INCREF(Py_None); resultobj = Py_None;
30586 {
30587 if (temp3)
30588 delete arg3;
30589 }
30590 return resultobj;
30591 fail:
30592 {
30593 if (temp3)
30594 delete arg3;
30595 }
30596 return NULL;
30597 }
30598
30599
30600 static PyObject *_wrap_HelpProvider_RemoveHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30601 PyObject *resultobj;
30602 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30603 wxWindow *arg2 = (wxWindow *) 0 ;
30604 PyObject * obj0 = 0 ;
30605 PyObject * obj1 = 0 ;
30606 char *kwnames[] = {
30607 (char *) "self",(char *) "window", NULL
30608 };
30609
30610 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_RemoveHelp",kwnames,&obj0,&obj1)) goto fail;
30611 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30612 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30613 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30614 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30615 {
30616 PyThreadState* __tstate = wxPyBeginAllowThreads();
30617 (arg1)->RemoveHelp(arg2);
30618
30619 wxPyEndAllowThreads(__tstate);
30620 if (PyErr_Occurred()) SWIG_fail;
30621 }
30622 Py_INCREF(Py_None); resultobj = Py_None;
30623 return resultobj;
30624 fail:
30625 return NULL;
30626 }
30627
30628
30629 static PyObject *_wrap_HelpProvider_Destroy(PyObject *, PyObject *args, PyObject *kwargs) {
30630 PyObject *resultobj;
30631 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30632 PyObject * obj0 = 0 ;
30633 char *kwnames[] = {
30634 (char *) "self", NULL
30635 };
30636
30637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Destroy",kwnames,&obj0)) goto fail;
30638 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30639 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30640 {
30641 PyThreadState* __tstate = wxPyBeginAllowThreads();
30642 wxHelpProvider_Destroy(arg1);
30643
30644 wxPyEndAllowThreads(__tstate);
30645 if (PyErr_Occurred()) SWIG_fail;
30646 }
30647 Py_INCREF(Py_None); resultobj = Py_None;
30648 return resultobj;
30649 fail:
30650 return NULL;
30651 }
30652
30653
30654 static PyObject * HelpProvider_swigregister(PyObject *, PyObject *args) {
30655 PyObject *obj;
30656 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30657 SWIG_TypeClientData(SWIGTYPE_p_wxHelpProvider, obj);
30658 Py_INCREF(obj);
30659 return Py_BuildValue((char *)"");
30660 }
30661 static PyObject *_wrap_new_SimpleHelpProvider(PyObject *, PyObject *args, PyObject *kwargs) {
30662 PyObject *resultobj;
30663 wxSimpleHelpProvider *result;
30664 char *kwnames[] = {
30665 NULL
30666 };
30667
30668 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_SimpleHelpProvider",kwnames)) goto fail;
30669 {
30670 PyThreadState* __tstate = wxPyBeginAllowThreads();
30671 result = (wxSimpleHelpProvider *)new wxSimpleHelpProvider();
30672
30673 wxPyEndAllowThreads(__tstate);
30674 if (PyErr_Occurred()) SWIG_fail;
30675 }
30676 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSimpleHelpProvider, 1);
30677 return resultobj;
30678 fail:
30679 return NULL;
30680 }
30681
30682
30683 static PyObject * SimpleHelpProvider_swigregister(PyObject *, PyObject *args) {
30684 PyObject *obj;
30685 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30686 SWIG_TypeClientData(SWIGTYPE_p_wxSimpleHelpProvider, obj);
30687 Py_INCREF(obj);
30688 return Py_BuildValue((char *)"");
30689 }
30690 static PyObject *_wrap_new_DragImage(PyObject *, PyObject *args, PyObject *kwargs) {
30691 PyObject *resultobj;
30692 wxBitmap *arg1 = 0 ;
30693 wxCursor const &arg2_defvalue = wxNullCursor ;
30694 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30695 wxGenericDragImage *result;
30696 PyObject * obj0 = 0 ;
30697 PyObject * obj1 = 0 ;
30698 char *kwnames[] = {
30699 (char *) "image",(char *) "cursor", NULL
30700 };
30701
30702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragImage",kwnames,&obj0,&obj1)) goto fail;
30703 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmap,
30704 SWIG_POINTER_EXCEPTION | 0)) == -1)
30705 SWIG_fail;
30706 if (arg1 == NULL) {
30707 PyErr_SetString(PyExc_TypeError,"null reference");
30708 SWIG_fail;
30709 }
30710 if (obj1) {
30711 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30712 SWIG_POINTER_EXCEPTION | 0)) == -1)
30713 SWIG_fail;
30714 if (arg2 == NULL) {
30715 PyErr_SetString(PyExc_TypeError,"null reference");
30716 SWIG_fail;
30717 }
30718 }
30719 {
30720 if (!wxPyCheckForApp()) SWIG_fail;
30721 PyThreadState* __tstate = wxPyBeginAllowThreads();
30722 result = (wxGenericDragImage *)new wxGenericDragImage((wxBitmap const &)*arg1,(wxCursor const &)*arg2);
30723
30724 wxPyEndAllowThreads(__tstate);
30725 if (PyErr_Occurred()) SWIG_fail;
30726 }
30727 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30728 return resultobj;
30729 fail:
30730 return NULL;
30731 }
30732
30733
30734 static PyObject *_wrap_new_DragIcon(PyObject *, PyObject *args, PyObject *kwargs) {
30735 PyObject *resultobj;
30736 wxIcon *arg1 = 0 ;
30737 wxCursor const &arg2_defvalue = wxNullCursor ;
30738 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30739 wxGenericDragImage *result;
30740 PyObject * obj0 = 0 ;
30741 PyObject * obj1 = 0 ;
30742 char *kwnames[] = {
30743 (char *) "image",(char *) "cursor", NULL
30744 };
30745
30746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragIcon",kwnames,&obj0,&obj1)) goto fail;
30747 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxIcon,
30748 SWIG_POINTER_EXCEPTION | 0)) == -1)
30749 SWIG_fail;
30750 if (arg1 == NULL) {
30751 PyErr_SetString(PyExc_TypeError,"null reference");
30752 SWIG_fail;
30753 }
30754 if (obj1) {
30755 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30756 SWIG_POINTER_EXCEPTION | 0)) == -1)
30757 SWIG_fail;
30758 if (arg2 == NULL) {
30759 PyErr_SetString(PyExc_TypeError,"null reference");
30760 SWIG_fail;
30761 }
30762 }
30763 {
30764 if (!wxPyCheckForApp()) SWIG_fail;
30765 PyThreadState* __tstate = wxPyBeginAllowThreads();
30766 result = (wxGenericDragImage *)new wxGenericDragImage((wxIcon const &)*arg1,(wxCursor const &)*arg2);
30767
30768 wxPyEndAllowThreads(__tstate);
30769 if (PyErr_Occurred()) SWIG_fail;
30770 }
30771 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30772 return resultobj;
30773 fail:
30774 return NULL;
30775 }
30776
30777
30778 static PyObject *_wrap_new_DragString(PyObject *, PyObject *args, PyObject *kwargs) {
30779 PyObject *resultobj;
30780 wxString *arg1 = 0 ;
30781 wxCursor const &arg2_defvalue = wxNullCursor ;
30782 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30783 wxGenericDragImage *result;
30784 bool temp1 = False ;
30785 PyObject * obj0 = 0 ;
30786 PyObject * obj1 = 0 ;
30787 char *kwnames[] = {
30788 (char *) "str",(char *) "cursor", NULL
30789 };
30790
30791 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragString",kwnames,&obj0,&obj1)) goto fail;
30792 {
30793 arg1 = wxString_in_helper(obj0);
30794 if (arg1 == NULL) SWIG_fail;
30795 temp1 = True;
30796 }
30797 if (obj1) {
30798 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30799 SWIG_POINTER_EXCEPTION | 0)) == -1)
30800 SWIG_fail;
30801 if (arg2 == NULL) {
30802 PyErr_SetString(PyExc_TypeError,"null reference");
30803 SWIG_fail;
30804 }
30805 }
30806 {
30807 if (!wxPyCheckForApp()) SWIG_fail;
30808 PyThreadState* __tstate = wxPyBeginAllowThreads();
30809 result = (wxGenericDragImage *)new wxGenericDragImage((wxString const &)*arg1,(wxCursor const &)*arg2);
30810
30811 wxPyEndAllowThreads(__tstate);
30812 if (PyErr_Occurred()) SWIG_fail;
30813 }
30814 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30815 {
30816 if (temp1)
30817 delete arg1;
30818 }
30819 return resultobj;
30820 fail:
30821 {
30822 if (temp1)
30823 delete arg1;
30824 }
30825 return NULL;
30826 }
30827
30828
30829 static PyObject *_wrap_new_DragTreeItem(PyObject *, PyObject *args, PyObject *kwargs) {
30830 PyObject *resultobj;
30831 wxPyTreeCtrl *arg1 = 0 ;
30832 wxTreeItemId *arg2 = 0 ;
30833 wxGenericDragImage *result;
30834 PyObject * obj0 = 0 ;
30835 PyObject * obj1 = 0 ;
30836 char *kwnames[] = {
30837 (char *) "treeCtrl",(char *) "id", NULL
30838 };
30839
30840 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragTreeItem",kwnames,&obj0,&obj1)) goto fail;
30841 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
30842 SWIG_POINTER_EXCEPTION | 0)) == -1)
30843 SWIG_fail;
30844 if (arg1 == NULL) {
30845 PyErr_SetString(PyExc_TypeError,"null reference");
30846 SWIG_fail;
30847 }
30848 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
30849 SWIG_POINTER_EXCEPTION | 0)) == -1)
30850 SWIG_fail;
30851 if (arg2 == NULL) {
30852 PyErr_SetString(PyExc_TypeError,"null reference");
30853 SWIG_fail;
30854 }
30855 {
30856 if (!wxPyCheckForApp()) SWIG_fail;
30857 PyThreadState* __tstate = wxPyBeginAllowThreads();
30858 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyTreeCtrl const &)*arg1,*arg2);
30859
30860 wxPyEndAllowThreads(__tstate);
30861 if (PyErr_Occurred()) SWIG_fail;
30862 }
30863 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30864 return resultobj;
30865 fail:
30866 return NULL;
30867 }
30868
30869
30870 static PyObject *_wrap_new_DragListItem(PyObject *, PyObject *args, PyObject *kwargs) {
30871 PyObject *resultobj;
30872 wxPyListCtrl *arg1 = 0 ;
30873 long arg2 ;
30874 wxGenericDragImage *result;
30875 PyObject * obj0 = 0 ;
30876 PyObject * obj1 = 0 ;
30877 char *kwnames[] = {
30878 (char *) "listCtrl",(char *) "id", NULL
30879 };
30880
30881 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragListItem",kwnames,&obj0,&obj1)) goto fail;
30882 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
30883 SWIG_POINTER_EXCEPTION | 0)) == -1)
30884 SWIG_fail;
30885 if (arg1 == NULL) {
30886 PyErr_SetString(PyExc_TypeError,"null reference");
30887 SWIG_fail;
30888 }
30889 arg2 = (long)SWIG_As_long(obj1);
30890 if (PyErr_Occurred()) SWIG_fail;
30891 {
30892 if (!wxPyCheckForApp()) SWIG_fail;
30893 PyThreadState* __tstate = wxPyBeginAllowThreads();
30894 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyListCtrl const &)*arg1,arg2);
30895
30896 wxPyEndAllowThreads(__tstate);
30897 if (PyErr_Occurred()) SWIG_fail;
30898 }
30899 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30900 return resultobj;
30901 fail:
30902 return NULL;
30903 }
30904
30905
30906 static PyObject *_wrap_delete_DragImage(PyObject *, PyObject *args, PyObject *kwargs) {
30907 PyObject *resultobj;
30908 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30909 PyObject * obj0 = 0 ;
30910 char *kwnames[] = {
30911 (char *) "self", NULL
30912 };
30913
30914 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_DragImage",kwnames,&obj0)) goto fail;
30915 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30916 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30917 {
30918 PyThreadState* __tstate = wxPyBeginAllowThreads();
30919 delete arg1;
30920
30921 wxPyEndAllowThreads(__tstate);
30922 if (PyErr_Occurred()) SWIG_fail;
30923 }
30924 Py_INCREF(Py_None); resultobj = Py_None;
30925 return resultobj;
30926 fail:
30927 return NULL;
30928 }
30929
30930
30931 static PyObject *_wrap_DragImage_SetBackingBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
30932 PyObject *resultobj;
30933 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30934 wxBitmap *arg2 = (wxBitmap *) 0 ;
30935 PyObject * obj0 = 0 ;
30936 PyObject * obj1 = 0 ;
30937 char *kwnames[] = {
30938 (char *) "self",(char *) "bitmap", NULL
30939 };
30940
30941 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_SetBackingBitmap",kwnames,&obj0,&obj1)) goto fail;
30942 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30943 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30944 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
30945 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30946 {
30947 PyThreadState* __tstate = wxPyBeginAllowThreads();
30948 (arg1)->SetBackingBitmap(arg2);
30949
30950 wxPyEndAllowThreads(__tstate);
30951 if (PyErr_Occurred()) SWIG_fail;
30952 }
30953 Py_INCREF(Py_None); resultobj = Py_None;
30954 return resultobj;
30955 fail:
30956 return NULL;
30957 }
30958
30959
30960 static PyObject *_wrap_DragImage_BeginDrag(PyObject *, PyObject *args, PyObject *kwargs) {
30961 PyObject *resultobj;
30962 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30963 wxPoint *arg2 = 0 ;
30964 wxWindow *arg3 = (wxWindow *) 0 ;
30965 bool arg4 = (bool) False ;
30966 wxRect *arg5 = (wxRect *) NULL ;
30967 bool result;
30968 wxPoint temp2 ;
30969 PyObject * obj0 = 0 ;
30970 PyObject * obj1 = 0 ;
30971 PyObject * obj2 = 0 ;
30972 PyObject * obj3 = 0 ;
30973 PyObject * obj4 = 0 ;
30974 char *kwnames[] = {
30975 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "fullScreen",(char *) "rect", NULL
30976 };
30977
30978 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:DragImage_BeginDrag",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
30979 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30980 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30981 {
30982 arg2 = &temp2;
30983 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
30984 }
30985 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
30986 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30987 if (obj3) {
30988 arg4 = (bool)SWIG_As_bool(obj3);
30989 if (PyErr_Occurred()) SWIG_fail;
30990 }
30991 if (obj4) {
30992 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxRect,
30993 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30994 }
30995 {
30996 PyThreadState* __tstate = wxPyBeginAllowThreads();
30997 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4,arg5);
30998
30999 wxPyEndAllowThreads(__tstate);
31000 if (PyErr_Occurred()) SWIG_fail;
31001 }
31002 {
31003 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31004 }
31005 return resultobj;
31006 fail:
31007 return NULL;
31008 }
31009
31010
31011 static PyObject *_wrap_DragImage_BeginDragBounded(PyObject *, PyObject *args, PyObject *kwargs) {
31012 PyObject *resultobj;
31013 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31014 wxPoint *arg2 = 0 ;
31015 wxWindow *arg3 = (wxWindow *) 0 ;
31016 wxWindow *arg4 = (wxWindow *) 0 ;
31017 bool result;
31018 wxPoint temp2 ;
31019 PyObject * obj0 = 0 ;
31020 PyObject * obj1 = 0 ;
31021 PyObject * obj2 = 0 ;
31022 PyObject * obj3 = 0 ;
31023 char *kwnames[] = {
31024 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "boundingWindow", NULL
31025 };
31026
31027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:DragImage_BeginDragBounded",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
31028 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31029 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31030 {
31031 arg2 = &temp2;
31032 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31033 }
31034 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
31035 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31036 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxWindow,
31037 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31038 {
31039 PyThreadState* __tstate = wxPyBeginAllowThreads();
31040 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4);
31041
31042 wxPyEndAllowThreads(__tstate);
31043 if (PyErr_Occurred()) SWIG_fail;
31044 }
31045 {
31046 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31047 }
31048 return resultobj;
31049 fail:
31050 return NULL;
31051 }
31052
31053
31054 static PyObject *_wrap_DragImage_EndDrag(PyObject *, PyObject *args, PyObject *kwargs) {
31055 PyObject *resultobj;
31056 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31057 bool result;
31058 PyObject * obj0 = 0 ;
31059 char *kwnames[] = {
31060 (char *) "self", NULL
31061 };
31062
31063 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_EndDrag",kwnames,&obj0)) goto fail;
31064 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31065 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31066 {
31067 PyThreadState* __tstate = wxPyBeginAllowThreads();
31068 result = (bool)(arg1)->EndDrag();
31069
31070 wxPyEndAllowThreads(__tstate);
31071 if (PyErr_Occurred()) SWIG_fail;
31072 }
31073 {
31074 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31075 }
31076 return resultobj;
31077 fail:
31078 return NULL;
31079 }
31080
31081
31082 static PyObject *_wrap_DragImage_Move(PyObject *, PyObject *args, PyObject *kwargs) {
31083 PyObject *resultobj;
31084 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31085 wxPoint *arg2 = 0 ;
31086 bool result;
31087 wxPoint temp2 ;
31088 PyObject * obj0 = 0 ;
31089 PyObject * obj1 = 0 ;
31090 char *kwnames[] = {
31091 (char *) "self",(char *) "pt", NULL
31092 };
31093
31094 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_Move",kwnames,&obj0,&obj1)) goto fail;
31095 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31096 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31097 {
31098 arg2 = &temp2;
31099 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31100 }
31101 {
31102 PyThreadState* __tstate = wxPyBeginAllowThreads();
31103 result = (bool)(arg1)->Move((wxPoint const &)*arg2);
31104
31105 wxPyEndAllowThreads(__tstate);
31106 if (PyErr_Occurred()) SWIG_fail;
31107 }
31108 {
31109 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31110 }
31111 return resultobj;
31112 fail:
31113 return NULL;
31114 }
31115
31116
31117 static PyObject *_wrap_DragImage_Show(PyObject *, PyObject *args, PyObject *kwargs) {
31118 PyObject *resultobj;
31119 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31120 bool result;
31121 PyObject * obj0 = 0 ;
31122 char *kwnames[] = {
31123 (char *) "self", NULL
31124 };
31125
31126 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Show",kwnames,&obj0)) goto fail;
31127 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31128 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31129 {
31130 PyThreadState* __tstate = wxPyBeginAllowThreads();
31131 result = (bool)(arg1)->Show();
31132
31133 wxPyEndAllowThreads(__tstate);
31134 if (PyErr_Occurred()) SWIG_fail;
31135 }
31136 {
31137 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31138 }
31139 return resultobj;
31140 fail:
31141 return NULL;
31142 }
31143
31144
31145 static PyObject *_wrap_DragImage_Hide(PyObject *, PyObject *args, PyObject *kwargs) {
31146 PyObject *resultobj;
31147 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31148 bool result;
31149 PyObject * obj0 = 0 ;
31150 char *kwnames[] = {
31151 (char *) "self", NULL
31152 };
31153
31154 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Hide",kwnames,&obj0)) goto fail;
31155 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31156 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31157 {
31158 PyThreadState* __tstate = wxPyBeginAllowThreads();
31159 result = (bool)(arg1)->Hide();
31160
31161 wxPyEndAllowThreads(__tstate);
31162 if (PyErr_Occurred()) SWIG_fail;
31163 }
31164 {
31165 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31166 }
31167 return resultobj;
31168 fail:
31169 return NULL;
31170 }
31171
31172
31173 static PyObject *_wrap_DragImage_GetImageRect(PyObject *, PyObject *args, PyObject *kwargs) {
31174 PyObject *resultobj;
31175 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31176 wxPoint *arg2 = 0 ;
31177 wxRect result;
31178 wxPoint temp2 ;
31179 PyObject * obj0 = 0 ;
31180 PyObject * obj1 = 0 ;
31181 char *kwnames[] = {
31182 (char *) "self",(char *) "pos", NULL
31183 };
31184
31185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_GetImageRect",kwnames,&obj0,&obj1)) goto fail;
31186 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31187 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31188 {
31189 arg2 = &temp2;
31190 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31191 }
31192 {
31193 PyThreadState* __tstate = wxPyBeginAllowThreads();
31194 result = ((wxGenericDragImage const *)arg1)->GetImageRect((wxPoint const &)*arg2);
31195
31196 wxPyEndAllowThreads(__tstate);
31197 if (PyErr_Occurred()) SWIG_fail;
31198 }
31199 {
31200 wxRect * resultptr;
31201 resultptr = new wxRect((wxRect &) result);
31202 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
31203 }
31204 return resultobj;
31205 fail:
31206 return NULL;
31207 }
31208
31209
31210 static PyObject *_wrap_DragImage_DoDrawImage(PyObject *, PyObject *args, PyObject *kwargs) {
31211 PyObject *resultobj;
31212 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31213 wxDC *arg2 = 0 ;
31214 wxPoint *arg3 = 0 ;
31215 bool result;
31216 wxPoint temp3 ;
31217 PyObject * obj0 = 0 ;
31218 PyObject * obj1 = 0 ;
31219 PyObject * obj2 = 0 ;
31220 char *kwnames[] = {
31221 (char *) "self",(char *) "dc",(char *) "pos", NULL
31222 };
31223
31224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DragImage_DoDrawImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
31225 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31226 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31227 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxDC,
31228 SWIG_POINTER_EXCEPTION | 0)) == -1)
31229 SWIG_fail;
31230 if (arg2 == NULL) {
31231 PyErr_SetString(PyExc_TypeError,"null reference");
31232 SWIG_fail;
31233 }
31234 {
31235 arg3 = &temp3;
31236 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
31237 }
31238 {
31239 PyThreadState* __tstate = wxPyBeginAllowThreads();
31240 result = (bool)((wxGenericDragImage const *)arg1)->DoDrawImage(*arg2,(wxPoint const &)*arg3);
31241
31242 wxPyEndAllowThreads(__tstate);
31243 if (PyErr_Occurred()) SWIG_fail;
31244 }
31245 {
31246 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31247 }
31248 return resultobj;
31249 fail:
31250 return NULL;
31251 }
31252
31253
31254 static PyObject *_wrap_DragImage_UpdateBackingFromWindow(PyObject *, PyObject *args, PyObject *kwargs) {
31255 PyObject *resultobj;
31256 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31257 wxDC *arg2 = 0 ;
31258 wxMemoryDC *arg3 = 0 ;
31259 wxRect *arg4 = 0 ;
31260 wxRect *arg5 = 0 ;
31261 bool result;
31262 wxRect temp4 ;
31263 wxRect temp5 ;
31264 PyObject * obj0 = 0 ;
31265 PyObject * obj1 = 0 ;
31266 PyObject * obj2 = 0 ;
31267 PyObject * obj3 = 0 ;
31268 PyObject * obj4 = 0 ;
31269 char *kwnames[] = {
31270 (char *) "self",(char *) "windowDC",(char *) "destDC",(char *) "sourceRect",(char *) "destRect", NULL
31271 };
31272
31273 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_UpdateBackingFromWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
31274 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31275 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31276 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxDC,
31277 SWIG_POINTER_EXCEPTION | 0)) == -1)
31278 SWIG_fail;
31279 if (arg2 == NULL) {
31280 PyErr_SetString(PyExc_TypeError,"null reference");
31281 SWIG_fail;
31282 }
31283 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxMemoryDC,
31284 SWIG_POINTER_EXCEPTION | 0)) == -1)
31285 SWIG_fail;
31286 if (arg3 == NULL) {
31287 PyErr_SetString(PyExc_TypeError,"null reference");
31288 SWIG_fail;
31289 }
31290 {
31291 arg4 = &temp4;
31292 if ( ! wxRect_helper(obj3, &arg4)) SWIG_fail;
31293 }
31294 {
31295 arg5 = &temp5;
31296 if ( ! wxRect_helper(obj4, &arg5)) SWIG_fail;
31297 }
31298 {
31299 PyThreadState* __tstate = wxPyBeginAllowThreads();
31300 result = (bool)((wxGenericDragImage const *)arg1)->UpdateBackingFromWindow(*arg2,*arg3,(wxRect const &)*arg4,(wxRect const &)*arg5);
31301
31302 wxPyEndAllowThreads(__tstate);
31303 if (PyErr_Occurred()) SWIG_fail;
31304 }
31305 {
31306 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31307 }
31308 return resultobj;
31309 fail:
31310 return NULL;
31311 }
31312
31313
31314 static PyObject *_wrap_DragImage_RedrawImage(PyObject *, PyObject *args, PyObject *kwargs) {
31315 PyObject *resultobj;
31316 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31317 wxPoint *arg2 = 0 ;
31318 wxPoint *arg3 = 0 ;
31319 bool arg4 ;
31320 bool arg5 ;
31321 bool result;
31322 wxPoint temp2 ;
31323 wxPoint temp3 ;
31324 PyObject * obj0 = 0 ;
31325 PyObject * obj1 = 0 ;
31326 PyObject * obj2 = 0 ;
31327 PyObject * obj3 = 0 ;
31328 PyObject * obj4 = 0 ;
31329 char *kwnames[] = {
31330 (char *) "self",(char *) "oldPos",(char *) "newPos",(char *) "eraseOld",(char *) "drawNew", NULL
31331 };
31332
31333 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_RedrawImage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
31334 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31335 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31336 {
31337 arg2 = &temp2;
31338 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31339 }
31340 {
31341 arg3 = &temp3;
31342 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
31343 }
31344 arg4 = (bool)SWIG_As_bool(obj3);
31345 if (PyErr_Occurred()) SWIG_fail;
31346 arg5 = (bool)SWIG_As_bool(obj4);
31347 if (PyErr_Occurred()) SWIG_fail;
31348 {
31349 PyThreadState* __tstate = wxPyBeginAllowThreads();
31350 result = (bool)(arg1)->RedrawImage((wxPoint const &)*arg2,(wxPoint const &)*arg3,arg4,arg5);
31351
31352 wxPyEndAllowThreads(__tstate);
31353 if (PyErr_Occurred()) SWIG_fail;
31354 }
31355 {
31356 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31357 }
31358 return resultobj;
31359 fail:
31360 return NULL;
31361 }
31362
31363
31364 static PyObject * DragImage_swigregister(PyObject *, PyObject *args) {
31365 PyObject *obj;
31366 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
31367 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDragImage, obj);
31368 Py_INCREF(obj);
31369 return Py_BuildValue((char *)"");
31370 }
31371 static PyMethodDef SwigMethods[] = {
31372 { (char *)"new_Button", (PyCFunction) _wrap_new_Button, METH_VARARGS | METH_KEYWORDS, NULL },
31373 { (char *)"new_PreButton", (PyCFunction) _wrap_new_PreButton, METH_VARARGS | METH_KEYWORDS, NULL },
31374 { (char *)"Button_Create", (PyCFunction) _wrap_Button_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31375 { (char *)"Button_SetDefault", (PyCFunction) _wrap_Button_SetDefault, METH_VARARGS | METH_KEYWORDS, NULL },
31376 { (char *)"Button_GetDefaultSize", (PyCFunction) _wrap_Button_GetDefaultSize, METH_VARARGS | METH_KEYWORDS, NULL },
31377 { (char *)"Button_GetClassDefaultAttributes", (PyCFunction) _wrap_Button_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31378 { (char *)"Button_swigregister", Button_swigregister, METH_VARARGS, NULL },
31379 { (char *)"new_BitmapButton", (PyCFunction) _wrap_new_BitmapButton, METH_VARARGS | METH_KEYWORDS, NULL },
31380 { (char *)"new_PreBitmapButton", (PyCFunction) _wrap_new_PreBitmapButton, METH_VARARGS | METH_KEYWORDS, NULL },
31381 { (char *)"BitmapButton_Create", (PyCFunction) _wrap_BitmapButton_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31382 { (char *)"BitmapButton_GetBitmapLabel", (PyCFunction) _wrap_BitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31383 { (char *)"BitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS, NULL },
31384 { (char *)"BitmapButton_GetBitmapFocus", (PyCFunction) _wrap_BitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS, NULL },
31385 { (char *)"BitmapButton_GetBitmapSelected", (PyCFunction) _wrap_BitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS, NULL },
31386 { (char *)"BitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS, NULL },
31387 { (char *)"BitmapButton_SetBitmapFocus", (PyCFunction) _wrap_BitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS, NULL },
31388 { (char *)"BitmapButton_SetBitmapSelected", (PyCFunction) _wrap_BitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS, NULL },
31389 { (char *)"BitmapButton_SetBitmapLabel", (PyCFunction) _wrap_BitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31390 { (char *)"BitmapButton_SetMargins", (PyCFunction) _wrap_BitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS, NULL },
31391 { (char *)"BitmapButton_GetMarginX", (PyCFunction) _wrap_BitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS, NULL },
31392 { (char *)"BitmapButton_GetMarginY", (PyCFunction) _wrap_BitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS, NULL },
31393 { (char *)"BitmapButton_swigregister", BitmapButton_swigregister, METH_VARARGS, NULL },
31394 { (char *)"new_CheckBox", (PyCFunction) _wrap_new_CheckBox, METH_VARARGS | METH_KEYWORDS, NULL },
31395 { (char *)"new_PreCheckBox", (PyCFunction) _wrap_new_PreCheckBox, METH_VARARGS | METH_KEYWORDS, NULL },
31396 { (char *)"CheckBox_Create", (PyCFunction) _wrap_CheckBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31397 { (char *)"CheckBox_GetValue", (PyCFunction) _wrap_CheckBox_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31398 { (char *)"CheckBox_IsChecked", (PyCFunction) _wrap_CheckBox_IsChecked, METH_VARARGS | METH_KEYWORDS, NULL },
31399 { (char *)"CheckBox_SetValue", (PyCFunction) _wrap_CheckBox_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31400 { (char *)"CheckBox_Get3StateValue", (PyCFunction) _wrap_CheckBox_Get3StateValue, METH_VARARGS | METH_KEYWORDS, NULL },
31401 { (char *)"CheckBox_Set3StateValue", (PyCFunction) _wrap_CheckBox_Set3StateValue, METH_VARARGS | METH_KEYWORDS, NULL },
31402 { (char *)"CheckBox_Is3State", (PyCFunction) _wrap_CheckBox_Is3State, METH_VARARGS | METH_KEYWORDS, NULL },
31403 { (char *)"CheckBox_Is3rdStateAllowedForUser", (PyCFunction) _wrap_CheckBox_Is3rdStateAllowedForUser, METH_VARARGS | METH_KEYWORDS, NULL },
31404 { (char *)"CheckBox_GetClassDefaultAttributes", (PyCFunction) _wrap_CheckBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31405 { (char *)"CheckBox_swigregister", CheckBox_swigregister, METH_VARARGS, NULL },
31406 { (char *)"new_Choice", (PyCFunction) _wrap_new_Choice, METH_VARARGS | METH_KEYWORDS, NULL },
31407 { (char *)"new_PreChoice", (PyCFunction) _wrap_new_PreChoice, METH_VARARGS | METH_KEYWORDS, NULL },
31408 { (char *)"Choice_Create", (PyCFunction) _wrap_Choice_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31409 { (char *)"Choice_SetSelection", (PyCFunction) _wrap_Choice_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31410 { (char *)"Choice_SetStringSelection", (PyCFunction) _wrap_Choice_SetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31411 { (char *)"Choice_SetString", (PyCFunction) _wrap_Choice_SetString, METH_VARARGS | METH_KEYWORDS, NULL },
31412 { (char *)"Choice_GetClassDefaultAttributes", (PyCFunction) _wrap_Choice_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31413 { (char *)"Choice_swigregister", Choice_swigregister, METH_VARARGS, NULL },
31414 { (char *)"new_ComboBox", (PyCFunction) _wrap_new_ComboBox, METH_VARARGS | METH_KEYWORDS, NULL },
31415 { (char *)"new_PreComboBox", (PyCFunction) _wrap_new_PreComboBox, METH_VARARGS | METH_KEYWORDS, NULL },
31416 { (char *)"ComboBox_Create", (PyCFunction) _wrap_ComboBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31417 { (char *)"ComboBox_GetValue", (PyCFunction) _wrap_ComboBox_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31418 { (char *)"ComboBox_SetValue", (PyCFunction) _wrap_ComboBox_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31419 { (char *)"ComboBox_Copy", (PyCFunction) _wrap_ComboBox_Copy, METH_VARARGS | METH_KEYWORDS, NULL },
31420 { (char *)"ComboBox_Cut", (PyCFunction) _wrap_ComboBox_Cut, METH_VARARGS | METH_KEYWORDS, NULL },
31421 { (char *)"ComboBox_Paste", (PyCFunction) _wrap_ComboBox_Paste, METH_VARARGS | METH_KEYWORDS, NULL },
31422 { (char *)"ComboBox_SetInsertionPoint", (PyCFunction) _wrap_ComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31423 { (char *)"ComboBox_GetInsertionPoint", (PyCFunction) _wrap_ComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31424 { (char *)"ComboBox_GetLastPosition", (PyCFunction) _wrap_ComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31425 { (char *)"ComboBox_Replace", (PyCFunction) _wrap_ComboBox_Replace, METH_VARARGS | METH_KEYWORDS, NULL },
31426 { (char *)"ComboBox_SetSelection", (PyCFunction) _wrap_ComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31427 { (char *)"ComboBox_SetMark", (PyCFunction) _wrap_ComboBox_SetMark, METH_VARARGS | METH_KEYWORDS, NULL },
31428 { (char *)"ComboBox_SetStringSelection", (PyCFunction) _wrap_ComboBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31429 { (char *)"ComboBox_SetString", (PyCFunction) _wrap_ComboBox_SetString, METH_VARARGS | METH_KEYWORDS, NULL },
31430 { (char *)"ComboBox_SetEditable", (PyCFunction) _wrap_ComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS, NULL },
31431 { (char *)"ComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_ComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS, NULL },
31432 { (char *)"ComboBox_Remove", (PyCFunction) _wrap_ComboBox_Remove, METH_VARARGS | METH_KEYWORDS, NULL },
31433 { (char *)"ComboBox_GetClassDefaultAttributes", (PyCFunction) _wrap_ComboBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31434 { (char *)"ComboBox_swigregister", ComboBox_swigregister, METH_VARARGS, NULL },
31435 { (char *)"new_Gauge", (PyCFunction) _wrap_new_Gauge, METH_VARARGS | METH_KEYWORDS, NULL },
31436 { (char *)"new_PreGauge", (PyCFunction) _wrap_new_PreGauge, METH_VARARGS | METH_KEYWORDS, NULL },
31437 { (char *)"Gauge_Create", (PyCFunction) _wrap_Gauge_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31438 { (char *)"Gauge_SetRange", (PyCFunction) _wrap_Gauge_SetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31439 { (char *)"Gauge_GetRange", (PyCFunction) _wrap_Gauge_GetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31440 { (char *)"Gauge_SetValue", (PyCFunction) _wrap_Gauge_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31441 { (char *)"Gauge_GetValue", (PyCFunction) _wrap_Gauge_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31442 { (char *)"Gauge_IsVertical", (PyCFunction) _wrap_Gauge_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31443 { (char *)"Gauge_SetShadowWidth", (PyCFunction) _wrap_Gauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS, NULL },
31444 { (char *)"Gauge_GetShadowWidth", (PyCFunction) _wrap_Gauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS, NULL },
31445 { (char *)"Gauge_SetBezelFace", (PyCFunction) _wrap_Gauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS, NULL },
31446 { (char *)"Gauge_GetBezelFace", (PyCFunction) _wrap_Gauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS, NULL },
31447 { (char *)"Gauge_GetClassDefaultAttributes", (PyCFunction) _wrap_Gauge_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31448 { (char *)"Gauge_swigregister", Gauge_swigregister, METH_VARARGS, NULL },
31449 { (char *)"new_StaticBox", (PyCFunction) _wrap_new_StaticBox, METH_VARARGS | METH_KEYWORDS, NULL },
31450 { (char *)"new_PreStaticBox", (PyCFunction) _wrap_new_PreStaticBox, METH_VARARGS | METH_KEYWORDS, NULL },
31451 { (char *)"StaticBox_Create", (PyCFunction) _wrap_StaticBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31452 { (char *)"StaticBox_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31453 { (char *)"StaticBox_swigregister", StaticBox_swigregister, METH_VARARGS, NULL },
31454 { (char *)"new_StaticLine", (PyCFunction) _wrap_new_StaticLine, METH_VARARGS | METH_KEYWORDS, NULL },
31455 { (char *)"new_PreStaticLine", (PyCFunction) _wrap_new_PreStaticLine, METH_VARARGS | METH_KEYWORDS, NULL },
31456 { (char *)"StaticLine_Create", (PyCFunction) _wrap_StaticLine_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31457 { (char *)"StaticLine_IsVertical", (PyCFunction) _wrap_StaticLine_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31458 { (char *)"StaticLine_GetDefaultSize", (PyCFunction) _wrap_StaticLine_GetDefaultSize, METH_VARARGS | METH_KEYWORDS, NULL },
31459 { (char *)"StaticLine_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticLine_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31460 { (char *)"StaticLine_swigregister", StaticLine_swigregister, METH_VARARGS, NULL },
31461 { (char *)"new_StaticText", (PyCFunction) _wrap_new_StaticText, METH_VARARGS | METH_KEYWORDS, NULL },
31462 { (char *)"new_PreStaticText", (PyCFunction) _wrap_new_PreStaticText, METH_VARARGS | METH_KEYWORDS, NULL },
31463 { (char *)"StaticText_Create", (PyCFunction) _wrap_StaticText_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31464 { (char *)"StaticText_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticText_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31465 { (char *)"StaticText_swigregister", StaticText_swigregister, METH_VARARGS, NULL },
31466 { (char *)"new_StaticBitmap", (PyCFunction) _wrap_new_StaticBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31467 { (char *)"new_PreStaticBitmap", (PyCFunction) _wrap_new_PreStaticBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31468 { (char *)"StaticBitmap_Create", (PyCFunction) _wrap_StaticBitmap_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31469 { (char *)"StaticBitmap_GetBitmap", (PyCFunction) _wrap_StaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31470 { (char *)"StaticBitmap_SetBitmap", (PyCFunction) _wrap_StaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31471 { (char *)"StaticBitmap_SetIcon", (PyCFunction) _wrap_StaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS, NULL },
31472 { (char *)"StaticBitmap_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticBitmap_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31473 { (char *)"StaticBitmap_swigregister", StaticBitmap_swigregister, METH_VARARGS, NULL },
31474 { (char *)"new_ListBox", (PyCFunction) _wrap_new_ListBox, METH_VARARGS | METH_KEYWORDS, NULL },
31475 { (char *)"new_PreListBox", (PyCFunction) _wrap_new_PreListBox, METH_VARARGS | METH_KEYWORDS, NULL },
31476 { (char *)"ListBox_Create", (PyCFunction) _wrap_ListBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31477 { (char *)"ListBox_Insert", (PyCFunction) _wrap_ListBox_Insert, METH_VARARGS | METH_KEYWORDS, NULL },
31478 { (char *)"ListBox_InsertItems", (PyCFunction) _wrap_ListBox_InsertItems, METH_VARARGS | METH_KEYWORDS, NULL },
31479 { (char *)"ListBox_Set", (PyCFunction) _wrap_ListBox_Set, METH_VARARGS | METH_KEYWORDS, NULL },
31480 { (char *)"ListBox_IsSelected", (PyCFunction) _wrap_ListBox_IsSelected, METH_VARARGS | METH_KEYWORDS, NULL },
31481 { (char *)"ListBox_SetSelection", (PyCFunction) _wrap_ListBox_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31482 { (char *)"ListBox_Select", (PyCFunction) _wrap_ListBox_Select, METH_VARARGS | METH_KEYWORDS, NULL },
31483 { (char *)"ListBox_Deselect", (PyCFunction) _wrap_ListBox_Deselect, METH_VARARGS | METH_KEYWORDS, NULL },
31484 { (char *)"ListBox_DeselectAll", (PyCFunction) _wrap_ListBox_DeselectAll, METH_VARARGS | METH_KEYWORDS, NULL },
31485 { (char *)"ListBox_SetStringSelection", (PyCFunction) _wrap_ListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31486 { (char *)"ListBox_GetSelections", (PyCFunction) _wrap_ListBox_GetSelections, METH_VARARGS | METH_KEYWORDS, NULL },
31487 { (char *)"ListBox_SetFirstItem", (PyCFunction) _wrap_ListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS, NULL },
31488 { (char *)"ListBox_SetFirstItemStr", (PyCFunction) _wrap_ListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS, NULL },
31489 { (char *)"ListBox_EnsureVisible", (PyCFunction) _wrap_ListBox_EnsureVisible, METH_VARARGS | METH_KEYWORDS, NULL },
31490 { (char *)"ListBox_AppendAndEnsureVisible", (PyCFunction) _wrap_ListBox_AppendAndEnsureVisible, METH_VARARGS | METH_KEYWORDS, NULL },
31491 { (char *)"ListBox_IsSorted", (PyCFunction) _wrap_ListBox_IsSorted, METH_VARARGS | METH_KEYWORDS, NULL },
31492 { (char *)"ListBox_SetItemForegroundColour", (PyCFunction) _wrap_ListBox_SetItemForegroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31493 { (char *)"ListBox_SetItemBackgroundColour", (PyCFunction) _wrap_ListBox_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31494 { (char *)"ListBox_SetItemFont", (PyCFunction) _wrap_ListBox_SetItemFont, METH_VARARGS | METH_KEYWORDS, NULL },
31495 { (char *)"ListBox_GetClassDefaultAttributes", (PyCFunction) _wrap_ListBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31496 { (char *)"ListBox_swigregister", ListBox_swigregister, METH_VARARGS, NULL },
31497 { (char *)"new_CheckListBox", (PyCFunction) _wrap_new_CheckListBox, METH_VARARGS | METH_KEYWORDS, NULL },
31498 { (char *)"new_PreCheckListBox", (PyCFunction) _wrap_new_PreCheckListBox, METH_VARARGS | METH_KEYWORDS, NULL },
31499 { (char *)"CheckListBox_Create", (PyCFunction) _wrap_CheckListBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31500 { (char *)"CheckListBox_IsChecked", (PyCFunction) _wrap_CheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS, NULL },
31501 { (char *)"CheckListBox_Check", (PyCFunction) _wrap_CheckListBox_Check, METH_VARARGS | METH_KEYWORDS, NULL },
31502 { (char *)"CheckListBox_GetItemHeight", (PyCFunction) _wrap_CheckListBox_GetItemHeight, METH_VARARGS | METH_KEYWORDS, NULL },
31503 { (char *)"CheckListBox_HitTest", (PyCFunction) _wrap_CheckListBox_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
31504 { (char *)"CheckListBox_HitTestXY", (PyCFunction) _wrap_CheckListBox_HitTestXY, METH_VARARGS | METH_KEYWORDS, NULL },
31505 { (char *)"CheckListBox_swigregister", CheckListBox_swigregister, METH_VARARGS, NULL },
31506 { (char *)"new_TextAttr", (PyCFunction) _wrap_new_TextAttr, METH_VARARGS | METH_KEYWORDS, NULL },
31507 { (char *)"delete_TextAttr", (PyCFunction) _wrap_delete_TextAttr, METH_VARARGS | METH_KEYWORDS, NULL },
31508 { (char *)"TextAttr_Init", (PyCFunction) _wrap_TextAttr_Init, METH_VARARGS | METH_KEYWORDS, NULL },
31509 { (char *)"TextAttr_SetTextColour", (PyCFunction) _wrap_TextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31510 { (char *)"TextAttr_SetBackgroundColour", (PyCFunction) _wrap_TextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31511 { (char *)"TextAttr_SetFont", (PyCFunction) _wrap_TextAttr_SetFont, METH_VARARGS | METH_KEYWORDS, NULL },
31512 { (char *)"TextAttr_SetAlignment", (PyCFunction) _wrap_TextAttr_SetAlignment, METH_VARARGS | METH_KEYWORDS, NULL },
31513 { (char *)"TextAttr_SetTabs", (PyCFunction) _wrap_TextAttr_SetTabs, METH_VARARGS | METH_KEYWORDS, NULL },
31514 { (char *)"TextAttr_SetLeftIndent", (PyCFunction) _wrap_TextAttr_SetLeftIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31515 { (char *)"TextAttr_SetRightIndent", (PyCFunction) _wrap_TextAttr_SetRightIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31516 { (char *)"TextAttr_SetFlags", (PyCFunction) _wrap_TextAttr_SetFlags, METH_VARARGS | METH_KEYWORDS, NULL },
31517 { (char *)"TextAttr_HasTextColour", (PyCFunction) _wrap_TextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31518 { (char *)"TextAttr_HasBackgroundColour", (PyCFunction) _wrap_TextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31519 { (char *)"TextAttr_HasFont", (PyCFunction) _wrap_TextAttr_HasFont, METH_VARARGS | METH_KEYWORDS, NULL },
31520 { (char *)"TextAttr_HasAlignment", (PyCFunction) _wrap_TextAttr_HasAlignment, METH_VARARGS | METH_KEYWORDS, NULL },
31521 { (char *)"TextAttr_HasTabs", (PyCFunction) _wrap_TextAttr_HasTabs, METH_VARARGS | METH_KEYWORDS, NULL },
31522 { (char *)"TextAttr_HasLeftIndent", (PyCFunction) _wrap_TextAttr_HasLeftIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31523 { (char *)"TextAttr_HasRightIndent", (PyCFunction) _wrap_TextAttr_HasRightIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31524 { (char *)"TextAttr_HasFlag", (PyCFunction) _wrap_TextAttr_HasFlag, METH_VARARGS | METH_KEYWORDS, NULL },
31525 { (char *)"TextAttr_GetTextColour", (PyCFunction) _wrap_TextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31526 { (char *)"TextAttr_GetBackgroundColour", (PyCFunction) _wrap_TextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31527 { (char *)"TextAttr_GetFont", (PyCFunction) _wrap_TextAttr_GetFont, METH_VARARGS | METH_KEYWORDS, NULL },
31528 { (char *)"TextAttr_GetAlignment", (PyCFunction) _wrap_TextAttr_GetAlignment, METH_VARARGS | METH_KEYWORDS, NULL },
31529 { (char *)"TextAttr_GetTabs", (PyCFunction) _wrap_TextAttr_GetTabs, METH_VARARGS | METH_KEYWORDS, NULL },
31530 { (char *)"TextAttr_GetLeftIndent", (PyCFunction) _wrap_TextAttr_GetLeftIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31531 { (char *)"TextAttr_GetLeftSubIndent", (PyCFunction) _wrap_TextAttr_GetLeftSubIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31532 { (char *)"TextAttr_GetRightIndent", (PyCFunction) _wrap_TextAttr_GetRightIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31533 { (char *)"TextAttr_GetFlags", (PyCFunction) _wrap_TextAttr_GetFlags, METH_VARARGS | METH_KEYWORDS, NULL },
31534 { (char *)"TextAttr_IsDefault", (PyCFunction) _wrap_TextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS, NULL },
31535 { (char *)"TextAttr_Combine", (PyCFunction) _wrap_TextAttr_Combine, METH_VARARGS | METH_KEYWORDS, NULL },
31536 { (char *)"TextAttr_swigregister", TextAttr_swigregister, METH_VARARGS, NULL },
31537 { (char *)"new_TextCtrl", (PyCFunction) _wrap_new_TextCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31538 { (char *)"new_PreTextCtrl", (PyCFunction) _wrap_new_PreTextCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31539 { (char *)"TextCtrl_Create", (PyCFunction) _wrap_TextCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31540 { (char *)"TextCtrl_GetValue", (PyCFunction) _wrap_TextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31541 { (char *)"TextCtrl_SetValue", (PyCFunction) _wrap_TextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31542 { (char *)"TextCtrl_GetRange", (PyCFunction) _wrap_TextCtrl_GetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31543 { (char *)"TextCtrl_GetLineLength", (PyCFunction) _wrap_TextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS, NULL },
31544 { (char *)"TextCtrl_GetLineText", (PyCFunction) _wrap_TextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS, NULL },
31545 { (char *)"TextCtrl_GetNumberOfLines", (PyCFunction) _wrap_TextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS, NULL },
31546 { (char *)"TextCtrl_IsModified", (PyCFunction) _wrap_TextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS, NULL },
31547 { (char *)"TextCtrl_IsEditable", (PyCFunction) _wrap_TextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS, NULL },
31548 { (char *)"TextCtrl_IsSingleLine", (PyCFunction) _wrap_TextCtrl_IsSingleLine, METH_VARARGS | METH_KEYWORDS, NULL },
31549 { (char *)"TextCtrl_IsMultiLine", (PyCFunction) _wrap_TextCtrl_IsMultiLine, METH_VARARGS | METH_KEYWORDS, NULL },
31550 { (char *)"TextCtrl_GetSelection", (PyCFunction) _wrap_TextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31551 { (char *)"TextCtrl_GetStringSelection", (PyCFunction) _wrap_TextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31552 { (char *)"TextCtrl_Clear", (PyCFunction) _wrap_TextCtrl_Clear, METH_VARARGS | METH_KEYWORDS, NULL },
31553 { (char *)"TextCtrl_Replace", (PyCFunction) _wrap_TextCtrl_Replace, METH_VARARGS | METH_KEYWORDS, NULL },
31554 { (char *)"TextCtrl_Remove", (PyCFunction) _wrap_TextCtrl_Remove, METH_VARARGS | METH_KEYWORDS, NULL },
31555 { (char *)"TextCtrl_LoadFile", (PyCFunction) _wrap_TextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS, NULL },
31556 { (char *)"TextCtrl_SaveFile", (PyCFunction) _wrap_TextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS, NULL },
31557 { (char *)"TextCtrl_MarkDirty", (PyCFunction) _wrap_TextCtrl_MarkDirty, METH_VARARGS | METH_KEYWORDS, NULL },
31558 { (char *)"TextCtrl_DiscardEdits", (PyCFunction) _wrap_TextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS, NULL },
31559 { (char *)"TextCtrl_SetMaxLength", (PyCFunction) _wrap_TextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS, NULL },
31560 { (char *)"TextCtrl_WriteText", (PyCFunction) _wrap_TextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS, NULL },
31561 { (char *)"TextCtrl_AppendText", (PyCFunction) _wrap_TextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS, NULL },
31562 { (char *)"TextCtrl_EmulateKeyPress", (PyCFunction) _wrap_TextCtrl_EmulateKeyPress, METH_VARARGS | METH_KEYWORDS, NULL },
31563 { (char *)"TextCtrl_SetStyle", (PyCFunction) _wrap_TextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31564 { (char *)"TextCtrl_GetStyle", (PyCFunction) _wrap_TextCtrl_GetStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31565 { (char *)"TextCtrl_SetDefaultStyle", (PyCFunction) _wrap_TextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31566 { (char *)"TextCtrl_GetDefaultStyle", (PyCFunction) _wrap_TextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31567 { (char *)"TextCtrl_XYToPosition", (PyCFunction) _wrap_TextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31568 { (char *)"TextCtrl_PositionToXY", (PyCFunction) _wrap_TextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS, NULL },
31569 { (char *)"TextCtrl_ShowPosition", (PyCFunction) _wrap_TextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31570 { (char *)"TextCtrl_HitTest", (PyCFunction) _wrap_TextCtrl_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
31571 { (char *)"TextCtrl_HitTestPos", (PyCFunction) _wrap_TextCtrl_HitTestPos, METH_VARARGS | METH_KEYWORDS, NULL },
31572 { (char *)"TextCtrl_Copy", (PyCFunction) _wrap_TextCtrl_Copy, METH_VARARGS | METH_KEYWORDS, NULL },
31573 { (char *)"TextCtrl_Cut", (PyCFunction) _wrap_TextCtrl_Cut, METH_VARARGS | METH_KEYWORDS, NULL },
31574 { (char *)"TextCtrl_Paste", (PyCFunction) _wrap_TextCtrl_Paste, METH_VARARGS | METH_KEYWORDS, NULL },
31575 { (char *)"TextCtrl_CanCopy", (PyCFunction) _wrap_TextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS, NULL },
31576 { (char *)"TextCtrl_CanCut", (PyCFunction) _wrap_TextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS, NULL },
31577 { (char *)"TextCtrl_CanPaste", (PyCFunction) _wrap_TextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS, NULL },
31578 { (char *)"TextCtrl_Undo", (PyCFunction) _wrap_TextCtrl_Undo, METH_VARARGS | METH_KEYWORDS, NULL },
31579 { (char *)"TextCtrl_Redo", (PyCFunction) _wrap_TextCtrl_Redo, METH_VARARGS | METH_KEYWORDS, NULL },
31580 { (char *)"TextCtrl_CanUndo", (PyCFunction) _wrap_TextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS, NULL },
31581 { (char *)"TextCtrl_CanRedo", (PyCFunction) _wrap_TextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS, NULL },
31582 { (char *)"TextCtrl_SetInsertionPoint", (PyCFunction) _wrap_TextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31583 { (char *)"TextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_TextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS, NULL },
31584 { (char *)"TextCtrl_GetInsertionPoint", (PyCFunction) _wrap_TextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31585 { (char *)"TextCtrl_GetLastPosition", (PyCFunction) _wrap_TextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31586 { (char *)"TextCtrl_SetSelection", (PyCFunction) _wrap_TextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31587 { (char *)"TextCtrl_SelectAll", (PyCFunction) _wrap_TextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS, NULL },
31588 { (char *)"TextCtrl_SetEditable", (PyCFunction) _wrap_TextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS, NULL },
31589 { (char *)"TextCtrl_write", (PyCFunction) _wrap_TextCtrl_write, METH_VARARGS | METH_KEYWORDS, NULL },
31590 { (char *)"TextCtrl_GetString", (PyCFunction) _wrap_TextCtrl_GetString, METH_VARARGS | METH_KEYWORDS, NULL },
31591 { (char *)"TextCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_TextCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31592 { (char *)"TextCtrl_swigregister", TextCtrl_swigregister, METH_VARARGS, NULL },
31593 { (char *)"new_TextUrlEvent", (PyCFunction) _wrap_new_TextUrlEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31594 { (char *)"TextUrlEvent_GetMouseEvent", (PyCFunction) _wrap_TextUrlEvent_GetMouseEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31595 { (char *)"TextUrlEvent_GetURLStart", (PyCFunction) _wrap_TextUrlEvent_GetURLStart, METH_VARARGS | METH_KEYWORDS, NULL },
31596 { (char *)"TextUrlEvent_GetURLEnd", (PyCFunction) _wrap_TextUrlEvent_GetURLEnd, METH_VARARGS | METH_KEYWORDS, NULL },
31597 { (char *)"TextUrlEvent_swigregister", TextUrlEvent_swigregister, METH_VARARGS, NULL },
31598 { (char *)"new_ScrollBar", (PyCFunction) _wrap_new_ScrollBar, METH_VARARGS | METH_KEYWORDS, NULL },
31599 { (char *)"new_PreScrollBar", (PyCFunction) _wrap_new_PreScrollBar, METH_VARARGS | METH_KEYWORDS, NULL },
31600 { (char *)"ScrollBar_Create", (PyCFunction) _wrap_ScrollBar_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31601 { (char *)"ScrollBar_GetThumbPosition", (PyCFunction) _wrap_ScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31602 { (char *)"ScrollBar_GetThumbSize", (PyCFunction) _wrap_ScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS, NULL },
31603 { (char *)"ScrollBar_GetPageSize", (PyCFunction) _wrap_ScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS, NULL },
31604 { (char *)"ScrollBar_GetRange", (PyCFunction) _wrap_ScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31605 { (char *)"ScrollBar_IsVertical", (PyCFunction) _wrap_ScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31606 { (char *)"ScrollBar_SetThumbPosition", (PyCFunction) _wrap_ScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31607 { (char *)"ScrollBar_SetScrollbar", (PyCFunction) _wrap_ScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS, NULL },
31608 { (char *)"ScrollBar_GetClassDefaultAttributes", (PyCFunction) _wrap_ScrollBar_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31609 { (char *)"ScrollBar_swigregister", ScrollBar_swigregister, METH_VARARGS, NULL },
31610 { (char *)"new_SpinButton", (PyCFunction) _wrap_new_SpinButton, METH_VARARGS | METH_KEYWORDS, NULL },
31611 { (char *)"new_PreSpinButton", (PyCFunction) _wrap_new_PreSpinButton, METH_VARARGS | METH_KEYWORDS, NULL },
31612 { (char *)"SpinButton_Create", (PyCFunction) _wrap_SpinButton_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31613 { (char *)"SpinButton_GetValue", (PyCFunction) _wrap_SpinButton_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31614 { (char *)"SpinButton_GetMin", (PyCFunction) _wrap_SpinButton_GetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31615 { (char *)"SpinButton_GetMax", (PyCFunction) _wrap_SpinButton_GetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31616 { (char *)"SpinButton_SetValue", (PyCFunction) _wrap_SpinButton_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31617 { (char *)"SpinButton_SetMin", (PyCFunction) _wrap_SpinButton_SetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31618 { (char *)"SpinButton_SetMax", (PyCFunction) _wrap_SpinButton_SetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31619 { (char *)"SpinButton_SetRange", (PyCFunction) _wrap_SpinButton_SetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31620 { (char *)"SpinButton_IsVertical", (PyCFunction) _wrap_SpinButton_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31621 { (char *)"SpinButton_GetClassDefaultAttributes", (PyCFunction) _wrap_SpinButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31622 { (char *)"SpinButton_swigregister", SpinButton_swigregister, METH_VARARGS, NULL },
31623 { (char *)"new_SpinCtrl", (PyCFunction) _wrap_new_SpinCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31624 { (char *)"new_PreSpinCtrl", (PyCFunction) _wrap_new_PreSpinCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31625 { (char *)"SpinCtrl_Create", (PyCFunction) _wrap_SpinCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31626 { (char *)"SpinCtrl_GetValue", (PyCFunction) _wrap_SpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31627 { (char *)"SpinCtrl_SetValue", (PyCFunction) _wrap_SpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31628 { (char *)"SpinCtrl_SetValueString", (PyCFunction) _wrap_SpinCtrl_SetValueString, METH_VARARGS | METH_KEYWORDS, NULL },
31629 { (char *)"SpinCtrl_SetRange", (PyCFunction) _wrap_SpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31630 { (char *)"SpinCtrl_GetMin", (PyCFunction) _wrap_SpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31631 { (char *)"SpinCtrl_GetMax", (PyCFunction) _wrap_SpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31632 { (char *)"SpinCtrl_SetSelection", (PyCFunction) _wrap_SpinCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31633 { (char *)"SpinCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_SpinCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31634 { (char *)"SpinCtrl_swigregister", SpinCtrl_swigregister, METH_VARARGS, NULL },
31635 { (char *)"new_SpinEvent", (PyCFunction) _wrap_new_SpinEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31636 { (char *)"SpinEvent_GetPosition", (PyCFunction) _wrap_SpinEvent_GetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31637 { (char *)"SpinEvent_SetPosition", (PyCFunction) _wrap_SpinEvent_SetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31638 { (char *)"SpinEvent_swigregister", SpinEvent_swigregister, METH_VARARGS, NULL },
31639 { (char *)"new_RadioBox", (PyCFunction) _wrap_new_RadioBox, METH_VARARGS | METH_KEYWORDS, NULL },
31640 { (char *)"new_PreRadioBox", (PyCFunction) _wrap_new_PreRadioBox, METH_VARARGS | METH_KEYWORDS, NULL },
31641 { (char *)"RadioBox_Create", (PyCFunction) _wrap_RadioBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31642 { (char *)"RadioBox_SetSelection", (PyCFunction) _wrap_RadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31643 { (char *)"RadioBox_GetSelection", (PyCFunction) _wrap_RadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31644 { (char *)"RadioBox_GetStringSelection", (PyCFunction) _wrap_RadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31645 { (char *)"RadioBox_SetStringSelection", (PyCFunction) _wrap_RadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31646 { (char *)"RadioBox_GetCount", (PyCFunction) _wrap_RadioBox_GetCount, METH_VARARGS | METH_KEYWORDS, NULL },
31647 { (char *)"RadioBox_FindString", (PyCFunction) _wrap_RadioBox_FindString, METH_VARARGS | METH_KEYWORDS, NULL },
31648 { (char *)"RadioBox_GetString", (PyCFunction) _wrap_RadioBox_GetString, METH_VARARGS | METH_KEYWORDS, NULL },
31649 { (char *)"RadioBox_SetString", (PyCFunction) _wrap_RadioBox_SetString, METH_VARARGS | METH_KEYWORDS, NULL },
31650 { (char *)"RadioBox_EnableItem", (PyCFunction) _wrap_RadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS, NULL },
31651 { (char *)"RadioBox_ShowItem", (PyCFunction) _wrap_RadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS, NULL },
31652 { (char *)"RadioBox_GetColumnCount", (PyCFunction) _wrap_RadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS, NULL },
31653 { (char *)"RadioBox_GetRowCount", (PyCFunction) _wrap_RadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS, NULL },
31654 { (char *)"RadioBox_GetNextItem", (PyCFunction) _wrap_RadioBox_GetNextItem, METH_VARARGS | METH_KEYWORDS, NULL },
31655 { (char *)"RadioBox_GetClassDefaultAttributes", (PyCFunction) _wrap_RadioBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31656 { (char *)"RadioBox_swigregister", RadioBox_swigregister, METH_VARARGS, NULL },
31657 { (char *)"new_RadioButton", (PyCFunction) _wrap_new_RadioButton, METH_VARARGS | METH_KEYWORDS, NULL },
31658 { (char *)"new_PreRadioButton", (PyCFunction) _wrap_new_PreRadioButton, METH_VARARGS | METH_KEYWORDS, NULL },
31659 { (char *)"RadioButton_Create", (PyCFunction) _wrap_RadioButton_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31660 { (char *)"RadioButton_GetValue", (PyCFunction) _wrap_RadioButton_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31661 { (char *)"RadioButton_SetValue", (PyCFunction) _wrap_RadioButton_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31662 { (char *)"RadioButton_GetClassDefaultAttributes", (PyCFunction) _wrap_RadioButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31663 { (char *)"RadioButton_swigregister", RadioButton_swigregister, METH_VARARGS, NULL },
31664 { (char *)"new_Slider", (PyCFunction) _wrap_new_Slider, METH_VARARGS | METH_KEYWORDS, NULL },
31665 { (char *)"new_PreSlider", (PyCFunction) _wrap_new_PreSlider, METH_VARARGS | METH_KEYWORDS, NULL },
31666 { (char *)"Slider_Create", (PyCFunction) _wrap_Slider_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31667 { (char *)"Slider_GetValue", (PyCFunction) _wrap_Slider_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31668 { (char *)"Slider_SetValue", (PyCFunction) _wrap_Slider_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31669 { (char *)"Slider_SetRange", (PyCFunction) _wrap_Slider_SetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31670 { (char *)"Slider_GetMin", (PyCFunction) _wrap_Slider_GetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31671 { (char *)"Slider_GetMax", (PyCFunction) _wrap_Slider_GetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31672 { (char *)"Slider_SetMin", (PyCFunction) _wrap_Slider_SetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31673 { (char *)"Slider_SetMax", (PyCFunction) _wrap_Slider_SetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31674 { (char *)"Slider_SetLineSize", (PyCFunction) _wrap_Slider_SetLineSize, METH_VARARGS | METH_KEYWORDS, NULL },
31675 { (char *)"Slider_SetPageSize", (PyCFunction) _wrap_Slider_SetPageSize, METH_VARARGS | METH_KEYWORDS, NULL },
31676 { (char *)"Slider_GetLineSize", (PyCFunction) _wrap_Slider_GetLineSize, METH_VARARGS | METH_KEYWORDS, NULL },
31677 { (char *)"Slider_GetPageSize", (PyCFunction) _wrap_Slider_GetPageSize, METH_VARARGS | METH_KEYWORDS, NULL },
31678 { (char *)"Slider_SetThumbLength", (PyCFunction) _wrap_Slider_SetThumbLength, METH_VARARGS | METH_KEYWORDS, NULL },
31679 { (char *)"Slider_GetThumbLength", (PyCFunction) _wrap_Slider_GetThumbLength, METH_VARARGS | METH_KEYWORDS, NULL },
31680 { (char *)"Slider_SetTickFreq", (PyCFunction) _wrap_Slider_SetTickFreq, METH_VARARGS | METH_KEYWORDS, NULL },
31681 { (char *)"Slider_GetTickFreq", (PyCFunction) _wrap_Slider_GetTickFreq, METH_VARARGS | METH_KEYWORDS, NULL },
31682 { (char *)"Slider_ClearTicks", (PyCFunction) _wrap_Slider_ClearTicks, METH_VARARGS | METH_KEYWORDS, NULL },
31683 { (char *)"Slider_SetTick", (PyCFunction) _wrap_Slider_SetTick, METH_VARARGS | METH_KEYWORDS, NULL },
31684 { (char *)"Slider_ClearSel", (PyCFunction) _wrap_Slider_ClearSel, METH_VARARGS | METH_KEYWORDS, NULL },
31685 { (char *)"Slider_GetSelEnd", (PyCFunction) _wrap_Slider_GetSelEnd, METH_VARARGS | METH_KEYWORDS, NULL },
31686 { (char *)"Slider_GetSelStart", (PyCFunction) _wrap_Slider_GetSelStart, METH_VARARGS | METH_KEYWORDS, NULL },
31687 { (char *)"Slider_SetSelection", (PyCFunction) _wrap_Slider_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31688 { (char *)"Slider_GetClassDefaultAttributes", (PyCFunction) _wrap_Slider_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31689 { (char *)"Slider_swigregister", Slider_swigregister, METH_VARARGS, NULL },
31690 { (char *)"new_ToggleButton", (PyCFunction) _wrap_new_ToggleButton, METH_VARARGS | METH_KEYWORDS, NULL },
31691 { (char *)"new_PreToggleButton", (PyCFunction) _wrap_new_PreToggleButton, METH_VARARGS | METH_KEYWORDS, NULL },
31692 { (char *)"ToggleButton_Create", (PyCFunction) _wrap_ToggleButton_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31693 { (char *)"ToggleButton_SetValue", (PyCFunction) _wrap_ToggleButton_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31694 { (char *)"ToggleButton_GetValue", (PyCFunction) _wrap_ToggleButton_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31695 { (char *)"ToggleButton_SetLabel", (PyCFunction) _wrap_ToggleButton_SetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31696 { (char *)"ToggleButton_GetClassDefaultAttributes", (PyCFunction) _wrap_ToggleButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31697 { (char *)"ToggleButton_swigregister", ToggleButton_swigregister, METH_VARARGS, NULL },
31698 { (char *)"BookCtrl_GetPageCount", (PyCFunction) _wrap_BookCtrl_GetPageCount, METH_VARARGS | METH_KEYWORDS, NULL },
31699 { (char *)"BookCtrl_GetPage", (PyCFunction) _wrap_BookCtrl_GetPage, METH_VARARGS | METH_KEYWORDS, NULL },
31700 { (char *)"BookCtrl_GetSelection", (PyCFunction) _wrap_BookCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31701 { (char *)"BookCtrl_SetPageText", (PyCFunction) _wrap_BookCtrl_SetPageText, METH_VARARGS | METH_KEYWORDS, NULL },
31702 { (char *)"BookCtrl_GetPageText", (PyCFunction) _wrap_BookCtrl_GetPageText, METH_VARARGS | METH_KEYWORDS, NULL },
31703 { (char *)"BookCtrl_SetImageList", (PyCFunction) _wrap_BookCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31704 { (char *)"BookCtrl_AssignImageList", (PyCFunction) _wrap_BookCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31705 { (char *)"BookCtrl_GetImageList", (PyCFunction) _wrap_BookCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31706 { (char *)"BookCtrl_GetPageImage", (PyCFunction) _wrap_BookCtrl_GetPageImage, METH_VARARGS | METH_KEYWORDS, NULL },
31707 { (char *)"BookCtrl_SetPageImage", (PyCFunction) _wrap_BookCtrl_SetPageImage, METH_VARARGS | METH_KEYWORDS, NULL },
31708 { (char *)"BookCtrl_SetPageSize", (PyCFunction) _wrap_BookCtrl_SetPageSize, METH_VARARGS | METH_KEYWORDS, NULL },
31709 { (char *)"BookCtrl_CalcSizeFromPage", (PyCFunction) _wrap_BookCtrl_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS, NULL },
31710 { (char *)"BookCtrl_DeletePage", (PyCFunction) _wrap_BookCtrl_DeletePage, METH_VARARGS | METH_KEYWORDS, NULL },
31711 { (char *)"BookCtrl_RemovePage", (PyCFunction) _wrap_BookCtrl_RemovePage, METH_VARARGS | METH_KEYWORDS, NULL },
31712 { (char *)"BookCtrl_DeleteAllPages", (PyCFunction) _wrap_BookCtrl_DeleteAllPages, METH_VARARGS | METH_KEYWORDS, NULL },
31713 { (char *)"BookCtrl_AddPage", (PyCFunction) _wrap_BookCtrl_AddPage, METH_VARARGS | METH_KEYWORDS, NULL },
31714 { (char *)"BookCtrl_InsertPage", (PyCFunction) _wrap_BookCtrl_InsertPage, METH_VARARGS | METH_KEYWORDS, NULL },
31715 { (char *)"BookCtrl_SetSelection", (PyCFunction) _wrap_BookCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31716 { (char *)"BookCtrl_AdvanceSelection", (PyCFunction) _wrap_BookCtrl_AdvanceSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31717 { (char *)"BookCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_BookCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31718 { (char *)"BookCtrl_swigregister", BookCtrl_swigregister, METH_VARARGS, NULL },
31719 { (char *)"new_BookCtrlEvent", (PyCFunction) _wrap_new_BookCtrlEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31720 { (char *)"BookCtrlEvent_GetSelection", (PyCFunction) _wrap_BookCtrlEvent_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31721 { (char *)"BookCtrlEvent_SetSelection", (PyCFunction) _wrap_BookCtrlEvent_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31722 { (char *)"BookCtrlEvent_GetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_GetOldSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31723 { (char *)"BookCtrlEvent_SetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_SetOldSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31724 { (char *)"BookCtrlEvent_swigregister", BookCtrlEvent_swigregister, METH_VARARGS, NULL },
31725 { (char *)"new_Notebook", (PyCFunction) _wrap_new_Notebook, METH_VARARGS | METH_KEYWORDS, NULL },
31726 { (char *)"new_PreNotebook", (PyCFunction) _wrap_new_PreNotebook, METH_VARARGS | METH_KEYWORDS, NULL },
31727 { (char *)"Notebook_Create", (PyCFunction) _wrap_Notebook_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31728 { (char *)"Notebook_GetRowCount", (PyCFunction) _wrap_Notebook_GetRowCount, METH_VARARGS | METH_KEYWORDS, NULL },
31729 { (char *)"Notebook_SetPadding", (PyCFunction) _wrap_Notebook_SetPadding, METH_VARARGS | METH_KEYWORDS, NULL },
31730 { (char *)"Notebook_SetTabSize", (PyCFunction) _wrap_Notebook_SetTabSize, METH_VARARGS | METH_KEYWORDS, NULL },
31731 { (char *)"Notebook_HitTest", (PyCFunction) _wrap_Notebook_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
31732 { (char *)"Notebook_CalcSizeFromPage", (PyCFunction) _wrap_Notebook_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS, NULL },
31733 { (char *)"Notebook_GetClassDefaultAttributes", (PyCFunction) _wrap_Notebook_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31734 { (char *)"Notebook_swigregister", Notebook_swigregister, METH_VARARGS, NULL },
31735 { (char *)"new_NotebookEvent", (PyCFunction) _wrap_new_NotebookEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31736 { (char *)"NotebookEvent_swigregister", NotebookEvent_swigregister, METH_VARARGS, NULL },
31737 { (char *)"new_Listbook", (PyCFunction) _wrap_new_Listbook, METH_VARARGS | METH_KEYWORDS, NULL },
31738 { (char *)"new_PreListbook", (PyCFunction) _wrap_new_PreListbook, METH_VARARGS | METH_KEYWORDS, NULL },
31739 { (char *)"Listbook_Create", (PyCFunction) _wrap_Listbook_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31740 { (char *)"Listbook_IsVertical", (PyCFunction) _wrap_Listbook_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31741 { (char *)"Listbook_GetListView", (PyCFunction) _wrap_Listbook_GetListView, METH_VARARGS | METH_KEYWORDS, NULL },
31742 { (char *)"Listbook_swigregister", Listbook_swigregister, METH_VARARGS, NULL },
31743 { (char *)"new_ListbookEvent", (PyCFunction) _wrap_new_ListbookEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31744 { (char *)"ListbookEvent_swigregister", ListbookEvent_swigregister, METH_VARARGS, NULL },
31745 { (char *)"new_BookCtrlSizer", (PyCFunction) _wrap_new_BookCtrlSizer, METH_VARARGS | METH_KEYWORDS, NULL },
31746 { (char *)"BookCtrlSizer_RecalcSizes", (PyCFunction) _wrap_BookCtrlSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS, NULL },
31747 { (char *)"BookCtrlSizer_CalcMin", (PyCFunction) _wrap_BookCtrlSizer_CalcMin, METH_VARARGS | METH_KEYWORDS, NULL },
31748 { (char *)"BookCtrlSizer_GetControl", (PyCFunction) _wrap_BookCtrlSizer_GetControl, METH_VARARGS | METH_KEYWORDS, NULL },
31749 { (char *)"BookCtrlSizer_swigregister", BookCtrlSizer_swigregister, METH_VARARGS, NULL },
31750 { (char *)"new_NotebookSizer", (PyCFunction) _wrap_new_NotebookSizer, METH_VARARGS | METH_KEYWORDS, NULL },
31751 { (char *)"NotebookSizer_RecalcSizes", (PyCFunction) _wrap_NotebookSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS, NULL },
31752 { (char *)"NotebookSizer_CalcMin", (PyCFunction) _wrap_NotebookSizer_CalcMin, METH_VARARGS | METH_KEYWORDS, NULL },
31753 { (char *)"NotebookSizer_GetNotebook", (PyCFunction) _wrap_NotebookSizer_GetNotebook, METH_VARARGS | METH_KEYWORDS, NULL },
31754 { (char *)"NotebookSizer_swigregister", NotebookSizer_swigregister, METH_VARARGS, NULL },
31755 { (char *)"ToolBarToolBase_GetId", (PyCFunction) _wrap_ToolBarToolBase_GetId, METH_VARARGS | METH_KEYWORDS, NULL },
31756 { (char *)"ToolBarToolBase_GetControl", (PyCFunction) _wrap_ToolBarToolBase_GetControl, METH_VARARGS | METH_KEYWORDS, NULL },
31757 { (char *)"ToolBarToolBase_GetToolBar", (PyCFunction) _wrap_ToolBarToolBase_GetToolBar, METH_VARARGS | METH_KEYWORDS, NULL },
31758 { (char *)"ToolBarToolBase_IsButton", (PyCFunction) _wrap_ToolBarToolBase_IsButton, METH_VARARGS | METH_KEYWORDS, NULL },
31759 { (char *)"ToolBarToolBase_IsControl", (PyCFunction) _wrap_ToolBarToolBase_IsControl, METH_VARARGS | METH_KEYWORDS, NULL },
31760 { (char *)"ToolBarToolBase_IsSeparator", (PyCFunction) _wrap_ToolBarToolBase_IsSeparator, METH_VARARGS | METH_KEYWORDS, NULL },
31761 { (char *)"ToolBarToolBase_GetStyle", (PyCFunction) _wrap_ToolBarToolBase_GetStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31762 { (char *)"ToolBarToolBase_GetKind", (PyCFunction) _wrap_ToolBarToolBase_GetKind, METH_VARARGS | METH_KEYWORDS, NULL },
31763 { (char *)"ToolBarToolBase_IsEnabled", (PyCFunction) _wrap_ToolBarToolBase_IsEnabled, METH_VARARGS | METH_KEYWORDS, NULL },
31764 { (char *)"ToolBarToolBase_IsToggled", (PyCFunction) _wrap_ToolBarToolBase_IsToggled, METH_VARARGS | METH_KEYWORDS, NULL },
31765 { (char *)"ToolBarToolBase_CanBeToggled", (PyCFunction) _wrap_ToolBarToolBase_CanBeToggled, METH_VARARGS | METH_KEYWORDS, NULL },
31766 { (char *)"ToolBarToolBase_GetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetNormalBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31767 { (char *)"ToolBarToolBase_GetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetDisabledBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31768 { (char *)"ToolBarToolBase_GetBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31769 { (char *)"ToolBarToolBase_GetLabel", (PyCFunction) _wrap_ToolBarToolBase_GetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31770 { (char *)"ToolBarToolBase_GetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_GetShortHelp, METH_VARARGS | METH_KEYWORDS, NULL },
31771 { (char *)"ToolBarToolBase_GetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_GetLongHelp, METH_VARARGS | METH_KEYWORDS, NULL },
31772 { (char *)"ToolBarToolBase_Enable", (PyCFunction) _wrap_ToolBarToolBase_Enable, METH_VARARGS | METH_KEYWORDS, NULL },
31773 { (char *)"ToolBarToolBase_Toggle", (PyCFunction) _wrap_ToolBarToolBase_Toggle, METH_VARARGS | METH_KEYWORDS, NULL },
31774 { (char *)"ToolBarToolBase_SetToggle", (PyCFunction) _wrap_ToolBarToolBase_SetToggle, METH_VARARGS | METH_KEYWORDS, NULL },
31775 { (char *)"ToolBarToolBase_SetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_SetShortHelp, METH_VARARGS | METH_KEYWORDS, NULL },
31776 { (char *)"ToolBarToolBase_SetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_SetLongHelp, METH_VARARGS | METH_KEYWORDS, NULL },
31777 { (char *)"ToolBarToolBase_SetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetNormalBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31778 { (char *)"ToolBarToolBase_SetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetDisabledBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31779 { (char *)"ToolBarToolBase_SetLabel", (PyCFunction) _wrap_ToolBarToolBase_SetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31780 { (char *)"ToolBarToolBase_Detach", (PyCFunction) _wrap_ToolBarToolBase_Detach, METH_VARARGS | METH_KEYWORDS, NULL },
31781 { (char *)"ToolBarToolBase_Attach", (PyCFunction) _wrap_ToolBarToolBase_Attach, METH_VARARGS | METH_KEYWORDS, NULL },
31782 { (char *)"ToolBarToolBase_GetClientData", (PyCFunction) _wrap_ToolBarToolBase_GetClientData, METH_VARARGS | METH_KEYWORDS, NULL },
31783 { (char *)"ToolBarToolBase_SetClientData", (PyCFunction) _wrap_ToolBarToolBase_SetClientData, METH_VARARGS | METH_KEYWORDS, NULL },
31784 { (char *)"ToolBarToolBase_swigregister", ToolBarToolBase_swigregister, METH_VARARGS, NULL },
31785 { (char *)"ToolBarBase_DoAddTool", (PyCFunction) _wrap_ToolBarBase_DoAddTool, METH_VARARGS | METH_KEYWORDS, NULL },
31786 { (char *)"ToolBarBase_DoInsertTool", (PyCFunction) _wrap_ToolBarBase_DoInsertTool, METH_VARARGS | METH_KEYWORDS, NULL },
31787 { (char *)"ToolBarBase_AddToolItem", (PyCFunction) _wrap_ToolBarBase_AddToolItem, METH_VARARGS | METH_KEYWORDS, NULL },
31788 { (char *)"ToolBarBase_InsertToolItem", (PyCFunction) _wrap_ToolBarBase_InsertToolItem, METH_VARARGS | METH_KEYWORDS, NULL },
31789 { (char *)"ToolBarBase_AddControl", (PyCFunction) _wrap_ToolBarBase_AddControl, METH_VARARGS | METH_KEYWORDS, NULL },
31790 { (char *)"ToolBarBase_InsertControl", (PyCFunction) _wrap_ToolBarBase_InsertControl, METH_VARARGS | METH_KEYWORDS, NULL },
31791 { (char *)"ToolBarBase_FindControl", (PyCFunction) _wrap_ToolBarBase_FindControl, METH_VARARGS | METH_KEYWORDS, NULL },
31792 { (char *)"ToolBarBase_AddSeparator", (PyCFunction) _wrap_ToolBarBase_AddSeparator, METH_VARARGS | METH_KEYWORDS, NULL },
31793 { (char *)"ToolBarBase_InsertSeparator", (PyCFunction) _wrap_ToolBarBase_InsertSeparator, METH_VARARGS | METH_KEYWORDS, NULL },
31794 { (char *)"ToolBarBase_RemoveTool", (PyCFunction) _wrap_ToolBarBase_RemoveTool, METH_VARARGS | METH_KEYWORDS, NULL },
31795 { (char *)"ToolBarBase_DeleteToolByPos", (PyCFunction) _wrap_ToolBarBase_DeleteToolByPos, METH_VARARGS | METH_KEYWORDS, NULL },
31796 { (char *)"ToolBarBase_DeleteTool", (PyCFunction) _wrap_ToolBarBase_DeleteTool, METH_VARARGS | METH_KEYWORDS, NULL },
31797 { (char *)"ToolBarBase_ClearTools", (PyCFunction) _wrap_ToolBarBase_ClearTools, METH_VARARGS | METH_KEYWORDS, NULL },
31798 { (char *)"ToolBarBase_Realize", (PyCFunction) _wrap_ToolBarBase_Realize, METH_VARARGS | METH_KEYWORDS, NULL },
31799 { (char *)"ToolBarBase_EnableTool", (PyCFunction) _wrap_ToolBarBase_EnableTool, METH_VARARGS | METH_KEYWORDS, NULL },
31800 { (char *)"ToolBarBase_ToggleTool", (PyCFunction) _wrap_ToolBarBase_ToggleTool, METH_VARARGS | METH_KEYWORDS, NULL },
31801 { (char *)"ToolBarBase_SetToggle", (PyCFunction) _wrap_ToolBarBase_SetToggle, METH_VARARGS | METH_KEYWORDS, NULL },
31802 { (char *)"ToolBarBase_GetToolClientData", (PyCFunction) _wrap_ToolBarBase_GetToolClientData, METH_VARARGS | METH_KEYWORDS, NULL },
31803 { (char *)"ToolBarBase_SetToolClientData", (PyCFunction) _wrap_ToolBarBase_SetToolClientData, METH_VARARGS | METH_KEYWORDS, NULL },
31804 { (char *)"ToolBarBase_GetToolPos", (PyCFunction) _wrap_ToolBarBase_GetToolPos, METH_VARARGS | METH_KEYWORDS, NULL },
31805 { (char *)"ToolBarBase_GetToolState", (PyCFunction) _wrap_ToolBarBase_GetToolState, METH_VARARGS | METH_KEYWORDS, NULL },
31806 { (char *)"ToolBarBase_GetToolEnabled", (PyCFunction) _wrap_ToolBarBase_GetToolEnabled, METH_VARARGS | METH_KEYWORDS, NULL },
31807 { (char *)"ToolBarBase_SetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_SetToolShortHelp, METH_VARARGS | METH_KEYWORDS, NULL },
31808 { (char *)"ToolBarBase_GetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_GetToolShortHelp, METH_VARARGS | METH_KEYWORDS, NULL },
31809 { (char *)"ToolBarBase_SetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_SetToolLongHelp, METH_VARARGS | METH_KEYWORDS, NULL },
31810 { (char *)"ToolBarBase_GetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_GetToolLongHelp, METH_VARARGS | METH_KEYWORDS, NULL },
31811 { (char *)"ToolBarBase_SetMarginsXY", (PyCFunction) _wrap_ToolBarBase_SetMarginsXY, METH_VARARGS | METH_KEYWORDS, NULL },
31812 { (char *)"ToolBarBase_SetMargins", (PyCFunction) _wrap_ToolBarBase_SetMargins, METH_VARARGS | METH_KEYWORDS, NULL },
31813 { (char *)"ToolBarBase_SetToolPacking", (PyCFunction) _wrap_ToolBarBase_SetToolPacking, METH_VARARGS | METH_KEYWORDS, NULL },
31814 { (char *)"ToolBarBase_SetToolSeparation", (PyCFunction) _wrap_ToolBarBase_SetToolSeparation, METH_VARARGS | METH_KEYWORDS, NULL },
31815 { (char *)"ToolBarBase_GetToolMargins", (PyCFunction) _wrap_ToolBarBase_GetToolMargins, METH_VARARGS | METH_KEYWORDS, NULL },
31816 { (char *)"ToolBarBase_GetMargins", (PyCFunction) _wrap_ToolBarBase_GetMargins, METH_VARARGS | METH_KEYWORDS, NULL },
31817 { (char *)"ToolBarBase_GetToolPacking", (PyCFunction) _wrap_ToolBarBase_GetToolPacking, METH_VARARGS | METH_KEYWORDS, NULL },
31818 { (char *)"ToolBarBase_GetToolSeparation", (PyCFunction) _wrap_ToolBarBase_GetToolSeparation, METH_VARARGS | METH_KEYWORDS, NULL },
31819 { (char *)"ToolBarBase_SetRows", (PyCFunction) _wrap_ToolBarBase_SetRows, METH_VARARGS | METH_KEYWORDS, NULL },
31820 { (char *)"ToolBarBase_SetMaxRowsCols", (PyCFunction) _wrap_ToolBarBase_SetMaxRowsCols, METH_VARARGS | METH_KEYWORDS, NULL },
31821 { (char *)"ToolBarBase_GetMaxRows", (PyCFunction) _wrap_ToolBarBase_GetMaxRows, METH_VARARGS | METH_KEYWORDS, NULL },
31822 { (char *)"ToolBarBase_GetMaxCols", (PyCFunction) _wrap_ToolBarBase_GetMaxCols, METH_VARARGS | METH_KEYWORDS, NULL },
31823 { (char *)"ToolBarBase_SetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_SetToolBitmapSize, METH_VARARGS | METH_KEYWORDS, NULL },
31824 { (char *)"ToolBarBase_GetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_GetToolBitmapSize, METH_VARARGS | METH_KEYWORDS, NULL },
31825 { (char *)"ToolBarBase_GetToolSize", (PyCFunction) _wrap_ToolBarBase_GetToolSize, METH_VARARGS | METH_KEYWORDS, NULL },
31826 { (char *)"ToolBarBase_FindToolForPosition", (PyCFunction) _wrap_ToolBarBase_FindToolForPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31827 { (char *)"ToolBarBase_FindById", (PyCFunction) _wrap_ToolBarBase_FindById, METH_VARARGS | METH_KEYWORDS, NULL },
31828 { (char *)"ToolBarBase_IsVertical", (PyCFunction) _wrap_ToolBarBase_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31829 { (char *)"ToolBarBase_swigregister", ToolBarBase_swigregister, METH_VARARGS, NULL },
31830 { (char *)"new_ToolBar", (PyCFunction) _wrap_new_ToolBar, METH_VARARGS | METH_KEYWORDS, NULL },
31831 { (char *)"new_PreToolBar", (PyCFunction) _wrap_new_PreToolBar, METH_VARARGS | METH_KEYWORDS, NULL },
31832 { (char *)"ToolBar_Create", (PyCFunction) _wrap_ToolBar_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31833 { (char *)"ToolBar_FindToolForPosition", (PyCFunction) _wrap_ToolBar_FindToolForPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31834 { (char *)"ToolBar_GetClassDefaultAttributes", (PyCFunction) _wrap_ToolBar_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31835 { (char *)"ToolBar_swigregister", ToolBar_swigregister, METH_VARARGS, NULL },
31836 { (char *)"new_ListItemAttr", (PyCFunction) _wrap_new_ListItemAttr, METH_VARARGS | METH_KEYWORDS, NULL },
31837 { (char *)"ListItemAttr_SetTextColour", (PyCFunction) _wrap_ListItemAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31838 { (char *)"ListItemAttr_SetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31839 { (char *)"ListItemAttr_SetFont", (PyCFunction) _wrap_ListItemAttr_SetFont, METH_VARARGS | METH_KEYWORDS, NULL },
31840 { (char *)"ListItemAttr_HasTextColour", (PyCFunction) _wrap_ListItemAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31841 { (char *)"ListItemAttr_HasBackgroundColour", (PyCFunction) _wrap_ListItemAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31842 { (char *)"ListItemAttr_HasFont", (PyCFunction) _wrap_ListItemAttr_HasFont, METH_VARARGS | METH_KEYWORDS, NULL },
31843 { (char *)"ListItemAttr_GetTextColour", (PyCFunction) _wrap_ListItemAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31844 { (char *)"ListItemAttr_GetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31845 { (char *)"ListItemAttr_GetFont", (PyCFunction) _wrap_ListItemAttr_GetFont, METH_VARARGS | METH_KEYWORDS, NULL },
31846 { (char *)"ListItemAttr_Destroy", (PyCFunction) _wrap_ListItemAttr_Destroy, METH_VARARGS | METH_KEYWORDS, NULL },
31847 { (char *)"ListItemAttr_swigregister", ListItemAttr_swigregister, METH_VARARGS, NULL },
31848 { (char *)"new_ListItem", (PyCFunction) _wrap_new_ListItem, METH_VARARGS | METH_KEYWORDS, NULL },
31849 { (char *)"delete_ListItem", (PyCFunction) _wrap_delete_ListItem, METH_VARARGS | METH_KEYWORDS, NULL },
31850 { (char *)"ListItem_Clear", (PyCFunction) _wrap_ListItem_Clear, METH_VARARGS | METH_KEYWORDS, NULL },
31851 { (char *)"ListItem_ClearAttributes", (PyCFunction) _wrap_ListItem_ClearAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31852 { (char *)"ListItem_SetMask", (PyCFunction) _wrap_ListItem_SetMask, METH_VARARGS | METH_KEYWORDS, NULL },
31853 { (char *)"ListItem_SetId", (PyCFunction) _wrap_ListItem_SetId, METH_VARARGS | METH_KEYWORDS, NULL },
31854 { (char *)"ListItem_SetColumn", (PyCFunction) _wrap_ListItem_SetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
31855 { (char *)"ListItem_SetState", (PyCFunction) _wrap_ListItem_SetState, METH_VARARGS | METH_KEYWORDS, NULL },
31856 { (char *)"ListItem_SetStateMask", (PyCFunction) _wrap_ListItem_SetStateMask, METH_VARARGS | METH_KEYWORDS, NULL },
31857 { (char *)"ListItem_SetText", (PyCFunction) _wrap_ListItem_SetText, METH_VARARGS | METH_KEYWORDS, NULL },
31858 { (char *)"ListItem_SetImage", (PyCFunction) _wrap_ListItem_SetImage, METH_VARARGS | METH_KEYWORDS, NULL },
31859 { (char *)"ListItem_SetData", (PyCFunction) _wrap_ListItem_SetData, METH_VARARGS | METH_KEYWORDS, NULL },
31860 { (char *)"ListItem_SetWidth", (PyCFunction) _wrap_ListItem_SetWidth, METH_VARARGS | METH_KEYWORDS, NULL },
31861 { (char *)"ListItem_SetAlign", (PyCFunction) _wrap_ListItem_SetAlign, METH_VARARGS | METH_KEYWORDS, NULL },
31862 { (char *)"ListItem_SetTextColour", (PyCFunction) _wrap_ListItem_SetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31863 { (char *)"ListItem_SetBackgroundColour", (PyCFunction) _wrap_ListItem_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31864 { (char *)"ListItem_SetFont", (PyCFunction) _wrap_ListItem_SetFont, METH_VARARGS | METH_KEYWORDS, NULL },
31865 { (char *)"ListItem_GetMask", (PyCFunction) _wrap_ListItem_GetMask, METH_VARARGS | METH_KEYWORDS, NULL },
31866 { (char *)"ListItem_GetId", (PyCFunction) _wrap_ListItem_GetId, METH_VARARGS | METH_KEYWORDS, NULL },
31867 { (char *)"ListItem_GetColumn", (PyCFunction) _wrap_ListItem_GetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
31868 { (char *)"ListItem_GetState", (PyCFunction) _wrap_ListItem_GetState, METH_VARARGS | METH_KEYWORDS, NULL },
31869 { (char *)"ListItem_GetText", (PyCFunction) _wrap_ListItem_GetText, METH_VARARGS | METH_KEYWORDS, NULL },
31870 { (char *)"ListItem_GetImage", (PyCFunction) _wrap_ListItem_GetImage, METH_VARARGS | METH_KEYWORDS, NULL },
31871 { (char *)"ListItem_GetData", (PyCFunction) _wrap_ListItem_GetData, METH_VARARGS | METH_KEYWORDS, NULL },
31872 { (char *)"ListItem_GetWidth", (PyCFunction) _wrap_ListItem_GetWidth, METH_VARARGS | METH_KEYWORDS, NULL },
31873 { (char *)"ListItem_GetAlign", (PyCFunction) _wrap_ListItem_GetAlign, METH_VARARGS | METH_KEYWORDS, NULL },
31874 { (char *)"ListItem_GetAttributes", (PyCFunction) _wrap_ListItem_GetAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31875 { (char *)"ListItem_HasAttributes", (PyCFunction) _wrap_ListItem_HasAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31876 { (char *)"ListItem_GetTextColour", (PyCFunction) _wrap_ListItem_GetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31877 { (char *)"ListItem_GetBackgroundColour", (PyCFunction) _wrap_ListItem_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31878 { (char *)"ListItem_GetFont", (PyCFunction) _wrap_ListItem_GetFont, METH_VARARGS | METH_KEYWORDS, NULL },
31879 { (char *)"ListItem_m_mask_set", (PyCFunction) _wrap_ListItem_m_mask_set, METH_VARARGS | METH_KEYWORDS, NULL },
31880 { (char *)"ListItem_m_mask_get", (PyCFunction) _wrap_ListItem_m_mask_get, METH_VARARGS | METH_KEYWORDS, NULL },
31881 { (char *)"ListItem_m_itemId_set", (PyCFunction) _wrap_ListItem_m_itemId_set, METH_VARARGS | METH_KEYWORDS, NULL },
31882 { (char *)"ListItem_m_itemId_get", (PyCFunction) _wrap_ListItem_m_itemId_get, METH_VARARGS | METH_KEYWORDS, NULL },
31883 { (char *)"ListItem_m_col_set", (PyCFunction) _wrap_ListItem_m_col_set, METH_VARARGS | METH_KEYWORDS, NULL },
31884 { (char *)"ListItem_m_col_get", (PyCFunction) _wrap_ListItem_m_col_get, METH_VARARGS | METH_KEYWORDS, NULL },
31885 { (char *)"ListItem_m_state_set", (PyCFunction) _wrap_ListItem_m_state_set, METH_VARARGS | METH_KEYWORDS, NULL },
31886 { (char *)"ListItem_m_state_get", (PyCFunction) _wrap_ListItem_m_state_get, METH_VARARGS | METH_KEYWORDS, NULL },
31887 { (char *)"ListItem_m_stateMask_set", (PyCFunction) _wrap_ListItem_m_stateMask_set, METH_VARARGS | METH_KEYWORDS, NULL },
31888 { (char *)"ListItem_m_stateMask_get", (PyCFunction) _wrap_ListItem_m_stateMask_get, METH_VARARGS | METH_KEYWORDS, NULL },
31889 { (char *)"ListItem_m_text_set", (PyCFunction) _wrap_ListItem_m_text_set, METH_VARARGS | METH_KEYWORDS, NULL },
31890 { (char *)"ListItem_m_text_get", (PyCFunction) _wrap_ListItem_m_text_get, METH_VARARGS | METH_KEYWORDS, NULL },
31891 { (char *)"ListItem_m_image_set", (PyCFunction) _wrap_ListItem_m_image_set, METH_VARARGS | METH_KEYWORDS, NULL },
31892 { (char *)"ListItem_m_image_get", (PyCFunction) _wrap_ListItem_m_image_get, METH_VARARGS | METH_KEYWORDS, NULL },
31893 { (char *)"ListItem_m_data_set", (PyCFunction) _wrap_ListItem_m_data_set, METH_VARARGS | METH_KEYWORDS, NULL },
31894 { (char *)"ListItem_m_data_get", (PyCFunction) _wrap_ListItem_m_data_get, METH_VARARGS | METH_KEYWORDS, NULL },
31895 { (char *)"ListItem_m_format_set", (PyCFunction) _wrap_ListItem_m_format_set, METH_VARARGS | METH_KEYWORDS, NULL },
31896 { (char *)"ListItem_m_format_get", (PyCFunction) _wrap_ListItem_m_format_get, METH_VARARGS | METH_KEYWORDS, NULL },
31897 { (char *)"ListItem_m_width_set", (PyCFunction) _wrap_ListItem_m_width_set, METH_VARARGS | METH_KEYWORDS, NULL },
31898 { (char *)"ListItem_m_width_get", (PyCFunction) _wrap_ListItem_m_width_get, METH_VARARGS | METH_KEYWORDS, NULL },
31899 { (char *)"ListItem_swigregister", ListItem_swigregister, METH_VARARGS, NULL },
31900 { (char *)"new_ListEvent", (PyCFunction) _wrap_new_ListEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31901 { (char *)"ListEvent_m_code_set", (PyCFunction) _wrap_ListEvent_m_code_set, METH_VARARGS | METH_KEYWORDS, NULL },
31902 { (char *)"ListEvent_m_code_get", (PyCFunction) _wrap_ListEvent_m_code_get, METH_VARARGS | METH_KEYWORDS, NULL },
31903 { (char *)"ListEvent_m_oldItemIndex_set", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_set, METH_VARARGS | METH_KEYWORDS, NULL },
31904 { (char *)"ListEvent_m_oldItemIndex_get", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_get, METH_VARARGS | METH_KEYWORDS, NULL },
31905 { (char *)"ListEvent_m_itemIndex_set", (PyCFunction) _wrap_ListEvent_m_itemIndex_set, METH_VARARGS | METH_KEYWORDS, NULL },
31906 { (char *)"ListEvent_m_itemIndex_get", (PyCFunction) _wrap_ListEvent_m_itemIndex_get, METH_VARARGS | METH_KEYWORDS, NULL },
31907 { (char *)"ListEvent_m_col_set", (PyCFunction) _wrap_ListEvent_m_col_set, METH_VARARGS | METH_KEYWORDS, NULL },
31908 { (char *)"ListEvent_m_col_get", (PyCFunction) _wrap_ListEvent_m_col_get, METH_VARARGS | METH_KEYWORDS, NULL },
31909 { (char *)"ListEvent_m_pointDrag_set", (PyCFunction) _wrap_ListEvent_m_pointDrag_set, METH_VARARGS | METH_KEYWORDS, NULL },
31910 { (char *)"ListEvent_m_pointDrag_get", (PyCFunction) _wrap_ListEvent_m_pointDrag_get, METH_VARARGS | METH_KEYWORDS, NULL },
31911 { (char *)"ListEvent_m_item_get", (PyCFunction) _wrap_ListEvent_m_item_get, METH_VARARGS | METH_KEYWORDS, NULL },
31912 { (char *)"ListEvent_GetKeyCode", (PyCFunction) _wrap_ListEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS, NULL },
31913 { (char *)"ListEvent_GetIndex", (PyCFunction) _wrap_ListEvent_GetIndex, METH_VARARGS | METH_KEYWORDS, NULL },
31914 { (char *)"ListEvent_GetColumn", (PyCFunction) _wrap_ListEvent_GetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
31915 { (char *)"ListEvent_GetPoint", (PyCFunction) _wrap_ListEvent_GetPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31916 { (char *)"ListEvent_GetLabel", (PyCFunction) _wrap_ListEvent_GetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31917 { (char *)"ListEvent_GetText", (PyCFunction) _wrap_ListEvent_GetText, METH_VARARGS | METH_KEYWORDS, NULL },
31918 { (char *)"ListEvent_GetImage", (PyCFunction) _wrap_ListEvent_GetImage, METH_VARARGS | METH_KEYWORDS, NULL },
31919 { (char *)"ListEvent_GetData", (PyCFunction) _wrap_ListEvent_GetData, METH_VARARGS | METH_KEYWORDS, NULL },
31920 { (char *)"ListEvent_GetMask", (PyCFunction) _wrap_ListEvent_GetMask, METH_VARARGS | METH_KEYWORDS, NULL },
31921 { (char *)"ListEvent_GetItem", (PyCFunction) _wrap_ListEvent_GetItem, METH_VARARGS | METH_KEYWORDS, NULL },
31922 { (char *)"ListEvent_GetCacheFrom", (PyCFunction) _wrap_ListEvent_GetCacheFrom, METH_VARARGS | METH_KEYWORDS, NULL },
31923 { (char *)"ListEvent_GetCacheTo", (PyCFunction) _wrap_ListEvent_GetCacheTo, METH_VARARGS | METH_KEYWORDS, NULL },
31924 { (char *)"ListEvent_IsEditCancelled", (PyCFunction) _wrap_ListEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS, NULL },
31925 { (char *)"ListEvent_SetEditCanceled", (PyCFunction) _wrap_ListEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS, NULL },
31926 { (char *)"ListEvent_swigregister", ListEvent_swigregister, METH_VARARGS, NULL },
31927 { (char *)"new_ListCtrl", (PyCFunction) _wrap_new_ListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31928 { (char *)"new_PreListCtrl", (PyCFunction) _wrap_new_PreListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31929 { (char *)"ListCtrl_Create", (PyCFunction) _wrap_ListCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31930 { (char *)"ListCtrl__setCallbackInfo", (PyCFunction) _wrap_ListCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS, NULL },
31931 { (char *)"ListCtrl_SetForegroundColour", (PyCFunction) _wrap_ListCtrl_SetForegroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31932 { (char *)"ListCtrl_SetBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31933 { (char *)"ListCtrl_GetColumn", (PyCFunction) _wrap_ListCtrl_GetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
31934 { (char *)"ListCtrl_SetColumn", (PyCFunction) _wrap_ListCtrl_SetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
31935 { (char *)"ListCtrl_GetColumnWidth", (PyCFunction) _wrap_ListCtrl_GetColumnWidth, METH_VARARGS | METH_KEYWORDS, NULL },
31936 { (char *)"ListCtrl_SetColumnWidth", (PyCFunction) _wrap_ListCtrl_SetColumnWidth, METH_VARARGS | METH_KEYWORDS, NULL },
31937 { (char *)"ListCtrl_GetCountPerPage", (PyCFunction) _wrap_ListCtrl_GetCountPerPage, METH_VARARGS | METH_KEYWORDS, NULL },
31938 { (char *)"ListCtrl_GetViewRect", (PyCFunction) _wrap_ListCtrl_GetViewRect, METH_VARARGS | METH_KEYWORDS, NULL },
31939 { (char *)"ListCtrl_GetItem", (PyCFunction) _wrap_ListCtrl_GetItem, METH_VARARGS | METH_KEYWORDS, NULL },
31940 { (char *)"ListCtrl_SetItem", (PyCFunction) _wrap_ListCtrl_SetItem, METH_VARARGS | METH_KEYWORDS, NULL },
31941 { (char *)"ListCtrl_SetStringItem", (PyCFunction) _wrap_ListCtrl_SetStringItem, METH_VARARGS | METH_KEYWORDS, NULL },
31942 { (char *)"ListCtrl_GetItemState", (PyCFunction) _wrap_ListCtrl_GetItemState, METH_VARARGS | METH_KEYWORDS, NULL },
31943 { (char *)"ListCtrl_SetItemState", (PyCFunction) _wrap_ListCtrl_SetItemState, METH_VARARGS | METH_KEYWORDS, NULL },
31944 { (char *)"ListCtrl_SetItemImage", (PyCFunction) _wrap_ListCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS, NULL },
31945 { (char *)"ListCtrl_GetItemText", (PyCFunction) _wrap_ListCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS, NULL },
31946 { (char *)"ListCtrl_SetItemText", (PyCFunction) _wrap_ListCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS, NULL },
31947 { (char *)"ListCtrl_GetItemData", (PyCFunction) _wrap_ListCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS, NULL },
31948 { (char *)"ListCtrl_SetItemData", (PyCFunction) _wrap_ListCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS, NULL },
31949 { (char *)"ListCtrl_GetItemPosition", (PyCFunction) _wrap_ListCtrl_GetItemPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31950 { (char *)"ListCtrl_GetItemRect", (PyCFunction) _wrap_ListCtrl_GetItemRect, METH_VARARGS | METH_KEYWORDS, NULL },
31951 { (char *)"ListCtrl_SetItemPosition", (PyCFunction) _wrap_ListCtrl_SetItemPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31952 { (char *)"ListCtrl_GetItemCount", (PyCFunction) _wrap_ListCtrl_GetItemCount, METH_VARARGS | METH_KEYWORDS, NULL },
31953 { (char *)"ListCtrl_GetColumnCount", (PyCFunction) _wrap_ListCtrl_GetColumnCount, METH_VARARGS | METH_KEYWORDS, NULL },
31954 { (char *)"ListCtrl_GetItemSpacing", (PyCFunction) _wrap_ListCtrl_GetItemSpacing, METH_VARARGS | METH_KEYWORDS, NULL },
31955 { (char *)"ListCtrl_SetItemSpacing", (PyCFunction) _wrap_ListCtrl_SetItemSpacing, METH_VARARGS | METH_KEYWORDS, NULL },
31956 { (char *)"ListCtrl_GetSelectedItemCount", (PyCFunction) _wrap_ListCtrl_GetSelectedItemCount, METH_VARARGS | METH_KEYWORDS, NULL },
31957 { (char *)"ListCtrl_GetTextColour", (PyCFunction) _wrap_ListCtrl_GetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31958 { (char *)"ListCtrl_SetTextColour", (PyCFunction) _wrap_ListCtrl_SetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31959 { (char *)"ListCtrl_GetTopItem", (PyCFunction) _wrap_ListCtrl_GetTopItem, METH_VARARGS | METH_KEYWORDS, NULL },
31960 { (char *)"ListCtrl_SetSingleStyle", (PyCFunction) _wrap_ListCtrl_SetSingleStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31961 { (char *)"ListCtrl_SetWindowStyleFlag", (PyCFunction) _wrap_ListCtrl_SetWindowStyleFlag, METH_VARARGS | METH_KEYWORDS, NULL },
31962 { (char *)"ListCtrl_GetNextItem", (PyCFunction) _wrap_ListCtrl_GetNextItem, METH_VARARGS | METH_KEYWORDS, NULL },
31963 { (char *)"ListCtrl_GetImageList", (PyCFunction) _wrap_ListCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31964 { (char *)"ListCtrl_SetImageList", (PyCFunction) _wrap_ListCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31965 { (char *)"ListCtrl_AssignImageList", (PyCFunction) _wrap_ListCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31966 { (char *)"ListCtrl_InReportView", (PyCFunction) _wrap_ListCtrl_InReportView, METH_VARARGS | METH_KEYWORDS, NULL },
31967 { (char *)"ListCtrl_IsVirtual", (PyCFunction) _wrap_ListCtrl_IsVirtual, METH_VARARGS | METH_KEYWORDS, NULL },
31968 { (char *)"ListCtrl_RefreshItem", (PyCFunction) _wrap_ListCtrl_RefreshItem, METH_VARARGS | METH_KEYWORDS, NULL },
31969 { (char *)"ListCtrl_RefreshItems", (PyCFunction) _wrap_ListCtrl_RefreshItems, METH_VARARGS | METH_KEYWORDS, NULL },
31970 { (char *)"ListCtrl_Arrange", (PyCFunction) _wrap_ListCtrl_Arrange, METH_VARARGS | METH_KEYWORDS, NULL },
31971 { (char *)"ListCtrl_DeleteItem", (PyCFunction) _wrap_ListCtrl_DeleteItem, METH_VARARGS | METH_KEYWORDS, NULL },
31972 { (char *)"ListCtrl_DeleteAllItems", (PyCFunction) _wrap_ListCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS, NULL },
31973 { (char *)"ListCtrl_DeleteColumn", (PyCFunction) _wrap_ListCtrl_DeleteColumn, METH_VARARGS | METH_KEYWORDS, NULL },
31974 { (char *)"ListCtrl_DeleteAllColumns", (PyCFunction) _wrap_ListCtrl_DeleteAllColumns, METH_VARARGS | METH_KEYWORDS, NULL },
31975 { (char *)"ListCtrl_ClearAll", (PyCFunction) _wrap_ListCtrl_ClearAll, METH_VARARGS | METH_KEYWORDS, NULL },
31976 { (char *)"ListCtrl_EditLabel", (PyCFunction) _wrap_ListCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31977 { (char *)"ListCtrl_EnsureVisible", (PyCFunction) _wrap_ListCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS, NULL },
31978 { (char *)"ListCtrl_FindItem", (PyCFunction) _wrap_ListCtrl_FindItem, METH_VARARGS | METH_KEYWORDS, NULL },
31979 { (char *)"ListCtrl_FindItemData", (PyCFunction) _wrap_ListCtrl_FindItemData, METH_VARARGS | METH_KEYWORDS, NULL },
31980 { (char *)"ListCtrl_FindItemAtPos", (PyCFunction) _wrap_ListCtrl_FindItemAtPos, METH_VARARGS | METH_KEYWORDS, NULL },
31981 { (char *)"ListCtrl_HitTest", (PyCFunction) _wrap_ListCtrl_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
31982 { (char *)"ListCtrl_InsertItem", (PyCFunction) _wrap_ListCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS, NULL },
31983 { (char *)"ListCtrl_InsertStringItem", (PyCFunction) _wrap_ListCtrl_InsertStringItem, METH_VARARGS | METH_KEYWORDS, NULL },
31984 { (char *)"ListCtrl_InsertImageItem", (PyCFunction) _wrap_ListCtrl_InsertImageItem, METH_VARARGS | METH_KEYWORDS, NULL },
31985 { (char *)"ListCtrl_InsertImageStringItem", (PyCFunction) _wrap_ListCtrl_InsertImageStringItem, METH_VARARGS | METH_KEYWORDS, NULL },
31986 { (char *)"ListCtrl_InsertColumnInfo", (PyCFunction) _wrap_ListCtrl_InsertColumnInfo, METH_VARARGS | METH_KEYWORDS, NULL },
31987 { (char *)"ListCtrl_InsertColumn", (PyCFunction) _wrap_ListCtrl_InsertColumn, METH_VARARGS | METH_KEYWORDS, NULL },
31988 { (char *)"ListCtrl_SetItemCount", (PyCFunction) _wrap_ListCtrl_SetItemCount, METH_VARARGS | METH_KEYWORDS, NULL },
31989 { (char *)"ListCtrl_ScrollList", (PyCFunction) _wrap_ListCtrl_ScrollList, METH_VARARGS | METH_KEYWORDS, NULL },
31990 { (char *)"ListCtrl_SetItemTextColour", (PyCFunction) _wrap_ListCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31991 { (char *)"ListCtrl_GetItemTextColour", (PyCFunction) _wrap_ListCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31992 { (char *)"ListCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31993 { (char *)"ListCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31994 { (char *)"ListCtrl_SortItems", (PyCFunction) _wrap_ListCtrl_SortItems, METH_VARARGS | METH_KEYWORDS, NULL },
31995 { (char *)"ListCtrl_GetMainWindow", (PyCFunction) _wrap_ListCtrl_GetMainWindow, METH_VARARGS | METH_KEYWORDS, NULL },
31996 { (char *)"ListCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_ListCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31997 { (char *)"ListCtrl_swigregister", ListCtrl_swigregister, METH_VARARGS, NULL },
31998 { (char *)"new_ListView", (PyCFunction) _wrap_new_ListView, METH_VARARGS | METH_KEYWORDS, NULL },
31999 { (char *)"new_PreListView", (PyCFunction) _wrap_new_PreListView, METH_VARARGS | METH_KEYWORDS, NULL },
32000 { (char *)"ListView_Create", (PyCFunction) _wrap_ListView_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32001 { (char *)"ListView_Select", (PyCFunction) _wrap_ListView_Select, METH_VARARGS | METH_KEYWORDS, NULL },
32002 { (char *)"ListView_Focus", (PyCFunction) _wrap_ListView_Focus, METH_VARARGS | METH_KEYWORDS, NULL },
32003 { (char *)"ListView_GetFocusedItem", (PyCFunction) _wrap_ListView_GetFocusedItem, METH_VARARGS | METH_KEYWORDS, NULL },
32004 { (char *)"ListView_GetNextSelected", (PyCFunction) _wrap_ListView_GetNextSelected, METH_VARARGS | METH_KEYWORDS, NULL },
32005 { (char *)"ListView_GetFirstSelected", (PyCFunction) _wrap_ListView_GetFirstSelected, METH_VARARGS | METH_KEYWORDS, NULL },
32006 { (char *)"ListView_IsSelected", (PyCFunction) _wrap_ListView_IsSelected, METH_VARARGS | METH_KEYWORDS, NULL },
32007 { (char *)"ListView_SetColumnImage", (PyCFunction) _wrap_ListView_SetColumnImage, METH_VARARGS | METH_KEYWORDS, NULL },
32008 { (char *)"ListView_ClearColumnImage", (PyCFunction) _wrap_ListView_ClearColumnImage, METH_VARARGS | METH_KEYWORDS, NULL },
32009 { (char *)"ListView_swigregister", ListView_swigregister, METH_VARARGS, NULL },
32010 { (char *)"new_TreeItemId", (PyCFunction) _wrap_new_TreeItemId, METH_VARARGS | METH_KEYWORDS, NULL },
32011 { (char *)"delete_TreeItemId", (PyCFunction) _wrap_delete_TreeItemId, METH_VARARGS | METH_KEYWORDS, NULL },
32012 { (char *)"TreeItemId_IsOk", (PyCFunction) _wrap_TreeItemId_IsOk, METH_VARARGS | METH_KEYWORDS, NULL },
32013 { (char *)"TreeItemId___eq__", (PyCFunction) _wrap_TreeItemId___eq__, METH_VARARGS | METH_KEYWORDS, NULL },
32014 { (char *)"TreeItemId___ne__", (PyCFunction) _wrap_TreeItemId___ne__, METH_VARARGS | METH_KEYWORDS, NULL },
32015 { (char *)"TreeItemId_m_pItem_set", (PyCFunction) _wrap_TreeItemId_m_pItem_set, METH_VARARGS | METH_KEYWORDS, NULL },
32016 { (char *)"TreeItemId_m_pItem_get", (PyCFunction) _wrap_TreeItemId_m_pItem_get, METH_VARARGS | METH_KEYWORDS, NULL },
32017 { (char *)"TreeItemId_swigregister", TreeItemId_swigregister, METH_VARARGS, NULL },
32018 { (char *)"new_TreeItemData", (PyCFunction) _wrap_new_TreeItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32019 { (char *)"TreeItemData_GetData", (PyCFunction) _wrap_TreeItemData_GetData, METH_VARARGS | METH_KEYWORDS, NULL },
32020 { (char *)"TreeItemData_SetData", (PyCFunction) _wrap_TreeItemData_SetData, METH_VARARGS | METH_KEYWORDS, NULL },
32021 { (char *)"TreeItemData_GetId", (PyCFunction) _wrap_TreeItemData_GetId, METH_VARARGS | METH_KEYWORDS, NULL },
32022 { (char *)"TreeItemData_SetId", (PyCFunction) _wrap_TreeItemData_SetId, METH_VARARGS | METH_KEYWORDS, NULL },
32023 { (char *)"TreeItemData_Destroy", (PyCFunction) _wrap_TreeItemData_Destroy, METH_VARARGS | METH_KEYWORDS, NULL },
32024 { (char *)"TreeItemData_swigregister", TreeItemData_swigregister, METH_VARARGS, NULL },
32025 { (char *)"new_TreeEvent", (PyCFunction) _wrap_new_TreeEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32026 { (char *)"TreeEvent_GetItem", (PyCFunction) _wrap_TreeEvent_GetItem, METH_VARARGS | METH_KEYWORDS, NULL },
32027 { (char *)"TreeEvent_SetItem", (PyCFunction) _wrap_TreeEvent_SetItem, METH_VARARGS | METH_KEYWORDS, NULL },
32028 { (char *)"TreeEvent_GetOldItem", (PyCFunction) _wrap_TreeEvent_GetOldItem, METH_VARARGS | METH_KEYWORDS, NULL },
32029 { (char *)"TreeEvent_SetOldItem", (PyCFunction) _wrap_TreeEvent_SetOldItem, METH_VARARGS | METH_KEYWORDS, NULL },
32030 { (char *)"TreeEvent_GetPoint", (PyCFunction) _wrap_TreeEvent_GetPoint, METH_VARARGS | METH_KEYWORDS, NULL },
32031 { (char *)"TreeEvent_SetPoint", (PyCFunction) _wrap_TreeEvent_SetPoint, METH_VARARGS | METH_KEYWORDS, NULL },
32032 { (char *)"TreeEvent_GetKeyEvent", (PyCFunction) _wrap_TreeEvent_GetKeyEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32033 { (char *)"TreeEvent_GetKeyCode", (PyCFunction) _wrap_TreeEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS, NULL },
32034 { (char *)"TreeEvent_SetKeyEvent", (PyCFunction) _wrap_TreeEvent_SetKeyEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32035 { (char *)"TreeEvent_GetLabel", (PyCFunction) _wrap_TreeEvent_GetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32036 { (char *)"TreeEvent_SetLabel", (PyCFunction) _wrap_TreeEvent_SetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32037 { (char *)"TreeEvent_IsEditCancelled", (PyCFunction) _wrap_TreeEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS, NULL },
32038 { (char *)"TreeEvent_SetEditCanceled", (PyCFunction) _wrap_TreeEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS, NULL },
32039 { (char *)"TreeEvent_SetToolTip", (PyCFunction) _wrap_TreeEvent_SetToolTip, METH_VARARGS | METH_KEYWORDS, NULL },
32040 { (char *)"TreeEvent_swigregister", TreeEvent_swigregister, METH_VARARGS, NULL },
32041 { (char *)"new_TreeCtrl", (PyCFunction) _wrap_new_TreeCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32042 { (char *)"new_PreTreeCtrl", (PyCFunction) _wrap_new_PreTreeCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32043 { (char *)"TreeCtrl_Create", (PyCFunction) _wrap_TreeCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32044 { (char *)"TreeCtrl__setCallbackInfo", (PyCFunction) _wrap_TreeCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS, NULL },
32045 { (char *)"TreeCtrl_GetCount", (PyCFunction) _wrap_TreeCtrl_GetCount, METH_VARARGS | METH_KEYWORDS, NULL },
32046 { (char *)"TreeCtrl_GetIndent", (PyCFunction) _wrap_TreeCtrl_GetIndent, METH_VARARGS | METH_KEYWORDS, NULL },
32047 { (char *)"TreeCtrl_SetIndent", (PyCFunction) _wrap_TreeCtrl_SetIndent, METH_VARARGS | METH_KEYWORDS, NULL },
32048 { (char *)"TreeCtrl_GetSpacing", (PyCFunction) _wrap_TreeCtrl_GetSpacing, METH_VARARGS | METH_KEYWORDS, NULL },
32049 { (char *)"TreeCtrl_SetSpacing", (PyCFunction) _wrap_TreeCtrl_SetSpacing, METH_VARARGS | METH_KEYWORDS, NULL },
32050 { (char *)"TreeCtrl_GetImageList", (PyCFunction) _wrap_TreeCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32051 { (char *)"TreeCtrl_GetStateImageList", (PyCFunction) _wrap_TreeCtrl_GetStateImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32052 { (char *)"TreeCtrl_SetImageList", (PyCFunction) _wrap_TreeCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32053 { (char *)"TreeCtrl_SetStateImageList", (PyCFunction) _wrap_TreeCtrl_SetStateImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32054 { (char *)"TreeCtrl_AssignImageList", (PyCFunction) _wrap_TreeCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32055 { (char *)"TreeCtrl_AssignStateImageList", (PyCFunction) _wrap_TreeCtrl_AssignStateImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32056 { (char *)"TreeCtrl_GetItemText", (PyCFunction) _wrap_TreeCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS, NULL },
32057 { (char *)"TreeCtrl_GetItemImage", (PyCFunction) _wrap_TreeCtrl_GetItemImage, METH_VARARGS | METH_KEYWORDS, NULL },
32058 { (char *)"TreeCtrl_GetItemData", (PyCFunction) _wrap_TreeCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32059 { (char *)"TreeCtrl_GetItemPyData", (PyCFunction) _wrap_TreeCtrl_GetItemPyData, METH_VARARGS | METH_KEYWORDS, NULL },
32060 { (char *)"TreeCtrl_GetItemTextColour", (PyCFunction) _wrap_TreeCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32061 { (char *)"TreeCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32062 { (char *)"TreeCtrl_GetItemFont", (PyCFunction) _wrap_TreeCtrl_GetItemFont, METH_VARARGS | METH_KEYWORDS, NULL },
32063 { (char *)"TreeCtrl_SetItemText", (PyCFunction) _wrap_TreeCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS, NULL },
32064 { (char *)"TreeCtrl_SetItemImage", (PyCFunction) _wrap_TreeCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS, NULL },
32065 { (char *)"TreeCtrl_SetItemData", (PyCFunction) _wrap_TreeCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32066 { (char *)"TreeCtrl_SetItemPyData", (PyCFunction) _wrap_TreeCtrl_SetItemPyData, METH_VARARGS | METH_KEYWORDS, NULL },
32067 { (char *)"TreeCtrl_SetItemHasChildren", (PyCFunction) _wrap_TreeCtrl_SetItemHasChildren, METH_VARARGS | METH_KEYWORDS, NULL },
32068 { (char *)"TreeCtrl_SetItemBold", (PyCFunction) _wrap_TreeCtrl_SetItemBold, METH_VARARGS | METH_KEYWORDS, NULL },
32069 { (char *)"TreeCtrl_SetItemTextColour", (PyCFunction) _wrap_TreeCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32070 { (char *)"TreeCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32071 { (char *)"TreeCtrl_SetItemFont", (PyCFunction) _wrap_TreeCtrl_SetItemFont, METH_VARARGS | METH_KEYWORDS, NULL },
32072 { (char *)"TreeCtrl_IsVisible", (PyCFunction) _wrap_TreeCtrl_IsVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32073 { (char *)"TreeCtrl_ItemHasChildren", (PyCFunction) _wrap_TreeCtrl_ItemHasChildren, METH_VARARGS | METH_KEYWORDS, NULL },
32074 { (char *)"TreeCtrl_IsExpanded", (PyCFunction) _wrap_TreeCtrl_IsExpanded, METH_VARARGS | METH_KEYWORDS, NULL },
32075 { (char *)"TreeCtrl_IsSelected", (PyCFunction) _wrap_TreeCtrl_IsSelected, METH_VARARGS | METH_KEYWORDS, NULL },
32076 { (char *)"TreeCtrl_IsBold", (PyCFunction) _wrap_TreeCtrl_IsBold, METH_VARARGS | METH_KEYWORDS, NULL },
32077 { (char *)"TreeCtrl_GetChildrenCount", (PyCFunction) _wrap_TreeCtrl_GetChildrenCount, METH_VARARGS | METH_KEYWORDS, NULL },
32078 { (char *)"TreeCtrl_GetRootItem", (PyCFunction) _wrap_TreeCtrl_GetRootItem, METH_VARARGS | METH_KEYWORDS, NULL },
32079 { (char *)"TreeCtrl_GetSelection", (PyCFunction) _wrap_TreeCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
32080 { (char *)"TreeCtrl_GetSelections", (PyCFunction) _wrap_TreeCtrl_GetSelections, METH_VARARGS | METH_KEYWORDS, NULL },
32081 { (char *)"TreeCtrl_GetItemParent", (PyCFunction) _wrap_TreeCtrl_GetItemParent, METH_VARARGS | METH_KEYWORDS, NULL },
32082 { (char *)"TreeCtrl_GetFirstChild", (PyCFunction) _wrap_TreeCtrl_GetFirstChild, METH_VARARGS | METH_KEYWORDS, NULL },
32083 { (char *)"TreeCtrl_GetNextChild", (PyCFunction) _wrap_TreeCtrl_GetNextChild, METH_VARARGS | METH_KEYWORDS, NULL },
32084 { (char *)"TreeCtrl_GetLastChild", (PyCFunction) _wrap_TreeCtrl_GetLastChild, METH_VARARGS | METH_KEYWORDS, NULL },
32085 { (char *)"TreeCtrl_GetNextSibling", (PyCFunction) _wrap_TreeCtrl_GetNextSibling, METH_VARARGS | METH_KEYWORDS, NULL },
32086 { (char *)"TreeCtrl_GetPrevSibling", (PyCFunction) _wrap_TreeCtrl_GetPrevSibling, METH_VARARGS | METH_KEYWORDS, NULL },
32087 { (char *)"TreeCtrl_GetFirstVisibleItem", (PyCFunction) _wrap_TreeCtrl_GetFirstVisibleItem, METH_VARARGS | METH_KEYWORDS, NULL },
32088 { (char *)"TreeCtrl_GetNextVisible", (PyCFunction) _wrap_TreeCtrl_GetNextVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32089 { (char *)"TreeCtrl_GetPrevVisible", (PyCFunction) _wrap_TreeCtrl_GetPrevVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32090 { (char *)"TreeCtrl_AddRoot", (PyCFunction) _wrap_TreeCtrl_AddRoot, METH_VARARGS | METH_KEYWORDS, NULL },
32091 { (char *)"TreeCtrl_PrependItem", (PyCFunction) _wrap_TreeCtrl_PrependItem, METH_VARARGS | METH_KEYWORDS, NULL },
32092 { (char *)"TreeCtrl_InsertItem", (PyCFunction) _wrap_TreeCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS, NULL },
32093 { (char *)"TreeCtrl_InsertItemBefore", (PyCFunction) _wrap_TreeCtrl_InsertItemBefore, METH_VARARGS | METH_KEYWORDS, NULL },
32094 { (char *)"TreeCtrl_AppendItem", (PyCFunction) _wrap_TreeCtrl_AppendItem, METH_VARARGS | METH_KEYWORDS, NULL },
32095 { (char *)"TreeCtrl_Delete", (PyCFunction) _wrap_TreeCtrl_Delete, METH_VARARGS | METH_KEYWORDS, NULL },
32096 { (char *)"TreeCtrl_DeleteChildren", (PyCFunction) _wrap_TreeCtrl_DeleteChildren, METH_VARARGS | METH_KEYWORDS, NULL },
32097 { (char *)"TreeCtrl_DeleteAllItems", (PyCFunction) _wrap_TreeCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS, NULL },
32098 { (char *)"TreeCtrl_Expand", (PyCFunction) _wrap_TreeCtrl_Expand, METH_VARARGS | METH_KEYWORDS, NULL },
32099 { (char *)"TreeCtrl_Collapse", (PyCFunction) _wrap_TreeCtrl_Collapse, METH_VARARGS | METH_KEYWORDS, NULL },
32100 { (char *)"TreeCtrl_CollapseAndReset", (PyCFunction) _wrap_TreeCtrl_CollapseAndReset, METH_VARARGS | METH_KEYWORDS, NULL },
32101 { (char *)"TreeCtrl_Toggle", (PyCFunction) _wrap_TreeCtrl_Toggle, METH_VARARGS | METH_KEYWORDS, NULL },
32102 { (char *)"TreeCtrl_Unselect", (PyCFunction) _wrap_TreeCtrl_Unselect, METH_VARARGS | METH_KEYWORDS, NULL },
32103 { (char *)"TreeCtrl_UnselectItem", (PyCFunction) _wrap_TreeCtrl_UnselectItem, METH_VARARGS | METH_KEYWORDS, NULL },
32104 { (char *)"TreeCtrl_UnselectAll", (PyCFunction) _wrap_TreeCtrl_UnselectAll, METH_VARARGS | METH_KEYWORDS, NULL },
32105 { (char *)"TreeCtrl_SelectItem", (PyCFunction) _wrap_TreeCtrl_SelectItem, METH_VARARGS | METH_KEYWORDS, NULL },
32106 { (char *)"TreeCtrl_ToggleItemSelection", (PyCFunction) _wrap_TreeCtrl_ToggleItemSelection, METH_VARARGS | METH_KEYWORDS, NULL },
32107 { (char *)"TreeCtrl_EnsureVisible", (PyCFunction) _wrap_TreeCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32108 { (char *)"TreeCtrl_ScrollTo", (PyCFunction) _wrap_TreeCtrl_ScrollTo, METH_VARARGS | METH_KEYWORDS, NULL },
32109 { (char *)"TreeCtrl_EditLabel", (PyCFunction) _wrap_TreeCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32110 { (char *)"TreeCtrl_GetEditControl", (PyCFunction) _wrap_TreeCtrl_GetEditControl, METH_VARARGS | METH_KEYWORDS, NULL },
32111 { (char *)"TreeCtrl_SortChildren", (PyCFunction) _wrap_TreeCtrl_SortChildren, METH_VARARGS | METH_KEYWORDS, NULL },
32112 { (char *)"TreeCtrl_HitTest", (PyCFunction) _wrap_TreeCtrl_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
32113 { (char *)"TreeCtrl_GetBoundingRect", (PyCFunction) _wrap_TreeCtrl_GetBoundingRect, METH_VARARGS | METH_KEYWORDS, NULL },
32114 { (char *)"TreeCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_TreeCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32115 { (char *)"TreeCtrl_swigregister", TreeCtrl_swigregister, METH_VARARGS, NULL },
32116 { (char *)"new_GenericDirCtrl", (PyCFunction) _wrap_new_GenericDirCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32117 { (char *)"new_PreGenericDirCtrl", (PyCFunction) _wrap_new_PreGenericDirCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32118 { (char *)"GenericDirCtrl_Create", (PyCFunction) _wrap_GenericDirCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32119 { (char *)"GenericDirCtrl_ExpandPath", (PyCFunction) _wrap_GenericDirCtrl_ExpandPath, METH_VARARGS | METH_KEYWORDS, NULL },
32120 { (char *)"GenericDirCtrl_GetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_GetDefaultPath, METH_VARARGS | METH_KEYWORDS, NULL },
32121 { (char *)"GenericDirCtrl_SetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_SetDefaultPath, METH_VARARGS | METH_KEYWORDS, NULL },
32122 { (char *)"GenericDirCtrl_GetPath", (PyCFunction) _wrap_GenericDirCtrl_GetPath, METH_VARARGS | METH_KEYWORDS, NULL },
32123 { (char *)"GenericDirCtrl_GetFilePath", (PyCFunction) _wrap_GenericDirCtrl_GetFilePath, METH_VARARGS | METH_KEYWORDS, NULL },
32124 { (char *)"GenericDirCtrl_SetPath", (PyCFunction) _wrap_GenericDirCtrl_SetPath, METH_VARARGS | METH_KEYWORDS, NULL },
32125 { (char *)"GenericDirCtrl_ShowHidden", (PyCFunction) _wrap_GenericDirCtrl_ShowHidden, METH_VARARGS | METH_KEYWORDS, NULL },
32126 { (char *)"GenericDirCtrl_GetShowHidden", (PyCFunction) _wrap_GenericDirCtrl_GetShowHidden, METH_VARARGS | METH_KEYWORDS, NULL },
32127 { (char *)"GenericDirCtrl_GetFilter", (PyCFunction) _wrap_GenericDirCtrl_GetFilter, METH_VARARGS | METH_KEYWORDS, NULL },
32128 { (char *)"GenericDirCtrl_SetFilter", (PyCFunction) _wrap_GenericDirCtrl_SetFilter, METH_VARARGS | METH_KEYWORDS, NULL },
32129 { (char *)"GenericDirCtrl_GetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_GetFilterIndex, METH_VARARGS | METH_KEYWORDS, NULL },
32130 { (char *)"GenericDirCtrl_SetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_SetFilterIndex, METH_VARARGS | METH_KEYWORDS, NULL },
32131 { (char *)"GenericDirCtrl_GetRootId", (PyCFunction) _wrap_GenericDirCtrl_GetRootId, METH_VARARGS | METH_KEYWORDS, NULL },
32132 { (char *)"GenericDirCtrl_GetTreeCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetTreeCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32133 { (char *)"GenericDirCtrl_GetFilterListCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetFilterListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32134 { (char *)"GenericDirCtrl_FindChild", (PyCFunction) _wrap_GenericDirCtrl_FindChild, METH_VARARGS | METH_KEYWORDS, NULL },
32135 { (char *)"GenericDirCtrl_DoResize", (PyCFunction) _wrap_GenericDirCtrl_DoResize, METH_VARARGS | METH_KEYWORDS, NULL },
32136 { (char *)"GenericDirCtrl_ReCreateTree", (PyCFunction) _wrap_GenericDirCtrl_ReCreateTree, METH_VARARGS | METH_KEYWORDS, NULL },
32137 { (char *)"GenericDirCtrl_swigregister", GenericDirCtrl_swigregister, METH_VARARGS, NULL },
32138 { (char *)"new_DirFilterListCtrl", (PyCFunction) _wrap_new_DirFilterListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32139 { (char *)"new_PreDirFilterListCtrl", (PyCFunction) _wrap_new_PreDirFilterListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32140 { (char *)"DirFilterListCtrl_Create", (PyCFunction) _wrap_DirFilterListCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32141 { (char *)"DirFilterListCtrl_FillFilterList", (PyCFunction) _wrap_DirFilterListCtrl_FillFilterList, METH_VARARGS | METH_KEYWORDS, NULL },
32142 { (char *)"DirFilterListCtrl_swigregister", DirFilterListCtrl_swigregister, METH_VARARGS, NULL },
32143 { (char *)"new_PyControl", (PyCFunction) _wrap_new_PyControl, METH_VARARGS | METH_KEYWORDS, NULL },
32144 { (char *)"new_PrePyControl", (PyCFunction) _wrap_new_PrePyControl, METH_VARARGS | METH_KEYWORDS, NULL },
32145 { (char *)"PyControl__setCallbackInfo", (PyCFunction) _wrap_PyControl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS, NULL },
32146 { (char *)"PyControl_SetBestSize", (PyCFunction) _wrap_PyControl_SetBestSize, METH_VARARGS | METH_KEYWORDS, NULL },
32147 { (char *)"PyControl_base_DoMoveWindow", (PyCFunction) _wrap_PyControl_base_DoMoveWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32148 { (char *)"PyControl_base_DoSetSize", (PyCFunction) _wrap_PyControl_base_DoSetSize, METH_VARARGS | METH_KEYWORDS, NULL },
32149 { (char *)"PyControl_base_DoSetClientSize", (PyCFunction) _wrap_PyControl_base_DoSetClientSize, METH_VARARGS | METH_KEYWORDS, NULL },
32150 { (char *)"PyControl_base_DoSetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoSetVirtualSize, METH_VARARGS | METH_KEYWORDS, NULL },
32151 { (char *)"PyControl_base_DoGetSize", (PyCFunction) _wrap_PyControl_base_DoGetSize, METH_VARARGS | METH_KEYWORDS, NULL },
32152 { (char *)"PyControl_base_DoGetClientSize", (PyCFunction) _wrap_PyControl_base_DoGetClientSize, METH_VARARGS | METH_KEYWORDS, NULL },
32153 { (char *)"PyControl_base_DoGetPosition", (PyCFunction) _wrap_PyControl_base_DoGetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32154 { (char *)"PyControl_base_DoGetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoGetVirtualSize, METH_VARARGS | METH_KEYWORDS, NULL },
32155 { (char *)"PyControl_base_DoGetBestSize", (PyCFunction) _wrap_PyControl_base_DoGetBestSize, METH_VARARGS | METH_KEYWORDS, NULL },
32156 { (char *)"PyControl_base_InitDialog", (PyCFunction) _wrap_PyControl_base_InitDialog, METH_VARARGS | METH_KEYWORDS, NULL },
32157 { (char *)"PyControl_base_TransferDataToWindow", (PyCFunction) _wrap_PyControl_base_TransferDataToWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32158 { (char *)"PyControl_base_TransferDataFromWindow", (PyCFunction) _wrap_PyControl_base_TransferDataFromWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32159 { (char *)"PyControl_base_Validate", (PyCFunction) _wrap_PyControl_base_Validate, METH_VARARGS | METH_KEYWORDS, NULL },
32160 { (char *)"PyControl_base_AcceptsFocus", (PyCFunction) _wrap_PyControl_base_AcceptsFocus, METH_VARARGS | METH_KEYWORDS, NULL },
32161 { (char *)"PyControl_base_AcceptsFocusFromKeyboard", (PyCFunction) _wrap_PyControl_base_AcceptsFocusFromKeyboard, METH_VARARGS | METH_KEYWORDS, NULL },
32162 { (char *)"PyControl_base_GetMaxSize", (PyCFunction) _wrap_PyControl_base_GetMaxSize, METH_VARARGS | METH_KEYWORDS, NULL },
32163 { (char *)"PyControl_base_AddChild", (PyCFunction) _wrap_PyControl_base_AddChild, METH_VARARGS | METH_KEYWORDS, NULL },
32164 { (char *)"PyControl_base_RemoveChild", (PyCFunction) _wrap_PyControl_base_RemoveChild, METH_VARARGS | METH_KEYWORDS, NULL },
32165 { (char *)"PyControl_base_ShouldInheritColours", (PyCFunction) _wrap_PyControl_base_ShouldInheritColours, METH_VARARGS | METH_KEYWORDS, NULL },
32166 { (char *)"PyControl_base_ApplyParentThemeBackground", (PyCFunction) _wrap_PyControl_base_ApplyParentThemeBackground, METH_VARARGS | METH_KEYWORDS, NULL },
32167 { (char *)"PyControl_base_GetDefaultAttributes", (PyCFunction) _wrap_PyControl_base_GetDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32168 { (char *)"PyControl_swigregister", PyControl_swigregister, METH_VARARGS, NULL },
32169 { (char *)"new_HelpEvent", (PyCFunction) _wrap_new_HelpEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32170 { (char *)"HelpEvent_GetPosition", (PyCFunction) _wrap_HelpEvent_GetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32171 { (char *)"HelpEvent_SetPosition", (PyCFunction) _wrap_HelpEvent_SetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32172 { (char *)"HelpEvent_GetLink", (PyCFunction) _wrap_HelpEvent_GetLink, METH_VARARGS | METH_KEYWORDS, NULL },
32173 { (char *)"HelpEvent_SetLink", (PyCFunction) _wrap_HelpEvent_SetLink, METH_VARARGS | METH_KEYWORDS, NULL },
32174 { (char *)"HelpEvent_GetTarget", (PyCFunction) _wrap_HelpEvent_GetTarget, METH_VARARGS | METH_KEYWORDS, NULL },
32175 { (char *)"HelpEvent_SetTarget", (PyCFunction) _wrap_HelpEvent_SetTarget, METH_VARARGS | METH_KEYWORDS, NULL },
32176 { (char *)"HelpEvent_swigregister", HelpEvent_swigregister, METH_VARARGS, NULL },
32177 { (char *)"new_ContextHelp", (PyCFunction) _wrap_new_ContextHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32178 { (char *)"delete_ContextHelp", (PyCFunction) _wrap_delete_ContextHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32179 { (char *)"ContextHelp_BeginContextHelp", (PyCFunction) _wrap_ContextHelp_BeginContextHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32180 { (char *)"ContextHelp_EndContextHelp", (PyCFunction) _wrap_ContextHelp_EndContextHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32181 { (char *)"ContextHelp_swigregister", ContextHelp_swigregister, METH_VARARGS, NULL },
32182 { (char *)"new_ContextHelpButton", (PyCFunction) _wrap_new_ContextHelpButton, METH_VARARGS | METH_KEYWORDS, NULL },
32183 { (char *)"ContextHelpButton_swigregister", ContextHelpButton_swigregister, METH_VARARGS, NULL },
32184 { (char *)"HelpProvider_Set", (PyCFunction) _wrap_HelpProvider_Set, METH_VARARGS | METH_KEYWORDS, NULL },
32185 { (char *)"HelpProvider_Get", (PyCFunction) _wrap_HelpProvider_Get, METH_VARARGS | METH_KEYWORDS, NULL },
32186 { (char *)"HelpProvider_GetHelp", (PyCFunction) _wrap_HelpProvider_GetHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32187 { (char *)"HelpProvider_ShowHelp", (PyCFunction) _wrap_HelpProvider_ShowHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32188 { (char *)"HelpProvider_AddHelp", (PyCFunction) _wrap_HelpProvider_AddHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32189 { (char *)"HelpProvider_AddHelpById", (PyCFunction) _wrap_HelpProvider_AddHelpById, METH_VARARGS | METH_KEYWORDS, NULL },
32190 { (char *)"HelpProvider_RemoveHelp", (PyCFunction) _wrap_HelpProvider_RemoveHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32191 { (char *)"HelpProvider_Destroy", (PyCFunction) _wrap_HelpProvider_Destroy, METH_VARARGS | METH_KEYWORDS, NULL },
32192 { (char *)"HelpProvider_swigregister", HelpProvider_swigregister, METH_VARARGS, NULL },
32193 { (char *)"new_SimpleHelpProvider", (PyCFunction) _wrap_new_SimpleHelpProvider, METH_VARARGS | METH_KEYWORDS, NULL },
32194 { (char *)"SimpleHelpProvider_swigregister", SimpleHelpProvider_swigregister, METH_VARARGS, NULL },
32195 { (char *)"new_DragImage", (PyCFunction) _wrap_new_DragImage, METH_VARARGS | METH_KEYWORDS, NULL },
32196 { (char *)"new_DragIcon", (PyCFunction) _wrap_new_DragIcon, METH_VARARGS | METH_KEYWORDS, NULL },
32197 { (char *)"new_DragString", (PyCFunction) _wrap_new_DragString, METH_VARARGS | METH_KEYWORDS, NULL },
32198 { (char *)"new_DragTreeItem", (PyCFunction) _wrap_new_DragTreeItem, METH_VARARGS | METH_KEYWORDS, NULL },
32199 { (char *)"new_DragListItem", (PyCFunction) _wrap_new_DragListItem, METH_VARARGS | METH_KEYWORDS, NULL },
32200 { (char *)"delete_DragImage", (PyCFunction) _wrap_delete_DragImage, METH_VARARGS | METH_KEYWORDS, NULL },
32201 { (char *)"DragImage_SetBackingBitmap", (PyCFunction) _wrap_DragImage_SetBackingBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
32202 { (char *)"DragImage_BeginDrag", (PyCFunction) _wrap_DragImage_BeginDrag, METH_VARARGS | METH_KEYWORDS, NULL },
32203 { (char *)"DragImage_BeginDragBounded", (PyCFunction) _wrap_DragImage_BeginDragBounded, METH_VARARGS | METH_KEYWORDS, NULL },
32204 { (char *)"DragImage_EndDrag", (PyCFunction) _wrap_DragImage_EndDrag, METH_VARARGS | METH_KEYWORDS, NULL },
32205 { (char *)"DragImage_Move", (PyCFunction) _wrap_DragImage_Move, METH_VARARGS | METH_KEYWORDS, NULL },
32206 { (char *)"DragImage_Show", (PyCFunction) _wrap_DragImage_Show, METH_VARARGS | METH_KEYWORDS, NULL },
32207 { (char *)"DragImage_Hide", (PyCFunction) _wrap_DragImage_Hide, METH_VARARGS | METH_KEYWORDS, NULL },
32208 { (char *)"DragImage_GetImageRect", (PyCFunction) _wrap_DragImage_GetImageRect, METH_VARARGS | METH_KEYWORDS, NULL },
32209 { (char *)"DragImage_DoDrawImage", (PyCFunction) _wrap_DragImage_DoDrawImage, METH_VARARGS | METH_KEYWORDS, NULL },
32210 { (char *)"DragImage_UpdateBackingFromWindow", (PyCFunction) _wrap_DragImage_UpdateBackingFromWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32211 { (char *)"DragImage_RedrawImage", (PyCFunction) _wrap_DragImage_RedrawImage, METH_VARARGS | METH_KEYWORDS, NULL },
32212 { (char *)"DragImage_swigregister", DragImage_swigregister, METH_VARARGS, NULL },
32213 { NULL, NULL, 0, NULL }
32214 };
32215
32216
32217 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
32218
32219 static void *_p_wxNotebookEventTo_p_wxBookCtrlEvent(void *x) {
32220 return (void *)((wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32221 }
32222 static void *_p_wxListbookEventTo_p_wxBookCtrlEvent(void *x) {
32223 return (void *)((wxBookCtrlEvent *) ((wxListbookEvent *) x));
32224 }
32225 static void *_p_wxBoxSizerTo_p_wxSizer(void *x) {
32226 return (void *)((wxSizer *) ((wxBoxSizer *) x));
32227 }
32228 static void *_p_wxStaticBoxSizerTo_p_wxSizer(void *x) {
32229 return (void *)((wxSizer *) (wxBoxSizer *) ((wxStaticBoxSizer *) x));
32230 }
32231 static void *_p_wxGridBagSizerTo_p_wxSizer(void *x) {
32232 return (void *)((wxSizer *) (wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
32233 }
32234 static void *_p_wxGridSizerTo_p_wxSizer(void *x) {
32235 return (void *)((wxSizer *) ((wxGridSizer *) x));
32236 }
32237 static void *_p_wxFlexGridSizerTo_p_wxSizer(void *x) {
32238 return (void *)((wxSizer *) (wxGridSizer *) ((wxFlexGridSizer *) x));
32239 }
32240 static void *_p_wxNotebookSizerTo_p_wxSizer(void *x) {
32241 return (void *)((wxSizer *) ((wxNotebookSizer *) x));
32242 }
32243 static void *_p_wxPySizerTo_p_wxSizer(void *x) {
32244 return (void *)((wxSizer *) ((wxPySizer *) x));
32245 }
32246 static void *_p_wxBookCtrlSizerTo_p_wxSizer(void *x) {
32247 return (void *)((wxSizer *) ((wxBookCtrlSizer *) x));
32248 }
32249 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x) {
32250 return (void *)((wxEvent *) (wxCommandEvent *) ((wxContextMenuEvent *) x));
32251 }
32252 static void *_p_wxMenuEventTo_p_wxEvent(void *x) {
32253 return (void *)((wxEvent *) ((wxMenuEvent *) x));
32254 }
32255 static void *_p_wxCloseEventTo_p_wxEvent(void *x) {
32256 return (void *)((wxEvent *) ((wxCloseEvent *) x));
32257 }
32258 static void *_p_wxMouseEventTo_p_wxEvent(void *x) {
32259 return (void *)((wxEvent *) ((wxMouseEvent *) x));
32260 }
32261 static void *_p_wxEraseEventTo_p_wxEvent(void *x) {
32262 return (void *)((wxEvent *) ((wxEraseEvent *) x));
32263 }
32264 static void *_p_wxTreeEventTo_p_wxEvent(void *x) {
32265 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
32266 }
32267 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x) {
32268 return (void *)((wxEvent *) ((wxSetCursorEvent *) x));
32269 }
32270 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x) {
32271 return (void *)((wxEvent *) ((wxInitDialogEvent *) x));
32272 }
32273 static void *_p_wxScrollEventTo_p_wxEvent(void *x) {
32274 return (void *)((wxEvent *) (wxCommandEvent *) ((wxScrollEvent *) x));
32275 }
32276 static void *_p_wxTextUrlEventTo_p_wxEvent(void *x) {
32277 return (void *)((wxEvent *) (wxCommandEvent *) ((wxTextUrlEvent *) x));
32278 }
32279 static void *_p_wxBookCtrlEventTo_p_wxEvent(void *x) {
32280 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32281 }
32282 static void *_p_wxPyEventTo_p_wxEvent(void *x) {
32283 return (void *)((wxEvent *) ((wxPyEvent *) x));
32284 }
32285 static void *_p_wxNotifyEventTo_p_wxEvent(void *x) {
32286 return (void *)((wxEvent *) (wxCommandEvent *) ((wxNotifyEvent *) x));
32287 }
32288 static void *_p_wxListEventTo_p_wxEvent(void *x) {
32289 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
32290 }
32291 static void *_p_wxNotebookEventTo_p_wxEvent(void *x) {
32292 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32293 }
32294 static void *_p_wxListbookEventTo_p_wxEvent(void *x) {
32295 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
32296 }
32297 static void *_p_wxHelpEventTo_p_wxEvent(void *x) {
32298 return (void *)((wxEvent *) (wxCommandEvent *) ((wxHelpEvent *) x));
32299 }
32300 static void *_p_wxIdleEventTo_p_wxEvent(void *x) {
32301 return (void *)((wxEvent *) ((wxIdleEvent *) x));
32302 }
32303 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x) {
32304 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowCreateEvent *) x));
32305 }
32306 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x) {
32307 return (void *)((wxEvent *) ((wxQueryNewPaletteEvent *) x));
32308 }
32309 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x) {
32310 return (void *)((wxEvent *) ((wxMaximizeEvent *) x));
32311 }
32312 static void *_p_wxIconizeEventTo_p_wxEvent(void *x) {
32313 return (void *)((wxEvent *) ((wxIconizeEvent *) x));
32314 }
32315 static void *_p_wxActivateEventTo_p_wxEvent(void *x) {
32316 return (void *)((wxEvent *) ((wxActivateEvent *) x));
32317 }
32318 static void *_p_wxSizeEventTo_p_wxEvent(void *x) {
32319 return (void *)((wxEvent *) ((wxSizeEvent *) x));
32320 }
32321 static void *_p_wxMoveEventTo_p_wxEvent(void *x) {
32322 return (void *)((wxEvent *) ((wxMoveEvent *) x));
32323 }
32324 static void *_p_wxPaintEventTo_p_wxEvent(void *x) {
32325 return (void *)((wxEvent *) ((wxPaintEvent *) x));
32326 }
32327 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x) {
32328 return (void *)((wxEvent *) ((wxNcPaintEvent *) x));
32329 }
32330 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x) {
32331 return (void *)((wxEvent *) (wxCommandEvent *) ((wxUpdateUIEvent *) x));
32332 }
32333 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x) {
32334 return (void *)((wxEvent *) ((wxPaletteChangedEvent *) x));
32335 }
32336 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x) {
32337 return (void *)((wxEvent *) ((wxDisplayChangedEvent *) x));
32338 }
32339 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x) {
32340 return (void *)((wxEvent *) ((wxMouseCaptureChangedEvent *) x));
32341 }
32342 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x) {
32343 return (void *)((wxEvent *) ((wxSysColourChangedEvent *) x));
32344 }
32345 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x) {
32346 return (void *)((wxEvent *) ((wxDropFilesEvent *) x));
32347 }
32348 static void *_p_wxFocusEventTo_p_wxEvent(void *x) {
32349 return (void *)((wxEvent *) ((wxFocusEvent *) x));
32350 }
32351 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x) {
32352 return (void *)((wxEvent *) (wxCommandEvent *) ((wxChildFocusEvent *) x));
32353 }
32354 static void *_p_wxShowEventTo_p_wxEvent(void *x) {
32355 return (void *)((wxEvent *) ((wxShowEvent *) x));
32356 }
32357 static void *_p_wxCommandEventTo_p_wxEvent(void *x) {
32358 return (void *)((wxEvent *) ((wxCommandEvent *) x));
32359 }
32360 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x) {
32361 return (void *)((wxEvent *) (wxCommandEvent *) ((wxPyCommandEvent *) x));
32362 }
32363 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x) {
32364 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowDestroyEvent *) x));
32365 }
32366 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x) {
32367 return (void *)((wxEvent *) ((wxNavigationKeyEvent *) x));
32368 }
32369 static void *_p_wxKeyEventTo_p_wxEvent(void *x) {
32370 return (void *)((wxEvent *) ((wxKeyEvent *) x));
32371 }
32372 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x) {
32373 return (void *)((wxEvent *) ((wxScrollWinEvent *) x));
32374 }
32375 static void *_p_wxSpinEventTo_p_wxEvent(void *x) {
32376 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
32377 }
32378 static void *_p_wxComboBoxTo_p_wxItemContainer(void *x) {
32379 return (void *)((wxItemContainer *) ((wxComboBox *) x));
32380 }
32381 static void *_p_wxDirFilterListCtrlTo_p_wxItemContainer(void *x) {
32382 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32383 }
32384 static void *_p_wxChoiceTo_p_wxItemContainer(void *x) {
32385 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxChoice *) x));
32386 }
32387 static void *_p_wxControlWithItemsTo_p_wxItemContainer(void *x) {
32388 return (void *)((wxItemContainer *) ((wxControlWithItems *) x));
32389 }
32390 static void *_p_wxListBoxTo_p_wxItemContainer(void *x) {
32391 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxListBox *) x));
32392 }
32393 static void *_p_wxCheckListBoxTo_p_wxItemContainer(void *x) {
32394 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32395 }
32396 static void *_p_wxListViewTo_p_wxPyListCtrl(void *x) {
32397 return (void *)((wxPyListCtrl *) ((wxListView *) x));
32398 }
32399 static void *_p_wxCheckListBoxTo_p_wxControl(void *x) {
32400 return (void *)((wxControl *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32401 }
32402 static void *_p_wxListBoxTo_p_wxControl(void *x) {
32403 return (void *)((wxControl *) (wxControlWithItems *) ((wxListBox *) x));
32404 }
32405 static void *_p_wxChoiceTo_p_wxControl(void *x) {
32406 return (void *)((wxControl *) (wxControlWithItems *) ((wxChoice *) x));
32407 }
32408 static void *_p_wxToolBarTo_p_wxControl(void *x) {
32409 return (void *)((wxControl *) (wxToolBarBase *) ((wxToolBar *) x));
32410 }
32411 static void *_p_wxStaticBitmapTo_p_wxControl(void *x) {
32412 return (void *)((wxControl *) ((wxStaticBitmap *) x));
32413 }
32414 static void *_p_wxComboBoxTo_p_wxControl(void *x) {
32415 return (void *)((wxControl *) ((wxComboBox *) x));
32416 }
32417 static void *_p_wxSpinCtrlTo_p_wxControl(void *x) {
32418 return (void *)((wxControl *) ((wxSpinCtrl *) x));
32419 }
32420 static void *_p_wxStaticBoxTo_p_wxControl(void *x) {
32421 return (void *)((wxControl *) ((wxStaticBox *) x));
32422 }
32423 static void *_p_wxPyListCtrlTo_p_wxControl(void *x) {
32424 return (void *)((wxControl *) ((wxPyListCtrl *) x));
32425 }
32426 static void *_p_wxPyTreeCtrlTo_p_wxControl(void *x) {
32427 return (void *)((wxControl *) ((wxPyTreeCtrl *) x));
32428 }
32429 static void *_p_wxDirFilterListCtrlTo_p_wxControl(void *x) {
32430 return (void *)((wxControl *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32431 }
32432 static void *_p_wxScrollBarTo_p_wxControl(void *x) {
32433 return (void *)((wxControl *) ((wxScrollBar *) x));
32434 }
32435 static void *_p_wxBookCtrlTo_p_wxControl(void *x) {
32436 return (void *)((wxControl *) ((wxBookCtrl *) x));
32437 }
32438 static void *_p_wxRadioButtonTo_p_wxControl(void *x) {
32439 return (void *)((wxControl *) ((wxRadioButton *) x));
32440 }
32441 static void *_p_wxToggleButtonTo_p_wxControl(void *x) {
32442 return (void *)((wxControl *) ((wxToggleButton *) x));
32443 }
32444 static void *_p_wxGaugeTo_p_wxControl(void *x) {
32445 return (void *)((wxControl *) ((wxGauge *) x));
32446 }
32447 static void *_p_wxToolBarBaseTo_p_wxControl(void *x) {
32448 return (void *)((wxControl *) ((wxToolBarBase *) x));
32449 }
32450 static void *_p_wxBitmapButtonTo_p_wxControl(void *x) {
32451 return (void *)((wxControl *) (wxButton *) ((wxBitmapButton *) x));
32452 }
32453 static void *_p_wxButtonTo_p_wxControl(void *x) {
32454 return (void *)((wxControl *) ((wxButton *) x));
32455 }
32456 static void *_p_wxSpinButtonTo_p_wxControl(void *x) {
32457 return (void *)((wxControl *) ((wxSpinButton *) x));
32458 }
32459 static void *_p_wxContextHelpButtonTo_p_wxControl(void *x) {
32460 return (void *)((wxControl *) (wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32461 }
32462 static void *_p_wxControlWithItemsTo_p_wxControl(void *x) {
32463 return (void *)((wxControl *) ((wxControlWithItems *) x));
32464 }
32465 static void *_p_wxRadioBoxTo_p_wxControl(void *x) {
32466 return (void *)((wxControl *) ((wxRadioBox *) x));
32467 }
32468 static void *_p_wxNotebookTo_p_wxControl(void *x) {
32469 return (void *)((wxControl *) (wxBookCtrl *) ((wxNotebook *) x));
32470 }
32471 static void *_p_wxListbookTo_p_wxControl(void *x) {
32472 return (void *)((wxControl *) (wxBookCtrl *) ((wxListbook *) x));
32473 }
32474 static void *_p_wxCheckBoxTo_p_wxControl(void *x) {
32475 return (void *)((wxControl *) ((wxCheckBox *) x));
32476 }
32477 static void *_p_wxTextCtrlTo_p_wxControl(void *x) {
32478 return (void *)((wxControl *) ((wxTextCtrl *) x));
32479 }
32480 static void *_p_wxListViewTo_p_wxControl(void *x) {
32481 return (void *)((wxControl *) (wxPyListCtrl *) ((wxListView *) x));
32482 }
32483 static void *_p_wxSliderTo_p_wxControl(void *x) {
32484 return (void *)((wxControl *) ((wxSlider *) x));
32485 }
32486 static void *_p_wxGenericDirCtrlTo_p_wxControl(void *x) {
32487 return (void *)((wxControl *) ((wxGenericDirCtrl *) x));
32488 }
32489 static void *_p_wxPyControlTo_p_wxControl(void *x) {
32490 return (void *)((wxControl *) ((wxPyControl *) x));
32491 }
32492 static void *_p_wxStaticLineTo_p_wxControl(void *x) {
32493 return (void *)((wxControl *) ((wxStaticLine *) x));
32494 }
32495 static void *_p_wxStaticTextTo_p_wxControl(void *x) {
32496 return (void *)((wxControl *) ((wxStaticText *) x));
32497 }
32498 static void *_p_wxToolBarTo_p_wxToolBarBase(void *x) {
32499 return (void *)((wxToolBarBase *) ((wxToolBar *) x));
32500 }
32501 static void *_p_wxDirFilterListCtrlTo_p_wxChoice(void *x) {
32502 return (void *)((wxChoice *) ((wxDirFilterListCtrl *) x));
32503 }
32504 static void *_p_wxTreeEventTo_p_wxNotifyEvent(void *x) {
32505 return (void *)((wxNotifyEvent *) ((wxTreeEvent *) x));
32506 }
32507 static void *_p_wxBookCtrlEventTo_p_wxNotifyEvent(void *x) {
32508 return (void *)((wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32509 }
32510 static void *_p_wxListEventTo_p_wxNotifyEvent(void *x) {
32511 return (void *)((wxNotifyEvent *) ((wxListEvent *) x));
32512 }
32513 static void *_p_wxSpinEventTo_p_wxNotifyEvent(void *x) {
32514 return (void *)((wxNotifyEvent *) ((wxSpinEvent *) x));
32515 }
32516 static void *_p_wxNotebookEventTo_p_wxNotifyEvent(void *x) {
32517 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32518 }
32519 static void *_p_wxListbookEventTo_p_wxNotifyEvent(void *x) {
32520 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxListbookEvent *) x));
32521 }
32522 static void *_p_wxBookCtrlTo_p_wxEvtHandler(void *x) {
32523 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxBookCtrl *) x));
32524 }
32525 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x) {
32526 return (void *)((wxEvtHandler *) (wxWindow *) ((wxMenuBar *) x));
32527 }
32528 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x) {
32529 return (void *)((wxEvtHandler *) ((wxValidator *) x));
32530 }
32531 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x) {
32532 return (void *)((wxEvtHandler *) (wxValidator *) ((wxPyValidator *) x));
32533 }
32534 static void *_p_wxToolBarTo_p_wxEvtHandler(void *x) {
32535 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
32536 }
32537 static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
32538 return (void *)((wxEvtHandler *) ((wxMenu *) x));
32539 }
32540 static void *_p_wxToggleButtonTo_p_wxEvtHandler(void *x) {
32541 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToggleButton *) x));
32542 }
32543 static void *_p_wxRadioButtonTo_p_wxEvtHandler(void *x) {
32544 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioButton *) x));
32545 }
32546 static void *_p_wxWindowTo_p_wxEvtHandler(void *x) {
32547 return (void *)((wxEvtHandler *) ((wxWindow *) x));
32548 }
32549 static void *_p_wxControlTo_p_wxEvtHandler(void *x) {
32550 return (void *)((wxEvtHandler *) (wxWindow *) ((wxControl *) x));
32551 }
32552 static void *_p_wxToolBarBaseTo_p_wxEvtHandler(void *x) {
32553 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToolBarBase *) x));
32554 }
32555 static void *_p_wxPyListCtrlTo_p_wxEvtHandler(void *x) {
32556 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
32557 }
32558 static void *_p_wxComboBoxTo_p_wxEvtHandler(void *x) {
32559 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxComboBox *) x));
32560 }
32561 static void *_p_wxDirFilterListCtrlTo_p_wxEvtHandler(void *x) {
32562 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32563 }
32564 static void *_p_wxPyControlTo_p_wxEvtHandler(void *x) {
32565 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyControl *) x));
32566 }
32567 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x) {
32568 return (void *)((wxEvtHandler *) ((wxPyApp *) x));
32569 }
32570 static void *_p_wxGenericDirCtrlTo_p_wxEvtHandler(void *x) {
32571 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
32572 }
32573 static void *_p_wxScrollBarTo_p_wxEvtHandler(void *x) {
32574 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxScrollBar *) x));
32575 }
32576 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x) {
32577 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxControlWithItems *) x));
32578 }
32579 static void *_p_wxGaugeTo_p_wxEvtHandler(void *x) {
32580 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGauge *) x));
32581 }
32582 static void *_p_wxStaticLineTo_p_wxEvtHandler(void *x) {
32583 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticLine *) x));
32584 }
32585 static void *_p_wxListbookTo_p_wxEvtHandler(void *x) {
32586 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
32587 }
32588 static void *_p_wxPyTreeCtrlTo_p_wxEvtHandler(void *x) {
32589 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
32590 }
32591 static void *_p_wxCheckBoxTo_p_wxEvtHandler(void *x) {
32592 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxCheckBox *) x));
32593 }
32594 static void *_p_wxRadioBoxTo_p_wxEvtHandler(void *x) {
32595 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioBox *) x));
32596 }
32597 static void *_p_wxCheckListBoxTo_p_wxEvtHandler(void *x) {
32598 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32599 }
32600 static void *_p_wxListBoxTo_p_wxEvtHandler(void *x) {
32601 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
32602 }
32603 static void *_p_wxChoiceTo_p_wxEvtHandler(void *x) {
32604 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
32605 }
32606 static void *_p_wxNotebookTo_p_wxEvtHandler(void *x) {
32607 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
32608 }
32609 static void *_p_wxStaticBitmapTo_p_wxEvtHandler(void *x) {
32610 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
32611 }
32612 static void *_p_wxListViewTo_p_wxEvtHandler(void *x) {
32613 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
32614 }
32615 static void *_p_wxSpinCtrlTo_p_wxEvtHandler(void *x) {
32616 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
32617 }
32618 static void *_p_wxStaticTextTo_p_wxEvtHandler(void *x) {
32619 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticText *) x));
32620 }
32621 static void *_p_wxStaticBoxTo_p_wxEvtHandler(void *x) {
32622 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBox *) x));
32623 }
32624 static void *_p_wxSliderTo_p_wxEvtHandler(void *x) {
32625 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSlider *) x));
32626 }
32627 static void *_p_wxSpinButtonTo_p_wxEvtHandler(void *x) {
32628 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinButton *) x));
32629 }
32630 static void *_p_wxButtonTo_p_wxEvtHandler(void *x) {
32631 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxButton *) x));
32632 }
32633 static void *_p_wxBitmapButtonTo_p_wxEvtHandler(void *x) {
32634 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
32635 }
32636 static void *_p_wxContextHelpButtonTo_p_wxEvtHandler(void *x) {
32637 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32638 }
32639 static void *_p_wxTextCtrlTo_p_wxEvtHandler(void *x) {
32640 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxTextCtrl *) x));
32641 }
32642 static void *_p_wxCheckListBoxTo_p_wxListBox(void *x) {
32643 return (void *)((wxListBox *) ((wxCheckListBox *) x));
32644 }
32645 static void *_p_wxListbookTo_p_wxBookCtrl(void *x) {
32646 return (void *)((wxBookCtrl *) ((wxListbook *) x));
32647 }
32648 static void *_p_wxNotebookTo_p_wxBookCtrl(void *x) {
32649 return (void *)((wxBookCtrl *) ((wxNotebook *) x));
32650 }
32651 static void *_p_wxBitmapButtonTo_p_wxButton(void *x) {
32652 return (void *)((wxButton *) ((wxBitmapButton *) x));
32653 }
32654 static void *_p_wxContextHelpButtonTo_p_wxButton(void *x) {
32655 return (void *)((wxButton *) (wxBitmapButton *) ((wxContextHelpButton *) x));
32656 }
32657 static void *_p_wxContextHelpButtonTo_p_wxBitmapButton(void *x) {
32658 return (void *)((wxBitmapButton *) ((wxContextHelpButton *) x));
32659 }
32660 static void *_p_wxSimpleHelpProviderTo_p_wxHelpProvider(void *x) {
32661 return (void *)((wxHelpProvider *) ((wxSimpleHelpProvider *) x));
32662 }
32663 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x) {
32664 return (void *)((wxObject *) ((wxLayoutConstraints *) x));
32665 }
32666 static void *_p_wxGBSizerItemTo_p_wxObject(void *x) {
32667 return (void *)((wxObject *) (wxSizerItem *) ((wxGBSizerItem *) x));
32668 }
32669 static void *_p_wxSizerItemTo_p_wxObject(void *x) {
32670 return (void *)((wxObject *) ((wxSizerItem *) x));
32671 }
32672 static void *_p_wxScrollEventTo_p_wxObject(void *x) {
32673 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxScrollEvent *) x));
32674 }
32675 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x) {
32676 return (void *)((wxObject *) ((wxIndividualLayoutConstraint *) x));
32677 }
32678 static void *_p_wxTextUrlEventTo_p_wxObject(void *x) {
32679 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxTextUrlEvent *) x));
32680 }
32681 static void *_p_wxBookCtrlEventTo_p_wxObject(void *x) {
32682 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32683 }
32684 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x) {
32685 return (void *)((wxObject *) (wxSizer *)(wxBoxSizer *) ((wxStaticBoxSizer *) x));
32686 }
32687 static void *_p_wxBoxSizerTo_p_wxObject(void *x) {
32688 return (void *)((wxObject *) (wxSizer *) ((wxBoxSizer *) x));
32689 }
32690 static void *_p_wxSizerTo_p_wxObject(void *x) {
32691 return (void *)((wxObject *) ((wxSizer *) x));
32692 }
32693 static void *_p_wxGridBagSizerTo_p_wxObject(void *x) {
32694 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
32695 }
32696 static void *_p_wxCheckBoxTo_p_wxObject(void *x) {
32697 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxCheckBox *) x));
32698 }
32699 static void *_p_wxPyTreeCtrlTo_p_wxObject(void *x) {
32700 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
32701 }
32702 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x) {
32703 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxUpdateUIEvent *) x));
32704 }
32705 static void *_p_wxEventTo_p_wxObject(void *x) {
32706 return (void *)((wxObject *) ((wxEvent *) x));
32707 }
32708 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x) {
32709 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *) ((wxFlexGridSizer *) x));
32710 }
32711 static void *_p_wxGridSizerTo_p_wxObject(void *x) {
32712 return (void *)((wxObject *) (wxSizer *) ((wxGridSizer *) x));
32713 }
32714 static void *_p_wxInitDialogEventTo_p_wxObject(void *x) {
32715 return (void *)((wxObject *) (wxEvent *) ((wxInitDialogEvent *) x));
32716 }
32717 static void *_p_wxGenericDirCtrlTo_p_wxObject(void *x) {
32718 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
32719 }
32720 static void *_p_wxPyListCtrlTo_p_wxObject(void *x) {
32721 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
32722 }
32723 static void *_p_wxDirFilterListCtrlTo_p_wxObject(void *x) {
32724 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32725 }
32726 static void *_p_wxPaintEventTo_p_wxObject(void *x) {
32727 return (void *)((wxObject *) (wxEvent *) ((wxPaintEvent *) x));
32728 }
32729 static void *_p_wxNcPaintEventTo_p_wxObject(void *x) {
32730 return (void *)((wxObject *) (wxEvent *) ((wxNcPaintEvent *) x));
32731 }
32732 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x) {
32733 return (void *)((wxObject *) (wxEvent *) ((wxPaletteChangedEvent *) x));
32734 }
32735 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x) {
32736 return (void *)((wxObject *) (wxEvent *) ((wxDisplayChangedEvent *) x));
32737 }
32738 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x) {
32739 return (void *)((wxObject *) (wxEvent *) ((wxMouseCaptureChangedEvent *) x));
32740 }
32741 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x) {
32742 return (void *)((wxObject *) (wxEvent *) ((wxSysColourChangedEvent *) x));
32743 }
32744 static void *_p_wxStaticLineTo_p_wxObject(void *x) {
32745 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticLine *) x));
32746 }
32747 static void *_p_wxControlTo_p_wxObject(void *x) {
32748 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxControl *) x));
32749 }
32750 static void *_p_wxPyControlTo_p_wxObject(void *x) {
32751 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyControl *) x));
32752 }
32753 static void *_p_wxGaugeTo_p_wxObject(void *x) {
32754 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGauge *) x));
32755 }
32756 static void *_p_wxRadioButtonTo_p_wxObject(void *x) {
32757 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioButton *) x));
32758 }
32759 static void *_p_wxToggleButtonTo_p_wxObject(void *x) {
32760 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToggleButton *) x));
32761 }
32762 static void *_p_wxToolBarBaseTo_p_wxObject(void *x) {
32763 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToolBarBase *) x));
32764 }
32765 static void *_p_wxSetCursorEventTo_p_wxObject(void *x) {
32766 return (void *)((wxObject *) (wxEvent *) ((wxSetCursorEvent *) x));
32767 }
32768 static void *_p_wxChoiceTo_p_wxObject(void *x) {
32769 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
32770 }
32771 static void *_p_wxFSFileTo_p_wxObject(void *x) {
32772 return (void *)((wxObject *) ((wxFSFile *) x));
32773 }
32774 static void *_p_wxPySizerTo_p_wxObject(void *x) {
32775 return (void *)((wxObject *) (wxSizer *) ((wxPySizer *) x));
32776 }
32777 static void *_p_wxListViewTo_p_wxObject(void *x) {
32778 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
32779 }
32780 static void *_p_wxTextCtrlTo_p_wxObject(void *x) {
32781 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxTextCtrl *) x));
32782 }
32783 static void *_p_wxNotebookTo_p_wxObject(void *x) {
32784 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
32785 }
32786 static void *_p_wxPyEventTo_p_wxObject(void *x) {
32787 return (void *)((wxObject *) (wxEvent *) ((wxPyEvent *) x));
32788 }
32789 static void *_p_wxNotifyEventTo_p_wxObject(void *x) {
32790 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxNotifyEvent *) x));
32791 }
32792 static void *_p_wxListbookTo_p_wxObject(void *x) {
32793 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
32794 }
32795 static void *_p_wxShowEventTo_p_wxObject(void *x) {
32796 return (void *)((wxObject *) (wxEvent *) ((wxShowEvent *) x));
32797 }
32798 static void *_p_wxStaticBitmapTo_p_wxObject(void *x) {
32799 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
32800 }
32801 static void *_p_wxSliderTo_p_wxObject(void *x) {
32802 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSlider *) x));
32803 }
32804 static void *_p_wxMenuItemTo_p_wxObject(void *x) {
32805 return (void *)((wxObject *) ((wxMenuItem *) x));
32806 }
32807 static void *_p_wxIdleEventTo_p_wxObject(void *x) {
32808 return (void *)((wxObject *) (wxEvent *) ((wxIdleEvent *) x));
32809 }
32810 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x) {
32811 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowCreateEvent *) x));
32812 }
32813 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x) {
32814 return (void *)((wxObject *) (wxEvent *) ((wxQueryNewPaletteEvent *) x));
32815 }
32816 static void *_p_wxMaximizeEventTo_p_wxObject(void *x) {
32817 return (void *)((wxObject *) (wxEvent *) ((wxMaximizeEvent *) x));
32818 }
32819 static void *_p_wxIconizeEventTo_p_wxObject(void *x) {
32820 return (void *)((wxObject *) (wxEvent *) ((wxIconizeEvent *) x));
32821 }
32822 static void *_p_wxSizeEventTo_p_wxObject(void *x) {
32823 return (void *)((wxObject *) (wxEvent *) ((wxSizeEvent *) x));
32824 }
32825 static void *_p_wxMoveEventTo_p_wxObject(void *x) {
32826 return (void *)((wxObject *) (wxEvent *) ((wxMoveEvent *) x));
32827 }
32828 static void *_p_wxActivateEventTo_p_wxObject(void *x) {
32829 return (void *)((wxObject *) (wxEvent *) ((wxActivateEvent *) x));
32830 }
32831 static void *_p_wxStaticBoxTo_p_wxObject(void *x) {
32832 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBox *) x));
32833 }
32834 static void *_p_wxContextHelpTo_p_wxObject(void *x) {
32835 return (void *)((wxObject *) ((wxContextHelp *) x));
32836 }
32837 static void *_p_wxXPMHandlerTo_p_wxObject(void *x) {
32838 return (void *)((wxObject *) (wxImageHandler *) ((wxXPMHandler *) x));
32839 }
32840 static void *_p_wxPNMHandlerTo_p_wxObject(void *x) {
32841 return (void *)((wxObject *) (wxImageHandler *) ((wxPNMHandler *) x));
32842 }
32843 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x) {
32844 return (void *)((wxObject *) (wxImageHandler *) ((wxJPEGHandler *) x));
32845 }
32846 static void *_p_wxPCXHandlerTo_p_wxObject(void *x) {
32847 return (void *)((wxObject *) (wxImageHandler *) ((wxPCXHandler *) x));
32848 }
32849 static void *_p_wxGIFHandlerTo_p_wxObject(void *x) {
32850 return (void *)((wxObject *) (wxImageHandler *) ((wxGIFHandler *) x));
32851 }
32852 static void *_p_wxPNGHandlerTo_p_wxObject(void *x) {
32853 return (void *)((wxObject *) (wxImageHandler *) ((wxPNGHandler *) x));
32854 }
32855 static void *_p_wxANIHandlerTo_p_wxObject(void *x) {
32856 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *)(wxCURHandler *) ((wxANIHandler *) x));
32857 }
32858 static void *_p_wxCURHandlerTo_p_wxObject(void *x) {
32859 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *) ((wxCURHandler *) x));
32860 }
32861 static void *_p_wxICOHandlerTo_p_wxObject(void *x) {
32862 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *) ((wxICOHandler *) x));
32863 }
32864 static void *_p_wxBMPHandlerTo_p_wxObject(void *x) {
32865 return (void *)((wxObject *) (wxImageHandler *) ((wxBMPHandler *) x));
32866 }
32867 static void *_p_wxImageHandlerTo_p_wxObject(void *x) {
32868 return (void *)((wxObject *) ((wxImageHandler *) x));
32869 }
32870 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x) {
32871 return (void *)((wxObject *) (wxImageHandler *) ((wxTIFFHandler *) x));
32872 }
32873 static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
32874 return (void *)((wxObject *) ((wxEvtHandler *) x));
32875 }
32876 static void *_p_wxListEventTo_p_wxObject(void *x) {
32877 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
32878 }
32879 static void *_p_wxListBoxTo_p_wxObject(void *x) {
32880 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
32881 }
32882 static void *_p_wxCheckListBoxTo_p_wxObject(void *x) {
32883 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32884 }
32885 static void *_p_wxBookCtrlTo_p_wxObject(void *x) {
32886 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxBookCtrl *) x));
32887 }
32888 static void *_p_wxButtonTo_p_wxObject(void *x) {
32889 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxButton *) x));
32890 }
32891 static void *_p_wxBitmapButtonTo_p_wxObject(void *x) {
32892 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
32893 }
32894 static void *_p_wxSpinButtonTo_p_wxObject(void *x) {
32895 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinButton *) x));
32896 }
32897 static void *_p_wxContextHelpButtonTo_p_wxObject(void *x) {
32898 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32899 }
32900 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
32901 return (void *)((wxObject *) ((wxAcceleratorTable *) x));
32902 }
32903 static void *_p_wxScrollBarTo_p_wxObject(void *x) {
32904 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxScrollBar *) x));
32905 }
32906 static void *_p_wxRadioBoxTo_p_wxObject(void *x) {
32907 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioBox *) x));
32908 }
32909 static void *_p_wxComboBoxTo_p_wxObject(void *x) {
32910 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxComboBox *) x));
32911 }
32912 static void *_p_wxHelpEventTo_p_wxObject(void *x) {
32913 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxHelpEvent *) x));
32914 }
32915 static void *_p_wxListItemTo_p_wxObject(void *x) {
32916 return (void *)((wxObject *) ((wxListItem *) x));
32917 }
32918 static void *_p_wxImageTo_p_wxObject(void *x) {
32919 return (void *)((wxObject *) ((wxImage *) x));
32920 }
32921 static void *_p_wxNotebookSizerTo_p_wxObject(void *x) {
32922 return (void *)((wxObject *) (wxSizer *) ((wxNotebookSizer *) x));
32923 }
32924 static void *_p_wxScrollWinEventTo_p_wxObject(void *x) {
32925 return (void *)((wxObject *) (wxEvent *) ((wxScrollWinEvent *) x));
32926 }
32927 static void *_p_wxSpinEventTo_p_wxObject(void *x) {
32928 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
32929 }
32930 static void *_p_wxGenericDragImageTo_p_wxObject(void *x) {
32931 return (void *)((wxObject *) ((wxGenericDragImage *) x));
32932 }
32933 static void *_p_wxSpinCtrlTo_p_wxObject(void *x) {
32934 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
32935 }
32936 static void *_p_wxNotebookEventTo_p_wxObject(void *x) {
32937 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32938 }
32939 static void *_p_wxListbookEventTo_p_wxObject(void *x) {
32940 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
32941 }
32942 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x) {
32943 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowDestroyEvent *) x));
32944 }
32945 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
32946 return (void *)((wxObject *) (wxEvent *) ((wxNavigationKeyEvent *) x));
32947 }
32948 static void *_p_wxKeyEventTo_p_wxObject(void *x) {
32949 return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
32950 }
32951 static void *_p_wxWindowTo_p_wxObject(void *x) {
32952 return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
32953 }
32954 static void *_p_wxMenuTo_p_wxObject(void *x) {
32955 return (void *)((wxObject *) (wxEvtHandler *) ((wxMenu *) x));
32956 }
32957 static void *_p_wxMenuBarTo_p_wxObject(void *x) {
32958 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
32959 }
32960 static void *_p_wxFileSystemTo_p_wxObject(void *x) {
32961 return (void *)((wxObject *) ((wxFileSystem *) x));
32962 }
32963 static void *_p_wxContextMenuEventTo_p_wxObject(void *x) {
32964 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxContextMenuEvent *) x));
32965 }
32966 static void *_p_wxMenuEventTo_p_wxObject(void *x) {
32967 return (void *)((wxObject *) (wxEvent *) ((wxMenuEvent *) x));
32968 }
32969 static void *_p_wxPyAppTo_p_wxObject(void *x) {
32970 return (void *)((wxObject *) (wxEvtHandler *) ((wxPyApp *) x));
32971 }
32972 static void *_p_wxCloseEventTo_p_wxObject(void *x) {
32973 return (void *)((wxObject *) (wxEvent *) ((wxCloseEvent *) x));
32974 }
32975 static void *_p_wxMouseEventTo_p_wxObject(void *x) {
32976 return (void *)((wxObject *) (wxEvent *) ((wxMouseEvent *) x));
32977 }
32978 static void *_p_wxEraseEventTo_p_wxObject(void *x) {
32979 return (void *)((wxObject *) (wxEvent *) ((wxEraseEvent *) x));
32980 }
32981 static void *_p_wxTreeEventTo_p_wxObject(void *x) {
32982 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
32983 }
32984 static void *_p_wxPyCommandEventTo_p_wxObject(void *x) {
32985 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxPyCommandEvent *) x));
32986 }
32987 static void *_p_wxCommandEventTo_p_wxObject(void *x) {
32988 return (void *)((wxObject *) (wxEvent *) ((wxCommandEvent *) x));
32989 }
32990 static void *_p_wxStaticTextTo_p_wxObject(void *x) {
32991 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticText *) x));
32992 }
32993 static void *_p_wxDropFilesEventTo_p_wxObject(void *x) {
32994 return (void *)((wxObject *) (wxEvent *) ((wxDropFilesEvent *) x));
32995 }
32996 static void *_p_wxFocusEventTo_p_wxObject(void *x) {
32997 return (void *)((wxObject *) (wxEvent *) ((wxFocusEvent *) x));
32998 }
32999 static void *_p_wxChildFocusEventTo_p_wxObject(void *x) {
33000 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxChildFocusEvent *) x));
33001 }
33002 static void *_p_wxControlWithItemsTo_p_wxObject(void *x) {
33003 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxControlWithItems *) x));
33004 }
33005 static void *_p_wxToolBarToolBaseTo_p_wxObject(void *x) {
33006 return (void *)((wxObject *) ((wxToolBarToolBase *) x));
33007 }
33008 static void *_p_wxToolBarTo_p_wxObject(void *x) {
33009 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
33010 }
33011 static void *_p_wxPyValidatorTo_p_wxObject(void *x) {
33012 return (void *)((wxObject *) (wxEvtHandler *)(wxValidator *) ((wxPyValidator *) x));
33013 }
33014 static void *_p_wxValidatorTo_p_wxObject(void *x) {
33015 return (void *)((wxObject *) (wxEvtHandler *) ((wxValidator *) x));
33016 }
33017 static void *_p_wxBookCtrlSizerTo_p_wxObject(void *x) {
33018 return (void *)((wxObject *) (wxSizer *) ((wxBookCtrlSizer *) x));
33019 }
33020 static void *_p_wxBookCtrlTo_p_wxWindow(void *x) {
33021 return (void *)((wxWindow *) (wxControl *) ((wxBookCtrl *) x));
33022 }
33023 static void *_p_wxMenuBarTo_p_wxWindow(void *x) {
33024 return (void *)((wxWindow *) ((wxMenuBar *) x));
33025 }
33026 static void *_p_wxToolBarTo_p_wxWindow(void *x) {
33027 return (void *)((wxWindow *) (wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
33028 }
33029 static void *_p_wxToggleButtonTo_p_wxWindow(void *x) {
33030 return (void *)((wxWindow *) (wxControl *) ((wxToggleButton *) x));
33031 }
33032 static void *_p_wxRadioButtonTo_p_wxWindow(void *x) {
33033 return (void *)((wxWindow *) (wxControl *) ((wxRadioButton *) x));
33034 }
33035 static void *_p_wxPyControlTo_p_wxWindow(void *x) {
33036 return (void *)((wxWindow *) (wxControl *) ((wxPyControl *) x));
33037 }
33038 static void *_p_wxControlTo_p_wxWindow(void *x) {
33039 return (void *)((wxWindow *) ((wxControl *) x));
33040 }
33041 static void *_p_wxToolBarBaseTo_p_wxWindow(void *x) {
33042 return (void *)((wxWindow *) (wxControl *) ((wxToolBarBase *) x));
33043 }
33044 static void *_p_wxDirFilterListCtrlTo_p_wxWindow(void *x) {
33045 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
33046 }
33047 static void *_p_wxPyListCtrlTo_p_wxWindow(void *x) {
33048 return (void *)((wxWindow *) (wxControl *) ((wxPyListCtrl *) x));
33049 }
33050 static void *_p_wxComboBoxTo_p_wxWindow(void *x) {
33051 return (void *)((wxWindow *) (wxControl *) ((wxComboBox *) x));
33052 }
33053 static void *_p_wxGenericDirCtrlTo_p_wxWindow(void *x) {
33054 return (void *)((wxWindow *) (wxControl *) ((wxGenericDirCtrl *) x));
33055 }
33056 static void *_p_wxScrollBarTo_p_wxWindow(void *x) {
33057 return (void *)((wxWindow *) (wxControl *) ((wxScrollBar *) x));
33058 }
33059 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x) {
33060 return (void *)((wxWindow *) (wxControl *) ((wxControlWithItems *) x));
33061 }
33062 static void *_p_wxGaugeTo_p_wxWindow(void *x) {
33063 return (void *)((wxWindow *) (wxControl *) ((wxGauge *) x));
33064 }
33065 static void *_p_wxStaticLineTo_p_wxWindow(void *x) {
33066 return (void *)((wxWindow *) (wxControl *) ((wxStaticLine *) x));
33067 }
33068 static void *_p_wxListbookTo_p_wxWindow(void *x) {
33069 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxListbook *) x));
33070 }
33071 static void *_p_wxPyTreeCtrlTo_p_wxWindow(void *x) {
33072 return (void *)((wxWindow *) (wxControl *) ((wxPyTreeCtrl *) x));
33073 }
33074 static void *_p_wxCheckBoxTo_p_wxWindow(void *x) {
33075 return (void *)((wxWindow *) (wxControl *) ((wxCheckBox *) x));
33076 }
33077 static void *_p_wxRadioBoxTo_p_wxWindow(void *x) {
33078 return (void *)((wxWindow *) (wxControl *) ((wxRadioBox *) x));
33079 }
33080 static void *_p_wxCheckListBoxTo_p_wxWindow(void *x) {
33081 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
33082 }
33083 static void *_p_wxChoiceTo_p_wxWindow(void *x) {
33084 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxChoice *) x));
33085 }
33086 static void *_p_wxListBoxTo_p_wxWindow(void *x) {
33087 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxListBox *) x));
33088 }
33089 static void *_p_wxListViewTo_p_wxWindow(void *x) {
33090 return (void *)((wxWindow *) (wxControl *)(wxPyListCtrl *) ((wxListView *) x));
33091 }
33092 static void *_p_wxNotebookTo_p_wxWindow(void *x) {
33093 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
33094 }
33095 static void *_p_wxStaticBitmapTo_p_wxWindow(void *x) {
33096 return (void *)((wxWindow *) (wxControl *) ((wxStaticBitmap *) x));
33097 }
33098 static void *_p_wxSpinCtrlTo_p_wxWindow(void *x) {
33099 return (void *)((wxWindow *) (wxControl *) ((wxSpinCtrl *) x));
33100 }
33101 static void *_p_wxStaticTextTo_p_wxWindow(void *x) {
33102 return (void *)((wxWindow *) (wxControl *) ((wxStaticText *) x));
33103 }
33104 static void *_p_wxStaticBoxTo_p_wxWindow(void *x) {
33105 return (void *)((wxWindow *) (wxControl *) ((wxStaticBox *) x));
33106 }
33107 static void *_p_wxSliderTo_p_wxWindow(void *x) {
33108 return (void *)((wxWindow *) (wxControl *) ((wxSlider *) x));
33109 }
33110 static void *_p_wxSpinButtonTo_p_wxWindow(void *x) {
33111 return (void *)((wxWindow *) (wxControl *) ((wxSpinButton *) x));
33112 }
33113 static void *_p_wxButtonTo_p_wxWindow(void *x) {
33114 return (void *)((wxWindow *) (wxControl *) ((wxButton *) x));
33115 }
33116 static void *_p_wxBitmapButtonTo_p_wxWindow(void *x) {
33117 return (void *)((wxWindow *) (wxControl *)(wxButton *) ((wxBitmapButton *) x));
33118 }
33119 static void *_p_wxContextHelpButtonTo_p_wxWindow(void *x) {
33120 return (void *)((wxWindow *) (wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
33121 }
33122 static void *_p_wxTextCtrlTo_p_wxWindow(void *x) {
33123 return (void *)((wxWindow *) (wxControl *) ((wxTextCtrl *) x));
33124 }
33125 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x) {
33126 return (void *)((wxCommandEvent *) ((wxWindowDestroyEvent *) x));
33127 }
33128 static void *_p_wxBookCtrlEventTo_p_wxCommandEvent(void *x) {
33129 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxBookCtrlEvent *) x));
33130 }
33131 static void *_p_wxTextUrlEventTo_p_wxCommandEvent(void *x) {
33132 return (void *)((wxCommandEvent *) ((wxTextUrlEvent *) x));
33133 }
33134 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x) {
33135 return (void *)((wxCommandEvent *) ((wxScrollEvent *) x));
33136 }
33137 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x) {
33138 return (void *)((wxCommandEvent *) ((wxPyCommandEvent *) x));
33139 }
33140 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x) {
33141 return (void *)((wxCommandEvent *) ((wxContextMenuEvent *) x));
33142 }
33143 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x) {
33144 return (void *)((wxCommandEvent *) ((wxChildFocusEvent *) x));
33145 }
33146 static void *_p_wxListbookEventTo_p_wxCommandEvent(void *x) {
33147 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
33148 }
33149 static void *_p_wxNotebookEventTo_p_wxCommandEvent(void *x) {
33150 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
33151 }
33152 static void *_p_wxListEventTo_p_wxCommandEvent(void *x) {
33153 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxListEvent *) x));
33154 }
33155 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x) {
33156 return (void *)((wxCommandEvent *) ((wxWindowCreateEvent *) x));
33157 }
33158 static void *_p_wxTreeEventTo_p_wxCommandEvent(void *x) {
33159 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxTreeEvent *) x));
33160 }
33161 static void *_p_wxSpinEventTo_p_wxCommandEvent(void *x) {
33162 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxSpinEvent *) x));
33163 }
33164 static void *_p_wxHelpEventTo_p_wxCommandEvent(void *x) {
33165 return (void *)((wxCommandEvent *) ((wxHelpEvent *) x));
33166 }
33167 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x) {
33168 return (void *)((wxCommandEvent *) ((wxNotifyEvent *) x));
33169 }
33170 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x) {
33171 return (void *)((wxCommandEvent *) ((wxUpdateUIEvent *) x));
33172 }
33173 static void *_p_wxDirFilterListCtrlTo_p_wxControlWithItems(void *x) {
33174 return (void *)((wxControlWithItems *) (wxChoice *) ((wxDirFilterListCtrl *) x));
33175 }
33176 static void *_p_wxChoiceTo_p_wxControlWithItems(void *x) {
33177 return (void *)((wxControlWithItems *) ((wxChoice *) x));
33178 }
33179 static void *_p_wxListBoxTo_p_wxControlWithItems(void *x) {
33180 return (void *)((wxControlWithItems *) ((wxListBox *) x));
33181 }
33182 static void *_p_wxCheckListBoxTo_p_wxControlWithItems(void *x) {
33183 return (void *)((wxControlWithItems *) (wxListBox *) ((wxCheckListBox *) x));
33184 }
33185 static void *_p_wxPyValidatorTo_p_wxValidator(void *x) {
33186 return (void *)((wxValidator *) ((wxPyValidator *) x));
33187 }
33188 static swig_type_info _swigt__p_wxTextUrlEvent[] = {{"_p_wxTextUrlEvent", 0, "wxTextUrlEvent *", 0, 0, 0, 0},{"_p_wxTextUrlEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33189 static swig_type_info _swigt__p_wxBookCtrlEvent[] = {{"_p_wxBookCtrlEvent", 0, "wxBookCtrlEvent *", 0, 0, 0, 0},{"_p_wxBookCtrlEvent", 0, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxBookCtrlEvent, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxBookCtrlEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33190 static swig_type_info _swigt__p_wxSizer[] = {{"_p_wxSizer", 0, "wxSizer *", 0, 0, 0, 0},{"_p_wxSizer", 0, 0, 0, 0, 0, 0},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxSizer, 0, 0, 0, 0, 0},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxSizer, 0, 0, 0, 0, 0},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxSizer, 0, 0, 0, 0, 0},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxSizer, 0, 0, 0, 0, 0},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxSizer, 0, 0, 0, 0, 0},{"_p_wxNotebookSizer", _p_wxNotebookSizerTo_p_wxSizer, 0, 0, 0, 0, 0},{"_p_wxPySizer", _p_wxPySizerTo_p_wxSizer, 0, 0, 0, 0, 0},{"_p_wxBookCtrlSizer", _p_wxBookCtrlSizerTo_p_wxSizer, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33191 static swig_type_info _swigt__p_wxCheckBox[] = {{"_p_wxCheckBox", 0, "wxCheckBox *", 0, 0, 0, 0},{"_p_wxCheckBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33192 static swig_type_info _swigt__p_wxPyTreeCtrl[] = {{"_p_wxPyTreeCtrl", 0, "wxPyTreeCtrl *", 0, 0, 0, 0},{"_p_wxPyTreeCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33193 static swig_type_info _swigt__p_wxEvent[] = {{"_p_wxEvent", 0, "wxEvent *", 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxEvent", 0, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33194 static swig_type_info _swigt__p_wxGenericDirCtrl[] = {{"_p_wxGenericDirCtrl", 0, "wxGenericDirCtrl *", 0, 0, 0, 0},{"_p_wxGenericDirCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33195 static swig_type_info _swigt__p_bool[] = {{"_p_bool", 0, "bool *", 0, 0, 0, 0},{"_p_bool", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33196 static swig_type_info _swigt__p_wxPyTreeItemData[] = {{"_p_wxPyTreeItemData", 0, "wxPyTreeItemData *", 0, 0, 0, 0},{"_p_wxPyTreeItemData", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33197 static swig_type_info _swigt__p_wxItemContainer[] = {{"_p_wxItemContainer", 0, "wxItemContainer *", 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxItemContainer, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxItemContainer, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxItemContainer, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxItemContainer, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxItemContainer, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxItemContainer, 0, 0, 0, 0, 0},{"_p_wxItemContainer", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33198 static swig_type_info _swigt__p_wxPyListCtrl[] = {{"_p_wxPyListCtrl", 0, "wxPyListCtrl *", 0, 0, 0, 0},{"_p_wxPyListCtrl", 0, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxPyListCtrl, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33199 static swig_type_info _swigt__p_wxDirFilterListCtrl[] = {{"_p_wxDirFilterListCtrl", 0, "wxDirFilterListCtrl *", 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33200 static swig_type_info _swigt__p_wxStaticLine[] = {{"_p_wxStaticLine", 0, "wxStaticLine *", 0, 0, 0, 0},{"_p_wxStaticLine", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33201 static swig_type_info _swigt__p_wxControl[] = {{"_p_wxControl", 0, "wxControl *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxControl", 0, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33202 static swig_type_info _swigt__p_wxPyControl[] = {{"_p_wxPyControl", 0, "wxPyControl *", 0, 0, 0, 0},{"_p_wxPyControl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33203 static swig_type_info _swigt__p_wxGauge[] = {{"_p_wxGauge", 0, "wxGauge *", 0, 0, 0, 0},{"_p_wxGauge", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33204 static swig_type_info _swigt__p_wxToolBarBase[] = {{"_p_wxToolBarBase", 0, "wxToolBarBase *", 0, 0, 0, 0},{"_p_wxToolBarBase", 0, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxToolBarBase, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33205 static swig_type_info _swigt__p_wxFont[] = {{"_p_wxFont", 0, "wxFont *", 0, 0, 0, 0},{"_p_wxFont", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33206 static swig_type_info _swigt__p_wxToggleButton[] = {{"_p_wxToggleButton", 0, "wxToggleButton *", 0, 0, 0, 0},{"_p_wxToggleButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33207 static swig_type_info _swigt__p_wxRadioButton[] = {{"_p_wxRadioButton", 0, "wxRadioButton *", 0, 0, 0, 0},{"_p_wxRadioButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33208 static swig_type_info _swigt__p_wxChoice[] = {{"_p_wxChoice", 0, "wxChoice *", 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxChoice, 0, 0, 0, 0, 0},{"_p_wxChoice", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33209 static swig_type_info _swigt__p_wxMemoryDC[] = {{"_p_wxMemoryDC", 0, "wxMemoryDC *", 0, 0, 0, 0},{"_p_wxMemoryDC", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33210 static swig_type_info _swigt__p_wxListItemAttr[] = {{"_p_wxListItemAttr", 0, "wxListItemAttr *", 0, 0, 0, 0},{"_p_wxListItemAttr", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33211 static swig_type_info _swigt__p_void[] = {{"_p_void", 0, "void *", 0, 0, 0, 0},{"_p_void", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33212 static swig_type_info _swigt__p_int[] = {{"_p_int", 0, "int *", 0, 0, 0, 0},{"_p_int", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33213 static swig_type_info _swigt__p_wxSize[] = {{"_p_wxSize", 0, "wxSize *", 0, 0, 0, 0},{"_p_wxSize", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33214 static swig_type_info _swigt__p_wxDC[] = {{"_p_wxDC", 0, "wxDC *", 0, 0, 0, 0},{"_p_wxDC", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33215 static swig_type_info _swigt__p_wxListView[] = {{"_p_wxListView", 0, "wxListView *", 0, 0, 0, 0},{"_p_wxListView", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33216 static swig_type_info _swigt__p_wxIcon[] = {{"_p_wxIcon", 0, "wxIcon *", 0, 0, 0, 0},{"_p_wxIcon", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33217 static swig_type_info _swigt__p_wxVisualAttributes[] = {{"_p_wxVisualAttributes", 0, "wxVisualAttributes *", 0, 0, 0, 0},{"_p_wxVisualAttributes", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33218 static swig_type_info _swigt__p_wxTextCtrl[] = {{"_p_wxTextCtrl", 0, "wxTextCtrl *", 0, 0, 0, 0},{"_p_wxTextCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33219 static swig_type_info _swigt__p_wxNotebook[] = {{"_p_wxNotebook", 0, "wxNotebook *", 0, 0, 0, 0},{"_p_wxNotebook", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33220 static swig_type_info _swigt__p_wxNotifyEvent[] = {{"_p_wxNotifyEvent", 0, "wxNotifyEvent *", 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33221 static swig_type_info _swigt__p_wxArrayString[] = {{"_p_wxArrayString", 0, "wxArrayString *", 0, 0, 0, 0},{"_p_wxArrayString", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33222 static swig_type_info _swigt__p_wxListbook[] = {{"_p_wxListbook", 0, "wxListbook *", 0, 0, 0, 0},{"_p_wxListbook", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33223 static swig_type_info _swigt__p_wxStaticBitmap[] = {{"_p_wxStaticBitmap", 0, "wxStaticBitmap *", 0, 0, 0, 0},{"_p_wxStaticBitmap", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33224 static swig_type_info _swigt__p_wxSlider[] = {{"_p_wxSlider", 0, "wxSlider *", 0, 0, 0, 0},{"_p_wxSlider", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33225 static swig_type_info _swigt__p_wxStaticBox[] = {{"_p_wxStaticBox", 0, "wxStaticBox *", 0, 0, 0, 0},{"_p_wxStaticBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33226 static swig_type_info _swigt__p_wxArrayInt[] = {{"_p_wxArrayInt", 0, "wxArrayInt *", 0, 0, 0, 0},{"_p_wxArrayInt", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33227 static swig_type_info _swigt__p_wxContextHelp[] = {{"_p_wxContextHelp", 0, "wxContextHelp *", 0, 0, 0, 0},{"_p_wxContextHelp", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33228 static swig_type_info _swigt__p_long[] = {{"_p_long", 0, "long *", 0, 0, 0, 0},{"_p_long", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33229 static swig_type_info _swigt__p_wxEvtHandler[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", 0, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33230 static swig_type_info _swigt__p_wxListEvent[] = {{"_p_wxListEvent", 0, "wxListEvent *", 0, 0, 0, 0},{"_p_wxListEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33231 static swig_type_info _swigt__p_wxCheckListBox[] = {{"_p_wxCheckListBox", 0, "wxCheckListBox *", 0, 0, 0, 0},{"_p_wxCheckListBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33232 static swig_type_info _swigt__p_wxListBox[] = {{"_p_wxListBox", 0, "wxListBox *", 0, 0, 0, 0},{"_p_wxListBox", 0, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxListBox, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33233 static swig_type_info _swigt__p_wxBookCtrl[] = {{"_p_wxBookCtrl", 0, "wxBookCtrl *", 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxBookCtrl, 0, 0, 0, 0, 0},{"_p_wxBookCtrl", 0, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxBookCtrl, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33234 static swig_type_info _swigt__p_wxSpinButton[] = {{"_p_wxSpinButton", 0, "wxSpinButton *", 0, 0, 0, 0},{"_p_wxSpinButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33235 static swig_type_info _swigt__p_wxButton[] = {{"_p_wxButton", 0, "wxButton *", 0, 0, 0, 0},{"_p_wxButton", 0, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxButton, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxButton, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33236 static swig_type_info _swigt__p_wxBitmapButton[] = {{"_p_wxBitmapButton", 0, "wxBitmapButton *", 0, 0, 0, 0},{"_p_wxBitmapButton", 0, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxBitmapButton, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33237 static swig_type_info _swigt__p_wxRect[] = {{"_p_wxRect", 0, "wxRect *", 0, 0, 0, 0},{"_p_wxRect", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33238 static swig_type_info _swigt__p_wxContextHelpButton[] = {{"_p_wxContextHelpButton", 0, "wxContextHelpButton *", 0, 0, 0, 0},{"_p_wxContextHelpButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33239 static swig_type_info _swigt__p_wxRadioBox[] = {{"_p_wxRadioBox", 0, "wxRadioBox *", 0, 0, 0, 0},{"_p_wxRadioBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33240 static swig_type_info _swigt__p_wxScrollBar[] = {{"_p_wxScrollBar", 0, "wxScrollBar *", 0, 0, 0, 0},{"_p_wxScrollBar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33241 static swig_type_info _swigt__p_char[] = {{"_p_char", 0, "char *", 0, 0, 0, 0},{"_p_char", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33242 static swig_type_info _swigt__p_wxTreeItemId[] = {{"_p_wxTreeItemId", 0, "wxTreeItemId *", 0, 0, 0, 0},{"_p_wxTreeItemId", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33243 static swig_type_info _swigt__p_wxComboBox[] = {{"_p_wxComboBox", 0, "wxComboBox *", 0, 0, 0, 0},{"_p_wxComboBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33244 static swig_type_info _swigt__p_wxHelpEvent[] = {{"_p_wxHelpEvent", 0, "wxHelpEvent *", 0, 0, 0, 0},{"_p_wxHelpEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33245 static swig_type_info _swigt__p_wxListItem[] = {{"_p_wxListItem", 0, "wxListItem *", 0, 0, 0, 0},{"_p_wxListItem", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33246 static swig_type_info _swigt__p_wxNotebookSizer[] = {{"_p_wxNotebookSizer", 0, "wxNotebookSizer *", 0, 0, 0, 0},{"_p_wxNotebookSizer", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33247 static swig_type_info _swigt__p_wxSpinEvent[] = {{"_p_wxSpinEvent", 0, "wxSpinEvent *", 0, 0, 0, 0},{"_p_wxSpinEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33248 static swig_type_info _swigt__p_wxGenericDragImage[] = {{"_p_wxGenericDragImage", 0, "wxGenericDragImage *", 0, 0, 0, 0},{"_p_wxGenericDragImage", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33249 static swig_type_info _swigt__p_wxSpinCtrl[] = {{"_p_wxSpinCtrl", 0, "wxSpinCtrl *", 0, 0, 0, 0},{"_p_wxSpinCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33250 static swig_type_info _swigt__p_wxImageList[] = {{"_p_wxImageList", 0, "wxImageList *", 0, 0, 0, 0},{"_p_wxImageList", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33251 static swig_type_info _swigt__p_wxHelpProvider[] = {{"_p_wxHelpProvider", 0, "wxHelpProvider *", 0, 0, 0, 0},{"_p_wxHelpProvider", 0, 0, 0, 0, 0, 0},{"_p_wxSimpleHelpProvider", _p_wxSimpleHelpProviderTo_p_wxHelpProvider, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33252 static swig_type_info _swigt__p_wxTextAttr[] = {{"_p_wxTextAttr", 0, "wxTextAttr *", 0, 0, 0, 0},{"_p_wxTextAttr", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33253 static swig_type_info _swigt__p_wxSimpleHelpProvider[] = {{"_p_wxSimpleHelpProvider", 0, "wxSimpleHelpProvider *", 0, 0, 0, 0},{"_p_wxSimpleHelpProvider", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33254 static swig_type_info _swigt__p_wxPoint[] = {{"_p_wxPoint", 0, "wxPoint *", 0, 0, 0, 0},{"_p_wxPoint", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33255 static swig_type_info _swigt__p_wxListbookEvent[] = {{"_p_wxListbookEvent", 0, "wxListbookEvent *", 0, 0, 0, 0},{"_p_wxListbookEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33256 static swig_type_info _swigt__p_wxNotebookEvent[] = {{"_p_wxNotebookEvent", 0, "wxNotebookEvent *", 0, 0, 0, 0},{"_p_wxNotebookEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33257 static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0, 0, 0, 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizer", _p_wxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEvent", _p_wxEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxContextHelp", _p_wxContextHelpTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListItem", _p_wxListItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxImage", _p_wxImageTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotebookSizer", _p_wxNotebookSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGenericDragImage", _p_wxGenericDragImageTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxObject", 0, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToolBarToolBase", _p_wxToolBarToolBaseTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBookCtrlSizer", _p_wxBookCtrlSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33258 static swig_type_info _swigt__p_wxCursor[] = {{"_p_wxCursor", 0, "wxCursor *", 0, 0, 0, 0},{"_p_wxCursor", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33259 static swig_type_info _swigt__p_wxKeyEvent[] = {{"_p_wxKeyEvent", 0, "wxKeyEvent *", 0, 0, 0, 0},{"_p_wxKeyEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33260 static swig_type_info _swigt__p_wxWindow[] = {{"_p_wxWindow", 0, "wxWindow *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxWindow", 0, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33261 static swig_type_info _swigt__p_wxString[] = {{"_p_wxString", 0, "wxString *", 0, 0, 0, 0},{"_p_wxString", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33262 static swig_type_info _swigt__p_wxBitmap[] = {{"_p_wxBitmap", 0, "wxBitmap *", 0, 0, 0, 0},{"_p_wxBitmap", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33263 static swig_type_info _swigt__p_wxTreeEvent[] = {{"_p_wxTreeEvent", 0, "wxTreeEvent *", 0, 0, 0, 0},{"_p_wxTreeEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33264 static swig_type_info _swigt__p_wxMouseEvent[] = {{"_p_wxMouseEvent", 0, "wxMouseEvent *", 0, 0, 0, 0},{"_p_wxMouseEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33265 static swig_type_info _swigt__p_wxCommandEvent[] = {{"_p_wxCommandEvent", 0, "wxCommandEvent *", 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", 0, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33266 static swig_type_info _swigt__p_wxStaticText[] = {{"_p_wxStaticText", 0, "wxStaticText *", 0, 0, 0, 0},{"_p_wxStaticText", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33267 static swig_type_info _swigt__p_wxControlWithItems[] = {{"_p_wxControlWithItems", 0, "wxControlWithItems *", 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControlWithItems, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxControlWithItems, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", 0, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxControlWithItems, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxControlWithItems, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33268 static swig_type_info _swigt__p_wxToolBarToolBase[] = {{"_p_wxToolBarToolBase", 0, "wxToolBarToolBase *", 0, 0, 0, 0},{"_p_wxToolBarToolBase", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33269 static swig_type_info _swigt__p_wxColour[] = {{"_p_wxColour", 0, "wxColour *", 0, 0, 0, 0},{"_p_wxColour", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33270 static swig_type_info _swigt__p_wxToolBar[] = {{"_p_wxToolBar", 0, "wxToolBar *", 0, 0, 0, 0},{"_p_wxToolBar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33271 static swig_type_info _swigt__p_wxBookCtrlSizer[] = {{"_p_wxBookCtrlSizer", 0, "wxBookCtrlSizer *", 0, 0, 0, 0},{"_p_wxBookCtrlSizer", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33272 static swig_type_info _swigt__p_wxValidator[] = {{"_p_wxValidator", 0, "wxValidator *", 0, 0, 0, 0},{"_p_wxValidator", 0, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxValidator, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33273
33274 static swig_type_info *swig_types_initial[] = {
33275 _swigt__p_wxTextUrlEvent,
33276 _swigt__p_wxBookCtrlEvent,
33277 _swigt__p_wxSizer,
33278 _swigt__p_wxCheckBox,
33279 _swigt__p_wxPyTreeCtrl,
33280 _swigt__p_wxEvent,
33281 _swigt__p_wxGenericDirCtrl,
33282 _swigt__p_bool,
33283 _swigt__p_wxPyTreeItemData,
33284 _swigt__p_wxItemContainer,
33285 _swigt__p_wxPyListCtrl,
33286 _swigt__p_wxDirFilterListCtrl,
33287 _swigt__p_wxStaticLine,
33288 _swigt__p_wxControl,
33289 _swigt__p_wxPyControl,
33290 _swigt__p_wxGauge,
33291 _swigt__p_wxToolBarBase,
33292 _swigt__p_wxFont,
33293 _swigt__p_wxToggleButton,
33294 _swigt__p_wxRadioButton,
33295 _swigt__p_wxChoice,
33296 _swigt__p_wxMemoryDC,
33297 _swigt__p_wxListItemAttr,
33298 _swigt__p_void,
33299 _swigt__p_int,
33300 _swigt__p_wxSize,
33301 _swigt__p_wxDC,
33302 _swigt__p_wxListView,
33303 _swigt__p_wxIcon,
33304 _swigt__p_wxVisualAttributes,
33305 _swigt__p_wxTextCtrl,
33306 _swigt__p_wxNotebook,
33307 _swigt__p_wxNotifyEvent,
33308 _swigt__p_wxArrayString,
33309 _swigt__p_wxListbook,
33310 _swigt__p_wxStaticBitmap,
33311 _swigt__p_wxSlider,
33312 _swigt__p_wxStaticBox,
33313 _swigt__p_wxArrayInt,
33314 _swigt__p_wxContextHelp,
33315 _swigt__p_long,
33316 _swigt__p_wxEvtHandler,
33317 _swigt__p_wxListEvent,
33318 _swigt__p_wxCheckListBox,
33319 _swigt__p_wxListBox,
33320 _swigt__p_wxBookCtrl,
33321 _swigt__p_wxSpinButton,
33322 _swigt__p_wxButton,
33323 _swigt__p_wxBitmapButton,
33324 _swigt__p_wxRect,
33325 _swigt__p_wxContextHelpButton,
33326 _swigt__p_wxRadioBox,
33327 _swigt__p_wxScrollBar,
33328 _swigt__p_char,
33329 _swigt__p_wxTreeItemId,
33330 _swigt__p_wxComboBox,
33331 _swigt__p_wxHelpEvent,
33332 _swigt__p_wxListItem,
33333 _swigt__p_wxNotebookSizer,
33334 _swigt__p_wxSpinEvent,
33335 _swigt__p_wxGenericDragImage,
33336 _swigt__p_wxSpinCtrl,
33337 _swigt__p_wxImageList,
33338 _swigt__p_wxHelpProvider,
33339 _swigt__p_wxTextAttr,
33340 _swigt__p_wxSimpleHelpProvider,
33341 _swigt__p_wxPoint,
33342 _swigt__p_wxListbookEvent,
33343 _swigt__p_wxNotebookEvent,
33344 _swigt__p_wxObject,
33345 _swigt__p_wxCursor,
33346 _swigt__p_wxKeyEvent,
33347 _swigt__p_wxWindow,
33348 _swigt__p_wxString,
33349 _swigt__p_wxBitmap,
33350 _swigt__p_wxTreeEvent,
33351 _swigt__p_wxMouseEvent,
33352 _swigt__p_wxCommandEvent,
33353 _swigt__p_wxStaticText,
33354 _swigt__p_wxControlWithItems,
33355 _swigt__p_wxToolBarToolBase,
33356 _swigt__p_wxColour,
33357 _swigt__p_wxToolBar,
33358 _swigt__p_wxBookCtrlSizer,
33359 _swigt__p_wxValidator,
33360 0
33361 };
33362
33363
33364 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
33365
33366 static swig_const_info swig_const_table[] = {
33367 {0, 0, 0, 0.0, 0, 0}};
33368
33369 #ifdef __cplusplus
33370 }
33371 #endif
33372
33373 #ifdef __cplusplus
33374 extern "C"
33375 #endif
33376 SWIGEXPORT(void) SWIG_init(void) {
33377 static PyObject *SWIG_globals = 0;
33378 static int typeinit = 0;
33379 PyObject *m, *d;
33380 int i;
33381 if (!SWIG_globals) SWIG_globals = SWIG_newvarlink();
33382 m = Py_InitModule((char *) SWIG_name, SwigMethods);
33383 d = PyModule_GetDict(m);
33384
33385 if (!typeinit) {
33386 for (i = 0; swig_types_initial[i]; i++) {
33387 swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]);
33388 }
33389 typeinit = 1;
33390 }
33391 SWIG_InstallConstants(d,swig_const_table);
33392
33393 PyDict_SetItemString(d,(char*)"cvar", SWIG_globals);
33394 SWIG_addvarlink(SWIG_globals,(char*)"ButtonNameStr",_wrap_ButtonNameStr_get, _wrap_ButtonNameStr_set);
33395 PyDict_SetItemString(d,"BU_LEFT", SWIG_From_int((int)wxBU_LEFT));
33396 PyDict_SetItemString(d,"BU_TOP", SWIG_From_int((int)wxBU_TOP));
33397 PyDict_SetItemString(d,"BU_RIGHT", SWIG_From_int((int)wxBU_RIGHT));
33398 PyDict_SetItemString(d,"BU_BOTTOM", SWIG_From_int((int)wxBU_BOTTOM));
33399 PyDict_SetItemString(d,"BU_EXACTFIT", SWIG_From_int((int)wxBU_EXACTFIT));
33400 PyDict_SetItemString(d,"BU_AUTODRAW", SWIG_From_int((int)wxBU_AUTODRAW));
33401 SWIG_addvarlink(SWIG_globals,(char*)"CheckBoxNameStr",_wrap_CheckBoxNameStr_get, _wrap_CheckBoxNameStr_set);
33402 PyDict_SetItemString(d,"CHK_2STATE", SWIG_From_int((int)wxCHK_2STATE));
33403 PyDict_SetItemString(d,"CHK_3STATE", SWIG_From_int((int)wxCHK_3STATE));
33404 PyDict_SetItemString(d,"CHK_ALLOW_3RD_STATE_FOR_USER", SWIG_From_int((int)wxCHK_ALLOW_3RD_STATE_FOR_USER));
33405 PyDict_SetItemString(d,"CHK_UNCHECKED", SWIG_From_int((int)wxCHK_UNCHECKED));
33406 PyDict_SetItemString(d,"CHK_CHECKED", SWIG_From_int((int)wxCHK_CHECKED));
33407 PyDict_SetItemString(d,"CHK_UNDETERMINED", SWIG_From_int((int)wxCHK_UNDETERMINED));
33408 SWIG_addvarlink(SWIG_globals,(char*)"ChoiceNameStr",_wrap_ChoiceNameStr_get, _wrap_ChoiceNameStr_set);
33409 SWIG_addvarlink(SWIG_globals,(char*)"ComboBoxNameStr",_wrap_ComboBoxNameStr_get, _wrap_ComboBoxNameStr_set);
33410 SWIG_addvarlink(SWIG_globals,(char*)"GaugeNameStr",_wrap_GaugeNameStr_get, _wrap_GaugeNameStr_set);
33411 PyDict_SetItemString(d,"GA_HORIZONTAL", SWIG_From_int((int)wxGA_HORIZONTAL));
33412 PyDict_SetItemString(d,"GA_VERTICAL", SWIG_From_int((int)wxGA_VERTICAL));
33413 PyDict_SetItemString(d,"GA_SMOOTH", SWIG_From_int((int)wxGA_SMOOTH));
33414 PyDict_SetItemString(d,"GA_PROGRESSBAR", SWIG_From_int((int)wxGA_PROGRESSBAR));
33415 SWIG_addvarlink(SWIG_globals,(char*)"StaticBitmapNameStr",_wrap_StaticBitmapNameStr_get, _wrap_StaticBitmapNameStr_set);
33416 SWIG_addvarlink(SWIG_globals,(char*)"StaticBoxNameStr",_wrap_StaticBoxNameStr_get, _wrap_StaticBoxNameStr_set);
33417 SWIG_addvarlink(SWIG_globals,(char*)"StaticTextNameStr",_wrap_StaticTextNameStr_get, _wrap_StaticTextNameStr_set);
33418 SWIG_addvarlink(SWIG_globals,(char*)"ListBoxNameStr",_wrap_ListBoxNameStr_get, _wrap_ListBoxNameStr_set);
33419 SWIG_addvarlink(SWIG_globals,(char*)"TextCtrlNameStr",_wrap_TextCtrlNameStr_get, _wrap_TextCtrlNameStr_set);
33420 PyDict_SetItemString(d,"TE_NO_VSCROLL", SWIG_From_int((int)wxTE_NO_VSCROLL));
33421 PyDict_SetItemString(d,"TE_AUTO_SCROLL", SWIG_From_int((int)wxTE_AUTO_SCROLL));
33422 PyDict_SetItemString(d,"TE_READONLY", SWIG_From_int((int)wxTE_READONLY));
33423 PyDict_SetItemString(d,"TE_MULTILINE", SWIG_From_int((int)wxTE_MULTILINE));
33424 PyDict_SetItemString(d,"TE_PROCESS_TAB", SWIG_From_int((int)wxTE_PROCESS_TAB));
33425 PyDict_SetItemString(d,"TE_LEFT", SWIG_From_int((int)wxTE_LEFT));
33426 PyDict_SetItemString(d,"TE_CENTER", SWIG_From_int((int)wxTE_CENTER));
33427 PyDict_SetItemString(d,"TE_RIGHT", SWIG_From_int((int)wxTE_RIGHT));
33428 PyDict_SetItemString(d,"TE_CENTRE", SWIG_From_int((int)wxTE_CENTRE));
33429 PyDict_SetItemString(d,"TE_RICH", SWIG_From_int((int)wxTE_RICH));
33430 PyDict_SetItemString(d,"TE_PROCESS_ENTER", SWIG_From_int((int)wxTE_PROCESS_ENTER));
33431 PyDict_SetItemString(d,"TE_PASSWORD", SWIG_From_int((int)wxTE_PASSWORD));
33432 PyDict_SetItemString(d,"TE_AUTO_URL", SWIG_From_int((int)wxTE_AUTO_URL));
33433 PyDict_SetItemString(d,"TE_NOHIDESEL", SWIG_From_int((int)wxTE_NOHIDESEL));
33434 PyDict_SetItemString(d,"TE_DONTWRAP", SWIG_From_int((int)wxTE_DONTWRAP));
33435 PyDict_SetItemString(d,"TE_LINEWRAP", SWIG_From_int((int)wxTE_LINEWRAP));
33436 PyDict_SetItemString(d,"TE_WORDWRAP", SWIG_From_int((int)wxTE_WORDWRAP));
33437 PyDict_SetItemString(d,"TE_RICH2", SWIG_From_int((int)wxTE_RICH2));
33438 PyDict_SetItemString(d,"TEXT_ALIGNMENT_DEFAULT", SWIG_From_int((int)wxTEXT_ALIGNMENT_DEFAULT));
33439 PyDict_SetItemString(d,"TEXT_ALIGNMENT_LEFT", SWIG_From_int((int)wxTEXT_ALIGNMENT_LEFT));
33440 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTRE", SWIG_From_int((int)wxTEXT_ALIGNMENT_CENTRE));
33441 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTER", SWIG_From_int((int)wxTEXT_ALIGNMENT_CENTER));
33442 PyDict_SetItemString(d,"TEXT_ALIGNMENT_RIGHT", SWIG_From_int((int)wxTEXT_ALIGNMENT_RIGHT));
33443 PyDict_SetItemString(d,"TEXT_ALIGNMENT_JUSTIFIED", SWIG_From_int((int)wxTEXT_ALIGNMENT_JUSTIFIED));
33444 PyDict_SetItemString(d,"TEXT_ATTR_TEXT_COLOUR", SWIG_From_int((int)wxTEXT_ATTR_TEXT_COLOUR));
33445 PyDict_SetItemString(d,"TEXT_ATTR_BACKGROUND_COLOUR", SWIG_From_int((int)wxTEXT_ATTR_BACKGROUND_COLOUR));
33446 PyDict_SetItemString(d,"TEXT_ATTR_FONT_FACE", SWIG_From_int((int)wxTEXT_ATTR_FONT_FACE));
33447 PyDict_SetItemString(d,"TEXT_ATTR_FONT_SIZE", SWIG_From_int((int)wxTEXT_ATTR_FONT_SIZE));
33448 PyDict_SetItemString(d,"TEXT_ATTR_FONT_WEIGHT", SWIG_From_int((int)wxTEXT_ATTR_FONT_WEIGHT));
33449 PyDict_SetItemString(d,"TEXT_ATTR_FONT_ITALIC", SWIG_From_int((int)wxTEXT_ATTR_FONT_ITALIC));
33450 PyDict_SetItemString(d,"TEXT_ATTR_FONT_UNDERLINE", SWIG_From_int((int)wxTEXT_ATTR_FONT_UNDERLINE));
33451 PyDict_SetItemString(d,"TEXT_ATTR_FONT", SWIG_From_int((int)wxTEXT_ATTR_FONT));
33452 PyDict_SetItemString(d,"TEXT_ATTR_ALIGNMENT", SWIG_From_int((int)wxTEXT_ATTR_ALIGNMENT));
33453 PyDict_SetItemString(d,"TEXT_ATTR_LEFT_INDENT", SWIG_From_int((int)wxTEXT_ATTR_LEFT_INDENT));
33454 PyDict_SetItemString(d,"TEXT_ATTR_RIGHT_INDENT", SWIG_From_int((int)wxTEXT_ATTR_RIGHT_INDENT));
33455 PyDict_SetItemString(d,"TEXT_ATTR_TABS", SWIG_From_int((int)wxTEXT_ATTR_TABS));
33456 PyDict_SetItemString(d,"TE_HT_UNKNOWN", SWIG_From_int((int)wxTE_HT_UNKNOWN));
33457 PyDict_SetItemString(d,"TE_HT_BEFORE", SWIG_From_int((int)wxTE_HT_BEFORE));
33458 PyDict_SetItemString(d,"TE_HT_ON_TEXT", SWIG_From_int((int)wxTE_HT_ON_TEXT));
33459 PyDict_SetItemString(d,"TE_HT_BELOW", SWIG_From_int((int)wxTE_HT_BELOW));
33460 PyDict_SetItemString(d,"TE_HT_BEYOND", SWIG_From_int((int)wxTE_HT_BEYOND));
33461 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_UPDATED", PyInt_FromLong(wxEVT_COMMAND_TEXT_UPDATED));
33462 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_ENTER", PyInt_FromLong(wxEVT_COMMAND_TEXT_ENTER));
33463 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_URL", PyInt_FromLong(wxEVT_COMMAND_TEXT_URL));
33464 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_MAXLEN", PyInt_FromLong(wxEVT_COMMAND_TEXT_MAXLEN));
33465 SWIG_addvarlink(SWIG_globals,(char*)"ScrollBarNameStr",_wrap_ScrollBarNameStr_get, _wrap_ScrollBarNameStr_set);
33466 SWIG_addvarlink(SWIG_globals,(char*)"SPIN_BUTTON_NAME",_wrap_SPIN_BUTTON_NAME_get, _wrap_SPIN_BUTTON_NAME_set);
33467 SWIG_addvarlink(SWIG_globals,(char*)"SpinCtrlNameStr",_wrap_SpinCtrlNameStr_get, _wrap_SpinCtrlNameStr_set);
33468 PyDict_SetItemString(d,"SP_HORIZONTAL", SWIG_From_int((int)wxSP_HORIZONTAL));
33469 PyDict_SetItemString(d,"SP_VERTICAL", SWIG_From_int((int)wxSP_VERTICAL));
33470 PyDict_SetItemString(d,"SP_ARROW_KEYS", SWIG_From_int((int)wxSP_ARROW_KEYS));
33471 PyDict_SetItemString(d,"SP_WRAP", SWIG_From_int((int)wxSP_WRAP));
33472 PyDict_SetItemString(d, "wxEVT_COMMAND_SPINCTRL_UPDATED", PyInt_FromLong(wxEVT_COMMAND_SPINCTRL_UPDATED));
33473 SWIG_addvarlink(SWIG_globals,(char*)"RadioBoxNameStr",_wrap_RadioBoxNameStr_get, _wrap_RadioBoxNameStr_set);
33474 SWIG_addvarlink(SWIG_globals,(char*)"RadioButtonNameStr",_wrap_RadioButtonNameStr_get, _wrap_RadioButtonNameStr_set);
33475 SWIG_addvarlink(SWIG_globals,(char*)"SliderNameStr",_wrap_SliderNameStr_get, _wrap_SliderNameStr_set);
33476 SWIG_addvarlink(SWIG_globals,(char*)"ToggleButtonNameStr",_wrap_ToggleButtonNameStr_get, _wrap_ToggleButtonNameStr_set);
33477 PyDict_SetItemString(d, "wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED));
33478 SWIG_addvarlink(SWIG_globals,(char*)"NOTEBOOK_NAME",_wrap_NOTEBOOK_NAME_get, _wrap_NOTEBOOK_NAME_set);
33479 PyDict_SetItemString(d,"NB_FIXEDWIDTH", SWIG_From_int((int)wxNB_FIXEDWIDTH));
33480 PyDict_SetItemString(d,"NB_TOP", SWIG_From_int((int)wxNB_TOP));
33481 PyDict_SetItemString(d,"NB_LEFT", SWIG_From_int((int)wxNB_LEFT));
33482 PyDict_SetItemString(d,"NB_RIGHT", SWIG_From_int((int)wxNB_RIGHT));
33483 PyDict_SetItemString(d,"NB_BOTTOM", SWIG_From_int((int)wxNB_BOTTOM));
33484 PyDict_SetItemString(d,"NB_MULTILINE", SWIG_From_int((int)wxNB_MULTILINE));
33485 PyDict_SetItemString(d,"NB_HITTEST_NOWHERE", SWIG_From_int((int)wxNB_HITTEST_NOWHERE));
33486 PyDict_SetItemString(d,"NB_HITTEST_ONICON", SWIG_From_int((int)wxNB_HITTEST_ONICON));
33487 PyDict_SetItemString(d,"NB_HITTEST_ONLABEL", SWIG_From_int((int)wxNB_HITTEST_ONLABEL));
33488 PyDict_SetItemString(d,"NB_HITTEST_ONITEM", SWIG_From_int((int)wxNB_HITTEST_ONITEM));
33489 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED));
33490 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING));
33491 PyDict_SetItemString(d,"LB_DEFAULT", SWIG_From_int((int)wxLB_DEFAULT));
33492 PyDict_SetItemString(d,"LB_TOP", SWIG_From_int((int)wxLB_TOP));
33493 PyDict_SetItemString(d,"LB_BOTTOM", SWIG_From_int((int)wxLB_BOTTOM));
33494 PyDict_SetItemString(d,"LB_LEFT", SWIG_From_int((int)wxLB_LEFT));
33495 PyDict_SetItemString(d,"LB_RIGHT", SWIG_From_int((int)wxLB_RIGHT));
33496 PyDict_SetItemString(d,"LB_ALIGN_MASK", SWIG_From_int((int)wxLB_ALIGN_MASK));
33497 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED));
33498 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING));
33499 PyDict_SetItemString(d,"TOOL_STYLE_BUTTON", SWIG_From_int((int)wxTOOL_STYLE_BUTTON));
33500 PyDict_SetItemString(d,"TOOL_STYLE_SEPARATOR", SWIG_From_int((int)wxTOOL_STYLE_SEPARATOR));
33501 PyDict_SetItemString(d,"TOOL_STYLE_CONTROL", SWIG_From_int((int)wxTOOL_STYLE_CONTROL));
33502 PyDict_SetItemString(d,"TB_HORIZONTAL", SWIG_From_int((int)wxTB_HORIZONTAL));
33503 PyDict_SetItemString(d,"TB_VERTICAL", SWIG_From_int((int)wxTB_VERTICAL));
33504 PyDict_SetItemString(d,"TB_3DBUTTONS", SWIG_From_int((int)wxTB_3DBUTTONS));
33505 PyDict_SetItemString(d,"TB_FLAT", SWIG_From_int((int)wxTB_FLAT));
33506 PyDict_SetItemString(d,"TB_DOCKABLE", SWIG_From_int((int)wxTB_DOCKABLE));
33507 PyDict_SetItemString(d,"TB_NOICONS", SWIG_From_int((int)wxTB_NOICONS));
33508 PyDict_SetItemString(d,"TB_TEXT", SWIG_From_int((int)wxTB_TEXT));
33509 PyDict_SetItemString(d,"TB_NODIVIDER", SWIG_From_int((int)wxTB_NODIVIDER));
33510 PyDict_SetItemString(d,"TB_NOALIGN", SWIG_From_int((int)wxTB_NOALIGN));
33511 PyDict_SetItemString(d,"TB_HORZ_LAYOUT", SWIG_From_int((int)wxTB_HORZ_LAYOUT));
33512 PyDict_SetItemString(d,"TB_HORZ_TEXT", SWIG_From_int((int)wxTB_HORZ_TEXT));
33513 SWIG_addvarlink(SWIG_globals,(char*)"ListCtrlNameStr",_wrap_ListCtrlNameStr_get, _wrap_ListCtrlNameStr_set);
33514 PyDict_SetItemString(d,"LC_VRULES", SWIG_From_int((int)wxLC_VRULES));
33515 PyDict_SetItemString(d,"LC_HRULES", SWIG_From_int((int)wxLC_HRULES));
33516 PyDict_SetItemString(d,"LC_ICON", SWIG_From_int((int)wxLC_ICON));
33517 PyDict_SetItemString(d,"LC_SMALL_ICON", SWIG_From_int((int)wxLC_SMALL_ICON));
33518 PyDict_SetItemString(d,"LC_LIST", SWIG_From_int((int)wxLC_LIST));
33519 PyDict_SetItemString(d,"LC_REPORT", SWIG_From_int((int)wxLC_REPORT));
33520 PyDict_SetItemString(d,"LC_ALIGN_TOP", SWIG_From_int((int)wxLC_ALIGN_TOP));
33521 PyDict_SetItemString(d,"LC_ALIGN_LEFT", SWIG_From_int((int)wxLC_ALIGN_LEFT));
33522 PyDict_SetItemString(d,"LC_AUTOARRANGE", SWIG_From_int((int)wxLC_AUTOARRANGE));
33523 PyDict_SetItemString(d,"LC_VIRTUAL", SWIG_From_int((int)wxLC_VIRTUAL));
33524 PyDict_SetItemString(d,"LC_EDIT_LABELS", SWIG_From_int((int)wxLC_EDIT_LABELS));
33525 PyDict_SetItemString(d,"LC_NO_HEADER", SWIG_From_int((int)wxLC_NO_HEADER));
33526 PyDict_SetItemString(d,"LC_NO_SORT_HEADER", SWIG_From_int((int)wxLC_NO_SORT_HEADER));
33527 PyDict_SetItemString(d,"LC_SINGLE_SEL", SWIG_From_int((int)wxLC_SINGLE_SEL));
33528 PyDict_SetItemString(d,"LC_SORT_ASCENDING", SWIG_From_int((int)wxLC_SORT_ASCENDING));
33529 PyDict_SetItemString(d,"LC_SORT_DESCENDING", SWIG_From_int((int)wxLC_SORT_DESCENDING));
33530 PyDict_SetItemString(d,"LC_MASK_TYPE", SWIG_From_int((int)wxLC_MASK_TYPE));
33531 PyDict_SetItemString(d,"LC_MASK_ALIGN", SWIG_From_int((int)wxLC_MASK_ALIGN));
33532 PyDict_SetItemString(d,"LC_MASK_SORT", SWIG_From_int((int)wxLC_MASK_SORT));
33533 PyDict_SetItemString(d,"LIST_MASK_STATE", SWIG_From_int((int)wxLIST_MASK_STATE));
33534 PyDict_SetItemString(d,"LIST_MASK_TEXT", SWIG_From_int((int)wxLIST_MASK_TEXT));
33535 PyDict_SetItemString(d,"LIST_MASK_IMAGE", SWIG_From_int((int)wxLIST_MASK_IMAGE));
33536 PyDict_SetItemString(d,"LIST_MASK_DATA", SWIG_From_int((int)wxLIST_MASK_DATA));
33537 PyDict_SetItemString(d,"LIST_SET_ITEM", SWIG_From_int((int)wxLIST_SET_ITEM));
33538 PyDict_SetItemString(d,"LIST_MASK_WIDTH", SWIG_From_int((int)wxLIST_MASK_WIDTH));
33539 PyDict_SetItemString(d,"LIST_MASK_FORMAT", SWIG_From_int((int)wxLIST_MASK_FORMAT));
33540 PyDict_SetItemString(d,"LIST_STATE_DONTCARE", SWIG_From_int((int)wxLIST_STATE_DONTCARE));
33541 PyDict_SetItemString(d,"LIST_STATE_DROPHILITED", SWIG_From_int((int)wxLIST_STATE_DROPHILITED));
33542 PyDict_SetItemString(d,"LIST_STATE_FOCUSED", SWIG_From_int((int)wxLIST_STATE_FOCUSED));
33543 PyDict_SetItemString(d,"LIST_STATE_SELECTED", SWIG_From_int((int)wxLIST_STATE_SELECTED));
33544 PyDict_SetItemString(d,"LIST_STATE_CUT", SWIG_From_int((int)wxLIST_STATE_CUT));
33545 PyDict_SetItemString(d,"LIST_STATE_DISABLED", SWIG_From_int((int)wxLIST_STATE_DISABLED));
33546 PyDict_SetItemString(d,"LIST_STATE_FILTERED", SWIG_From_int((int)wxLIST_STATE_FILTERED));
33547 PyDict_SetItemString(d,"LIST_STATE_INUSE", SWIG_From_int((int)wxLIST_STATE_INUSE));
33548 PyDict_SetItemString(d,"LIST_STATE_PICKED", SWIG_From_int((int)wxLIST_STATE_PICKED));
33549 PyDict_SetItemString(d,"LIST_STATE_SOURCE", SWIG_From_int((int)wxLIST_STATE_SOURCE));
33550 PyDict_SetItemString(d,"LIST_HITTEST_ABOVE", SWIG_From_int((int)wxLIST_HITTEST_ABOVE));
33551 PyDict_SetItemString(d,"LIST_HITTEST_BELOW", SWIG_From_int((int)wxLIST_HITTEST_BELOW));
33552 PyDict_SetItemString(d,"LIST_HITTEST_NOWHERE", SWIG_From_int((int)wxLIST_HITTEST_NOWHERE));
33553 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMICON", SWIG_From_int((int)wxLIST_HITTEST_ONITEMICON));
33554 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMLABEL", SWIG_From_int((int)wxLIST_HITTEST_ONITEMLABEL));
33555 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMRIGHT", SWIG_From_int((int)wxLIST_HITTEST_ONITEMRIGHT));
33556 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMSTATEICON", SWIG_From_int((int)wxLIST_HITTEST_ONITEMSTATEICON));
33557 PyDict_SetItemString(d,"LIST_HITTEST_TOLEFT", SWIG_From_int((int)wxLIST_HITTEST_TOLEFT));
33558 PyDict_SetItemString(d,"LIST_HITTEST_TORIGHT", SWIG_From_int((int)wxLIST_HITTEST_TORIGHT));
33559 PyDict_SetItemString(d,"LIST_HITTEST_ONITEM", SWIG_From_int((int)wxLIST_HITTEST_ONITEM));
33560 PyDict_SetItemString(d,"LIST_NEXT_ABOVE", SWIG_From_int((int)wxLIST_NEXT_ABOVE));
33561 PyDict_SetItemString(d,"LIST_NEXT_ALL", SWIG_From_int((int)wxLIST_NEXT_ALL));
33562 PyDict_SetItemString(d,"LIST_NEXT_BELOW", SWIG_From_int((int)wxLIST_NEXT_BELOW));
33563 PyDict_SetItemString(d,"LIST_NEXT_LEFT", SWIG_From_int((int)wxLIST_NEXT_LEFT));
33564 PyDict_SetItemString(d,"LIST_NEXT_RIGHT", SWIG_From_int((int)wxLIST_NEXT_RIGHT));
33565 PyDict_SetItemString(d,"LIST_ALIGN_DEFAULT", SWIG_From_int((int)wxLIST_ALIGN_DEFAULT));
33566 PyDict_SetItemString(d,"LIST_ALIGN_LEFT", SWIG_From_int((int)wxLIST_ALIGN_LEFT));
33567 PyDict_SetItemString(d,"LIST_ALIGN_TOP", SWIG_From_int((int)wxLIST_ALIGN_TOP));
33568 PyDict_SetItemString(d,"LIST_ALIGN_SNAP_TO_GRID", SWIG_From_int((int)wxLIST_ALIGN_SNAP_TO_GRID));
33569 PyDict_SetItemString(d,"LIST_FORMAT_LEFT", SWIG_From_int((int)wxLIST_FORMAT_LEFT));
33570 PyDict_SetItemString(d,"LIST_FORMAT_RIGHT", SWIG_From_int((int)wxLIST_FORMAT_RIGHT));
33571 PyDict_SetItemString(d,"LIST_FORMAT_CENTRE", SWIG_From_int((int)wxLIST_FORMAT_CENTRE));
33572 PyDict_SetItemString(d,"LIST_FORMAT_CENTER", SWIG_From_int((int)wxLIST_FORMAT_CENTER));
33573 PyDict_SetItemString(d,"LIST_AUTOSIZE", SWIG_From_int((int)wxLIST_AUTOSIZE));
33574 PyDict_SetItemString(d,"LIST_AUTOSIZE_USEHEADER", SWIG_From_int((int)wxLIST_AUTOSIZE_USEHEADER));
33575 PyDict_SetItemString(d,"LIST_RECT_BOUNDS", SWIG_From_int((int)wxLIST_RECT_BOUNDS));
33576 PyDict_SetItemString(d,"LIST_RECT_ICON", SWIG_From_int((int)wxLIST_RECT_ICON));
33577 PyDict_SetItemString(d,"LIST_RECT_LABEL", SWIG_From_int((int)wxLIST_RECT_LABEL));
33578 PyDict_SetItemString(d,"LIST_FIND_UP", SWIG_From_int((int)wxLIST_FIND_UP));
33579 PyDict_SetItemString(d,"LIST_FIND_DOWN", SWIG_From_int((int)wxLIST_FIND_DOWN));
33580 PyDict_SetItemString(d,"LIST_FIND_LEFT", SWIG_From_int((int)wxLIST_FIND_LEFT));
33581 PyDict_SetItemString(d,"LIST_FIND_RIGHT", SWIG_From_int((int)wxLIST_FIND_RIGHT));
33582 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_DRAG));
33583 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_RDRAG));
33584 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT));
33585 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_END_LABEL_EDIT));
33586 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ITEM));
33587 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS));
33588 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_GET_INFO));
33589 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_SET_INFO));
33590 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_SELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_SELECTED));
33591 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_DESELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_DESELECTED));
33592 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_LIST_KEY_DOWN));
33593 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_INSERT_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_INSERT_ITEM));
33594 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_CLICK));
33595 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK));
33596 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK));
33597 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_ACTIVATED));
33598 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_CACHE_HINT", PyInt_FromLong(wxEVT_COMMAND_LIST_CACHE_HINT));
33599 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_RIGHT_CLICK));
33600 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_BEGIN_DRAG));
33601 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_DRAGGING", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_DRAGGING));
33602 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_END_DRAG));
33603 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_FOCUSED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_FOCUSED));
33604
33605 // Map renamed classes back to their common name for OOR
33606 wxPyPtrTypeMap_Add("wxListCtrl", "wxPyListCtrl");
33607
33608 SWIG_addvarlink(SWIG_globals,(char*)"TreeCtrlNameStr",_wrap_TreeCtrlNameStr_get, _wrap_TreeCtrlNameStr_set);
33609 PyDict_SetItemString(d,"TR_NO_BUTTONS", SWIG_From_int((int)wxTR_NO_BUTTONS));
33610 PyDict_SetItemString(d,"TR_HAS_BUTTONS", SWIG_From_int((int)wxTR_HAS_BUTTONS));
33611 PyDict_SetItemString(d,"TR_NO_LINES", SWIG_From_int((int)wxTR_NO_LINES));
33612 PyDict_SetItemString(d,"TR_LINES_AT_ROOT", SWIG_From_int((int)wxTR_LINES_AT_ROOT));
33613 PyDict_SetItemString(d,"TR_SINGLE", SWIG_From_int((int)wxTR_SINGLE));
33614 PyDict_SetItemString(d,"TR_MULTIPLE", SWIG_From_int((int)wxTR_MULTIPLE));
33615 PyDict_SetItemString(d,"TR_EXTENDED", SWIG_From_int((int)wxTR_EXTENDED));
33616 PyDict_SetItemString(d,"TR_HAS_VARIABLE_ROW_HEIGHT", SWIG_From_int((int)wxTR_HAS_VARIABLE_ROW_HEIGHT));
33617 PyDict_SetItemString(d,"TR_EDIT_LABELS", SWIG_From_int((int)wxTR_EDIT_LABELS));
33618 PyDict_SetItemString(d,"TR_HIDE_ROOT", SWIG_From_int((int)wxTR_HIDE_ROOT));
33619 PyDict_SetItemString(d,"TR_ROW_LINES", SWIG_From_int((int)wxTR_ROW_LINES));
33620 PyDict_SetItemString(d,"TR_FULL_ROW_HIGHLIGHT", SWIG_From_int((int)wxTR_FULL_ROW_HIGHLIGHT));
33621 PyDict_SetItemString(d,"TR_DEFAULT_STYLE", SWIG_From_int((int)wxTR_DEFAULT_STYLE));
33622 PyDict_SetItemString(d,"TR_TWIST_BUTTONS", SWIG_From_int((int)wxTR_TWIST_BUTTONS));
33623 PyDict_SetItemString(d,"TR_MAC_BUTTONS", SWIG_From_int((int)wxTR_MAC_BUTTONS));
33624 PyDict_SetItemString(d,"TR_AQUA_BUTTONS", SWIG_From_int((int)wxTR_AQUA_BUTTONS));
33625 PyDict_SetItemString(d,"TreeItemIcon_Normal", SWIG_From_int((int)wxTreeItemIcon_Normal));
33626 PyDict_SetItemString(d,"TreeItemIcon_Selected", SWIG_From_int((int)wxTreeItemIcon_Selected));
33627 PyDict_SetItemString(d,"TreeItemIcon_Expanded", SWIG_From_int((int)wxTreeItemIcon_Expanded));
33628 PyDict_SetItemString(d,"TreeItemIcon_SelectedExpanded", SWIG_From_int((int)wxTreeItemIcon_SelectedExpanded));
33629 PyDict_SetItemString(d,"TreeItemIcon_Max", SWIG_From_int((int)wxTreeItemIcon_Max));
33630 PyDict_SetItemString(d,"TREE_HITTEST_ABOVE", SWIG_From_int((int)wxTREE_HITTEST_ABOVE));
33631 PyDict_SetItemString(d,"TREE_HITTEST_BELOW", SWIG_From_int((int)wxTREE_HITTEST_BELOW));
33632 PyDict_SetItemString(d,"TREE_HITTEST_NOWHERE", SWIG_From_int((int)wxTREE_HITTEST_NOWHERE));
33633 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMBUTTON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMBUTTON));
33634 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMICON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMICON));
33635 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMINDENT", SWIG_From_int((int)wxTREE_HITTEST_ONITEMINDENT));
33636 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLABEL", SWIG_From_int((int)wxTREE_HITTEST_ONITEMLABEL));
33637 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMRIGHT", SWIG_From_int((int)wxTREE_HITTEST_ONITEMRIGHT));
33638 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMSTATEICON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMSTATEICON));
33639 PyDict_SetItemString(d,"TREE_HITTEST_TOLEFT", SWIG_From_int((int)wxTREE_HITTEST_TOLEFT));
33640 PyDict_SetItemString(d,"TREE_HITTEST_TORIGHT", SWIG_From_int((int)wxTREE_HITTEST_TORIGHT));
33641 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMUPPERPART", SWIG_From_int((int)wxTREE_HITTEST_ONITEMUPPERPART));
33642 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLOWERPART", SWIG_From_int((int)wxTREE_HITTEST_ONITEMLOWERPART));
33643 PyDict_SetItemString(d,"TREE_HITTEST_ONITEM", SWIG_From_int((int)wxTREE_HITTEST_ONITEM));
33644 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_DRAG));
33645 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_RDRAG));
33646 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT));
33647 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_END_LABEL_EDIT));
33648 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_TREE_DELETE_ITEM));
33649 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_GET_INFO));
33650 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_SET_INFO));
33651 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDED));
33652 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDING));
33653 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSED));
33654 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSING));
33655 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGED", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGED));
33656 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGING", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGING));
33657 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_TREE_KEY_DOWN));
33658 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_ACTIVATED));
33659 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK));
33660 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK));
33661 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_END_DRAG));
33662 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK));
33663 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP));
33664
33665 // Map renamed classes back to their common name for OOR
33666 wxPyPtrTypeMap_Add("wxTreeItemData", "wxPyTreeItemData");
33667 wxPyPtrTypeMap_Add("wxTreeCtrl", "wxPyTreeCtrl");
33668
33669 SWIG_addvarlink(SWIG_globals,(char*)"DirDialogDefaultFolderStr",_wrap_DirDialogDefaultFolderStr_get, _wrap_DirDialogDefaultFolderStr_set);
33670 PyDict_SetItemString(d,"DIRCTRL_DIR_ONLY", SWIG_From_int((int)wxDIRCTRL_DIR_ONLY));
33671 PyDict_SetItemString(d,"DIRCTRL_SELECT_FIRST", SWIG_From_int((int)wxDIRCTRL_SELECT_FIRST));
33672 PyDict_SetItemString(d,"DIRCTRL_SHOW_FILTERS", SWIG_From_int((int)wxDIRCTRL_SHOW_FILTERS));
33673 PyDict_SetItemString(d,"DIRCTRL_3D_INTERNAL", SWIG_From_int((int)wxDIRCTRL_3D_INTERNAL));
33674 PyDict_SetItemString(d,"DIRCTRL_EDIT_LABELS", SWIG_From_int((int)wxDIRCTRL_EDIT_LABELS));
33675 PyDict_SetItemString(d,"FRAME_EX_CONTEXTHELP", SWIG_From_int((int)wxFRAME_EX_CONTEXTHELP));
33676 PyDict_SetItemString(d,"DIALOG_EX_CONTEXTHELP", SWIG_From_int((int)wxDIALOG_EX_CONTEXTHELP));
33677 PyDict_SetItemString(d, "wxEVT_HELP", PyInt_FromLong(wxEVT_HELP));
33678 PyDict_SetItemString(d, "wxEVT_DETAILED_HELP", PyInt_FromLong(wxEVT_DETAILED_HELP));
33679
33680 wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage");
33681
33682 }
33683