]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/mac/_controls_wrap.cpp
Make scrolling work better (without constantly refreshing whole screen).
[wxWidgets.git] / wxPython / src / mac / _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_wxChoicebook swig_types[32]
244 #define SWIGTYPE_p_wxNotifyEvent swig_types[33]
245 #define SWIGTYPE_p_wxArrayString swig_types[34]
246 #define SWIGTYPE_p_wxListbook swig_types[35]
247 #define SWIGTYPE_p_wxStaticBitmap swig_types[36]
248 #define SWIGTYPE_p_wxSlider swig_types[37]
249 #define SWIGTYPE_p_wxStaticBox swig_types[38]
250 #define SWIGTYPE_p_wxArrayInt swig_types[39]
251 #define SWIGTYPE_p_wxContextHelp swig_types[40]
252 #define SWIGTYPE_p_long swig_types[41]
253 #define SWIGTYPE_p_wxEvtHandler swig_types[42]
254 #define SWIGTYPE_p_wxListEvent swig_types[43]
255 #define SWIGTYPE_p_wxCheckListBox swig_types[44]
256 #define SWIGTYPE_p_wxListBox swig_types[45]
257 #define SWIGTYPE_p_wxBookCtrl swig_types[46]
258 #define SWIGTYPE_p_wxSpinButton swig_types[47]
259 #define SWIGTYPE_p_wxButton swig_types[48]
260 #define SWIGTYPE_p_wxBitmapButton swig_types[49]
261 #define SWIGTYPE_p_wxRect swig_types[50]
262 #define SWIGTYPE_p_wxContextHelpButton swig_types[51]
263 #define SWIGTYPE_p_wxRadioBox swig_types[52]
264 #define SWIGTYPE_p_wxScrollBar swig_types[53]
265 #define SWIGTYPE_p_char swig_types[54]
266 #define SWIGTYPE_p_wxTreeItemId swig_types[55]
267 #define SWIGTYPE_p_wxComboBox swig_types[56]
268 #define SWIGTYPE_p_wxHelpEvent swig_types[57]
269 #define SWIGTYPE_p_wxListItem swig_types[58]
270 #define SWIGTYPE_p_wxNotebookSizer swig_types[59]
271 #define SWIGTYPE_p_wxSpinEvent swig_types[60]
272 #define SWIGTYPE_p_wxGenericDragImage swig_types[61]
273 #define SWIGTYPE_p_wxSpinCtrl swig_types[62]
274 #define SWIGTYPE_p_wxImageList swig_types[63]
275 #define SWIGTYPE_p_wxHelpProvider swig_types[64]
276 #define SWIGTYPE_p_wxTextAttr swig_types[65]
277 #define SWIGTYPE_p_wxSimpleHelpProvider swig_types[66]
278 #define SWIGTYPE_p_wxPoint swig_types[67]
279 #define SWIGTYPE_p_wxChoicebookEvent swig_types[68]
280 #define SWIGTYPE_p_wxListbookEvent swig_types[69]
281 #define SWIGTYPE_p_wxNotebookEvent swig_types[70]
282 #define SWIGTYPE_p_wxObject swig_types[71]
283 #define SWIGTYPE_p_wxCursor swig_types[72]
284 #define SWIGTYPE_p_wxKeyEvent swig_types[73]
285 #define SWIGTYPE_p_wxWindow swig_types[74]
286 #define SWIGTYPE_p_wxString swig_types[75]
287 #define SWIGTYPE_p_wxBitmap swig_types[76]
288 #define SWIGTYPE_p_wxTreeEvent swig_types[77]
289 #define SWIGTYPE_p_wxMouseEvent swig_types[78]
290 #define SWIGTYPE_p_wxCommandEvent swig_types[79]
291 #define SWIGTYPE_p_wxStaticText swig_types[80]
292 #define SWIGTYPE_p_wxControlWithItems swig_types[81]
293 #define SWIGTYPE_p_wxToolBarToolBase swig_types[82]
294 #define SWIGTYPE_p_wxColour swig_types[83]
295 #define SWIGTYPE_p_wxToolBar swig_types[84]
296 #define SWIGTYPE_p_wxBookCtrlSizer swig_types[85]
297 #define SWIGTYPE_p_wxValidator swig_types[86]
298 static swig_type_info *swig_types[88];
299
300 /* -------- TYPES TABLE (END) -------- */
301
302
303 /*-----------------------------------------------
304 @(target):= _controls_.so
305 ------------------------------------------------*/
306 #define SWIG_init init_controls_
307
308 #define SWIG_name "_controls_"
309
310 /* Auxiliar swig macros that appear in the header */
311
312 #define SWIG_OLDOBJ 1
313 #define SWIG_NEWOBJ SWIG_OLDOBJ + 1
314 #define SWIG_PYSTR SWIG_NEWOBJ + 1
315
316 #ifdef __cplusplus
317 #define SWIGSTATICINLINE(a) static inline a
318 #define SWIGSTATIC(a) static a
319 #define swig_new_array(size,Type) (new Type[(size)])
320 #define swig_delete(cptr) delete cptr
321 #define swig_delete_array(cptr) delete[] cptr
322 #define swig_const_cast(a,Type) const_cast<Type >(a)
323 #define swig_static_cast(a,Type) static_cast<Type >(a)
324 #define swig_reinterpret_cast(a,Type) reinterpret_cast<Type >(a)
325 #define swig_new_copy(ptr,Type) (new Type(*ptr))
326 #define swig_numeric_cast(a,Type) static_cast<Type >(a)
327
328 #else /* C case */
329
330 #define SWIGSTATICINLINE(a) static a
331 #define SWIGSTATIC(a) static a
332 #define swig_new_array(size,Type) ((Type*) malloc((size)*sizeof(Type)))
333 #define swig_delete(cptr) free((char*)cptr)
334 #define swig_delete_array(cptr) free((char*)cptr)
335 #define swig_const_cast(a,Type) (Type)(a)
336 #define swig_static_cast(a,Type) (Type)(a)
337 #define swig_reinterpret_cast(a,Type) (Type)(a)
338 #define swig_numeric_cast(a,Type) (Type)(a)
339 #define swig_new_copy(ptr,Type) ((Type*)memcpy(malloc(sizeof(Type)),ptr,sizeof(Type)))
340
341 #endif /* __cplusplus */
342
343
344 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
345 #define SWIG_From_signed_SS_char PyInt_FromLong
346 /*@@*/
347 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
348 #define SWIG_From_unsigned_SS_char PyInt_FromLong
349 /*@@*/
350 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
351 #define SWIG_From_short PyInt_FromLong
352 /*@@*/
353 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
354 #define SWIG_From_unsigned_SS_short PyInt_FromLong
355 /*@@*/
356 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
357 #define SWIG_From_int PyInt_FromLong
358 /*@@*/
359 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
360 #define SWIG_From_long PyInt_FromLong
361 /*@@*/
362 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
363 #define SWIG_From_float PyFloat_FromDouble
364 /*@@*/
365 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
366 #define SWIG_From_double PyFloat_FromDouble
367 /*@@*/
368
369
370 #include "wx/wxPython/wxPython.h"
371 #include "wx/wxPython/pyclasses.h"
372
373 static const wxString wxPyPanelNameStr(wxPanelNameStr);
374 static const wxString wxPyEmptyString(wxEmptyString);
375 static const wxString wxPyControlNameStr(wxControlNameStr);
376
377 const wxArrayString wxPyEmptyStringArray;
378
379 static const wxString wxPyButtonNameStr(wxButtonNameStr);
380
381 #include <limits.h>
382
383
384 SWIGSTATICINLINE(int)
385 SWIG_CheckLongInRange(long value, long min_value, long max_value,
386 const char *errmsg)
387 {
388 if (value < min_value) {
389 if (errmsg) {
390 PyErr_Format(PyExc_OverflowError,
391 "value %ld is less than '%s' minimum %ld",
392 value, errmsg, min_value);
393 }
394 return 0;
395 } else if (value > max_value) {
396 if (errmsg) {
397 PyErr_Format(PyExc_OverflowError,
398 "value %ld is greater than '%s' maximum %ld",
399 value, errmsg, max_value);
400 }
401 return 0;
402 }
403 return 1;
404 }
405
406
407 // See my_fragments.i
408 SWIGSTATICINLINE(int)
409 SWIG_AsVal_long(PyObject* obj, long* val)
410 {
411 if (PyNumber_Check(obj)) {
412 if (val) *val = PyInt_AsLong(obj);
413 return 1;
414 }
415 else {
416 PyObject* errmsg = PyString_FromFormat("Expected number, got %s",
417 obj->ob_type->tp_name);
418 PyErr_SetObject(PyExc_TypeError, errmsg);
419 Py_DECREF(errmsg);
420 }
421 return 0;
422 }
423
424
425 #if INT_MAX != LONG_MAX
426 SWIGSTATICINLINE(int)
427 SWIG_AsVal_int(PyObject *obj, int *val)
428 {
429 const char* errmsg = val ? "int" : 0;
430 long v;
431 if (SWIG_AsVal_long(obj, &v)) {
432 if (SWIG_CheckLongInRange(v, INT_MIN,INT_MAX, errmsg)) {
433 if (val) *val = swig_numeric_cast(v, int);
434 return 1;
435 } else {
436 return 0;
437 }
438 } else {
439 PyErr_Clear();
440 }
441 if (val) {
442 PyErr_SetString(PyExc_TypeError, "an int is expected");
443 }
444 return 0;
445 }
446 #else
447 SWIGSTATICINLINE(int)
448 SWIG_AsVal_int(PyObject *obj, int *val)
449 {
450 return SWIG_AsVal_long(obj,(long*)val);
451 }
452 #endif
453
454
455 SWIGSTATICINLINE(int)
456 SWIG_As_int(PyObject* obj)
457 {
458 int v;
459 if (!SWIG_AsVal_int(obj, &v)) {
460 /*
461 this is needed to make valgrind/purify happier. the other
462 solution is throw an exception, but since this code should work
463 with plain C ....
464 */
465 memset((void*)&v, 0, sizeof(int));
466 }
467 return v;
468 }
469
470
471 SWIGSTATICINLINE(long)
472 SWIG_As_long(PyObject* obj)
473 {
474 long v;
475 if (!SWIG_AsVal_long(obj, &v)) {
476 /*
477 this is needed to make valgrind/purify happier. the other
478 solution is throw an exception, but since this code should work
479 with plain C ....
480 */
481 memset((void*)&v, 0, sizeof(long));
482 }
483 return v;
484 }
485
486
487 SWIGSTATICINLINE(int)
488 SWIG_Check_int(PyObject* obj)
489 {
490 return SWIG_AsVal_int(obj, (int*)0);
491 }
492
493
494 SWIGSTATICINLINE(int)
495 SWIG_Check_long(PyObject* obj)
496 {
497 return SWIG_AsVal_long(obj, (long*)0);
498 }
499
500 static const wxString wxPyCheckBoxNameStr(wxCheckBoxNameStr);
501
502 SWIGSTATICINLINE(int)
503 SWIG_AsVal_bool(PyObject *obj, bool *val)
504 {
505 /* if (val) *val = PyObject_IsTrue(obj); return 1; */
506 if (obj == Py_True) {
507 if (val) *val = true;
508 return 1;
509 }
510 if (obj == Py_False) {
511 if (val) *val = false;
512 return 1;
513 }
514 int res = 0;
515 if (SWIG_AsVal_int(obj, &res)) {
516 if (val) *val = (bool)res;
517 return 1;
518 }
519 if (val) {
520 PyErr_SetString(PyExc_TypeError, "a bool is expected");
521 }
522 return 0;
523 }
524
525
526 SWIGSTATICINLINE(bool)
527 SWIG_As_bool(PyObject* obj)
528 {
529 bool v;
530 if (!SWIG_AsVal_bool(obj, &v)) {
531 /*
532 this is needed to make valgrind/purify happier. the other
533 solution is throw an exception, but since this code should work
534 with plain C ....
535 */
536 memset((void*)&v, 0, sizeof(bool));
537 }
538 return v;
539 }
540
541
542 SWIGSTATICINLINE(int)
543 SWIG_Check_bool(PyObject* obj)
544 {
545 return SWIG_AsVal_bool(obj, (bool*)0);
546 }
547
548 static const wxString wxPyChoiceNameStr(wxChoiceNameStr);
549 static const wxString wxPyComboBoxNameStr(wxComboBoxNameStr);
550 static const wxString wxPyGaugeNameStr(wxGaugeNameStr);
551 static const wxString wxPyStaticBitmapNameStr(wxStaticBitmapNameStr);
552 static const wxString wxPyStaticBoxNameStr(wxStaticBoxNameStr);
553 static const wxString wxPyStaticTextNameStr(wxStaticTextNameStr);
554
555 #include <wx/checklst.h>
556
557
558 static const wxString wxPyListBoxNameStr(wxListBoxNameStr);
559 void wxListBox_Insert(wxListBox *self,wxString const &item,int pos,PyObject *clientData){
560 if (clientData) {
561 wxPyClientData* data = new wxPyClientData(clientData);
562 self->Insert(item, pos, data);
563 } else
564 self->Insert(item, pos);
565 }
566 PyObject *wxListBox_GetSelections(wxListBox *self){
567 wxArrayInt lst;
568 self->GetSelections(lst);
569 PyObject *tup = PyTuple_New(lst.GetCount());
570 for(size_t i=0; i<lst.GetCount(); i++) {
571 PyTuple_SetItem(tup, i, PyInt_FromLong(lst[i]));
572 }
573 return tup;
574 }
575 void wxListBox_SetItemForegroundColour(wxListBox *self,int item,wxColour const &c){
576 #ifdef __WXMSW__
577 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
578 self->GetItem(item)->SetTextColour(c);
579 #endif
580 }
581 void wxListBox_SetItemBackgroundColour(wxListBox *self,int item,wxColour const &c){
582 #ifdef __WXMSW__
583 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
584 self->GetItem(item)->SetBackgroundColour(c);
585 #endif
586 }
587 void wxListBox_SetItemFont(wxListBox *self,int item,wxFont const &f){
588 #ifdef __WXMSW__
589 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
590 self->GetItem(item)->SetFont(f);
591 #endif
592 }
593 static const wxString wxPyTextCtrlNameStr(wxTextCtrlNameStr);
594
595 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
596 PyObject* o2;
597 PyObject* o3;
598
599 if (!target) {
600 target = o;
601 } else if (target == Py_None) {
602 Py_DECREF(Py_None);
603 target = o;
604 } else {
605 if (!PyTuple_Check(target)) {
606 o2 = target;
607 target = PyTuple_New(1);
608 PyTuple_SetItem(target, 0, o2);
609 }
610 o3 = PyTuple_New(1);
611 PyTuple_SetItem(o3, 0, o);
612
613 o2 = target;
614 target = PySequence_Concat(o2, o3);
615 Py_DECREF(o2);
616 Py_DECREF(o3);
617 }
618 return target;
619 }
620
621
622
623 // See my_fragments.i
624 SWIGSTATICINLINE(int)
625 SWIG_AsVal_unsigned_SS_long(PyObject* obj, unsigned long* val)
626 {
627 long v = 0;
628 if (SWIG_AsVal_long(obj, &v) && v < 0) {
629 PyErr_SetString(PyExc_TypeError, "negative value received for unsigned type");
630 return 0;
631 }
632 else if (val)
633 *val = (unsigned long)v;
634 return 1;
635 }
636
637
638 SWIGSTATICINLINE(unsigned long)
639 SWIG_As_unsigned_SS_long(PyObject* obj)
640 {
641 unsigned long v;
642 if (!SWIG_AsVal_unsigned_SS_long(obj, &v)) {
643 /*
644 this is needed to make valgrind/purify happier. the other
645 solution is throw an exception, but since this code should work
646 with plain C ....
647 */
648 memset((void*)&v, 0, sizeof(unsigned long));
649 }
650 return v;
651 }
652
653
654 SWIGSTATICINLINE(int)
655 SWIG_Check_unsigned_SS_long(PyObject* obj)
656 {
657 return SWIG_AsVal_unsigned_SS_long(obj, (unsigned long*)0);
658 }
659
660 void wxTextCtrl_write(wxTextCtrl *self,wxString const &text){
661 self->AppendText(text);
662 }
663 wxString wxTextCtrl_GetString(wxTextCtrl *self,long from,long to){
664 return self->GetValue().Mid(from, to - from);
665 }
666 static const wxString wxPyScrollBarNameStr(wxScrollBarNameStr);
667 static const wxString wxPySPIN_BUTTON_NAME(wxSPIN_BUTTON_NAME);
668 static const wxString wxPySpinCtrlNameStr(_T("wxSpinCtrl"));
669 static const wxString wxPyRadioBoxNameStr(wxRadioBoxNameStr);
670 static const wxString wxPyRadioButtonNameStr(wxRadioButtonNameStr);
671
672 #include <wx/slider.h>
673
674
675 static const wxString wxPySliderNameStr(wxSliderNameStr);
676 static const wxString wxPyToggleButtonNameStr(_T("wxToggleButton"));
677
678 #if !wxUSE_TOGGLEBTN
679 // implement dummy items for platforms that don't have this class
680
681 #define wxEVT_COMMAND_TOGGLEBUTTON_CLICKED 0
682
683 class wxToggleButton : public wxControl
684 {
685 public:
686 wxToggleButton(wxWindow *, wxWindowID, const wxString&,
687 const wxPoint&, const wxSize&, long,
688 const wxValidator&, const wxString&)
689 { wxPyRaiseNotImplemented(); }
690
691 wxToggleButton()
692 { wxPyRaiseNotImplemented(); }
693 };
694 #endif
695
696 static const wxString wxPyNOTEBOOK_NAME(wxNOTEBOOK_NAME);
697
698 SWIGSTATICINLINE(PyObject* )
699 SWIG_From_unsigned_SS_long(unsigned long value)
700 {
701 return (value > LONG_MAX) ?
702 PyLong_FromUnsignedLong(value)
703 : PyInt_FromLong(swig_numeric_cast(value,long));
704 }
705
706 static const wxString wxPyToolBarNameStr(wxToolBarNameStr);
707 PyObject *wxToolBarToolBase_GetClientData(wxToolBarToolBase *self){
708 wxPyUserData* udata = (wxPyUserData*)self->GetClientData();
709 if (udata) {
710 Py_INCREF(udata->m_obj);
711 return udata->m_obj;
712 } else {
713 Py_INCREF(Py_None);
714 return Py_None;
715 }
716 }
717 void wxToolBarToolBase_SetClientData(wxToolBarToolBase *self,PyObject *clientData){
718 self->SetClientData(new wxPyUserData(clientData));
719 }
720 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){
721 wxPyUserData* udata = NULL;
722 if (clientData && clientData != Py_None)
723 udata = new wxPyUserData(clientData);
724 return self->AddTool(id, label, bitmap, bmpDisabled, kind,
725 shortHelp, longHelp, udata);
726 }
727 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){
728 wxPyUserData* udata = NULL;
729 if (clientData && clientData != Py_None)
730 udata = new wxPyUserData(clientData);
731 return self->InsertTool(pos, id, label, bitmap, bmpDisabled, kind,
732 shortHelp, longHelp, udata);
733 }
734 PyObject *wxToolBarBase_GetToolClientData(wxToolBarBase *self,int id){
735 wxPyUserData* udata = (wxPyUserData*)self->GetToolClientData(id);
736 if (udata) {
737 Py_INCREF(udata->m_obj);
738 return udata->m_obj;
739 } else {
740 Py_INCREF(Py_None);
741 return Py_None;
742 }
743 }
744 void wxToolBarBase_SetToolClientData(wxToolBarBase *self,int id,PyObject *clientData){
745 self->SetToolClientData(id, new wxPyUserData(clientData));
746 }
747
748 #include <wx/listctrl.h>
749
750 static const wxString wxPyListCtrlNameStr(_T("wxListCtrl"));
751 void wxListItemAttr_Destroy(wxListItemAttr *self){ delete self; }
752 // Python aware sorting function for wxPyListCtrl
753 static int wxCALLBACK wxPyListCtrl_SortItems(long item1, long item2, long funcPtr) {
754 int retval = 0;
755 PyObject* func = (PyObject*)funcPtr;
756 bool blocked = wxPyBeginBlockThreads();
757
758 PyObject* args = Py_BuildValue("(ii)", item1, item2);
759 PyObject* result = PyEval_CallObject(func, args);
760 Py_DECREF(args);
761 if (result) {
762 retval = PyInt_AsLong(result);
763 Py_DECREF(result);
764 }
765
766 wxPyEndBlockThreads(blocked);
767 return retval;
768 }
769
770 // C++ Version of a Python aware class
771 class wxPyListCtrl : public wxListCtrl {
772 DECLARE_ABSTRACT_CLASS(wxPyListCtrl);
773 public:
774 wxPyListCtrl() : wxListCtrl() {}
775 wxPyListCtrl(wxWindow* parent, wxWindowID id,
776 const wxPoint& pos,
777 const wxSize& size,
778 long style,
779 const wxValidator& validator,
780 const wxString& name) :
781 wxListCtrl(parent, id, pos, size, style, validator, name) {}
782
783 bool Create(wxWindow* parent, wxWindowID id,
784 const wxPoint& pos,
785 const wxSize& size,
786 long style,
787 const wxValidator& validator,
788 const wxString& name) {
789 return wxListCtrl::Create(parent, id, pos, size, style, validator, name);
790 }
791
792 DEC_PYCALLBACK_STRING_LONGLONG(OnGetItemText);
793 DEC_PYCALLBACK_INT_LONG(OnGetItemImage);
794 DEC_PYCALLBACK_LISTATTR_LONG(OnGetItemAttr);
795
796 PYPRIVATE;
797 };
798
799 IMPLEMENT_ABSTRACT_CLASS(wxPyListCtrl, wxListCtrl);
800
801 IMP_PYCALLBACK_STRING_LONGLONG(wxPyListCtrl, wxListCtrl, OnGetItemText);
802 IMP_PYCALLBACK_INT_LONG(wxPyListCtrl, wxListCtrl, OnGetItemImage);
803 IMP_PYCALLBACK_LISTATTR_LONG(wxPyListCtrl, wxListCtrl, OnGetItemAttr);
804
805 wxListItem *wxPyListCtrl_GetColumn(wxPyListCtrl *self,int col){
806 wxListItem item;
807 item.SetMask( wxLIST_MASK_STATE |
808 wxLIST_MASK_TEXT |
809 wxLIST_MASK_IMAGE |
810 wxLIST_MASK_DATA |
811 wxLIST_SET_ITEM |
812 wxLIST_MASK_WIDTH |
813 wxLIST_MASK_FORMAT
814 );
815 if (self->GetColumn(col, item))
816 return new wxListItem(item);
817 else
818 return NULL;
819 }
820 wxListItem *wxPyListCtrl_GetItem(wxPyListCtrl *self,long itemId,int col){
821 wxListItem* info = new wxListItem;
822 info->m_itemId = itemId;
823 info->m_col = col;
824 info->m_mask = 0xFFFF;
825 self->GetItem(*info);
826 return info;
827 }
828 wxPoint wxPyListCtrl_GetItemPosition(wxPyListCtrl *self,long item){
829 wxPoint pos;
830 self->GetItemPosition(item, pos);
831 return pos;
832 }
833 wxRect wxPyListCtrl_GetItemRect(wxPyListCtrl *self,long item,int code){
834 wxRect rect;
835 self->GetItemRect(item, rect, code);
836 return rect;
837 }
838
839 bool wxPyListCtrl_SortItems(wxPyListCtrl *self,PyObject *func){
840 if (!PyCallable_Check(func))
841 return false;
842 return self->SortItems((wxListCtrlCompare)wxPyListCtrl_SortItems, (long)func);
843 }
844 wxWindow *wxPyListCtrl_GetMainWindow(wxPyListCtrl *self){
845
846
847
848 return (wxWindow*)self->m_mainWin;
849
850 }
851
852 #include <wx/treectrl.h>
853 #include "wx/wxPython/pytree.h"
854
855 static const wxString wxPyTreeCtrlNameStr(_T("wxTreeCtrl"));
856 bool wxTreeItemId___eq__(wxTreeItemId *self,wxTreeItemId const *other){ return other ? (*self == *other) : false; }
857 bool wxTreeItemId___ne__(wxTreeItemId *self,wxTreeItemId const *other){ return other ? (*self != *other) : true; }
858 void wxPyTreeItemData_Destroy(wxPyTreeItemData *self){ delete self; }
859 // C++ version of Python aware wxTreeCtrl
860 class wxPyTreeCtrl : public wxTreeCtrl {
861 DECLARE_ABSTRACT_CLASS(wxPyTreeCtrl);
862 public:
863 wxPyTreeCtrl() : wxTreeCtrl() {}
864 wxPyTreeCtrl(wxWindow *parent, wxWindowID id,
865 const wxPoint& pos,
866 const wxSize& size,
867 long style,
868 const wxValidator& validator,
869 const wxString& name) :
870 wxTreeCtrl(parent, id, pos, size, style, validator, name) {}
871
872 bool Create(wxWindow *parent, wxWindowID id,
873 const wxPoint& pos,
874 const wxSize& size,
875 long style,
876 const wxValidator& validator,
877 const wxString& name) {
878 return wxTreeCtrl::Create(parent, id, pos, size, style, validator, name);
879 }
880
881
882 int OnCompareItems(const wxTreeItemId& item1,
883 const wxTreeItemId& item2) {
884 int rval = 0;
885 bool found;
886 bool blocked = wxPyBeginBlockThreads();
887 if ((found = wxPyCBH_findCallback(m_myInst, "OnCompareItems"))) {
888 PyObject *o1 = wxPyConstructObject((void*)&item1, wxT("wxTreeItemId"), false);
889 PyObject *o2 = wxPyConstructObject((void*)&item2, wxT("wxTreeItemId"), false);
890 rval = wxPyCBH_callCallback(m_myInst, Py_BuildValue("(OO)",o1,o2));
891 Py_DECREF(o1);
892 Py_DECREF(o2);
893 }
894 wxPyEndBlockThreads(blocked);
895 if (! found)
896 rval = wxTreeCtrl::OnCompareItems(item1, item2);
897 return rval;
898 }
899 PYPRIVATE;
900 };
901
902 IMPLEMENT_ABSTRACT_CLASS(wxPyTreeCtrl, wxTreeCtrl);
903
904
905
906 #if UINT_MAX < LONG_MAX
907 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
908 #define SWIG_From_unsigned_SS_int SWIG_From_long
909 /*@@*/
910 #else
911 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
912 #define SWIG_From_unsigned_SS_int SWIG_From_unsigned_SS_long
913 /*@@*/
914 #endif
915
916
917 SWIGSTATICINLINE(int)
918 SWIG_CheckUnsignedLongInRange(unsigned long value,
919 unsigned long max_value,
920 const char *errmsg)
921 {
922 if (value > max_value) {
923 if (errmsg) {
924 PyErr_Format(PyExc_OverflowError,
925 "value %ld is greater than '%s' minimum %ld",
926 value, errmsg, max_value);
927 }
928 return 0;
929 }
930 return 1;
931 }
932
933
934 #if UINT_MAX != ULONG_MAX
935 SWIGSTATICINLINE(int)
936 SWIG_AsVal_unsigned_SS_int(PyObject *obj, unsigned int *val)
937 {
938 const char* errmsg = val ? "unsigned int" : 0;
939 unsigned long v;
940 if (SWIG_AsVal_unsigned_SS_long(obj, &v)) {
941 if (SWIG_CheckUnsignedLongInRange(v, INT_MAX, errmsg)) {
942 if (val) *val = swig_numeric_cast(v, unsigned int);
943 return 1;
944 }
945 } else {
946 PyErr_Clear();
947 }
948 if (val) {
949 PyErr_SetString(PyExc_TypeError, "an unsigned int is expected");
950 }
951 return 0;
952 }
953 #else
954 SWIGSTATICINLINE(unsigned int)
955 SWIG_AsVal_unsigned_SS_int(PyObject *obj, unsigned int *val)
956 {
957 return SWIG_AsVal_unsigned_SS_long(obj,(unsigned long *)val);
958 }
959 #endif
960
961
962 SWIGSTATICINLINE(unsigned int)
963 SWIG_As_unsigned_SS_int(PyObject* obj)
964 {
965 unsigned int v;
966 if (!SWIG_AsVal_unsigned_SS_int(obj, &v)) {
967 /*
968 this is needed to make valgrind/purify happier. the other
969 solution is throw an exception, but since this code should work
970 with plain C ....
971 */
972 memset((void*)&v, 0, sizeof(unsigned int));
973 }
974 return v;
975 }
976
977
978 SWIGSTATICINLINE(int)
979 SWIG_Check_unsigned_SS_int(PyObject* obj)
980 {
981 return SWIG_AsVal_unsigned_SS_int(obj, (unsigned int*)0);
982 }
983
984 wxPyTreeItemData *wxPyTreeCtrl_GetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item){
985 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
986 if (data == NULL) {
987 data = new wxPyTreeItemData();
988 data->SetId(item); // set the id
989 self->SetItemData(item, data);
990 }
991 return data;
992 }
993 PyObject *wxPyTreeCtrl_GetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item){
994 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
995 if (data == NULL) {
996 data = new wxPyTreeItemData();
997 data->SetId(item); // set the id
998 self->SetItemData(item, data);
999 }
1000 return data->GetData();
1001 }
1002 void wxPyTreeCtrl_SetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item,wxPyTreeItemData *data){
1003 data->SetId(item); // set the id
1004 self->SetItemData(item, data);
1005 }
1006 void wxPyTreeCtrl_SetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item,PyObject *obj){
1007 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
1008 if (data == NULL) {
1009 data = new wxPyTreeItemData(obj);
1010 data->SetId(item); // set the id
1011 self->SetItemData(item, data);
1012 } else
1013 data->SetData(obj);
1014 }
1015 PyObject *wxPyTreeCtrl_GetSelections(wxPyTreeCtrl *self){
1016 bool blocked = wxPyBeginBlockThreads();
1017 PyObject* rval = PyList_New(0);
1018 wxArrayTreeItemIds array;
1019 size_t num, x;
1020 num = self->GetSelections(array);
1021 for (x=0; x < num; x++) {
1022 wxTreeItemId *tii = new wxTreeItemId(array.Item(x));
1023 PyObject* item = wxPyConstructObject((void*)tii, wxT("wxTreeItemId"), true);
1024 PyList_Append(rval, item);
1025 Py_DECREF(item);
1026 }
1027 wxPyEndBlockThreads(blocked);
1028 return rval;
1029 }
1030 PyObject *wxPyTreeCtrl_GetFirstChild(wxPyTreeCtrl *self,wxTreeItemId const &item){
1031 void* cookie = 0;
1032 wxTreeItemId* ritem = new wxTreeItemId(self->GetFirstChild(item, cookie));
1033 bool blocked = wxPyBeginBlockThreads();
1034 PyObject* tup = PyTuple_New(2);
1035 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), true));
1036 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
1037 wxPyEndBlockThreads(blocked);
1038 return tup;
1039 }
1040 PyObject *wxPyTreeCtrl_GetNextChild(wxPyTreeCtrl *self,wxTreeItemId const &item,void *cookie){
1041 wxTreeItemId* ritem = new wxTreeItemId(self->GetNextChild(item, cookie));
1042 bool blocked = wxPyBeginBlockThreads();
1043 PyObject* tup = PyTuple_New(2);
1044 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), true));
1045 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
1046 wxPyEndBlockThreads(blocked);
1047 return tup;
1048 }
1049 PyObject *wxPyTreeCtrl_GetBoundingRect(wxPyTreeCtrl *self,wxTreeItemId const &item,bool textOnly){
1050 wxRect rect;
1051 if (self->GetBoundingRect(item, rect, textOnly)) {
1052 bool blocked = wxPyBeginBlockThreads();
1053 wxRect* r = new wxRect(rect);
1054 PyObject* val = wxPyConstructObject((void*)r, wxT("wxRect"), true);
1055 wxPyEndBlockThreads(blocked);
1056 return val;
1057 }
1058 else
1059 RETURN_NONE();
1060 }
1061 static const wxString wxPyDirDialogDefaultFolderStr(wxDirDialogDefaultFolderStr);
1062
1063 SWIGSTATICINLINE(PyObject*)
1064 SWIG_From_bool(bool value)
1065 {
1066 PyObject *obj = value ? Py_True : Py_False;
1067 Py_INCREF(obj);
1068 return obj;
1069 }
1070
1071
1072 // C++ version of Python aware wxControl
1073 class wxPyControl : public wxControl
1074 {
1075 DECLARE_DYNAMIC_CLASS(wxPyControl)
1076 public:
1077 wxPyControl() : wxControl() {}
1078 wxPyControl(wxWindow* parent, const wxWindowID id,
1079 const wxPoint& pos = wxDefaultPosition,
1080 const wxSize& size = wxDefaultSize,
1081 long style = 0,
1082 const wxValidator& validator=wxDefaultValidator,
1083 const wxString& name = wxPyControlNameStr)
1084 : wxControl(parent, id, pos, size, style, validator, name) {}
1085
1086 void SetBestSize(const wxSize& size) { wxControl::SetBestSize(size); }
1087
1088 DEC_PYCALLBACK_VOID_INT4(DoMoveWindow);
1089 DEC_PYCALLBACK_VOID_INT5(DoSetSize);
1090 DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize);
1091 DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize);
1092
1093 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize);
1094 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize);
1095 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition);
1096
1097 DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize);
1098 DEC_PYCALLBACK_SIZE_const(DoGetBestSize);
1099
1100 DEC_PYCALLBACK__(InitDialog);
1101 DEC_PYCALLBACK_BOOL_(TransferDataFromWindow);
1102 DEC_PYCALLBACK_BOOL_(TransferDataToWindow);
1103 DEC_PYCALLBACK_BOOL_(Validate);
1104
1105 DEC_PYCALLBACK_BOOL_const(AcceptsFocus);
1106 DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard);
1107 DEC_PYCALLBACK_SIZE_const(GetMaxSize);
1108
1109 DEC_PYCALLBACK_VOID_WXWINBASE(AddChild);
1110 DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild);
1111
1112 DEC_PYCALLBACK_BOOL_const(ShouldInheritColours);
1113 DEC_PYCALLBACK__COLOUR(ApplyParentThemeBackground);
1114 DEC_PYCALLBACK_VIZATTR_(GetDefaultAttributes);
1115
1116 PYPRIVATE;
1117 };
1118
1119 IMPLEMENT_DYNAMIC_CLASS(wxPyControl, wxControl);
1120
1121 IMP_PYCALLBACK_VOID_INT4(wxPyControl, wxControl, DoMoveWindow);
1122 IMP_PYCALLBACK_VOID_INT5(wxPyControl, wxControl, DoSetSize);
1123 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetClientSize);
1124 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetVirtualSize);
1125
1126 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetSize);
1127 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetClientSize);
1128 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetPosition);
1129
1130 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetVirtualSize);
1131 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetBestSize);
1132
1133 IMP_PYCALLBACK__(wxPyControl, wxControl, InitDialog);
1134 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataFromWindow);
1135 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataToWindow);
1136 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, Validate);
1137
1138 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocus);
1139 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocusFromKeyboard);
1140 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, GetMaxSize);
1141
1142 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, AddChild);
1143 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, RemoveChild);
1144
1145 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, ShouldInheritColours);
1146 IMP_PYCALLBACK__COLOUR(wxPyControl, wxControl, ApplyParentThemeBackground);
1147 IMP_PYCALLBACK_VIZATTR_(wxPyControl, wxControl, GetDefaultAttributes);
1148
1149
1150
1151 void wxHelpProvider_Destroy(wxHelpProvider *self){ delete self; }
1152
1153 #include <wx/generic/dragimgg.h>
1154
1155 #ifdef __cplusplus
1156 extern "C" {
1157 #endif
1158 static int _wrap_ButtonNameStr_set(PyObject *) {
1159 PyErr_SetString(PyExc_TypeError,"Variable ButtonNameStr is read-only.");
1160 return 1;
1161 }
1162
1163
1164 static PyObject *_wrap_ButtonNameStr_get() {
1165 PyObject *pyobj;
1166
1167 {
1168 #if wxUSE_UNICODE
1169 pyobj = PyUnicode_FromWideChar((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
1170 #else
1171 pyobj = PyString_FromStringAndSize((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
1172 #endif
1173 }
1174 return pyobj;
1175 }
1176
1177
1178 static PyObject *_wrap_new_Button(PyObject *, PyObject *args, PyObject *kwargs) {
1179 PyObject *resultobj;
1180 wxWindow *arg1 = (wxWindow *) 0 ;
1181 int arg2 = (int) -1 ;
1182 wxString const &arg3_defvalue = wxPyEmptyString ;
1183 wxString *arg3 = (wxString *) &arg3_defvalue ;
1184 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1185 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1186 wxSize const &arg5_defvalue = wxDefaultSize ;
1187 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1188 long arg6 = (long) 0 ;
1189 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1190 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1191 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1192 wxString *arg8 = (wxString *) &arg8_defvalue ;
1193 wxButton *result;
1194 bool temp3 = false ;
1195 wxPoint temp4 ;
1196 wxSize temp5 ;
1197 bool temp8 = false ;
1198 PyObject * obj0 = 0 ;
1199 PyObject * obj1 = 0 ;
1200 PyObject * obj2 = 0 ;
1201 PyObject * obj3 = 0 ;
1202 PyObject * obj4 = 0 ;
1203 PyObject * obj5 = 0 ;
1204 PyObject * obj6 = 0 ;
1205 PyObject * obj7 = 0 ;
1206 char *kwnames[] = {
1207 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1208 };
1209
1210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_Button",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1211 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1212 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1213 if (obj1) {
1214 arg2 = (int)SWIG_As_int(obj1);
1215 if (PyErr_Occurred()) SWIG_fail;
1216 }
1217 if (obj2) {
1218 {
1219 arg3 = wxString_in_helper(obj2);
1220 if (arg3 == NULL) SWIG_fail;
1221 temp3 = true;
1222 }
1223 }
1224 if (obj3) {
1225 {
1226 arg4 = &temp4;
1227 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1228 }
1229 }
1230 if (obj4) {
1231 {
1232 arg5 = &temp5;
1233 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1234 }
1235 }
1236 if (obj5) {
1237 arg6 = (long)SWIG_As_long(obj5);
1238 if (PyErr_Occurred()) SWIG_fail;
1239 }
1240 if (obj6) {
1241 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
1242 SWIG_POINTER_EXCEPTION | 0)) == -1)
1243 SWIG_fail;
1244 if (arg7 == NULL) {
1245 PyErr_SetString(PyExc_TypeError,"null reference");
1246 SWIG_fail;
1247 }
1248 }
1249 if (obj7) {
1250 {
1251 arg8 = wxString_in_helper(obj7);
1252 if (arg8 == NULL) SWIG_fail;
1253 temp8 = true;
1254 }
1255 }
1256 {
1257 if (!wxPyCheckForApp()) SWIG_fail;
1258 PyThreadState* __tstate = wxPyBeginAllowThreads();
1259 result = (wxButton *)new wxButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1260
1261 wxPyEndAllowThreads(__tstate);
1262 if (PyErr_Occurred()) SWIG_fail;
1263 }
1264 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxButton, 1);
1265 {
1266 if (temp3)
1267 delete arg3;
1268 }
1269 {
1270 if (temp8)
1271 delete arg8;
1272 }
1273 return resultobj;
1274 fail:
1275 {
1276 if (temp3)
1277 delete arg3;
1278 }
1279 {
1280 if (temp8)
1281 delete arg8;
1282 }
1283 return NULL;
1284 }
1285
1286
1287 static PyObject *_wrap_new_PreButton(PyObject *, PyObject *args, PyObject *kwargs) {
1288 PyObject *resultobj;
1289 wxButton *result;
1290 char *kwnames[] = {
1291 NULL
1292 };
1293
1294 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreButton",kwnames)) goto fail;
1295 {
1296 if (!wxPyCheckForApp()) SWIG_fail;
1297 PyThreadState* __tstate = wxPyBeginAllowThreads();
1298 result = (wxButton *)new wxButton();
1299
1300 wxPyEndAllowThreads(__tstate);
1301 if (PyErr_Occurred()) SWIG_fail;
1302 }
1303 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxButton, 1);
1304 return resultobj;
1305 fail:
1306 return NULL;
1307 }
1308
1309
1310 static PyObject *_wrap_Button_Create(PyObject *, PyObject *args, PyObject *kwargs) {
1311 PyObject *resultobj;
1312 wxButton *arg1 = (wxButton *) 0 ;
1313 wxWindow *arg2 = (wxWindow *) 0 ;
1314 int arg3 = (int) -1 ;
1315 wxString const &arg4_defvalue = wxPyEmptyString ;
1316 wxString *arg4 = (wxString *) &arg4_defvalue ;
1317 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1318 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1319 wxSize const &arg6_defvalue = wxDefaultSize ;
1320 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1321 long arg7 = (long) 0 ;
1322 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1323 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1324 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1325 wxString *arg9 = (wxString *) &arg9_defvalue ;
1326 bool result;
1327 bool temp4 = false ;
1328 wxPoint temp5 ;
1329 wxSize temp6 ;
1330 bool temp9 = false ;
1331 PyObject * obj0 = 0 ;
1332 PyObject * obj1 = 0 ;
1333 PyObject * obj2 = 0 ;
1334 PyObject * obj3 = 0 ;
1335 PyObject * obj4 = 0 ;
1336 PyObject * obj5 = 0 ;
1337 PyObject * obj6 = 0 ;
1338 PyObject * obj7 = 0 ;
1339 PyObject * obj8 = 0 ;
1340 char *kwnames[] = {
1341 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1342 };
1343
1344 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:Button_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1345 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxButton,
1346 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1347 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
1348 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1349 if (obj2) {
1350 arg3 = (int)SWIG_As_int(obj2);
1351 if (PyErr_Occurred()) SWIG_fail;
1352 }
1353 if (obj3) {
1354 {
1355 arg4 = wxString_in_helper(obj3);
1356 if (arg4 == NULL) SWIG_fail;
1357 temp4 = true;
1358 }
1359 }
1360 if (obj4) {
1361 {
1362 arg5 = &temp5;
1363 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1364 }
1365 }
1366 if (obj5) {
1367 {
1368 arg6 = &temp6;
1369 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1370 }
1371 }
1372 if (obj6) {
1373 arg7 = (long)SWIG_As_long(obj6);
1374 if (PyErr_Occurred()) SWIG_fail;
1375 }
1376 if (obj7) {
1377 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
1378 SWIG_POINTER_EXCEPTION | 0)) == -1)
1379 SWIG_fail;
1380 if (arg8 == NULL) {
1381 PyErr_SetString(PyExc_TypeError,"null reference");
1382 SWIG_fail;
1383 }
1384 }
1385 if (obj8) {
1386 {
1387 arg9 = wxString_in_helper(obj8);
1388 if (arg9 == NULL) SWIG_fail;
1389 temp9 = true;
1390 }
1391 }
1392 {
1393 PyThreadState* __tstate = wxPyBeginAllowThreads();
1394 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1395
1396 wxPyEndAllowThreads(__tstate);
1397 if (PyErr_Occurred()) SWIG_fail;
1398 }
1399 {
1400 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1401 }
1402 {
1403 if (temp4)
1404 delete arg4;
1405 }
1406 {
1407 if (temp9)
1408 delete arg9;
1409 }
1410 return resultobj;
1411 fail:
1412 {
1413 if (temp4)
1414 delete arg4;
1415 }
1416 {
1417 if (temp9)
1418 delete arg9;
1419 }
1420 return NULL;
1421 }
1422
1423
1424 static PyObject *_wrap_Button_SetDefault(PyObject *, PyObject *args, PyObject *kwargs) {
1425 PyObject *resultobj;
1426 wxButton *arg1 = (wxButton *) 0 ;
1427 PyObject * obj0 = 0 ;
1428 char *kwnames[] = {
1429 (char *) "self", NULL
1430 };
1431
1432 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Button_SetDefault",kwnames,&obj0)) goto fail;
1433 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxButton,
1434 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1435 {
1436 PyThreadState* __tstate = wxPyBeginAllowThreads();
1437 (arg1)->SetDefault();
1438
1439 wxPyEndAllowThreads(__tstate);
1440 if (PyErr_Occurred()) SWIG_fail;
1441 }
1442 Py_INCREF(Py_None); resultobj = Py_None;
1443 return resultobj;
1444 fail:
1445 return NULL;
1446 }
1447
1448
1449 static PyObject *_wrap_Button_GetDefaultSize(PyObject *, PyObject *args, PyObject *kwargs) {
1450 PyObject *resultobj;
1451 wxSize result;
1452 char *kwnames[] = {
1453 NULL
1454 };
1455
1456 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":Button_GetDefaultSize",kwnames)) goto fail;
1457 {
1458 PyThreadState* __tstate = wxPyBeginAllowThreads();
1459 result = wxButton::GetDefaultSize();
1460
1461 wxPyEndAllowThreads(__tstate);
1462 if (PyErr_Occurred()) SWIG_fail;
1463 }
1464 {
1465 wxSize * resultptr;
1466 resultptr = new wxSize((wxSize &) result);
1467 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
1468 }
1469 return resultobj;
1470 fail:
1471 return NULL;
1472 }
1473
1474
1475 static PyObject *_wrap_Button_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
1476 PyObject *resultobj;
1477 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
1478 wxVisualAttributes result;
1479 PyObject * obj0 = 0 ;
1480 char *kwnames[] = {
1481 (char *) "variant", NULL
1482 };
1483
1484 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Button_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
1485 if (obj0) {
1486 arg1 = (int)SWIG_As_int(obj0);
1487 if (PyErr_Occurred()) SWIG_fail;
1488 }
1489 {
1490 if (!wxPyCheckForApp()) SWIG_fail;
1491 PyThreadState* __tstate = wxPyBeginAllowThreads();
1492 result = wxButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
1493
1494 wxPyEndAllowThreads(__tstate);
1495 if (PyErr_Occurred()) SWIG_fail;
1496 }
1497 {
1498 wxVisualAttributes * resultptr;
1499 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
1500 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
1501 }
1502 return resultobj;
1503 fail:
1504 return NULL;
1505 }
1506
1507
1508 static PyObject * Button_swigregister(PyObject *, PyObject *args) {
1509 PyObject *obj;
1510 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1511 SWIG_TypeClientData(SWIGTYPE_p_wxButton, obj);
1512 Py_INCREF(obj);
1513 return Py_BuildValue((char *)"");
1514 }
1515 static PyObject *_wrap_new_BitmapButton(PyObject *, PyObject *args, PyObject *kwargs) {
1516 PyObject *resultobj;
1517 wxWindow *arg1 = (wxWindow *) 0 ;
1518 int arg2 = (int) -1 ;
1519 wxBitmap const &arg3_defvalue = wxNullBitmap ;
1520 wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ;
1521 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1522 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1523 wxSize const &arg5_defvalue = wxDefaultSize ;
1524 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1525 long arg6 = (long) wxBU_AUTODRAW ;
1526 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1527 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1528 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1529 wxString *arg8 = (wxString *) &arg8_defvalue ;
1530 wxBitmapButton *result;
1531 wxPoint temp4 ;
1532 wxSize temp5 ;
1533 bool temp8 = false ;
1534 PyObject * obj0 = 0 ;
1535 PyObject * obj1 = 0 ;
1536 PyObject * obj2 = 0 ;
1537 PyObject * obj3 = 0 ;
1538 PyObject * obj4 = 0 ;
1539 PyObject * obj5 = 0 ;
1540 PyObject * obj6 = 0 ;
1541 PyObject * obj7 = 0 ;
1542 char *kwnames[] = {
1543 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1544 };
1545
1546 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_BitmapButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1547 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1548 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1549 if (obj1) {
1550 arg2 = (int)SWIG_As_int(obj1);
1551 if (PyErr_Occurred()) SWIG_fail;
1552 }
1553 if (obj2) {
1554 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap,
1555 SWIG_POINTER_EXCEPTION | 0)) == -1)
1556 SWIG_fail;
1557 if (arg3 == NULL) {
1558 PyErr_SetString(PyExc_TypeError,"null reference");
1559 SWIG_fail;
1560 }
1561 }
1562 if (obj3) {
1563 {
1564 arg4 = &temp4;
1565 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1566 }
1567 }
1568 if (obj4) {
1569 {
1570 arg5 = &temp5;
1571 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1572 }
1573 }
1574 if (obj5) {
1575 arg6 = (long)SWIG_As_long(obj5);
1576 if (PyErr_Occurred()) SWIG_fail;
1577 }
1578 if (obj6) {
1579 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
1580 SWIG_POINTER_EXCEPTION | 0)) == -1)
1581 SWIG_fail;
1582 if (arg7 == NULL) {
1583 PyErr_SetString(PyExc_TypeError,"null reference");
1584 SWIG_fail;
1585 }
1586 }
1587 if (obj7) {
1588 {
1589 arg8 = wxString_in_helper(obj7);
1590 if (arg8 == NULL) SWIG_fail;
1591 temp8 = true;
1592 }
1593 }
1594 {
1595 if (!wxPyCheckForApp()) SWIG_fail;
1596 PyThreadState* __tstate = wxPyBeginAllowThreads();
1597 result = (wxBitmapButton *)new wxBitmapButton(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1598
1599 wxPyEndAllowThreads(__tstate);
1600 if (PyErr_Occurred()) SWIG_fail;
1601 }
1602 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBitmapButton, 1);
1603 {
1604 if (temp8)
1605 delete arg8;
1606 }
1607 return resultobj;
1608 fail:
1609 {
1610 if (temp8)
1611 delete arg8;
1612 }
1613 return NULL;
1614 }
1615
1616
1617 static PyObject *_wrap_new_PreBitmapButton(PyObject *, PyObject *args, PyObject *kwargs) {
1618 PyObject *resultobj;
1619 wxBitmapButton *result;
1620 char *kwnames[] = {
1621 NULL
1622 };
1623
1624 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreBitmapButton",kwnames)) goto fail;
1625 {
1626 if (!wxPyCheckForApp()) SWIG_fail;
1627 PyThreadState* __tstate = wxPyBeginAllowThreads();
1628 result = (wxBitmapButton *)new wxBitmapButton();
1629
1630 wxPyEndAllowThreads(__tstate);
1631 if (PyErr_Occurred()) SWIG_fail;
1632 }
1633 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBitmapButton, 1);
1634 return resultobj;
1635 fail:
1636 return NULL;
1637 }
1638
1639
1640 static PyObject *_wrap_BitmapButton_Create(PyObject *, PyObject *args, PyObject *kwargs) {
1641 PyObject *resultobj;
1642 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1643 wxWindow *arg2 = (wxWindow *) 0 ;
1644 int arg3 = (int) -1 ;
1645 wxBitmap const &arg4_defvalue = wxNullBitmap ;
1646 wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ;
1647 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1648 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1649 wxSize const &arg6_defvalue = wxDefaultSize ;
1650 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1651 long arg7 = (long) wxBU_AUTODRAW ;
1652 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1653 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1654 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1655 wxString *arg9 = (wxString *) &arg9_defvalue ;
1656 bool result;
1657 wxPoint temp5 ;
1658 wxSize temp6 ;
1659 bool temp9 = false ;
1660 PyObject * obj0 = 0 ;
1661 PyObject * obj1 = 0 ;
1662 PyObject * obj2 = 0 ;
1663 PyObject * obj3 = 0 ;
1664 PyObject * obj4 = 0 ;
1665 PyObject * obj5 = 0 ;
1666 PyObject * obj6 = 0 ;
1667 PyObject * obj7 = 0 ;
1668 PyObject * obj8 = 0 ;
1669 char *kwnames[] = {
1670 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1671 };
1672
1673 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:BitmapButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1674 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1675 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1676 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
1677 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1678 if (obj2) {
1679 arg3 = (int)SWIG_As_int(obj2);
1680 if (PyErr_Occurred()) SWIG_fail;
1681 }
1682 if (obj3) {
1683 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
1684 SWIG_POINTER_EXCEPTION | 0)) == -1)
1685 SWIG_fail;
1686 if (arg4 == NULL) {
1687 PyErr_SetString(PyExc_TypeError,"null reference");
1688 SWIG_fail;
1689 }
1690 }
1691 if (obj4) {
1692 {
1693 arg5 = &temp5;
1694 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1695 }
1696 }
1697 if (obj5) {
1698 {
1699 arg6 = &temp6;
1700 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1701 }
1702 }
1703 if (obj6) {
1704 arg7 = (long)SWIG_As_long(obj6);
1705 if (PyErr_Occurred()) SWIG_fail;
1706 }
1707 if (obj7) {
1708 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
1709 SWIG_POINTER_EXCEPTION | 0)) == -1)
1710 SWIG_fail;
1711 if (arg8 == NULL) {
1712 PyErr_SetString(PyExc_TypeError,"null reference");
1713 SWIG_fail;
1714 }
1715 }
1716 if (obj8) {
1717 {
1718 arg9 = wxString_in_helper(obj8);
1719 if (arg9 == NULL) SWIG_fail;
1720 temp9 = true;
1721 }
1722 }
1723 {
1724 PyThreadState* __tstate = wxPyBeginAllowThreads();
1725 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1726
1727 wxPyEndAllowThreads(__tstate);
1728 if (PyErr_Occurred()) SWIG_fail;
1729 }
1730 {
1731 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1732 }
1733 {
1734 if (temp9)
1735 delete arg9;
1736 }
1737 return resultobj;
1738 fail:
1739 {
1740 if (temp9)
1741 delete arg9;
1742 }
1743 return NULL;
1744 }
1745
1746
1747 static PyObject *_wrap_BitmapButton_GetBitmapLabel(PyObject *, PyObject *args, PyObject *kwargs) {
1748 PyObject *resultobj;
1749 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1750 wxBitmap result;
1751 PyObject * obj0 = 0 ;
1752 char *kwnames[] = {
1753 (char *) "self", NULL
1754 };
1755
1756 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapLabel",kwnames,&obj0)) goto fail;
1757 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1758 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1759 {
1760 PyThreadState* __tstate = wxPyBeginAllowThreads();
1761 result = (arg1)->GetBitmapLabel();
1762
1763 wxPyEndAllowThreads(__tstate);
1764 if (PyErr_Occurred()) SWIG_fail;
1765 }
1766 {
1767 wxBitmap * resultptr;
1768 resultptr = new wxBitmap((wxBitmap &) result);
1769 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1770 }
1771 return resultobj;
1772 fail:
1773 return NULL;
1774 }
1775
1776
1777 static PyObject *_wrap_BitmapButton_GetBitmapDisabled(PyObject *, PyObject *args, PyObject *kwargs) {
1778 PyObject *resultobj;
1779 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1780 wxBitmap result;
1781 PyObject * obj0 = 0 ;
1782 char *kwnames[] = {
1783 (char *) "self", NULL
1784 };
1785
1786 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapDisabled",kwnames,&obj0)) goto fail;
1787 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1788 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1789 {
1790 PyThreadState* __tstate = wxPyBeginAllowThreads();
1791 result = (arg1)->GetBitmapDisabled();
1792
1793 wxPyEndAllowThreads(__tstate);
1794 if (PyErr_Occurred()) SWIG_fail;
1795 }
1796 {
1797 wxBitmap * resultptr;
1798 resultptr = new wxBitmap((wxBitmap &) result);
1799 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1800 }
1801 return resultobj;
1802 fail:
1803 return NULL;
1804 }
1805
1806
1807 static PyObject *_wrap_BitmapButton_GetBitmapFocus(PyObject *, PyObject *args, PyObject *kwargs) {
1808 PyObject *resultobj;
1809 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1810 wxBitmap result;
1811 PyObject * obj0 = 0 ;
1812 char *kwnames[] = {
1813 (char *) "self", NULL
1814 };
1815
1816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapFocus",kwnames,&obj0)) goto fail;
1817 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1818 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1819 {
1820 PyThreadState* __tstate = wxPyBeginAllowThreads();
1821 result = (arg1)->GetBitmapFocus();
1822
1823 wxPyEndAllowThreads(__tstate);
1824 if (PyErr_Occurred()) SWIG_fail;
1825 }
1826 {
1827 wxBitmap * resultptr;
1828 resultptr = new wxBitmap((wxBitmap &) result);
1829 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1830 }
1831 return resultobj;
1832 fail:
1833 return NULL;
1834 }
1835
1836
1837 static PyObject *_wrap_BitmapButton_GetBitmapSelected(PyObject *, PyObject *args, PyObject *kwargs) {
1838 PyObject *resultobj;
1839 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1840 wxBitmap result;
1841 PyObject * obj0 = 0 ;
1842 char *kwnames[] = {
1843 (char *) "self", NULL
1844 };
1845
1846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapSelected",kwnames,&obj0)) goto fail;
1847 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1848 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1849 {
1850 PyThreadState* __tstate = wxPyBeginAllowThreads();
1851 result = (arg1)->GetBitmapSelected();
1852
1853 wxPyEndAllowThreads(__tstate);
1854 if (PyErr_Occurred()) SWIG_fail;
1855 }
1856 {
1857 wxBitmap * resultptr;
1858 resultptr = new wxBitmap((wxBitmap &) result);
1859 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1860 }
1861 return resultobj;
1862 fail:
1863 return NULL;
1864 }
1865
1866
1867 static PyObject *_wrap_BitmapButton_SetBitmapDisabled(PyObject *, PyObject *args, PyObject *kwargs) {
1868 PyObject *resultobj;
1869 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1870 wxBitmap *arg2 = 0 ;
1871 PyObject * obj0 = 0 ;
1872 PyObject * obj1 = 0 ;
1873 char *kwnames[] = {
1874 (char *) "self",(char *) "bitmap", NULL
1875 };
1876
1877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapDisabled",kwnames,&obj0,&obj1)) goto fail;
1878 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1879 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1880 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1881 SWIG_POINTER_EXCEPTION | 0)) == -1)
1882 SWIG_fail;
1883 if (arg2 == NULL) {
1884 PyErr_SetString(PyExc_TypeError,"null reference");
1885 SWIG_fail;
1886 }
1887 {
1888 PyThreadState* __tstate = wxPyBeginAllowThreads();
1889 (arg1)->SetBitmapDisabled((wxBitmap const &)*arg2);
1890
1891 wxPyEndAllowThreads(__tstate);
1892 if (PyErr_Occurred()) SWIG_fail;
1893 }
1894 Py_INCREF(Py_None); resultobj = Py_None;
1895 return resultobj;
1896 fail:
1897 return NULL;
1898 }
1899
1900
1901 static PyObject *_wrap_BitmapButton_SetBitmapFocus(PyObject *, PyObject *args, PyObject *kwargs) {
1902 PyObject *resultobj;
1903 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1904 wxBitmap *arg2 = 0 ;
1905 PyObject * obj0 = 0 ;
1906 PyObject * obj1 = 0 ;
1907 char *kwnames[] = {
1908 (char *) "self",(char *) "bitmap", NULL
1909 };
1910
1911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapFocus",kwnames,&obj0,&obj1)) goto fail;
1912 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1913 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1914 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1915 SWIG_POINTER_EXCEPTION | 0)) == -1)
1916 SWIG_fail;
1917 if (arg2 == NULL) {
1918 PyErr_SetString(PyExc_TypeError,"null reference");
1919 SWIG_fail;
1920 }
1921 {
1922 PyThreadState* __tstate = wxPyBeginAllowThreads();
1923 (arg1)->SetBitmapFocus((wxBitmap const &)*arg2);
1924
1925 wxPyEndAllowThreads(__tstate);
1926 if (PyErr_Occurred()) SWIG_fail;
1927 }
1928 Py_INCREF(Py_None); resultobj = Py_None;
1929 return resultobj;
1930 fail:
1931 return NULL;
1932 }
1933
1934
1935 static PyObject *_wrap_BitmapButton_SetBitmapSelected(PyObject *, PyObject *args, PyObject *kwargs) {
1936 PyObject *resultobj;
1937 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1938 wxBitmap *arg2 = 0 ;
1939 PyObject * obj0 = 0 ;
1940 PyObject * obj1 = 0 ;
1941 char *kwnames[] = {
1942 (char *) "self",(char *) "bitmap", NULL
1943 };
1944
1945 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapSelected",kwnames,&obj0,&obj1)) goto fail;
1946 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1947 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1948 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1949 SWIG_POINTER_EXCEPTION | 0)) == -1)
1950 SWIG_fail;
1951 if (arg2 == NULL) {
1952 PyErr_SetString(PyExc_TypeError,"null reference");
1953 SWIG_fail;
1954 }
1955 {
1956 PyThreadState* __tstate = wxPyBeginAllowThreads();
1957 (arg1)->SetBitmapSelected((wxBitmap const &)*arg2);
1958
1959 wxPyEndAllowThreads(__tstate);
1960 if (PyErr_Occurred()) SWIG_fail;
1961 }
1962 Py_INCREF(Py_None); resultobj = Py_None;
1963 return resultobj;
1964 fail:
1965 return NULL;
1966 }
1967
1968
1969 static PyObject *_wrap_BitmapButton_SetBitmapLabel(PyObject *, PyObject *args, PyObject *kwargs) {
1970 PyObject *resultobj;
1971 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1972 wxBitmap *arg2 = 0 ;
1973 PyObject * obj0 = 0 ;
1974 PyObject * obj1 = 0 ;
1975 char *kwnames[] = {
1976 (char *) "self",(char *) "bitmap", NULL
1977 };
1978
1979 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapLabel",kwnames,&obj0,&obj1)) goto fail;
1980 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1981 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1982 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1983 SWIG_POINTER_EXCEPTION | 0)) == -1)
1984 SWIG_fail;
1985 if (arg2 == NULL) {
1986 PyErr_SetString(PyExc_TypeError,"null reference");
1987 SWIG_fail;
1988 }
1989 {
1990 PyThreadState* __tstate = wxPyBeginAllowThreads();
1991 (arg1)->SetBitmapLabel((wxBitmap const &)*arg2);
1992
1993 wxPyEndAllowThreads(__tstate);
1994 if (PyErr_Occurred()) SWIG_fail;
1995 }
1996 Py_INCREF(Py_None); resultobj = Py_None;
1997 return resultobj;
1998 fail:
1999 return NULL;
2000 }
2001
2002
2003 static PyObject *_wrap_BitmapButton_SetMargins(PyObject *, PyObject *args, PyObject *kwargs) {
2004 PyObject *resultobj;
2005 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
2006 int arg2 ;
2007 int arg3 ;
2008 PyObject * obj0 = 0 ;
2009 PyObject * obj1 = 0 ;
2010 PyObject * obj2 = 0 ;
2011 char *kwnames[] = {
2012 (char *) "self",(char *) "x",(char *) "y", NULL
2013 };
2014
2015 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BitmapButton_SetMargins",kwnames,&obj0,&obj1,&obj2)) goto fail;
2016 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
2017 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2018 arg2 = (int)SWIG_As_int(obj1);
2019 if (PyErr_Occurred()) SWIG_fail;
2020 arg3 = (int)SWIG_As_int(obj2);
2021 if (PyErr_Occurred()) SWIG_fail;
2022 {
2023 PyThreadState* __tstate = wxPyBeginAllowThreads();
2024 (arg1)->SetMargins(arg2,arg3);
2025
2026 wxPyEndAllowThreads(__tstate);
2027 if (PyErr_Occurred()) SWIG_fail;
2028 }
2029 Py_INCREF(Py_None); resultobj = Py_None;
2030 return resultobj;
2031 fail:
2032 return NULL;
2033 }
2034
2035
2036 static PyObject *_wrap_BitmapButton_GetMarginX(PyObject *, PyObject *args, PyObject *kwargs) {
2037 PyObject *resultobj;
2038 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
2039 int result;
2040 PyObject * obj0 = 0 ;
2041 char *kwnames[] = {
2042 (char *) "self", NULL
2043 };
2044
2045 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginX",kwnames,&obj0)) goto fail;
2046 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
2047 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2048 {
2049 PyThreadState* __tstate = wxPyBeginAllowThreads();
2050 result = (int)((wxBitmapButton const *)arg1)->GetMarginX();
2051
2052 wxPyEndAllowThreads(__tstate);
2053 if (PyErr_Occurred()) SWIG_fail;
2054 }
2055 resultobj = SWIG_From_int((int)result);
2056 return resultobj;
2057 fail:
2058 return NULL;
2059 }
2060
2061
2062 static PyObject *_wrap_BitmapButton_GetMarginY(PyObject *, PyObject *args, PyObject *kwargs) {
2063 PyObject *resultobj;
2064 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
2065 int result;
2066 PyObject * obj0 = 0 ;
2067 char *kwnames[] = {
2068 (char *) "self", NULL
2069 };
2070
2071 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginY",kwnames,&obj0)) goto fail;
2072 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
2073 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2074 {
2075 PyThreadState* __tstate = wxPyBeginAllowThreads();
2076 result = (int)((wxBitmapButton const *)arg1)->GetMarginY();
2077
2078 wxPyEndAllowThreads(__tstate);
2079 if (PyErr_Occurred()) SWIG_fail;
2080 }
2081 resultobj = SWIG_From_int((int)result);
2082 return resultobj;
2083 fail:
2084 return NULL;
2085 }
2086
2087
2088 static PyObject * BitmapButton_swigregister(PyObject *, PyObject *args) {
2089 PyObject *obj;
2090 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2091 SWIG_TypeClientData(SWIGTYPE_p_wxBitmapButton, obj);
2092 Py_INCREF(obj);
2093 return Py_BuildValue((char *)"");
2094 }
2095 static int _wrap_CheckBoxNameStr_set(PyObject *) {
2096 PyErr_SetString(PyExc_TypeError,"Variable CheckBoxNameStr is read-only.");
2097 return 1;
2098 }
2099
2100
2101 static PyObject *_wrap_CheckBoxNameStr_get() {
2102 PyObject *pyobj;
2103
2104 {
2105 #if wxUSE_UNICODE
2106 pyobj = PyUnicode_FromWideChar((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
2107 #else
2108 pyobj = PyString_FromStringAndSize((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
2109 #endif
2110 }
2111 return pyobj;
2112 }
2113
2114
2115 static PyObject *_wrap_new_CheckBox(PyObject *, PyObject *args, PyObject *kwargs) {
2116 PyObject *resultobj;
2117 wxWindow *arg1 = (wxWindow *) 0 ;
2118 int arg2 = (int) -1 ;
2119 wxString const &arg3_defvalue = wxPyEmptyString ;
2120 wxString *arg3 = (wxString *) &arg3_defvalue ;
2121 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2122 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2123 wxSize const &arg5_defvalue = wxDefaultSize ;
2124 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2125 long arg6 = (long) 0 ;
2126 wxValidator const &arg7_defvalue = wxDefaultValidator ;
2127 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
2128 wxString const &arg8_defvalue = wxPyCheckBoxNameStr ;
2129 wxString *arg8 = (wxString *) &arg8_defvalue ;
2130 wxCheckBox *result;
2131 bool temp3 = false ;
2132 wxPoint temp4 ;
2133 wxSize temp5 ;
2134 bool temp8 = false ;
2135 PyObject * obj0 = 0 ;
2136 PyObject * obj1 = 0 ;
2137 PyObject * obj2 = 0 ;
2138 PyObject * obj3 = 0 ;
2139 PyObject * obj4 = 0 ;
2140 PyObject * obj5 = 0 ;
2141 PyObject * obj6 = 0 ;
2142 PyObject * obj7 = 0 ;
2143 char *kwnames[] = {
2144 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
2145 };
2146
2147 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_CheckBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
2148 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2149 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2150 if (obj1) {
2151 arg2 = (int)SWIG_As_int(obj1);
2152 if (PyErr_Occurred()) SWIG_fail;
2153 }
2154 if (obj2) {
2155 {
2156 arg3 = wxString_in_helper(obj2);
2157 if (arg3 == NULL) SWIG_fail;
2158 temp3 = true;
2159 }
2160 }
2161 if (obj3) {
2162 {
2163 arg4 = &temp4;
2164 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2165 }
2166 }
2167 if (obj4) {
2168 {
2169 arg5 = &temp5;
2170 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2171 }
2172 }
2173 if (obj5) {
2174 arg6 = (long)SWIG_As_long(obj5);
2175 if (PyErr_Occurred()) SWIG_fail;
2176 }
2177 if (obj6) {
2178 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
2179 SWIG_POINTER_EXCEPTION | 0)) == -1)
2180 SWIG_fail;
2181 if (arg7 == NULL) {
2182 PyErr_SetString(PyExc_TypeError,"null reference");
2183 SWIG_fail;
2184 }
2185 }
2186 if (obj7) {
2187 {
2188 arg8 = wxString_in_helper(obj7);
2189 if (arg8 == NULL) SWIG_fail;
2190 temp8 = true;
2191 }
2192 }
2193 {
2194 if (!wxPyCheckForApp()) SWIG_fail;
2195 PyThreadState* __tstate = wxPyBeginAllowThreads();
2196 result = (wxCheckBox *)new wxCheckBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2197
2198 wxPyEndAllowThreads(__tstate);
2199 if (PyErr_Occurred()) SWIG_fail;
2200 }
2201 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckBox, 1);
2202 {
2203 if (temp3)
2204 delete arg3;
2205 }
2206 {
2207 if (temp8)
2208 delete arg8;
2209 }
2210 return resultobj;
2211 fail:
2212 {
2213 if (temp3)
2214 delete arg3;
2215 }
2216 {
2217 if (temp8)
2218 delete arg8;
2219 }
2220 return NULL;
2221 }
2222
2223
2224 static PyObject *_wrap_new_PreCheckBox(PyObject *, PyObject *args, PyObject *kwargs) {
2225 PyObject *resultobj;
2226 wxCheckBox *result;
2227 char *kwnames[] = {
2228 NULL
2229 };
2230
2231 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckBox",kwnames)) goto fail;
2232 {
2233 if (!wxPyCheckForApp()) SWIG_fail;
2234 PyThreadState* __tstate = wxPyBeginAllowThreads();
2235 result = (wxCheckBox *)new wxCheckBox();
2236
2237 wxPyEndAllowThreads(__tstate);
2238 if (PyErr_Occurred()) SWIG_fail;
2239 }
2240 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckBox, 1);
2241 return resultobj;
2242 fail:
2243 return NULL;
2244 }
2245
2246
2247 static PyObject *_wrap_CheckBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
2248 PyObject *resultobj;
2249 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2250 wxWindow *arg2 = (wxWindow *) 0 ;
2251 int arg3 = (int) -1 ;
2252 wxString const &arg4_defvalue = wxPyEmptyString ;
2253 wxString *arg4 = (wxString *) &arg4_defvalue ;
2254 wxPoint const &arg5_defvalue = wxDefaultPosition ;
2255 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
2256 wxSize const &arg6_defvalue = wxDefaultSize ;
2257 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
2258 long arg7 = (long) 0 ;
2259 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2260 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2261 wxString const &arg9_defvalue = wxPyCheckBoxNameStr ;
2262 wxString *arg9 = (wxString *) &arg9_defvalue ;
2263 bool result;
2264 bool temp4 = false ;
2265 wxPoint temp5 ;
2266 wxSize temp6 ;
2267 bool temp9 = false ;
2268 PyObject * obj0 = 0 ;
2269 PyObject * obj1 = 0 ;
2270 PyObject * obj2 = 0 ;
2271 PyObject * obj3 = 0 ;
2272 PyObject * obj4 = 0 ;
2273 PyObject * obj5 = 0 ;
2274 PyObject * obj6 = 0 ;
2275 PyObject * obj7 = 0 ;
2276 PyObject * obj8 = 0 ;
2277 char *kwnames[] = {
2278 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
2279 };
2280
2281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:CheckBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2282 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2283 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2284 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
2285 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2286 if (obj2) {
2287 arg3 = (int)SWIG_As_int(obj2);
2288 if (PyErr_Occurred()) SWIG_fail;
2289 }
2290 if (obj3) {
2291 {
2292 arg4 = wxString_in_helper(obj3);
2293 if (arg4 == NULL) SWIG_fail;
2294 temp4 = true;
2295 }
2296 }
2297 if (obj4) {
2298 {
2299 arg5 = &temp5;
2300 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
2301 }
2302 }
2303 if (obj5) {
2304 {
2305 arg6 = &temp6;
2306 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
2307 }
2308 }
2309 if (obj6) {
2310 arg7 = (long)SWIG_As_long(obj6);
2311 if (PyErr_Occurred()) SWIG_fail;
2312 }
2313 if (obj7) {
2314 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
2315 SWIG_POINTER_EXCEPTION | 0)) == -1)
2316 SWIG_fail;
2317 if (arg8 == NULL) {
2318 PyErr_SetString(PyExc_TypeError,"null reference");
2319 SWIG_fail;
2320 }
2321 }
2322 if (obj8) {
2323 {
2324 arg9 = wxString_in_helper(obj8);
2325 if (arg9 == NULL) SWIG_fail;
2326 temp9 = true;
2327 }
2328 }
2329 {
2330 PyThreadState* __tstate = wxPyBeginAllowThreads();
2331 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2332
2333 wxPyEndAllowThreads(__tstate);
2334 if (PyErr_Occurred()) SWIG_fail;
2335 }
2336 {
2337 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2338 }
2339 {
2340 if (temp4)
2341 delete arg4;
2342 }
2343 {
2344 if (temp9)
2345 delete arg9;
2346 }
2347 return resultobj;
2348 fail:
2349 {
2350 if (temp4)
2351 delete arg4;
2352 }
2353 {
2354 if (temp9)
2355 delete arg9;
2356 }
2357 return NULL;
2358 }
2359
2360
2361 static PyObject *_wrap_CheckBox_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
2362 PyObject *resultobj;
2363 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2364 bool result;
2365 PyObject * obj0 = 0 ;
2366 char *kwnames[] = {
2367 (char *) "self", NULL
2368 };
2369
2370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_GetValue",kwnames,&obj0)) goto fail;
2371 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2372 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2373 {
2374 PyThreadState* __tstate = wxPyBeginAllowThreads();
2375 result = (bool)(arg1)->GetValue();
2376
2377 wxPyEndAllowThreads(__tstate);
2378 if (PyErr_Occurred()) SWIG_fail;
2379 }
2380 {
2381 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2382 }
2383 return resultobj;
2384 fail:
2385 return NULL;
2386 }
2387
2388
2389 static PyObject *_wrap_CheckBox_IsChecked(PyObject *, PyObject *args, PyObject *kwargs) {
2390 PyObject *resultobj;
2391 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2392 bool result;
2393 PyObject * obj0 = 0 ;
2394 char *kwnames[] = {
2395 (char *) "self", NULL
2396 };
2397
2398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_IsChecked",kwnames,&obj0)) goto fail;
2399 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2400 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2401 {
2402 PyThreadState* __tstate = wxPyBeginAllowThreads();
2403 result = (bool)(arg1)->IsChecked();
2404
2405 wxPyEndAllowThreads(__tstate);
2406 if (PyErr_Occurred()) SWIG_fail;
2407 }
2408 {
2409 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2410 }
2411 return resultobj;
2412 fail:
2413 return NULL;
2414 }
2415
2416
2417 static PyObject *_wrap_CheckBox_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
2418 PyObject *resultobj;
2419 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2420 bool arg2 ;
2421 PyObject * obj0 = 0 ;
2422 PyObject * obj1 = 0 ;
2423 char *kwnames[] = {
2424 (char *) "self",(char *) "state", NULL
2425 };
2426
2427 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
2428 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2429 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2430 arg2 = (bool)SWIG_As_bool(obj1);
2431 if (PyErr_Occurred()) SWIG_fail;
2432 {
2433 PyThreadState* __tstate = wxPyBeginAllowThreads();
2434 (arg1)->SetValue(arg2);
2435
2436 wxPyEndAllowThreads(__tstate);
2437 if (PyErr_Occurred()) SWIG_fail;
2438 }
2439 Py_INCREF(Py_None); resultobj = Py_None;
2440 return resultobj;
2441 fail:
2442 return NULL;
2443 }
2444
2445
2446 static PyObject *_wrap_CheckBox_Get3StateValue(PyObject *, PyObject *args, PyObject *kwargs) {
2447 PyObject *resultobj;
2448 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2449 int result;
2450 PyObject * obj0 = 0 ;
2451 char *kwnames[] = {
2452 (char *) "self", NULL
2453 };
2454
2455 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Get3StateValue",kwnames,&obj0)) goto fail;
2456 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2457 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2458 {
2459 PyThreadState* __tstate = wxPyBeginAllowThreads();
2460 result = (int)((wxCheckBox const *)arg1)->Get3StateValue();
2461
2462 wxPyEndAllowThreads(__tstate);
2463 if (PyErr_Occurred()) SWIG_fail;
2464 }
2465 resultobj = SWIG_From_int((int)result);
2466 return resultobj;
2467 fail:
2468 return NULL;
2469 }
2470
2471
2472 static PyObject *_wrap_CheckBox_Set3StateValue(PyObject *, PyObject *args, PyObject *kwargs) {
2473 PyObject *resultobj;
2474 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2475 int arg2 ;
2476 PyObject * obj0 = 0 ;
2477 PyObject * obj1 = 0 ;
2478 char *kwnames[] = {
2479 (char *) "self",(char *) "state", NULL
2480 };
2481
2482 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_Set3StateValue",kwnames,&obj0,&obj1)) goto fail;
2483 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2484 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2485 arg2 = (int)SWIG_As_int(obj1);
2486 if (PyErr_Occurred()) SWIG_fail;
2487 {
2488 PyThreadState* __tstate = wxPyBeginAllowThreads();
2489 (arg1)->Set3StateValue((wxCheckBoxState )arg2);
2490
2491 wxPyEndAllowThreads(__tstate);
2492 if (PyErr_Occurred()) SWIG_fail;
2493 }
2494 Py_INCREF(Py_None); resultobj = Py_None;
2495 return resultobj;
2496 fail:
2497 return NULL;
2498 }
2499
2500
2501 static PyObject *_wrap_CheckBox_Is3State(PyObject *, PyObject *args, PyObject *kwargs) {
2502 PyObject *resultobj;
2503 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2504 bool result;
2505 PyObject * obj0 = 0 ;
2506 char *kwnames[] = {
2507 (char *) "self", NULL
2508 };
2509
2510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3State",kwnames,&obj0)) goto fail;
2511 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2512 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2513 {
2514 PyThreadState* __tstate = wxPyBeginAllowThreads();
2515 result = (bool)((wxCheckBox const *)arg1)->Is3State();
2516
2517 wxPyEndAllowThreads(__tstate);
2518 if (PyErr_Occurred()) SWIG_fail;
2519 }
2520 {
2521 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2522 }
2523 return resultobj;
2524 fail:
2525 return NULL;
2526 }
2527
2528
2529 static PyObject *_wrap_CheckBox_Is3rdStateAllowedForUser(PyObject *, PyObject *args, PyObject *kwargs) {
2530 PyObject *resultobj;
2531 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2532 bool result;
2533 PyObject * obj0 = 0 ;
2534 char *kwnames[] = {
2535 (char *) "self", NULL
2536 };
2537
2538 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3rdStateAllowedForUser",kwnames,&obj0)) goto fail;
2539 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2540 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2541 {
2542 PyThreadState* __tstate = wxPyBeginAllowThreads();
2543 result = (bool)((wxCheckBox const *)arg1)->Is3rdStateAllowedForUser();
2544
2545 wxPyEndAllowThreads(__tstate);
2546 if (PyErr_Occurred()) SWIG_fail;
2547 }
2548 {
2549 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2550 }
2551 return resultobj;
2552 fail:
2553 return NULL;
2554 }
2555
2556
2557 static PyObject *_wrap_CheckBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
2558 PyObject *resultobj;
2559 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
2560 wxVisualAttributes result;
2561 PyObject * obj0 = 0 ;
2562 char *kwnames[] = {
2563 (char *) "variant", NULL
2564 };
2565
2566 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:CheckBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
2567 if (obj0) {
2568 arg1 = (int)SWIG_As_int(obj0);
2569 if (PyErr_Occurred()) SWIG_fail;
2570 }
2571 {
2572 if (!wxPyCheckForApp()) SWIG_fail;
2573 PyThreadState* __tstate = wxPyBeginAllowThreads();
2574 result = wxCheckBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
2575
2576 wxPyEndAllowThreads(__tstate);
2577 if (PyErr_Occurred()) SWIG_fail;
2578 }
2579 {
2580 wxVisualAttributes * resultptr;
2581 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
2582 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
2583 }
2584 return resultobj;
2585 fail:
2586 return NULL;
2587 }
2588
2589
2590 static PyObject * CheckBox_swigregister(PyObject *, PyObject *args) {
2591 PyObject *obj;
2592 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2593 SWIG_TypeClientData(SWIGTYPE_p_wxCheckBox, obj);
2594 Py_INCREF(obj);
2595 return Py_BuildValue((char *)"");
2596 }
2597 static int _wrap_ChoiceNameStr_set(PyObject *) {
2598 PyErr_SetString(PyExc_TypeError,"Variable ChoiceNameStr is read-only.");
2599 return 1;
2600 }
2601
2602
2603 static PyObject *_wrap_ChoiceNameStr_get() {
2604 PyObject *pyobj;
2605
2606 {
2607 #if wxUSE_UNICODE
2608 pyobj = PyUnicode_FromWideChar((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2609 #else
2610 pyobj = PyString_FromStringAndSize((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2611 #endif
2612 }
2613 return pyobj;
2614 }
2615
2616
2617 static PyObject *_wrap_new_Choice(PyObject *, PyObject *args, PyObject *kwargs) {
2618 PyObject *resultobj;
2619 wxWindow *arg1 = (wxWindow *) 0 ;
2620 int arg2 = (int) -1 ;
2621 wxPoint const &arg3_defvalue = wxDefaultPosition ;
2622 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
2623 wxSize const &arg4_defvalue = wxDefaultSize ;
2624 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
2625 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
2626 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
2627 long arg6 = (long) 0 ;
2628 wxValidator const &arg7_defvalue = wxDefaultValidator ;
2629 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
2630 wxString const &arg8_defvalue = wxPyChoiceNameStr ;
2631 wxString *arg8 = (wxString *) &arg8_defvalue ;
2632 wxChoice *result;
2633 wxPoint temp3 ;
2634 wxSize temp4 ;
2635 bool temp5 = false ;
2636 bool temp8 = false ;
2637 PyObject * obj0 = 0 ;
2638 PyObject * obj1 = 0 ;
2639 PyObject * obj2 = 0 ;
2640 PyObject * obj3 = 0 ;
2641 PyObject * obj4 = 0 ;
2642 PyObject * obj5 = 0 ;
2643 PyObject * obj6 = 0 ;
2644 PyObject * obj7 = 0 ;
2645 char *kwnames[] = {
2646 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2647 };
2648
2649 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_Choice",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
2650 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2651 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2652 if (obj1) {
2653 arg2 = (int)SWIG_As_int(obj1);
2654 if (PyErr_Occurred()) SWIG_fail;
2655 }
2656 if (obj2) {
2657 {
2658 arg3 = &temp3;
2659 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
2660 }
2661 }
2662 if (obj3) {
2663 {
2664 arg4 = &temp4;
2665 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
2666 }
2667 }
2668 if (obj4) {
2669 {
2670 if (! PySequence_Check(obj4)) {
2671 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2672 SWIG_fail;
2673 }
2674 arg5 = new wxArrayString;
2675 temp5 = true;
2676 int i, len=PySequence_Length(obj4);
2677 for (i=0; i<len; i++) {
2678 PyObject* item = PySequence_GetItem(obj4, i);
2679 #if wxUSE_UNICODE
2680 PyObject* str = PyObject_Unicode(item);
2681 #else
2682 PyObject* str = PyObject_Str(item);
2683 #endif
2684 if (PyErr_Occurred()) SWIG_fail;
2685 arg5->Add(Py2wxString(str));
2686 Py_DECREF(item);
2687 Py_DECREF(str);
2688 }
2689 }
2690 }
2691 if (obj5) {
2692 arg6 = (long)SWIG_As_long(obj5);
2693 if (PyErr_Occurred()) SWIG_fail;
2694 }
2695 if (obj6) {
2696 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
2697 SWIG_POINTER_EXCEPTION | 0)) == -1)
2698 SWIG_fail;
2699 if (arg7 == NULL) {
2700 PyErr_SetString(PyExc_TypeError,"null reference");
2701 SWIG_fail;
2702 }
2703 }
2704 if (obj7) {
2705 {
2706 arg8 = wxString_in_helper(obj7);
2707 if (arg8 == NULL) SWIG_fail;
2708 temp8 = true;
2709 }
2710 }
2711 {
2712 if (!wxPyCheckForApp()) SWIG_fail;
2713 PyThreadState* __tstate = wxPyBeginAllowThreads();
2714 result = (wxChoice *)new wxChoice(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2715
2716 wxPyEndAllowThreads(__tstate);
2717 if (PyErr_Occurred()) SWIG_fail;
2718 }
2719 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoice, 1);
2720 {
2721 if (temp5) delete arg5;
2722 }
2723 {
2724 if (temp8)
2725 delete arg8;
2726 }
2727 return resultobj;
2728 fail:
2729 {
2730 if (temp5) delete arg5;
2731 }
2732 {
2733 if (temp8)
2734 delete arg8;
2735 }
2736 return NULL;
2737 }
2738
2739
2740 static PyObject *_wrap_new_PreChoice(PyObject *, PyObject *args, PyObject *kwargs) {
2741 PyObject *resultobj;
2742 wxChoice *result;
2743 char *kwnames[] = {
2744 NULL
2745 };
2746
2747 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreChoice",kwnames)) goto fail;
2748 {
2749 if (!wxPyCheckForApp()) SWIG_fail;
2750 PyThreadState* __tstate = wxPyBeginAllowThreads();
2751 result = (wxChoice *)new wxChoice();
2752
2753 wxPyEndAllowThreads(__tstate);
2754 if (PyErr_Occurred()) SWIG_fail;
2755 }
2756 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoice, 1);
2757 return resultobj;
2758 fail:
2759 return NULL;
2760 }
2761
2762
2763 static PyObject *_wrap_Choice_Create(PyObject *, PyObject *args, PyObject *kwargs) {
2764 PyObject *resultobj;
2765 wxChoice *arg1 = (wxChoice *) 0 ;
2766 wxWindow *arg2 = (wxWindow *) 0 ;
2767 int arg3 = (int) -1 ;
2768 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2769 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2770 wxSize const &arg5_defvalue = wxDefaultSize ;
2771 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2772 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
2773 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
2774 long arg7 = (long) 0 ;
2775 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2776 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2777 wxString const &arg9_defvalue = wxPyChoiceNameStr ;
2778 wxString *arg9 = (wxString *) &arg9_defvalue ;
2779 bool result;
2780 wxPoint temp4 ;
2781 wxSize temp5 ;
2782 bool temp6 = false ;
2783 bool temp9 = false ;
2784 PyObject * obj0 = 0 ;
2785 PyObject * obj1 = 0 ;
2786 PyObject * obj2 = 0 ;
2787 PyObject * obj3 = 0 ;
2788 PyObject * obj4 = 0 ;
2789 PyObject * obj5 = 0 ;
2790 PyObject * obj6 = 0 ;
2791 PyObject * obj7 = 0 ;
2792 PyObject * obj8 = 0 ;
2793 char *kwnames[] = {
2794 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2795 };
2796
2797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:Choice_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2798 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2799 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2800 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
2801 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2802 if (obj2) {
2803 arg3 = (int)SWIG_As_int(obj2);
2804 if (PyErr_Occurred()) SWIG_fail;
2805 }
2806 if (obj3) {
2807 {
2808 arg4 = &temp4;
2809 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2810 }
2811 }
2812 if (obj4) {
2813 {
2814 arg5 = &temp5;
2815 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2816 }
2817 }
2818 if (obj5) {
2819 {
2820 if (! PySequence_Check(obj5)) {
2821 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2822 SWIG_fail;
2823 }
2824 arg6 = new wxArrayString;
2825 temp6 = true;
2826 int i, len=PySequence_Length(obj5);
2827 for (i=0; i<len; i++) {
2828 PyObject* item = PySequence_GetItem(obj5, i);
2829 #if wxUSE_UNICODE
2830 PyObject* str = PyObject_Unicode(item);
2831 #else
2832 PyObject* str = PyObject_Str(item);
2833 #endif
2834 if (PyErr_Occurred()) SWIG_fail;
2835 arg6->Add(Py2wxString(str));
2836 Py_DECREF(item);
2837 Py_DECREF(str);
2838 }
2839 }
2840 }
2841 if (obj6) {
2842 arg7 = (long)SWIG_As_long(obj6);
2843 if (PyErr_Occurred()) SWIG_fail;
2844 }
2845 if (obj7) {
2846 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
2847 SWIG_POINTER_EXCEPTION | 0)) == -1)
2848 SWIG_fail;
2849 if (arg8 == NULL) {
2850 PyErr_SetString(PyExc_TypeError,"null reference");
2851 SWIG_fail;
2852 }
2853 }
2854 if (obj8) {
2855 {
2856 arg9 = wxString_in_helper(obj8);
2857 if (arg9 == NULL) SWIG_fail;
2858 temp9 = true;
2859 }
2860 }
2861 {
2862 PyThreadState* __tstate = wxPyBeginAllowThreads();
2863 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2864
2865 wxPyEndAllowThreads(__tstate);
2866 if (PyErr_Occurred()) SWIG_fail;
2867 }
2868 {
2869 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2870 }
2871 {
2872 if (temp6) delete arg6;
2873 }
2874 {
2875 if (temp9)
2876 delete arg9;
2877 }
2878 return resultobj;
2879 fail:
2880 {
2881 if (temp6) delete arg6;
2882 }
2883 {
2884 if (temp9)
2885 delete arg9;
2886 }
2887 return NULL;
2888 }
2889
2890
2891 static PyObject *_wrap_Choice_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
2892 PyObject *resultobj;
2893 wxChoice *arg1 = (wxChoice *) 0 ;
2894 int arg2 ;
2895 PyObject * obj0 = 0 ;
2896 PyObject * obj1 = 0 ;
2897 char *kwnames[] = {
2898 (char *) "self",(char *) "n", NULL
2899 };
2900
2901 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetSelection",kwnames,&obj0,&obj1)) goto fail;
2902 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2903 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2904 arg2 = (int)SWIG_As_int(obj1);
2905 if (PyErr_Occurred()) SWIG_fail;
2906 {
2907 PyThreadState* __tstate = wxPyBeginAllowThreads();
2908 (arg1)->SetSelection(arg2);
2909
2910 wxPyEndAllowThreads(__tstate);
2911 if (PyErr_Occurred()) SWIG_fail;
2912 }
2913 Py_INCREF(Py_None); resultobj = Py_None;
2914 return resultobj;
2915 fail:
2916 return NULL;
2917 }
2918
2919
2920 static PyObject *_wrap_Choice_SetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
2921 PyObject *resultobj;
2922 wxChoice *arg1 = (wxChoice *) 0 ;
2923 wxString *arg2 = 0 ;
2924 bool result;
2925 bool temp2 = false ;
2926 PyObject * obj0 = 0 ;
2927 PyObject * obj1 = 0 ;
2928 char *kwnames[] = {
2929 (char *) "self",(char *) "string", NULL
2930 };
2931
2932 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
2933 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2934 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2935 {
2936 arg2 = wxString_in_helper(obj1);
2937 if (arg2 == NULL) SWIG_fail;
2938 temp2 = true;
2939 }
2940 {
2941 PyThreadState* __tstate = wxPyBeginAllowThreads();
2942 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
2943
2944 wxPyEndAllowThreads(__tstate);
2945 if (PyErr_Occurred()) SWIG_fail;
2946 }
2947 {
2948 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2949 }
2950 {
2951 if (temp2)
2952 delete arg2;
2953 }
2954 return resultobj;
2955 fail:
2956 {
2957 if (temp2)
2958 delete arg2;
2959 }
2960 return NULL;
2961 }
2962
2963
2964 static PyObject *_wrap_Choice_SetString(PyObject *, PyObject *args, PyObject *kwargs) {
2965 PyObject *resultobj;
2966 wxChoice *arg1 = (wxChoice *) 0 ;
2967 int arg2 ;
2968 wxString *arg3 = 0 ;
2969 bool temp3 = false ;
2970 PyObject * obj0 = 0 ;
2971 PyObject * obj1 = 0 ;
2972 PyObject * obj2 = 0 ;
2973 char *kwnames[] = {
2974 (char *) "self",(char *) "n",(char *) "string", NULL
2975 };
2976
2977 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Choice_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
2978 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2979 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2980 arg2 = (int)SWIG_As_int(obj1);
2981 if (PyErr_Occurred()) SWIG_fail;
2982 {
2983 arg3 = wxString_in_helper(obj2);
2984 if (arg3 == NULL) SWIG_fail;
2985 temp3 = true;
2986 }
2987 {
2988 PyThreadState* __tstate = wxPyBeginAllowThreads();
2989 (arg1)->SetString(arg2,(wxString const &)*arg3);
2990
2991 wxPyEndAllowThreads(__tstate);
2992 if (PyErr_Occurred()) SWIG_fail;
2993 }
2994 Py_INCREF(Py_None); resultobj = Py_None;
2995 {
2996 if (temp3)
2997 delete arg3;
2998 }
2999 return resultobj;
3000 fail:
3001 {
3002 if (temp3)
3003 delete arg3;
3004 }
3005 return NULL;
3006 }
3007
3008
3009 static PyObject *_wrap_Choice_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
3010 PyObject *resultobj;
3011 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
3012 wxVisualAttributes result;
3013 PyObject * obj0 = 0 ;
3014 char *kwnames[] = {
3015 (char *) "variant", NULL
3016 };
3017
3018 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Choice_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
3019 if (obj0) {
3020 arg1 = (int)SWIG_As_int(obj0);
3021 if (PyErr_Occurred()) SWIG_fail;
3022 }
3023 {
3024 if (!wxPyCheckForApp()) SWIG_fail;
3025 PyThreadState* __tstate = wxPyBeginAllowThreads();
3026 result = wxChoice::GetClassDefaultAttributes((wxWindowVariant )arg1);
3027
3028 wxPyEndAllowThreads(__tstate);
3029 if (PyErr_Occurred()) SWIG_fail;
3030 }
3031 {
3032 wxVisualAttributes * resultptr;
3033 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
3034 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
3035 }
3036 return resultobj;
3037 fail:
3038 return NULL;
3039 }
3040
3041
3042 static PyObject * Choice_swigregister(PyObject *, PyObject *args) {
3043 PyObject *obj;
3044 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
3045 SWIG_TypeClientData(SWIGTYPE_p_wxChoice, obj);
3046 Py_INCREF(obj);
3047 return Py_BuildValue((char *)"");
3048 }
3049 static int _wrap_ComboBoxNameStr_set(PyObject *) {
3050 PyErr_SetString(PyExc_TypeError,"Variable ComboBoxNameStr is read-only.");
3051 return 1;
3052 }
3053
3054
3055 static PyObject *_wrap_ComboBoxNameStr_get() {
3056 PyObject *pyobj;
3057
3058 {
3059 #if wxUSE_UNICODE
3060 pyobj = PyUnicode_FromWideChar((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
3061 #else
3062 pyobj = PyString_FromStringAndSize((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
3063 #endif
3064 }
3065 return pyobj;
3066 }
3067
3068
3069 static PyObject *_wrap_new_ComboBox(PyObject *, PyObject *args, PyObject *kwargs) {
3070 PyObject *resultobj;
3071 wxWindow *arg1 = (wxWindow *) 0 ;
3072 int arg2 = (int) -1 ;
3073 wxString const &arg3_defvalue = wxPyEmptyString ;
3074 wxString *arg3 = (wxString *) &arg3_defvalue ;
3075 wxPoint const &arg4_defvalue = wxDefaultPosition ;
3076 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
3077 wxSize const &arg5_defvalue = wxDefaultSize ;
3078 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
3079 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
3080 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
3081 long arg7 = (long) 0 ;
3082 wxValidator const &arg8_defvalue = wxDefaultValidator ;
3083 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
3084 wxString const &arg9_defvalue = wxPyComboBoxNameStr ;
3085 wxString *arg9 = (wxString *) &arg9_defvalue ;
3086 wxComboBox *result;
3087 bool temp3 = false ;
3088 wxPoint temp4 ;
3089 wxSize temp5 ;
3090 bool temp6 = false ;
3091 bool temp9 = false ;
3092 PyObject * obj0 = 0 ;
3093 PyObject * obj1 = 0 ;
3094 PyObject * obj2 = 0 ;
3095 PyObject * obj3 = 0 ;
3096 PyObject * obj4 = 0 ;
3097 PyObject * obj5 = 0 ;
3098 PyObject * obj6 = 0 ;
3099 PyObject * obj7 = 0 ;
3100 PyObject * obj8 = 0 ;
3101 char *kwnames[] = {
3102 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
3103 };
3104
3105 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_ComboBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
3106 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
3107 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3108 if (obj1) {
3109 arg2 = (int)SWIG_As_int(obj1);
3110 if (PyErr_Occurred()) SWIG_fail;
3111 }
3112 if (obj2) {
3113 {
3114 arg3 = wxString_in_helper(obj2);
3115 if (arg3 == NULL) SWIG_fail;
3116 temp3 = true;
3117 }
3118 }
3119 if (obj3) {
3120 {
3121 arg4 = &temp4;
3122 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
3123 }
3124 }
3125 if (obj4) {
3126 {
3127 arg5 = &temp5;
3128 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
3129 }
3130 }
3131 if (obj5) {
3132 {
3133 if (! PySequence_Check(obj5)) {
3134 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
3135 SWIG_fail;
3136 }
3137 arg6 = new wxArrayString;
3138 temp6 = true;
3139 int i, len=PySequence_Length(obj5);
3140 for (i=0; i<len; i++) {
3141 PyObject* item = PySequence_GetItem(obj5, i);
3142 #if wxUSE_UNICODE
3143 PyObject* str = PyObject_Unicode(item);
3144 #else
3145 PyObject* str = PyObject_Str(item);
3146 #endif
3147 if (PyErr_Occurred()) SWIG_fail;
3148 arg6->Add(Py2wxString(str));
3149 Py_DECREF(item);
3150 Py_DECREF(str);
3151 }
3152 }
3153 }
3154 if (obj6) {
3155 arg7 = (long)SWIG_As_long(obj6);
3156 if (PyErr_Occurred()) SWIG_fail;
3157 }
3158 if (obj7) {
3159 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
3160 SWIG_POINTER_EXCEPTION | 0)) == -1)
3161 SWIG_fail;
3162 if (arg8 == NULL) {
3163 PyErr_SetString(PyExc_TypeError,"null reference");
3164 SWIG_fail;
3165 }
3166 }
3167 if (obj8) {
3168 {
3169 arg9 = wxString_in_helper(obj8);
3170 if (arg9 == NULL) SWIG_fail;
3171 temp9 = true;
3172 }
3173 }
3174 {
3175 if (!wxPyCheckForApp()) SWIG_fail;
3176 PyThreadState* __tstate = wxPyBeginAllowThreads();
3177 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);
3178
3179 wxPyEndAllowThreads(__tstate);
3180 if (PyErr_Occurred()) SWIG_fail;
3181 }
3182 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxComboBox, 1);
3183 {
3184 if (temp3)
3185 delete arg3;
3186 }
3187 {
3188 if (temp6) delete arg6;
3189 }
3190 {
3191 if (temp9)
3192 delete arg9;
3193 }
3194 return resultobj;
3195 fail:
3196 {
3197 if (temp3)
3198 delete arg3;
3199 }
3200 {
3201 if (temp6) delete arg6;
3202 }
3203 {
3204 if (temp9)
3205 delete arg9;
3206 }
3207 return NULL;
3208 }
3209
3210
3211 static PyObject *_wrap_new_PreComboBox(PyObject *, PyObject *args, PyObject *kwargs) {
3212 PyObject *resultobj;
3213 wxComboBox *result;
3214 char *kwnames[] = {
3215 NULL
3216 };
3217
3218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreComboBox",kwnames)) goto fail;
3219 {
3220 if (!wxPyCheckForApp()) SWIG_fail;
3221 PyThreadState* __tstate = wxPyBeginAllowThreads();
3222 result = (wxComboBox *)new wxComboBox();
3223
3224 wxPyEndAllowThreads(__tstate);
3225 if (PyErr_Occurred()) SWIG_fail;
3226 }
3227 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxComboBox, 1);
3228 return resultobj;
3229 fail:
3230 return NULL;
3231 }
3232
3233
3234 static PyObject *_wrap_ComboBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
3235 PyObject *resultobj;
3236 wxComboBox *arg1 = (wxComboBox *) 0 ;
3237 wxWindow *arg2 = (wxWindow *) 0 ;
3238 int arg3 = (int) -1 ;
3239 wxString const &arg4_defvalue = wxPyEmptyString ;
3240 wxString *arg4 = (wxString *) &arg4_defvalue ;
3241 wxPoint const &arg5_defvalue = wxDefaultPosition ;
3242 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
3243 wxSize const &arg6_defvalue = wxDefaultSize ;
3244 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
3245 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
3246 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
3247 long arg8 = (long) 0 ;
3248 wxValidator const &arg9_defvalue = wxDefaultValidator ;
3249 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
3250 wxString const &arg10_defvalue = wxPyChoiceNameStr ;
3251 wxString *arg10 = (wxString *) &arg10_defvalue ;
3252 bool result;
3253 bool temp4 = false ;
3254 wxPoint temp5 ;
3255 wxSize temp6 ;
3256 bool temp7 = false ;
3257 bool temp10 = false ;
3258 PyObject * obj0 = 0 ;
3259 PyObject * obj1 = 0 ;
3260 PyObject * obj2 = 0 ;
3261 PyObject * obj3 = 0 ;
3262 PyObject * obj4 = 0 ;
3263 PyObject * obj5 = 0 ;
3264 PyObject * obj6 = 0 ;
3265 PyObject * obj7 = 0 ;
3266 PyObject * obj8 = 0 ;
3267 PyObject * obj9 = 0 ;
3268 char *kwnames[] = {
3269 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
3270 };
3271
3272 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:ComboBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
3273 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3274 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3275 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
3276 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3277 if (obj2) {
3278 arg3 = (int)SWIG_As_int(obj2);
3279 if (PyErr_Occurred()) SWIG_fail;
3280 }
3281 if (obj3) {
3282 {
3283 arg4 = wxString_in_helper(obj3);
3284 if (arg4 == NULL) SWIG_fail;
3285 temp4 = true;
3286 }
3287 }
3288 if (obj4) {
3289 {
3290 arg5 = &temp5;
3291 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
3292 }
3293 }
3294 if (obj5) {
3295 {
3296 arg6 = &temp6;
3297 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
3298 }
3299 }
3300 if (obj6) {
3301 {
3302 if (! PySequence_Check(obj6)) {
3303 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
3304 SWIG_fail;
3305 }
3306 arg7 = new wxArrayString;
3307 temp7 = true;
3308 int i, len=PySequence_Length(obj6);
3309 for (i=0; i<len; i++) {
3310 PyObject* item = PySequence_GetItem(obj6, i);
3311 #if wxUSE_UNICODE
3312 PyObject* str = PyObject_Unicode(item);
3313 #else
3314 PyObject* str = PyObject_Str(item);
3315 #endif
3316 if (PyErr_Occurred()) SWIG_fail;
3317 arg7->Add(Py2wxString(str));
3318 Py_DECREF(item);
3319 Py_DECREF(str);
3320 }
3321 }
3322 }
3323 if (obj7) {
3324 arg8 = (long)SWIG_As_long(obj7);
3325 if (PyErr_Occurred()) SWIG_fail;
3326 }
3327 if (obj8) {
3328 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
3329 SWIG_POINTER_EXCEPTION | 0)) == -1)
3330 SWIG_fail;
3331 if (arg9 == NULL) {
3332 PyErr_SetString(PyExc_TypeError,"null reference");
3333 SWIG_fail;
3334 }
3335 }
3336 if (obj9) {
3337 {
3338 arg10 = wxString_in_helper(obj9);
3339 if (arg10 == NULL) SWIG_fail;
3340 temp10 = true;
3341 }
3342 }
3343 {
3344 PyThreadState* __tstate = wxPyBeginAllowThreads();
3345 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);
3346
3347 wxPyEndAllowThreads(__tstate);
3348 if (PyErr_Occurred()) SWIG_fail;
3349 }
3350 {
3351 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3352 }
3353 {
3354 if (temp4)
3355 delete arg4;
3356 }
3357 {
3358 if (temp7) delete arg7;
3359 }
3360 {
3361 if (temp10)
3362 delete arg10;
3363 }
3364 return resultobj;
3365 fail:
3366 {
3367 if (temp4)
3368 delete arg4;
3369 }
3370 {
3371 if (temp7) delete arg7;
3372 }
3373 {
3374 if (temp10)
3375 delete arg10;
3376 }
3377 return NULL;
3378 }
3379
3380
3381 static PyObject *_wrap_ComboBox_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
3382 PyObject *resultobj;
3383 wxComboBox *arg1 = (wxComboBox *) 0 ;
3384 wxString result;
3385 PyObject * obj0 = 0 ;
3386 char *kwnames[] = {
3387 (char *) "self", NULL
3388 };
3389
3390 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetValue",kwnames,&obj0)) goto fail;
3391 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3392 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3393 {
3394 PyThreadState* __tstate = wxPyBeginAllowThreads();
3395 result = ((wxComboBox const *)arg1)->GetValue();
3396
3397 wxPyEndAllowThreads(__tstate);
3398 if (PyErr_Occurred()) SWIG_fail;
3399 }
3400 {
3401 #if wxUSE_UNICODE
3402 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
3403 #else
3404 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
3405 #endif
3406 }
3407 return resultobj;
3408 fail:
3409 return NULL;
3410 }
3411
3412
3413 static PyObject *_wrap_ComboBox_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
3414 PyObject *resultobj;
3415 wxComboBox *arg1 = (wxComboBox *) 0 ;
3416 wxString *arg2 = 0 ;
3417 bool temp2 = false ;
3418 PyObject * obj0 = 0 ;
3419 PyObject * obj1 = 0 ;
3420 char *kwnames[] = {
3421 (char *) "self",(char *) "value", NULL
3422 };
3423
3424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
3425 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3426 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3427 {
3428 arg2 = wxString_in_helper(obj1);
3429 if (arg2 == NULL) SWIG_fail;
3430 temp2 = true;
3431 }
3432 {
3433 PyThreadState* __tstate = wxPyBeginAllowThreads();
3434 (arg1)->SetValue((wxString const &)*arg2);
3435
3436 wxPyEndAllowThreads(__tstate);
3437 if (PyErr_Occurred()) SWIG_fail;
3438 }
3439 Py_INCREF(Py_None); resultobj = Py_None;
3440 {
3441 if (temp2)
3442 delete arg2;
3443 }
3444 return resultobj;
3445 fail:
3446 {
3447 if (temp2)
3448 delete arg2;
3449 }
3450 return NULL;
3451 }
3452
3453
3454 static PyObject *_wrap_ComboBox_Copy(PyObject *, PyObject *args, PyObject *kwargs) {
3455 PyObject *resultobj;
3456 wxComboBox *arg1 = (wxComboBox *) 0 ;
3457 PyObject * obj0 = 0 ;
3458 char *kwnames[] = {
3459 (char *) "self", NULL
3460 };
3461
3462 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Copy",kwnames,&obj0)) goto fail;
3463 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3464 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3465 {
3466 PyThreadState* __tstate = wxPyBeginAllowThreads();
3467 (arg1)->Copy();
3468
3469 wxPyEndAllowThreads(__tstate);
3470 if (PyErr_Occurred()) SWIG_fail;
3471 }
3472 Py_INCREF(Py_None); resultobj = Py_None;
3473 return resultobj;
3474 fail:
3475 return NULL;
3476 }
3477
3478
3479 static PyObject *_wrap_ComboBox_Cut(PyObject *, PyObject *args, PyObject *kwargs) {
3480 PyObject *resultobj;
3481 wxComboBox *arg1 = (wxComboBox *) 0 ;
3482 PyObject * obj0 = 0 ;
3483 char *kwnames[] = {
3484 (char *) "self", NULL
3485 };
3486
3487 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Cut",kwnames,&obj0)) goto fail;
3488 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3489 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3490 {
3491 PyThreadState* __tstate = wxPyBeginAllowThreads();
3492 (arg1)->Cut();
3493
3494 wxPyEndAllowThreads(__tstate);
3495 if (PyErr_Occurred()) SWIG_fail;
3496 }
3497 Py_INCREF(Py_None); resultobj = Py_None;
3498 return resultobj;
3499 fail:
3500 return NULL;
3501 }
3502
3503
3504 static PyObject *_wrap_ComboBox_Paste(PyObject *, PyObject *args, PyObject *kwargs) {
3505 PyObject *resultobj;
3506 wxComboBox *arg1 = (wxComboBox *) 0 ;
3507 PyObject * obj0 = 0 ;
3508 char *kwnames[] = {
3509 (char *) "self", NULL
3510 };
3511
3512 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Paste",kwnames,&obj0)) goto fail;
3513 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3514 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3515 {
3516 PyThreadState* __tstate = wxPyBeginAllowThreads();
3517 (arg1)->Paste();
3518
3519 wxPyEndAllowThreads(__tstate);
3520 if (PyErr_Occurred()) SWIG_fail;
3521 }
3522 Py_INCREF(Py_None); resultobj = Py_None;
3523 return resultobj;
3524 fail:
3525 return NULL;
3526 }
3527
3528
3529 static PyObject *_wrap_ComboBox_SetInsertionPoint(PyObject *, PyObject *args, PyObject *kwargs) {
3530 PyObject *resultobj;
3531 wxComboBox *arg1 = (wxComboBox *) 0 ;
3532 long arg2 ;
3533 PyObject * obj0 = 0 ;
3534 PyObject * obj1 = 0 ;
3535 char *kwnames[] = {
3536 (char *) "self",(char *) "pos", NULL
3537 };
3538
3539 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
3540 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3541 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3542 arg2 = (long)SWIG_As_long(obj1);
3543 if (PyErr_Occurred()) SWIG_fail;
3544 {
3545 PyThreadState* __tstate = wxPyBeginAllowThreads();
3546 (arg1)->SetInsertionPoint(arg2);
3547
3548 wxPyEndAllowThreads(__tstate);
3549 if (PyErr_Occurred()) SWIG_fail;
3550 }
3551 Py_INCREF(Py_None); resultobj = Py_None;
3552 return resultobj;
3553 fail:
3554 return NULL;
3555 }
3556
3557
3558 static PyObject *_wrap_ComboBox_GetInsertionPoint(PyObject *, PyObject *args, PyObject *kwargs) {
3559 PyObject *resultobj;
3560 wxComboBox *arg1 = (wxComboBox *) 0 ;
3561 long result;
3562 PyObject * obj0 = 0 ;
3563 char *kwnames[] = {
3564 (char *) "self", NULL
3565 };
3566
3567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetInsertionPoint",kwnames,&obj0)) goto fail;
3568 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3569 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3570 {
3571 PyThreadState* __tstate = wxPyBeginAllowThreads();
3572 result = (long)((wxComboBox const *)arg1)->GetInsertionPoint();
3573
3574 wxPyEndAllowThreads(__tstate);
3575 if (PyErr_Occurred()) SWIG_fail;
3576 }
3577 resultobj = SWIG_From_long((long)result);
3578 return resultobj;
3579 fail:
3580 return NULL;
3581 }
3582
3583
3584 static PyObject *_wrap_ComboBox_GetLastPosition(PyObject *, PyObject *args, PyObject *kwargs) {
3585 PyObject *resultobj;
3586 wxComboBox *arg1 = (wxComboBox *) 0 ;
3587 long result;
3588 PyObject * obj0 = 0 ;
3589 char *kwnames[] = {
3590 (char *) "self", NULL
3591 };
3592
3593 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetLastPosition",kwnames,&obj0)) goto fail;
3594 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3595 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3596 {
3597 PyThreadState* __tstate = wxPyBeginAllowThreads();
3598 result = (long)((wxComboBox const *)arg1)->GetLastPosition();
3599
3600 wxPyEndAllowThreads(__tstate);
3601 if (PyErr_Occurred()) SWIG_fail;
3602 }
3603 resultobj = SWIG_From_long((long)result);
3604 return resultobj;
3605 fail:
3606 return NULL;
3607 }
3608
3609
3610 static PyObject *_wrap_ComboBox_Replace(PyObject *, PyObject *args, PyObject *kwargs) {
3611 PyObject *resultobj;
3612 wxComboBox *arg1 = (wxComboBox *) 0 ;
3613 long arg2 ;
3614 long arg3 ;
3615 wxString *arg4 = 0 ;
3616 bool temp4 = false ;
3617 PyObject * obj0 = 0 ;
3618 PyObject * obj1 = 0 ;
3619 PyObject * obj2 = 0 ;
3620 PyObject * obj3 = 0 ;
3621 char *kwnames[] = {
3622 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
3623 };
3624
3625 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ComboBox_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
3626 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3627 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3628 arg2 = (long)SWIG_As_long(obj1);
3629 if (PyErr_Occurred()) SWIG_fail;
3630 arg3 = (long)SWIG_As_long(obj2);
3631 if (PyErr_Occurred()) SWIG_fail;
3632 {
3633 arg4 = wxString_in_helper(obj3);
3634 if (arg4 == NULL) SWIG_fail;
3635 temp4 = true;
3636 }
3637 {
3638 PyThreadState* __tstate = wxPyBeginAllowThreads();
3639 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
3640
3641 wxPyEndAllowThreads(__tstate);
3642 if (PyErr_Occurred()) SWIG_fail;
3643 }
3644 Py_INCREF(Py_None); resultobj = Py_None;
3645 {
3646 if (temp4)
3647 delete arg4;
3648 }
3649 return resultobj;
3650 fail:
3651 {
3652 if (temp4)
3653 delete arg4;
3654 }
3655 return NULL;
3656 }
3657
3658
3659 static PyObject *_wrap_ComboBox_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
3660 PyObject *resultobj;
3661 wxComboBox *arg1 = (wxComboBox *) 0 ;
3662 int arg2 ;
3663 PyObject * obj0 = 0 ;
3664 PyObject * obj1 = 0 ;
3665 char *kwnames[] = {
3666 (char *) "self",(char *) "n", NULL
3667 };
3668
3669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
3670 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3671 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3672 arg2 = (int)SWIG_As_int(obj1);
3673 if (PyErr_Occurred()) SWIG_fail;
3674 {
3675 PyThreadState* __tstate = wxPyBeginAllowThreads();
3676 (arg1)->SetSelection(arg2);
3677
3678 wxPyEndAllowThreads(__tstate);
3679 if (PyErr_Occurred()) SWIG_fail;
3680 }
3681 Py_INCREF(Py_None); resultobj = Py_None;
3682 return resultobj;
3683 fail:
3684 return NULL;
3685 }
3686
3687
3688 static PyObject *_wrap_ComboBox_SetMark(PyObject *, PyObject *args, PyObject *kwargs) {
3689 PyObject *resultobj;
3690 wxComboBox *arg1 = (wxComboBox *) 0 ;
3691 long arg2 ;
3692 long arg3 ;
3693 PyObject * obj0 = 0 ;
3694 PyObject * obj1 = 0 ;
3695 PyObject * obj2 = 0 ;
3696 char *kwnames[] = {
3697 (char *) "self",(char *) "from",(char *) "to", NULL
3698 };
3699
3700 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetMark",kwnames,&obj0,&obj1,&obj2)) goto fail;
3701 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3702 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3703 arg2 = (long)SWIG_As_long(obj1);
3704 if (PyErr_Occurred()) SWIG_fail;
3705 arg3 = (long)SWIG_As_long(obj2);
3706 if (PyErr_Occurred()) SWIG_fail;
3707 {
3708 PyThreadState* __tstate = wxPyBeginAllowThreads();
3709 (arg1)->SetSelection(arg2,arg3);
3710
3711 wxPyEndAllowThreads(__tstate);
3712 if (PyErr_Occurred()) SWIG_fail;
3713 }
3714 Py_INCREF(Py_None); resultobj = Py_None;
3715 return resultobj;
3716 fail:
3717 return NULL;
3718 }
3719
3720
3721 static PyObject *_wrap_ComboBox_SetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
3722 PyObject *resultobj;
3723 wxComboBox *arg1 = (wxComboBox *) 0 ;
3724 wxString *arg2 = 0 ;
3725 bool result;
3726 bool temp2 = false ;
3727 PyObject * obj0 = 0 ;
3728 PyObject * obj1 = 0 ;
3729 char *kwnames[] = {
3730 (char *) "self",(char *) "string", NULL
3731 };
3732
3733 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
3734 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3735 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3736 {
3737 arg2 = wxString_in_helper(obj1);
3738 if (arg2 == NULL) SWIG_fail;
3739 temp2 = true;
3740 }
3741 {
3742 PyThreadState* __tstate = wxPyBeginAllowThreads();
3743 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
3744
3745 wxPyEndAllowThreads(__tstate);
3746 if (PyErr_Occurred()) SWIG_fail;
3747 }
3748 {
3749 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3750 }
3751 {
3752 if (temp2)
3753 delete arg2;
3754 }
3755 return resultobj;
3756 fail:
3757 {
3758 if (temp2)
3759 delete arg2;
3760 }
3761 return NULL;
3762 }
3763
3764
3765 static PyObject *_wrap_ComboBox_SetString(PyObject *, PyObject *args, PyObject *kwargs) {
3766 PyObject *resultobj;
3767 wxComboBox *arg1 = (wxComboBox *) 0 ;
3768 int arg2 ;
3769 wxString *arg3 = 0 ;
3770 bool temp3 = false ;
3771 PyObject * obj0 = 0 ;
3772 PyObject * obj1 = 0 ;
3773 PyObject * obj2 = 0 ;
3774 char *kwnames[] = {
3775 (char *) "self",(char *) "n",(char *) "string", NULL
3776 };
3777
3778 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
3779 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3780 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3781 arg2 = (int)SWIG_As_int(obj1);
3782 if (PyErr_Occurred()) SWIG_fail;
3783 {
3784 arg3 = wxString_in_helper(obj2);
3785 if (arg3 == NULL) SWIG_fail;
3786 temp3 = true;
3787 }
3788 {
3789 PyThreadState* __tstate = wxPyBeginAllowThreads();
3790 (arg1)->SetString(arg2,(wxString const &)*arg3);
3791
3792 wxPyEndAllowThreads(__tstate);
3793 if (PyErr_Occurred()) SWIG_fail;
3794 }
3795 Py_INCREF(Py_None); resultobj = Py_None;
3796 {
3797 if (temp3)
3798 delete arg3;
3799 }
3800 return resultobj;
3801 fail:
3802 {
3803 if (temp3)
3804 delete arg3;
3805 }
3806 return NULL;
3807 }
3808
3809
3810 static PyObject *_wrap_ComboBox_SetEditable(PyObject *, PyObject *args, PyObject *kwargs) {
3811 PyObject *resultobj;
3812 wxComboBox *arg1 = (wxComboBox *) 0 ;
3813 bool arg2 ;
3814 PyObject * obj0 = 0 ;
3815 PyObject * obj1 = 0 ;
3816 char *kwnames[] = {
3817 (char *) "self",(char *) "editable", NULL
3818 };
3819
3820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetEditable",kwnames,&obj0,&obj1)) goto fail;
3821 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3823 arg2 = (bool)SWIG_As_bool(obj1);
3824 if (PyErr_Occurred()) SWIG_fail;
3825 {
3826 PyThreadState* __tstate = wxPyBeginAllowThreads();
3827 (arg1)->SetEditable(arg2);
3828
3829 wxPyEndAllowThreads(__tstate);
3830 if (PyErr_Occurred()) SWIG_fail;
3831 }
3832 Py_INCREF(Py_None); resultobj = Py_None;
3833 return resultobj;
3834 fail:
3835 return NULL;
3836 }
3837
3838
3839 static PyObject *_wrap_ComboBox_SetInsertionPointEnd(PyObject *, PyObject *args, PyObject *kwargs) {
3840 PyObject *resultobj;
3841 wxComboBox *arg1 = (wxComboBox *) 0 ;
3842 PyObject * obj0 = 0 ;
3843 char *kwnames[] = {
3844 (char *) "self", NULL
3845 };
3846
3847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
3848 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3849 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3850 {
3851 PyThreadState* __tstate = wxPyBeginAllowThreads();
3852 (arg1)->SetInsertionPointEnd();
3853
3854 wxPyEndAllowThreads(__tstate);
3855 if (PyErr_Occurred()) SWIG_fail;
3856 }
3857 Py_INCREF(Py_None); resultobj = Py_None;
3858 return resultobj;
3859 fail:
3860 return NULL;
3861 }
3862
3863
3864 static PyObject *_wrap_ComboBox_Remove(PyObject *, PyObject *args, PyObject *kwargs) {
3865 PyObject *resultobj;
3866 wxComboBox *arg1 = (wxComboBox *) 0 ;
3867 long arg2 ;
3868 long arg3 ;
3869 PyObject * obj0 = 0 ;
3870 PyObject * obj1 = 0 ;
3871 PyObject * obj2 = 0 ;
3872 char *kwnames[] = {
3873 (char *) "self",(char *) "from",(char *) "to", NULL
3874 };
3875
3876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
3877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3879 arg2 = (long)SWIG_As_long(obj1);
3880 if (PyErr_Occurred()) SWIG_fail;
3881 arg3 = (long)SWIG_As_long(obj2);
3882 if (PyErr_Occurred()) SWIG_fail;
3883 {
3884 PyThreadState* __tstate = wxPyBeginAllowThreads();
3885 (arg1)->Remove(arg2,arg3);
3886
3887 wxPyEndAllowThreads(__tstate);
3888 if (PyErr_Occurred()) SWIG_fail;
3889 }
3890 Py_INCREF(Py_None); resultobj = Py_None;
3891 return resultobj;
3892 fail:
3893 return NULL;
3894 }
3895
3896
3897 static PyObject *_wrap_ComboBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
3898 PyObject *resultobj;
3899 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
3900 wxVisualAttributes result;
3901 PyObject * obj0 = 0 ;
3902 char *kwnames[] = {
3903 (char *) "variant", NULL
3904 };
3905
3906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ComboBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
3907 if (obj0) {
3908 arg1 = (int)SWIG_As_int(obj0);
3909 if (PyErr_Occurred()) SWIG_fail;
3910 }
3911 {
3912 if (!wxPyCheckForApp()) SWIG_fail;
3913 PyThreadState* __tstate = wxPyBeginAllowThreads();
3914 result = wxComboBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
3915
3916 wxPyEndAllowThreads(__tstate);
3917 if (PyErr_Occurred()) SWIG_fail;
3918 }
3919 {
3920 wxVisualAttributes * resultptr;
3921 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
3922 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
3923 }
3924 return resultobj;
3925 fail:
3926 return NULL;
3927 }
3928
3929
3930 static PyObject * ComboBox_swigregister(PyObject *, PyObject *args) {
3931 PyObject *obj;
3932 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
3933 SWIG_TypeClientData(SWIGTYPE_p_wxComboBox, obj);
3934 Py_INCREF(obj);
3935 return Py_BuildValue((char *)"");
3936 }
3937 static int _wrap_GaugeNameStr_set(PyObject *) {
3938 PyErr_SetString(PyExc_TypeError,"Variable GaugeNameStr is read-only.");
3939 return 1;
3940 }
3941
3942
3943 static PyObject *_wrap_GaugeNameStr_get() {
3944 PyObject *pyobj;
3945
3946 {
3947 #if wxUSE_UNICODE
3948 pyobj = PyUnicode_FromWideChar((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3949 #else
3950 pyobj = PyString_FromStringAndSize((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3951 #endif
3952 }
3953 return pyobj;
3954 }
3955
3956
3957 static PyObject *_wrap_new_Gauge(PyObject *, PyObject *args, PyObject *kwargs) {
3958 PyObject *resultobj;
3959 wxWindow *arg1 = (wxWindow *) 0 ;
3960 int arg2 = (int) -1 ;
3961 int arg3 = (int) 100 ;
3962 wxPoint const &arg4_defvalue = wxDefaultPosition ;
3963 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
3964 wxSize const &arg5_defvalue = wxDefaultSize ;
3965 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
3966 long arg6 = (long) wxGA_HORIZONTAL ;
3967 wxValidator const &arg7_defvalue = wxDefaultValidator ;
3968 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
3969 wxString const &arg8_defvalue = wxPyGaugeNameStr ;
3970 wxString *arg8 = (wxString *) &arg8_defvalue ;
3971 wxGauge *result;
3972 wxPoint temp4 ;
3973 wxSize temp5 ;
3974 bool temp8 = false ;
3975 PyObject * obj0 = 0 ;
3976 PyObject * obj1 = 0 ;
3977 PyObject * obj2 = 0 ;
3978 PyObject * obj3 = 0 ;
3979 PyObject * obj4 = 0 ;
3980 PyObject * obj5 = 0 ;
3981 PyObject * obj6 = 0 ;
3982 PyObject * obj7 = 0 ;
3983 char *kwnames[] = {
3984 (char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3985 };
3986
3987 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_Gauge",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
3988 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
3989 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3990 if (obj1) {
3991 arg2 = (int)SWIG_As_int(obj1);
3992 if (PyErr_Occurred()) SWIG_fail;
3993 }
3994 if (obj2) {
3995 arg3 = (int)SWIG_As_int(obj2);
3996 if (PyErr_Occurred()) SWIG_fail;
3997 }
3998 if (obj3) {
3999 {
4000 arg4 = &temp4;
4001 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4002 }
4003 }
4004 if (obj4) {
4005 {
4006 arg5 = &temp5;
4007 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4008 }
4009 }
4010 if (obj5) {
4011 arg6 = (long)SWIG_As_long(obj5);
4012 if (PyErr_Occurred()) SWIG_fail;
4013 }
4014 if (obj6) {
4015 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
4016 SWIG_POINTER_EXCEPTION | 0)) == -1)
4017 SWIG_fail;
4018 if (arg7 == NULL) {
4019 PyErr_SetString(PyExc_TypeError,"null reference");
4020 SWIG_fail;
4021 }
4022 }
4023 if (obj7) {
4024 {
4025 arg8 = wxString_in_helper(obj7);
4026 if (arg8 == NULL) SWIG_fail;
4027 temp8 = true;
4028 }
4029 }
4030 {
4031 if (!wxPyCheckForApp()) SWIG_fail;
4032 PyThreadState* __tstate = wxPyBeginAllowThreads();
4033 result = (wxGauge *)new wxGauge(arg1,arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
4034
4035 wxPyEndAllowThreads(__tstate);
4036 if (PyErr_Occurred()) SWIG_fail;
4037 }
4038 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGauge, 1);
4039 {
4040 if (temp8)
4041 delete arg8;
4042 }
4043 return resultobj;
4044 fail:
4045 {
4046 if (temp8)
4047 delete arg8;
4048 }
4049 return NULL;
4050 }
4051
4052
4053 static PyObject *_wrap_new_PreGauge(PyObject *, PyObject *args, PyObject *kwargs) {
4054 PyObject *resultobj;
4055 wxGauge *result;
4056 char *kwnames[] = {
4057 NULL
4058 };
4059
4060 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGauge",kwnames)) goto fail;
4061 {
4062 if (!wxPyCheckForApp()) SWIG_fail;
4063 PyThreadState* __tstate = wxPyBeginAllowThreads();
4064 result = (wxGauge *)new wxGauge();
4065
4066 wxPyEndAllowThreads(__tstate);
4067 if (PyErr_Occurred()) SWIG_fail;
4068 }
4069 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGauge, 1);
4070 return resultobj;
4071 fail:
4072 return NULL;
4073 }
4074
4075
4076 static PyObject *_wrap_Gauge_Create(PyObject *, PyObject *args, PyObject *kwargs) {
4077 PyObject *resultobj;
4078 wxGauge *arg1 = (wxGauge *) 0 ;
4079 wxWindow *arg2 = (wxWindow *) 0 ;
4080 int arg3 = (int) -1 ;
4081 int arg4 = (int) 100 ;
4082 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4083 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4084 wxSize const &arg6_defvalue = wxDefaultSize ;
4085 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4086 long arg7 = (long) wxGA_HORIZONTAL ;
4087 wxValidator const &arg8_defvalue = wxDefaultValidator ;
4088 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
4089 wxString const &arg9_defvalue = wxPyGaugeNameStr ;
4090 wxString *arg9 = (wxString *) &arg9_defvalue ;
4091 bool result;
4092 wxPoint temp5 ;
4093 wxSize temp6 ;
4094 bool temp9 = false ;
4095 PyObject * obj0 = 0 ;
4096 PyObject * obj1 = 0 ;
4097 PyObject * obj2 = 0 ;
4098 PyObject * obj3 = 0 ;
4099 PyObject * obj4 = 0 ;
4100 PyObject * obj5 = 0 ;
4101 PyObject * obj6 = 0 ;
4102 PyObject * obj7 = 0 ;
4103 PyObject * obj8 = 0 ;
4104 char *kwnames[] = {
4105 (char *) "self",(char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
4106 };
4107
4108 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:Gauge_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
4109 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4110 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4111 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4112 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4113 if (obj2) {
4114 arg3 = (int)SWIG_As_int(obj2);
4115 if (PyErr_Occurred()) SWIG_fail;
4116 }
4117 if (obj3) {
4118 arg4 = (int)SWIG_As_int(obj3);
4119 if (PyErr_Occurred()) SWIG_fail;
4120 }
4121 if (obj4) {
4122 {
4123 arg5 = &temp5;
4124 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4125 }
4126 }
4127 if (obj5) {
4128 {
4129 arg6 = &temp6;
4130 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4131 }
4132 }
4133 if (obj6) {
4134 arg7 = (long)SWIG_As_long(obj6);
4135 if (PyErr_Occurred()) SWIG_fail;
4136 }
4137 if (obj7) {
4138 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
4139 SWIG_POINTER_EXCEPTION | 0)) == -1)
4140 SWIG_fail;
4141 if (arg8 == NULL) {
4142 PyErr_SetString(PyExc_TypeError,"null reference");
4143 SWIG_fail;
4144 }
4145 }
4146 if (obj8) {
4147 {
4148 arg9 = wxString_in_helper(obj8);
4149 if (arg9 == NULL) SWIG_fail;
4150 temp9 = true;
4151 }
4152 }
4153 {
4154 PyThreadState* __tstate = wxPyBeginAllowThreads();
4155 result = (bool)(arg1)->Create(arg2,arg3,arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
4156
4157 wxPyEndAllowThreads(__tstate);
4158 if (PyErr_Occurred()) SWIG_fail;
4159 }
4160 {
4161 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4162 }
4163 {
4164 if (temp9)
4165 delete arg9;
4166 }
4167 return resultobj;
4168 fail:
4169 {
4170 if (temp9)
4171 delete arg9;
4172 }
4173 return NULL;
4174 }
4175
4176
4177 static PyObject *_wrap_Gauge_SetRange(PyObject *, PyObject *args, PyObject *kwargs) {
4178 PyObject *resultobj;
4179 wxGauge *arg1 = (wxGauge *) 0 ;
4180 int arg2 ;
4181 PyObject * obj0 = 0 ;
4182 PyObject * obj1 = 0 ;
4183 char *kwnames[] = {
4184 (char *) "self",(char *) "range", NULL
4185 };
4186
4187 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetRange",kwnames,&obj0,&obj1)) goto fail;
4188 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4189 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4190 arg2 = (int)SWIG_As_int(obj1);
4191 if (PyErr_Occurred()) SWIG_fail;
4192 {
4193 PyThreadState* __tstate = wxPyBeginAllowThreads();
4194 (arg1)->SetRange(arg2);
4195
4196 wxPyEndAllowThreads(__tstate);
4197 if (PyErr_Occurred()) SWIG_fail;
4198 }
4199 Py_INCREF(Py_None); resultobj = Py_None;
4200 return resultobj;
4201 fail:
4202 return NULL;
4203 }
4204
4205
4206 static PyObject *_wrap_Gauge_GetRange(PyObject *, PyObject *args, PyObject *kwargs) {
4207 PyObject *resultobj;
4208 wxGauge *arg1 = (wxGauge *) 0 ;
4209 int result;
4210 PyObject * obj0 = 0 ;
4211 char *kwnames[] = {
4212 (char *) "self", NULL
4213 };
4214
4215 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetRange",kwnames,&obj0)) goto fail;
4216 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4217 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4218 {
4219 PyThreadState* __tstate = wxPyBeginAllowThreads();
4220 result = (int)((wxGauge const *)arg1)->GetRange();
4221
4222 wxPyEndAllowThreads(__tstate);
4223 if (PyErr_Occurred()) SWIG_fail;
4224 }
4225 resultobj = SWIG_From_int((int)result);
4226 return resultobj;
4227 fail:
4228 return NULL;
4229 }
4230
4231
4232 static PyObject *_wrap_Gauge_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
4233 PyObject *resultobj;
4234 wxGauge *arg1 = (wxGauge *) 0 ;
4235 int arg2 ;
4236 PyObject * obj0 = 0 ;
4237 PyObject * obj1 = 0 ;
4238 char *kwnames[] = {
4239 (char *) "self",(char *) "pos", NULL
4240 };
4241
4242 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetValue",kwnames,&obj0,&obj1)) goto fail;
4243 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4244 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4245 arg2 = (int)SWIG_As_int(obj1);
4246 if (PyErr_Occurred()) SWIG_fail;
4247 {
4248 PyThreadState* __tstate = wxPyBeginAllowThreads();
4249 (arg1)->SetValue(arg2);
4250
4251 wxPyEndAllowThreads(__tstate);
4252 if (PyErr_Occurred()) SWIG_fail;
4253 }
4254 Py_INCREF(Py_None); resultobj = Py_None;
4255 return resultobj;
4256 fail:
4257 return NULL;
4258 }
4259
4260
4261 static PyObject *_wrap_Gauge_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
4262 PyObject *resultobj;
4263 wxGauge *arg1 = (wxGauge *) 0 ;
4264 int result;
4265 PyObject * obj0 = 0 ;
4266 char *kwnames[] = {
4267 (char *) "self", NULL
4268 };
4269
4270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetValue",kwnames,&obj0)) goto fail;
4271 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4272 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4273 {
4274 PyThreadState* __tstate = wxPyBeginAllowThreads();
4275 result = (int)((wxGauge const *)arg1)->GetValue();
4276
4277 wxPyEndAllowThreads(__tstate);
4278 if (PyErr_Occurred()) SWIG_fail;
4279 }
4280 resultobj = SWIG_From_int((int)result);
4281 return resultobj;
4282 fail:
4283 return NULL;
4284 }
4285
4286
4287 static PyObject *_wrap_Gauge_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
4288 PyObject *resultobj;
4289 wxGauge *arg1 = (wxGauge *) 0 ;
4290 bool result;
4291 PyObject * obj0 = 0 ;
4292 char *kwnames[] = {
4293 (char *) "self", NULL
4294 };
4295
4296 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_IsVertical",kwnames,&obj0)) goto fail;
4297 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4298 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4299 {
4300 PyThreadState* __tstate = wxPyBeginAllowThreads();
4301 result = (bool)((wxGauge const *)arg1)->IsVertical();
4302
4303 wxPyEndAllowThreads(__tstate);
4304 if (PyErr_Occurred()) SWIG_fail;
4305 }
4306 {
4307 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4308 }
4309 return resultobj;
4310 fail:
4311 return NULL;
4312 }
4313
4314
4315 static PyObject *_wrap_Gauge_SetShadowWidth(PyObject *, PyObject *args, PyObject *kwargs) {
4316 PyObject *resultobj;
4317 wxGauge *arg1 = (wxGauge *) 0 ;
4318 int arg2 ;
4319 PyObject * obj0 = 0 ;
4320 PyObject * obj1 = 0 ;
4321 char *kwnames[] = {
4322 (char *) "self",(char *) "w", NULL
4323 };
4324
4325 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetShadowWidth",kwnames,&obj0,&obj1)) goto fail;
4326 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4327 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4328 arg2 = (int)SWIG_As_int(obj1);
4329 if (PyErr_Occurred()) SWIG_fail;
4330 {
4331 PyThreadState* __tstate = wxPyBeginAllowThreads();
4332 (arg1)->SetShadowWidth(arg2);
4333
4334 wxPyEndAllowThreads(__tstate);
4335 if (PyErr_Occurred()) SWIG_fail;
4336 }
4337 Py_INCREF(Py_None); resultobj = Py_None;
4338 return resultobj;
4339 fail:
4340 return NULL;
4341 }
4342
4343
4344 static PyObject *_wrap_Gauge_GetShadowWidth(PyObject *, PyObject *args, PyObject *kwargs) {
4345 PyObject *resultobj;
4346 wxGauge *arg1 = (wxGauge *) 0 ;
4347 int result;
4348 PyObject * obj0 = 0 ;
4349 char *kwnames[] = {
4350 (char *) "self", NULL
4351 };
4352
4353 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetShadowWidth",kwnames,&obj0)) goto fail;
4354 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4355 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4356 {
4357 PyThreadState* __tstate = wxPyBeginAllowThreads();
4358 result = (int)((wxGauge const *)arg1)->GetShadowWidth();
4359
4360 wxPyEndAllowThreads(__tstate);
4361 if (PyErr_Occurred()) SWIG_fail;
4362 }
4363 resultobj = SWIG_From_int((int)result);
4364 return resultobj;
4365 fail:
4366 return NULL;
4367 }
4368
4369
4370 static PyObject *_wrap_Gauge_SetBezelFace(PyObject *, PyObject *args, PyObject *kwargs) {
4371 PyObject *resultobj;
4372 wxGauge *arg1 = (wxGauge *) 0 ;
4373 int arg2 ;
4374 PyObject * obj0 = 0 ;
4375 PyObject * obj1 = 0 ;
4376 char *kwnames[] = {
4377 (char *) "self",(char *) "w", NULL
4378 };
4379
4380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetBezelFace",kwnames,&obj0,&obj1)) goto fail;
4381 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4382 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4383 arg2 = (int)SWIG_As_int(obj1);
4384 if (PyErr_Occurred()) SWIG_fail;
4385 {
4386 PyThreadState* __tstate = wxPyBeginAllowThreads();
4387 (arg1)->SetBezelFace(arg2);
4388
4389 wxPyEndAllowThreads(__tstate);
4390 if (PyErr_Occurred()) SWIG_fail;
4391 }
4392 Py_INCREF(Py_None); resultobj = Py_None;
4393 return resultobj;
4394 fail:
4395 return NULL;
4396 }
4397
4398
4399 static PyObject *_wrap_Gauge_GetBezelFace(PyObject *, PyObject *args, PyObject *kwargs) {
4400 PyObject *resultobj;
4401 wxGauge *arg1 = (wxGauge *) 0 ;
4402 int result;
4403 PyObject * obj0 = 0 ;
4404 char *kwnames[] = {
4405 (char *) "self", NULL
4406 };
4407
4408 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetBezelFace",kwnames,&obj0)) goto fail;
4409 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4410 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4411 {
4412 PyThreadState* __tstate = wxPyBeginAllowThreads();
4413 result = (int)((wxGauge const *)arg1)->GetBezelFace();
4414
4415 wxPyEndAllowThreads(__tstate);
4416 if (PyErr_Occurred()) SWIG_fail;
4417 }
4418 resultobj = SWIG_From_int((int)result);
4419 return resultobj;
4420 fail:
4421 return NULL;
4422 }
4423
4424
4425 static PyObject *_wrap_Gauge_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
4426 PyObject *resultobj;
4427 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4428 wxVisualAttributes result;
4429 PyObject * obj0 = 0 ;
4430 char *kwnames[] = {
4431 (char *) "variant", NULL
4432 };
4433
4434 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Gauge_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4435 if (obj0) {
4436 arg1 = (int)SWIG_As_int(obj0);
4437 if (PyErr_Occurred()) SWIG_fail;
4438 }
4439 {
4440 if (!wxPyCheckForApp()) SWIG_fail;
4441 PyThreadState* __tstate = wxPyBeginAllowThreads();
4442 result = wxGauge::GetClassDefaultAttributes((wxWindowVariant )arg1);
4443
4444 wxPyEndAllowThreads(__tstate);
4445 if (PyErr_Occurred()) SWIG_fail;
4446 }
4447 {
4448 wxVisualAttributes * resultptr;
4449 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4450 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4451 }
4452 return resultobj;
4453 fail:
4454 return NULL;
4455 }
4456
4457
4458 static PyObject * Gauge_swigregister(PyObject *, PyObject *args) {
4459 PyObject *obj;
4460 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4461 SWIG_TypeClientData(SWIGTYPE_p_wxGauge, obj);
4462 Py_INCREF(obj);
4463 return Py_BuildValue((char *)"");
4464 }
4465 static int _wrap_StaticBitmapNameStr_set(PyObject *) {
4466 PyErr_SetString(PyExc_TypeError,"Variable StaticBitmapNameStr is read-only.");
4467 return 1;
4468 }
4469
4470
4471 static PyObject *_wrap_StaticBitmapNameStr_get() {
4472 PyObject *pyobj;
4473
4474 {
4475 #if wxUSE_UNICODE
4476 pyobj = PyUnicode_FromWideChar((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
4477 #else
4478 pyobj = PyString_FromStringAndSize((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
4479 #endif
4480 }
4481 return pyobj;
4482 }
4483
4484
4485 static int _wrap_StaticBoxNameStr_set(PyObject *) {
4486 PyErr_SetString(PyExc_TypeError,"Variable StaticBoxNameStr is read-only.");
4487 return 1;
4488 }
4489
4490
4491 static PyObject *_wrap_StaticBoxNameStr_get() {
4492 PyObject *pyobj;
4493
4494 {
4495 #if wxUSE_UNICODE
4496 pyobj = PyUnicode_FromWideChar((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
4497 #else
4498 pyobj = PyString_FromStringAndSize((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
4499 #endif
4500 }
4501 return pyobj;
4502 }
4503
4504
4505 static int _wrap_StaticTextNameStr_set(PyObject *) {
4506 PyErr_SetString(PyExc_TypeError,"Variable StaticTextNameStr is read-only.");
4507 return 1;
4508 }
4509
4510
4511 static PyObject *_wrap_StaticTextNameStr_get() {
4512 PyObject *pyobj;
4513
4514 {
4515 #if wxUSE_UNICODE
4516 pyobj = PyUnicode_FromWideChar((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
4517 #else
4518 pyobj = PyString_FromStringAndSize((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
4519 #endif
4520 }
4521 return pyobj;
4522 }
4523
4524
4525 static PyObject *_wrap_new_StaticBox(PyObject *, PyObject *args, PyObject *kwargs) {
4526 PyObject *resultobj;
4527 wxWindow *arg1 = (wxWindow *) 0 ;
4528 int arg2 = (int) -1 ;
4529 wxString const &arg3_defvalue = wxPyEmptyString ;
4530 wxString *arg3 = (wxString *) &arg3_defvalue ;
4531 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4532 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4533 wxSize const &arg5_defvalue = wxDefaultSize ;
4534 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4535 long arg6 = (long) 0 ;
4536 wxString const &arg7_defvalue = wxPyStaticBoxNameStr ;
4537 wxString *arg7 = (wxString *) &arg7_defvalue ;
4538 wxStaticBox *result;
4539 bool temp3 = false ;
4540 wxPoint temp4 ;
4541 wxSize temp5 ;
4542 bool temp7 = false ;
4543 PyObject * obj0 = 0 ;
4544 PyObject * obj1 = 0 ;
4545 PyObject * obj2 = 0 ;
4546 PyObject * obj3 = 0 ;
4547 PyObject * obj4 = 0 ;
4548 PyObject * obj5 = 0 ;
4549 PyObject * obj6 = 0 ;
4550 char *kwnames[] = {
4551 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4552 };
4553
4554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4557 if (obj1) {
4558 arg2 = (int)SWIG_As_int(obj1);
4559 if (PyErr_Occurred()) SWIG_fail;
4560 }
4561 if (obj2) {
4562 {
4563 arg3 = wxString_in_helper(obj2);
4564 if (arg3 == NULL) SWIG_fail;
4565 temp3 = true;
4566 }
4567 }
4568 if (obj3) {
4569 {
4570 arg4 = &temp4;
4571 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4572 }
4573 }
4574 if (obj4) {
4575 {
4576 arg5 = &temp5;
4577 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4578 }
4579 }
4580 if (obj5) {
4581 arg6 = (long)SWIG_As_long(obj5);
4582 if (PyErr_Occurred()) SWIG_fail;
4583 }
4584 if (obj6) {
4585 {
4586 arg7 = wxString_in_helper(obj6);
4587 if (arg7 == NULL) SWIG_fail;
4588 temp7 = true;
4589 }
4590 }
4591 {
4592 if (!wxPyCheckForApp()) SWIG_fail;
4593 PyThreadState* __tstate = wxPyBeginAllowThreads();
4594 result = (wxStaticBox *)new wxStaticBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4595
4596 wxPyEndAllowThreads(__tstate);
4597 if (PyErr_Occurred()) SWIG_fail;
4598 }
4599 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBox, 1);
4600 {
4601 if (temp3)
4602 delete arg3;
4603 }
4604 {
4605 if (temp7)
4606 delete arg7;
4607 }
4608 return resultobj;
4609 fail:
4610 {
4611 if (temp3)
4612 delete arg3;
4613 }
4614 {
4615 if (temp7)
4616 delete arg7;
4617 }
4618 return NULL;
4619 }
4620
4621
4622 static PyObject *_wrap_new_PreStaticBox(PyObject *, PyObject *args, PyObject *kwargs) {
4623 PyObject *resultobj;
4624 wxStaticBox *result;
4625 char *kwnames[] = {
4626 NULL
4627 };
4628
4629 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBox",kwnames)) goto fail;
4630 {
4631 if (!wxPyCheckForApp()) SWIG_fail;
4632 PyThreadState* __tstate = wxPyBeginAllowThreads();
4633 result = (wxStaticBox *)new wxStaticBox();
4634
4635 wxPyEndAllowThreads(__tstate);
4636 if (PyErr_Occurred()) SWIG_fail;
4637 }
4638 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBox, 1);
4639 return resultobj;
4640 fail:
4641 return NULL;
4642 }
4643
4644
4645 static PyObject *_wrap_StaticBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
4646 PyObject *resultobj;
4647 wxStaticBox *arg1 = (wxStaticBox *) 0 ;
4648 wxWindow *arg2 = (wxWindow *) 0 ;
4649 int arg3 = (int) -1 ;
4650 wxString const &arg4_defvalue = wxPyEmptyString ;
4651 wxString *arg4 = (wxString *) &arg4_defvalue ;
4652 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4653 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4654 wxSize const &arg6_defvalue = wxDefaultSize ;
4655 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4656 long arg7 = (long) 0 ;
4657 wxString const &arg8_defvalue = wxPyStaticBoxNameStr ;
4658 wxString *arg8 = (wxString *) &arg8_defvalue ;
4659 bool result;
4660 bool temp4 = false ;
4661 wxPoint temp5 ;
4662 wxSize temp6 ;
4663 bool temp8 = false ;
4664 PyObject * obj0 = 0 ;
4665 PyObject * obj1 = 0 ;
4666 PyObject * obj2 = 0 ;
4667 PyObject * obj3 = 0 ;
4668 PyObject * obj4 = 0 ;
4669 PyObject * obj5 = 0 ;
4670 PyObject * obj6 = 0 ;
4671 PyObject * obj7 = 0 ;
4672 char *kwnames[] = {
4673 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4674 };
4675
4676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
4677 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBox,
4678 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4679 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4680 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4681 if (obj2) {
4682 arg3 = (int)SWIG_As_int(obj2);
4683 if (PyErr_Occurred()) SWIG_fail;
4684 }
4685 if (obj3) {
4686 {
4687 arg4 = wxString_in_helper(obj3);
4688 if (arg4 == NULL) SWIG_fail;
4689 temp4 = true;
4690 }
4691 }
4692 if (obj4) {
4693 {
4694 arg5 = &temp5;
4695 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4696 }
4697 }
4698 if (obj5) {
4699 {
4700 arg6 = &temp6;
4701 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4702 }
4703 }
4704 if (obj6) {
4705 arg7 = (long)SWIG_As_long(obj6);
4706 if (PyErr_Occurred()) SWIG_fail;
4707 }
4708 if (obj7) {
4709 {
4710 arg8 = wxString_in_helper(obj7);
4711 if (arg8 == NULL) SWIG_fail;
4712 temp8 = true;
4713 }
4714 }
4715 {
4716 PyThreadState* __tstate = wxPyBeginAllowThreads();
4717 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
4718
4719 wxPyEndAllowThreads(__tstate);
4720 if (PyErr_Occurred()) SWIG_fail;
4721 }
4722 {
4723 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4724 }
4725 {
4726 if (temp4)
4727 delete arg4;
4728 }
4729 {
4730 if (temp8)
4731 delete arg8;
4732 }
4733 return resultobj;
4734 fail:
4735 {
4736 if (temp4)
4737 delete arg4;
4738 }
4739 {
4740 if (temp8)
4741 delete arg8;
4742 }
4743 return NULL;
4744 }
4745
4746
4747 static PyObject *_wrap_StaticBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
4748 PyObject *resultobj;
4749 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4750 wxVisualAttributes result;
4751 PyObject * obj0 = 0 ;
4752 char *kwnames[] = {
4753 (char *) "variant", NULL
4754 };
4755
4756 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4757 if (obj0) {
4758 arg1 = (int)SWIG_As_int(obj0);
4759 if (PyErr_Occurred()) SWIG_fail;
4760 }
4761 {
4762 if (!wxPyCheckForApp()) SWIG_fail;
4763 PyThreadState* __tstate = wxPyBeginAllowThreads();
4764 result = wxStaticBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
4765
4766 wxPyEndAllowThreads(__tstate);
4767 if (PyErr_Occurred()) SWIG_fail;
4768 }
4769 {
4770 wxVisualAttributes * resultptr;
4771 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4772 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4773 }
4774 return resultobj;
4775 fail:
4776 return NULL;
4777 }
4778
4779
4780 static PyObject * StaticBox_swigregister(PyObject *, PyObject *args) {
4781 PyObject *obj;
4782 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4783 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBox, obj);
4784 Py_INCREF(obj);
4785 return Py_BuildValue((char *)"");
4786 }
4787 static PyObject *_wrap_new_StaticLine(PyObject *, PyObject *args, PyObject *kwargs) {
4788 PyObject *resultobj;
4789 wxWindow *arg1 = (wxWindow *) 0 ;
4790 int arg2 = (int) -1 ;
4791 wxPoint const &arg3_defvalue = wxDefaultPosition ;
4792 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
4793 wxSize const &arg4_defvalue = wxDefaultSize ;
4794 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
4795 long arg5 = (long) wxLI_HORIZONTAL ;
4796 wxString const &arg6_defvalue = wxPyStaticTextNameStr ;
4797 wxString *arg6 = (wxString *) &arg6_defvalue ;
4798 wxStaticLine *result;
4799 wxPoint temp3 ;
4800 wxSize temp4 ;
4801 bool temp6 = false ;
4802 PyObject * obj0 = 0 ;
4803 PyObject * obj1 = 0 ;
4804 PyObject * obj2 = 0 ;
4805 PyObject * obj3 = 0 ;
4806 PyObject * obj4 = 0 ;
4807 PyObject * obj5 = 0 ;
4808 char *kwnames[] = {
4809 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4810 };
4811
4812 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_StaticLine",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
4813 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4814 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4815 if (obj1) {
4816 arg2 = (int)SWIG_As_int(obj1);
4817 if (PyErr_Occurred()) SWIG_fail;
4818 }
4819 if (obj2) {
4820 {
4821 arg3 = &temp3;
4822 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
4823 }
4824 }
4825 if (obj3) {
4826 {
4827 arg4 = &temp4;
4828 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
4829 }
4830 }
4831 if (obj4) {
4832 arg5 = (long)SWIG_As_long(obj4);
4833 if (PyErr_Occurred()) SWIG_fail;
4834 }
4835 if (obj5) {
4836 {
4837 arg6 = wxString_in_helper(obj5);
4838 if (arg6 == NULL) SWIG_fail;
4839 temp6 = true;
4840 }
4841 }
4842 {
4843 if (!wxPyCheckForApp()) SWIG_fail;
4844 PyThreadState* __tstate = wxPyBeginAllowThreads();
4845 result = (wxStaticLine *)new wxStaticLine(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
4846
4847 wxPyEndAllowThreads(__tstate);
4848 if (PyErr_Occurred()) SWIG_fail;
4849 }
4850 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticLine, 1);
4851 {
4852 if (temp6)
4853 delete arg6;
4854 }
4855 return resultobj;
4856 fail:
4857 {
4858 if (temp6)
4859 delete arg6;
4860 }
4861 return NULL;
4862 }
4863
4864
4865 static PyObject *_wrap_new_PreStaticLine(PyObject *, PyObject *args, PyObject *kwargs) {
4866 PyObject *resultobj;
4867 wxStaticLine *result;
4868 char *kwnames[] = {
4869 NULL
4870 };
4871
4872 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticLine",kwnames)) goto fail;
4873 {
4874 if (!wxPyCheckForApp()) SWIG_fail;
4875 PyThreadState* __tstate = wxPyBeginAllowThreads();
4876 result = (wxStaticLine *)new wxStaticLine();
4877
4878 wxPyEndAllowThreads(__tstate);
4879 if (PyErr_Occurred()) SWIG_fail;
4880 }
4881 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticLine, 1);
4882 return resultobj;
4883 fail:
4884 return NULL;
4885 }
4886
4887
4888 static PyObject *_wrap_StaticLine_Create(PyObject *, PyObject *args, PyObject *kwargs) {
4889 PyObject *resultobj;
4890 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4891 wxWindow *arg2 = (wxWindow *) 0 ;
4892 int arg3 = (int) -1 ;
4893 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4894 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4895 wxSize const &arg5_defvalue = wxDefaultSize ;
4896 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4897 long arg6 = (long) wxLI_HORIZONTAL ;
4898 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
4899 wxString *arg7 = (wxString *) &arg7_defvalue ;
4900 bool result;
4901 wxPoint temp4 ;
4902 wxSize temp5 ;
4903 bool temp7 = false ;
4904 PyObject * obj0 = 0 ;
4905 PyObject * obj1 = 0 ;
4906 PyObject * obj2 = 0 ;
4907 PyObject * obj3 = 0 ;
4908 PyObject * obj4 = 0 ;
4909 PyObject * obj5 = 0 ;
4910 PyObject * obj6 = 0 ;
4911 char *kwnames[] = {
4912 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4913 };
4914
4915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:StaticLine_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4916 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticLine,
4917 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4918 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4919 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4920 if (obj2) {
4921 arg3 = (int)SWIG_As_int(obj2);
4922 if (PyErr_Occurred()) SWIG_fail;
4923 }
4924 if (obj3) {
4925 {
4926 arg4 = &temp4;
4927 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4928 }
4929 }
4930 if (obj4) {
4931 {
4932 arg5 = &temp5;
4933 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4934 }
4935 }
4936 if (obj5) {
4937 arg6 = (long)SWIG_As_long(obj5);
4938 if (PyErr_Occurred()) SWIG_fail;
4939 }
4940 if (obj6) {
4941 {
4942 arg7 = wxString_in_helper(obj6);
4943 if (arg7 == NULL) SWIG_fail;
4944 temp7 = true;
4945 }
4946 }
4947 {
4948 PyThreadState* __tstate = wxPyBeginAllowThreads();
4949 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4950
4951 wxPyEndAllowThreads(__tstate);
4952 if (PyErr_Occurred()) SWIG_fail;
4953 }
4954 {
4955 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4956 }
4957 {
4958 if (temp7)
4959 delete arg7;
4960 }
4961 return resultobj;
4962 fail:
4963 {
4964 if (temp7)
4965 delete arg7;
4966 }
4967 return NULL;
4968 }
4969
4970
4971 static PyObject *_wrap_StaticLine_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
4972 PyObject *resultobj;
4973 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4974 bool result;
4975 PyObject * obj0 = 0 ;
4976 char *kwnames[] = {
4977 (char *) "self", NULL
4978 };
4979
4980 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticLine_IsVertical",kwnames,&obj0)) goto fail;
4981 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticLine,
4982 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4983 {
4984 PyThreadState* __tstate = wxPyBeginAllowThreads();
4985 result = (bool)((wxStaticLine const *)arg1)->IsVertical();
4986
4987 wxPyEndAllowThreads(__tstate);
4988 if (PyErr_Occurred()) SWIG_fail;
4989 }
4990 {
4991 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4992 }
4993 return resultobj;
4994 fail:
4995 return NULL;
4996 }
4997
4998
4999 static PyObject *_wrap_StaticLine_GetDefaultSize(PyObject *, PyObject *args, PyObject *kwargs) {
5000 PyObject *resultobj;
5001 int result;
5002 char *kwnames[] = {
5003 NULL
5004 };
5005
5006 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":StaticLine_GetDefaultSize",kwnames)) goto fail;
5007 {
5008 PyThreadState* __tstate = wxPyBeginAllowThreads();
5009 result = (int)wxStaticLine::GetDefaultSize();
5010
5011 wxPyEndAllowThreads(__tstate);
5012 if (PyErr_Occurred()) SWIG_fail;
5013 }
5014 resultobj = SWIG_From_int((int)result);
5015 return resultobj;
5016 fail:
5017 return NULL;
5018 }
5019
5020
5021 static PyObject *_wrap_StaticLine_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
5022 PyObject *resultobj;
5023 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5024 wxVisualAttributes result;
5025 PyObject * obj0 = 0 ;
5026 char *kwnames[] = {
5027 (char *) "variant", NULL
5028 };
5029
5030 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticLine_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5031 if (obj0) {
5032 arg1 = (int)SWIG_As_int(obj0);
5033 if (PyErr_Occurred()) SWIG_fail;
5034 }
5035 {
5036 if (!wxPyCheckForApp()) SWIG_fail;
5037 PyThreadState* __tstate = wxPyBeginAllowThreads();
5038 result = wxStaticLine::GetClassDefaultAttributes((wxWindowVariant )arg1);
5039
5040 wxPyEndAllowThreads(__tstate);
5041 if (PyErr_Occurred()) SWIG_fail;
5042 }
5043 {
5044 wxVisualAttributes * resultptr;
5045 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5046 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5047 }
5048 return resultobj;
5049 fail:
5050 return NULL;
5051 }
5052
5053
5054 static PyObject * StaticLine_swigregister(PyObject *, PyObject *args) {
5055 PyObject *obj;
5056 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5057 SWIG_TypeClientData(SWIGTYPE_p_wxStaticLine, obj);
5058 Py_INCREF(obj);
5059 return Py_BuildValue((char *)"");
5060 }
5061 static PyObject *_wrap_new_StaticText(PyObject *, PyObject *args, PyObject *kwargs) {
5062 PyObject *resultobj;
5063 wxWindow *arg1 = (wxWindow *) 0 ;
5064 int arg2 = (int) -1 ;
5065 wxString const &arg3_defvalue = wxPyEmptyString ;
5066 wxString *arg3 = (wxString *) &arg3_defvalue ;
5067 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5068 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5069 wxSize const &arg5_defvalue = wxDefaultSize ;
5070 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5071 long arg6 = (long) 0 ;
5072 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
5073 wxString *arg7 = (wxString *) &arg7_defvalue ;
5074 wxStaticText *result;
5075 bool temp3 = false ;
5076 wxPoint temp4 ;
5077 wxSize temp5 ;
5078 bool temp7 = false ;
5079 PyObject * obj0 = 0 ;
5080 PyObject * obj1 = 0 ;
5081 PyObject * obj2 = 0 ;
5082 PyObject * obj3 = 0 ;
5083 PyObject * obj4 = 0 ;
5084 PyObject * obj5 = 0 ;
5085 PyObject * obj6 = 0 ;
5086 char *kwnames[] = {
5087 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5088 };
5089
5090 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticText",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
5091 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5092 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5093 if (obj1) {
5094 arg2 = (int)SWIG_As_int(obj1);
5095 if (PyErr_Occurred()) SWIG_fail;
5096 }
5097 if (obj2) {
5098 {
5099 arg3 = wxString_in_helper(obj2);
5100 if (arg3 == NULL) SWIG_fail;
5101 temp3 = true;
5102 }
5103 }
5104 if (obj3) {
5105 {
5106 arg4 = &temp4;
5107 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5108 }
5109 }
5110 if (obj4) {
5111 {
5112 arg5 = &temp5;
5113 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5114 }
5115 }
5116 if (obj5) {
5117 arg6 = (long)SWIG_As_long(obj5);
5118 if (PyErr_Occurred()) SWIG_fail;
5119 }
5120 if (obj6) {
5121 {
5122 arg7 = wxString_in_helper(obj6);
5123 if (arg7 == NULL) SWIG_fail;
5124 temp7 = true;
5125 }
5126 }
5127 {
5128 if (!wxPyCheckForApp()) SWIG_fail;
5129 PyThreadState* __tstate = wxPyBeginAllowThreads();
5130 result = (wxStaticText *)new wxStaticText(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
5131
5132 wxPyEndAllowThreads(__tstate);
5133 if (PyErr_Occurred()) SWIG_fail;
5134 }
5135 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticText, 1);
5136 {
5137 if (temp3)
5138 delete arg3;
5139 }
5140 {
5141 if (temp7)
5142 delete arg7;
5143 }
5144 return resultobj;
5145 fail:
5146 {
5147 if (temp3)
5148 delete arg3;
5149 }
5150 {
5151 if (temp7)
5152 delete arg7;
5153 }
5154 return NULL;
5155 }
5156
5157
5158 static PyObject *_wrap_new_PreStaticText(PyObject *, PyObject *args, PyObject *kwargs) {
5159 PyObject *resultobj;
5160 wxStaticText *result;
5161 char *kwnames[] = {
5162 NULL
5163 };
5164
5165 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticText",kwnames)) goto fail;
5166 {
5167 if (!wxPyCheckForApp()) SWIG_fail;
5168 PyThreadState* __tstate = wxPyBeginAllowThreads();
5169 result = (wxStaticText *)new wxStaticText();
5170
5171 wxPyEndAllowThreads(__tstate);
5172 if (PyErr_Occurred()) SWIG_fail;
5173 }
5174 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticText, 1);
5175 return resultobj;
5176 fail:
5177 return NULL;
5178 }
5179
5180
5181 static PyObject *_wrap_StaticText_Create(PyObject *, PyObject *args, PyObject *kwargs) {
5182 PyObject *resultobj;
5183 wxStaticText *arg1 = (wxStaticText *) 0 ;
5184 wxWindow *arg2 = (wxWindow *) 0 ;
5185 int arg3 = (int) -1 ;
5186 wxString const &arg4_defvalue = wxPyEmptyString ;
5187 wxString *arg4 = (wxString *) &arg4_defvalue ;
5188 wxPoint const &arg5_defvalue = wxDefaultPosition ;
5189 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
5190 wxSize const &arg6_defvalue = wxDefaultSize ;
5191 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
5192 long arg7 = (long) 0 ;
5193 wxString const &arg8_defvalue = wxPyStaticTextNameStr ;
5194 wxString *arg8 = (wxString *) &arg8_defvalue ;
5195 bool result;
5196 bool temp4 = false ;
5197 wxPoint temp5 ;
5198 wxSize temp6 ;
5199 bool temp8 = false ;
5200 PyObject * obj0 = 0 ;
5201 PyObject * obj1 = 0 ;
5202 PyObject * obj2 = 0 ;
5203 PyObject * obj3 = 0 ;
5204 PyObject * obj4 = 0 ;
5205 PyObject * obj5 = 0 ;
5206 PyObject * obj6 = 0 ;
5207 PyObject * obj7 = 0 ;
5208 char *kwnames[] = {
5209 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5210 };
5211
5212 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticText_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5213 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticText,
5214 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5215 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5216 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5217 if (obj2) {
5218 arg3 = (int)SWIG_As_int(obj2);
5219 if (PyErr_Occurred()) SWIG_fail;
5220 }
5221 if (obj3) {
5222 {
5223 arg4 = wxString_in_helper(obj3);
5224 if (arg4 == NULL) SWIG_fail;
5225 temp4 = true;
5226 }
5227 }
5228 if (obj4) {
5229 {
5230 arg5 = &temp5;
5231 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
5232 }
5233 }
5234 if (obj5) {
5235 {
5236 arg6 = &temp6;
5237 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
5238 }
5239 }
5240 if (obj6) {
5241 arg7 = (long)SWIG_As_long(obj6);
5242 if (PyErr_Occurred()) SWIG_fail;
5243 }
5244 if (obj7) {
5245 {
5246 arg8 = wxString_in_helper(obj7);
5247 if (arg8 == NULL) SWIG_fail;
5248 temp8 = true;
5249 }
5250 }
5251 {
5252 PyThreadState* __tstate = wxPyBeginAllowThreads();
5253 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
5254
5255 wxPyEndAllowThreads(__tstate);
5256 if (PyErr_Occurred()) SWIG_fail;
5257 }
5258 {
5259 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5260 }
5261 {
5262 if (temp4)
5263 delete arg4;
5264 }
5265 {
5266 if (temp8)
5267 delete arg8;
5268 }
5269 return resultobj;
5270 fail:
5271 {
5272 if (temp4)
5273 delete arg4;
5274 }
5275 {
5276 if (temp8)
5277 delete arg8;
5278 }
5279 return NULL;
5280 }
5281
5282
5283 static PyObject *_wrap_StaticText_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
5284 PyObject *resultobj;
5285 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5286 wxVisualAttributes result;
5287 PyObject * obj0 = 0 ;
5288 char *kwnames[] = {
5289 (char *) "variant", NULL
5290 };
5291
5292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticText_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5293 if (obj0) {
5294 arg1 = (int)SWIG_As_int(obj0);
5295 if (PyErr_Occurred()) SWIG_fail;
5296 }
5297 {
5298 if (!wxPyCheckForApp()) SWIG_fail;
5299 PyThreadState* __tstate = wxPyBeginAllowThreads();
5300 result = wxStaticText::GetClassDefaultAttributes((wxWindowVariant )arg1);
5301
5302 wxPyEndAllowThreads(__tstate);
5303 if (PyErr_Occurred()) SWIG_fail;
5304 }
5305 {
5306 wxVisualAttributes * resultptr;
5307 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5308 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5309 }
5310 return resultobj;
5311 fail:
5312 return NULL;
5313 }
5314
5315
5316 static PyObject * StaticText_swigregister(PyObject *, PyObject *args) {
5317 PyObject *obj;
5318 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5319 SWIG_TypeClientData(SWIGTYPE_p_wxStaticText, obj);
5320 Py_INCREF(obj);
5321 return Py_BuildValue((char *)"");
5322 }
5323 static PyObject *_wrap_new_StaticBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
5324 PyObject *resultobj;
5325 wxWindow *arg1 = (wxWindow *) 0 ;
5326 int arg2 = (int) -1 ;
5327 wxBitmap const &arg3_defvalue = wxNullBitmap ;
5328 wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ;
5329 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5330 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5331 wxSize const &arg5_defvalue = wxDefaultSize ;
5332 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5333 long arg6 = (long) 0 ;
5334 wxString const &arg7_defvalue = wxPyStaticBitmapNameStr ;
5335 wxString *arg7 = (wxString *) &arg7_defvalue ;
5336 wxStaticBitmap *result;
5337 wxPoint temp4 ;
5338 wxSize temp5 ;
5339 bool temp7 = false ;
5340 PyObject * obj0 = 0 ;
5341 PyObject * obj1 = 0 ;
5342 PyObject * obj2 = 0 ;
5343 PyObject * obj3 = 0 ;
5344 PyObject * obj4 = 0 ;
5345 PyObject * obj5 = 0 ;
5346 PyObject * obj6 = 0 ;
5347 char *kwnames[] = {
5348 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5349 };
5350
5351 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticBitmap",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
5352 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5353 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5354 if (obj1) {
5355 arg2 = (int)SWIG_As_int(obj1);
5356 if (PyErr_Occurred()) SWIG_fail;
5357 }
5358 if (obj2) {
5359 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap,
5360 SWIG_POINTER_EXCEPTION | 0)) == -1)
5361 SWIG_fail;
5362 if (arg3 == NULL) {
5363 PyErr_SetString(PyExc_TypeError,"null reference");
5364 SWIG_fail;
5365 }
5366 }
5367 if (obj3) {
5368 {
5369 arg4 = &temp4;
5370 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5371 }
5372 }
5373 if (obj4) {
5374 {
5375 arg5 = &temp5;
5376 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5377 }
5378 }
5379 if (obj5) {
5380 arg6 = (long)SWIG_As_long(obj5);
5381 if (PyErr_Occurred()) SWIG_fail;
5382 }
5383 if (obj6) {
5384 {
5385 arg7 = wxString_in_helper(obj6);
5386 if (arg7 == NULL) SWIG_fail;
5387 temp7 = true;
5388 }
5389 }
5390 {
5391 if (!wxPyCheckForApp()) SWIG_fail;
5392 PyThreadState* __tstate = wxPyBeginAllowThreads();
5393 result = (wxStaticBitmap *)new wxStaticBitmap(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
5394
5395 wxPyEndAllowThreads(__tstate);
5396 if (PyErr_Occurred()) SWIG_fail;
5397 }
5398 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBitmap, 1);
5399 {
5400 if (temp7)
5401 delete arg7;
5402 }
5403 return resultobj;
5404 fail:
5405 {
5406 if (temp7)
5407 delete arg7;
5408 }
5409 return NULL;
5410 }
5411
5412
5413 static PyObject *_wrap_new_PreStaticBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
5414 PyObject *resultobj;
5415 wxStaticBitmap *result;
5416 char *kwnames[] = {
5417 NULL
5418 };
5419
5420 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBitmap",kwnames)) goto fail;
5421 {
5422 if (!wxPyCheckForApp()) SWIG_fail;
5423 PyThreadState* __tstate = wxPyBeginAllowThreads();
5424 result = (wxStaticBitmap *)new wxStaticBitmap();
5425
5426 wxPyEndAllowThreads(__tstate);
5427 if (PyErr_Occurred()) SWIG_fail;
5428 }
5429 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBitmap, 1);
5430 return resultobj;
5431 fail:
5432 return NULL;
5433 }
5434
5435
5436 static PyObject *_wrap_StaticBitmap_Create(PyObject *, PyObject *args, PyObject *kwargs) {
5437 PyObject *resultobj;
5438 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5439 wxWindow *arg2 = (wxWindow *) 0 ;
5440 int arg3 = (int) -1 ;
5441 wxBitmap const &arg4_defvalue = wxNullBitmap ;
5442 wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ;
5443 wxPoint const &arg5_defvalue = wxDefaultPosition ;
5444 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
5445 wxSize const &arg6_defvalue = wxDefaultSize ;
5446 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
5447 long arg7 = (long) 0 ;
5448 wxString const &arg8_defvalue = wxPyStaticBitmapNameStr ;
5449 wxString *arg8 = (wxString *) &arg8_defvalue ;
5450 bool result;
5451 wxPoint temp5 ;
5452 wxSize temp6 ;
5453 bool temp8 = false ;
5454 PyObject * obj0 = 0 ;
5455 PyObject * obj1 = 0 ;
5456 PyObject * obj2 = 0 ;
5457 PyObject * obj3 = 0 ;
5458 PyObject * obj4 = 0 ;
5459 PyObject * obj5 = 0 ;
5460 PyObject * obj6 = 0 ;
5461 PyObject * obj7 = 0 ;
5462 char *kwnames[] = {
5463 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5464 };
5465
5466 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticBitmap_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5467 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5468 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5469 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5470 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5471 if (obj2) {
5472 arg3 = (int)SWIG_As_int(obj2);
5473 if (PyErr_Occurred()) SWIG_fail;
5474 }
5475 if (obj3) {
5476 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
5477 SWIG_POINTER_EXCEPTION | 0)) == -1)
5478 SWIG_fail;
5479 if (arg4 == NULL) {
5480 PyErr_SetString(PyExc_TypeError,"null reference");
5481 SWIG_fail;
5482 }
5483 }
5484 if (obj4) {
5485 {
5486 arg5 = &temp5;
5487 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
5488 }
5489 }
5490 if (obj5) {
5491 {
5492 arg6 = &temp6;
5493 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
5494 }
5495 }
5496 if (obj6) {
5497 arg7 = (long)SWIG_As_long(obj6);
5498 if (PyErr_Occurred()) SWIG_fail;
5499 }
5500 if (obj7) {
5501 {
5502 arg8 = wxString_in_helper(obj7);
5503 if (arg8 == NULL) SWIG_fail;
5504 temp8 = true;
5505 }
5506 }
5507 {
5508 PyThreadState* __tstate = wxPyBeginAllowThreads();
5509 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
5510
5511 wxPyEndAllowThreads(__tstate);
5512 if (PyErr_Occurred()) SWIG_fail;
5513 }
5514 {
5515 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5516 }
5517 {
5518 if (temp8)
5519 delete arg8;
5520 }
5521 return resultobj;
5522 fail:
5523 {
5524 if (temp8)
5525 delete arg8;
5526 }
5527 return NULL;
5528 }
5529
5530
5531 static PyObject *_wrap_StaticBitmap_GetBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
5532 PyObject *resultobj;
5533 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5534 wxBitmap result;
5535 PyObject * obj0 = 0 ;
5536 char *kwnames[] = {
5537 (char *) "self", NULL
5538 };
5539
5540 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticBitmap_GetBitmap",kwnames,&obj0)) goto fail;
5541 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5542 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5543 {
5544 PyThreadState* __tstate = wxPyBeginAllowThreads();
5545 result = (arg1)->GetBitmap();
5546
5547 wxPyEndAllowThreads(__tstate);
5548 if (PyErr_Occurred()) SWIG_fail;
5549 }
5550 {
5551 wxBitmap * resultptr;
5552 resultptr = new wxBitmap((wxBitmap &) result);
5553 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
5554 }
5555 return resultobj;
5556 fail:
5557 return NULL;
5558 }
5559
5560
5561 static PyObject *_wrap_StaticBitmap_SetBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
5562 PyObject *resultobj;
5563 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5564 wxBitmap *arg2 = 0 ;
5565 PyObject * obj0 = 0 ;
5566 PyObject * obj1 = 0 ;
5567 char *kwnames[] = {
5568 (char *) "self",(char *) "bitmap", NULL
5569 };
5570
5571 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetBitmap",kwnames,&obj0,&obj1)) goto fail;
5572 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5573 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5574 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
5575 SWIG_POINTER_EXCEPTION | 0)) == -1)
5576 SWIG_fail;
5577 if (arg2 == NULL) {
5578 PyErr_SetString(PyExc_TypeError,"null reference");
5579 SWIG_fail;
5580 }
5581 {
5582 PyThreadState* __tstate = wxPyBeginAllowThreads();
5583 (arg1)->SetBitmap((wxBitmap const &)*arg2);
5584
5585 wxPyEndAllowThreads(__tstate);
5586 if (PyErr_Occurred()) SWIG_fail;
5587 }
5588 Py_INCREF(Py_None); resultobj = Py_None;
5589 return resultobj;
5590 fail:
5591 return NULL;
5592 }
5593
5594
5595 static PyObject *_wrap_StaticBitmap_SetIcon(PyObject *, PyObject *args, PyObject *kwargs) {
5596 PyObject *resultobj;
5597 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5598 wxIcon *arg2 = 0 ;
5599 PyObject * obj0 = 0 ;
5600 PyObject * obj1 = 0 ;
5601 char *kwnames[] = {
5602 (char *) "self",(char *) "icon", NULL
5603 };
5604
5605 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetIcon",kwnames,&obj0,&obj1)) goto fail;
5606 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5607 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5608 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxIcon,
5609 SWIG_POINTER_EXCEPTION | 0)) == -1)
5610 SWIG_fail;
5611 if (arg2 == NULL) {
5612 PyErr_SetString(PyExc_TypeError,"null reference");
5613 SWIG_fail;
5614 }
5615 {
5616 PyThreadState* __tstate = wxPyBeginAllowThreads();
5617 (arg1)->SetIcon((wxIcon const &)*arg2);
5618
5619 wxPyEndAllowThreads(__tstate);
5620 if (PyErr_Occurred()) SWIG_fail;
5621 }
5622 Py_INCREF(Py_None); resultobj = Py_None;
5623 return resultobj;
5624 fail:
5625 return NULL;
5626 }
5627
5628
5629 static PyObject *_wrap_StaticBitmap_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
5630 PyObject *resultobj;
5631 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5632 wxVisualAttributes result;
5633 PyObject * obj0 = 0 ;
5634 char *kwnames[] = {
5635 (char *) "variant", NULL
5636 };
5637
5638 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticBitmap_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5639 if (obj0) {
5640 arg1 = (int)SWIG_As_int(obj0);
5641 if (PyErr_Occurred()) SWIG_fail;
5642 }
5643 {
5644 if (!wxPyCheckForApp()) SWIG_fail;
5645 PyThreadState* __tstate = wxPyBeginAllowThreads();
5646 result = wxStaticBitmap::GetClassDefaultAttributes((wxWindowVariant )arg1);
5647
5648 wxPyEndAllowThreads(__tstate);
5649 if (PyErr_Occurred()) SWIG_fail;
5650 }
5651 {
5652 wxVisualAttributes * resultptr;
5653 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5654 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5655 }
5656 return resultobj;
5657 fail:
5658 return NULL;
5659 }
5660
5661
5662 static PyObject * StaticBitmap_swigregister(PyObject *, PyObject *args) {
5663 PyObject *obj;
5664 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5665 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBitmap, obj);
5666 Py_INCREF(obj);
5667 return Py_BuildValue((char *)"");
5668 }
5669 static int _wrap_ListBoxNameStr_set(PyObject *) {
5670 PyErr_SetString(PyExc_TypeError,"Variable ListBoxNameStr is read-only.");
5671 return 1;
5672 }
5673
5674
5675 static PyObject *_wrap_ListBoxNameStr_get() {
5676 PyObject *pyobj;
5677
5678 {
5679 #if wxUSE_UNICODE
5680 pyobj = PyUnicode_FromWideChar((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
5681 #else
5682 pyobj = PyString_FromStringAndSize((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
5683 #endif
5684 }
5685 return pyobj;
5686 }
5687
5688
5689 static PyObject *_wrap_new_ListBox(PyObject *, PyObject *args, PyObject *kwargs) {
5690 PyObject *resultobj;
5691 wxWindow *arg1 = (wxWindow *) 0 ;
5692 int arg2 = (int) -1 ;
5693 wxPoint const &arg3_defvalue = wxDefaultPosition ;
5694 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
5695 wxSize const &arg4_defvalue = wxDefaultSize ;
5696 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
5697 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
5698 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
5699 long arg6 = (long) 0 ;
5700 wxValidator const &arg7_defvalue = wxDefaultValidator ;
5701 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
5702 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
5703 wxString *arg8 = (wxString *) &arg8_defvalue ;
5704 wxListBox *result;
5705 wxPoint temp3 ;
5706 wxSize temp4 ;
5707 bool temp5 = false ;
5708 bool temp8 = false ;
5709 PyObject * obj0 = 0 ;
5710 PyObject * obj1 = 0 ;
5711 PyObject * obj2 = 0 ;
5712 PyObject * obj3 = 0 ;
5713 PyObject * obj4 = 0 ;
5714 PyObject * obj5 = 0 ;
5715 PyObject * obj6 = 0 ;
5716 PyObject * obj7 = 0 ;
5717 char *kwnames[] = {
5718 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5719 };
5720
5721 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_ListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5722 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5723 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5724 if (obj1) {
5725 arg2 = (int)SWIG_As_int(obj1);
5726 if (PyErr_Occurred()) SWIG_fail;
5727 }
5728 if (obj2) {
5729 {
5730 arg3 = &temp3;
5731 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
5732 }
5733 }
5734 if (obj3) {
5735 {
5736 arg4 = &temp4;
5737 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
5738 }
5739 }
5740 if (obj4) {
5741 {
5742 if (! PySequence_Check(obj4)) {
5743 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5744 SWIG_fail;
5745 }
5746 arg5 = new wxArrayString;
5747 temp5 = true;
5748 int i, len=PySequence_Length(obj4);
5749 for (i=0; i<len; i++) {
5750 PyObject* item = PySequence_GetItem(obj4, i);
5751 #if wxUSE_UNICODE
5752 PyObject* str = PyObject_Unicode(item);
5753 #else
5754 PyObject* str = PyObject_Str(item);
5755 #endif
5756 if (PyErr_Occurred()) SWIG_fail;
5757 arg5->Add(Py2wxString(str));
5758 Py_DECREF(item);
5759 Py_DECREF(str);
5760 }
5761 }
5762 }
5763 if (obj5) {
5764 arg6 = (long)SWIG_As_long(obj5);
5765 if (PyErr_Occurred()) SWIG_fail;
5766 }
5767 if (obj6) {
5768 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
5769 SWIG_POINTER_EXCEPTION | 0)) == -1)
5770 SWIG_fail;
5771 if (arg7 == NULL) {
5772 PyErr_SetString(PyExc_TypeError,"null reference");
5773 SWIG_fail;
5774 }
5775 }
5776 if (obj7) {
5777 {
5778 arg8 = wxString_in_helper(obj7);
5779 if (arg8 == NULL) SWIG_fail;
5780 temp8 = true;
5781 }
5782 }
5783 {
5784 if (!wxPyCheckForApp()) SWIG_fail;
5785 PyThreadState* __tstate = wxPyBeginAllowThreads();
5786 result = (wxListBox *)new wxListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
5787
5788 wxPyEndAllowThreads(__tstate);
5789 if (PyErr_Occurred()) SWIG_fail;
5790 }
5791 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListBox, 1);
5792 {
5793 if (temp5) delete arg5;
5794 }
5795 {
5796 if (temp8)
5797 delete arg8;
5798 }
5799 return resultobj;
5800 fail:
5801 {
5802 if (temp5) delete arg5;
5803 }
5804 {
5805 if (temp8)
5806 delete arg8;
5807 }
5808 return NULL;
5809 }
5810
5811
5812 static PyObject *_wrap_new_PreListBox(PyObject *, PyObject *args, PyObject *kwargs) {
5813 PyObject *resultobj;
5814 wxListBox *result;
5815 char *kwnames[] = {
5816 NULL
5817 };
5818
5819 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListBox",kwnames)) goto fail;
5820 {
5821 if (!wxPyCheckForApp()) SWIG_fail;
5822 PyThreadState* __tstate = wxPyBeginAllowThreads();
5823 result = (wxListBox *)new wxListBox();
5824
5825 wxPyEndAllowThreads(__tstate);
5826 if (PyErr_Occurred()) SWIG_fail;
5827 }
5828 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListBox, 1);
5829 return resultobj;
5830 fail:
5831 return NULL;
5832 }
5833
5834
5835 static PyObject *_wrap_ListBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
5836 PyObject *resultobj;
5837 wxListBox *arg1 = (wxListBox *) 0 ;
5838 wxWindow *arg2 = (wxWindow *) 0 ;
5839 int arg3 = (int) -1 ;
5840 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5841 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5842 wxSize const &arg5_defvalue = wxDefaultSize ;
5843 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5844 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
5845 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
5846 long arg7 = (long) 0 ;
5847 wxValidator const &arg8_defvalue = wxDefaultValidator ;
5848 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
5849 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
5850 wxString *arg9 = (wxString *) &arg9_defvalue ;
5851 bool result;
5852 wxPoint temp4 ;
5853 wxSize temp5 ;
5854 bool temp6 = false ;
5855 bool temp9 = false ;
5856 PyObject * obj0 = 0 ;
5857 PyObject * obj1 = 0 ;
5858 PyObject * obj2 = 0 ;
5859 PyObject * obj3 = 0 ;
5860 PyObject * obj4 = 0 ;
5861 PyObject * obj5 = 0 ;
5862 PyObject * obj6 = 0 ;
5863 PyObject * obj7 = 0 ;
5864 PyObject * obj8 = 0 ;
5865 char *kwnames[] = {
5866 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5867 };
5868
5869 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:ListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
5870 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5871 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5872 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5873 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5874 if (obj2) {
5875 arg3 = (int)SWIG_As_int(obj2);
5876 if (PyErr_Occurred()) SWIG_fail;
5877 }
5878 if (obj3) {
5879 {
5880 arg4 = &temp4;
5881 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5882 }
5883 }
5884 if (obj4) {
5885 {
5886 arg5 = &temp5;
5887 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5888 }
5889 }
5890 if (obj5) {
5891 {
5892 if (! PySequence_Check(obj5)) {
5893 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5894 SWIG_fail;
5895 }
5896 arg6 = new wxArrayString;
5897 temp6 = true;
5898 int i, len=PySequence_Length(obj5);
5899 for (i=0; i<len; i++) {
5900 PyObject* item = PySequence_GetItem(obj5, i);
5901 #if wxUSE_UNICODE
5902 PyObject* str = PyObject_Unicode(item);
5903 #else
5904 PyObject* str = PyObject_Str(item);
5905 #endif
5906 if (PyErr_Occurred()) SWIG_fail;
5907 arg6->Add(Py2wxString(str));
5908 Py_DECREF(item);
5909 Py_DECREF(str);
5910 }
5911 }
5912 }
5913 if (obj6) {
5914 arg7 = (long)SWIG_As_long(obj6);
5915 if (PyErr_Occurred()) SWIG_fail;
5916 }
5917 if (obj7) {
5918 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
5919 SWIG_POINTER_EXCEPTION | 0)) == -1)
5920 SWIG_fail;
5921 if (arg8 == NULL) {
5922 PyErr_SetString(PyExc_TypeError,"null reference");
5923 SWIG_fail;
5924 }
5925 }
5926 if (obj8) {
5927 {
5928 arg9 = wxString_in_helper(obj8);
5929 if (arg9 == NULL) SWIG_fail;
5930 temp9 = true;
5931 }
5932 }
5933 {
5934 PyThreadState* __tstate = wxPyBeginAllowThreads();
5935 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
5936
5937 wxPyEndAllowThreads(__tstate);
5938 if (PyErr_Occurred()) SWIG_fail;
5939 }
5940 {
5941 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5942 }
5943 {
5944 if (temp6) delete arg6;
5945 }
5946 {
5947 if (temp9)
5948 delete arg9;
5949 }
5950 return resultobj;
5951 fail:
5952 {
5953 if (temp6) delete arg6;
5954 }
5955 {
5956 if (temp9)
5957 delete arg9;
5958 }
5959 return NULL;
5960 }
5961
5962
5963 static PyObject *_wrap_ListBox_Insert(PyObject *, PyObject *args, PyObject *kwargs) {
5964 PyObject *resultobj;
5965 wxListBox *arg1 = (wxListBox *) 0 ;
5966 wxString *arg2 = 0 ;
5967 int arg3 ;
5968 PyObject *arg4 = (PyObject *) NULL ;
5969 bool temp2 = false ;
5970 PyObject * obj0 = 0 ;
5971 PyObject * obj1 = 0 ;
5972 PyObject * obj2 = 0 ;
5973 PyObject * obj3 = 0 ;
5974 char *kwnames[] = {
5975 (char *) "self",(char *) "item",(char *) "pos",(char *) "clientData", NULL
5976 };
5977
5978 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListBox_Insert",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
5979 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5980 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5981 {
5982 arg2 = wxString_in_helper(obj1);
5983 if (arg2 == NULL) SWIG_fail;
5984 temp2 = true;
5985 }
5986 arg3 = (int)SWIG_As_int(obj2);
5987 if (PyErr_Occurred()) SWIG_fail;
5988 if (obj3) {
5989 arg4 = obj3;
5990 }
5991 {
5992 PyThreadState* __tstate = wxPyBeginAllowThreads();
5993 wxListBox_Insert(arg1,(wxString const &)*arg2,arg3,arg4);
5994
5995 wxPyEndAllowThreads(__tstate);
5996 if (PyErr_Occurred()) SWIG_fail;
5997 }
5998 Py_INCREF(Py_None); resultobj = Py_None;
5999 {
6000 if (temp2)
6001 delete arg2;
6002 }
6003 return resultobj;
6004 fail:
6005 {
6006 if (temp2)
6007 delete arg2;
6008 }
6009 return NULL;
6010 }
6011
6012
6013 static PyObject *_wrap_ListBox_InsertItems(PyObject *, PyObject *args, PyObject *kwargs) {
6014 PyObject *resultobj;
6015 wxListBox *arg1 = (wxListBox *) 0 ;
6016 wxArrayString *arg2 = 0 ;
6017 int arg3 ;
6018 bool temp2 = false ;
6019 PyObject * obj0 = 0 ;
6020 PyObject * obj1 = 0 ;
6021 PyObject * obj2 = 0 ;
6022 char *kwnames[] = {
6023 (char *) "self",(char *) "items",(char *) "pos", NULL
6024 };
6025
6026 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_InsertItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
6027 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6028 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6029 {
6030 if (! PySequence_Check(obj1)) {
6031 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6032 SWIG_fail;
6033 }
6034 arg2 = new wxArrayString;
6035 temp2 = true;
6036 int i, len=PySequence_Length(obj1);
6037 for (i=0; i<len; i++) {
6038 PyObject* item = PySequence_GetItem(obj1, i);
6039 #if wxUSE_UNICODE
6040 PyObject* str = PyObject_Unicode(item);
6041 #else
6042 PyObject* str = PyObject_Str(item);
6043 #endif
6044 if (PyErr_Occurred()) SWIG_fail;
6045 arg2->Add(Py2wxString(str));
6046 Py_DECREF(item);
6047 Py_DECREF(str);
6048 }
6049 }
6050 arg3 = (int)SWIG_As_int(obj2);
6051 if (PyErr_Occurred()) SWIG_fail;
6052 {
6053 PyThreadState* __tstate = wxPyBeginAllowThreads();
6054 (arg1)->InsertItems((wxArrayString const &)*arg2,arg3);
6055
6056 wxPyEndAllowThreads(__tstate);
6057 if (PyErr_Occurred()) SWIG_fail;
6058 }
6059 Py_INCREF(Py_None); resultobj = Py_None;
6060 {
6061 if (temp2) delete arg2;
6062 }
6063 return resultobj;
6064 fail:
6065 {
6066 if (temp2) delete arg2;
6067 }
6068 return NULL;
6069 }
6070
6071
6072 static PyObject *_wrap_ListBox_Set(PyObject *, PyObject *args, PyObject *kwargs) {
6073 PyObject *resultobj;
6074 wxListBox *arg1 = (wxListBox *) 0 ;
6075 wxArrayString *arg2 = 0 ;
6076 bool temp2 = false ;
6077 PyObject * obj0 = 0 ;
6078 PyObject * obj1 = 0 ;
6079 char *kwnames[] = {
6080 (char *) "self",(char *) "items", NULL
6081 };
6082
6083 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Set",kwnames,&obj0,&obj1)) goto fail;
6084 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6085 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6086 {
6087 if (! PySequence_Check(obj1)) {
6088 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6089 SWIG_fail;
6090 }
6091 arg2 = new wxArrayString;
6092 temp2 = true;
6093 int i, len=PySequence_Length(obj1);
6094 for (i=0; i<len; i++) {
6095 PyObject* item = PySequence_GetItem(obj1, i);
6096 #if wxUSE_UNICODE
6097 PyObject* str = PyObject_Unicode(item);
6098 #else
6099 PyObject* str = PyObject_Str(item);
6100 #endif
6101 if (PyErr_Occurred()) SWIG_fail;
6102 arg2->Add(Py2wxString(str));
6103 Py_DECREF(item);
6104 Py_DECREF(str);
6105 }
6106 }
6107 {
6108 PyThreadState* __tstate = wxPyBeginAllowThreads();
6109 (arg1)->Set((wxArrayString const &)*arg2);
6110
6111 wxPyEndAllowThreads(__tstate);
6112 if (PyErr_Occurred()) SWIG_fail;
6113 }
6114 Py_INCREF(Py_None); resultobj = Py_None;
6115 {
6116 if (temp2) delete arg2;
6117 }
6118 return resultobj;
6119 fail:
6120 {
6121 if (temp2) delete arg2;
6122 }
6123 return NULL;
6124 }
6125
6126
6127 static PyObject *_wrap_ListBox_IsSelected(PyObject *, PyObject *args, PyObject *kwargs) {
6128 PyObject *resultobj;
6129 wxListBox *arg1 = (wxListBox *) 0 ;
6130 int arg2 ;
6131 bool result;
6132 PyObject * obj0 = 0 ;
6133 PyObject * obj1 = 0 ;
6134 char *kwnames[] = {
6135 (char *) "self",(char *) "n", NULL
6136 };
6137
6138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_IsSelected",kwnames,&obj0,&obj1)) goto fail;
6139 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6140 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6141 arg2 = (int)SWIG_As_int(obj1);
6142 if (PyErr_Occurred()) SWIG_fail;
6143 {
6144 PyThreadState* __tstate = wxPyBeginAllowThreads();
6145 result = (bool)((wxListBox const *)arg1)->IsSelected(arg2);
6146
6147 wxPyEndAllowThreads(__tstate);
6148 if (PyErr_Occurred()) SWIG_fail;
6149 }
6150 {
6151 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6152 }
6153 return resultobj;
6154 fail:
6155 return NULL;
6156 }
6157
6158
6159 static PyObject *_wrap_ListBox_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
6160 PyObject *resultobj;
6161 wxListBox *arg1 = (wxListBox *) 0 ;
6162 int arg2 ;
6163 bool arg3 = (bool) true ;
6164 PyObject * obj0 = 0 ;
6165 PyObject * obj1 = 0 ;
6166 PyObject * obj2 = 0 ;
6167 char *kwnames[] = {
6168 (char *) "self",(char *) "n",(char *) "select", NULL
6169 };
6170
6171 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
6172 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6173 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6174 arg2 = (int)SWIG_As_int(obj1);
6175 if (PyErr_Occurred()) SWIG_fail;
6176 if (obj2) {
6177 arg3 = (bool)SWIG_As_bool(obj2);
6178 if (PyErr_Occurred()) SWIG_fail;
6179 }
6180 {
6181 PyThreadState* __tstate = wxPyBeginAllowThreads();
6182 (arg1)->SetSelection(arg2,arg3);
6183
6184 wxPyEndAllowThreads(__tstate);
6185 if (PyErr_Occurred()) SWIG_fail;
6186 }
6187 Py_INCREF(Py_None); resultobj = Py_None;
6188 return resultobj;
6189 fail:
6190 return NULL;
6191 }
6192
6193
6194 static PyObject *_wrap_ListBox_Select(PyObject *, PyObject *args, PyObject *kwargs) {
6195 PyObject *resultobj;
6196 wxListBox *arg1 = (wxListBox *) 0 ;
6197 int arg2 ;
6198 PyObject * obj0 = 0 ;
6199 PyObject * obj1 = 0 ;
6200 char *kwnames[] = {
6201 (char *) "self",(char *) "n", NULL
6202 };
6203
6204 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Select",kwnames,&obj0,&obj1)) goto fail;
6205 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6206 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6207 arg2 = (int)SWIG_As_int(obj1);
6208 if (PyErr_Occurred()) SWIG_fail;
6209 {
6210 PyThreadState* __tstate = wxPyBeginAllowThreads();
6211 (arg1)->Select(arg2);
6212
6213 wxPyEndAllowThreads(__tstate);
6214 if (PyErr_Occurred()) SWIG_fail;
6215 }
6216 Py_INCREF(Py_None); resultobj = Py_None;
6217 return resultobj;
6218 fail:
6219 return NULL;
6220 }
6221
6222
6223 static PyObject *_wrap_ListBox_Deselect(PyObject *, PyObject *args, PyObject *kwargs) {
6224 PyObject *resultobj;
6225 wxListBox *arg1 = (wxListBox *) 0 ;
6226 int arg2 ;
6227 PyObject * obj0 = 0 ;
6228 PyObject * obj1 = 0 ;
6229 char *kwnames[] = {
6230 (char *) "self",(char *) "n", NULL
6231 };
6232
6233 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Deselect",kwnames,&obj0,&obj1)) goto fail;
6234 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6235 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6236 arg2 = (int)SWIG_As_int(obj1);
6237 if (PyErr_Occurred()) SWIG_fail;
6238 {
6239 PyThreadState* __tstate = wxPyBeginAllowThreads();
6240 (arg1)->Deselect(arg2);
6241
6242 wxPyEndAllowThreads(__tstate);
6243 if (PyErr_Occurred()) SWIG_fail;
6244 }
6245 Py_INCREF(Py_None); resultobj = Py_None;
6246 return resultobj;
6247 fail:
6248 return NULL;
6249 }
6250
6251
6252 static PyObject *_wrap_ListBox_DeselectAll(PyObject *, PyObject *args, PyObject *kwargs) {
6253 PyObject *resultobj;
6254 wxListBox *arg1 = (wxListBox *) 0 ;
6255 int arg2 = (int) -1 ;
6256 PyObject * obj0 = 0 ;
6257 PyObject * obj1 = 0 ;
6258 char *kwnames[] = {
6259 (char *) "self",(char *) "itemToLeaveSelected", NULL
6260 };
6261
6262 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListBox_DeselectAll",kwnames,&obj0,&obj1)) goto fail;
6263 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6264 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6265 if (obj1) {
6266 arg2 = (int)SWIG_As_int(obj1);
6267 if (PyErr_Occurred()) SWIG_fail;
6268 }
6269 {
6270 PyThreadState* __tstate = wxPyBeginAllowThreads();
6271 (arg1)->DeselectAll(arg2);
6272
6273 wxPyEndAllowThreads(__tstate);
6274 if (PyErr_Occurred()) SWIG_fail;
6275 }
6276 Py_INCREF(Py_None); resultobj = Py_None;
6277 return resultobj;
6278 fail:
6279 return NULL;
6280 }
6281
6282
6283 static PyObject *_wrap_ListBox_SetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
6284 PyObject *resultobj;
6285 wxListBox *arg1 = (wxListBox *) 0 ;
6286 wxString *arg2 = 0 ;
6287 bool arg3 = (bool) true ;
6288 bool result;
6289 bool temp2 = false ;
6290 PyObject * obj0 = 0 ;
6291 PyObject * obj1 = 0 ;
6292 PyObject * obj2 = 0 ;
6293 char *kwnames[] = {
6294 (char *) "self",(char *) "s",(char *) "select", NULL
6295 };
6296
6297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetStringSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
6298 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6299 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6300 {
6301 arg2 = wxString_in_helper(obj1);
6302 if (arg2 == NULL) SWIG_fail;
6303 temp2 = true;
6304 }
6305 if (obj2) {
6306 arg3 = (bool)SWIG_As_bool(obj2);
6307 if (PyErr_Occurred()) SWIG_fail;
6308 }
6309 {
6310 PyThreadState* __tstate = wxPyBeginAllowThreads();
6311 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2,arg3);
6312
6313 wxPyEndAllowThreads(__tstate);
6314 if (PyErr_Occurred()) SWIG_fail;
6315 }
6316 {
6317 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6318 }
6319 {
6320 if (temp2)
6321 delete arg2;
6322 }
6323 return resultobj;
6324 fail:
6325 {
6326 if (temp2)
6327 delete arg2;
6328 }
6329 return NULL;
6330 }
6331
6332
6333 static PyObject *_wrap_ListBox_GetSelections(PyObject *, PyObject *args, PyObject *kwargs) {
6334 PyObject *resultobj;
6335 wxListBox *arg1 = (wxListBox *) 0 ;
6336 PyObject *result;
6337 PyObject * obj0 = 0 ;
6338 char *kwnames[] = {
6339 (char *) "self", NULL
6340 };
6341
6342 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_GetSelections",kwnames,&obj0)) goto fail;
6343 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6344 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6345 {
6346 PyThreadState* __tstate = wxPyBeginAllowThreads();
6347 result = (PyObject *)wxListBox_GetSelections(arg1);
6348
6349 wxPyEndAllowThreads(__tstate);
6350 if (PyErr_Occurred()) SWIG_fail;
6351 }
6352 resultobj = result;
6353 return resultobj;
6354 fail:
6355 return NULL;
6356 }
6357
6358
6359 static PyObject *_wrap_ListBox_SetFirstItem(PyObject *, PyObject *args, PyObject *kwargs) {
6360 PyObject *resultobj;
6361 wxListBox *arg1 = (wxListBox *) 0 ;
6362 int arg2 ;
6363 PyObject * obj0 = 0 ;
6364 PyObject * obj1 = 0 ;
6365 char *kwnames[] = {
6366 (char *) "self",(char *) "n", NULL
6367 };
6368
6369 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItem",kwnames,&obj0,&obj1)) goto fail;
6370 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6371 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6372 arg2 = (int)SWIG_As_int(obj1);
6373 if (PyErr_Occurred()) SWIG_fail;
6374 {
6375 PyThreadState* __tstate = wxPyBeginAllowThreads();
6376 (arg1)->SetFirstItem(arg2);
6377
6378 wxPyEndAllowThreads(__tstate);
6379 if (PyErr_Occurred()) SWIG_fail;
6380 }
6381 Py_INCREF(Py_None); resultobj = Py_None;
6382 return resultobj;
6383 fail:
6384 return NULL;
6385 }
6386
6387
6388 static PyObject *_wrap_ListBox_SetFirstItemStr(PyObject *, PyObject *args, PyObject *kwargs) {
6389 PyObject *resultobj;
6390 wxListBox *arg1 = (wxListBox *) 0 ;
6391 wxString *arg2 = 0 ;
6392 bool temp2 = false ;
6393 PyObject * obj0 = 0 ;
6394 PyObject * obj1 = 0 ;
6395 char *kwnames[] = {
6396 (char *) "self",(char *) "s", NULL
6397 };
6398
6399 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItemStr",kwnames,&obj0,&obj1)) goto fail;
6400 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6401 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6402 {
6403 arg2 = wxString_in_helper(obj1);
6404 if (arg2 == NULL) SWIG_fail;
6405 temp2 = true;
6406 }
6407 {
6408 PyThreadState* __tstate = wxPyBeginAllowThreads();
6409 (arg1)->SetFirstItem((wxString const &)*arg2);
6410
6411 wxPyEndAllowThreads(__tstate);
6412 if (PyErr_Occurred()) SWIG_fail;
6413 }
6414 Py_INCREF(Py_None); resultobj = Py_None;
6415 {
6416 if (temp2)
6417 delete arg2;
6418 }
6419 return resultobj;
6420 fail:
6421 {
6422 if (temp2)
6423 delete arg2;
6424 }
6425 return NULL;
6426 }
6427
6428
6429 static PyObject *_wrap_ListBox_EnsureVisible(PyObject *, PyObject *args, PyObject *kwargs) {
6430 PyObject *resultobj;
6431 wxListBox *arg1 = (wxListBox *) 0 ;
6432 int arg2 ;
6433 PyObject * obj0 = 0 ;
6434 PyObject * obj1 = 0 ;
6435 char *kwnames[] = {
6436 (char *) "self",(char *) "n", NULL
6437 };
6438
6439 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
6440 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6441 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6442 arg2 = (int)SWIG_As_int(obj1);
6443 if (PyErr_Occurred()) SWIG_fail;
6444 {
6445 PyThreadState* __tstate = wxPyBeginAllowThreads();
6446 (arg1)->EnsureVisible(arg2);
6447
6448 wxPyEndAllowThreads(__tstate);
6449 if (PyErr_Occurred()) SWIG_fail;
6450 }
6451 Py_INCREF(Py_None); resultobj = Py_None;
6452 return resultobj;
6453 fail:
6454 return NULL;
6455 }
6456
6457
6458 static PyObject *_wrap_ListBox_AppendAndEnsureVisible(PyObject *, PyObject *args, PyObject *kwargs) {
6459 PyObject *resultobj;
6460 wxListBox *arg1 = (wxListBox *) 0 ;
6461 wxString *arg2 = 0 ;
6462 bool temp2 = false ;
6463 PyObject * obj0 = 0 ;
6464 PyObject * obj1 = 0 ;
6465 char *kwnames[] = {
6466 (char *) "self",(char *) "s", NULL
6467 };
6468
6469 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_AppendAndEnsureVisible",kwnames,&obj0,&obj1)) goto fail;
6470 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6471 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6472 {
6473 arg2 = wxString_in_helper(obj1);
6474 if (arg2 == NULL) SWIG_fail;
6475 temp2 = true;
6476 }
6477 {
6478 PyThreadState* __tstate = wxPyBeginAllowThreads();
6479 (arg1)->AppendAndEnsureVisible((wxString const &)*arg2);
6480
6481 wxPyEndAllowThreads(__tstate);
6482 if (PyErr_Occurred()) SWIG_fail;
6483 }
6484 Py_INCREF(Py_None); resultobj = Py_None;
6485 {
6486 if (temp2)
6487 delete arg2;
6488 }
6489 return resultobj;
6490 fail:
6491 {
6492 if (temp2)
6493 delete arg2;
6494 }
6495 return NULL;
6496 }
6497
6498
6499 static PyObject *_wrap_ListBox_IsSorted(PyObject *, PyObject *args, PyObject *kwargs) {
6500 PyObject *resultobj;
6501 wxListBox *arg1 = (wxListBox *) 0 ;
6502 bool result;
6503 PyObject * obj0 = 0 ;
6504 char *kwnames[] = {
6505 (char *) "self", NULL
6506 };
6507
6508 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_IsSorted",kwnames,&obj0)) goto fail;
6509 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6510 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6511 {
6512 PyThreadState* __tstate = wxPyBeginAllowThreads();
6513 result = (bool)((wxListBox const *)arg1)->IsSorted();
6514
6515 wxPyEndAllowThreads(__tstate);
6516 if (PyErr_Occurred()) SWIG_fail;
6517 }
6518 {
6519 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6520 }
6521 return resultobj;
6522 fail:
6523 return NULL;
6524 }
6525
6526
6527 static PyObject *_wrap_ListBox_SetItemForegroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
6528 PyObject *resultobj;
6529 wxListBox *arg1 = (wxListBox *) 0 ;
6530 int arg2 ;
6531 wxColour *arg3 = 0 ;
6532 wxColour temp3 ;
6533 PyObject * obj0 = 0 ;
6534 PyObject * obj1 = 0 ;
6535 PyObject * obj2 = 0 ;
6536 char *kwnames[] = {
6537 (char *) "self",(char *) "item",(char *) "c", NULL
6538 };
6539
6540 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemForegroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
6541 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6542 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6543 arg2 = (int)SWIG_As_int(obj1);
6544 if (PyErr_Occurred()) SWIG_fail;
6545 {
6546 arg3 = &temp3;
6547 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
6548 }
6549 {
6550 PyThreadState* __tstate = wxPyBeginAllowThreads();
6551 wxListBox_SetItemForegroundColour(arg1,arg2,(wxColour const &)*arg3);
6552
6553 wxPyEndAllowThreads(__tstate);
6554 if (PyErr_Occurred()) SWIG_fail;
6555 }
6556 Py_INCREF(Py_None); resultobj = Py_None;
6557 return resultobj;
6558 fail:
6559 return NULL;
6560 }
6561
6562
6563 static PyObject *_wrap_ListBox_SetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
6564 PyObject *resultobj;
6565 wxListBox *arg1 = (wxListBox *) 0 ;
6566 int arg2 ;
6567 wxColour *arg3 = 0 ;
6568 wxColour temp3 ;
6569 PyObject * obj0 = 0 ;
6570 PyObject * obj1 = 0 ;
6571 PyObject * obj2 = 0 ;
6572 char *kwnames[] = {
6573 (char *) "self",(char *) "item",(char *) "c", NULL
6574 };
6575
6576 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
6577 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6578 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6579 arg2 = (int)SWIG_As_int(obj1);
6580 if (PyErr_Occurred()) SWIG_fail;
6581 {
6582 arg3 = &temp3;
6583 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
6584 }
6585 {
6586 PyThreadState* __tstate = wxPyBeginAllowThreads();
6587 wxListBox_SetItemBackgroundColour(arg1,arg2,(wxColour const &)*arg3);
6588
6589 wxPyEndAllowThreads(__tstate);
6590 if (PyErr_Occurred()) SWIG_fail;
6591 }
6592 Py_INCREF(Py_None); resultobj = Py_None;
6593 return resultobj;
6594 fail:
6595 return NULL;
6596 }
6597
6598
6599 static PyObject *_wrap_ListBox_SetItemFont(PyObject *, PyObject *args, PyObject *kwargs) {
6600 PyObject *resultobj;
6601 wxListBox *arg1 = (wxListBox *) 0 ;
6602 int arg2 ;
6603 wxFont *arg3 = 0 ;
6604 PyObject * obj0 = 0 ;
6605 PyObject * obj1 = 0 ;
6606 PyObject * obj2 = 0 ;
6607 char *kwnames[] = {
6608 (char *) "self",(char *) "item",(char *) "f", NULL
6609 };
6610
6611 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
6612 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6613 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6614 arg2 = (int)SWIG_As_int(obj1);
6615 if (PyErr_Occurred()) SWIG_fail;
6616 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
6617 SWIG_POINTER_EXCEPTION | 0)) == -1)
6618 SWIG_fail;
6619 if (arg3 == NULL) {
6620 PyErr_SetString(PyExc_TypeError,"null reference");
6621 SWIG_fail;
6622 }
6623 {
6624 PyThreadState* __tstate = wxPyBeginAllowThreads();
6625 wxListBox_SetItemFont(arg1,arg2,(wxFont const &)*arg3);
6626
6627 wxPyEndAllowThreads(__tstate);
6628 if (PyErr_Occurred()) SWIG_fail;
6629 }
6630 Py_INCREF(Py_None); resultobj = Py_None;
6631 return resultobj;
6632 fail:
6633 return NULL;
6634 }
6635
6636
6637 static PyObject *_wrap_ListBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
6638 PyObject *resultobj;
6639 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
6640 wxVisualAttributes result;
6641 PyObject * obj0 = 0 ;
6642 char *kwnames[] = {
6643 (char *) "variant", NULL
6644 };
6645
6646 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ListBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
6647 if (obj0) {
6648 arg1 = (int)SWIG_As_int(obj0);
6649 if (PyErr_Occurred()) SWIG_fail;
6650 }
6651 {
6652 if (!wxPyCheckForApp()) SWIG_fail;
6653 PyThreadState* __tstate = wxPyBeginAllowThreads();
6654 result = wxListBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
6655
6656 wxPyEndAllowThreads(__tstate);
6657 if (PyErr_Occurred()) SWIG_fail;
6658 }
6659 {
6660 wxVisualAttributes * resultptr;
6661 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
6662 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
6663 }
6664 return resultobj;
6665 fail:
6666 return NULL;
6667 }
6668
6669
6670 static PyObject * ListBox_swigregister(PyObject *, PyObject *args) {
6671 PyObject *obj;
6672 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
6673 SWIG_TypeClientData(SWIGTYPE_p_wxListBox, obj);
6674 Py_INCREF(obj);
6675 return Py_BuildValue((char *)"");
6676 }
6677 static PyObject *_wrap_new_CheckListBox(PyObject *, PyObject *args, PyObject *kwargs) {
6678 PyObject *resultobj;
6679 wxWindow *arg1 = (wxWindow *) 0 ;
6680 int arg2 = (int) -1 ;
6681 wxPoint const &arg3_defvalue = wxDefaultPosition ;
6682 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
6683 wxSize const &arg4_defvalue = wxDefaultSize ;
6684 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
6685 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
6686 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
6687 long arg6 = (long) 0 ;
6688 wxValidator const &arg7_defvalue = wxDefaultValidator ;
6689 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
6690 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
6691 wxString *arg8 = (wxString *) &arg8_defvalue ;
6692 wxCheckListBox *result;
6693 wxPoint temp3 ;
6694 wxSize temp4 ;
6695 bool temp5 = false ;
6696 bool temp8 = false ;
6697 PyObject * obj0 = 0 ;
6698 PyObject * obj1 = 0 ;
6699 PyObject * obj2 = 0 ;
6700 PyObject * obj3 = 0 ;
6701 PyObject * obj4 = 0 ;
6702 PyObject * obj5 = 0 ;
6703 PyObject * obj6 = 0 ;
6704 PyObject * obj7 = 0 ;
6705 char *kwnames[] = {
6706 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6707 };
6708
6709 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_CheckListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
6710 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
6711 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6712 if (obj1) {
6713 arg2 = (int)SWIG_As_int(obj1);
6714 if (PyErr_Occurred()) SWIG_fail;
6715 }
6716 if (obj2) {
6717 {
6718 arg3 = &temp3;
6719 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
6720 }
6721 }
6722 if (obj3) {
6723 {
6724 arg4 = &temp4;
6725 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
6726 }
6727 }
6728 if (obj4) {
6729 {
6730 if (! PySequence_Check(obj4)) {
6731 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6732 SWIG_fail;
6733 }
6734 arg5 = new wxArrayString;
6735 temp5 = true;
6736 int i, len=PySequence_Length(obj4);
6737 for (i=0; i<len; i++) {
6738 PyObject* item = PySequence_GetItem(obj4, i);
6739 #if wxUSE_UNICODE
6740 PyObject* str = PyObject_Unicode(item);
6741 #else
6742 PyObject* str = PyObject_Str(item);
6743 #endif
6744 if (PyErr_Occurred()) SWIG_fail;
6745 arg5->Add(Py2wxString(str));
6746 Py_DECREF(item);
6747 Py_DECREF(str);
6748 }
6749 }
6750 }
6751 if (obj5) {
6752 arg6 = (long)SWIG_As_long(obj5);
6753 if (PyErr_Occurred()) SWIG_fail;
6754 }
6755 if (obj6) {
6756 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
6757 SWIG_POINTER_EXCEPTION | 0)) == -1)
6758 SWIG_fail;
6759 if (arg7 == NULL) {
6760 PyErr_SetString(PyExc_TypeError,"null reference");
6761 SWIG_fail;
6762 }
6763 }
6764 if (obj7) {
6765 {
6766 arg8 = wxString_in_helper(obj7);
6767 if (arg8 == NULL) SWIG_fail;
6768 temp8 = true;
6769 }
6770 }
6771 {
6772 if (!wxPyCheckForApp()) SWIG_fail;
6773 PyThreadState* __tstate = wxPyBeginAllowThreads();
6774 result = (wxCheckListBox *)new wxCheckListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
6775
6776 wxPyEndAllowThreads(__tstate);
6777 if (PyErr_Occurred()) SWIG_fail;
6778 }
6779 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckListBox, 1);
6780 {
6781 if (temp5) delete arg5;
6782 }
6783 {
6784 if (temp8)
6785 delete arg8;
6786 }
6787 return resultobj;
6788 fail:
6789 {
6790 if (temp5) delete arg5;
6791 }
6792 {
6793 if (temp8)
6794 delete arg8;
6795 }
6796 return NULL;
6797 }
6798
6799
6800 static PyObject *_wrap_new_PreCheckListBox(PyObject *, PyObject *args, PyObject *kwargs) {
6801 PyObject *resultobj;
6802 wxCheckListBox *result;
6803 char *kwnames[] = {
6804 NULL
6805 };
6806
6807 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckListBox",kwnames)) goto fail;
6808 {
6809 if (!wxPyCheckForApp()) SWIG_fail;
6810 PyThreadState* __tstate = wxPyBeginAllowThreads();
6811 result = (wxCheckListBox *)new wxCheckListBox();
6812
6813 wxPyEndAllowThreads(__tstate);
6814 if (PyErr_Occurred()) SWIG_fail;
6815 }
6816 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckListBox, 1);
6817 return resultobj;
6818 fail:
6819 return NULL;
6820 }
6821
6822
6823 static PyObject *_wrap_CheckListBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
6824 PyObject *resultobj;
6825 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6826 wxWindow *arg2 = (wxWindow *) 0 ;
6827 int arg3 = (int) -1 ;
6828 wxPoint const &arg4_defvalue = wxDefaultPosition ;
6829 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
6830 wxSize const &arg5_defvalue = wxDefaultSize ;
6831 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
6832 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
6833 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
6834 long arg7 = (long) 0 ;
6835 wxValidator const &arg8_defvalue = wxDefaultValidator ;
6836 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
6837 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
6838 wxString *arg9 = (wxString *) &arg9_defvalue ;
6839 bool result;
6840 wxPoint temp4 ;
6841 wxSize temp5 ;
6842 bool temp6 = false ;
6843 bool temp9 = false ;
6844 PyObject * obj0 = 0 ;
6845 PyObject * obj1 = 0 ;
6846 PyObject * obj2 = 0 ;
6847 PyObject * obj3 = 0 ;
6848 PyObject * obj4 = 0 ;
6849 PyObject * obj5 = 0 ;
6850 PyObject * obj6 = 0 ;
6851 PyObject * obj7 = 0 ;
6852 PyObject * obj8 = 0 ;
6853 char *kwnames[] = {
6854 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6855 };
6856
6857 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:CheckListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
6858 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6859 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6860 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
6861 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6862 if (obj2) {
6863 arg3 = (int)SWIG_As_int(obj2);
6864 if (PyErr_Occurred()) SWIG_fail;
6865 }
6866 if (obj3) {
6867 {
6868 arg4 = &temp4;
6869 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
6870 }
6871 }
6872 if (obj4) {
6873 {
6874 arg5 = &temp5;
6875 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
6876 }
6877 }
6878 if (obj5) {
6879 {
6880 if (! PySequence_Check(obj5)) {
6881 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6882 SWIG_fail;
6883 }
6884 arg6 = new wxArrayString;
6885 temp6 = true;
6886 int i, len=PySequence_Length(obj5);
6887 for (i=0; i<len; i++) {
6888 PyObject* item = PySequence_GetItem(obj5, i);
6889 #if wxUSE_UNICODE
6890 PyObject* str = PyObject_Unicode(item);
6891 #else
6892 PyObject* str = PyObject_Str(item);
6893 #endif
6894 if (PyErr_Occurred()) SWIG_fail;
6895 arg6->Add(Py2wxString(str));
6896 Py_DECREF(item);
6897 Py_DECREF(str);
6898 }
6899 }
6900 }
6901 if (obj6) {
6902 arg7 = (long)SWIG_As_long(obj6);
6903 if (PyErr_Occurred()) SWIG_fail;
6904 }
6905 if (obj7) {
6906 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
6907 SWIG_POINTER_EXCEPTION | 0)) == -1)
6908 SWIG_fail;
6909 if (arg8 == NULL) {
6910 PyErr_SetString(PyExc_TypeError,"null reference");
6911 SWIG_fail;
6912 }
6913 }
6914 if (obj8) {
6915 {
6916 arg9 = wxString_in_helper(obj8);
6917 if (arg9 == NULL) SWIG_fail;
6918 temp9 = true;
6919 }
6920 }
6921 {
6922 PyThreadState* __tstate = wxPyBeginAllowThreads();
6923 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
6924
6925 wxPyEndAllowThreads(__tstate);
6926 if (PyErr_Occurred()) SWIG_fail;
6927 }
6928 {
6929 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6930 }
6931 {
6932 if (temp6) delete arg6;
6933 }
6934 {
6935 if (temp9)
6936 delete arg9;
6937 }
6938 return resultobj;
6939 fail:
6940 {
6941 if (temp6) delete arg6;
6942 }
6943 {
6944 if (temp9)
6945 delete arg9;
6946 }
6947 return NULL;
6948 }
6949
6950
6951 static PyObject *_wrap_CheckListBox_IsChecked(PyObject *, PyObject *args, PyObject *kwargs) {
6952 PyObject *resultobj;
6953 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6954 int arg2 ;
6955 bool result;
6956 PyObject * obj0 = 0 ;
6957 PyObject * obj1 = 0 ;
6958 char *kwnames[] = {
6959 (char *) "self",(char *) "index", NULL
6960 };
6961
6962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_IsChecked",kwnames,&obj0,&obj1)) goto fail;
6963 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6964 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6965 arg2 = (int)SWIG_As_int(obj1);
6966 if (PyErr_Occurred()) SWIG_fail;
6967 {
6968 PyThreadState* __tstate = wxPyBeginAllowThreads();
6969 result = (bool)(arg1)->IsChecked(arg2);
6970
6971 wxPyEndAllowThreads(__tstate);
6972 if (PyErr_Occurred()) SWIG_fail;
6973 }
6974 {
6975 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6976 }
6977 return resultobj;
6978 fail:
6979 return NULL;
6980 }
6981
6982
6983 static PyObject *_wrap_CheckListBox_Check(PyObject *, PyObject *args, PyObject *kwargs) {
6984 PyObject *resultobj;
6985 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6986 int arg2 ;
6987 int arg3 = (int) true ;
6988 PyObject * obj0 = 0 ;
6989 PyObject * obj1 = 0 ;
6990 PyObject * obj2 = 0 ;
6991 char *kwnames[] = {
6992 (char *) "self",(char *) "index",(char *) "check", NULL
6993 };
6994
6995 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:CheckListBox_Check",kwnames,&obj0,&obj1,&obj2)) goto fail;
6996 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6997 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6998 arg2 = (int)SWIG_As_int(obj1);
6999 if (PyErr_Occurred()) SWIG_fail;
7000 if (obj2) {
7001 arg3 = (int)SWIG_As_int(obj2);
7002 if (PyErr_Occurred()) SWIG_fail;
7003 }
7004 {
7005 PyThreadState* __tstate = wxPyBeginAllowThreads();
7006 (arg1)->Check(arg2,arg3);
7007
7008 wxPyEndAllowThreads(__tstate);
7009 if (PyErr_Occurred()) SWIG_fail;
7010 }
7011 Py_INCREF(Py_None); resultobj = Py_None;
7012 return resultobj;
7013 fail:
7014 return NULL;
7015 }
7016
7017
7018 static PyObject *_wrap_CheckListBox_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
7019 PyObject *resultobj;
7020 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
7021 wxPoint *arg2 = 0 ;
7022 int result;
7023 wxPoint temp2 ;
7024 PyObject * obj0 = 0 ;
7025 PyObject * obj1 = 0 ;
7026 char *kwnames[] = {
7027 (char *) "self",(char *) "pt", NULL
7028 };
7029
7030 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_HitTest",kwnames,&obj0,&obj1)) goto fail;
7031 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
7032 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7033 {
7034 arg2 = &temp2;
7035 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
7036 }
7037 {
7038 PyThreadState* __tstate = wxPyBeginAllowThreads();
7039 result = (int)((wxCheckListBox const *)arg1)->HitTest((wxPoint const &)*arg2);
7040
7041 wxPyEndAllowThreads(__tstate);
7042 if (PyErr_Occurred()) SWIG_fail;
7043 }
7044 resultobj = SWIG_From_int((int)result);
7045 return resultobj;
7046 fail:
7047 return NULL;
7048 }
7049
7050
7051 static PyObject *_wrap_CheckListBox_HitTestXY(PyObject *, PyObject *args, PyObject *kwargs) {
7052 PyObject *resultobj;
7053 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
7054 int arg2 ;
7055 int arg3 ;
7056 int result;
7057 PyObject * obj0 = 0 ;
7058 PyObject * obj1 = 0 ;
7059 PyObject * obj2 = 0 ;
7060 char *kwnames[] = {
7061 (char *) "self",(char *) "x",(char *) "y", NULL
7062 };
7063
7064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:CheckListBox_HitTestXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
7065 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
7066 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7067 arg2 = (int)SWIG_As_int(obj1);
7068 if (PyErr_Occurred()) SWIG_fail;
7069 arg3 = (int)SWIG_As_int(obj2);
7070 if (PyErr_Occurred()) SWIG_fail;
7071 {
7072 PyThreadState* __tstate = wxPyBeginAllowThreads();
7073 result = (int)((wxCheckListBox const *)arg1)->HitTest(arg2,arg3);
7074
7075 wxPyEndAllowThreads(__tstate);
7076 if (PyErr_Occurred()) SWIG_fail;
7077 }
7078 resultobj = SWIG_From_int((int)result);
7079 return resultobj;
7080 fail:
7081 return NULL;
7082 }
7083
7084
7085 static PyObject * CheckListBox_swigregister(PyObject *, PyObject *args) {
7086 PyObject *obj;
7087 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
7088 SWIG_TypeClientData(SWIGTYPE_p_wxCheckListBox, obj);
7089 Py_INCREF(obj);
7090 return Py_BuildValue((char *)"");
7091 }
7092 static int _wrap_TextCtrlNameStr_set(PyObject *) {
7093 PyErr_SetString(PyExc_TypeError,"Variable TextCtrlNameStr is read-only.");
7094 return 1;
7095 }
7096
7097
7098 static PyObject *_wrap_TextCtrlNameStr_get() {
7099 PyObject *pyobj;
7100
7101 {
7102 #if wxUSE_UNICODE
7103 pyobj = PyUnicode_FromWideChar((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
7104 #else
7105 pyobj = PyString_FromStringAndSize((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
7106 #endif
7107 }
7108 return pyobj;
7109 }
7110
7111
7112 static PyObject *_wrap_new_TextAttr(PyObject *, PyObject *args, PyObject *kwargs) {
7113 PyObject *resultobj;
7114 wxColour const &arg1_defvalue = wxNullColour ;
7115 wxColour *arg1 = (wxColour *) &arg1_defvalue ;
7116 wxColour const &arg2_defvalue = wxNullColour ;
7117 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
7118 wxFont const &arg3_defvalue = wxNullFont ;
7119 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
7120 int arg4 = (int) wxTEXT_ALIGNMENT_DEFAULT ;
7121 wxTextAttr *result;
7122 wxColour temp1 ;
7123 wxColour temp2 ;
7124 PyObject * obj0 = 0 ;
7125 PyObject * obj1 = 0 ;
7126 PyObject * obj2 = 0 ;
7127 PyObject * obj3 = 0 ;
7128 char *kwnames[] = {
7129 (char *) "colText",(char *) "colBack",(char *) "font",(char *) "alignment", NULL
7130 };
7131
7132 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_TextAttr",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
7133 if (obj0) {
7134 {
7135 arg1 = &temp1;
7136 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
7137 }
7138 }
7139 if (obj1) {
7140 {
7141 arg2 = &temp2;
7142 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7143 }
7144 }
7145 if (obj2) {
7146 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
7147 SWIG_POINTER_EXCEPTION | 0)) == -1)
7148 SWIG_fail;
7149 if (arg3 == NULL) {
7150 PyErr_SetString(PyExc_TypeError,"null reference");
7151 SWIG_fail;
7152 }
7153 }
7154 if (obj3) {
7155 arg4 = (int)SWIG_As_int(obj3);
7156 if (PyErr_Occurred()) SWIG_fail;
7157 }
7158 {
7159 PyThreadState* __tstate = wxPyBeginAllowThreads();
7160 result = (wxTextAttr *)new wxTextAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3,(wxTextAttrAlignment )arg4);
7161
7162 wxPyEndAllowThreads(__tstate);
7163 if (PyErr_Occurred()) SWIG_fail;
7164 }
7165 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 1);
7166 return resultobj;
7167 fail:
7168 return NULL;
7169 }
7170
7171
7172 static PyObject *_wrap_delete_TextAttr(PyObject *, PyObject *args, PyObject *kwargs) {
7173 PyObject *resultobj;
7174 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7175 PyObject * obj0 = 0 ;
7176 char *kwnames[] = {
7177 (char *) "self", NULL
7178 };
7179
7180 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TextAttr",kwnames,&obj0)) goto fail;
7181 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7182 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7183 {
7184 PyThreadState* __tstate = wxPyBeginAllowThreads();
7185 delete arg1;
7186
7187 wxPyEndAllowThreads(__tstate);
7188 if (PyErr_Occurred()) SWIG_fail;
7189 }
7190 Py_INCREF(Py_None); resultobj = Py_None;
7191 return resultobj;
7192 fail:
7193 return NULL;
7194 }
7195
7196
7197 static PyObject *_wrap_TextAttr_Init(PyObject *, PyObject *args, PyObject *kwargs) {
7198 PyObject *resultobj;
7199 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7200 PyObject * obj0 = 0 ;
7201 char *kwnames[] = {
7202 (char *) "self", NULL
7203 };
7204
7205 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_Init",kwnames,&obj0)) goto fail;
7206 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7207 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7208 {
7209 PyThreadState* __tstate = wxPyBeginAllowThreads();
7210 (arg1)->Init();
7211
7212 wxPyEndAllowThreads(__tstate);
7213 if (PyErr_Occurred()) SWIG_fail;
7214 }
7215 Py_INCREF(Py_None); resultobj = Py_None;
7216 return resultobj;
7217 fail:
7218 return NULL;
7219 }
7220
7221
7222 static PyObject *_wrap_TextAttr_SetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
7223 PyObject *resultobj;
7224 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7225 wxColour *arg2 = 0 ;
7226 wxColour temp2 ;
7227 PyObject * obj0 = 0 ;
7228 PyObject * obj1 = 0 ;
7229 char *kwnames[] = {
7230 (char *) "self",(char *) "colText", NULL
7231 };
7232
7233 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
7234 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7235 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7236 {
7237 arg2 = &temp2;
7238 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7239 }
7240 {
7241 PyThreadState* __tstate = wxPyBeginAllowThreads();
7242 (arg1)->SetTextColour((wxColour const &)*arg2);
7243
7244 wxPyEndAllowThreads(__tstate);
7245 if (PyErr_Occurred()) SWIG_fail;
7246 }
7247 Py_INCREF(Py_None); resultobj = Py_None;
7248 return resultobj;
7249 fail:
7250 return NULL;
7251 }
7252
7253
7254 static PyObject *_wrap_TextAttr_SetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
7255 PyObject *resultobj;
7256 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7257 wxColour *arg2 = 0 ;
7258 wxColour temp2 ;
7259 PyObject * obj0 = 0 ;
7260 PyObject * obj1 = 0 ;
7261 char *kwnames[] = {
7262 (char *) "self",(char *) "colBack", NULL
7263 };
7264
7265 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
7266 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7267 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7268 {
7269 arg2 = &temp2;
7270 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7271 }
7272 {
7273 PyThreadState* __tstate = wxPyBeginAllowThreads();
7274 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
7275
7276 wxPyEndAllowThreads(__tstate);
7277 if (PyErr_Occurred()) SWIG_fail;
7278 }
7279 Py_INCREF(Py_None); resultobj = Py_None;
7280 return resultobj;
7281 fail:
7282 return NULL;
7283 }
7284
7285
7286 static PyObject *_wrap_TextAttr_SetFont(PyObject *, PyObject *args, PyObject *kwargs) {
7287 PyObject *resultobj;
7288 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7289 wxFont *arg2 = 0 ;
7290 long arg3 = (long) wxTEXT_ATTR_FONT ;
7291 PyObject * obj0 = 0 ;
7292 PyObject * obj1 = 0 ;
7293 PyObject * obj2 = 0 ;
7294 char *kwnames[] = {
7295 (char *) "self",(char *) "font",(char *) "flags", NULL
7296 };
7297
7298 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
7299 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7300 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7301 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
7302 SWIG_POINTER_EXCEPTION | 0)) == -1)
7303 SWIG_fail;
7304 if (arg2 == NULL) {
7305 PyErr_SetString(PyExc_TypeError,"null reference");
7306 SWIG_fail;
7307 }
7308 if (obj2) {
7309 arg3 = (long)SWIG_As_long(obj2);
7310 if (PyErr_Occurred()) SWIG_fail;
7311 }
7312 {
7313 PyThreadState* __tstate = wxPyBeginAllowThreads();
7314 (arg1)->SetFont((wxFont const &)*arg2,arg3);
7315
7316 wxPyEndAllowThreads(__tstate);
7317 if (PyErr_Occurred()) SWIG_fail;
7318 }
7319 Py_INCREF(Py_None); resultobj = Py_None;
7320 return resultobj;
7321 fail:
7322 return NULL;
7323 }
7324
7325
7326 static PyObject *_wrap_TextAttr_SetAlignment(PyObject *, PyObject *args, PyObject *kwargs) {
7327 PyObject *resultobj;
7328 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7329 int arg2 ;
7330 PyObject * obj0 = 0 ;
7331 PyObject * obj1 = 0 ;
7332 char *kwnames[] = {
7333 (char *) "self",(char *) "alignment", NULL
7334 };
7335
7336 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetAlignment",kwnames,&obj0,&obj1)) goto fail;
7337 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7338 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7339 arg2 = (int)SWIG_As_int(obj1);
7340 if (PyErr_Occurred()) SWIG_fail;
7341 {
7342 PyThreadState* __tstate = wxPyBeginAllowThreads();
7343 (arg1)->SetAlignment((wxTextAttrAlignment )arg2);
7344
7345 wxPyEndAllowThreads(__tstate);
7346 if (PyErr_Occurred()) SWIG_fail;
7347 }
7348 Py_INCREF(Py_None); resultobj = Py_None;
7349 return resultobj;
7350 fail:
7351 return NULL;
7352 }
7353
7354
7355 static PyObject *_wrap_TextAttr_SetTabs(PyObject *, PyObject *args, PyObject *kwargs) {
7356 PyObject *resultobj;
7357 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7358 wxArrayInt *arg2 = 0 ;
7359 bool temp2 = false ;
7360 PyObject * obj0 = 0 ;
7361 PyObject * obj1 = 0 ;
7362 char *kwnames[] = {
7363 (char *) "self",(char *) "tabs", NULL
7364 };
7365
7366 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTabs",kwnames,&obj0,&obj1)) goto fail;
7367 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7368 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7369 {
7370 if (! PySequence_Check(obj1)) {
7371 PyErr_SetString(PyExc_TypeError, "Sequence of integers expected.");
7372 SWIG_fail;
7373 }
7374 arg2 = new wxArrayInt;
7375 temp2 = true;
7376 int i, len=PySequence_Length(obj1);
7377 for (i=0; i<len; i++) {
7378 PyObject* item = PySequence_GetItem(obj1, i);
7379 PyObject* number = PyNumber_Int(item);
7380 arg2->Add(PyInt_AS_LONG(number));
7381 Py_DECREF(item);
7382 Py_DECREF(number);
7383 }
7384 }
7385 {
7386 PyThreadState* __tstate = wxPyBeginAllowThreads();
7387 (arg1)->SetTabs((wxArrayInt const &)*arg2);
7388
7389 wxPyEndAllowThreads(__tstate);
7390 if (PyErr_Occurred()) SWIG_fail;
7391 }
7392 Py_INCREF(Py_None); resultobj = Py_None;
7393 {
7394 if (temp2) delete arg2;
7395 }
7396 return resultobj;
7397 fail:
7398 {
7399 if (temp2) delete arg2;
7400 }
7401 return NULL;
7402 }
7403
7404
7405 static PyObject *_wrap_TextAttr_SetLeftIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7406 PyObject *resultobj;
7407 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7408 int arg2 ;
7409 int arg3 = (int) 0 ;
7410 PyObject * obj0 = 0 ;
7411 PyObject * obj1 = 0 ;
7412 PyObject * obj2 = 0 ;
7413 char *kwnames[] = {
7414 (char *) "self",(char *) "indent",(char *) "subIndent", NULL
7415 };
7416
7417 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetLeftIndent",kwnames,&obj0,&obj1,&obj2)) goto fail;
7418 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7419 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7420 arg2 = (int)SWIG_As_int(obj1);
7421 if (PyErr_Occurred()) SWIG_fail;
7422 if (obj2) {
7423 arg3 = (int)SWIG_As_int(obj2);
7424 if (PyErr_Occurred()) SWIG_fail;
7425 }
7426 {
7427 PyThreadState* __tstate = wxPyBeginAllowThreads();
7428 (arg1)->SetLeftIndent(arg2,arg3);
7429
7430 wxPyEndAllowThreads(__tstate);
7431 if (PyErr_Occurred()) SWIG_fail;
7432 }
7433 Py_INCREF(Py_None); resultobj = Py_None;
7434 return resultobj;
7435 fail:
7436 return NULL;
7437 }
7438
7439
7440 static PyObject *_wrap_TextAttr_SetRightIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7441 PyObject *resultobj;
7442 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7443 int arg2 ;
7444 PyObject * obj0 = 0 ;
7445 PyObject * obj1 = 0 ;
7446 char *kwnames[] = {
7447 (char *) "self",(char *) "indent", NULL
7448 };
7449
7450 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetRightIndent",kwnames,&obj0,&obj1)) goto fail;
7451 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7452 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7453 arg2 = (int)SWIG_As_int(obj1);
7454 if (PyErr_Occurred()) SWIG_fail;
7455 {
7456 PyThreadState* __tstate = wxPyBeginAllowThreads();
7457 (arg1)->SetRightIndent(arg2);
7458
7459 wxPyEndAllowThreads(__tstate);
7460 if (PyErr_Occurred()) SWIG_fail;
7461 }
7462 Py_INCREF(Py_None); resultobj = Py_None;
7463 return resultobj;
7464 fail:
7465 return NULL;
7466 }
7467
7468
7469 static PyObject *_wrap_TextAttr_SetFlags(PyObject *, PyObject *args, PyObject *kwargs) {
7470 PyObject *resultobj;
7471 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7472 long arg2 ;
7473 PyObject * obj0 = 0 ;
7474 PyObject * obj1 = 0 ;
7475 char *kwnames[] = {
7476 (char *) "self",(char *) "flags", NULL
7477 };
7478
7479 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetFlags",kwnames,&obj0,&obj1)) goto fail;
7480 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7481 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7482 arg2 = (long)SWIG_As_long(obj1);
7483 if (PyErr_Occurred()) SWIG_fail;
7484 {
7485 PyThreadState* __tstate = wxPyBeginAllowThreads();
7486 (arg1)->SetFlags(arg2);
7487
7488 wxPyEndAllowThreads(__tstate);
7489 if (PyErr_Occurred()) SWIG_fail;
7490 }
7491 Py_INCREF(Py_None); resultobj = Py_None;
7492 return resultobj;
7493 fail:
7494 return NULL;
7495 }
7496
7497
7498 static PyObject *_wrap_TextAttr_HasTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
7499 PyObject *resultobj;
7500 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7501 bool result;
7502 PyObject * obj0 = 0 ;
7503 char *kwnames[] = {
7504 (char *) "self", NULL
7505 };
7506
7507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTextColour",kwnames,&obj0)) goto fail;
7508 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7509 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7510 {
7511 PyThreadState* __tstate = wxPyBeginAllowThreads();
7512 result = (bool)((wxTextAttr const *)arg1)->HasTextColour();
7513
7514 wxPyEndAllowThreads(__tstate);
7515 if (PyErr_Occurred()) SWIG_fail;
7516 }
7517 {
7518 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7519 }
7520 return resultobj;
7521 fail:
7522 return NULL;
7523 }
7524
7525
7526 static PyObject *_wrap_TextAttr_HasBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
7527 PyObject *resultobj;
7528 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7529 bool result;
7530 PyObject * obj0 = 0 ;
7531 char *kwnames[] = {
7532 (char *) "self", NULL
7533 };
7534
7535 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
7536 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7537 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7538 {
7539 PyThreadState* __tstate = wxPyBeginAllowThreads();
7540 result = (bool)((wxTextAttr const *)arg1)->HasBackgroundColour();
7541
7542 wxPyEndAllowThreads(__tstate);
7543 if (PyErr_Occurred()) SWIG_fail;
7544 }
7545 {
7546 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7547 }
7548 return resultobj;
7549 fail:
7550 return NULL;
7551 }
7552
7553
7554 static PyObject *_wrap_TextAttr_HasFont(PyObject *, PyObject *args, PyObject *kwargs) {
7555 PyObject *resultobj;
7556 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7557 bool result;
7558 PyObject * obj0 = 0 ;
7559 char *kwnames[] = {
7560 (char *) "self", NULL
7561 };
7562
7563 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasFont",kwnames,&obj0)) goto fail;
7564 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7565 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7566 {
7567 PyThreadState* __tstate = wxPyBeginAllowThreads();
7568 result = (bool)((wxTextAttr const *)arg1)->HasFont();
7569
7570 wxPyEndAllowThreads(__tstate);
7571 if (PyErr_Occurred()) SWIG_fail;
7572 }
7573 {
7574 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7575 }
7576 return resultobj;
7577 fail:
7578 return NULL;
7579 }
7580
7581
7582 static PyObject *_wrap_TextAttr_HasAlignment(PyObject *, PyObject *args, PyObject *kwargs) {
7583 PyObject *resultobj;
7584 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7585 bool result;
7586 PyObject * obj0 = 0 ;
7587 char *kwnames[] = {
7588 (char *) "self", NULL
7589 };
7590
7591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasAlignment",kwnames,&obj0)) goto fail;
7592 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7593 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7594 {
7595 PyThreadState* __tstate = wxPyBeginAllowThreads();
7596 result = (bool)((wxTextAttr const *)arg1)->HasAlignment();
7597
7598 wxPyEndAllowThreads(__tstate);
7599 if (PyErr_Occurred()) SWIG_fail;
7600 }
7601 {
7602 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7603 }
7604 return resultobj;
7605 fail:
7606 return NULL;
7607 }
7608
7609
7610 static PyObject *_wrap_TextAttr_HasTabs(PyObject *, PyObject *args, PyObject *kwargs) {
7611 PyObject *resultobj;
7612 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7613 bool result;
7614 PyObject * obj0 = 0 ;
7615 char *kwnames[] = {
7616 (char *) "self", NULL
7617 };
7618
7619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTabs",kwnames,&obj0)) goto fail;
7620 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7621 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7622 {
7623 PyThreadState* __tstate = wxPyBeginAllowThreads();
7624 result = (bool)((wxTextAttr const *)arg1)->HasTabs();
7625
7626 wxPyEndAllowThreads(__tstate);
7627 if (PyErr_Occurred()) SWIG_fail;
7628 }
7629 {
7630 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7631 }
7632 return resultobj;
7633 fail:
7634 return NULL;
7635 }
7636
7637
7638 static PyObject *_wrap_TextAttr_HasLeftIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7639 PyObject *resultobj;
7640 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7641 bool result;
7642 PyObject * obj0 = 0 ;
7643 char *kwnames[] = {
7644 (char *) "self", NULL
7645 };
7646
7647 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasLeftIndent",kwnames,&obj0)) goto fail;
7648 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7649 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7650 {
7651 PyThreadState* __tstate = wxPyBeginAllowThreads();
7652 result = (bool)((wxTextAttr const *)arg1)->HasLeftIndent();
7653
7654 wxPyEndAllowThreads(__tstate);
7655 if (PyErr_Occurred()) SWIG_fail;
7656 }
7657 {
7658 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7659 }
7660 return resultobj;
7661 fail:
7662 return NULL;
7663 }
7664
7665
7666 static PyObject *_wrap_TextAttr_HasRightIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7667 PyObject *resultobj;
7668 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7669 bool result;
7670 PyObject * obj0 = 0 ;
7671 char *kwnames[] = {
7672 (char *) "self", NULL
7673 };
7674
7675 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasRightIndent",kwnames,&obj0)) goto fail;
7676 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7677 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7678 {
7679 PyThreadState* __tstate = wxPyBeginAllowThreads();
7680 result = (bool)((wxTextAttr const *)arg1)->HasRightIndent();
7681
7682 wxPyEndAllowThreads(__tstate);
7683 if (PyErr_Occurred()) SWIG_fail;
7684 }
7685 {
7686 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7687 }
7688 return resultobj;
7689 fail:
7690 return NULL;
7691 }
7692
7693
7694 static PyObject *_wrap_TextAttr_HasFlag(PyObject *, PyObject *args, PyObject *kwargs) {
7695 PyObject *resultobj;
7696 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7697 long arg2 ;
7698 bool result;
7699 PyObject * obj0 = 0 ;
7700 PyObject * obj1 = 0 ;
7701 char *kwnames[] = {
7702 (char *) "self",(char *) "flag", NULL
7703 };
7704
7705 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_HasFlag",kwnames,&obj0,&obj1)) goto fail;
7706 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7707 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7708 arg2 = (long)SWIG_As_long(obj1);
7709 if (PyErr_Occurred()) SWIG_fail;
7710 {
7711 PyThreadState* __tstate = wxPyBeginAllowThreads();
7712 result = (bool)((wxTextAttr const *)arg1)->HasFlag(arg2);
7713
7714 wxPyEndAllowThreads(__tstate);
7715 if (PyErr_Occurred()) SWIG_fail;
7716 }
7717 {
7718 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7719 }
7720 return resultobj;
7721 fail:
7722 return NULL;
7723 }
7724
7725
7726 static PyObject *_wrap_TextAttr_GetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
7727 PyObject *resultobj;
7728 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7729 wxColour *result;
7730 PyObject * obj0 = 0 ;
7731 char *kwnames[] = {
7732 (char *) "self", NULL
7733 };
7734
7735 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTextColour",kwnames,&obj0)) goto fail;
7736 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7737 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7738 {
7739 PyThreadState* __tstate = wxPyBeginAllowThreads();
7740 {
7741 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetTextColour();
7742 result = (wxColour *) &_result_ref;
7743 }
7744
7745 wxPyEndAllowThreads(__tstate);
7746 if (PyErr_Occurred()) SWIG_fail;
7747 }
7748 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxColour, 0);
7749 return resultobj;
7750 fail:
7751 return NULL;
7752 }
7753
7754
7755 static PyObject *_wrap_TextAttr_GetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
7756 PyObject *resultobj;
7757 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7758 wxColour *result;
7759 PyObject * obj0 = 0 ;
7760 char *kwnames[] = {
7761 (char *) "self", NULL
7762 };
7763
7764 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
7765 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7766 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7767 {
7768 PyThreadState* __tstate = wxPyBeginAllowThreads();
7769 {
7770 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetBackgroundColour();
7771 result = (wxColour *) &_result_ref;
7772 }
7773
7774 wxPyEndAllowThreads(__tstate);
7775 if (PyErr_Occurred()) SWIG_fail;
7776 }
7777 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxColour, 0);
7778 return resultobj;
7779 fail:
7780 return NULL;
7781 }
7782
7783
7784 static PyObject *_wrap_TextAttr_GetFont(PyObject *, PyObject *args, PyObject *kwargs) {
7785 PyObject *resultobj;
7786 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7787 wxFont *result;
7788 PyObject * obj0 = 0 ;
7789 char *kwnames[] = {
7790 (char *) "self", NULL
7791 };
7792
7793 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFont",kwnames,&obj0)) goto fail;
7794 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7795 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7796 {
7797 PyThreadState* __tstate = wxPyBeginAllowThreads();
7798 {
7799 wxFont const &_result_ref = ((wxTextAttr const *)arg1)->GetFont();
7800 result = (wxFont *) &_result_ref;
7801 }
7802
7803 wxPyEndAllowThreads(__tstate);
7804 if (PyErr_Occurred()) SWIG_fail;
7805 }
7806 {
7807 wxFont* resultptr = new wxFont(*result);
7808 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxFont, 1);
7809 }
7810 return resultobj;
7811 fail:
7812 return NULL;
7813 }
7814
7815
7816 static PyObject *_wrap_TextAttr_GetAlignment(PyObject *, PyObject *args, PyObject *kwargs) {
7817 PyObject *resultobj;
7818 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7819 int result;
7820 PyObject * obj0 = 0 ;
7821 char *kwnames[] = {
7822 (char *) "self", NULL
7823 };
7824
7825 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetAlignment",kwnames,&obj0)) goto fail;
7826 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7827 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7828 {
7829 PyThreadState* __tstate = wxPyBeginAllowThreads();
7830 result = (int)((wxTextAttr const *)arg1)->GetAlignment();
7831
7832 wxPyEndAllowThreads(__tstate);
7833 if (PyErr_Occurred()) SWIG_fail;
7834 }
7835 resultobj = SWIG_From_int((int)result);
7836 return resultobj;
7837 fail:
7838 return NULL;
7839 }
7840
7841
7842 static PyObject *_wrap_TextAttr_GetTabs(PyObject *, PyObject *args, PyObject *kwargs) {
7843 PyObject *resultobj;
7844 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7845 wxArrayInt *result;
7846 PyObject * obj0 = 0 ;
7847 char *kwnames[] = {
7848 (char *) "self", NULL
7849 };
7850
7851 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTabs",kwnames,&obj0)) goto fail;
7852 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7853 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7854 {
7855 PyThreadState* __tstate = wxPyBeginAllowThreads();
7856 {
7857 wxArrayInt const &_result_ref = ((wxTextAttr const *)arg1)->GetTabs();
7858 result = (wxArrayInt *) &_result_ref;
7859 }
7860
7861 wxPyEndAllowThreads(__tstate);
7862 if (PyErr_Occurred()) SWIG_fail;
7863 }
7864 {
7865 resultobj = PyList_New(0);
7866 size_t idx;
7867 for (idx = 0; idx < result->GetCount(); idx += 1) {
7868 PyObject* val = PyInt_FromLong( result->Item(idx) );
7869 PyList_Append(resultobj, val);
7870 Py_DECREF(val);
7871 }
7872 }
7873 return resultobj;
7874 fail:
7875 return NULL;
7876 }
7877
7878
7879 static PyObject *_wrap_TextAttr_GetLeftIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7880 PyObject *resultobj;
7881 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7882 long result;
7883 PyObject * obj0 = 0 ;
7884 char *kwnames[] = {
7885 (char *) "self", NULL
7886 };
7887
7888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftIndent",kwnames,&obj0)) goto fail;
7889 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7890 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7891 {
7892 PyThreadState* __tstate = wxPyBeginAllowThreads();
7893 result = (long)((wxTextAttr const *)arg1)->GetLeftIndent();
7894
7895 wxPyEndAllowThreads(__tstate);
7896 if (PyErr_Occurred()) SWIG_fail;
7897 }
7898 resultobj = SWIG_From_long((long)result);
7899 return resultobj;
7900 fail:
7901 return NULL;
7902 }
7903
7904
7905 static PyObject *_wrap_TextAttr_GetLeftSubIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7906 PyObject *resultobj;
7907 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7908 long result;
7909 PyObject * obj0 = 0 ;
7910 char *kwnames[] = {
7911 (char *) "self", NULL
7912 };
7913
7914 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftSubIndent",kwnames,&obj0)) goto fail;
7915 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7916 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7917 {
7918 PyThreadState* __tstate = wxPyBeginAllowThreads();
7919 result = (long)((wxTextAttr const *)arg1)->GetLeftSubIndent();
7920
7921 wxPyEndAllowThreads(__tstate);
7922 if (PyErr_Occurred()) SWIG_fail;
7923 }
7924 resultobj = SWIG_From_long((long)result);
7925 return resultobj;
7926 fail:
7927 return NULL;
7928 }
7929
7930
7931 static PyObject *_wrap_TextAttr_GetRightIndent(PyObject *, PyObject *args, PyObject *kwargs) {
7932 PyObject *resultobj;
7933 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7934 long result;
7935 PyObject * obj0 = 0 ;
7936 char *kwnames[] = {
7937 (char *) "self", NULL
7938 };
7939
7940 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetRightIndent",kwnames,&obj0)) goto fail;
7941 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7942 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7943 {
7944 PyThreadState* __tstate = wxPyBeginAllowThreads();
7945 result = (long)((wxTextAttr const *)arg1)->GetRightIndent();
7946
7947 wxPyEndAllowThreads(__tstate);
7948 if (PyErr_Occurred()) SWIG_fail;
7949 }
7950 resultobj = SWIG_From_long((long)result);
7951 return resultobj;
7952 fail:
7953 return NULL;
7954 }
7955
7956
7957 static PyObject *_wrap_TextAttr_GetFlags(PyObject *, PyObject *args, PyObject *kwargs) {
7958 PyObject *resultobj;
7959 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7960 long result;
7961 PyObject * obj0 = 0 ;
7962 char *kwnames[] = {
7963 (char *) "self", NULL
7964 };
7965
7966 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFlags",kwnames,&obj0)) goto fail;
7967 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7968 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7969 {
7970 PyThreadState* __tstate = wxPyBeginAllowThreads();
7971 result = (long)((wxTextAttr const *)arg1)->GetFlags();
7972
7973 wxPyEndAllowThreads(__tstate);
7974 if (PyErr_Occurred()) SWIG_fail;
7975 }
7976 resultobj = SWIG_From_long((long)result);
7977 return resultobj;
7978 fail:
7979 return NULL;
7980 }
7981
7982
7983 static PyObject *_wrap_TextAttr_IsDefault(PyObject *, PyObject *args, PyObject *kwargs) {
7984 PyObject *resultobj;
7985 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7986 bool result;
7987 PyObject * obj0 = 0 ;
7988 char *kwnames[] = {
7989 (char *) "self", NULL
7990 };
7991
7992 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_IsDefault",kwnames,&obj0)) goto fail;
7993 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7994 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7995 {
7996 PyThreadState* __tstate = wxPyBeginAllowThreads();
7997 result = (bool)((wxTextAttr const *)arg1)->IsDefault();
7998
7999 wxPyEndAllowThreads(__tstate);
8000 if (PyErr_Occurred()) SWIG_fail;
8001 }
8002 {
8003 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8004 }
8005 return resultobj;
8006 fail:
8007 return NULL;
8008 }
8009
8010
8011 static PyObject *_wrap_TextAttr_Combine(PyObject *, PyObject *args, PyObject *kwargs) {
8012 PyObject *resultobj;
8013 wxTextAttr *arg1 = 0 ;
8014 wxTextAttr *arg2 = 0 ;
8015 wxTextCtrl *arg3 = (wxTextCtrl *) 0 ;
8016 wxTextAttr result;
8017 PyObject * obj0 = 0 ;
8018 PyObject * obj1 = 0 ;
8019 PyObject * obj2 = 0 ;
8020 char *kwnames[] = {
8021 (char *) "attr",(char *) "attrDef",(char *) "text", NULL
8022 };
8023
8024 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextAttr_Combine",kwnames,&obj0,&obj1,&obj2)) goto fail;
8025 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
8026 SWIG_POINTER_EXCEPTION | 0)) == -1)
8027 SWIG_fail;
8028 if (arg1 == NULL) {
8029 PyErr_SetString(PyExc_TypeError,"null reference");
8030 SWIG_fail;
8031 }
8032 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTextAttr,
8033 SWIG_POINTER_EXCEPTION | 0)) == -1)
8034 SWIG_fail;
8035 if (arg2 == NULL) {
8036 PyErr_SetString(PyExc_TypeError,"null reference");
8037 SWIG_fail;
8038 }
8039 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTextCtrl,
8040 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8041 {
8042 PyThreadState* __tstate = wxPyBeginAllowThreads();
8043 result = wxTextAttr::Combine((wxTextAttr const &)*arg1,(wxTextAttr const &)*arg2,(wxTextCtrl const *)arg3);
8044
8045 wxPyEndAllowThreads(__tstate);
8046 if (PyErr_Occurred()) SWIG_fail;
8047 }
8048 {
8049 wxTextAttr * resultptr;
8050 resultptr = new wxTextAttr((wxTextAttr &) result);
8051 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTextAttr, 1);
8052 }
8053 return resultobj;
8054 fail:
8055 return NULL;
8056 }
8057
8058
8059 static PyObject * TextAttr_swigregister(PyObject *, PyObject *args) {
8060 PyObject *obj;
8061 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
8062 SWIG_TypeClientData(SWIGTYPE_p_wxTextAttr, obj);
8063 Py_INCREF(obj);
8064 return Py_BuildValue((char *)"");
8065 }
8066 static PyObject *_wrap_new_TextCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
8067 PyObject *resultobj;
8068 wxWindow *arg1 = (wxWindow *) 0 ;
8069 int arg2 = (int) -1 ;
8070 wxString const &arg3_defvalue = wxPyEmptyString ;
8071 wxString *arg3 = (wxString *) &arg3_defvalue ;
8072 wxPoint const &arg4_defvalue = wxDefaultPosition ;
8073 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
8074 wxSize const &arg5_defvalue = wxDefaultSize ;
8075 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
8076 long arg6 = (long) 0 ;
8077 wxValidator const &arg7_defvalue = wxDefaultValidator ;
8078 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
8079 wxString const &arg8_defvalue = wxPyTextCtrlNameStr ;
8080 wxString *arg8 = (wxString *) &arg8_defvalue ;
8081 wxTextCtrl *result;
8082 bool temp3 = false ;
8083 wxPoint temp4 ;
8084 wxSize temp5 ;
8085 bool temp8 = false ;
8086 PyObject * obj0 = 0 ;
8087 PyObject * obj1 = 0 ;
8088 PyObject * obj2 = 0 ;
8089 PyObject * obj3 = 0 ;
8090 PyObject * obj4 = 0 ;
8091 PyObject * obj5 = 0 ;
8092 PyObject * obj6 = 0 ;
8093 PyObject * obj7 = 0 ;
8094 char *kwnames[] = {
8095 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
8096 };
8097
8098 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_TextCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
8099 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
8100 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8101 if (obj1) {
8102 arg2 = (int)SWIG_As_int(obj1);
8103 if (PyErr_Occurred()) SWIG_fail;
8104 }
8105 if (obj2) {
8106 {
8107 arg3 = wxString_in_helper(obj2);
8108 if (arg3 == NULL) SWIG_fail;
8109 temp3 = true;
8110 }
8111 }
8112 if (obj3) {
8113 {
8114 arg4 = &temp4;
8115 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
8116 }
8117 }
8118 if (obj4) {
8119 {
8120 arg5 = &temp5;
8121 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
8122 }
8123 }
8124 if (obj5) {
8125 arg6 = (long)SWIG_As_long(obj5);
8126 if (PyErr_Occurred()) SWIG_fail;
8127 }
8128 if (obj6) {
8129 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
8130 SWIG_POINTER_EXCEPTION | 0)) == -1)
8131 SWIG_fail;
8132 if (arg7 == NULL) {
8133 PyErr_SetString(PyExc_TypeError,"null reference");
8134 SWIG_fail;
8135 }
8136 }
8137 if (obj7) {
8138 {
8139 arg8 = wxString_in_helper(obj7);
8140 if (arg8 == NULL) SWIG_fail;
8141 temp8 = true;
8142 }
8143 }
8144 {
8145 if (!wxPyCheckForApp()) SWIG_fail;
8146 PyThreadState* __tstate = wxPyBeginAllowThreads();
8147 result = (wxTextCtrl *)new wxTextCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
8148
8149 wxPyEndAllowThreads(__tstate);
8150 if (PyErr_Occurred()) SWIG_fail;
8151 }
8152 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextCtrl, 1);
8153 {
8154 if (temp3)
8155 delete arg3;
8156 }
8157 {
8158 if (temp8)
8159 delete arg8;
8160 }
8161 return resultobj;
8162 fail:
8163 {
8164 if (temp3)
8165 delete arg3;
8166 }
8167 {
8168 if (temp8)
8169 delete arg8;
8170 }
8171 return NULL;
8172 }
8173
8174
8175 static PyObject *_wrap_new_PreTextCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
8176 PyObject *resultobj;
8177 wxTextCtrl *result;
8178 char *kwnames[] = {
8179 NULL
8180 };
8181
8182 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTextCtrl",kwnames)) goto fail;
8183 {
8184 if (!wxPyCheckForApp()) SWIG_fail;
8185 PyThreadState* __tstate = wxPyBeginAllowThreads();
8186 result = (wxTextCtrl *)new wxTextCtrl();
8187
8188 wxPyEndAllowThreads(__tstate);
8189 if (PyErr_Occurred()) SWIG_fail;
8190 }
8191 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextCtrl, 1);
8192 return resultobj;
8193 fail:
8194 return NULL;
8195 }
8196
8197
8198 static PyObject *_wrap_TextCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
8199 PyObject *resultobj;
8200 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8201 wxWindow *arg2 = (wxWindow *) 0 ;
8202 int arg3 = (int) -1 ;
8203 wxString const &arg4_defvalue = wxPyEmptyString ;
8204 wxString *arg4 = (wxString *) &arg4_defvalue ;
8205 wxPoint const &arg5_defvalue = wxDefaultPosition ;
8206 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
8207 wxSize const &arg6_defvalue = wxDefaultSize ;
8208 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
8209 long arg7 = (long) 0 ;
8210 wxValidator const &arg8_defvalue = wxDefaultValidator ;
8211 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
8212 wxString const &arg9_defvalue = wxPyTextCtrlNameStr ;
8213 wxString *arg9 = (wxString *) &arg9_defvalue ;
8214 bool result;
8215 bool temp4 = false ;
8216 wxPoint temp5 ;
8217 wxSize temp6 ;
8218 bool temp9 = false ;
8219 PyObject * obj0 = 0 ;
8220 PyObject * obj1 = 0 ;
8221 PyObject * obj2 = 0 ;
8222 PyObject * obj3 = 0 ;
8223 PyObject * obj4 = 0 ;
8224 PyObject * obj5 = 0 ;
8225 PyObject * obj6 = 0 ;
8226 PyObject * obj7 = 0 ;
8227 PyObject * obj8 = 0 ;
8228 char *kwnames[] = {
8229 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
8230 };
8231
8232 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:TextCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
8233 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8234 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8235 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
8236 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8237 if (obj2) {
8238 arg3 = (int)SWIG_As_int(obj2);
8239 if (PyErr_Occurred()) SWIG_fail;
8240 }
8241 if (obj3) {
8242 {
8243 arg4 = wxString_in_helper(obj3);
8244 if (arg4 == NULL) SWIG_fail;
8245 temp4 = true;
8246 }
8247 }
8248 if (obj4) {
8249 {
8250 arg5 = &temp5;
8251 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
8252 }
8253 }
8254 if (obj5) {
8255 {
8256 arg6 = &temp6;
8257 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
8258 }
8259 }
8260 if (obj6) {
8261 arg7 = (long)SWIG_As_long(obj6);
8262 if (PyErr_Occurred()) SWIG_fail;
8263 }
8264 if (obj7) {
8265 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
8266 SWIG_POINTER_EXCEPTION | 0)) == -1)
8267 SWIG_fail;
8268 if (arg8 == NULL) {
8269 PyErr_SetString(PyExc_TypeError,"null reference");
8270 SWIG_fail;
8271 }
8272 }
8273 if (obj8) {
8274 {
8275 arg9 = wxString_in_helper(obj8);
8276 if (arg9 == NULL) SWIG_fail;
8277 temp9 = true;
8278 }
8279 }
8280 {
8281 PyThreadState* __tstate = wxPyBeginAllowThreads();
8282 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
8283
8284 wxPyEndAllowThreads(__tstate);
8285 if (PyErr_Occurred()) SWIG_fail;
8286 }
8287 {
8288 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8289 }
8290 {
8291 if (temp4)
8292 delete arg4;
8293 }
8294 {
8295 if (temp9)
8296 delete arg9;
8297 }
8298 return resultobj;
8299 fail:
8300 {
8301 if (temp4)
8302 delete arg4;
8303 }
8304 {
8305 if (temp9)
8306 delete arg9;
8307 }
8308 return NULL;
8309 }
8310
8311
8312 static PyObject *_wrap_TextCtrl_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
8313 PyObject *resultobj;
8314 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8315 wxString result;
8316 PyObject * obj0 = 0 ;
8317 char *kwnames[] = {
8318 (char *) "self", NULL
8319 };
8320
8321 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetValue",kwnames,&obj0)) goto fail;
8322 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8323 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8324 {
8325 PyThreadState* __tstate = wxPyBeginAllowThreads();
8326 result = ((wxTextCtrl const *)arg1)->GetValue();
8327
8328 wxPyEndAllowThreads(__tstate);
8329 if (PyErr_Occurred()) SWIG_fail;
8330 }
8331 {
8332 #if wxUSE_UNICODE
8333 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8334 #else
8335 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8336 #endif
8337 }
8338 return resultobj;
8339 fail:
8340 return NULL;
8341 }
8342
8343
8344 static PyObject *_wrap_TextCtrl_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
8345 PyObject *resultobj;
8346 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8347 wxString *arg2 = 0 ;
8348 bool temp2 = false ;
8349 PyObject * obj0 = 0 ;
8350 PyObject * obj1 = 0 ;
8351 char *kwnames[] = {
8352 (char *) "self",(char *) "value", NULL
8353 };
8354
8355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
8356 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8357 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8358 {
8359 arg2 = wxString_in_helper(obj1);
8360 if (arg2 == NULL) SWIG_fail;
8361 temp2 = true;
8362 }
8363 {
8364 PyThreadState* __tstate = wxPyBeginAllowThreads();
8365 (arg1)->SetValue((wxString const &)*arg2);
8366
8367 wxPyEndAllowThreads(__tstate);
8368 if (PyErr_Occurred()) SWIG_fail;
8369 }
8370 Py_INCREF(Py_None); resultobj = Py_None;
8371 {
8372 if (temp2)
8373 delete arg2;
8374 }
8375 return resultobj;
8376 fail:
8377 {
8378 if (temp2)
8379 delete arg2;
8380 }
8381 return NULL;
8382 }
8383
8384
8385 static PyObject *_wrap_TextCtrl_GetRange(PyObject *, PyObject *args, PyObject *kwargs) {
8386 PyObject *resultobj;
8387 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8388 long arg2 ;
8389 long arg3 ;
8390 wxString result;
8391 PyObject * obj0 = 0 ;
8392 PyObject * obj1 = 0 ;
8393 PyObject * obj2 = 0 ;
8394 char *kwnames[] = {
8395 (char *) "self",(char *) "from",(char *) "to", NULL
8396 };
8397
8398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
8399 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8400 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8401 arg2 = (long)SWIG_As_long(obj1);
8402 if (PyErr_Occurred()) SWIG_fail;
8403 arg3 = (long)SWIG_As_long(obj2);
8404 if (PyErr_Occurred()) SWIG_fail;
8405 {
8406 PyThreadState* __tstate = wxPyBeginAllowThreads();
8407 result = ((wxTextCtrl const *)arg1)->GetRange(arg2,arg3);
8408
8409 wxPyEndAllowThreads(__tstate);
8410 if (PyErr_Occurred()) SWIG_fail;
8411 }
8412 {
8413 #if wxUSE_UNICODE
8414 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8415 #else
8416 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8417 #endif
8418 }
8419 return resultobj;
8420 fail:
8421 return NULL;
8422 }
8423
8424
8425 static PyObject *_wrap_TextCtrl_GetLineLength(PyObject *, PyObject *args, PyObject *kwargs) {
8426 PyObject *resultobj;
8427 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8428 long arg2 ;
8429 int result;
8430 PyObject * obj0 = 0 ;
8431 PyObject * obj1 = 0 ;
8432 char *kwnames[] = {
8433 (char *) "self",(char *) "lineNo", NULL
8434 };
8435
8436 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineLength",kwnames,&obj0,&obj1)) goto fail;
8437 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8438 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8439 arg2 = (long)SWIG_As_long(obj1);
8440 if (PyErr_Occurred()) SWIG_fail;
8441 {
8442 PyThreadState* __tstate = wxPyBeginAllowThreads();
8443 result = (int)((wxTextCtrl const *)arg1)->GetLineLength(arg2);
8444
8445 wxPyEndAllowThreads(__tstate);
8446 if (PyErr_Occurred()) SWIG_fail;
8447 }
8448 resultobj = SWIG_From_int((int)result);
8449 return resultobj;
8450 fail:
8451 return NULL;
8452 }
8453
8454
8455 static PyObject *_wrap_TextCtrl_GetLineText(PyObject *, PyObject *args, PyObject *kwargs) {
8456 PyObject *resultobj;
8457 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8458 long arg2 ;
8459 wxString result;
8460 PyObject * obj0 = 0 ;
8461 PyObject * obj1 = 0 ;
8462 char *kwnames[] = {
8463 (char *) "self",(char *) "lineNo", NULL
8464 };
8465
8466 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineText",kwnames,&obj0,&obj1)) goto fail;
8467 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8468 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8469 arg2 = (long)SWIG_As_long(obj1);
8470 if (PyErr_Occurred()) SWIG_fail;
8471 {
8472 PyThreadState* __tstate = wxPyBeginAllowThreads();
8473 result = ((wxTextCtrl const *)arg1)->GetLineText(arg2);
8474
8475 wxPyEndAllowThreads(__tstate);
8476 if (PyErr_Occurred()) SWIG_fail;
8477 }
8478 {
8479 #if wxUSE_UNICODE
8480 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8481 #else
8482 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8483 #endif
8484 }
8485 return resultobj;
8486 fail:
8487 return NULL;
8488 }
8489
8490
8491 static PyObject *_wrap_TextCtrl_GetNumberOfLines(PyObject *, PyObject *args, PyObject *kwargs) {
8492 PyObject *resultobj;
8493 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8494 int result;
8495 PyObject * obj0 = 0 ;
8496 char *kwnames[] = {
8497 (char *) "self", NULL
8498 };
8499
8500 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetNumberOfLines",kwnames,&obj0)) goto fail;
8501 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8502 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8503 {
8504 PyThreadState* __tstate = wxPyBeginAllowThreads();
8505 result = (int)((wxTextCtrl const *)arg1)->GetNumberOfLines();
8506
8507 wxPyEndAllowThreads(__tstate);
8508 if (PyErr_Occurred()) SWIG_fail;
8509 }
8510 resultobj = SWIG_From_int((int)result);
8511 return resultobj;
8512 fail:
8513 return NULL;
8514 }
8515
8516
8517 static PyObject *_wrap_TextCtrl_IsModified(PyObject *, PyObject *args, PyObject *kwargs) {
8518 PyObject *resultobj;
8519 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8520 bool result;
8521 PyObject * obj0 = 0 ;
8522 char *kwnames[] = {
8523 (char *) "self", NULL
8524 };
8525
8526 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsModified",kwnames,&obj0)) goto fail;
8527 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8528 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8529 {
8530 PyThreadState* __tstate = wxPyBeginAllowThreads();
8531 result = (bool)((wxTextCtrl const *)arg1)->IsModified();
8532
8533 wxPyEndAllowThreads(__tstate);
8534 if (PyErr_Occurred()) SWIG_fail;
8535 }
8536 {
8537 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8538 }
8539 return resultobj;
8540 fail:
8541 return NULL;
8542 }
8543
8544
8545 static PyObject *_wrap_TextCtrl_IsEditable(PyObject *, PyObject *args, PyObject *kwargs) {
8546 PyObject *resultobj;
8547 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8548 bool result;
8549 PyObject * obj0 = 0 ;
8550 char *kwnames[] = {
8551 (char *) "self", NULL
8552 };
8553
8554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsEditable",kwnames,&obj0)) goto fail;
8555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8557 {
8558 PyThreadState* __tstate = wxPyBeginAllowThreads();
8559 result = (bool)((wxTextCtrl const *)arg1)->IsEditable();
8560
8561 wxPyEndAllowThreads(__tstate);
8562 if (PyErr_Occurred()) SWIG_fail;
8563 }
8564 {
8565 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8566 }
8567 return resultobj;
8568 fail:
8569 return NULL;
8570 }
8571
8572
8573 static PyObject *_wrap_TextCtrl_IsSingleLine(PyObject *, PyObject *args, PyObject *kwargs) {
8574 PyObject *resultobj;
8575 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8576 bool result;
8577 PyObject * obj0 = 0 ;
8578 char *kwnames[] = {
8579 (char *) "self", NULL
8580 };
8581
8582 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsSingleLine",kwnames,&obj0)) goto fail;
8583 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8584 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8585 {
8586 PyThreadState* __tstate = wxPyBeginAllowThreads();
8587 result = (bool)((wxTextCtrl const *)arg1)->IsSingleLine();
8588
8589 wxPyEndAllowThreads(__tstate);
8590 if (PyErr_Occurred()) SWIG_fail;
8591 }
8592 {
8593 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8594 }
8595 return resultobj;
8596 fail:
8597 return NULL;
8598 }
8599
8600
8601 static PyObject *_wrap_TextCtrl_IsMultiLine(PyObject *, PyObject *args, PyObject *kwargs) {
8602 PyObject *resultobj;
8603 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8604 bool result;
8605 PyObject * obj0 = 0 ;
8606 char *kwnames[] = {
8607 (char *) "self", NULL
8608 };
8609
8610 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsMultiLine",kwnames,&obj0)) goto fail;
8611 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8612 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8613 {
8614 PyThreadState* __tstate = wxPyBeginAllowThreads();
8615 result = (bool)((wxTextCtrl const *)arg1)->IsMultiLine();
8616
8617 wxPyEndAllowThreads(__tstate);
8618 if (PyErr_Occurred()) SWIG_fail;
8619 }
8620 {
8621 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8622 }
8623 return resultobj;
8624 fail:
8625 return NULL;
8626 }
8627
8628
8629 static PyObject *_wrap_TextCtrl_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
8630 PyObject *resultobj;
8631 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8632 long *arg2 = (long *) 0 ;
8633 long *arg3 = (long *) 0 ;
8634 long temp2 ;
8635 int res2 = 0 ;
8636 long temp3 ;
8637 int res3 = 0 ;
8638 PyObject * obj0 = 0 ;
8639 char *kwnames[] = {
8640 (char *) "self", NULL
8641 };
8642
8643 arg2 = &temp2; res2 = SWIG_NEWOBJ;
8644 arg3 = &temp3; res3 = SWIG_NEWOBJ;
8645 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetSelection",kwnames,&obj0)) goto fail;
8646 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8647 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8648 {
8649 PyThreadState* __tstate = wxPyBeginAllowThreads();
8650 ((wxTextCtrl const *)arg1)->GetSelection(arg2,arg3);
8651
8652 wxPyEndAllowThreads(__tstate);
8653 if (PyErr_Occurred()) SWIG_fail;
8654 }
8655 Py_INCREF(Py_None); resultobj = Py_None;
8656 resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ?
8657 SWIG_From_long((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_long, 0)));
8658 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
8659 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
8660 return resultobj;
8661 fail:
8662 return NULL;
8663 }
8664
8665
8666 static PyObject *_wrap_TextCtrl_GetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
8667 PyObject *resultobj;
8668 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8669 wxString result;
8670 PyObject * obj0 = 0 ;
8671 char *kwnames[] = {
8672 (char *) "self", NULL
8673 };
8674
8675 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetStringSelection",kwnames,&obj0)) goto fail;
8676 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8677 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8678 {
8679 PyThreadState* __tstate = wxPyBeginAllowThreads();
8680 result = ((wxTextCtrl const *)arg1)->GetStringSelection();
8681
8682 wxPyEndAllowThreads(__tstate);
8683 if (PyErr_Occurred()) SWIG_fail;
8684 }
8685 {
8686 #if wxUSE_UNICODE
8687 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8688 #else
8689 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8690 #endif
8691 }
8692 return resultobj;
8693 fail:
8694 return NULL;
8695 }
8696
8697
8698 static PyObject *_wrap_TextCtrl_Clear(PyObject *, PyObject *args, PyObject *kwargs) {
8699 PyObject *resultobj;
8700 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8701 PyObject * obj0 = 0 ;
8702 char *kwnames[] = {
8703 (char *) "self", NULL
8704 };
8705
8706 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Clear",kwnames,&obj0)) goto fail;
8707 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8708 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8709 {
8710 PyThreadState* __tstate = wxPyBeginAllowThreads();
8711 (arg1)->Clear();
8712
8713 wxPyEndAllowThreads(__tstate);
8714 if (PyErr_Occurred()) SWIG_fail;
8715 }
8716 Py_INCREF(Py_None); resultobj = Py_None;
8717 return resultobj;
8718 fail:
8719 return NULL;
8720 }
8721
8722
8723 static PyObject *_wrap_TextCtrl_Replace(PyObject *, PyObject *args, PyObject *kwargs) {
8724 PyObject *resultobj;
8725 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8726 long arg2 ;
8727 long arg3 ;
8728 wxString *arg4 = 0 ;
8729 bool temp4 = false ;
8730 PyObject * obj0 = 0 ;
8731 PyObject * obj1 = 0 ;
8732 PyObject * obj2 = 0 ;
8733 PyObject * obj3 = 0 ;
8734 char *kwnames[] = {
8735 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
8736 };
8737
8738 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
8739 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8740 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8741 arg2 = (long)SWIG_As_long(obj1);
8742 if (PyErr_Occurred()) SWIG_fail;
8743 arg3 = (long)SWIG_As_long(obj2);
8744 if (PyErr_Occurred()) SWIG_fail;
8745 {
8746 arg4 = wxString_in_helper(obj3);
8747 if (arg4 == NULL) SWIG_fail;
8748 temp4 = true;
8749 }
8750 {
8751 PyThreadState* __tstate = wxPyBeginAllowThreads();
8752 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
8753
8754 wxPyEndAllowThreads(__tstate);
8755 if (PyErr_Occurred()) SWIG_fail;
8756 }
8757 Py_INCREF(Py_None); resultobj = Py_None;
8758 {
8759 if (temp4)
8760 delete arg4;
8761 }
8762 return resultobj;
8763 fail:
8764 {
8765 if (temp4)
8766 delete arg4;
8767 }
8768 return NULL;
8769 }
8770
8771
8772 static PyObject *_wrap_TextCtrl_Remove(PyObject *, PyObject *args, PyObject *kwargs) {
8773 PyObject *resultobj;
8774 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8775 long arg2 ;
8776 long arg3 ;
8777 PyObject * obj0 = 0 ;
8778 PyObject * obj1 = 0 ;
8779 PyObject * obj2 = 0 ;
8780 char *kwnames[] = {
8781 (char *) "self",(char *) "from",(char *) "to", NULL
8782 };
8783
8784 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
8785 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8786 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8787 arg2 = (long)SWIG_As_long(obj1);
8788 if (PyErr_Occurred()) SWIG_fail;
8789 arg3 = (long)SWIG_As_long(obj2);
8790 if (PyErr_Occurred()) SWIG_fail;
8791 {
8792 PyThreadState* __tstate = wxPyBeginAllowThreads();
8793 (arg1)->Remove(arg2,arg3);
8794
8795 wxPyEndAllowThreads(__tstate);
8796 if (PyErr_Occurred()) SWIG_fail;
8797 }
8798 Py_INCREF(Py_None); resultobj = Py_None;
8799 return resultobj;
8800 fail:
8801 return NULL;
8802 }
8803
8804
8805 static PyObject *_wrap_TextCtrl_LoadFile(PyObject *, PyObject *args, PyObject *kwargs) {
8806 PyObject *resultobj;
8807 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8808 wxString *arg2 = 0 ;
8809 bool result;
8810 bool temp2 = false ;
8811 PyObject * obj0 = 0 ;
8812 PyObject * obj1 = 0 ;
8813 char *kwnames[] = {
8814 (char *) "self",(char *) "file", NULL
8815 };
8816
8817 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_LoadFile",kwnames,&obj0,&obj1)) goto fail;
8818 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8819 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8820 {
8821 arg2 = wxString_in_helper(obj1);
8822 if (arg2 == NULL) SWIG_fail;
8823 temp2 = true;
8824 }
8825 {
8826 PyThreadState* __tstate = wxPyBeginAllowThreads();
8827 result = (bool)(arg1)->LoadFile((wxString const &)*arg2);
8828
8829 wxPyEndAllowThreads(__tstate);
8830 if (PyErr_Occurred()) SWIG_fail;
8831 }
8832 {
8833 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8834 }
8835 {
8836 if (temp2)
8837 delete arg2;
8838 }
8839 return resultobj;
8840 fail:
8841 {
8842 if (temp2)
8843 delete arg2;
8844 }
8845 return NULL;
8846 }
8847
8848
8849 static PyObject *_wrap_TextCtrl_SaveFile(PyObject *, PyObject *args, PyObject *kwargs) {
8850 PyObject *resultobj;
8851 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8852 wxString const &arg2_defvalue = wxPyEmptyString ;
8853 wxString *arg2 = (wxString *) &arg2_defvalue ;
8854 bool result;
8855 bool temp2 = false ;
8856 PyObject * obj0 = 0 ;
8857 PyObject * obj1 = 0 ;
8858 char *kwnames[] = {
8859 (char *) "self",(char *) "file", NULL
8860 };
8861
8862 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:TextCtrl_SaveFile",kwnames,&obj0,&obj1)) goto fail;
8863 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8864 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8865 if (obj1) {
8866 {
8867 arg2 = wxString_in_helper(obj1);
8868 if (arg2 == NULL) SWIG_fail;
8869 temp2 = true;
8870 }
8871 }
8872 {
8873 PyThreadState* __tstate = wxPyBeginAllowThreads();
8874 result = (bool)(arg1)->SaveFile((wxString const &)*arg2);
8875
8876 wxPyEndAllowThreads(__tstate);
8877 if (PyErr_Occurred()) SWIG_fail;
8878 }
8879 {
8880 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8881 }
8882 {
8883 if (temp2)
8884 delete arg2;
8885 }
8886 return resultobj;
8887 fail:
8888 {
8889 if (temp2)
8890 delete arg2;
8891 }
8892 return NULL;
8893 }
8894
8895
8896 static PyObject *_wrap_TextCtrl_MarkDirty(PyObject *, PyObject *args, PyObject *kwargs) {
8897 PyObject *resultobj;
8898 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8899 PyObject * obj0 = 0 ;
8900 char *kwnames[] = {
8901 (char *) "self", NULL
8902 };
8903
8904 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_MarkDirty",kwnames,&obj0)) goto fail;
8905 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8906 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8907 {
8908 PyThreadState* __tstate = wxPyBeginAllowThreads();
8909 (arg1)->MarkDirty();
8910
8911 wxPyEndAllowThreads(__tstate);
8912 if (PyErr_Occurred()) SWIG_fail;
8913 }
8914 Py_INCREF(Py_None); resultobj = Py_None;
8915 return resultobj;
8916 fail:
8917 return NULL;
8918 }
8919
8920
8921 static PyObject *_wrap_TextCtrl_DiscardEdits(PyObject *, PyObject *args, PyObject *kwargs) {
8922 PyObject *resultobj;
8923 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8924 PyObject * obj0 = 0 ;
8925 char *kwnames[] = {
8926 (char *) "self", NULL
8927 };
8928
8929 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_DiscardEdits",kwnames,&obj0)) goto fail;
8930 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8931 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8932 {
8933 PyThreadState* __tstate = wxPyBeginAllowThreads();
8934 (arg1)->DiscardEdits();
8935
8936 wxPyEndAllowThreads(__tstate);
8937 if (PyErr_Occurred()) SWIG_fail;
8938 }
8939 Py_INCREF(Py_None); resultobj = Py_None;
8940 return resultobj;
8941 fail:
8942 return NULL;
8943 }
8944
8945
8946 static PyObject *_wrap_TextCtrl_SetMaxLength(PyObject *, PyObject *args, PyObject *kwargs) {
8947 PyObject *resultobj;
8948 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8949 unsigned long arg2 ;
8950 PyObject * obj0 = 0 ;
8951 PyObject * obj1 = 0 ;
8952 char *kwnames[] = {
8953 (char *) "self",(char *) "len", NULL
8954 };
8955
8956 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetMaxLength",kwnames,&obj0,&obj1)) goto fail;
8957 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8958 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8959 arg2 = (unsigned long)SWIG_As_unsigned_SS_long(obj1);
8960 if (PyErr_Occurred()) SWIG_fail;
8961 {
8962 PyThreadState* __tstate = wxPyBeginAllowThreads();
8963 (arg1)->SetMaxLength(arg2);
8964
8965 wxPyEndAllowThreads(__tstate);
8966 if (PyErr_Occurred()) SWIG_fail;
8967 }
8968 Py_INCREF(Py_None); resultobj = Py_None;
8969 return resultobj;
8970 fail:
8971 return NULL;
8972 }
8973
8974
8975 static PyObject *_wrap_TextCtrl_WriteText(PyObject *, PyObject *args, PyObject *kwargs) {
8976 PyObject *resultobj;
8977 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8978 wxString *arg2 = 0 ;
8979 bool temp2 = false ;
8980 PyObject * obj0 = 0 ;
8981 PyObject * obj1 = 0 ;
8982 char *kwnames[] = {
8983 (char *) "self",(char *) "text", NULL
8984 };
8985
8986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_WriteText",kwnames,&obj0,&obj1)) goto fail;
8987 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8988 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8989 {
8990 arg2 = wxString_in_helper(obj1);
8991 if (arg2 == NULL) SWIG_fail;
8992 temp2 = true;
8993 }
8994 {
8995 PyThreadState* __tstate = wxPyBeginAllowThreads();
8996 (arg1)->WriteText((wxString const &)*arg2);
8997
8998 wxPyEndAllowThreads(__tstate);
8999 if (PyErr_Occurred()) SWIG_fail;
9000 }
9001 Py_INCREF(Py_None); resultobj = Py_None;
9002 {
9003 if (temp2)
9004 delete arg2;
9005 }
9006 return resultobj;
9007 fail:
9008 {
9009 if (temp2)
9010 delete arg2;
9011 }
9012 return NULL;
9013 }
9014
9015
9016 static PyObject *_wrap_TextCtrl_AppendText(PyObject *, PyObject *args, PyObject *kwargs) {
9017 PyObject *resultobj;
9018 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9019 wxString *arg2 = 0 ;
9020 bool temp2 = false ;
9021 PyObject * obj0 = 0 ;
9022 PyObject * obj1 = 0 ;
9023 char *kwnames[] = {
9024 (char *) "self",(char *) "text", NULL
9025 };
9026
9027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_AppendText",kwnames,&obj0,&obj1)) goto fail;
9028 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9029 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9030 {
9031 arg2 = wxString_in_helper(obj1);
9032 if (arg2 == NULL) SWIG_fail;
9033 temp2 = true;
9034 }
9035 {
9036 PyThreadState* __tstate = wxPyBeginAllowThreads();
9037 (arg1)->AppendText((wxString const &)*arg2);
9038
9039 wxPyEndAllowThreads(__tstate);
9040 if (PyErr_Occurred()) SWIG_fail;
9041 }
9042 Py_INCREF(Py_None); resultobj = Py_None;
9043 {
9044 if (temp2)
9045 delete arg2;
9046 }
9047 return resultobj;
9048 fail:
9049 {
9050 if (temp2)
9051 delete arg2;
9052 }
9053 return NULL;
9054 }
9055
9056
9057 static PyObject *_wrap_TextCtrl_EmulateKeyPress(PyObject *, PyObject *args, PyObject *kwargs) {
9058 PyObject *resultobj;
9059 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9060 wxKeyEvent *arg2 = 0 ;
9061 bool result;
9062 PyObject * obj0 = 0 ;
9063 PyObject * obj1 = 0 ;
9064 char *kwnames[] = {
9065 (char *) "self",(char *) "event", NULL
9066 };
9067
9068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_EmulateKeyPress",kwnames,&obj0,&obj1)) goto fail;
9069 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9070 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9071 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxKeyEvent,
9072 SWIG_POINTER_EXCEPTION | 0)) == -1)
9073 SWIG_fail;
9074 if (arg2 == NULL) {
9075 PyErr_SetString(PyExc_TypeError,"null reference");
9076 SWIG_fail;
9077 }
9078 {
9079 PyThreadState* __tstate = wxPyBeginAllowThreads();
9080 result = (bool)(arg1)->EmulateKeyPress((wxKeyEvent const &)*arg2);
9081
9082 wxPyEndAllowThreads(__tstate);
9083 if (PyErr_Occurred()) SWIG_fail;
9084 }
9085 {
9086 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9087 }
9088 return resultobj;
9089 fail:
9090 return NULL;
9091 }
9092
9093
9094 static PyObject *_wrap_TextCtrl_SetStyle(PyObject *, PyObject *args, PyObject *kwargs) {
9095 PyObject *resultobj;
9096 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9097 long arg2 ;
9098 long arg3 ;
9099 wxTextAttr *arg4 = 0 ;
9100 bool result;
9101 PyObject * obj0 = 0 ;
9102 PyObject * obj1 = 0 ;
9103 PyObject * obj2 = 0 ;
9104 PyObject * obj3 = 0 ;
9105 char *kwnames[] = {
9106 (char *) "self",(char *) "start",(char *) "end",(char *) "style", NULL
9107 };
9108
9109 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_SetStyle",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
9110 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9111 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9112 arg2 = (long)SWIG_As_long(obj1);
9113 if (PyErr_Occurred()) SWIG_fail;
9114 arg3 = (long)SWIG_As_long(obj2);
9115 if (PyErr_Occurred()) SWIG_fail;
9116 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxTextAttr,
9117 SWIG_POINTER_EXCEPTION | 0)) == -1)
9118 SWIG_fail;
9119 if (arg4 == NULL) {
9120 PyErr_SetString(PyExc_TypeError,"null reference");
9121 SWIG_fail;
9122 }
9123 {
9124 PyThreadState* __tstate = wxPyBeginAllowThreads();
9125 result = (bool)(arg1)->SetStyle(arg2,arg3,(wxTextAttr const &)*arg4);
9126
9127 wxPyEndAllowThreads(__tstate);
9128 if (PyErr_Occurred()) SWIG_fail;
9129 }
9130 {
9131 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9132 }
9133 return resultobj;
9134 fail:
9135 return NULL;
9136 }
9137
9138
9139 static PyObject *_wrap_TextCtrl_GetStyle(PyObject *, PyObject *args, PyObject *kwargs) {
9140 PyObject *resultobj;
9141 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9142 long arg2 ;
9143 wxTextAttr *arg3 = 0 ;
9144 bool result;
9145 PyObject * obj0 = 0 ;
9146 PyObject * obj1 = 0 ;
9147 PyObject * obj2 = 0 ;
9148 char *kwnames[] = {
9149 (char *) "self",(char *) "position",(char *) "style", NULL
9150 };
9151
9152 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
9153 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9154 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9155 arg2 = (long)SWIG_As_long(obj1);
9156 if (PyErr_Occurred()) SWIG_fail;
9157 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTextAttr,
9158 SWIG_POINTER_EXCEPTION | 0)) == -1)
9159 SWIG_fail;
9160 if (arg3 == NULL) {
9161 PyErr_SetString(PyExc_TypeError,"null reference");
9162 SWIG_fail;
9163 }
9164 {
9165 PyThreadState* __tstate = wxPyBeginAllowThreads();
9166 result = (bool)(arg1)->GetStyle(arg2,*arg3);
9167
9168 wxPyEndAllowThreads(__tstate);
9169 if (PyErr_Occurred()) SWIG_fail;
9170 }
9171 {
9172 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9173 }
9174 return resultobj;
9175 fail:
9176 return NULL;
9177 }
9178
9179
9180 static PyObject *_wrap_TextCtrl_SetDefaultStyle(PyObject *, PyObject *args, PyObject *kwargs) {
9181 PyObject *resultobj;
9182 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9183 wxTextAttr *arg2 = 0 ;
9184 bool result;
9185 PyObject * obj0 = 0 ;
9186 PyObject * obj1 = 0 ;
9187 char *kwnames[] = {
9188 (char *) "self",(char *) "style", NULL
9189 };
9190
9191 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetDefaultStyle",kwnames,&obj0,&obj1)) goto fail;
9192 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9193 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9194 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTextAttr,
9195 SWIG_POINTER_EXCEPTION | 0)) == -1)
9196 SWIG_fail;
9197 if (arg2 == NULL) {
9198 PyErr_SetString(PyExc_TypeError,"null reference");
9199 SWIG_fail;
9200 }
9201 {
9202 PyThreadState* __tstate = wxPyBeginAllowThreads();
9203 result = (bool)(arg1)->SetDefaultStyle((wxTextAttr const &)*arg2);
9204
9205 wxPyEndAllowThreads(__tstate);
9206 if (PyErr_Occurred()) SWIG_fail;
9207 }
9208 {
9209 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9210 }
9211 return resultobj;
9212 fail:
9213 return NULL;
9214 }
9215
9216
9217 static PyObject *_wrap_TextCtrl_GetDefaultStyle(PyObject *, PyObject *args, PyObject *kwargs) {
9218 PyObject *resultobj;
9219 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9220 wxTextAttr *result;
9221 PyObject * obj0 = 0 ;
9222 char *kwnames[] = {
9223 (char *) "self", NULL
9224 };
9225
9226 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetDefaultStyle",kwnames,&obj0)) goto fail;
9227 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9228 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9229 {
9230 PyThreadState* __tstate = wxPyBeginAllowThreads();
9231 {
9232 wxTextAttr const &_result_ref = ((wxTextCtrl const *)arg1)->GetDefaultStyle();
9233 result = (wxTextAttr *) &_result_ref;
9234 }
9235
9236 wxPyEndAllowThreads(__tstate);
9237 if (PyErr_Occurred()) SWIG_fail;
9238 }
9239 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 0);
9240 return resultobj;
9241 fail:
9242 return NULL;
9243 }
9244
9245
9246 static PyObject *_wrap_TextCtrl_XYToPosition(PyObject *, PyObject *args, PyObject *kwargs) {
9247 PyObject *resultobj;
9248 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9249 long arg2 ;
9250 long arg3 ;
9251 long result;
9252 PyObject * obj0 = 0 ;
9253 PyObject * obj1 = 0 ;
9254 PyObject * obj2 = 0 ;
9255 char *kwnames[] = {
9256 (char *) "self",(char *) "x",(char *) "y", NULL
9257 };
9258
9259 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_XYToPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
9260 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9261 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9262 arg2 = (long)SWIG_As_long(obj1);
9263 if (PyErr_Occurred()) SWIG_fail;
9264 arg3 = (long)SWIG_As_long(obj2);
9265 if (PyErr_Occurred()) SWIG_fail;
9266 {
9267 PyThreadState* __tstate = wxPyBeginAllowThreads();
9268 result = (long)((wxTextCtrl const *)arg1)->XYToPosition(arg2,arg3);
9269
9270 wxPyEndAllowThreads(__tstate);
9271 if (PyErr_Occurred()) SWIG_fail;
9272 }
9273 resultobj = SWIG_From_long((long)result);
9274 return resultobj;
9275 fail:
9276 return NULL;
9277 }
9278
9279
9280 static PyObject *_wrap_TextCtrl_PositionToXY(PyObject *, PyObject *args, PyObject *kwargs) {
9281 PyObject *resultobj;
9282 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9283 long arg2 ;
9284 long *arg3 = (long *) 0 ;
9285 long *arg4 = (long *) 0 ;
9286 long temp3 ;
9287 int res3 = 0 ;
9288 long temp4 ;
9289 int res4 = 0 ;
9290 PyObject * obj0 = 0 ;
9291 PyObject * obj1 = 0 ;
9292 char *kwnames[] = {
9293 (char *) "self",(char *) "pos", NULL
9294 };
9295
9296 arg3 = &temp3; res3 = SWIG_NEWOBJ;
9297 arg4 = &temp4; res4 = SWIG_NEWOBJ;
9298 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_PositionToXY",kwnames,&obj0,&obj1)) goto fail;
9299 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9300 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9301 arg2 = (long)SWIG_As_long(obj1);
9302 if (PyErr_Occurred()) SWIG_fail;
9303 {
9304 PyThreadState* __tstate = wxPyBeginAllowThreads();
9305 ((wxTextCtrl const *)arg1)->PositionToXY(arg2,arg3,arg4);
9306
9307 wxPyEndAllowThreads(__tstate);
9308 if (PyErr_Occurred()) SWIG_fail;
9309 }
9310 Py_INCREF(Py_None); resultobj = Py_None;
9311 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
9312 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
9313 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ?
9314 SWIG_From_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_long, 0)));
9315 return resultobj;
9316 fail:
9317 return NULL;
9318 }
9319
9320
9321 static PyObject *_wrap_TextCtrl_ShowPosition(PyObject *, PyObject *args, PyObject *kwargs) {
9322 PyObject *resultobj;
9323 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9324 long arg2 ;
9325 PyObject * obj0 = 0 ;
9326 PyObject * obj1 = 0 ;
9327 char *kwnames[] = {
9328 (char *) "self",(char *) "pos", NULL
9329 };
9330
9331 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_ShowPosition",kwnames,&obj0,&obj1)) goto fail;
9332 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9333 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9334 arg2 = (long)SWIG_As_long(obj1);
9335 if (PyErr_Occurred()) SWIG_fail;
9336 {
9337 PyThreadState* __tstate = wxPyBeginAllowThreads();
9338 (arg1)->ShowPosition(arg2);
9339
9340 wxPyEndAllowThreads(__tstate);
9341 if (PyErr_Occurred()) SWIG_fail;
9342 }
9343 Py_INCREF(Py_None); resultobj = Py_None;
9344 return resultobj;
9345 fail:
9346 return NULL;
9347 }
9348
9349
9350 static PyObject *_wrap_TextCtrl_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
9351 PyObject *resultobj;
9352 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9353 wxPoint *arg2 = 0 ;
9354 long *arg3 = (long *) 0 ;
9355 long *arg4 = (long *) 0 ;
9356 int result;
9357 wxPoint temp2 ;
9358 long temp3 ;
9359 int res3 = 0 ;
9360 long temp4 ;
9361 int res4 = 0 ;
9362 PyObject * obj0 = 0 ;
9363 PyObject * obj1 = 0 ;
9364 char *kwnames[] = {
9365 (char *) "self",(char *) "pt", NULL
9366 };
9367
9368 arg3 = &temp3; res3 = SWIG_NEWOBJ;
9369 arg4 = &temp4; res4 = SWIG_NEWOBJ;
9370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
9371 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9372 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9373 {
9374 arg2 = &temp2;
9375 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
9376 }
9377 {
9378 PyThreadState* __tstate = wxPyBeginAllowThreads();
9379 result = (int)((wxTextCtrl const *)arg1)->HitTest((wxPoint const &)*arg2,arg3,arg4);
9380
9381 wxPyEndAllowThreads(__tstate);
9382 if (PyErr_Occurred()) SWIG_fail;
9383 }
9384 resultobj = SWIG_From_int((int)result);
9385 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
9386 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
9387 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ?
9388 SWIG_From_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_long, 0)));
9389 return resultobj;
9390 fail:
9391 return NULL;
9392 }
9393
9394
9395 static PyObject *_wrap_TextCtrl_HitTestPos(PyObject *, PyObject *args, PyObject *kwargs) {
9396 PyObject *resultobj;
9397 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9398 wxPoint *arg2 = 0 ;
9399 long *arg3 = (long *) 0 ;
9400 int result;
9401 wxPoint temp2 ;
9402 long temp3 ;
9403 int res3 = 0 ;
9404 PyObject * obj0 = 0 ;
9405 PyObject * obj1 = 0 ;
9406 char *kwnames[] = {
9407 (char *) "self",(char *) "pt", NULL
9408 };
9409
9410 arg3 = &temp3; res3 = SWIG_NEWOBJ;
9411 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_HitTestPos",kwnames,&obj0,&obj1)) goto fail;
9412 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9413 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9414 {
9415 arg2 = &temp2;
9416 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
9417 }
9418 {
9419 PyThreadState* __tstate = wxPyBeginAllowThreads();
9420 result = (int)((wxTextCtrl const *)arg1)->HitTest((wxPoint const &)*arg2,arg3);
9421
9422 wxPyEndAllowThreads(__tstate);
9423 if (PyErr_Occurred()) SWIG_fail;
9424 }
9425 resultobj = SWIG_From_int((int)result);
9426 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
9427 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
9428 return resultobj;
9429 fail:
9430 return NULL;
9431 }
9432
9433
9434 static PyObject *_wrap_TextCtrl_Copy(PyObject *, PyObject *args, PyObject *kwargs) {
9435 PyObject *resultobj;
9436 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9437 PyObject * obj0 = 0 ;
9438 char *kwnames[] = {
9439 (char *) "self", NULL
9440 };
9441
9442 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Copy",kwnames,&obj0)) goto fail;
9443 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9444 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9445 {
9446 PyThreadState* __tstate = wxPyBeginAllowThreads();
9447 (arg1)->Copy();
9448
9449 wxPyEndAllowThreads(__tstate);
9450 if (PyErr_Occurred()) SWIG_fail;
9451 }
9452 Py_INCREF(Py_None); resultobj = Py_None;
9453 return resultobj;
9454 fail:
9455 return NULL;
9456 }
9457
9458
9459 static PyObject *_wrap_TextCtrl_Cut(PyObject *, PyObject *args, PyObject *kwargs) {
9460 PyObject *resultobj;
9461 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9462 PyObject * obj0 = 0 ;
9463 char *kwnames[] = {
9464 (char *) "self", NULL
9465 };
9466
9467 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Cut",kwnames,&obj0)) goto fail;
9468 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9469 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9470 {
9471 PyThreadState* __tstate = wxPyBeginAllowThreads();
9472 (arg1)->Cut();
9473
9474 wxPyEndAllowThreads(__tstate);
9475 if (PyErr_Occurred()) SWIG_fail;
9476 }
9477 Py_INCREF(Py_None); resultobj = Py_None;
9478 return resultobj;
9479 fail:
9480 return NULL;
9481 }
9482
9483
9484 static PyObject *_wrap_TextCtrl_Paste(PyObject *, PyObject *args, PyObject *kwargs) {
9485 PyObject *resultobj;
9486 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9487 PyObject * obj0 = 0 ;
9488 char *kwnames[] = {
9489 (char *) "self", NULL
9490 };
9491
9492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Paste",kwnames,&obj0)) goto fail;
9493 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9494 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9495 {
9496 PyThreadState* __tstate = wxPyBeginAllowThreads();
9497 (arg1)->Paste();
9498
9499 wxPyEndAllowThreads(__tstate);
9500 if (PyErr_Occurred()) SWIG_fail;
9501 }
9502 Py_INCREF(Py_None); resultobj = Py_None;
9503 return resultobj;
9504 fail:
9505 return NULL;
9506 }
9507
9508
9509 static PyObject *_wrap_TextCtrl_CanCopy(PyObject *, PyObject *args, PyObject *kwargs) {
9510 PyObject *resultobj;
9511 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9512 bool result;
9513 PyObject * obj0 = 0 ;
9514 char *kwnames[] = {
9515 (char *) "self", NULL
9516 };
9517
9518 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCopy",kwnames,&obj0)) goto fail;
9519 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9520 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9521 {
9522 PyThreadState* __tstate = wxPyBeginAllowThreads();
9523 result = (bool)((wxTextCtrl const *)arg1)->CanCopy();
9524
9525 wxPyEndAllowThreads(__tstate);
9526 if (PyErr_Occurred()) SWIG_fail;
9527 }
9528 {
9529 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9530 }
9531 return resultobj;
9532 fail:
9533 return NULL;
9534 }
9535
9536
9537 static PyObject *_wrap_TextCtrl_CanCut(PyObject *, PyObject *args, PyObject *kwargs) {
9538 PyObject *resultobj;
9539 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9540 bool result;
9541 PyObject * obj0 = 0 ;
9542 char *kwnames[] = {
9543 (char *) "self", NULL
9544 };
9545
9546 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCut",kwnames,&obj0)) goto fail;
9547 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9548 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9549 {
9550 PyThreadState* __tstate = wxPyBeginAllowThreads();
9551 result = (bool)((wxTextCtrl const *)arg1)->CanCut();
9552
9553 wxPyEndAllowThreads(__tstate);
9554 if (PyErr_Occurred()) SWIG_fail;
9555 }
9556 {
9557 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9558 }
9559 return resultobj;
9560 fail:
9561 return NULL;
9562 }
9563
9564
9565 static PyObject *_wrap_TextCtrl_CanPaste(PyObject *, PyObject *args, PyObject *kwargs) {
9566 PyObject *resultobj;
9567 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9568 bool result;
9569 PyObject * obj0 = 0 ;
9570 char *kwnames[] = {
9571 (char *) "self", NULL
9572 };
9573
9574 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanPaste",kwnames,&obj0)) goto fail;
9575 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9576 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9577 {
9578 PyThreadState* __tstate = wxPyBeginAllowThreads();
9579 result = (bool)((wxTextCtrl const *)arg1)->CanPaste();
9580
9581 wxPyEndAllowThreads(__tstate);
9582 if (PyErr_Occurred()) SWIG_fail;
9583 }
9584 {
9585 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9586 }
9587 return resultobj;
9588 fail:
9589 return NULL;
9590 }
9591
9592
9593 static PyObject *_wrap_TextCtrl_Undo(PyObject *, PyObject *args, PyObject *kwargs) {
9594 PyObject *resultobj;
9595 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9596 PyObject * obj0 = 0 ;
9597 char *kwnames[] = {
9598 (char *) "self", NULL
9599 };
9600
9601 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Undo",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 (arg1)->Undo();
9607
9608 wxPyEndAllowThreads(__tstate);
9609 if (PyErr_Occurred()) SWIG_fail;
9610 }
9611 Py_INCREF(Py_None); resultobj = Py_None;
9612 return resultobj;
9613 fail:
9614 return NULL;
9615 }
9616
9617
9618 static PyObject *_wrap_TextCtrl_Redo(PyObject *, PyObject *args, PyObject *kwargs) {
9619 PyObject *resultobj;
9620 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9621 PyObject * obj0 = 0 ;
9622 char *kwnames[] = {
9623 (char *) "self", NULL
9624 };
9625
9626 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Redo",kwnames,&obj0)) goto fail;
9627 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9628 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9629 {
9630 PyThreadState* __tstate = wxPyBeginAllowThreads();
9631 (arg1)->Redo();
9632
9633 wxPyEndAllowThreads(__tstate);
9634 if (PyErr_Occurred()) SWIG_fail;
9635 }
9636 Py_INCREF(Py_None); resultobj = Py_None;
9637 return resultobj;
9638 fail:
9639 return NULL;
9640 }
9641
9642
9643 static PyObject *_wrap_TextCtrl_CanUndo(PyObject *, PyObject *args, PyObject *kwargs) {
9644 PyObject *resultobj;
9645 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9646 bool result;
9647 PyObject * obj0 = 0 ;
9648 char *kwnames[] = {
9649 (char *) "self", NULL
9650 };
9651
9652 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanUndo",kwnames,&obj0)) goto fail;
9653 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9654 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9655 {
9656 PyThreadState* __tstate = wxPyBeginAllowThreads();
9657 result = (bool)((wxTextCtrl const *)arg1)->CanUndo();
9658
9659 wxPyEndAllowThreads(__tstate);
9660 if (PyErr_Occurred()) SWIG_fail;
9661 }
9662 {
9663 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9664 }
9665 return resultobj;
9666 fail:
9667 return NULL;
9668 }
9669
9670
9671 static PyObject *_wrap_TextCtrl_CanRedo(PyObject *, PyObject *args, PyObject *kwargs) {
9672 PyObject *resultobj;
9673 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9674 bool result;
9675 PyObject * obj0 = 0 ;
9676 char *kwnames[] = {
9677 (char *) "self", NULL
9678 };
9679
9680 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanRedo",kwnames,&obj0)) goto fail;
9681 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9682 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9683 {
9684 PyThreadState* __tstate = wxPyBeginAllowThreads();
9685 result = (bool)((wxTextCtrl const *)arg1)->CanRedo();
9686
9687 wxPyEndAllowThreads(__tstate);
9688 if (PyErr_Occurred()) SWIG_fail;
9689 }
9690 {
9691 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9692 }
9693 return resultobj;
9694 fail:
9695 return NULL;
9696 }
9697
9698
9699 static PyObject *_wrap_TextCtrl_SetInsertionPoint(PyObject *, PyObject *args, PyObject *kwargs) {
9700 PyObject *resultobj;
9701 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9702 long arg2 ;
9703 PyObject * obj0 = 0 ;
9704 PyObject * obj1 = 0 ;
9705 char *kwnames[] = {
9706 (char *) "self",(char *) "pos", NULL
9707 };
9708
9709 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
9710 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9711 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9712 arg2 = (long)SWIG_As_long(obj1);
9713 if (PyErr_Occurred()) SWIG_fail;
9714 {
9715 PyThreadState* __tstate = wxPyBeginAllowThreads();
9716 (arg1)->SetInsertionPoint(arg2);
9717
9718 wxPyEndAllowThreads(__tstate);
9719 if (PyErr_Occurred()) SWIG_fail;
9720 }
9721 Py_INCREF(Py_None); resultobj = Py_None;
9722 return resultobj;
9723 fail:
9724 return NULL;
9725 }
9726
9727
9728 static PyObject *_wrap_TextCtrl_SetInsertionPointEnd(PyObject *, PyObject *args, PyObject *kwargs) {
9729 PyObject *resultobj;
9730 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9731 PyObject * obj0 = 0 ;
9732 char *kwnames[] = {
9733 (char *) "self", NULL
9734 };
9735
9736 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
9737 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9738 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9739 {
9740 PyThreadState* __tstate = wxPyBeginAllowThreads();
9741 (arg1)->SetInsertionPointEnd();
9742
9743 wxPyEndAllowThreads(__tstate);
9744 if (PyErr_Occurred()) SWIG_fail;
9745 }
9746 Py_INCREF(Py_None); resultobj = Py_None;
9747 return resultobj;
9748 fail:
9749 return NULL;
9750 }
9751
9752
9753 static PyObject *_wrap_TextCtrl_GetInsertionPoint(PyObject *, PyObject *args, PyObject *kwargs) {
9754 PyObject *resultobj;
9755 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9756 long result;
9757 PyObject * obj0 = 0 ;
9758 char *kwnames[] = {
9759 (char *) "self", NULL
9760 };
9761
9762 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetInsertionPoint",kwnames,&obj0)) goto fail;
9763 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9764 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9765 {
9766 PyThreadState* __tstate = wxPyBeginAllowThreads();
9767 result = (long)((wxTextCtrl const *)arg1)->GetInsertionPoint();
9768
9769 wxPyEndAllowThreads(__tstate);
9770 if (PyErr_Occurred()) SWIG_fail;
9771 }
9772 resultobj = SWIG_From_long((long)result);
9773 return resultobj;
9774 fail:
9775 return NULL;
9776 }
9777
9778
9779 static PyObject *_wrap_TextCtrl_GetLastPosition(PyObject *, PyObject *args, PyObject *kwargs) {
9780 PyObject *resultobj;
9781 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9782 long result;
9783 PyObject * obj0 = 0 ;
9784 char *kwnames[] = {
9785 (char *) "self", NULL
9786 };
9787
9788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetLastPosition",kwnames,&obj0)) goto fail;
9789 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9790 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9791 {
9792 PyThreadState* __tstate = wxPyBeginAllowThreads();
9793 result = (long)((wxTextCtrl const *)arg1)->GetLastPosition();
9794
9795 wxPyEndAllowThreads(__tstate);
9796 if (PyErr_Occurred()) SWIG_fail;
9797 }
9798 resultobj = SWIG_From_long((long)result);
9799 return resultobj;
9800 fail:
9801 return NULL;
9802 }
9803
9804
9805 static PyObject *_wrap_TextCtrl_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
9806 PyObject *resultobj;
9807 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9808 long arg2 ;
9809 long arg3 ;
9810 PyObject * obj0 = 0 ;
9811 PyObject * obj1 = 0 ;
9812 PyObject * obj2 = 0 ;
9813 char *kwnames[] = {
9814 (char *) "self",(char *) "from",(char *) "to", NULL
9815 };
9816
9817 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
9818 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9819 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9820 arg2 = (long)SWIG_As_long(obj1);
9821 if (PyErr_Occurred()) SWIG_fail;
9822 arg3 = (long)SWIG_As_long(obj2);
9823 if (PyErr_Occurred()) SWIG_fail;
9824 {
9825 PyThreadState* __tstate = wxPyBeginAllowThreads();
9826 (arg1)->SetSelection(arg2,arg3);
9827
9828 wxPyEndAllowThreads(__tstate);
9829 if (PyErr_Occurred()) SWIG_fail;
9830 }
9831 Py_INCREF(Py_None); resultobj = Py_None;
9832 return resultobj;
9833 fail:
9834 return NULL;
9835 }
9836
9837
9838 static PyObject *_wrap_TextCtrl_SelectAll(PyObject *, PyObject *args, PyObject *kwargs) {
9839 PyObject *resultobj;
9840 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9841 PyObject * obj0 = 0 ;
9842 char *kwnames[] = {
9843 (char *) "self", NULL
9844 };
9845
9846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SelectAll",kwnames,&obj0)) goto fail;
9847 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9848 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9849 {
9850 PyThreadState* __tstate = wxPyBeginAllowThreads();
9851 (arg1)->SelectAll();
9852
9853 wxPyEndAllowThreads(__tstate);
9854 if (PyErr_Occurred()) SWIG_fail;
9855 }
9856 Py_INCREF(Py_None); resultobj = Py_None;
9857 return resultobj;
9858 fail:
9859 return NULL;
9860 }
9861
9862
9863 static PyObject *_wrap_TextCtrl_SetEditable(PyObject *, PyObject *args, PyObject *kwargs) {
9864 PyObject *resultobj;
9865 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9866 bool arg2 ;
9867 PyObject * obj0 = 0 ;
9868 PyObject * obj1 = 0 ;
9869 char *kwnames[] = {
9870 (char *) "self",(char *) "editable", NULL
9871 };
9872
9873 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetEditable",kwnames,&obj0,&obj1)) goto fail;
9874 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9875 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9876 arg2 = (bool)SWIG_As_bool(obj1);
9877 if (PyErr_Occurred()) SWIG_fail;
9878 {
9879 PyThreadState* __tstate = wxPyBeginAllowThreads();
9880 (arg1)->SetEditable(arg2);
9881
9882 wxPyEndAllowThreads(__tstate);
9883 if (PyErr_Occurred()) SWIG_fail;
9884 }
9885 Py_INCREF(Py_None); resultobj = Py_None;
9886 return resultobj;
9887 fail:
9888 return NULL;
9889 }
9890
9891
9892 static PyObject *_wrap_TextCtrl_write(PyObject *, PyObject *args, PyObject *kwargs) {
9893 PyObject *resultobj;
9894 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9895 wxString *arg2 = 0 ;
9896 bool temp2 = false ;
9897 PyObject * obj0 = 0 ;
9898 PyObject * obj1 = 0 ;
9899 char *kwnames[] = {
9900 (char *) "self",(char *) "text", NULL
9901 };
9902
9903 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_write",kwnames,&obj0,&obj1)) goto fail;
9904 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9905 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9906 {
9907 arg2 = wxString_in_helper(obj1);
9908 if (arg2 == NULL) SWIG_fail;
9909 temp2 = true;
9910 }
9911 {
9912 PyThreadState* __tstate = wxPyBeginAllowThreads();
9913 wxTextCtrl_write(arg1,(wxString const &)*arg2);
9914
9915 wxPyEndAllowThreads(__tstate);
9916 if (PyErr_Occurred()) SWIG_fail;
9917 }
9918 Py_INCREF(Py_None); resultobj = Py_None;
9919 {
9920 if (temp2)
9921 delete arg2;
9922 }
9923 return resultobj;
9924 fail:
9925 {
9926 if (temp2)
9927 delete arg2;
9928 }
9929 return NULL;
9930 }
9931
9932
9933 static PyObject *_wrap_TextCtrl_GetString(PyObject *, PyObject *args, PyObject *kwargs) {
9934 PyObject *resultobj;
9935 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9936 long arg2 ;
9937 long arg3 ;
9938 wxString result;
9939 PyObject * obj0 = 0 ;
9940 PyObject * obj1 = 0 ;
9941 PyObject * obj2 = 0 ;
9942 char *kwnames[] = {
9943 (char *) "self",(char *) "from",(char *) "to", NULL
9944 };
9945
9946 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
9947 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9948 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9949 arg2 = (long)SWIG_As_long(obj1);
9950 if (PyErr_Occurred()) SWIG_fail;
9951 arg3 = (long)SWIG_As_long(obj2);
9952 if (PyErr_Occurred()) SWIG_fail;
9953 {
9954 PyThreadState* __tstate = wxPyBeginAllowThreads();
9955 result = wxTextCtrl_GetString(arg1,arg2,arg3);
9956
9957 wxPyEndAllowThreads(__tstate);
9958 if (PyErr_Occurred()) SWIG_fail;
9959 }
9960 {
9961 #if wxUSE_UNICODE
9962 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
9963 #else
9964 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
9965 #endif
9966 }
9967 return resultobj;
9968 fail:
9969 return NULL;
9970 }
9971
9972
9973 static PyObject *_wrap_TextCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
9974 PyObject *resultobj;
9975 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
9976 wxVisualAttributes result;
9977 PyObject * obj0 = 0 ;
9978 char *kwnames[] = {
9979 (char *) "variant", NULL
9980 };
9981
9982 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:TextCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
9983 if (obj0) {
9984 arg1 = (int)SWIG_As_int(obj0);
9985 if (PyErr_Occurred()) SWIG_fail;
9986 }
9987 {
9988 if (!wxPyCheckForApp()) SWIG_fail;
9989 PyThreadState* __tstate = wxPyBeginAllowThreads();
9990 result = wxTextCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
9991
9992 wxPyEndAllowThreads(__tstate);
9993 if (PyErr_Occurred()) SWIG_fail;
9994 }
9995 {
9996 wxVisualAttributes * resultptr;
9997 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
9998 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
9999 }
10000 return resultobj;
10001 fail:
10002 return NULL;
10003 }
10004
10005
10006 static PyObject * TextCtrl_swigregister(PyObject *, PyObject *args) {
10007 PyObject *obj;
10008 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10009 SWIG_TypeClientData(SWIGTYPE_p_wxTextCtrl, obj);
10010 Py_INCREF(obj);
10011 return Py_BuildValue((char *)"");
10012 }
10013 static PyObject *_wrap_new_TextUrlEvent(PyObject *, PyObject *args, PyObject *kwargs) {
10014 PyObject *resultobj;
10015 int arg1 ;
10016 wxMouseEvent *arg2 = 0 ;
10017 long arg3 ;
10018 long arg4 ;
10019 wxTextUrlEvent *result;
10020 PyObject * obj0 = 0 ;
10021 PyObject * obj1 = 0 ;
10022 PyObject * obj2 = 0 ;
10023 PyObject * obj3 = 0 ;
10024 char *kwnames[] = {
10025 (char *) "winid",(char *) "evtMouse",(char *) "start",(char *) "end", NULL
10026 };
10027
10028 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:new_TextUrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
10029 arg1 = (int)SWIG_As_int(obj0);
10030 if (PyErr_Occurred()) SWIG_fail;
10031 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxMouseEvent,
10032 SWIG_POINTER_EXCEPTION | 0)) == -1)
10033 SWIG_fail;
10034 if (arg2 == NULL) {
10035 PyErr_SetString(PyExc_TypeError,"null reference");
10036 SWIG_fail;
10037 }
10038 arg3 = (long)SWIG_As_long(obj2);
10039 if (PyErr_Occurred()) SWIG_fail;
10040 arg4 = (long)SWIG_As_long(obj3);
10041 if (PyErr_Occurred()) SWIG_fail;
10042 {
10043 PyThreadState* __tstate = wxPyBeginAllowThreads();
10044 result = (wxTextUrlEvent *)new wxTextUrlEvent(arg1,(wxMouseEvent const &)*arg2,arg3,arg4);
10045
10046 wxPyEndAllowThreads(__tstate);
10047 if (PyErr_Occurred()) SWIG_fail;
10048 }
10049 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextUrlEvent, 1);
10050 return resultobj;
10051 fail:
10052 return NULL;
10053 }
10054
10055
10056 static PyObject *_wrap_TextUrlEvent_GetMouseEvent(PyObject *, PyObject *args, PyObject *kwargs) {
10057 PyObject *resultobj;
10058 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
10059 wxMouseEvent *result;
10060 PyObject * obj0 = 0 ;
10061 char *kwnames[] = {
10062 (char *) "self", NULL
10063 };
10064
10065 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetMouseEvent",kwnames,&obj0)) goto fail;
10066 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
10067 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10068 {
10069 PyThreadState* __tstate = wxPyBeginAllowThreads();
10070 {
10071 wxMouseEvent const &_result_ref = (arg1)->GetMouseEvent();
10072 result = (wxMouseEvent *) &_result_ref;
10073 }
10074
10075 wxPyEndAllowThreads(__tstate);
10076 if (PyErr_Occurred()) SWIG_fail;
10077 }
10078 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxMouseEvent, 0);
10079 return resultobj;
10080 fail:
10081 return NULL;
10082 }
10083
10084
10085 static PyObject *_wrap_TextUrlEvent_GetURLStart(PyObject *, PyObject *args, PyObject *kwargs) {
10086 PyObject *resultobj;
10087 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
10088 long result;
10089 PyObject * obj0 = 0 ;
10090 char *kwnames[] = {
10091 (char *) "self", NULL
10092 };
10093
10094 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLStart",kwnames,&obj0)) goto fail;
10095 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
10096 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10097 {
10098 PyThreadState* __tstate = wxPyBeginAllowThreads();
10099 result = (long)((wxTextUrlEvent const *)arg1)->GetURLStart();
10100
10101 wxPyEndAllowThreads(__tstate);
10102 if (PyErr_Occurred()) SWIG_fail;
10103 }
10104 resultobj = SWIG_From_long((long)result);
10105 return resultobj;
10106 fail:
10107 return NULL;
10108 }
10109
10110
10111 static PyObject *_wrap_TextUrlEvent_GetURLEnd(PyObject *, PyObject *args, PyObject *kwargs) {
10112 PyObject *resultobj;
10113 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
10114 long result;
10115 PyObject * obj0 = 0 ;
10116 char *kwnames[] = {
10117 (char *) "self", NULL
10118 };
10119
10120 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLEnd",kwnames,&obj0)) goto fail;
10121 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
10122 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10123 {
10124 PyThreadState* __tstate = wxPyBeginAllowThreads();
10125 result = (long)((wxTextUrlEvent const *)arg1)->GetURLEnd();
10126
10127 wxPyEndAllowThreads(__tstate);
10128 if (PyErr_Occurred()) SWIG_fail;
10129 }
10130 resultobj = SWIG_From_long((long)result);
10131 return resultobj;
10132 fail:
10133 return NULL;
10134 }
10135
10136
10137 static PyObject * TextUrlEvent_swigregister(PyObject *, PyObject *args) {
10138 PyObject *obj;
10139 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10140 SWIG_TypeClientData(SWIGTYPE_p_wxTextUrlEvent, obj);
10141 Py_INCREF(obj);
10142 return Py_BuildValue((char *)"");
10143 }
10144 static int _wrap_ScrollBarNameStr_set(PyObject *) {
10145 PyErr_SetString(PyExc_TypeError,"Variable ScrollBarNameStr is read-only.");
10146 return 1;
10147 }
10148
10149
10150 static PyObject *_wrap_ScrollBarNameStr_get() {
10151 PyObject *pyobj;
10152
10153 {
10154 #if wxUSE_UNICODE
10155 pyobj = PyUnicode_FromWideChar((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
10156 #else
10157 pyobj = PyString_FromStringAndSize((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
10158 #endif
10159 }
10160 return pyobj;
10161 }
10162
10163
10164 static PyObject *_wrap_new_ScrollBar(PyObject *, PyObject *args, PyObject *kwargs) {
10165 PyObject *resultobj;
10166 wxWindow *arg1 = (wxWindow *) 0 ;
10167 int arg2 = (int) -1 ;
10168 wxPoint const &arg3_defvalue = wxDefaultPosition ;
10169 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
10170 wxSize const &arg4_defvalue = wxDefaultSize ;
10171 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
10172 long arg5 = (long) wxSB_HORIZONTAL ;
10173 wxValidator const &arg6_defvalue = wxDefaultValidator ;
10174 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
10175 wxString const &arg7_defvalue = wxPyScrollBarNameStr ;
10176 wxString *arg7 = (wxString *) &arg7_defvalue ;
10177 wxScrollBar *result;
10178 wxPoint temp3 ;
10179 wxSize temp4 ;
10180 bool temp7 = false ;
10181 PyObject * obj0 = 0 ;
10182 PyObject * obj1 = 0 ;
10183 PyObject * obj2 = 0 ;
10184 PyObject * obj3 = 0 ;
10185 PyObject * obj4 = 0 ;
10186 PyObject * obj5 = 0 ;
10187 PyObject * obj6 = 0 ;
10188 char *kwnames[] = {
10189 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10190 };
10191
10192 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ScrollBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
10193 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
10194 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10195 if (obj1) {
10196 arg2 = (int)SWIG_As_int(obj1);
10197 if (PyErr_Occurred()) SWIG_fail;
10198 }
10199 if (obj2) {
10200 {
10201 arg3 = &temp3;
10202 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
10203 }
10204 }
10205 if (obj3) {
10206 {
10207 arg4 = &temp4;
10208 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
10209 }
10210 }
10211 if (obj4) {
10212 arg5 = (long)SWIG_As_long(obj4);
10213 if (PyErr_Occurred()) SWIG_fail;
10214 }
10215 if (obj5) {
10216 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
10217 SWIG_POINTER_EXCEPTION | 0)) == -1)
10218 SWIG_fail;
10219 if (arg6 == NULL) {
10220 PyErr_SetString(PyExc_TypeError,"null reference");
10221 SWIG_fail;
10222 }
10223 }
10224 if (obj6) {
10225 {
10226 arg7 = wxString_in_helper(obj6);
10227 if (arg7 == NULL) SWIG_fail;
10228 temp7 = true;
10229 }
10230 }
10231 {
10232 if (!wxPyCheckForApp()) SWIG_fail;
10233 PyThreadState* __tstate = wxPyBeginAllowThreads();
10234 result = (wxScrollBar *)new wxScrollBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
10235
10236 wxPyEndAllowThreads(__tstate);
10237 if (PyErr_Occurred()) SWIG_fail;
10238 }
10239 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxScrollBar, 1);
10240 {
10241 if (temp7)
10242 delete arg7;
10243 }
10244 return resultobj;
10245 fail:
10246 {
10247 if (temp7)
10248 delete arg7;
10249 }
10250 return NULL;
10251 }
10252
10253
10254 static PyObject *_wrap_new_PreScrollBar(PyObject *, PyObject *args, PyObject *kwargs) {
10255 PyObject *resultobj;
10256 wxScrollBar *result;
10257 char *kwnames[] = {
10258 NULL
10259 };
10260
10261 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreScrollBar",kwnames)) goto fail;
10262 {
10263 if (!wxPyCheckForApp()) SWIG_fail;
10264 PyThreadState* __tstate = wxPyBeginAllowThreads();
10265 result = (wxScrollBar *)new wxScrollBar();
10266
10267 wxPyEndAllowThreads(__tstate);
10268 if (PyErr_Occurred()) SWIG_fail;
10269 }
10270 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxScrollBar, 1);
10271 return resultobj;
10272 fail:
10273 return NULL;
10274 }
10275
10276
10277 static PyObject *_wrap_ScrollBar_Create(PyObject *, PyObject *args, PyObject *kwargs) {
10278 PyObject *resultobj;
10279 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10280 wxWindow *arg2 = (wxWindow *) 0 ;
10281 int arg3 = (int) -1 ;
10282 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10283 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10284 wxSize const &arg5_defvalue = wxDefaultSize ;
10285 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10286 long arg6 = (long) wxSB_HORIZONTAL ;
10287 wxValidator const &arg7_defvalue = wxDefaultValidator ;
10288 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
10289 wxString const &arg8_defvalue = wxPyScrollBarNameStr ;
10290 wxString *arg8 = (wxString *) &arg8_defvalue ;
10291 bool result;
10292 wxPoint temp4 ;
10293 wxSize temp5 ;
10294 bool temp8 = false ;
10295 PyObject * obj0 = 0 ;
10296 PyObject * obj1 = 0 ;
10297 PyObject * obj2 = 0 ;
10298 PyObject * obj3 = 0 ;
10299 PyObject * obj4 = 0 ;
10300 PyObject * obj5 = 0 ;
10301 PyObject * obj6 = 0 ;
10302 PyObject * obj7 = 0 ;
10303 char *kwnames[] = {
10304 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10305 };
10306
10307 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ScrollBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
10308 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10309 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10310 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
10311 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10312 if (obj2) {
10313 arg3 = (int)SWIG_As_int(obj2);
10314 if (PyErr_Occurred()) SWIG_fail;
10315 }
10316 if (obj3) {
10317 {
10318 arg4 = &temp4;
10319 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10320 }
10321 }
10322 if (obj4) {
10323 {
10324 arg5 = &temp5;
10325 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10326 }
10327 }
10328 if (obj5) {
10329 arg6 = (long)SWIG_As_long(obj5);
10330 if (PyErr_Occurred()) SWIG_fail;
10331 }
10332 if (obj6) {
10333 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
10334 SWIG_POINTER_EXCEPTION | 0)) == -1)
10335 SWIG_fail;
10336 if (arg7 == NULL) {
10337 PyErr_SetString(PyExc_TypeError,"null reference");
10338 SWIG_fail;
10339 }
10340 }
10341 if (obj7) {
10342 {
10343 arg8 = wxString_in_helper(obj7);
10344 if (arg8 == NULL) SWIG_fail;
10345 temp8 = true;
10346 }
10347 }
10348 {
10349 PyThreadState* __tstate = wxPyBeginAllowThreads();
10350 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
10351
10352 wxPyEndAllowThreads(__tstate);
10353 if (PyErr_Occurred()) SWIG_fail;
10354 }
10355 {
10356 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10357 }
10358 {
10359 if (temp8)
10360 delete arg8;
10361 }
10362 return resultobj;
10363 fail:
10364 {
10365 if (temp8)
10366 delete arg8;
10367 }
10368 return NULL;
10369 }
10370
10371
10372 static PyObject *_wrap_ScrollBar_GetThumbPosition(PyObject *, PyObject *args, PyObject *kwargs) {
10373 PyObject *resultobj;
10374 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10375 int result;
10376 PyObject * obj0 = 0 ;
10377 char *kwnames[] = {
10378 (char *) "self", NULL
10379 };
10380
10381 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbPosition",kwnames,&obj0)) goto fail;
10382 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10383 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10384 {
10385 PyThreadState* __tstate = wxPyBeginAllowThreads();
10386 result = (int)((wxScrollBar const *)arg1)->GetThumbPosition();
10387
10388 wxPyEndAllowThreads(__tstate);
10389 if (PyErr_Occurred()) SWIG_fail;
10390 }
10391 resultobj = SWIG_From_int((int)result);
10392 return resultobj;
10393 fail:
10394 return NULL;
10395 }
10396
10397
10398 static PyObject *_wrap_ScrollBar_GetThumbSize(PyObject *, PyObject *args, PyObject *kwargs) {
10399 PyObject *resultobj;
10400 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10401 int result;
10402 PyObject * obj0 = 0 ;
10403 char *kwnames[] = {
10404 (char *) "self", NULL
10405 };
10406
10407 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbSize",kwnames,&obj0)) goto fail;
10408 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10409 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10410 {
10411 PyThreadState* __tstate = wxPyBeginAllowThreads();
10412 result = (int)((wxScrollBar const *)arg1)->GetThumbSize();
10413
10414 wxPyEndAllowThreads(__tstate);
10415 if (PyErr_Occurred()) SWIG_fail;
10416 }
10417 resultobj = SWIG_From_int((int)result);
10418 return resultobj;
10419 fail:
10420 return NULL;
10421 }
10422
10423
10424 static PyObject *_wrap_ScrollBar_GetPageSize(PyObject *, PyObject *args, PyObject *kwargs) {
10425 PyObject *resultobj;
10426 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10427 int result;
10428 PyObject * obj0 = 0 ;
10429 char *kwnames[] = {
10430 (char *) "self", NULL
10431 };
10432
10433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetPageSize",kwnames,&obj0)) goto fail;
10434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10436 {
10437 PyThreadState* __tstate = wxPyBeginAllowThreads();
10438 result = (int)((wxScrollBar const *)arg1)->GetPageSize();
10439
10440 wxPyEndAllowThreads(__tstate);
10441 if (PyErr_Occurred()) SWIG_fail;
10442 }
10443 resultobj = SWIG_From_int((int)result);
10444 return resultobj;
10445 fail:
10446 return NULL;
10447 }
10448
10449
10450 static PyObject *_wrap_ScrollBar_GetRange(PyObject *, PyObject *args, PyObject *kwargs) {
10451 PyObject *resultobj;
10452 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10453 int result;
10454 PyObject * obj0 = 0 ;
10455 char *kwnames[] = {
10456 (char *) "self", NULL
10457 };
10458
10459 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetRange",kwnames,&obj0)) goto fail;
10460 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10461 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10462 {
10463 PyThreadState* __tstate = wxPyBeginAllowThreads();
10464 result = (int)((wxScrollBar const *)arg1)->GetRange();
10465
10466 wxPyEndAllowThreads(__tstate);
10467 if (PyErr_Occurred()) SWIG_fail;
10468 }
10469 resultobj = SWIG_From_int((int)result);
10470 return resultobj;
10471 fail:
10472 return NULL;
10473 }
10474
10475
10476 static PyObject *_wrap_ScrollBar_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
10477 PyObject *resultobj;
10478 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10479 bool result;
10480 PyObject * obj0 = 0 ;
10481 char *kwnames[] = {
10482 (char *) "self", NULL
10483 };
10484
10485 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_IsVertical",kwnames,&obj0)) goto fail;
10486 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10487 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10488 {
10489 PyThreadState* __tstate = wxPyBeginAllowThreads();
10490 result = (bool)((wxScrollBar const *)arg1)->IsVertical();
10491
10492 wxPyEndAllowThreads(__tstate);
10493 if (PyErr_Occurred()) SWIG_fail;
10494 }
10495 {
10496 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10497 }
10498 return resultobj;
10499 fail:
10500 return NULL;
10501 }
10502
10503
10504 static PyObject *_wrap_ScrollBar_SetThumbPosition(PyObject *, PyObject *args, PyObject *kwargs) {
10505 PyObject *resultobj;
10506 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10507 int arg2 ;
10508 PyObject * obj0 = 0 ;
10509 PyObject * obj1 = 0 ;
10510 char *kwnames[] = {
10511 (char *) "self",(char *) "viewStart", NULL
10512 };
10513
10514 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ScrollBar_SetThumbPosition",kwnames,&obj0,&obj1)) goto fail;
10515 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10516 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10517 arg2 = (int)SWIG_As_int(obj1);
10518 if (PyErr_Occurred()) SWIG_fail;
10519 {
10520 PyThreadState* __tstate = wxPyBeginAllowThreads();
10521 (arg1)->SetThumbPosition(arg2);
10522
10523 wxPyEndAllowThreads(__tstate);
10524 if (PyErr_Occurred()) SWIG_fail;
10525 }
10526 Py_INCREF(Py_None); resultobj = Py_None;
10527 return resultobj;
10528 fail:
10529 return NULL;
10530 }
10531
10532
10533 static PyObject *_wrap_ScrollBar_SetScrollbar(PyObject *, PyObject *args, PyObject *kwargs) {
10534 PyObject *resultobj;
10535 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10536 int arg2 ;
10537 int arg3 ;
10538 int arg4 ;
10539 int arg5 ;
10540 bool arg6 = (bool) true ;
10541 PyObject * obj0 = 0 ;
10542 PyObject * obj1 = 0 ;
10543 PyObject * obj2 = 0 ;
10544 PyObject * obj3 = 0 ;
10545 PyObject * obj4 = 0 ;
10546 PyObject * obj5 = 0 ;
10547 char *kwnames[] = {
10548 (char *) "self",(char *) "position",(char *) "thumbSize",(char *) "range",(char *) "pageSize",(char *) "refresh", NULL
10549 };
10550
10551 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:ScrollBar_SetScrollbar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
10552 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10553 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10554 arg2 = (int)SWIG_As_int(obj1);
10555 if (PyErr_Occurred()) SWIG_fail;
10556 arg3 = (int)SWIG_As_int(obj2);
10557 if (PyErr_Occurred()) SWIG_fail;
10558 arg4 = (int)SWIG_As_int(obj3);
10559 if (PyErr_Occurred()) SWIG_fail;
10560 arg5 = (int)SWIG_As_int(obj4);
10561 if (PyErr_Occurred()) SWIG_fail;
10562 if (obj5) {
10563 arg6 = (bool)SWIG_As_bool(obj5);
10564 if (PyErr_Occurred()) SWIG_fail;
10565 }
10566 {
10567 PyThreadState* __tstate = wxPyBeginAllowThreads();
10568 (arg1)->SetScrollbar(arg2,arg3,arg4,arg5,arg6);
10569
10570 wxPyEndAllowThreads(__tstate);
10571 if (PyErr_Occurred()) SWIG_fail;
10572 }
10573 Py_INCREF(Py_None); resultobj = Py_None;
10574 return resultobj;
10575 fail:
10576 return NULL;
10577 }
10578
10579
10580 static PyObject *_wrap_ScrollBar_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
10581 PyObject *resultobj;
10582 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
10583 wxVisualAttributes result;
10584 PyObject * obj0 = 0 ;
10585 char *kwnames[] = {
10586 (char *) "variant", NULL
10587 };
10588
10589 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ScrollBar_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
10590 if (obj0) {
10591 arg1 = (int)SWIG_As_int(obj0);
10592 if (PyErr_Occurred()) SWIG_fail;
10593 }
10594 {
10595 if (!wxPyCheckForApp()) SWIG_fail;
10596 PyThreadState* __tstate = wxPyBeginAllowThreads();
10597 result = wxScrollBar::GetClassDefaultAttributes((wxWindowVariant )arg1);
10598
10599 wxPyEndAllowThreads(__tstate);
10600 if (PyErr_Occurred()) SWIG_fail;
10601 }
10602 {
10603 wxVisualAttributes * resultptr;
10604 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
10605 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
10606 }
10607 return resultobj;
10608 fail:
10609 return NULL;
10610 }
10611
10612
10613 static PyObject * ScrollBar_swigregister(PyObject *, PyObject *args) {
10614 PyObject *obj;
10615 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10616 SWIG_TypeClientData(SWIGTYPE_p_wxScrollBar, obj);
10617 Py_INCREF(obj);
10618 return Py_BuildValue((char *)"");
10619 }
10620 static int _wrap_SPIN_BUTTON_NAME_set(PyObject *) {
10621 PyErr_SetString(PyExc_TypeError,"Variable SPIN_BUTTON_NAME is read-only.");
10622 return 1;
10623 }
10624
10625
10626 static PyObject *_wrap_SPIN_BUTTON_NAME_get() {
10627 PyObject *pyobj;
10628
10629 {
10630 #if wxUSE_UNICODE
10631 pyobj = PyUnicode_FromWideChar((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
10632 #else
10633 pyobj = PyString_FromStringAndSize((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
10634 #endif
10635 }
10636 return pyobj;
10637 }
10638
10639
10640 static int _wrap_SpinCtrlNameStr_set(PyObject *) {
10641 PyErr_SetString(PyExc_TypeError,"Variable SpinCtrlNameStr is read-only.");
10642 return 1;
10643 }
10644
10645
10646 static PyObject *_wrap_SpinCtrlNameStr_get() {
10647 PyObject *pyobj;
10648
10649 {
10650 #if wxUSE_UNICODE
10651 pyobj = PyUnicode_FromWideChar((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
10652 #else
10653 pyobj = PyString_FromStringAndSize((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
10654 #endif
10655 }
10656 return pyobj;
10657 }
10658
10659
10660 static PyObject *_wrap_new_SpinButton(PyObject *, PyObject *args, PyObject *kwargs) {
10661 PyObject *resultobj;
10662 wxWindow *arg1 = (wxWindow *) 0 ;
10663 int arg2 = (int) -1 ;
10664 wxPoint const &arg3_defvalue = wxDefaultPosition ;
10665 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
10666 wxSize const &arg4_defvalue = wxDefaultSize ;
10667 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
10668 long arg5 = (long) wxSP_HORIZONTAL ;
10669 wxString const &arg6_defvalue = wxPySPIN_BUTTON_NAME ;
10670 wxString *arg6 = (wxString *) &arg6_defvalue ;
10671 wxSpinButton *result;
10672 wxPoint temp3 ;
10673 wxSize temp4 ;
10674 bool temp6 = false ;
10675 PyObject * obj0 = 0 ;
10676 PyObject * obj1 = 0 ;
10677 PyObject * obj2 = 0 ;
10678 PyObject * obj3 = 0 ;
10679 PyObject * obj4 = 0 ;
10680 PyObject * obj5 = 0 ;
10681 char *kwnames[] = {
10682 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10683 };
10684
10685 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_SpinButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
10686 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
10687 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10688 if (obj1) {
10689 arg2 = (int)SWIG_As_int(obj1);
10690 if (PyErr_Occurred()) SWIG_fail;
10691 }
10692 if (obj2) {
10693 {
10694 arg3 = &temp3;
10695 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
10696 }
10697 }
10698 if (obj3) {
10699 {
10700 arg4 = &temp4;
10701 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
10702 }
10703 }
10704 if (obj4) {
10705 arg5 = (long)SWIG_As_long(obj4);
10706 if (PyErr_Occurred()) SWIG_fail;
10707 }
10708 if (obj5) {
10709 {
10710 arg6 = wxString_in_helper(obj5);
10711 if (arg6 == NULL) SWIG_fail;
10712 temp6 = true;
10713 }
10714 }
10715 {
10716 if (!wxPyCheckForApp()) SWIG_fail;
10717 PyThreadState* __tstate = wxPyBeginAllowThreads();
10718 result = (wxSpinButton *)new wxSpinButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
10719
10720 wxPyEndAllowThreads(__tstate);
10721 if (PyErr_Occurred()) SWIG_fail;
10722 }
10723 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinButton, 1);
10724 {
10725 if (temp6)
10726 delete arg6;
10727 }
10728 return resultobj;
10729 fail:
10730 {
10731 if (temp6)
10732 delete arg6;
10733 }
10734 return NULL;
10735 }
10736
10737
10738 static PyObject *_wrap_new_PreSpinButton(PyObject *, PyObject *args, PyObject *kwargs) {
10739 PyObject *resultobj;
10740 wxSpinButton *result;
10741 char *kwnames[] = {
10742 NULL
10743 };
10744
10745 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinButton",kwnames)) goto fail;
10746 {
10747 if (!wxPyCheckForApp()) SWIG_fail;
10748 PyThreadState* __tstate = wxPyBeginAllowThreads();
10749 result = (wxSpinButton *)new wxSpinButton();
10750
10751 wxPyEndAllowThreads(__tstate);
10752 if (PyErr_Occurred()) SWIG_fail;
10753 }
10754 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinButton, 1);
10755 return resultobj;
10756 fail:
10757 return NULL;
10758 }
10759
10760
10761 static PyObject *_wrap_SpinButton_Create(PyObject *, PyObject *args, PyObject *kwargs) {
10762 PyObject *resultobj;
10763 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10764 wxWindow *arg2 = (wxWindow *) 0 ;
10765 int arg3 = (int) -1 ;
10766 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10767 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10768 wxSize const &arg5_defvalue = wxDefaultSize ;
10769 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10770 long arg6 = (long) wxSP_HORIZONTAL ;
10771 wxString const &arg7_defvalue = wxPySPIN_BUTTON_NAME ;
10772 wxString *arg7 = (wxString *) &arg7_defvalue ;
10773 bool result;
10774 wxPoint temp4 ;
10775 wxSize temp5 ;
10776 bool temp7 = false ;
10777 PyObject * obj0 = 0 ;
10778 PyObject * obj1 = 0 ;
10779 PyObject * obj2 = 0 ;
10780 PyObject * obj3 = 0 ;
10781 PyObject * obj4 = 0 ;
10782 PyObject * obj5 = 0 ;
10783 PyObject * obj6 = 0 ;
10784 char *kwnames[] = {
10785 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10786 };
10787
10788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:SpinButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
10789 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10790 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10791 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
10792 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10793 if (obj2) {
10794 arg3 = (int)SWIG_As_int(obj2);
10795 if (PyErr_Occurred()) SWIG_fail;
10796 }
10797 if (obj3) {
10798 {
10799 arg4 = &temp4;
10800 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10801 }
10802 }
10803 if (obj4) {
10804 {
10805 arg5 = &temp5;
10806 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10807 }
10808 }
10809 if (obj5) {
10810 arg6 = (long)SWIG_As_long(obj5);
10811 if (PyErr_Occurred()) SWIG_fail;
10812 }
10813 if (obj6) {
10814 {
10815 arg7 = wxString_in_helper(obj6);
10816 if (arg7 == NULL) SWIG_fail;
10817 temp7 = true;
10818 }
10819 }
10820 {
10821 PyThreadState* __tstate = wxPyBeginAllowThreads();
10822 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
10823
10824 wxPyEndAllowThreads(__tstate);
10825 if (PyErr_Occurred()) SWIG_fail;
10826 }
10827 {
10828 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10829 }
10830 {
10831 if (temp7)
10832 delete arg7;
10833 }
10834 return resultobj;
10835 fail:
10836 {
10837 if (temp7)
10838 delete arg7;
10839 }
10840 return NULL;
10841 }
10842
10843
10844 static PyObject *_wrap_SpinButton_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
10845 PyObject *resultobj;
10846 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10847 int result;
10848 PyObject * obj0 = 0 ;
10849 char *kwnames[] = {
10850 (char *) "self", NULL
10851 };
10852
10853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetValue",kwnames,&obj0)) goto fail;
10854 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10855 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10856 {
10857 PyThreadState* __tstate = wxPyBeginAllowThreads();
10858 result = (int)((wxSpinButton const *)arg1)->GetValue();
10859
10860 wxPyEndAllowThreads(__tstate);
10861 if (PyErr_Occurred()) SWIG_fail;
10862 }
10863 resultobj = SWIG_From_int((int)result);
10864 return resultobj;
10865 fail:
10866 return NULL;
10867 }
10868
10869
10870 static PyObject *_wrap_SpinButton_GetMin(PyObject *, PyObject *args, PyObject *kwargs) {
10871 PyObject *resultobj;
10872 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10873 int result;
10874 PyObject * obj0 = 0 ;
10875 char *kwnames[] = {
10876 (char *) "self", NULL
10877 };
10878
10879 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMin",kwnames,&obj0)) goto fail;
10880 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10881 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10882 {
10883 PyThreadState* __tstate = wxPyBeginAllowThreads();
10884 result = (int)((wxSpinButton const *)arg1)->GetMin();
10885
10886 wxPyEndAllowThreads(__tstate);
10887 if (PyErr_Occurred()) SWIG_fail;
10888 }
10889 resultobj = SWIG_From_int((int)result);
10890 return resultobj;
10891 fail:
10892 return NULL;
10893 }
10894
10895
10896 static PyObject *_wrap_SpinButton_GetMax(PyObject *, PyObject *args, PyObject *kwargs) {
10897 PyObject *resultobj;
10898 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10899 int result;
10900 PyObject * obj0 = 0 ;
10901 char *kwnames[] = {
10902 (char *) "self", NULL
10903 };
10904
10905 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMax",kwnames,&obj0)) goto fail;
10906 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10907 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10908 {
10909 PyThreadState* __tstate = wxPyBeginAllowThreads();
10910 result = (int)((wxSpinButton const *)arg1)->GetMax();
10911
10912 wxPyEndAllowThreads(__tstate);
10913 if (PyErr_Occurred()) SWIG_fail;
10914 }
10915 resultobj = SWIG_From_int((int)result);
10916 return resultobj;
10917 fail:
10918 return NULL;
10919 }
10920
10921
10922 static PyObject *_wrap_SpinButton_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
10923 PyObject *resultobj;
10924 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10925 int arg2 ;
10926 PyObject * obj0 = 0 ;
10927 PyObject * obj1 = 0 ;
10928 char *kwnames[] = {
10929 (char *) "self",(char *) "val", NULL
10930 };
10931
10932 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
10933 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10934 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10935 arg2 = (int)SWIG_As_int(obj1);
10936 if (PyErr_Occurred()) SWIG_fail;
10937 {
10938 PyThreadState* __tstate = wxPyBeginAllowThreads();
10939 (arg1)->SetValue(arg2);
10940
10941 wxPyEndAllowThreads(__tstate);
10942 if (PyErr_Occurred()) SWIG_fail;
10943 }
10944 Py_INCREF(Py_None); resultobj = Py_None;
10945 return resultobj;
10946 fail:
10947 return NULL;
10948 }
10949
10950
10951 static PyObject *_wrap_SpinButton_SetMin(PyObject *, PyObject *args, PyObject *kwargs) {
10952 PyObject *resultobj;
10953 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10954 int arg2 ;
10955 PyObject * obj0 = 0 ;
10956 PyObject * obj1 = 0 ;
10957 char *kwnames[] = {
10958 (char *) "self",(char *) "minVal", NULL
10959 };
10960
10961 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMin",kwnames,&obj0,&obj1)) goto fail;
10962 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10963 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10964 arg2 = (int)SWIG_As_int(obj1);
10965 if (PyErr_Occurred()) SWIG_fail;
10966 {
10967 PyThreadState* __tstate = wxPyBeginAllowThreads();
10968 (arg1)->SetMin(arg2);
10969
10970 wxPyEndAllowThreads(__tstate);
10971 if (PyErr_Occurred()) SWIG_fail;
10972 }
10973 Py_INCREF(Py_None); resultobj = Py_None;
10974 return resultobj;
10975 fail:
10976 return NULL;
10977 }
10978
10979
10980 static PyObject *_wrap_SpinButton_SetMax(PyObject *, PyObject *args, PyObject *kwargs) {
10981 PyObject *resultobj;
10982 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10983 int arg2 ;
10984 PyObject * obj0 = 0 ;
10985 PyObject * obj1 = 0 ;
10986 char *kwnames[] = {
10987 (char *) "self",(char *) "maxVal", NULL
10988 };
10989
10990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMax",kwnames,&obj0,&obj1)) goto fail;
10991 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10992 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10993 arg2 = (int)SWIG_As_int(obj1);
10994 if (PyErr_Occurred()) SWIG_fail;
10995 {
10996 PyThreadState* __tstate = wxPyBeginAllowThreads();
10997 (arg1)->SetMax(arg2);
10998
10999 wxPyEndAllowThreads(__tstate);
11000 if (PyErr_Occurred()) SWIG_fail;
11001 }
11002 Py_INCREF(Py_None); resultobj = Py_None;
11003 return resultobj;
11004 fail:
11005 return NULL;
11006 }
11007
11008
11009 static PyObject *_wrap_SpinButton_SetRange(PyObject *, PyObject *args, PyObject *kwargs) {
11010 PyObject *resultobj;
11011 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
11012 int arg2 ;
11013 int arg3 ;
11014 PyObject * obj0 = 0 ;
11015 PyObject * obj1 = 0 ;
11016 PyObject * obj2 = 0 ;
11017 char *kwnames[] = {
11018 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
11019 };
11020
11021 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinButton_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
11022 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
11023 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11024 arg2 = (int)SWIG_As_int(obj1);
11025 if (PyErr_Occurred()) SWIG_fail;
11026 arg3 = (int)SWIG_As_int(obj2);
11027 if (PyErr_Occurred()) SWIG_fail;
11028 {
11029 PyThreadState* __tstate = wxPyBeginAllowThreads();
11030 (arg1)->SetRange(arg2,arg3);
11031
11032 wxPyEndAllowThreads(__tstate);
11033 if (PyErr_Occurred()) SWIG_fail;
11034 }
11035 Py_INCREF(Py_None); resultobj = Py_None;
11036 return resultobj;
11037 fail:
11038 return NULL;
11039 }
11040
11041
11042 static PyObject *_wrap_SpinButton_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
11043 PyObject *resultobj;
11044 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
11045 bool result;
11046 PyObject * obj0 = 0 ;
11047 char *kwnames[] = {
11048 (char *) "self", NULL
11049 };
11050
11051 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_IsVertical",kwnames,&obj0)) goto fail;
11052 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
11053 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11054 {
11055 PyThreadState* __tstate = wxPyBeginAllowThreads();
11056 result = (bool)((wxSpinButton const *)arg1)->IsVertical();
11057
11058 wxPyEndAllowThreads(__tstate);
11059 if (PyErr_Occurred()) SWIG_fail;
11060 }
11061 {
11062 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11063 }
11064 return resultobj;
11065 fail:
11066 return NULL;
11067 }
11068
11069
11070 static PyObject *_wrap_SpinButton_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
11071 PyObject *resultobj;
11072 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
11073 wxVisualAttributes result;
11074 PyObject * obj0 = 0 ;
11075 char *kwnames[] = {
11076 (char *) "variant", NULL
11077 };
11078
11079 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:SpinButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
11080 if (obj0) {
11081 arg1 = (int)SWIG_As_int(obj0);
11082 if (PyErr_Occurred()) SWIG_fail;
11083 }
11084 {
11085 if (!wxPyCheckForApp()) SWIG_fail;
11086 PyThreadState* __tstate = wxPyBeginAllowThreads();
11087 result = wxSpinButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
11088
11089 wxPyEndAllowThreads(__tstate);
11090 if (PyErr_Occurred()) SWIG_fail;
11091 }
11092 {
11093 wxVisualAttributes * resultptr;
11094 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
11095 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
11096 }
11097 return resultobj;
11098 fail:
11099 return NULL;
11100 }
11101
11102
11103 static PyObject * SpinButton_swigregister(PyObject *, PyObject *args) {
11104 PyObject *obj;
11105 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11106 SWIG_TypeClientData(SWIGTYPE_p_wxSpinButton, obj);
11107 Py_INCREF(obj);
11108 return Py_BuildValue((char *)"");
11109 }
11110 static PyObject *_wrap_new_SpinCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
11111 PyObject *resultobj;
11112 wxWindow *arg1 = (wxWindow *) 0 ;
11113 int arg2 = (int) -1 ;
11114 wxString const &arg3_defvalue = wxPyEmptyString ;
11115 wxString *arg3 = (wxString *) &arg3_defvalue ;
11116 wxPoint const &arg4_defvalue = wxDefaultPosition ;
11117 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
11118 wxSize const &arg5_defvalue = wxDefaultSize ;
11119 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
11120 long arg6 = (long) wxSP_ARROW_KEYS ;
11121 int arg7 = (int) 0 ;
11122 int arg8 = (int) 100 ;
11123 int arg9 = (int) 0 ;
11124 wxString const &arg10_defvalue = wxPySpinCtrlNameStr ;
11125 wxString *arg10 = (wxString *) &arg10_defvalue ;
11126 wxSpinCtrl *result;
11127 bool temp3 = false ;
11128 wxPoint temp4 ;
11129 wxSize temp5 ;
11130 bool temp10 = false ;
11131 PyObject * obj0 = 0 ;
11132 PyObject * obj1 = 0 ;
11133 PyObject * obj2 = 0 ;
11134 PyObject * obj3 = 0 ;
11135 PyObject * obj4 = 0 ;
11136 PyObject * obj5 = 0 ;
11137 PyObject * obj6 = 0 ;
11138 PyObject * obj7 = 0 ;
11139 PyObject * obj8 = 0 ;
11140 PyObject * obj9 = 0 ;
11141 char *kwnames[] = {
11142 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11143 };
11144
11145 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_SpinCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11146 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
11147 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11148 if (obj1) {
11149 arg2 = (int)SWIG_As_int(obj1);
11150 if (PyErr_Occurred()) SWIG_fail;
11151 }
11152 if (obj2) {
11153 {
11154 arg3 = wxString_in_helper(obj2);
11155 if (arg3 == NULL) SWIG_fail;
11156 temp3 = true;
11157 }
11158 }
11159 if (obj3) {
11160 {
11161 arg4 = &temp4;
11162 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11163 }
11164 }
11165 if (obj4) {
11166 {
11167 arg5 = &temp5;
11168 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11169 }
11170 }
11171 if (obj5) {
11172 arg6 = (long)SWIG_As_long(obj5);
11173 if (PyErr_Occurred()) SWIG_fail;
11174 }
11175 if (obj6) {
11176 arg7 = (int)SWIG_As_int(obj6);
11177 if (PyErr_Occurred()) SWIG_fail;
11178 }
11179 if (obj7) {
11180 arg8 = (int)SWIG_As_int(obj7);
11181 if (PyErr_Occurred()) SWIG_fail;
11182 }
11183 if (obj8) {
11184 arg9 = (int)SWIG_As_int(obj8);
11185 if (PyErr_Occurred()) SWIG_fail;
11186 }
11187 if (obj9) {
11188 {
11189 arg10 = wxString_in_helper(obj9);
11190 if (arg10 == NULL) SWIG_fail;
11191 temp10 = true;
11192 }
11193 }
11194 {
11195 if (!wxPyCheckForApp()) SWIG_fail;
11196 PyThreadState* __tstate = wxPyBeginAllowThreads();
11197 result = (wxSpinCtrl *)new wxSpinCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,arg7,arg8,arg9,(wxString const &)*arg10);
11198
11199 wxPyEndAllowThreads(__tstate);
11200 if (PyErr_Occurred()) SWIG_fail;
11201 }
11202 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinCtrl, 1);
11203 {
11204 if (temp3)
11205 delete arg3;
11206 }
11207 {
11208 if (temp10)
11209 delete arg10;
11210 }
11211 return resultobj;
11212 fail:
11213 {
11214 if (temp3)
11215 delete arg3;
11216 }
11217 {
11218 if (temp10)
11219 delete arg10;
11220 }
11221 return NULL;
11222 }
11223
11224
11225 static PyObject *_wrap_new_PreSpinCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
11226 PyObject *resultobj;
11227 wxSpinCtrl *result;
11228 char *kwnames[] = {
11229 NULL
11230 };
11231
11232 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinCtrl",kwnames)) goto fail;
11233 {
11234 if (!wxPyCheckForApp()) SWIG_fail;
11235 PyThreadState* __tstate = wxPyBeginAllowThreads();
11236 result = (wxSpinCtrl *)new wxSpinCtrl();
11237
11238 wxPyEndAllowThreads(__tstate);
11239 if (PyErr_Occurred()) SWIG_fail;
11240 }
11241 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinCtrl, 1);
11242 return resultobj;
11243 fail:
11244 return NULL;
11245 }
11246
11247
11248 static PyObject *_wrap_SpinCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
11249 PyObject *resultobj;
11250 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11251 wxWindow *arg2 = (wxWindow *) 0 ;
11252 int arg3 = (int) -1 ;
11253 wxString const &arg4_defvalue = wxPyEmptyString ;
11254 wxString *arg4 = (wxString *) &arg4_defvalue ;
11255 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11256 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11257 wxSize const &arg6_defvalue = wxDefaultSize ;
11258 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11259 long arg7 = (long) wxSP_ARROW_KEYS ;
11260 int arg8 = (int) 0 ;
11261 int arg9 = (int) 100 ;
11262 int arg10 = (int) 0 ;
11263 wxString const &arg11_defvalue = wxPySpinCtrlNameStr ;
11264 wxString *arg11 = (wxString *) &arg11_defvalue ;
11265 bool result;
11266 bool temp4 = false ;
11267 wxPoint temp5 ;
11268 wxSize temp6 ;
11269 bool temp11 = false ;
11270 PyObject * obj0 = 0 ;
11271 PyObject * obj1 = 0 ;
11272 PyObject * obj2 = 0 ;
11273 PyObject * obj3 = 0 ;
11274 PyObject * obj4 = 0 ;
11275 PyObject * obj5 = 0 ;
11276 PyObject * obj6 = 0 ;
11277 PyObject * obj7 = 0 ;
11278 PyObject * obj8 = 0 ;
11279 PyObject * obj9 = 0 ;
11280 PyObject * obj10 = 0 ;
11281 char *kwnames[] = {
11282 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11283 };
11284
11285 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:SpinCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11286 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11287 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11288 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
11289 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11290 if (obj2) {
11291 arg3 = (int)SWIG_As_int(obj2);
11292 if (PyErr_Occurred()) SWIG_fail;
11293 }
11294 if (obj3) {
11295 {
11296 arg4 = wxString_in_helper(obj3);
11297 if (arg4 == NULL) SWIG_fail;
11298 temp4 = true;
11299 }
11300 }
11301 if (obj4) {
11302 {
11303 arg5 = &temp5;
11304 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
11305 }
11306 }
11307 if (obj5) {
11308 {
11309 arg6 = &temp6;
11310 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
11311 }
11312 }
11313 if (obj6) {
11314 arg7 = (long)SWIG_As_long(obj6);
11315 if (PyErr_Occurred()) SWIG_fail;
11316 }
11317 if (obj7) {
11318 arg8 = (int)SWIG_As_int(obj7);
11319 if (PyErr_Occurred()) SWIG_fail;
11320 }
11321 if (obj8) {
11322 arg9 = (int)SWIG_As_int(obj8);
11323 if (PyErr_Occurred()) SWIG_fail;
11324 }
11325 if (obj9) {
11326 arg10 = (int)SWIG_As_int(obj9);
11327 if (PyErr_Occurred()) SWIG_fail;
11328 }
11329 if (obj10) {
11330 {
11331 arg11 = wxString_in_helper(obj10);
11332 if (arg11 == NULL) SWIG_fail;
11333 temp11 = true;
11334 }
11335 }
11336 {
11337 PyThreadState* __tstate = wxPyBeginAllowThreads();
11338 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,arg8,arg9,arg10,(wxString const &)*arg11);
11339
11340 wxPyEndAllowThreads(__tstate);
11341 if (PyErr_Occurred()) SWIG_fail;
11342 }
11343 {
11344 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11345 }
11346 {
11347 if (temp4)
11348 delete arg4;
11349 }
11350 {
11351 if (temp11)
11352 delete arg11;
11353 }
11354 return resultobj;
11355 fail:
11356 {
11357 if (temp4)
11358 delete arg4;
11359 }
11360 {
11361 if (temp11)
11362 delete arg11;
11363 }
11364 return NULL;
11365 }
11366
11367
11368 static PyObject *_wrap_SpinCtrl_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
11369 PyObject *resultobj;
11370 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11371 int result;
11372 PyObject * obj0 = 0 ;
11373 char *kwnames[] = {
11374 (char *) "self", NULL
11375 };
11376
11377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetValue",kwnames,&obj0)) goto fail;
11378 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11379 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11380 {
11381 PyThreadState* __tstate = wxPyBeginAllowThreads();
11382 result = (int)((wxSpinCtrl const *)arg1)->GetValue();
11383
11384 wxPyEndAllowThreads(__tstate);
11385 if (PyErr_Occurred()) SWIG_fail;
11386 }
11387 resultobj = SWIG_From_int((int)result);
11388 return resultobj;
11389 fail:
11390 return NULL;
11391 }
11392
11393
11394 static PyObject *_wrap_SpinCtrl_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
11395 PyObject *resultobj;
11396 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11397 int arg2 ;
11398 PyObject * obj0 = 0 ;
11399 PyObject * obj1 = 0 ;
11400 char *kwnames[] = {
11401 (char *) "self",(char *) "value", NULL
11402 };
11403
11404 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
11405 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11406 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11407 arg2 = (int)SWIG_As_int(obj1);
11408 if (PyErr_Occurred()) SWIG_fail;
11409 {
11410 PyThreadState* __tstate = wxPyBeginAllowThreads();
11411 (arg1)->SetValue(arg2);
11412
11413 wxPyEndAllowThreads(__tstate);
11414 if (PyErr_Occurred()) SWIG_fail;
11415 }
11416 Py_INCREF(Py_None); resultobj = Py_None;
11417 return resultobj;
11418 fail:
11419 return NULL;
11420 }
11421
11422
11423 static PyObject *_wrap_SpinCtrl_SetValueString(PyObject *, PyObject *args, PyObject *kwargs) {
11424 PyObject *resultobj;
11425 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11426 wxString *arg2 = 0 ;
11427 bool temp2 = false ;
11428 PyObject * obj0 = 0 ;
11429 PyObject * obj1 = 0 ;
11430 char *kwnames[] = {
11431 (char *) "self",(char *) "text", NULL
11432 };
11433
11434 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValueString",kwnames,&obj0,&obj1)) goto fail;
11435 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11436 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11437 {
11438 arg2 = wxString_in_helper(obj1);
11439 if (arg2 == NULL) SWIG_fail;
11440 temp2 = true;
11441 }
11442 {
11443 PyThreadState* __tstate = wxPyBeginAllowThreads();
11444 (arg1)->SetValue((wxString const &)*arg2);
11445
11446 wxPyEndAllowThreads(__tstate);
11447 if (PyErr_Occurred()) SWIG_fail;
11448 }
11449 Py_INCREF(Py_None); resultobj = Py_None;
11450 {
11451 if (temp2)
11452 delete arg2;
11453 }
11454 return resultobj;
11455 fail:
11456 {
11457 if (temp2)
11458 delete arg2;
11459 }
11460 return NULL;
11461 }
11462
11463
11464 static PyObject *_wrap_SpinCtrl_SetRange(PyObject *, PyObject *args, PyObject *kwargs) {
11465 PyObject *resultobj;
11466 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11467 int arg2 ;
11468 int arg3 ;
11469 PyObject * obj0 = 0 ;
11470 PyObject * obj1 = 0 ;
11471 PyObject * obj2 = 0 ;
11472 char *kwnames[] = {
11473 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
11474 };
11475
11476 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
11477 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11478 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11479 arg2 = (int)SWIG_As_int(obj1);
11480 if (PyErr_Occurred()) SWIG_fail;
11481 arg3 = (int)SWIG_As_int(obj2);
11482 if (PyErr_Occurred()) SWIG_fail;
11483 {
11484 PyThreadState* __tstate = wxPyBeginAllowThreads();
11485 (arg1)->SetRange(arg2,arg3);
11486
11487 wxPyEndAllowThreads(__tstate);
11488 if (PyErr_Occurred()) SWIG_fail;
11489 }
11490 Py_INCREF(Py_None); resultobj = Py_None;
11491 return resultobj;
11492 fail:
11493 return NULL;
11494 }
11495
11496
11497 static PyObject *_wrap_SpinCtrl_GetMin(PyObject *, PyObject *args, PyObject *kwargs) {
11498 PyObject *resultobj;
11499 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11500 int result;
11501 PyObject * obj0 = 0 ;
11502 char *kwnames[] = {
11503 (char *) "self", NULL
11504 };
11505
11506 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMin",kwnames,&obj0)) goto fail;
11507 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11508 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11509 {
11510 PyThreadState* __tstate = wxPyBeginAllowThreads();
11511 result = (int)((wxSpinCtrl const *)arg1)->GetMin();
11512
11513 wxPyEndAllowThreads(__tstate);
11514 if (PyErr_Occurred()) SWIG_fail;
11515 }
11516 resultobj = SWIG_From_int((int)result);
11517 return resultobj;
11518 fail:
11519 return NULL;
11520 }
11521
11522
11523 static PyObject *_wrap_SpinCtrl_GetMax(PyObject *, PyObject *args, PyObject *kwargs) {
11524 PyObject *resultobj;
11525 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11526 int result;
11527 PyObject * obj0 = 0 ;
11528 char *kwnames[] = {
11529 (char *) "self", NULL
11530 };
11531
11532 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMax",kwnames,&obj0)) goto fail;
11533 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11534 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11535 {
11536 PyThreadState* __tstate = wxPyBeginAllowThreads();
11537 result = (int)((wxSpinCtrl const *)arg1)->GetMax();
11538
11539 wxPyEndAllowThreads(__tstate);
11540 if (PyErr_Occurred()) SWIG_fail;
11541 }
11542 resultobj = SWIG_From_int((int)result);
11543 return resultobj;
11544 fail:
11545 return NULL;
11546 }
11547
11548
11549 static PyObject *_wrap_SpinCtrl_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
11550 PyObject *resultobj;
11551 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11552 long arg2 ;
11553 long arg3 ;
11554 PyObject * obj0 = 0 ;
11555 PyObject * obj1 = 0 ;
11556 PyObject * obj2 = 0 ;
11557 char *kwnames[] = {
11558 (char *) "self",(char *) "from",(char *) "to", NULL
11559 };
11560
11561 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
11562 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11563 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11564 arg2 = (long)SWIG_As_long(obj1);
11565 if (PyErr_Occurred()) SWIG_fail;
11566 arg3 = (long)SWIG_As_long(obj2);
11567 if (PyErr_Occurred()) SWIG_fail;
11568 {
11569 PyThreadState* __tstate = wxPyBeginAllowThreads();
11570 (arg1)->SetSelection(arg2,arg3);
11571
11572 wxPyEndAllowThreads(__tstate);
11573 if (PyErr_Occurred()) SWIG_fail;
11574 }
11575 Py_INCREF(Py_None); resultobj = Py_None;
11576 return resultobj;
11577 fail:
11578 return NULL;
11579 }
11580
11581
11582 static PyObject *_wrap_SpinCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
11583 PyObject *resultobj;
11584 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
11585 wxVisualAttributes result;
11586 PyObject * obj0 = 0 ;
11587 char *kwnames[] = {
11588 (char *) "variant", NULL
11589 };
11590
11591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:SpinCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
11592 if (obj0) {
11593 arg1 = (int)SWIG_As_int(obj0);
11594 if (PyErr_Occurred()) SWIG_fail;
11595 }
11596 {
11597 if (!wxPyCheckForApp()) SWIG_fail;
11598 PyThreadState* __tstate = wxPyBeginAllowThreads();
11599 result = wxSpinCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
11600
11601 wxPyEndAllowThreads(__tstate);
11602 if (PyErr_Occurred()) SWIG_fail;
11603 }
11604 {
11605 wxVisualAttributes * resultptr;
11606 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
11607 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
11608 }
11609 return resultobj;
11610 fail:
11611 return NULL;
11612 }
11613
11614
11615 static PyObject * SpinCtrl_swigregister(PyObject *, PyObject *args) {
11616 PyObject *obj;
11617 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11618 SWIG_TypeClientData(SWIGTYPE_p_wxSpinCtrl, obj);
11619 Py_INCREF(obj);
11620 return Py_BuildValue((char *)"");
11621 }
11622 static PyObject *_wrap_new_SpinEvent(PyObject *, PyObject *args, PyObject *kwargs) {
11623 PyObject *resultobj;
11624 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
11625 int arg2 = (int) 0 ;
11626 wxSpinEvent *result;
11627 PyObject * obj0 = 0 ;
11628 PyObject * obj1 = 0 ;
11629 char *kwnames[] = {
11630 (char *) "commandType",(char *) "winid", NULL
11631 };
11632
11633 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_SpinEvent",kwnames,&obj0,&obj1)) goto fail;
11634 if (obj0) {
11635 arg1 = (wxEventType)SWIG_As_int(obj0);
11636 if (PyErr_Occurred()) SWIG_fail;
11637 }
11638 if (obj1) {
11639 arg2 = (int)SWIG_As_int(obj1);
11640 if (PyErr_Occurred()) SWIG_fail;
11641 }
11642 {
11643 PyThreadState* __tstate = wxPyBeginAllowThreads();
11644 result = (wxSpinEvent *)new wxSpinEvent(arg1,arg2);
11645
11646 wxPyEndAllowThreads(__tstate);
11647 if (PyErr_Occurred()) SWIG_fail;
11648 }
11649 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinEvent, 1);
11650 return resultobj;
11651 fail:
11652 return NULL;
11653 }
11654
11655
11656 static PyObject *_wrap_SpinEvent_GetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
11657 PyObject *resultobj;
11658 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
11659 int result;
11660 PyObject * obj0 = 0 ;
11661 char *kwnames[] = {
11662 (char *) "self", NULL
11663 };
11664
11665 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinEvent_GetPosition",kwnames,&obj0)) goto fail;
11666 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinEvent,
11667 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11668 {
11669 PyThreadState* __tstate = wxPyBeginAllowThreads();
11670 result = (int)((wxSpinEvent const *)arg1)->GetPosition();
11671
11672 wxPyEndAllowThreads(__tstate);
11673 if (PyErr_Occurred()) SWIG_fail;
11674 }
11675 resultobj = SWIG_From_int((int)result);
11676 return resultobj;
11677 fail:
11678 return NULL;
11679 }
11680
11681
11682 static PyObject *_wrap_SpinEvent_SetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
11683 PyObject *resultobj;
11684 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
11685 int arg2 ;
11686 PyObject * obj0 = 0 ;
11687 PyObject * obj1 = 0 ;
11688 char *kwnames[] = {
11689 (char *) "self",(char *) "pos", NULL
11690 };
11691
11692 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
11693 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinEvent,
11694 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11695 arg2 = (int)SWIG_As_int(obj1);
11696 if (PyErr_Occurred()) SWIG_fail;
11697 {
11698 PyThreadState* __tstate = wxPyBeginAllowThreads();
11699 (arg1)->SetPosition(arg2);
11700
11701 wxPyEndAllowThreads(__tstate);
11702 if (PyErr_Occurred()) SWIG_fail;
11703 }
11704 Py_INCREF(Py_None); resultobj = Py_None;
11705 return resultobj;
11706 fail:
11707 return NULL;
11708 }
11709
11710
11711 static PyObject * SpinEvent_swigregister(PyObject *, PyObject *args) {
11712 PyObject *obj;
11713 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11714 SWIG_TypeClientData(SWIGTYPE_p_wxSpinEvent, obj);
11715 Py_INCREF(obj);
11716 return Py_BuildValue((char *)"");
11717 }
11718 static int _wrap_RadioBoxNameStr_set(PyObject *) {
11719 PyErr_SetString(PyExc_TypeError,"Variable RadioBoxNameStr is read-only.");
11720 return 1;
11721 }
11722
11723
11724 static PyObject *_wrap_RadioBoxNameStr_get() {
11725 PyObject *pyobj;
11726
11727 {
11728 #if wxUSE_UNICODE
11729 pyobj = PyUnicode_FromWideChar((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
11730 #else
11731 pyobj = PyString_FromStringAndSize((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
11732 #endif
11733 }
11734 return pyobj;
11735 }
11736
11737
11738 static int _wrap_RadioButtonNameStr_set(PyObject *) {
11739 PyErr_SetString(PyExc_TypeError,"Variable RadioButtonNameStr is read-only.");
11740 return 1;
11741 }
11742
11743
11744 static PyObject *_wrap_RadioButtonNameStr_get() {
11745 PyObject *pyobj;
11746
11747 {
11748 #if wxUSE_UNICODE
11749 pyobj = PyUnicode_FromWideChar((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
11750 #else
11751 pyobj = PyString_FromStringAndSize((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
11752 #endif
11753 }
11754 return pyobj;
11755 }
11756
11757
11758 static PyObject *_wrap_new_RadioBox(PyObject *, PyObject *args, PyObject *kwargs) {
11759 PyObject *resultobj;
11760 wxWindow *arg1 = (wxWindow *) 0 ;
11761 int arg2 = (int) -1 ;
11762 wxString const &arg3_defvalue = wxPyEmptyString ;
11763 wxString *arg3 = (wxString *) &arg3_defvalue ;
11764 wxPoint const &arg4_defvalue = wxDefaultPosition ;
11765 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
11766 wxSize const &arg5_defvalue = wxDefaultSize ;
11767 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
11768 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
11769 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
11770 int arg7 = (int) 0 ;
11771 long arg8 = (long) wxRA_HORIZONTAL ;
11772 wxValidator const &arg9_defvalue = wxDefaultValidator ;
11773 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
11774 wxString const &arg10_defvalue = wxPyRadioBoxNameStr ;
11775 wxString *arg10 = (wxString *) &arg10_defvalue ;
11776 wxRadioBox *result;
11777 bool temp3 = false ;
11778 wxPoint temp4 ;
11779 wxSize temp5 ;
11780 bool temp6 = false ;
11781 bool temp10 = false ;
11782 PyObject * obj0 = 0 ;
11783 PyObject * obj1 = 0 ;
11784 PyObject * obj2 = 0 ;
11785 PyObject * obj3 = 0 ;
11786 PyObject * obj4 = 0 ;
11787 PyObject * obj5 = 0 ;
11788 PyObject * obj6 = 0 ;
11789 PyObject * obj7 = 0 ;
11790 PyObject * obj8 = 0 ;
11791 PyObject * obj9 = 0 ;
11792 char *kwnames[] = {
11793 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11794 };
11795
11796 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_RadioBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11797 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
11798 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11799 if (obj1) {
11800 arg2 = (int)SWIG_As_int(obj1);
11801 if (PyErr_Occurred()) SWIG_fail;
11802 }
11803 if (obj2) {
11804 {
11805 arg3 = wxString_in_helper(obj2);
11806 if (arg3 == NULL) SWIG_fail;
11807 temp3 = true;
11808 }
11809 }
11810 if (obj3) {
11811 {
11812 arg4 = &temp4;
11813 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11814 }
11815 }
11816 if (obj4) {
11817 {
11818 arg5 = &temp5;
11819 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11820 }
11821 }
11822 if (obj5) {
11823 {
11824 if (! PySequence_Check(obj5)) {
11825 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
11826 SWIG_fail;
11827 }
11828 arg6 = new wxArrayString;
11829 temp6 = true;
11830 int i, len=PySequence_Length(obj5);
11831 for (i=0; i<len; i++) {
11832 PyObject* item = PySequence_GetItem(obj5, i);
11833 #if wxUSE_UNICODE
11834 PyObject* str = PyObject_Unicode(item);
11835 #else
11836 PyObject* str = PyObject_Str(item);
11837 #endif
11838 if (PyErr_Occurred()) SWIG_fail;
11839 arg6->Add(Py2wxString(str));
11840 Py_DECREF(item);
11841 Py_DECREF(str);
11842 }
11843 }
11844 }
11845 if (obj6) {
11846 arg7 = (int)SWIG_As_int(obj6);
11847 if (PyErr_Occurred()) SWIG_fail;
11848 }
11849 if (obj7) {
11850 arg8 = (long)SWIG_As_long(obj7);
11851 if (PyErr_Occurred()) SWIG_fail;
11852 }
11853 if (obj8) {
11854 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
11855 SWIG_POINTER_EXCEPTION | 0)) == -1)
11856 SWIG_fail;
11857 if (arg9 == NULL) {
11858 PyErr_SetString(PyExc_TypeError,"null reference");
11859 SWIG_fail;
11860 }
11861 }
11862 if (obj9) {
11863 {
11864 arg10 = wxString_in_helper(obj9);
11865 if (arg10 == NULL) SWIG_fail;
11866 temp10 = true;
11867 }
11868 }
11869 {
11870 if (!wxPyCheckForApp()) SWIG_fail;
11871 PyThreadState* __tstate = wxPyBeginAllowThreads();
11872 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);
11873
11874 wxPyEndAllowThreads(__tstate);
11875 if (PyErr_Occurred()) SWIG_fail;
11876 }
11877 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioBox, 1);
11878 {
11879 if (temp3)
11880 delete arg3;
11881 }
11882 {
11883 if (temp6) delete arg6;
11884 }
11885 {
11886 if (temp10)
11887 delete arg10;
11888 }
11889 return resultobj;
11890 fail:
11891 {
11892 if (temp3)
11893 delete arg3;
11894 }
11895 {
11896 if (temp6) delete arg6;
11897 }
11898 {
11899 if (temp10)
11900 delete arg10;
11901 }
11902 return NULL;
11903 }
11904
11905
11906 static PyObject *_wrap_new_PreRadioBox(PyObject *, PyObject *args, PyObject *kwargs) {
11907 PyObject *resultobj;
11908 wxRadioBox *result;
11909 char *kwnames[] = {
11910 NULL
11911 };
11912
11913 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioBox",kwnames)) goto fail;
11914 {
11915 if (!wxPyCheckForApp()) SWIG_fail;
11916 PyThreadState* __tstate = wxPyBeginAllowThreads();
11917 result = (wxRadioBox *)new wxRadioBox();
11918
11919 wxPyEndAllowThreads(__tstate);
11920 if (PyErr_Occurred()) SWIG_fail;
11921 }
11922 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioBox, 1);
11923 return resultobj;
11924 fail:
11925 return NULL;
11926 }
11927
11928
11929 static PyObject *_wrap_RadioBox_Create(PyObject *, PyObject *args, PyObject *kwargs) {
11930 PyObject *resultobj;
11931 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11932 wxWindow *arg2 = (wxWindow *) 0 ;
11933 int arg3 = (int) -1 ;
11934 wxString const &arg4_defvalue = wxPyEmptyString ;
11935 wxString *arg4 = (wxString *) &arg4_defvalue ;
11936 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11937 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11938 wxSize const &arg6_defvalue = wxDefaultSize ;
11939 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11940 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
11941 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
11942 int arg8 = (int) 0 ;
11943 long arg9 = (long) wxRA_HORIZONTAL ;
11944 wxValidator const &arg10_defvalue = wxDefaultValidator ;
11945 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
11946 wxString const &arg11_defvalue = wxPyRadioBoxNameStr ;
11947 wxString *arg11 = (wxString *) &arg11_defvalue ;
11948 bool result;
11949 bool temp4 = false ;
11950 wxPoint temp5 ;
11951 wxSize temp6 ;
11952 bool temp7 = false ;
11953 bool temp11 = false ;
11954 PyObject * obj0 = 0 ;
11955 PyObject * obj1 = 0 ;
11956 PyObject * obj2 = 0 ;
11957 PyObject * obj3 = 0 ;
11958 PyObject * obj4 = 0 ;
11959 PyObject * obj5 = 0 ;
11960 PyObject * obj6 = 0 ;
11961 PyObject * obj7 = 0 ;
11962 PyObject * obj8 = 0 ;
11963 PyObject * obj9 = 0 ;
11964 PyObject * obj10 = 0 ;
11965 char *kwnames[] = {
11966 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11967 };
11968
11969 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:RadioBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11970 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
11971 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11972 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
11973 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11974 if (obj2) {
11975 arg3 = (int)SWIG_As_int(obj2);
11976 if (PyErr_Occurred()) SWIG_fail;
11977 }
11978 if (obj3) {
11979 {
11980 arg4 = wxString_in_helper(obj3);
11981 if (arg4 == NULL) SWIG_fail;
11982 temp4 = true;
11983 }
11984 }
11985 if (obj4) {
11986 {
11987 arg5 = &temp5;
11988 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
11989 }
11990 }
11991 if (obj5) {
11992 {
11993 arg6 = &temp6;
11994 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
11995 }
11996 }
11997 if (obj6) {
11998 {
11999 if (! PySequence_Check(obj6)) {
12000 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
12001 SWIG_fail;
12002 }
12003 arg7 = new wxArrayString;
12004 temp7 = true;
12005 int i, len=PySequence_Length(obj6);
12006 for (i=0; i<len; i++) {
12007 PyObject* item = PySequence_GetItem(obj6, i);
12008 #if wxUSE_UNICODE
12009 PyObject* str = PyObject_Unicode(item);
12010 #else
12011 PyObject* str = PyObject_Str(item);
12012 #endif
12013 if (PyErr_Occurred()) SWIG_fail;
12014 arg7->Add(Py2wxString(str));
12015 Py_DECREF(item);
12016 Py_DECREF(str);
12017 }
12018 }
12019 }
12020 if (obj7) {
12021 arg8 = (int)SWIG_As_int(obj7);
12022 if (PyErr_Occurred()) SWIG_fail;
12023 }
12024 if (obj8) {
12025 arg9 = (long)SWIG_As_long(obj8);
12026 if (PyErr_Occurred()) SWIG_fail;
12027 }
12028 if (obj9) {
12029 if ((SWIG_ConvertPtr(obj9,(void **)(&arg10),SWIGTYPE_p_wxValidator,
12030 SWIG_POINTER_EXCEPTION | 0)) == -1)
12031 SWIG_fail;
12032 if (arg10 == NULL) {
12033 PyErr_SetString(PyExc_TypeError,"null reference");
12034 SWIG_fail;
12035 }
12036 }
12037 if (obj10) {
12038 {
12039 arg11 = wxString_in_helper(obj10);
12040 if (arg11 == NULL) SWIG_fail;
12041 temp11 = true;
12042 }
12043 }
12044 {
12045 PyThreadState* __tstate = wxPyBeginAllowThreads();
12046 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);
12047
12048 wxPyEndAllowThreads(__tstate);
12049 if (PyErr_Occurred()) SWIG_fail;
12050 }
12051 {
12052 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12053 }
12054 {
12055 if (temp4)
12056 delete arg4;
12057 }
12058 {
12059 if (temp7) delete arg7;
12060 }
12061 {
12062 if (temp11)
12063 delete arg11;
12064 }
12065 return resultobj;
12066 fail:
12067 {
12068 if (temp4)
12069 delete arg4;
12070 }
12071 {
12072 if (temp7) delete arg7;
12073 }
12074 {
12075 if (temp11)
12076 delete arg11;
12077 }
12078 return NULL;
12079 }
12080
12081
12082 static PyObject *_wrap_RadioBox_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
12083 PyObject *resultobj;
12084 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12085 int arg2 ;
12086 PyObject * obj0 = 0 ;
12087 PyObject * obj1 = 0 ;
12088 char *kwnames[] = {
12089 (char *) "self",(char *) "n", NULL
12090 };
12091
12092 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
12093 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12094 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12095 arg2 = (int)SWIG_As_int(obj1);
12096 if (PyErr_Occurred()) SWIG_fail;
12097 {
12098 PyThreadState* __tstate = wxPyBeginAllowThreads();
12099 (arg1)->SetSelection(arg2);
12100
12101 wxPyEndAllowThreads(__tstate);
12102 if (PyErr_Occurred()) SWIG_fail;
12103 }
12104 Py_INCREF(Py_None); resultobj = Py_None;
12105 return resultobj;
12106 fail:
12107 return NULL;
12108 }
12109
12110
12111 static PyObject *_wrap_RadioBox_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
12112 PyObject *resultobj;
12113 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12114 int result;
12115 PyObject * obj0 = 0 ;
12116 char *kwnames[] = {
12117 (char *) "self", NULL
12118 };
12119
12120 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetSelection",kwnames,&obj0)) goto fail;
12121 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12122 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12123 {
12124 PyThreadState* __tstate = wxPyBeginAllowThreads();
12125 result = (int)((wxRadioBox const *)arg1)->GetSelection();
12126
12127 wxPyEndAllowThreads(__tstate);
12128 if (PyErr_Occurred()) SWIG_fail;
12129 }
12130 resultobj = SWIG_From_int((int)result);
12131 return resultobj;
12132 fail:
12133 return NULL;
12134 }
12135
12136
12137 static PyObject *_wrap_RadioBox_GetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
12138 PyObject *resultobj;
12139 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12140 wxString result;
12141 PyObject * obj0 = 0 ;
12142 char *kwnames[] = {
12143 (char *) "self", NULL
12144 };
12145
12146 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetStringSelection",kwnames,&obj0)) goto fail;
12147 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12148 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12149 {
12150 PyThreadState* __tstate = wxPyBeginAllowThreads();
12151 result = ((wxRadioBox const *)arg1)->GetStringSelection();
12152
12153 wxPyEndAllowThreads(__tstate);
12154 if (PyErr_Occurred()) SWIG_fail;
12155 }
12156 {
12157 #if wxUSE_UNICODE
12158 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
12159 #else
12160 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
12161 #endif
12162 }
12163 return resultobj;
12164 fail:
12165 return NULL;
12166 }
12167
12168
12169 static PyObject *_wrap_RadioBox_SetStringSelection(PyObject *, PyObject *args, PyObject *kwargs) {
12170 PyObject *resultobj;
12171 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12172 wxString *arg2 = 0 ;
12173 bool result;
12174 bool temp2 = false ;
12175 PyObject * obj0 = 0 ;
12176 PyObject * obj1 = 0 ;
12177 char *kwnames[] = {
12178 (char *) "self",(char *) "s", NULL
12179 };
12180
12181 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
12182 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12183 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12184 {
12185 arg2 = wxString_in_helper(obj1);
12186 if (arg2 == NULL) SWIG_fail;
12187 temp2 = true;
12188 }
12189 {
12190 PyThreadState* __tstate = wxPyBeginAllowThreads();
12191 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
12192
12193 wxPyEndAllowThreads(__tstate);
12194 if (PyErr_Occurred()) SWIG_fail;
12195 }
12196 {
12197 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12198 }
12199 {
12200 if (temp2)
12201 delete arg2;
12202 }
12203 return resultobj;
12204 fail:
12205 {
12206 if (temp2)
12207 delete arg2;
12208 }
12209 return NULL;
12210 }
12211
12212
12213 static PyObject *_wrap_RadioBox_GetCount(PyObject *, PyObject *args, PyObject *kwargs) {
12214 PyObject *resultobj;
12215 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12216 int result;
12217 PyObject * obj0 = 0 ;
12218 char *kwnames[] = {
12219 (char *) "self", NULL
12220 };
12221
12222 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetCount",kwnames,&obj0)) goto fail;
12223 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12224 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12225 {
12226 PyThreadState* __tstate = wxPyBeginAllowThreads();
12227 result = (int)((wxRadioBox const *)arg1)->GetCount();
12228
12229 wxPyEndAllowThreads(__tstate);
12230 if (PyErr_Occurred()) SWIG_fail;
12231 }
12232 resultobj = SWIG_From_int((int)result);
12233 return resultobj;
12234 fail:
12235 return NULL;
12236 }
12237
12238
12239 static PyObject *_wrap_RadioBox_FindString(PyObject *, PyObject *args, PyObject *kwargs) {
12240 PyObject *resultobj;
12241 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12242 wxString *arg2 = 0 ;
12243 int result;
12244 bool temp2 = false ;
12245 PyObject * obj0 = 0 ;
12246 PyObject * obj1 = 0 ;
12247 char *kwnames[] = {
12248 (char *) "self",(char *) "s", NULL
12249 };
12250
12251 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_FindString",kwnames,&obj0,&obj1)) goto fail;
12252 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12253 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12254 {
12255 arg2 = wxString_in_helper(obj1);
12256 if (arg2 == NULL) SWIG_fail;
12257 temp2 = true;
12258 }
12259 {
12260 PyThreadState* __tstate = wxPyBeginAllowThreads();
12261 result = (int)((wxRadioBox const *)arg1)->FindString((wxString const &)*arg2);
12262
12263 wxPyEndAllowThreads(__tstate);
12264 if (PyErr_Occurred()) SWIG_fail;
12265 }
12266 resultobj = SWIG_From_int((int)result);
12267 {
12268 if (temp2)
12269 delete arg2;
12270 }
12271 return resultobj;
12272 fail:
12273 {
12274 if (temp2)
12275 delete arg2;
12276 }
12277 return NULL;
12278 }
12279
12280
12281 static PyObject *_wrap_RadioBox_GetString(PyObject *, PyObject *args, PyObject *kwargs) {
12282 PyObject *resultobj;
12283 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12284 int arg2 ;
12285 wxString result;
12286 PyObject * obj0 = 0 ;
12287 PyObject * obj1 = 0 ;
12288 char *kwnames[] = {
12289 (char *) "self",(char *) "n", NULL
12290 };
12291
12292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_GetString",kwnames,&obj0,&obj1)) goto fail;
12293 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12294 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12295 arg2 = (int)SWIG_As_int(obj1);
12296 if (PyErr_Occurred()) SWIG_fail;
12297 {
12298 PyThreadState* __tstate = wxPyBeginAllowThreads();
12299 result = ((wxRadioBox const *)arg1)->GetString(arg2);
12300
12301 wxPyEndAllowThreads(__tstate);
12302 if (PyErr_Occurred()) SWIG_fail;
12303 }
12304 {
12305 #if wxUSE_UNICODE
12306 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
12307 #else
12308 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
12309 #endif
12310 }
12311 return resultobj;
12312 fail:
12313 return NULL;
12314 }
12315
12316
12317 static PyObject *_wrap_RadioBox_SetString(PyObject *, PyObject *args, PyObject *kwargs) {
12318 PyObject *resultobj;
12319 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12320 int arg2 ;
12321 wxString *arg3 = 0 ;
12322 bool temp3 = false ;
12323 PyObject * obj0 = 0 ;
12324 PyObject * obj1 = 0 ;
12325 PyObject * obj2 = 0 ;
12326 char *kwnames[] = {
12327 (char *) "self",(char *) "n",(char *) "label", NULL
12328 };
12329
12330 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:RadioBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
12331 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12332 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12333 arg2 = (int)SWIG_As_int(obj1);
12334 if (PyErr_Occurred()) SWIG_fail;
12335 {
12336 arg3 = wxString_in_helper(obj2);
12337 if (arg3 == NULL) SWIG_fail;
12338 temp3 = true;
12339 }
12340 {
12341 PyThreadState* __tstate = wxPyBeginAllowThreads();
12342 (arg1)->SetString(arg2,(wxString const &)*arg3);
12343
12344 wxPyEndAllowThreads(__tstate);
12345 if (PyErr_Occurred()) SWIG_fail;
12346 }
12347 Py_INCREF(Py_None); resultobj = Py_None;
12348 {
12349 if (temp3)
12350 delete arg3;
12351 }
12352 return resultobj;
12353 fail:
12354 {
12355 if (temp3)
12356 delete arg3;
12357 }
12358 return NULL;
12359 }
12360
12361
12362 static PyObject *_wrap_RadioBox_EnableItem(PyObject *, PyObject *args, PyObject *kwargs) {
12363 PyObject *resultobj;
12364 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12365 int arg2 ;
12366 bool arg3 = (bool) true ;
12367 PyObject * obj0 = 0 ;
12368 PyObject * obj1 = 0 ;
12369 PyObject * obj2 = 0 ;
12370 char *kwnames[] = {
12371 (char *) "self",(char *) "n",(char *) "enable", NULL
12372 };
12373
12374 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_EnableItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
12375 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12376 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12377 arg2 = (int)SWIG_As_int(obj1);
12378 if (PyErr_Occurred()) SWIG_fail;
12379 if (obj2) {
12380 arg3 = (bool)SWIG_As_bool(obj2);
12381 if (PyErr_Occurred()) SWIG_fail;
12382 }
12383 {
12384 PyThreadState* __tstate = wxPyBeginAllowThreads();
12385 (arg1)->Enable(arg2,arg3);
12386
12387 wxPyEndAllowThreads(__tstate);
12388 if (PyErr_Occurred()) SWIG_fail;
12389 }
12390 Py_INCREF(Py_None); resultobj = Py_None;
12391 return resultobj;
12392 fail:
12393 return NULL;
12394 }
12395
12396
12397 static PyObject *_wrap_RadioBox_ShowItem(PyObject *, PyObject *args, PyObject *kwargs) {
12398 PyObject *resultobj;
12399 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12400 int arg2 ;
12401 bool arg3 = (bool) true ;
12402 PyObject * obj0 = 0 ;
12403 PyObject * obj1 = 0 ;
12404 PyObject * obj2 = 0 ;
12405 char *kwnames[] = {
12406 (char *) "self",(char *) "n",(char *) "show", NULL
12407 };
12408
12409 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_ShowItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
12410 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12411 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12412 arg2 = (int)SWIG_As_int(obj1);
12413 if (PyErr_Occurred()) SWIG_fail;
12414 if (obj2) {
12415 arg3 = (bool)SWIG_As_bool(obj2);
12416 if (PyErr_Occurred()) SWIG_fail;
12417 }
12418 {
12419 PyThreadState* __tstate = wxPyBeginAllowThreads();
12420 (arg1)->Show(arg2,arg3);
12421
12422 wxPyEndAllowThreads(__tstate);
12423 if (PyErr_Occurred()) SWIG_fail;
12424 }
12425 Py_INCREF(Py_None); resultobj = Py_None;
12426 return resultobj;
12427 fail:
12428 return NULL;
12429 }
12430
12431
12432 static PyObject *_wrap_RadioBox_GetColumnCount(PyObject *, PyObject *args, PyObject *kwargs) {
12433 PyObject *resultobj;
12434 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12435 int result;
12436 PyObject * obj0 = 0 ;
12437 char *kwnames[] = {
12438 (char *) "self", NULL
12439 };
12440
12441 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetColumnCount",kwnames,&obj0)) goto fail;
12442 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12443 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12444 {
12445 PyThreadState* __tstate = wxPyBeginAllowThreads();
12446 result = (int)((wxRadioBox const *)arg1)->GetColumnCount();
12447
12448 wxPyEndAllowThreads(__tstate);
12449 if (PyErr_Occurred()) SWIG_fail;
12450 }
12451 resultobj = SWIG_From_int((int)result);
12452 return resultobj;
12453 fail:
12454 return NULL;
12455 }
12456
12457
12458 static PyObject *_wrap_RadioBox_GetRowCount(PyObject *, PyObject *args, PyObject *kwargs) {
12459 PyObject *resultobj;
12460 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12461 int result;
12462 PyObject * obj0 = 0 ;
12463 char *kwnames[] = {
12464 (char *) "self", NULL
12465 };
12466
12467 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetRowCount",kwnames,&obj0)) goto fail;
12468 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12469 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12470 {
12471 PyThreadState* __tstate = wxPyBeginAllowThreads();
12472 result = (int)((wxRadioBox const *)arg1)->GetRowCount();
12473
12474 wxPyEndAllowThreads(__tstate);
12475 if (PyErr_Occurred()) SWIG_fail;
12476 }
12477 resultobj = SWIG_From_int((int)result);
12478 return resultobj;
12479 fail:
12480 return NULL;
12481 }
12482
12483
12484 static PyObject *_wrap_RadioBox_GetNextItem(PyObject *, PyObject *args, PyObject *kwargs) {
12485 PyObject *resultobj;
12486 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12487 int arg2 ;
12488 int arg3 ;
12489 long arg4 ;
12490 int result;
12491 PyObject * obj0 = 0 ;
12492 PyObject * obj1 = 0 ;
12493 PyObject * obj2 = 0 ;
12494 PyObject * obj3 = 0 ;
12495 char *kwnames[] = {
12496 (char *) "self",(char *) "item",(char *) "dir",(char *) "style", NULL
12497 };
12498
12499 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:RadioBox_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
12500 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12501 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12502 arg2 = (int)SWIG_As_int(obj1);
12503 if (PyErr_Occurred()) SWIG_fail;
12504 arg3 = (int)SWIG_As_int(obj2);
12505 if (PyErr_Occurred()) SWIG_fail;
12506 arg4 = (long)SWIG_As_long(obj3);
12507 if (PyErr_Occurred()) SWIG_fail;
12508 {
12509 PyThreadState* __tstate = wxPyBeginAllowThreads();
12510 result = (int)((wxRadioBox const *)arg1)->GetNextItem(arg2,(wxDirection )arg3,arg4);
12511
12512 wxPyEndAllowThreads(__tstate);
12513 if (PyErr_Occurred()) SWIG_fail;
12514 }
12515 resultobj = SWIG_From_int((int)result);
12516 return resultobj;
12517 fail:
12518 return NULL;
12519 }
12520
12521
12522 static PyObject *_wrap_RadioBox_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
12523 PyObject *resultobj;
12524 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
12525 wxVisualAttributes result;
12526 PyObject * obj0 = 0 ;
12527 char *kwnames[] = {
12528 (char *) "variant", NULL
12529 };
12530
12531 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:RadioBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
12532 if (obj0) {
12533 arg1 = (int)SWIG_As_int(obj0);
12534 if (PyErr_Occurred()) SWIG_fail;
12535 }
12536 {
12537 if (!wxPyCheckForApp()) SWIG_fail;
12538 PyThreadState* __tstate = wxPyBeginAllowThreads();
12539 result = wxRadioBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
12540
12541 wxPyEndAllowThreads(__tstate);
12542 if (PyErr_Occurred()) SWIG_fail;
12543 }
12544 {
12545 wxVisualAttributes * resultptr;
12546 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
12547 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
12548 }
12549 return resultobj;
12550 fail:
12551 return NULL;
12552 }
12553
12554
12555 static PyObject * RadioBox_swigregister(PyObject *, PyObject *args) {
12556 PyObject *obj;
12557 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12558 SWIG_TypeClientData(SWIGTYPE_p_wxRadioBox, obj);
12559 Py_INCREF(obj);
12560 return Py_BuildValue((char *)"");
12561 }
12562 static PyObject *_wrap_new_RadioButton(PyObject *, PyObject *args, PyObject *kwargs) {
12563 PyObject *resultobj;
12564 wxWindow *arg1 = (wxWindow *) 0 ;
12565 int arg2 = (int) -1 ;
12566 wxString const &arg3_defvalue = wxPyEmptyString ;
12567 wxString *arg3 = (wxString *) &arg3_defvalue ;
12568 wxPoint const &arg4_defvalue = wxDefaultPosition ;
12569 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
12570 wxSize const &arg5_defvalue = wxDefaultSize ;
12571 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
12572 long arg6 = (long) 0 ;
12573 wxValidator const &arg7_defvalue = wxDefaultValidator ;
12574 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
12575 wxString const &arg8_defvalue = wxPyRadioButtonNameStr ;
12576 wxString *arg8 = (wxString *) &arg8_defvalue ;
12577 wxRadioButton *result;
12578 bool temp3 = false ;
12579 wxPoint temp4 ;
12580 wxSize temp5 ;
12581 bool temp8 = false ;
12582 PyObject * obj0 = 0 ;
12583 PyObject * obj1 = 0 ;
12584 PyObject * obj2 = 0 ;
12585 PyObject * obj3 = 0 ;
12586 PyObject * obj4 = 0 ;
12587 PyObject * obj5 = 0 ;
12588 PyObject * obj6 = 0 ;
12589 PyObject * obj7 = 0 ;
12590 char *kwnames[] = {
12591 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12592 };
12593
12594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_RadioButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
12595 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
12596 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12597 if (obj1) {
12598 arg2 = (int)SWIG_As_int(obj1);
12599 if (PyErr_Occurred()) SWIG_fail;
12600 }
12601 if (obj2) {
12602 {
12603 arg3 = wxString_in_helper(obj2);
12604 if (arg3 == NULL) SWIG_fail;
12605 temp3 = true;
12606 }
12607 }
12608 if (obj3) {
12609 {
12610 arg4 = &temp4;
12611 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
12612 }
12613 }
12614 if (obj4) {
12615 {
12616 arg5 = &temp5;
12617 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
12618 }
12619 }
12620 if (obj5) {
12621 arg6 = (long)SWIG_As_long(obj5);
12622 if (PyErr_Occurred()) SWIG_fail;
12623 }
12624 if (obj6) {
12625 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
12626 SWIG_POINTER_EXCEPTION | 0)) == -1)
12627 SWIG_fail;
12628 if (arg7 == NULL) {
12629 PyErr_SetString(PyExc_TypeError,"null reference");
12630 SWIG_fail;
12631 }
12632 }
12633 if (obj7) {
12634 {
12635 arg8 = wxString_in_helper(obj7);
12636 if (arg8 == NULL) SWIG_fail;
12637 temp8 = true;
12638 }
12639 }
12640 {
12641 if (!wxPyCheckForApp()) SWIG_fail;
12642 PyThreadState* __tstate = wxPyBeginAllowThreads();
12643 result = (wxRadioButton *)new wxRadioButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
12644
12645 wxPyEndAllowThreads(__tstate);
12646 if (PyErr_Occurred()) SWIG_fail;
12647 }
12648 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioButton, 1);
12649 {
12650 if (temp3)
12651 delete arg3;
12652 }
12653 {
12654 if (temp8)
12655 delete arg8;
12656 }
12657 return resultobj;
12658 fail:
12659 {
12660 if (temp3)
12661 delete arg3;
12662 }
12663 {
12664 if (temp8)
12665 delete arg8;
12666 }
12667 return NULL;
12668 }
12669
12670
12671 static PyObject *_wrap_new_PreRadioButton(PyObject *, PyObject *args, PyObject *kwargs) {
12672 PyObject *resultobj;
12673 wxRadioButton *result;
12674 char *kwnames[] = {
12675 NULL
12676 };
12677
12678 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioButton",kwnames)) goto fail;
12679 {
12680 if (!wxPyCheckForApp()) SWIG_fail;
12681 PyThreadState* __tstate = wxPyBeginAllowThreads();
12682 result = (wxRadioButton *)new wxRadioButton();
12683
12684 wxPyEndAllowThreads(__tstate);
12685 if (PyErr_Occurred()) SWIG_fail;
12686 }
12687 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioButton, 1);
12688 return resultobj;
12689 fail:
12690 return NULL;
12691 }
12692
12693
12694 static PyObject *_wrap_RadioButton_Create(PyObject *, PyObject *args, PyObject *kwargs) {
12695 PyObject *resultobj;
12696 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12697 wxWindow *arg2 = (wxWindow *) 0 ;
12698 int arg3 = (int) -1 ;
12699 wxString const &arg4_defvalue = wxPyEmptyString ;
12700 wxString *arg4 = (wxString *) &arg4_defvalue ;
12701 wxPoint const &arg5_defvalue = wxDefaultPosition ;
12702 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
12703 wxSize const &arg6_defvalue = wxDefaultSize ;
12704 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
12705 long arg7 = (long) 0 ;
12706 wxValidator const &arg8_defvalue = wxDefaultValidator ;
12707 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
12708 wxString const &arg9_defvalue = wxPyRadioButtonNameStr ;
12709 wxString *arg9 = (wxString *) &arg9_defvalue ;
12710 bool result;
12711 bool temp4 = false ;
12712 wxPoint temp5 ;
12713 wxSize temp6 ;
12714 bool temp9 = false ;
12715 PyObject * obj0 = 0 ;
12716 PyObject * obj1 = 0 ;
12717 PyObject * obj2 = 0 ;
12718 PyObject * obj3 = 0 ;
12719 PyObject * obj4 = 0 ;
12720 PyObject * obj5 = 0 ;
12721 PyObject * obj6 = 0 ;
12722 PyObject * obj7 = 0 ;
12723 PyObject * obj8 = 0 ;
12724 char *kwnames[] = {
12725 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12726 };
12727
12728 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:RadioButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
12729 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12730 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12731 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
12732 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12733 if (obj2) {
12734 arg3 = (int)SWIG_As_int(obj2);
12735 if (PyErr_Occurred()) SWIG_fail;
12736 }
12737 if (obj3) {
12738 {
12739 arg4 = wxString_in_helper(obj3);
12740 if (arg4 == NULL) SWIG_fail;
12741 temp4 = true;
12742 }
12743 }
12744 if (obj4) {
12745 {
12746 arg5 = &temp5;
12747 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
12748 }
12749 }
12750 if (obj5) {
12751 {
12752 arg6 = &temp6;
12753 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
12754 }
12755 }
12756 if (obj6) {
12757 arg7 = (long)SWIG_As_long(obj6);
12758 if (PyErr_Occurred()) SWIG_fail;
12759 }
12760 if (obj7) {
12761 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
12762 SWIG_POINTER_EXCEPTION | 0)) == -1)
12763 SWIG_fail;
12764 if (arg8 == NULL) {
12765 PyErr_SetString(PyExc_TypeError,"null reference");
12766 SWIG_fail;
12767 }
12768 }
12769 if (obj8) {
12770 {
12771 arg9 = wxString_in_helper(obj8);
12772 if (arg9 == NULL) SWIG_fail;
12773 temp9 = true;
12774 }
12775 }
12776 {
12777 PyThreadState* __tstate = wxPyBeginAllowThreads();
12778 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
12779
12780 wxPyEndAllowThreads(__tstate);
12781 if (PyErr_Occurred()) SWIG_fail;
12782 }
12783 {
12784 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12785 }
12786 {
12787 if (temp4)
12788 delete arg4;
12789 }
12790 {
12791 if (temp9)
12792 delete arg9;
12793 }
12794 return resultobj;
12795 fail:
12796 {
12797 if (temp4)
12798 delete arg4;
12799 }
12800 {
12801 if (temp9)
12802 delete arg9;
12803 }
12804 return NULL;
12805 }
12806
12807
12808 static PyObject *_wrap_RadioButton_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
12809 PyObject *resultobj;
12810 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12811 bool result;
12812 PyObject * obj0 = 0 ;
12813 char *kwnames[] = {
12814 (char *) "self", NULL
12815 };
12816
12817 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioButton_GetValue",kwnames,&obj0)) goto fail;
12818 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12819 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12820 {
12821 PyThreadState* __tstate = wxPyBeginAllowThreads();
12822 result = (bool)(arg1)->GetValue();
12823
12824 wxPyEndAllowThreads(__tstate);
12825 if (PyErr_Occurred()) SWIG_fail;
12826 }
12827 {
12828 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12829 }
12830 return resultobj;
12831 fail:
12832 return NULL;
12833 }
12834
12835
12836 static PyObject *_wrap_RadioButton_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
12837 PyObject *resultobj;
12838 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12839 bool arg2 ;
12840 PyObject * obj0 = 0 ;
12841 PyObject * obj1 = 0 ;
12842 char *kwnames[] = {
12843 (char *) "self",(char *) "value", NULL
12844 };
12845
12846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
12847 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12848 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12849 arg2 = (bool)SWIG_As_bool(obj1);
12850 if (PyErr_Occurred()) SWIG_fail;
12851 {
12852 PyThreadState* __tstate = wxPyBeginAllowThreads();
12853 (arg1)->SetValue(arg2);
12854
12855 wxPyEndAllowThreads(__tstate);
12856 if (PyErr_Occurred()) SWIG_fail;
12857 }
12858 Py_INCREF(Py_None); resultobj = Py_None;
12859 return resultobj;
12860 fail:
12861 return NULL;
12862 }
12863
12864
12865 static PyObject *_wrap_RadioButton_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
12866 PyObject *resultobj;
12867 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
12868 wxVisualAttributes result;
12869 PyObject * obj0 = 0 ;
12870 char *kwnames[] = {
12871 (char *) "variant", NULL
12872 };
12873
12874 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:RadioButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
12875 if (obj0) {
12876 arg1 = (int)SWIG_As_int(obj0);
12877 if (PyErr_Occurred()) SWIG_fail;
12878 }
12879 {
12880 if (!wxPyCheckForApp()) SWIG_fail;
12881 PyThreadState* __tstate = wxPyBeginAllowThreads();
12882 result = wxRadioButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
12883
12884 wxPyEndAllowThreads(__tstate);
12885 if (PyErr_Occurred()) SWIG_fail;
12886 }
12887 {
12888 wxVisualAttributes * resultptr;
12889 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
12890 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
12891 }
12892 return resultobj;
12893 fail:
12894 return NULL;
12895 }
12896
12897
12898 static PyObject * RadioButton_swigregister(PyObject *, PyObject *args) {
12899 PyObject *obj;
12900 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12901 SWIG_TypeClientData(SWIGTYPE_p_wxRadioButton, obj);
12902 Py_INCREF(obj);
12903 return Py_BuildValue((char *)"");
12904 }
12905 static int _wrap_SliderNameStr_set(PyObject *) {
12906 PyErr_SetString(PyExc_TypeError,"Variable SliderNameStr is read-only.");
12907 return 1;
12908 }
12909
12910
12911 static PyObject *_wrap_SliderNameStr_get() {
12912 PyObject *pyobj;
12913
12914 {
12915 #if wxUSE_UNICODE
12916 pyobj = PyUnicode_FromWideChar((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
12917 #else
12918 pyobj = PyString_FromStringAndSize((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
12919 #endif
12920 }
12921 return pyobj;
12922 }
12923
12924
12925 static PyObject *_wrap_new_Slider(PyObject *, PyObject *args, PyObject *kwargs) {
12926 PyObject *resultobj;
12927 wxWindow *arg1 = (wxWindow *) 0 ;
12928 int arg2 = (int) -1 ;
12929 int arg3 = (int) 0 ;
12930 int arg4 = (int) 0 ;
12931 int arg5 = (int) 100 ;
12932 wxPoint const &arg6_defvalue = wxDefaultPosition ;
12933 wxPoint *arg6 = (wxPoint *) &arg6_defvalue ;
12934 wxSize const &arg7_defvalue = wxDefaultSize ;
12935 wxSize *arg7 = (wxSize *) &arg7_defvalue ;
12936 long arg8 = (long) wxSL_HORIZONTAL ;
12937 wxValidator const &arg9_defvalue = wxDefaultValidator ;
12938 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
12939 wxString const &arg10_defvalue = wxPySliderNameStr ;
12940 wxString *arg10 = (wxString *) &arg10_defvalue ;
12941 wxSlider *result;
12942 wxPoint temp6 ;
12943 wxSize temp7 ;
12944 bool temp10 = false ;
12945 PyObject * obj0 = 0 ;
12946 PyObject * obj1 = 0 ;
12947 PyObject * obj2 = 0 ;
12948 PyObject * obj3 = 0 ;
12949 PyObject * obj4 = 0 ;
12950 PyObject * obj5 = 0 ;
12951 PyObject * obj6 = 0 ;
12952 PyObject * obj7 = 0 ;
12953 PyObject * obj8 = 0 ;
12954 PyObject * obj9 = 0 ;
12955 char *kwnames[] = {
12956 (char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12957 };
12958
12959 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_Slider",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
12960 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
12961 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12962 if (obj1) {
12963 arg2 = (int)SWIG_As_int(obj1);
12964 if (PyErr_Occurred()) SWIG_fail;
12965 }
12966 if (obj2) {
12967 arg3 = (int)SWIG_As_int(obj2);
12968 if (PyErr_Occurred()) SWIG_fail;
12969 }
12970 if (obj3) {
12971 arg4 = (int)SWIG_As_int(obj3);
12972 if (PyErr_Occurred()) SWIG_fail;
12973 }
12974 if (obj4) {
12975 arg5 = (int)SWIG_As_int(obj4);
12976 if (PyErr_Occurred()) SWIG_fail;
12977 }
12978 if (obj5) {
12979 {
12980 arg6 = &temp6;
12981 if ( ! wxPoint_helper(obj5, &arg6)) SWIG_fail;
12982 }
12983 }
12984 if (obj6) {
12985 {
12986 arg7 = &temp7;
12987 if ( ! wxSize_helper(obj6, &arg7)) SWIG_fail;
12988 }
12989 }
12990 if (obj7) {
12991 arg8 = (long)SWIG_As_long(obj7);
12992 if (PyErr_Occurred()) SWIG_fail;
12993 }
12994 if (obj8) {
12995 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
12996 SWIG_POINTER_EXCEPTION | 0)) == -1)
12997 SWIG_fail;
12998 if (arg9 == NULL) {
12999 PyErr_SetString(PyExc_TypeError,"null reference");
13000 SWIG_fail;
13001 }
13002 }
13003 if (obj9) {
13004 {
13005 arg10 = wxString_in_helper(obj9);
13006 if (arg10 == NULL) SWIG_fail;
13007 temp10 = true;
13008 }
13009 }
13010 {
13011 if (!wxPyCheckForApp()) SWIG_fail;
13012 PyThreadState* __tstate = wxPyBeginAllowThreads();
13013 result = (wxSlider *)new wxSlider(arg1,arg2,arg3,arg4,arg5,(wxPoint const &)*arg6,(wxSize const &)*arg7,arg8,(wxValidator const &)*arg9,(wxString const &)*arg10);
13014
13015 wxPyEndAllowThreads(__tstate);
13016 if (PyErr_Occurred()) SWIG_fail;
13017 }
13018 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSlider, 1);
13019 {
13020 if (temp10)
13021 delete arg10;
13022 }
13023 return resultobj;
13024 fail:
13025 {
13026 if (temp10)
13027 delete arg10;
13028 }
13029 return NULL;
13030 }
13031
13032
13033 static PyObject *_wrap_new_PreSlider(PyObject *, PyObject *args, PyObject *kwargs) {
13034 PyObject *resultobj;
13035 wxSlider *result;
13036 char *kwnames[] = {
13037 NULL
13038 };
13039
13040 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSlider",kwnames)) goto fail;
13041 {
13042 if (!wxPyCheckForApp()) SWIG_fail;
13043 PyThreadState* __tstate = wxPyBeginAllowThreads();
13044 result = (wxSlider *)new wxSlider();
13045
13046 wxPyEndAllowThreads(__tstate);
13047 if (PyErr_Occurred()) SWIG_fail;
13048 }
13049 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSlider, 1);
13050 return resultobj;
13051 fail:
13052 return NULL;
13053 }
13054
13055
13056 static PyObject *_wrap_Slider_Create(PyObject *, PyObject *args, PyObject *kwargs) {
13057 PyObject *resultobj;
13058 wxSlider *arg1 = (wxSlider *) 0 ;
13059 wxWindow *arg2 = (wxWindow *) 0 ;
13060 int arg3 = (int) -1 ;
13061 int arg4 = (int) 0 ;
13062 int arg5 = (int) 0 ;
13063 int arg6 = (int) 100 ;
13064 wxPoint const &arg7_defvalue = wxDefaultPosition ;
13065 wxPoint *arg7 = (wxPoint *) &arg7_defvalue ;
13066 wxSize const &arg8_defvalue = wxDefaultSize ;
13067 wxSize *arg8 = (wxSize *) &arg8_defvalue ;
13068 long arg9 = (long) wxSL_HORIZONTAL ;
13069 wxValidator const &arg10_defvalue = wxDefaultValidator ;
13070 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
13071 wxString const &arg11_defvalue = wxPySliderNameStr ;
13072 wxString *arg11 = (wxString *) &arg11_defvalue ;
13073 bool result;
13074 wxPoint temp7 ;
13075 wxSize temp8 ;
13076 bool temp11 = false ;
13077 PyObject * obj0 = 0 ;
13078 PyObject * obj1 = 0 ;
13079 PyObject * obj2 = 0 ;
13080 PyObject * obj3 = 0 ;
13081 PyObject * obj4 = 0 ;
13082 PyObject * obj5 = 0 ;
13083 PyObject * obj6 = 0 ;
13084 PyObject * obj7 = 0 ;
13085 PyObject * obj8 = 0 ;
13086 PyObject * obj9 = 0 ;
13087 PyObject * obj10 = 0 ;
13088 char *kwnames[] = {
13089 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13090 };
13091
13092 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:Slider_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
13093 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13094 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13095 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
13096 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13097 if (obj2) {
13098 arg3 = (int)SWIG_As_int(obj2);
13099 if (PyErr_Occurred()) SWIG_fail;
13100 }
13101 if (obj3) {
13102 arg4 = (int)SWIG_As_int(obj3);
13103 if (PyErr_Occurred()) SWIG_fail;
13104 }
13105 if (obj4) {
13106 arg5 = (int)SWIG_As_int(obj4);
13107 if (PyErr_Occurred()) SWIG_fail;
13108 }
13109 if (obj5) {
13110 arg6 = (int)SWIG_As_int(obj5);
13111 if (PyErr_Occurred()) SWIG_fail;
13112 }
13113 if (obj6) {
13114 {
13115 arg7 = &temp7;
13116 if ( ! wxPoint_helper(obj6, &arg7)) SWIG_fail;
13117 }
13118 }
13119 if (obj7) {
13120 {
13121 arg8 = &temp8;
13122 if ( ! wxSize_helper(obj7, &arg8)) SWIG_fail;
13123 }
13124 }
13125 if (obj8) {
13126 arg9 = (long)SWIG_As_long(obj8);
13127 if (PyErr_Occurred()) SWIG_fail;
13128 }
13129 if (obj9) {
13130 if ((SWIG_ConvertPtr(obj9,(void **)(&arg10),SWIGTYPE_p_wxValidator,
13131 SWIG_POINTER_EXCEPTION | 0)) == -1)
13132 SWIG_fail;
13133 if (arg10 == NULL) {
13134 PyErr_SetString(PyExc_TypeError,"null reference");
13135 SWIG_fail;
13136 }
13137 }
13138 if (obj10) {
13139 {
13140 arg11 = wxString_in_helper(obj10);
13141 if (arg11 == NULL) SWIG_fail;
13142 temp11 = true;
13143 }
13144 }
13145 {
13146 PyThreadState* __tstate = wxPyBeginAllowThreads();
13147 result = (bool)(arg1)->Create(arg2,arg3,arg4,arg5,arg6,(wxPoint const &)*arg7,(wxSize const &)*arg8,arg9,(wxValidator const &)*arg10,(wxString const &)*arg11);
13148
13149 wxPyEndAllowThreads(__tstate);
13150 if (PyErr_Occurred()) SWIG_fail;
13151 }
13152 {
13153 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13154 }
13155 {
13156 if (temp11)
13157 delete arg11;
13158 }
13159 return resultobj;
13160 fail:
13161 {
13162 if (temp11)
13163 delete arg11;
13164 }
13165 return NULL;
13166 }
13167
13168
13169 static PyObject *_wrap_Slider_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
13170 PyObject *resultobj;
13171 wxSlider *arg1 = (wxSlider *) 0 ;
13172 int result;
13173 PyObject * obj0 = 0 ;
13174 char *kwnames[] = {
13175 (char *) "self", NULL
13176 };
13177
13178 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetValue",kwnames,&obj0)) goto fail;
13179 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13180 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13181 {
13182 PyThreadState* __tstate = wxPyBeginAllowThreads();
13183 result = (int)((wxSlider const *)arg1)->GetValue();
13184
13185 wxPyEndAllowThreads(__tstate);
13186 if (PyErr_Occurred()) SWIG_fail;
13187 }
13188 resultobj = SWIG_From_int((int)result);
13189 return resultobj;
13190 fail:
13191 return NULL;
13192 }
13193
13194
13195 static PyObject *_wrap_Slider_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
13196 PyObject *resultobj;
13197 wxSlider *arg1 = (wxSlider *) 0 ;
13198 int arg2 ;
13199 PyObject * obj0 = 0 ;
13200 PyObject * obj1 = 0 ;
13201 char *kwnames[] = {
13202 (char *) "self",(char *) "value", NULL
13203 };
13204
13205 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetValue",kwnames,&obj0,&obj1)) goto fail;
13206 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13207 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13208 arg2 = (int)SWIG_As_int(obj1);
13209 if (PyErr_Occurred()) SWIG_fail;
13210 {
13211 PyThreadState* __tstate = wxPyBeginAllowThreads();
13212 (arg1)->SetValue(arg2);
13213
13214 wxPyEndAllowThreads(__tstate);
13215 if (PyErr_Occurred()) SWIG_fail;
13216 }
13217 Py_INCREF(Py_None); resultobj = Py_None;
13218 return resultobj;
13219 fail:
13220 return NULL;
13221 }
13222
13223
13224 static PyObject *_wrap_Slider_SetRange(PyObject *, PyObject *args, PyObject *kwargs) {
13225 PyObject *resultobj;
13226 wxSlider *arg1 = (wxSlider *) 0 ;
13227 int arg2 ;
13228 int arg3 ;
13229 PyObject * obj0 = 0 ;
13230 PyObject * obj1 = 0 ;
13231 PyObject * obj2 = 0 ;
13232 char *kwnames[] = {
13233 (char *) "self",(char *) "minValue",(char *) "maxValue", NULL
13234 };
13235
13236 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
13237 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13238 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13239 arg2 = (int)SWIG_As_int(obj1);
13240 if (PyErr_Occurred()) SWIG_fail;
13241 arg3 = (int)SWIG_As_int(obj2);
13242 if (PyErr_Occurred()) SWIG_fail;
13243 {
13244 PyThreadState* __tstate = wxPyBeginAllowThreads();
13245 (arg1)->SetRange(arg2,arg3);
13246
13247 wxPyEndAllowThreads(__tstate);
13248 if (PyErr_Occurred()) SWIG_fail;
13249 }
13250 Py_INCREF(Py_None); resultobj = Py_None;
13251 return resultobj;
13252 fail:
13253 return NULL;
13254 }
13255
13256
13257 static PyObject *_wrap_Slider_GetMin(PyObject *, PyObject *args, PyObject *kwargs) {
13258 PyObject *resultobj;
13259 wxSlider *arg1 = (wxSlider *) 0 ;
13260 int result;
13261 PyObject * obj0 = 0 ;
13262 char *kwnames[] = {
13263 (char *) "self", NULL
13264 };
13265
13266 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMin",kwnames,&obj0)) goto fail;
13267 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13268 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13269 {
13270 PyThreadState* __tstate = wxPyBeginAllowThreads();
13271 result = (int)((wxSlider const *)arg1)->GetMin();
13272
13273 wxPyEndAllowThreads(__tstate);
13274 if (PyErr_Occurred()) SWIG_fail;
13275 }
13276 resultobj = SWIG_From_int((int)result);
13277 return resultobj;
13278 fail:
13279 return NULL;
13280 }
13281
13282
13283 static PyObject *_wrap_Slider_GetMax(PyObject *, PyObject *args, PyObject *kwargs) {
13284 PyObject *resultobj;
13285 wxSlider *arg1 = (wxSlider *) 0 ;
13286 int result;
13287 PyObject * obj0 = 0 ;
13288 char *kwnames[] = {
13289 (char *) "self", NULL
13290 };
13291
13292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMax",kwnames,&obj0)) goto fail;
13293 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13294 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13295 {
13296 PyThreadState* __tstate = wxPyBeginAllowThreads();
13297 result = (int)((wxSlider const *)arg1)->GetMax();
13298
13299 wxPyEndAllowThreads(__tstate);
13300 if (PyErr_Occurred()) SWIG_fail;
13301 }
13302 resultobj = SWIG_From_int((int)result);
13303 return resultobj;
13304 fail:
13305 return NULL;
13306 }
13307
13308
13309 static PyObject *_wrap_Slider_SetMin(PyObject *, PyObject *args, PyObject *kwargs) {
13310 PyObject *resultobj;
13311 wxSlider *arg1 = (wxSlider *) 0 ;
13312 int arg2 ;
13313 PyObject * obj0 = 0 ;
13314 PyObject * obj1 = 0 ;
13315 char *kwnames[] = {
13316 (char *) "self",(char *) "minValue", NULL
13317 };
13318
13319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMin",kwnames,&obj0,&obj1)) goto fail;
13320 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13321 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13322 arg2 = (int)SWIG_As_int(obj1);
13323 if (PyErr_Occurred()) SWIG_fail;
13324 {
13325 PyThreadState* __tstate = wxPyBeginAllowThreads();
13326 (arg1)->SetMin(arg2);
13327
13328 wxPyEndAllowThreads(__tstate);
13329 if (PyErr_Occurred()) SWIG_fail;
13330 }
13331 Py_INCREF(Py_None); resultobj = Py_None;
13332 return resultobj;
13333 fail:
13334 return NULL;
13335 }
13336
13337
13338 static PyObject *_wrap_Slider_SetMax(PyObject *, PyObject *args, PyObject *kwargs) {
13339 PyObject *resultobj;
13340 wxSlider *arg1 = (wxSlider *) 0 ;
13341 int arg2 ;
13342 PyObject * obj0 = 0 ;
13343 PyObject * obj1 = 0 ;
13344 char *kwnames[] = {
13345 (char *) "self",(char *) "maxValue", NULL
13346 };
13347
13348 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMax",kwnames,&obj0,&obj1)) goto fail;
13349 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13350 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13351 arg2 = (int)SWIG_As_int(obj1);
13352 if (PyErr_Occurred()) SWIG_fail;
13353 {
13354 PyThreadState* __tstate = wxPyBeginAllowThreads();
13355 (arg1)->SetMax(arg2);
13356
13357 wxPyEndAllowThreads(__tstate);
13358 if (PyErr_Occurred()) SWIG_fail;
13359 }
13360 Py_INCREF(Py_None); resultobj = Py_None;
13361 return resultobj;
13362 fail:
13363 return NULL;
13364 }
13365
13366
13367 static PyObject *_wrap_Slider_SetLineSize(PyObject *, PyObject *args, PyObject *kwargs) {
13368 PyObject *resultobj;
13369 wxSlider *arg1 = (wxSlider *) 0 ;
13370 int arg2 ;
13371 PyObject * obj0 = 0 ;
13372 PyObject * obj1 = 0 ;
13373 char *kwnames[] = {
13374 (char *) "self",(char *) "lineSize", NULL
13375 };
13376
13377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetLineSize",kwnames,&obj0,&obj1)) goto fail;
13378 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13379 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13380 arg2 = (int)SWIG_As_int(obj1);
13381 if (PyErr_Occurred()) SWIG_fail;
13382 {
13383 PyThreadState* __tstate = wxPyBeginAllowThreads();
13384 (arg1)->SetLineSize(arg2);
13385
13386 wxPyEndAllowThreads(__tstate);
13387 if (PyErr_Occurred()) SWIG_fail;
13388 }
13389 Py_INCREF(Py_None); resultobj = Py_None;
13390 return resultobj;
13391 fail:
13392 return NULL;
13393 }
13394
13395
13396 static PyObject *_wrap_Slider_SetPageSize(PyObject *, PyObject *args, PyObject *kwargs) {
13397 PyObject *resultobj;
13398 wxSlider *arg1 = (wxSlider *) 0 ;
13399 int arg2 ;
13400 PyObject * obj0 = 0 ;
13401 PyObject * obj1 = 0 ;
13402 char *kwnames[] = {
13403 (char *) "self",(char *) "pageSize", NULL
13404 };
13405
13406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
13407 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13408 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13409 arg2 = (int)SWIG_As_int(obj1);
13410 if (PyErr_Occurred()) SWIG_fail;
13411 {
13412 PyThreadState* __tstate = wxPyBeginAllowThreads();
13413 (arg1)->SetPageSize(arg2);
13414
13415 wxPyEndAllowThreads(__tstate);
13416 if (PyErr_Occurred()) SWIG_fail;
13417 }
13418 Py_INCREF(Py_None); resultobj = Py_None;
13419 return resultobj;
13420 fail:
13421 return NULL;
13422 }
13423
13424
13425 static PyObject *_wrap_Slider_GetLineSize(PyObject *, PyObject *args, PyObject *kwargs) {
13426 PyObject *resultobj;
13427 wxSlider *arg1 = (wxSlider *) 0 ;
13428 int result;
13429 PyObject * obj0 = 0 ;
13430 char *kwnames[] = {
13431 (char *) "self", NULL
13432 };
13433
13434 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetLineSize",kwnames,&obj0)) goto fail;
13435 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13436 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13437 {
13438 PyThreadState* __tstate = wxPyBeginAllowThreads();
13439 result = (int)((wxSlider const *)arg1)->GetLineSize();
13440
13441 wxPyEndAllowThreads(__tstate);
13442 if (PyErr_Occurred()) SWIG_fail;
13443 }
13444 resultobj = SWIG_From_int((int)result);
13445 return resultobj;
13446 fail:
13447 return NULL;
13448 }
13449
13450
13451 static PyObject *_wrap_Slider_GetPageSize(PyObject *, PyObject *args, PyObject *kwargs) {
13452 PyObject *resultobj;
13453 wxSlider *arg1 = (wxSlider *) 0 ;
13454 int result;
13455 PyObject * obj0 = 0 ;
13456 char *kwnames[] = {
13457 (char *) "self", NULL
13458 };
13459
13460 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetPageSize",kwnames,&obj0)) goto fail;
13461 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13462 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13463 {
13464 PyThreadState* __tstate = wxPyBeginAllowThreads();
13465 result = (int)((wxSlider const *)arg1)->GetPageSize();
13466
13467 wxPyEndAllowThreads(__tstate);
13468 if (PyErr_Occurred()) SWIG_fail;
13469 }
13470 resultobj = SWIG_From_int((int)result);
13471 return resultobj;
13472 fail:
13473 return NULL;
13474 }
13475
13476
13477 static PyObject *_wrap_Slider_SetThumbLength(PyObject *, PyObject *args, PyObject *kwargs) {
13478 PyObject *resultobj;
13479 wxSlider *arg1 = (wxSlider *) 0 ;
13480 int arg2 ;
13481 PyObject * obj0 = 0 ;
13482 PyObject * obj1 = 0 ;
13483 char *kwnames[] = {
13484 (char *) "self",(char *) "lenPixels", NULL
13485 };
13486
13487 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetThumbLength",kwnames,&obj0,&obj1)) goto fail;
13488 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13489 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13490 arg2 = (int)SWIG_As_int(obj1);
13491 if (PyErr_Occurred()) SWIG_fail;
13492 {
13493 PyThreadState* __tstate = wxPyBeginAllowThreads();
13494 (arg1)->SetThumbLength(arg2);
13495
13496 wxPyEndAllowThreads(__tstate);
13497 if (PyErr_Occurred()) SWIG_fail;
13498 }
13499 Py_INCREF(Py_None); resultobj = Py_None;
13500 return resultobj;
13501 fail:
13502 return NULL;
13503 }
13504
13505
13506 static PyObject *_wrap_Slider_GetThumbLength(PyObject *, PyObject *args, PyObject *kwargs) {
13507 PyObject *resultobj;
13508 wxSlider *arg1 = (wxSlider *) 0 ;
13509 int result;
13510 PyObject * obj0 = 0 ;
13511 char *kwnames[] = {
13512 (char *) "self", NULL
13513 };
13514
13515 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetThumbLength",kwnames,&obj0)) goto fail;
13516 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13517 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13518 {
13519 PyThreadState* __tstate = wxPyBeginAllowThreads();
13520 result = (int)((wxSlider const *)arg1)->GetThumbLength();
13521
13522 wxPyEndAllowThreads(__tstate);
13523 if (PyErr_Occurred()) SWIG_fail;
13524 }
13525 resultobj = SWIG_From_int((int)result);
13526 return resultobj;
13527 fail:
13528 return NULL;
13529 }
13530
13531
13532 static PyObject *_wrap_Slider_SetTickFreq(PyObject *, PyObject *args, PyObject *kwargs) {
13533 PyObject *resultobj;
13534 wxSlider *arg1 = (wxSlider *) 0 ;
13535 int arg2 ;
13536 int arg3 = (int) 1 ;
13537 PyObject * obj0 = 0 ;
13538 PyObject * obj1 = 0 ;
13539 PyObject * obj2 = 0 ;
13540 char *kwnames[] = {
13541 (char *) "self",(char *) "n",(char *) "pos", NULL
13542 };
13543
13544 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:Slider_SetTickFreq",kwnames,&obj0,&obj1,&obj2)) goto fail;
13545 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13546 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13547 arg2 = (int)SWIG_As_int(obj1);
13548 if (PyErr_Occurred()) SWIG_fail;
13549 if (obj2) {
13550 arg3 = (int)SWIG_As_int(obj2);
13551 if (PyErr_Occurred()) SWIG_fail;
13552 }
13553 {
13554 PyThreadState* __tstate = wxPyBeginAllowThreads();
13555 (arg1)->SetTickFreq(arg2,arg3);
13556
13557 wxPyEndAllowThreads(__tstate);
13558 if (PyErr_Occurred()) SWIG_fail;
13559 }
13560 Py_INCREF(Py_None); resultobj = Py_None;
13561 return resultobj;
13562 fail:
13563 return NULL;
13564 }
13565
13566
13567 static PyObject *_wrap_Slider_GetTickFreq(PyObject *, PyObject *args, PyObject *kwargs) {
13568 PyObject *resultobj;
13569 wxSlider *arg1 = (wxSlider *) 0 ;
13570 int result;
13571 PyObject * obj0 = 0 ;
13572 char *kwnames[] = {
13573 (char *) "self", NULL
13574 };
13575
13576 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetTickFreq",kwnames,&obj0)) goto fail;
13577 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13578 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13579 {
13580 PyThreadState* __tstate = wxPyBeginAllowThreads();
13581 result = (int)((wxSlider const *)arg1)->GetTickFreq();
13582
13583 wxPyEndAllowThreads(__tstate);
13584 if (PyErr_Occurred()) SWIG_fail;
13585 }
13586 resultobj = SWIG_From_int((int)result);
13587 return resultobj;
13588 fail:
13589 return NULL;
13590 }
13591
13592
13593 static PyObject *_wrap_Slider_ClearTicks(PyObject *, PyObject *args, PyObject *kwargs) {
13594 PyObject *resultobj;
13595 wxSlider *arg1 = (wxSlider *) 0 ;
13596 PyObject * obj0 = 0 ;
13597 char *kwnames[] = {
13598 (char *) "self", NULL
13599 };
13600
13601 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearTicks",kwnames,&obj0)) goto fail;
13602 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13603 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13604 {
13605 PyThreadState* __tstate = wxPyBeginAllowThreads();
13606 (arg1)->ClearTicks();
13607
13608 wxPyEndAllowThreads(__tstate);
13609 if (PyErr_Occurred()) SWIG_fail;
13610 }
13611 Py_INCREF(Py_None); resultobj = Py_None;
13612 return resultobj;
13613 fail:
13614 return NULL;
13615 }
13616
13617
13618 static PyObject *_wrap_Slider_SetTick(PyObject *, PyObject *args, PyObject *kwargs) {
13619 PyObject *resultobj;
13620 wxSlider *arg1 = (wxSlider *) 0 ;
13621 int arg2 ;
13622 PyObject * obj0 = 0 ;
13623 PyObject * obj1 = 0 ;
13624 char *kwnames[] = {
13625 (char *) "self",(char *) "tickPos", NULL
13626 };
13627
13628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetTick",kwnames,&obj0,&obj1)) goto fail;
13629 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13630 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13631 arg2 = (int)SWIG_As_int(obj1);
13632 if (PyErr_Occurred()) SWIG_fail;
13633 {
13634 PyThreadState* __tstate = wxPyBeginAllowThreads();
13635 (arg1)->SetTick(arg2);
13636
13637 wxPyEndAllowThreads(__tstate);
13638 if (PyErr_Occurred()) SWIG_fail;
13639 }
13640 Py_INCREF(Py_None); resultobj = Py_None;
13641 return resultobj;
13642 fail:
13643 return NULL;
13644 }
13645
13646
13647 static PyObject *_wrap_Slider_ClearSel(PyObject *, PyObject *args, PyObject *kwargs) {
13648 PyObject *resultobj;
13649 wxSlider *arg1 = (wxSlider *) 0 ;
13650 PyObject * obj0 = 0 ;
13651 char *kwnames[] = {
13652 (char *) "self", NULL
13653 };
13654
13655 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearSel",kwnames,&obj0)) goto fail;
13656 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13657 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13658 {
13659 PyThreadState* __tstate = wxPyBeginAllowThreads();
13660 (arg1)->ClearSel();
13661
13662 wxPyEndAllowThreads(__tstate);
13663 if (PyErr_Occurred()) SWIG_fail;
13664 }
13665 Py_INCREF(Py_None); resultobj = Py_None;
13666 return resultobj;
13667 fail:
13668 return NULL;
13669 }
13670
13671
13672 static PyObject *_wrap_Slider_GetSelEnd(PyObject *, PyObject *args, PyObject *kwargs) {
13673 PyObject *resultobj;
13674 wxSlider *arg1 = (wxSlider *) 0 ;
13675 int result;
13676 PyObject * obj0 = 0 ;
13677 char *kwnames[] = {
13678 (char *) "self", NULL
13679 };
13680
13681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelEnd",kwnames,&obj0)) goto fail;
13682 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13683 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13684 {
13685 PyThreadState* __tstate = wxPyBeginAllowThreads();
13686 result = (int)((wxSlider const *)arg1)->GetSelEnd();
13687
13688 wxPyEndAllowThreads(__tstate);
13689 if (PyErr_Occurred()) SWIG_fail;
13690 }
13691 resultobj = SWIG_From_int((int)result);
13692 return resultobj;
13693 fail:
13694 return NULL;
13695 }
13696
13697
13698 static PyObject *_wrap_Slider_GetSelStart(PyObject *, PyObject *args, PyObject *kwargs) {
13699 PyObject *resultobj;
13700 wxSlider *arg1 = (wxSlider *) 0 ;
13701 int result;
13702 PyObject * obj0 = 0 ;
13703 char *kwnames[] = {
13704 (char *) "self", NULL
13705 };
13706
13707 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelStart",kwnames,&obj0)) goto fail;
13708 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13709 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13710 {
13711 PyThreadState* __tstate = wxPyBeginAllowThreads();
13712 result = (int)((wxSlider const *)arg1)->GetSelStart();
13713
13714 wxPyEndAllowThreads(__tstate);
13715 if (PyErr_Occurred()) SWIG_fail;
13716 }
13717 resultobj = SWIG_From_int((int)result);
13718 return resultobj;
13719 fail:
13720 return NULL;
13721 }
13722
13723
13724 static PyObject *_wrap_Slider_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
13725 PyObject *resultobj;
13726 wxSlider *arg1 = (wxSlider *) 0 ;
13727 int arg2 ;
13728 int arg3 ;
13729 PyObject * obj0 = 0 ;
13730 PyObject * obj1 = 0 ;
13731 PyObject * obj2 = 0 ;
13732 char *kwnames[] = {
13733 (char *) "self",(char *) "min",(char *) "max", NULL
13734 };
13735
13736 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
13737 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13738 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13739 arg2 = (int)SWIG_As_int(obj1);
13740 if (PyErr_Occurred()) SWIG_fail;
13741 arg3 = (int)SWIG_As_int(obj2);
13742 if (PyErr_Occurred()) SWIG_fail;
13743 {
13744 PyThreadState* __tstate = wxPyBeginAllowThreads();
13745 (arg1)->SetSelection(arg2,arg3);
13746
13747 wxPyEndAllowThreads(__tstate);
13748 if (PyErr_Occurred()) SWIG_fail;
13749 }
13750 Py_INCREF(Py_None); resultobj = Py_None;
13751 return resultobj;
13752 fail:
13753 return NULL;
13754 }
13755
13756
13757 static PyObject *_wrap_Slider_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
13758 PyObject *resultobj;
13759 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
13760 wxVisualAttributes result;
13761 PyObject * obj0 = 0 ;
13762 char *kwnames[] = {
13763 (char *) "variant", NULL
13764 };
13765
13766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Slider_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
13767 if (obj0) {
13768 arg1 = (int)SWIG_As_int(obj0);
13769 if (PyErr_Occurred()) SWIG_fail;
13770 }
13771 {
13772 if (!wxPyCheckForApp()) SWIG_fail;
13773 PyThreadState* __tstate = wxPyBeginAllowThreads();
13774 result = wxSlider::GetClassDefaultAttributes((wxWindowVariant )arg1);
13775
13776 wxPyEndAllowThreads(__tstate);
13777 if (PyErr_Occurred()) SWIG_fail;
13778 }
13779 {
13780 wxVisualAttributes * resultptr;
13781 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
13782 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
13783 }
13784 return resultobj;
13785 fail:
13786 return NULL;
13787 }
13788
13789
13790 static PyObject * Slider_swigregister(PyObject *, PyObject *args) {
13791 PyObject *obj;
13792 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
13793 SWIG_TypeClientData(SWIGTYPE_p_wxSlider, obj);
13794 Py_INCREF(obj);
13795 return Py_BuildValue((char *)"");
13796 }
13797 static int _wrap_ToggleButtonNameStr_set(PyObject *) {
13798 PyErr_SetString(PyExc_TypeError,"Variable ToggleButtonNameStr is read-only.");
13799 return 1;
13800 }
13801
13802
13803 static PyObject *_wrap_ToggleButtonNameStr_get() {
13804 PyObject *pyobj;
13805
13806 {
13807 #if wxUSE_UNICODE
13808 pyobj = PyUnicode_FromWideChar((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
13809 #else
13810 pyobj = PyString_FromStringAndSize((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
13811 #endif
13812 }
13813 return pyobj;
13814 }
13815
13816
13817 static PyObject *_wrap_new_ToggleButton(PyObject *, PyObject *args, PyObject *kwargs) {
13818 PyObject *resultobj;
13819 wxWindow *arg1 = (wxWindow *) 0 ;
13820 int arg2 = (int) -1 ;
13821 wxString const &arg3_defvalue = wxPyEmptyString ;
13822 wxString *arg3 = (wxString *) &arg3_defvalue ;
13823 wxPoint const &arg4_defvalue = wxDefaultPosition ;
13824 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
13825 wxSize const &arg5_defvalue = wxDefaultSize ;
13826 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
13827 long arg6 = (long) 0 ;
13828 wxValidator const &arg7_defvalue = wxDefaultValidator ;
13829 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
13830 wxString const &arg8_defvalue = wxPyToggleButtonNameStr ;
13831 wxString *arg8 = (wxString *) &arg8_defvalue ;
13832 wxToggleButton *result;
13833 bool temp3 = false ;
13834 wxPoint temp4 ;
13835 wxSize temp5 ;
13836 bool temp8 = false ;
13837 PyObject * obj0 = 0 ;
13838 PyObject * obj1 = 0 ;
13839 PyObject * obj2 = 0 ;
13840 PyObject * obj3 = 0 ;
13841 PyObject * obj4 = 0 ;
13842 PyObject * obj5 = 0 ;
13843 PyObject * obj6 = 0 ;
13844 PyObject * obj7 = 0 ;
13845 char *kwnames[] = {
13846 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13847 };
13848
13849 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_ToggleButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
13850 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
13851 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13852 if (obj1) {
13853 arg2 = (int)SWIG_As_int(obj1);
13854 if (PyErr_Occurred()) SWIG_fail;
13855 }
13856 if (obj2) {
13857 {
13858 arg3 = wxString_in_helper(obj2);
13859 if (arg3 == NULL) SWIG_fail;
13860 temp3 = true;
13861 }
13862 }
13863 if (obj3) {
13864 {
13865 arg4 = &temp4;
13866 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
13867 }
13868 }
13869 if (obj4) {
13870 {
13871 arg5 = &temp5;
13872 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
13873 }
13874 }
13875 if (obj5) {
13876 arg6 = (long)SWIG_As_long(obj5);
13877 if (PyErr_Occurred()) SWIG_fail;
13878 }
13879 if (obj6) {
13880 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
13881 SWIG_POINTER_EXCEPTION | 0)) == -1)
13882 SWIG_fail;
13883 if (arg7 == NULL) {
13884 PyErr_SetString(PyExc_TypeError,"null reference");
13885 SWIG_fail;
13886 }
13887 }
13888 if (obj7) {
13889 {
13890 arg8 = wxString_in_helper(obj7);
13891 if (arg8 == NULL) SWIG_fail;
13892 temp8 = true;
13893 }
13894 }
13895 {
13896 if (!wxPyCheckForApp()) SWIG_fail;
13897 PyThreadState* __tstate = wxPyBeginAllowThreads();
13898 result = (wxToggleButton *)new wxToggleButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
13899
13900 wxPyEndAllowThreads(__tstate);
13901 if (PyErr_Occurred()) SWIG_fail;
13902 }
13903 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToggleButton, 1);
13904 {
13905 if (temp3)
13906 delete arg3;
13907 }
13908 {
13909 if (temp8)
13910 delete arg8;
13911 }
13912 return resultobj;
13913 fail:
13914 {
13915 if (temp3)
13916 delete arg3;
13917 }
13918 {
13919 if (temp8)
13920 delete arg8;
13921 }
13922 return NULL;
13923 }
13924
13925
13926 static PyObject *_wrap_new_PreToggleButton(PyObject *, PyObject *args, PyObject *kwargs) {
13927 PyObject *resultobj;
13928 wxToggleButton *result;
13929 char *kwnames[] = {
13930 NULL
13931 };
13932
13933 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToggleButton",kwnames)) goto fail;
13934 {
13935 if (!wxPyCheckForApp()) SWIG_fail;
13936 PyThreadState* __tstate = wxPyBeginAllowThreads();
13937 result = (wxToggleButton *)new wxToggleButton();
13938
13939 wxPyEndAllowThreads(__tstate);
13940 if (PyErr_Occurred()) SWIG_fail;
13941 }
13942 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToggleButton, 1);
13943 return resultobj;
13944 fail:
13945 return NULL;
13946 }
13947
13948
13949 static PyObject *_wrap_ToggleButton_Create(PyObject *, PyObject *args, PyObject *kwargs) {
13950 PyObject *resultobj;
13951 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13952 wxWindow *arg2 = (wxWindow *) 0 ;
13953 int arg3 = (int) -1 ;
13954 wxString const &arg4_defvalue = wxPyEmptyString ;
13955 wxString *arg4 = (wxString *) &arg4_defvalue ;
13956 wxPoint const &arg5_defvalue = wxDefaultPosition ;
13957 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
13958 wxSize const &arg6_defvalue = wxDefaultSize ;
13959 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
13960 long arg7 = (long) 0 ;
13961 wxValidator const &arg8_defvalue = wxDefaultValidator ;
13962 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
13963 wxString const &arg9_defvalue = wxPyToggleButtonNameStr ;
13964 wxString *arg9 = (wxString *) &arg9_defvalue ;
13965 bool result;
13966 bool temp4 = false ;
13967 wxPoint temp5 ;
13968 wxSize temp6 ;
13969 bool temp9 = false ;
13970 PyObject * obj0 = 0 ;
13971 PyObject * obj1 = 0 ;
13972 PyObject * obj2 = 0 ;
13973 PyObject * obj3 = 0 ;
13974 PyObject * obj4 = 0 ;
13975 PyObject * obj5 = 0 ;
13976 PyObject * obj6 = 0 ;
13977 PyObject * obj7 = 0 ;
13978 PyObject * obj8 = 0 ;
13979 char *kwnames[] = {
13980 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13981 };
13982
13983 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:ToggleButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
13984 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
13985 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13986 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
13987 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13988 if (obj2) {
13989 arg3 = (int)SWIG_As_int(obj2);
13990 if (PyErr_Occurred()) SWIG_fail;
13991 }
13992 if (obj3) {
13993 {
13994 arg4 = wxString_in_helper(obj3);
13995 if (arg4 == NULL) SWIG_fail;
13996 temp4 = true;
13997 }
13998 }
13999 if (obj4) {
14000 {
14001 arg5 = &temp5;
14002 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
14003 }
14004 }
14005 if (obj5) {
14006 {
14007 arg6 = &temp6;
14008 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
14009 }
14010 }
14011 if (obj6) {
14012 arg7 = (long)SWIG_As_long(obj6);
14013 if (PyErr_Occurred()) SWIG_fail;
14014 }
14015 if (obj7) {
14016 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
14017 SWIG_POINTER_EXCEPTION | 0)) == -1)
14018 SWIG_fail;
14019 if (arg8 == NULL) {
14020 PyErr_SetString(PyExc_TypeError,"null reference");
14021 SWIG_fail;
14022 }
14023 }
14024 if (obj8) {
14025 {
14026 arg9 = wxString_in_helper(obj8);
14027 if (arg9 == NULL) SWIG_fail;
14028 temp9 = true;
14029 }
14030 }
14031 {
14032 PyThreadState* __tstate = wxPyBeginAllowThreads();
14033 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
14034
14035 wxPyEndAllowThreads(__tstate);
14036 if (PyErr_Occurred()) SWIG_fail;
14037 }
14038 {
14039 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14040 }
14041 {
14042 if (temp4)
14043 delete arg4;
14044 }
14045 {
14046 if (temp9)
14047 delete arg9;
14048 }
14049 return resultobj;
14050 fail:
14051 {
14052 if (temp4)
14053 delete arg4;
14054 }
14055 {
14056 if (temp9)
14057 delete arg9;
14058 }
14059 return NULL;
14060 }
14061
14062
14063 static PyObject *_wrap_ToggleButton_SetValue(PyObject *, PyObject *args, PyObject *kwargs) {
14064 PyObject *resultobj;
14065 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
14066 bool arg2 ;
14067 PyObject * obj0 = 0 ;
14068 PyObject * obj1 = 0 ;
14069 char *kwnames[] = {
14070 (char *) "self",(char *) "value", NULL
14071 };
14072
14073 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
14074 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
14075 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14076 arg2 = (bool)SWIG_As_bool(obj1);
14077 if (PyErr_Occurred()) SWIG_fail;
14078 {
14079 PyThreadState* __tstate = wxPyBeginAllowThreads();
14080 (arg1)->SetValue(arg2);
14081
14082 wxPyEndAllowThreads(__tstate);
14083 if (PyErr_Occurred()) SWIG_fail;
14084 }
14085 Py_INCREF(Py_None); resultobj = Py_None;
14086 return resultobj;
14087 fail:
14088 return NULL;
14089 }
14090
14091
14092 static PyObject *_wrap_ToggleButton_GetValue(PyObject *, PyObject *args, PyObject *kwargs) {
14093 PyObject *resultobj;
14094 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
14095 bool result;
14096 PyObject * obj0 = 0 ;
14097 char *kwnames[] = {
14098 (char *) "self", NULL
14099 };
14100
14101 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToggleButton_GetValue",kwnames,&obj0)) goto fail;
14102 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
14103 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14104 {
14105 PyThreadState* __tstate = wxPyBeginAllowThreads();
14106 result = (bool)((wxToggleButton const *)arg1)->GetValue();
14107
14108 wxPyEndAllowThreads(__tstate);
14109 if (PyErr_Occurred()) SWIG_fail;
14110 }
14111 {
14112 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14113 }
14114 return resultobj;
14115 fail:
14116 return NULL;
14117 }
14118
14119
14120 static PyObject *_wrap_ToggleButton_SetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
14121 PyObject *resultobj;
14122 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
14123 wxString *arg2 = 0 ;
14124 bool temp2 = false ;
14125 PyObject * obj0 = 0 ;
14126 PyObject * obj1 = 0 ;
14127 char *kwnames[] = {
14128 (char *) "self",(char *) "label", NULL
14129 };
14130
14131 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetLabel",kwnames,&obj0,&obj1)) goto fail;
14132 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
14133 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14134 {
14135 arg2 = wxString_in_helper(obj1);
14136 if (arg2 == NULL) SWIG_fail;
14137 temp2 = true;
14138 }
14139 {
14140 PyThreadState* __tstate = wxPyBeginAllowThreads();
14141 (arg1)->SetLabel((wxString const &)*arg2);
14142
14143 wxPyEndAllowThreads(__tstate);
14144 if (PyErr_Occurred()) SWIG_fail;
14145 }
14146 Py_INCREF(Py_None); resultobj = Py_None;
14147 {
14148 if (temp2)
14149 delete arg2;
14150 }
14151 return resultobj;
14152 fail:
14153 {
14154 if (temp2)
14155 delete arg2;
14156 }
14157 return NULL;
14158 }
14159
14160
14161 static PyObject *_wrap_ToggleButton_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
14162 PyObject *resultobj;
14163 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
14164 wxVisualAttributes result;
14165 PyObject * obj0 = 0 ;
14166 char *kwnames[] = {
14167 (char *) "variant", NULL
14168 };
14169
14170 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ToggleButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
14171 if (obj0) {
14172 arg1 = (int)SWIG_As_int(obj0);
14173 if (PyErr_Occurred()) SWIG_fail;
14174 }
14175 {
14176 if (!wxPyCheckForApp()) SWIG_fail;
14177 PyThreadState* __tstate = wxPyBeginAllowThreads();
14178 result = wxToggleButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
14179
14180 wxPyEndAllowThreads(__tstate);
14181 if (PyErr_Occurred()) SWIG_fail;
14182 }
14183 {
14184 wxVisualAttributes * resultptr;
14185 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
14186 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
14187 }
14188 return resultobj;
14189 fail:
14190 return NULL;
14191 }
14192
14193
14194 static PyObject * ToggleButton_swigregister(PyObject *, PyObject *args) {
14195 PyObject *obj;
14196 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14197 SWIG_TypeClientData(SWIGTYPE_p_wxToggleButton, obj);
14198 Py_INCREF(obj);
14199 return Py_BuildValue((char *)"");
14200 }
14201 static int _wrap_NOTEBOOK_NAME_set(PyObject *) {
14202 PyErr_SetString(PyExc_TypeError,"Variable NOTEBOOK_NAME is read-only.");
14203 return 1;
14204 }
14205
14206
14207 static PyObject *_wrap_NOTEBOOK_NAME_get() {
14208 PyObject *pyobj;
14209
14210 {
14211 #if wxUSE_UNICODE
14212 pyobj = PyUnicode_FromWideChar((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
14213 #else
14214 pyobj = PyString_FromStringAndSize((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
14215 #endif
14216 }
14217 return pyobj;
14218 }
14219
14220
14221 static PyObject *_wrap_BookCtrl_GetPageCount(PyObject *, PyObject *args, PyObject *kwargs) {
14222 PyObject *resultobj;
14223 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14224 size_t result;
14225 PyObject * obj0 = 0 ;
14226 char *kwnames[] = {
14227 (char *) "self", NULL
14228 };
14229
14230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetPageCount",kwnames,&obj0)) goto fail;
14231 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14232 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14233 {
14234 PyThreadState* __tstate = wxPyBeginAllowThreads();
14235 result = (size_t)((wxBookCtrl const *)arg1)->GetPageCount();
14236
14237 wxPyEndAllowThreads(__tstate);
14238 if (PyErr_Occurred()) SWIG_fail;
14239 }
14240 resultobj = SWIG_From_unsigned_SS_long((unsigned long)result);
14241 return resultobj;
14242 fail:
14243 return NULL;
14244 }
14245
14246
14247 static PyObject *_wrap_BookCtrl_GetPage(PyObject *, PyObject *args, PyObject *kwargs) {
14248 PyObject *resultobj;
14249 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14250 size_t arg2 ;
14251 wxWindow *result;
14252 PyObject * obj0 = 0 ;
14253 PyObject * obj1 = 0 ;
14254 char *kwnames[] = {
14255 (char *) "self",(char *) "n", NULL
14256 };
14257
14258 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPage",kwnames,&obj0,&obj1)) goto fail;
14259 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14260 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14261 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14262 if (PyErr_Occurred()) SWIG_fail;
14263 {
14264 PyThreadState* __tstate = wxPyBeginAllowThreads();
14265 result = (wxWindow *)(arg1)->GetPage(arg2);
14266
14267 wxPyEndAllowThreads(__tstate);
14268 if (PyErr_Occurred()) SWIG_fail;
14269 }
14270 {
14271 resultobj = wxPyMake_wxObject(result, 0);
14272 }
14273 return resultobj;
14274 fail:
14275 return NULL;
14276 }
14277
14278
14279 static PyObject *_wrap_BookCtrl_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
14280 PyObject *resultobj;
14281 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14282 int result;
14283 PyObject * obj0 = 0 ;
14284 char *kwnames[] = {
14285 (char *) "self", NULL
14286 };
14287
14288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetSelection",kwnames,&obj0)) goto fail;
14289 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14290 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14291 {
14292 PyThreadState* __tstate = wxPyBeginAllowThreads();
14293 result = (int)((wxBookCtrl const *)arg1)->GetSelection();
14294
14295 wxPyEndAllowThreads(__tstate);
14296 if (PyErr_Occurred()) SWIG_fail;
14297 }
14298 resultobj = SWIG_From_int((int)result);
14299 return resultobj;
14300 fail:
14301 return NULL;
14302 }
14303
14304
14305 static PyObject *_wrap_BookCtrl_SetPageText(PyObject *, PyObject *args, PyObject *kwargs) {
14306 PyObject *resultobj;
14307 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14308 size_t arg2 ;
14309 wxString *arg3 = 0 ;
14310 bool result;
14311 bool temp3 = false ;
14312 PyObject * obj0 = 0 ;
14313 PyObject * obj1 = 0 ;
14314 PyObject * obj2 = 0 ;
14315 char *kwnames[] = {
14316 (char *) "self",(char *) "n",(char *) "strText", NULL
14317 };
14318
14319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageText",kwnames,&obj0,&obj1,&obj2)) goto fail;
14320 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14321 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14322 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14323 if (PyErr_Occurred()) SWIG_fail;
14324 {
14325 arg3 = wxString_in_helper(obj2);
14326 if (arg3 == NULL) SWIG_fail;
14327 temp3 = true;
14328 }
14329 {
14330 PyThreadState* __tstate = wxPyBeginAllowThreads();
14331 result = (bool)(arg1)->SetPageText(arg2,(wxString const &)*arg3);
14332
14333 wxPyEndAllowThreads(__tstate);
14334 if (PyErr_Occurred()) SWIG_fail;
14335 }
14336 {
14337 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14338 }
14339 {
14340 if (temp3)
14341 delete arg3;
14342 }
14343 return resultobj;
14344 fail:
14345 {
14346 if (temp3)
14347 delete arg3;
14348 }
14349 return NULL;
14350 }
14351
14352
14353 static PyObject *_wrap_BookCtrl_GetPageText(PyObject *, PyObject *args, PyObject *kwargs) {
14354 PyObject *resultobj;
14355 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14356 size_t arg2 ;
14357 wxString result;
14358 PyObject * obj0 = 0 ;
14359 PyObject * obj1 = 0 ;
14360 char *kwnames[] = {
14361 (char *) "self",(char *) "n", NULL
14362 };
14363
14364 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageText",kwnames,&obj0,&obj1)) goto fail;
14365 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14366 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14367 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14368 if (PyErr_Occurred()) SWIG_fail;
14369 {
14370 PyThreadState* __tstate = wxPyBeginAllowThreads();
14371 result = ((wxBookCtrl const *)arg1)->GetPageText(arg2);
14372
14373 wxPyEndAllowThreads(__tstate);
14374 if (PyErr_Occurred()) SWIG_fail;
14375 }
14376 {
14377 #if wxUSE_UNICODE
14378 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
14379 #else
14380 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
14381 #endif
14382 }
14383 return resultobj;
14384 fail:
14385 return NULL;
14386 }
14387
14388
14389 static PyObject *_wrap_BookCtrl_SetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
14390 PyObject *resultobj;
14391 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14392 wxImageList *arg2 = (wxImageList *) 0 ;
14393 PyObject * obj0 = 0 ;
14394 PyObject * obj1 = 0 ;
14395 char *kwnames[] = {
14396 (char *) "self",(char *) "imageList", NULL
14397 };
14398
14399 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
14400 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14401 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14402 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
14403 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14404 {
14405 PyThreadState* __tstate = wxPyBeginAllowThreads();
14406 (arg1)->SetImageList(arg2);
14407
14408 wxPyEndAllowThreads(__tstate);
14409 if (PyErr_Occurred()) SWIG_fail;
14410 }
14411 Py_INCREF(Py_None); resultobj = Py_None;
14412 return resultobj;
14413 fail:
14414 return NULL;
14415 }
14416
14417
14418 static PyObject *_wrap_BookCtrl_AssignImageList(PyObject *, PyObject *args, PyObject *kwargs) {
14419 PyObject *resultobj;
14420 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14421 wxImageList *arg2 = (wxImageList *) 0 ;
14422 PyObject * obj0 = 0 ;
14423 PyObject * obj1 = 0 ;
14424 char *kwnames[] = {
14425 (char *) "self",(char *) "imageList", NULL
14426 };
14427
14428 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
14429 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14430 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14431 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
14432 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
14433 {
14434 PyThreadState* __tstate = wxPyBeginAllowThreads();
14435 (arg1)->AssignImageList(arg2);
14436
14437 wxPyEndAllowThreads(__tstate);
14438 if (PyErr_Occurred()) SWIG_fail;
14439 }
14440 Py_INCREF(Py_None); resultobj = Py_None;
14441 return resultobj;
14442 fail:
14443 return NULL;
14444 }
14445
14446
14447 static PyObject *_wrap_BookCtrl_GetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
14448 PyObject *resultobj;
14449 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14450 wxImageList *result;
14451 PyObject * obj0 = 0 ;
14452 char *kwnames[] = {
14453 (char *) "self", NULL
14454 };
14455
14456 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetImageList",kwnames,&obj0)) goto fail;
14457 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14458 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14459 {
14460 PyThreadState* __tstate = wxPyBeginAllowThreads();
14461 result = (wxImageList *)((wxBookCtrl const *)arg1)->GetImageList();
14462
14463 wxPyEndAllowThreads(__tstate);
14464 if (PyErr_Occurred()) SWIG_fail;
14465 }
14466 {
14467 resultobj = wxPyMake_wxObject(result, 0);
14468 }
14469 return resultobj;
14470 fail:
14471 return NULL;
14472 }
14473
14474
14475 static PyObject *_wrap_BookCtrl_GetPageImage(PyObject *, PyObject *args, PyObject *kwargs) {
14476 PyObject *resultobj;
14477 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14478 size_t arg2 ;
14479 int result;
14480 PyObject * obj0 = 0 ;
14481 PyObject * obj1 = 0 ;
14482 char *kwnames[] = {
14483 (char *) "self",(char *) "n", NULL
14484 };
14485
14486 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageImage",kwnames,&obj0,&obj1)) goto fail;
14487 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14488 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14489 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14490 if (PyErr_Occurred()) SWIG_fail;
14491 {
14492 PyThreadState* __tstate = wxPyBeginAllowThreads();
14493 result = (int)((wxBookCtrl const *)arg1)->GetPageImage(arg2);
14494
14495 wxPyEndAllowThreads(__tstate);
14496 if (PyErr_Occurred()) SWIG_fail;
14497 }
14498 resultobj = SWIG_From_int((int)result);
14499 return resultobj;
14500 fail:
14501 return NULL;
14502 }
14503
14504
14505 static PyObject *_wrap_BookCtrl_SetPageImage(PyObject *, PyObject *args, PyObject *kwargs) {
14506 PyObject *resultobj;
14507 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14508 size_t arg2 ;
14509 int arg3 ;
14510 bool result;
14511 PyObject * obj0 = 0 ;
14512 PyObject * obj1 = 0 ;
14513 PyObject * obj2 = 0 ;
14514 char *kwnames[] = {
14515 (char *) "self",(char *) "n",(char *) "imageId", NULL
14516 };
14517
14518 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
14519 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14520 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14521 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14522 if (PyErr_Occurred()) SWIG_fail;
14523 arg3 = (int)SWIG_As_int(obj2);
14524 if (PyErr_Occurred()) SWIG_fail;
14525 {
14526 PyThreadState* __tstate = wxPyBeginAllowThreads();
14527 result = (bool)(arg1)->SetPageImage(arg2,arg3);
14528
14529 wxPyEndAllowThreads(__tstate);
14530 if (PyErr_Occurred()) SWIG_fail;
14531 }
14532 {
14533 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14534 }
14535 return resultobj;
14536 fail:
14537 return NULL;
14538 }
14539
14540
14541 static PyObject *_wrap_BookCtrl_SetPageSize(PyObject *, PyObject *args, PyObject *kwargs) {
14542 PyObject *resultobj;
14543 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14544 wxSize *arg2 = 0 ;
14545 wxSize temp2 ;
14546 PyObject * obj0 = 0 ;
14547 PyObject * obj1 = 0 ;
14548 char *kwnames[] = {
14549 (char *) "self",(char *) "size", NULL
14550 };
14551
14552 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
14553 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14554 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14555 {
14556 arg2 = &temp2;
14557 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14558 }
14559 {
14560 PyThreadState* __tstate = wxPyBeginAllowThreads();
14561 (arg1)->SetPageSize((wxSize const &)*arg2);
14562
14563 wxPyEndAllowThreads(__tstate);
14564 if (PyErr_Occurred()) SWIG_fail;
14565 }
14566 Py_INCREF(Py_None); resultobj = Py_None;
14567 return resultobj;
14568 fail:
14569 return NULL;
14570 }
14571
14572
14573 static PyObject *_wrap_BookCtrl_CalcSizeFromPage(PyObject *, PyObject *args, PyObject *kwargs) {
14574 PyObject *resultobj;
14575 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14576 wxSize *arg2 = 0 ;
14577 wxSize result;
14578 wxSize temp2 ;
14579 PyObject * obj0 = 0 ;
14580 PyObject * obj1 = 0 ;
14581 char *kwnames[] = {
14582 (char *) "self",(char *) "sizePage", NULL
14583 };
14584
14585 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
14586 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14587 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14588 {
14589 arg2 = &temp2;
14590 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14591 }
14592 {
14593 PyThreadState* __tstate = wxPyBeginAllowThreads();
14594 result = ((wxBookCtrl const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
14595
14596 wxPyEndAllowThreads(__tstate);
14597 if (PyErr_Occurred()) SWIG_fail;
14598 }
14599 {
14600 wxSize * resultptr;
14601 resultptr = new wxSize((wxSize &) result);
14602 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
14603 }
14604 return resultobj;
14605 fail:
14606 return NULL;
14607 }
14608
14609
14610 static PyObject *_wrap_BookCtrl_DeletePage(PyObject *, PyObject *args, PyObject *kwargs) {
14611 PyObject *resultobj;
14612 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14613 size_t arg2 ;
14614 bool result;
14615 PyObject * obj0 = 0 ;
14616 PyObject * obj1 = 0 ;
14617 char *kwnames[] = {
14618 (char *) "self",(char *) "n", NULL
14619 };
14620
14621 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_DeletePage",kwnames,&obj0,&obj1)) goto fail;
14622 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14623 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14624 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14625 if (PyErr_Occurred()) SWIG_fail;
14626 {
14627 PyThreadState* __tstate = wxPyBeginAllowThreads();
14628 result = (bool)(arg1)->DeletePage(arg2);
14629
14630 wxPyEndAllowThreads(__tstate);
14631 if (PyErr_Occurred()) SWIG_fail;
14632 }
14633 {
14634 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14635 }
14636 return resultobj;
14637 fail:
14638 return NULL;
14639 }
14640
14641
14642 static PyObject *_wrap_BookCtrl_RemovePage(PyObject *, PyObject *args, PyObject *kwargs) {
14643 PyObject *resultobj;
14644 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14645 size_t arg2 ;
14646 bool result;
14647 PyObject * obj0 = 0 ;
14648 PyObject * obj1 = 0 ;
14649 char *kwnames[] = {
14650 (char *) "self",(char *) "n", NULL
14651 };
14652
14653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_RemovePage",kwnames,&obj0,&obj1)) goto fail;
14654 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14655 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14656 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14657 if (PyErr_Occurred()) SWIG_fail;
14658 {
14659 PyThreadState* __tstate = wxPyBeginAllowThreads();
14660 result = (bool)(arg1)->RemovePage(arg2);
14661
14662 wxPyEndAllowThreads(__tstate);
14663 if (PyErr_Occurred()) SWIG_fail;
14664 }
14665 {
14666 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14667 }
14668 return resultobj;
14669 fail:
14670 return NULL;
14671 }
14672
14673
14674 static PyObject *_wrap_BookCtrl_DeleteAllPages(PyObject *, PyObject *args, PyObject *kwargs) {
14675 PyObject *resultobj;
14676 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14677 bool result;
14678 PyObject * obj0 = 0 ;
14679 char *kwnames[] = {
14680 (char *) "self", NULL
14681 };
14682
14683 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_DeleteAllPages",kwnames,&obj0)) goto fail;
14684 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14685 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14686 {
14687 PyThreadState* __tstate = wxPyBeginAllowThreads();
14688 result = (bool)(arg1)->DeleteAllPages();
14689
14690 wxPyEndAllowThreads(__tstate);
14691 if (PyErr_Occurred()) SWIG_fail;
14692 }
14693 {
14694 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14695 }
14696 return resultobj;
14697 fail:
14698 return NULL;
14699 }
14700
14701
14702 static PyObject *_wrap_BookCtrl_AddPage(PyObject *, PyObject *args, PyObject *kwargs) {
14703 PyObject *resultobj;
14704 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14705 wxWindow *arg2 = (wxWindow *) 0 ;
14706 wxString *arg3 = 0 ;
14707 bool arg4 = (bool) false ;
14708 int arg5 = (int) -1 ;
14709 bool result;
14710 bool temp3 = false ;
14711 PyObject * obj0 = 0 ;
14712 PyObject * obj1 = 0 ;
14713 PyObject * obj2 = 0 ;
14714 PyObject * obj3 = 0 ;
14715 PyObject * obj4 = 0 ;
14716 char *kwnames[] = {
14717 (char *) "self",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14718 };
14719
14720 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:BookCtrl_AddPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
14721 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14722 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14723 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
14724 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14725 {
14726 arg3 = wxString_in_helper(obj2);
14727 if (arg3 == NULL) SWIG_fail;
14728 temp3 = true;
14729 }
14730 if (obj3) {
14731 arg4 = (bool)SWIG_As_bool(obj3);
14732 if (PyErr_Occurred()) SWIG_fail;
14733 }
14734 if (obj4) {
14735 arg5 = (int)SWIG_As_int(obj4);
14736 if (PyErr_Occurred()) SWIG_fail;
14737 }
14738 {
14739 PyThreadState* __tstate = wxPyBeginAllowThreads();
14740 result = (bool)(arg1)->AddPage(arg2,(wxString const &)*arg3,arg4,arg5);
14741
14742 wxPyEndAllowThreads(__tstate);
14743 if (PyErr_Occurred()) SWIG_fail;
14744 }
14745 {
14746 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14747 }
14748 {
14749 if (temp3)
14750 delete arg3;
14751 }
14752 return resultobj;
14753 fail:
14754 {
14755 if (temp3)
14756 delete arg3;
14757 }
14758 return NULL;
14759 }
14760
14761
14762 static PyObject *_wrap_BookCtrl_InsertPage(PyObject *, PyObject *args, PyObject *kwargs) {
14763 PyObject *resultobj;
14764 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14765 size_t arg2 ;
14766 wxWindow *arg3 = (wxWindow *) 0 ;
14767 wxString *arg4 = 0 ;
14768 bool arg5 = (bool) false ;
14769 int arg6 = (int) -1 ;
14770 bool result;
14771 bool temp4 = false ;
14772 PyObject * obj0 = 0 ;
14773 PyObject * obj1 = 0 ;
14774 PyObject * obj2 = 0 ;
14775 PyObject * obj3 = 0 ;
14776 PyObject * obj4 = 0 ;
14777 PyObject * obj5 = 0 ;
14778 char *kwnames[] = {
14779 (char *) "self",(char *) "n",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14780 };
14781
14782 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OO:BookCtrl_InsertPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
14783 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14784 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14785 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14786 if (PyErr_Occurred()) SWIG_fail;
14787 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
14788 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14789 {
14790 arg4 = wxString_in_helper(obj3);
14791 if (arg4 == NULL) SWIG_fail;
14792 temp4 = true;
14793 }
14794 if (obj4) {
14795 arg5 = (bool)SWIG_As_bool(obj4);
14796 if (PyErr_Occurred()) SWIG_fail;
14797 }
14798 if (obj5) {
14799 arg6 = (int)SWIG_As_int(obj5);
14800 if (PyErr_Occurred()) SWIG_fail;
14801 }
14802 {
14803 PyThreadState* __tstate = wxPyBeginAllowThreads();
14804 result = (bool)(arg1)->InsertPage(arg2,arg3,(wxString const &)*arg4,arg5,arg6);
14805
14806 wxPyEndAllowThreads(__tstate);
14807 if (PyErr_Occurred()) SWIG_fail;
14808 }
14809 {
14810 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14811 }
14812 {
14813 if (temp4)
14814 delete arg4;
14815 }
14816 return resultobj;
14817 fail:
14818 {
14819 if (temp4)
14820 delete arg4;
14821 }
14822 return NULL;
14823 }
14824
14825
14826 static PyObject *_wrap_BookCtrl_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
14827 PyObject *resultobj;
14828 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14829 size_t arg2 ;
14830 int result;
14831 PyObject * obj0 = 0 ;
14832 PyObject * obj1 = 0 ;
14833 char *kwnames[] = {
14834 (char *) "self",(char *) "n", NULL
14835 };
14836
14837 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetSelection",kwnames,&obj0,&obj1)) goto fail;
14838 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14839 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14840 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
14841 if (PyErr_Occurred()) SWIG_fail;
14842 {
14843 PyThreadState* __tstate = wxPyBeginAllowThreads();
14844 result = (int)(arg1)->SetSelection(arg2);
14845
14846 wxPyEndAllowThreads(__tstate);
14847 if (PyErr_Occurred()) SWIG_fail;
14848 }
14849 resultobj = SWIG_From_int((int)result);
14850 return resultobj;
14851 fail:
14852 return NULL;
14853 }
14854
14855
14856 static PyObject *_wrap_BookCtrl_AdvanceSelection(PyObject *, PyObject *args, PyObject *kwargs) {
14857 PyObject *resultobj;
14858 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14859 bool arg2 = (bool) true ;
14860 PyObject * obj0 = 0 ;
14861 PyObject * obj1 = 0 ;
14862 char *kwnames[] = {
14863 (char *) "self",(char *) "forward", NULL
14864 };
14865
14866 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:BookCtrl_AdvanceSelection",kwnames,&obj0,&obj1)) goto fail;
14867 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14868 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14869 if (obj1) {
14870 arg2 = (bool)SWIG_As_bool(obj1);
14871 if (PyErr_Occurred()) SWIG_fail;
14872 }
14873 {
14874 PyThreadState* __tstate = wxPyBeginAllowThreads();
14875 (arg1)->AdvanceSelection(arg2);
14876
14877 wxPyEndAllowThreads(__tstate);
14878 if (PyErr_Occurred()) SWIG_fail;
14879 }
14880 Py_INCREF(Py_None); resultobj = Py_None;
14881 return resultobj;
14882 fail:
14883 return NULL;
14884 }
14885
14886
14887 static PyObject *_wrap_BookCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
14888 PyObject *resultobj;
14889 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
14890 wxVisualAttributes result;
14891 PyObject * obj0 = 0 ;
14892 char *kwnames[] = {
14893 (char *) "variant", NULL
14894 };
14895
14896 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:BookCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
14897 if (obj0) {
14898 arg1 = (int)SWIG_As_int(obj0);
14899 if (PyErr_Occurred()) SWIG_fail;
14900 }
14901 {
14902 if (!wxPyCheckForApp()) SWIG_fail;
14903 PyThreadState* __tstate = wxPyBeginAllowThreads();
14904 result = wxBookCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
14905
14906 wxPyEndAllowThreads(__tstate);
14907 if (PyErr_Occurred()) SWIG_fail;
14908 }
14909 {
14910 wxVisualAttributes * resultptr;
14911 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
14912 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
14913 }
14914 return resultobj;
14915 fail:
14916 return NULL;
14917 }
14918
14919
14920 static PyObject * BookCtrl_swigregister(PyObject *, PyObject *args) {
14921 PyObject *obj;
14922 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14923 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrl, obj);
14924 Py_INCREF(obj);
14925 return Py_BuildValue((char *)"");
14926 }
14927 static PyObject *_wrap_new_BookCtrlEvent(PyObject *, PyObject *args, PyObject *kwargs) {
14928 PyObject *resultobj;
14929 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
14930 int arg2 = (int) 0 ;
14931 int arg3 = (int) -1 ;
14932 int arg4 = (int) -1 ;
14933 wxBookCtrlEvent *result;
14934 PyObject * obj0 = 0 ;
14935 PyObject * obj1 = 0 ;
14936 PyObject * obj2 = 0 ;
14937 PyObject * obj3 = 0 ;
14938 char *kwnames[] = {
14939 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
14940 };
14941
14942 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_BookCtrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
14943 if (obj0) {
14944 arg1 = (wxEventType)SWIG_As_int(obj0);
14945 if (PyErr_Occurred()) SWIG_fail;
14946 }
14947 if (obj1) {
14948 arg2 = (int)SWIG_As_int(obj1);
14949 if (PyErr_Occurred()) SWIG_fail;
14950 }
14951 if (obj2) {
14952 arg3 = (int)SWIG_As_int(obj2);
14953 if (PyErr_Occurred()) SWIG_fail;
14954 }
14955 if (obj3) {
14956 arg4 = (int)SWIG_As_int(obj3);
14957 if (PyErr_Occurred()) SWIG_fail;
14958 }
14959 {
14960 PyThreadState* __tstate = wxPyBeginAllowThreads();
14961 result = (wxBookCtrlEvent *)new wxBookCtrlEvent(arg1,arg2,arg3,arg4);
14962
14963 wxPyEndAllowThreads(__tstate);
14964 if (PyErr_Occurred()) SWIG_fail;
14965 }
14966 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrlEvent, 1);
14967 return resultobj;
14968 fail:
14969 return NULL;
14970 }
14971
14972
14973 static PyObject *_wrap_BookCtrlEvent_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
14974 PyObject *resultobj;
14975 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14976 int result;
14977 PyObject * obj0 = 0 ;
14978 char *kwnames[] = {
14979 (char *) "self", NULL
14980 };
14981
14982 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetSelection",kwnames,&obj0)) goto fail;
14983 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14984 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14985 {
14986 PyThreadState* __tstate = wxPyBeginAllowThreads();
14987 result = (int)((wxBookCtrlEvent const *)arg1)->GetSelection();
14988
14989 wxPyEndAllowThreads(__tstate);
14990 if (PyErr_Occurred()) SWIG_fail;
14991 }
14992 resultobj = SWIG_From_int((int)result);
14993 return resultobj;
14994 fail:
14995 return NULL;
14996 }
14997
14998
14999 static PyObject *_wrap_BookCtrlEvent_SetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
15000 PyObject *resultobj;
15001 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
15002 int arg2 ;
15003 PyObject * obj0 = 0 ;
15004 PyObject * obj1 = 0 ;
15005 char *kwnames[] = {
15006 (char *) "self",(char *) "nSel", NULL
15007 };
15008
15009 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetSelection",kwnames,&obj0,&obj1)) goto fail;
15010 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
15011 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15012 arg2 = (int)SWIG_As_int(obj1);
15013 if (PyErr_Occurred()) SWIG_fail;
15014 {
15015 PyThreadState* __tstate = wxPyBeginAllowThreads();
15016 (arg1)->SetSelection(arg2);
15017
15018 wxPyEndAllowThreads(__tstate);
15019 if (PyErr_Occurred()) SWIG_fail;
15020 }
15021 Py_INCREF(Py_None); resultobj = Py_None;
15022 return resultobj;
15023 fail:
15024 return NULL;
15025 }
15026
15027
15028 static PyObject *_wrap_BookCtrlEvent_GetOldSelection(PyObject *, PyObject *args, PyObject *kwargs) {
15029 PyObject *resultobj;
15030 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
15031 int result;
15032 PyObject * obj0 = 0 ;
15033 char *kwnames[] = {
15034 (char *) "self", NULL
15035 };
15036
15037 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetOldSelection",kwnames,&obj0)) goto fail;
15038 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
15039 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15040 {
15041 PyThreadState* __tstate = wxPyBeginAllowThreads();
15042 result = (int)((wxBookCtrlEvent const *)arg1)->GetOldSelection();
15043
15044 wxPyEndAllowThreads(__tstate);
15045 if (PyErr_Occurred()) SWIG_fail;
15046 }
15047 resultobj = SWIG_From_int((int)result);
15048 return resultobj;
15049 fail:
15050 return NULL;
15051 }
15052
15053
15054 static PyObject *_wrap_BookCtrlEvent_SetOldSelection(PyObject *, PyObject *args, PyObject *kwargs) {
15055 PyObject *resultobj;
15056 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
15057 int arg2 ;
15058 PyObject * obj0 = 0 ;
15059 PyObject * obj1 = 0 ;
15060 char *kwnames[] = {
15061 (char *) "self",(char *) "nOldSel", NULL
15062 };
15063
15064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetOldSelection",kwnames,&obj0,&obj1)) goto fail;
15065 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
15066 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15067 arg2 = (int)SWIG_As_int(obj1);
15068 if (PyErr_Occurred()) SWIG_fail;
15069 {
15070 PyThreadState* __tstate = wxPyBeginAllowThreads();
15071 (arg1)->SetOldSelection(arg2);
15072
15073 wxPyEndAllowThreads(__tstate);
15074 if (PyErr_Occurred()) SWIG_fail;
15075 }
15076 Py_INCREF(Py_None); resultobj = Py_None;
15077 return resultobj;
15078 fail:
15079 return NULL;
15080 }
15081
15082
15083 static PyObject * BookCtrlEvent_swigregister(PyObject *, PyObject *args) {
15084 PyObject *obj;
15085 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15086 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlEvent, obj);
15087 Py_INCREF(obj);
15088 return Py_BuildValue((char *)"");
15089 }
15090 static PyObject *_wrap_new_Notebook(PyObject *, PyObject *args, PyObject *kwargs) {
15091 PyObject *resultobj;
15092 wxWindow *arg1 = (wxWindow *) 0 ;
15093 int arg2 = (int) -1 ;
15094 wxPoint const &arg3_defvalue = wxDefaultPosition ;
15095 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
15096 wxSize const &arg4_defvalue = wxDefaultSize ;
15097 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
15098 long arg5 = (long) 0 ;
15099 wxString const &arg6_defvalue = wxPyNOTEBOOK_NAME ;
15100 wxString *arg6 = (wxString *) &arg6_defvalue ;
15101 wxNotebook *result;
15102 wxPoint temp3 ;
15103 wxSize temp4 ;
15104 bool temp6 = false ;
15105 PyObject * obj0 = 0 ;
15106 PyObject * obj1 = 0 ;
15107 PyObject * obj2 = 0 ;
15108 PyObject * obj3 = 0 ;
15109 PyObject * obj4 = 0 ;
15110 PyObject * obj5 = 0 ;
15111 char *kwnames[] = {
15112 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15113 };
15114
15115 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Notebook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
15116 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
15117 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15118 if (obj1) {
15119 arg2 = (int)SWIG_As_int(obj1);
15120 if (PyErr_Occurred()) SWIG_fail;
15121 }
15122 if (obj2) {
15123 {
15124 arg3 = &temp3;
15125 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
15126 }
15127 }
15128 if (obj3) {
15129 {
15130 arg4 = &temp4;
15131 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
15132 }
15133 }
15134 if (obj4) {
15135 arg5 = (long)SWIG_As_long(obj4);
15136 if (PyErr_Occurred()) SWIG_fail;
15137 }
15138 if (obj5) {
15139 {
15140 arg6 = wxString_in_helper(obj5);
15141 if (arg6 == NULL) SWIG_fail;
15142 temp6 = true;
15143 }
15144 }
15145 {
15146 if (!wxPyCheckForApp()) SWIG_fail;
15147 PyThreadState* __tstate = wxPyBeginAllowThreads();
15148 result = (wxNotebook *)new wxNotebook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
15149
15150 wxPyEndAllowThreads(__tstate);
15151 if (PyErr_Occurred()) SWIG_fail;
15152 }
15153 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebook, 1);
15154 {
15155 if (temp6)
15156 delete arg6;
15157 }
15158 return resultobj;
15159 fail:
15160 {
15161 if (temp6)
15162 delete arg6;
15163 }
15164 return NULL;
15165 }
15166
15167
15168 static PyObject *_wrap_new_PreNotebook(PyObject *, PyObject *args, PyObject *kwargs) {
15169 PyObject *resultobj;
15170 wxNotebook *result;
15171 char *kwnames[] = {
15172 NULL
15173 };
15174
15175 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreNotebook",kwnames)) goto fail;
15176 {
15177 if (!wxPyCheckForApp()) SWIG_fail;
15178 PyThreadState* __tstate = wxPyBeginAllowThreads();
15179 result = (wxNotebook *)new wxNotebook();
15180
15181 wxPyEndAllowThreads(__tstate);
15182 if (PyErr_Occurred()) SWIG_fail;
15183 }
15184 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebook, 1);
15185 return resultobj;
15186 fail:
15187 return NULL;
15188 }
15189
15190
15191 static PyObject *_wrap_Notebook_Create(PyObject *, PyObject *args, PyObject *kwargs) {
15192 PyObject *resultobj;
15193 wxNotebook *arg1 = (wxNotebook *) 0 ;
15194 wxWindow *arg2 = (wxWindow *) 0 ;
15195 int arg3 = (int) -1 ;
15196 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15197 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15198 wxSize const &arg5_defvalue = wxDefaultSize ;
15199 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15200 long arg6 = (long) 0 ;
15201 wxString const &arg7_defvalue = wxPyNOTEBOOK_NAME ;
15202 wxString *arg7 = (wxString *) &arg7_defvalue ;
15203 bool result;
15204 wxPoint temp4 ;
15205 wxSize temp5 ;
15206 bool temp7 = false ;
15207 PyObject * obj0 = 0 ;
15208 PyObject * obj1 = 0 ;
15209 PyObject * obj2 = 0 ;
15210 PyObject * obj3 = 0 ;
15211 PyObject * obj4 = 0 ;
15212 PyObject * obj5 = 0 ;
15213 PyObject * obj6 = 0 ;
15214 char *kwnames[] = {
15215 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15216 };
15217
15218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:Notebook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15219 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15220 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15221 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15222 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15223 if (obj2) {
15224 arg3 = (int)SWIG_As_int(obj2);
15225 if (PyErr_Occurred()) SWIG_fail;
15226 }
15227 if (obj3) {
15228 {
15229 arg4 = &temp4;
15230 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15231 }
15232 }
15233 if (obj4) {
15234 {
15235 arg5 = &temp5;
15236 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15237 }
15238 }
15239 if (obj5) {
15240 arg6 = (long)SWIG_As_long(obj5);
15241 if (PyErr_Occurred()) SWIG_fail;
15242 }
15243 if (obj6) {
15244 {
15245 arg7 = wxString_in_helper(obj6);
15246 if (arg7 == NULL) SWIG_fail;
15247 temp7 = true;
15248 }
15249 }
15250 {
15251 PyThreadState* __tstate = wxPyBeginAllowThreads();
15252 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15253
15254 wxPyEndAllowThreads(__tstate);
15255 if (PyErr_Occurred()) SWIG_fail;
15256 }
15257 {
15258 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15259 }
15260 {
15261 if (temp7)
15262 delete arg7;
15263 }
15264 return resultobj;
15265 fail:
15266 {
15267 if (temp7)
15268 delete arg7;
15269 }
15270 return NULL;
15271 }
15272
15273
15274 static PyObject *_wrap_Notebook_GetRowCount(PyObject *, PyObject *args, PyObject *kwargs) {
15275 PyObject *resultobj;
15276 wxNotebook *arg1 = (wxNotebook *) 0 ;
15277 int result;
15278 PyObject * obj0 = 0 ;
15279 char *kwnames[] = {
15280 (char *) "self", NULL
15281 };
15282
15283 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Notebook_GetRowCount",kwnames,&obj0)) goto fail;
15284 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15285 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15286 {
15287 PyThreadState* __tstate = wxPyBeginAllowThreads();
15288 result = (int)((wxNotebook const *)arg1)->GetRowCount();
15289
15290 wxPyEndAllowThreads(__tstate);
15291 if (PyErr_Occurred()) SWIG_fail;
15292 }
15293 resultobj = SWIG_From_int((int)result);
15294 return resultobj;
15295 fail:
15296 return NULL;
15297 }
15298
15299
15300 static PyObject *_wrap_Notebook_SetPadding(PyObject *, PyObject *args, PyObject *kwargs) {
15301 PyObject *resultobj;
15302 wxNotebook *arg1 = (wxNotebook *) 0 ;
15303 wxSize *arg2 = 0 ;
15304 wxSize temp2 ;
15305 PyObject * obj0 = 0 ;
15306 PyObject * obj1 = 0 ;
15307 char *kwnames[] = {
15308 (char *) "self",(char *) "padding", NULL
15309 };
15310
15311 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetPadding",kwnames,&obj0,&obj1)) goto fail;
15312 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15313 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15314 {
15315 arg2 = &temp2;
15316 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15317 }
15318 {
15319 PyThreadState* __tstate = wxPyBeginAllowThreads();
15320 (arg1)->SetPadding((wxSize const &)*arg2);
15321
15322 wxPyEndAllowThreads(__tstate);
15323 if (PyErr_Occurred()) SWIG_fail;
15324 }
15325 Py_INCREF(Py_None); resultobj = Py_None;
15326 return resultobj;
15327 fail:
15328 return NULL;
15329 }
15330
15331
15332 static PyObject *_wrap_Notebook_SetTabSize(PyObject *, PyObject *args, PyObject *kwargs) {
15333 PyObject *resultobj;
15334 wxNotebook *arg1 = (wxNotebook *) 0 ;
15335 wxSize *arg2 = 0 ;
15336 wxSize temp2 ;
15337 PyObject * obj0 = 0 ;
15338 PyObject * obj1 = 0 ;
15339 char *kwnames[] = {
15340 (char *) "self",(char *) "sz", NULL
15341 };
15342
15343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetTabSize",kwnames,&obj0,&obj1)) goto fail;
15344 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15345 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15346 {
15347 arg2 = &temp2;
15348 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15349 }
15350 {
15351 PyThreadState* __tstate = wxPyBeginAllowThreads();
15352 (arg1)->SetTabSize((wxSize const &)*arg2);
15353
15354 wxPyEndAllowThreads(__tstate);
15355 if (PyErr_Occurred()) SWIG_fail;
15356 }
15357 Py_INCREF(Py_None); resultobj = Py_None;
15358 return resultobj;
15359 fail:
15360 return NULL;
15361 }
15362
15363
15364 static PyObject *_wrap_Notebook_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
15365 PyObject *resultobj;
15366 wxNotebook *arg1 = (wxNotebook *) 0 ;
15367 wxPoint *arg2 = 0 ;
15368 long *arg3 = (long *) 0 ;
15369 int result;
15370 wxPoint temp2 ;
15371 long temp3 ;
15372 int res3 = 0 ;
15373 PyObject * obj0 = 0 ;
15374 PyObject * obj1 = 0 ;
15375 char *kwnames[] = {
15376 (char *) "self",(char *) "pt", NULL
15377 };
15378
15379 arg3 = &temp3; res3 = SWIG_NEWOBJ;
15380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_HitTest",kwnames,&obj0,&obj1)) goto fail;
15381 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15382 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15383 {
15384 arg2 = &temp2;
15385 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
15386 }
15387 {
15388 PyThreadState* __tstate = wxPyBeginAllowThreads();
15389 result = (int)((wxNotebook const *)arg1)->HitTest((wxPoint const &)*arg2,arg3);
15390
15391 wxPyEndAllowThreads(__tstate);
15392 if (PyErr_Occurred()) SWIG_fail;
15393 }
15394 resultobj = SWIG_From_int((int)result);
15395 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
15396 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0)));
15397 return resultobj;
15398 fail:
15399 return NULL;
15400 }
15401
15402
15403 static PyObject *_wrap_Notebook_CalcSizeFromPage(PyObject *, PyObject *args, PyObject *kwargs) {
15404 PyObject *resultobj;
15405 wxNotebook *arg1 = (wxNotebook *) 0 ;
15406 wxSize *arg2 = 0 ;
15407 wxSize result;
15408 wxSize temp2 ;
15409 PyObject * obj0 = 0 ;
15410 PyObject * obj1 = 0 ;
15411 char *kwnames[] = {
15412 (char *) "self",(char *) "sizePage", NULL
15413 };
15414
15415 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
15416 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15417 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15418 {
15419 arg2 = &temp2;
15420 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15421 }
15422 {
15423 PyThreadState* __tstate = wxPyBeginAllowThreads();
15424 result = ((wxNotebook const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
15425
15426 wxPyEndAllowThreads(__tstate);
15427 if (PyErr_Occurred()) SWIG_fail;
15428 }
15429 {
15430 wxSize * resultptr;
15431 resultptr = new wxSize((wxSize &) result);
15432 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15433 }
15434 return resultobj;
15435 fail:
15436 return NULL;
15437 }
15438
15439
15440 static PyObject *_wrap_Notebook_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
15441 PyObject *resultobj;
15442 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
15443 wxVisualAttributes result;
15444 PyObject * obj0 = 0 ;
15445 char *kwnames[] = {
15446 (char *) "variant", NULL
15447 };
15448
15449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Notebook_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
15450 if (obj0) {
15451 arg1 = (int)SWIG_As_int(obj0);
15452 if (PyErr_Occurred()) SWIG_fail;
15453 }
15454 {
15455 if (!wxPyCheckForApp()) SWIG_fail;
15456 PyThreadState* __tstate = wxPyBeginAllowThreads();
15457 result = wxNotebook::GetClassDefaultAttributes((wxWindowVariant )arg1);
15458
15459 wxPyEndAllowThreads(__tstate);
15460 if (PyErr_Occurred()) SWIG_fail;
15461 }
15462 {
15463 wxVisualAttributes * resultptr;
15464 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
15465 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
15466 }
15467 return resultobj;
15468 fail:
15469 return NULL;
15470 }
15471
15472
15473 static PyObject * Notebook_swigregister(PyObject *, PyObject *args) {
15474 PyObject *obj;
15475 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15476 SWIG_TypeClientData(SWIGTYPE_p_wxNotebook, obj);
15477 Py_INCREF(obj);
15478 return Py_BuildValue((char *)"");
15479 }
15480 static PyObject *_wrap_new_NotebookEvent(PyObject *, PyObject *args, PyObject *kwargs) {
15481 PyObject *resultobj;
15482 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
15483 int arg2 = (int) 0 ;
15484 int arg3 = (int) -1 ;
15485 int arg4 = (int) -1 ;
15486 wxNotebookEvent *result;
15487 PyObject * obj0 = 0 ;
15488 PyObject * obj1 = 0 ;
15489 PyObject * obj2 = 0 ;
15490 PyObject * obj3 = 0 ;
15491 char *kwnames[] = {
15492 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15493 };
15494
15495 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_NotebookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
15496 if (obj0) {
15497 arg1 = (wxEventType)SWIG_As_int(obj0);
15498 if (PyErr_Occurred()) SWIG_fail;
15499 }
15500 if (obj1) {
15501 arg2 = (int)SWIG_As_int(obj1);
15502 if (PyErr_Occurred()) SWIG_fail;
15503 }
15504 if (obj2) {
15505 arg3 = (int)SWIG_As_int(obj2);
15506 if (PyErr_Occurred()) SWIG_fail;
15507 }
15508 if (obj3) {
15509 arg4 = (int)SWIG_As_int(obj3);
15510 if (PyErr_Occurred()) SWIG_fail;
15511 }
15512 {
15513 PyThreadState* __tstate = wxPyBeginAllowThreads();
15514 result = (wxNotebookEvent *)new wxNotebookEvent(arg1,arg2,arg3,arg4);
15515
15516 wxPyEndAllowThreads(__tstate);
15517 if (PyErr_Occurred()) SWIG_fail;
15518 }
15519 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebookEvent, 1);
15520 return resultobj;
15521 fail:
15522 return NULL;
15523 }
15524
15525
15526 static PyObject * NotebookEvent_swigregister(PyObject *, PyObject *args) {
15527 PyObject *obj;
15528 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15529 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookEvent, obj);
15530 Py_INCREF(obj);
15531 return Py_BuildValue((char *)"");
15532 }
15533 static PyObject *_wrap_new_Listbook(PyObject *, PyObject *args, PyObject *kwargs) {
15534 PyObject *resultobj;
15535 wxWindow *arg1 = (wxWindow *) 0 ;
15536 int arg2 = (int) -1 ;
15537 wxPoint const &arg3_defvalue = wxDefaultPosition ;
15538 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
15539 wxSize const &arg4_defvalue = wxDefaultSize ;
15540 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
15541 long arg5 = (long) 0 ;
15542 wxString const &arg6_defvalue = wxPyEmptyString ;
15543 wxString *arg6 = (wxString *) &arg6_defvalue ;
15544 wxListbook *result;
15545 wxPoint temp3 ;
15546 wxSize temp4 ;
15547 bool temp6 = false ;
15548 PyObject * obj0 = 0 ;
15549 PyObject * obj1 = 0 ;
15550 PyObject * obj2 = 0 ;
15551 PyObject * obj3 = 0 ;
15552 PyObject * obj4 = 0 ;
15553 PyObject * obj5 = 0 ;
15554 char *kwnames[] = {
15555 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15556 };
15557
15558 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Listbook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
15559 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
15560 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15561 if (obj1) {
15562 arg2 = (int)SWIG_As_int(obj1);
15563 if (PyErr_Occurred()) SWIG_fail;
15564 }
15565 if (obj2) {
15566 {
15567 arg3 = &temp3;
15568 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
15569 }
15570 }
15571 if (obj3) {
15572 {
15573 arg4 = &temp4;
15574 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
15575 }
15576 }
15577 if (obj4) {
15578 arg5 = (long)SWIG_As_long(obj4);
15579 if (PyErr_Occurred()) SWIG_fail;
15580 }
15581 if (obj5) {
15582 {
15583 arg6 = wxString_in_helper(obj5);
15584 if (arg6 == NULL) SWIG_fail;
15585 temp6 = true;
15586 }
15587 }
15588 {
15589 if (!wxPyCheckForApp()) SWIG_fail;
15590 PyThreadState* __tstate = wxPyBeginAllowThreads();
15591 result = (wxListbook *)new wxListbook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
15592
15593 wxPyEndAllowThreads(__tstate);
15594 if (PyErr_Occurred()) SWIG_fail;
15595 }
15596 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbook, 1);
15597 {
15598 if (temp6)
15599 delete arg6;
15600 }
15601 return resultobj;
15602 fail:
15603 {
15604 if (temp6)
15605 delete arg6;
15606 }
15607 return NULL;
15608 }
15609
15610
15611 static PyObject *_wrap_new_PreListbook(PyObject *, PyObject *args, PyObject *kwargs) {
15612 PyObject *resultobj;
15613 wxListbook *result;
15614 char *kwnames[] = {
15615 NULL
15616 };
15617
15618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListbook",kwnames)) goto fail;
15619 {
15620 if (!wxPyCheckForApp()) SWIG_fail;
15621 PyThreadState* __tstate = wxPyBeginAllowThreads();
15622 result = (wxListbook *)new wxListbook();
15623
15624 wxPyEndAllowThreads(__tstate);
15625 if (PyErr_Occurred()) SWIG_fail;
15626 }
15627 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbook, 1);
15628 return resultobj;
15629 fail:
15630 return NULL;
15631 }
15632
15633
15634 static PyObject *_wrap_Listbook_Create(PyObject *, PyObject *args, PyObject *kwargs) {
15635 PyObject *resultobj;
15636 wxListbook *arg1 = (wxListbook *) 0 ;
15637 wxWindow *arg2 = (wxWindow *) 0 ;
15638 int arg3 = (int) -1 ;
15639 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15640 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15641 wxSize const &arg5_defvalue = wxDefaultSize ;
15642 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15643 long arg6 = (long) 0 ;
15644 wxString const &arg7_defvalue = wxPyEmptyString ;
15645 wxString *arg7 = (wxString *) &arg7_defvalue ;
15646 bool result;
15647 wxPoint temp4 ;
15648 wxSize temp5 ;
15649 bool temp7 = false ;
15650 PyObject * obj0 = 0 ;
15651 PyObject * obj1 = 0 ;
15652 PyObject * obj2 = 0 ;
15653 PyObject * obj3 = 0 ;
15654 PyObject * obj4 = 0 ;
15655 PyObject * obj5 = 0 ;
15656 PyObject * obj6 = 0 ;
15657 char *kwnames[] = {
15658 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15659 };
15660
15661 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:Listbook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15662 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15663 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15664 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15665 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15666 if (obj2) {
15667 arg3 = (int)SWIG_As_int(obj2);
15668 if (PyErr_Occurred()) SWIG_fail;
15669 }
15670 if (obj3) {
15671 {
15672 arg4 = &temp4;
15673 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15674 }
15675 }
15676 if (obj4) {
15677 {
15678 arg5 = &temp5;
15679 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15680 }
15681 }
15682 if (obj5) {
15683 arg6 = (long)SWIG_As_long(obj5);
15684 if (PyErr_Occurred()) SWIG_fail;
15685 }
15686 if (obj6) {
15687 {
15688 arg7 = wxString_in_helper(obj6);
15689 if (arg7 == NULL) SWIG_fail;
15690 temp7 = true;
15691 }
15692 }
15693 {
15694 PyThreadState* __tstate = wxPyBeginAllowThreads();
15695 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15696
15697 wxPyEndAllowThreads(__tstate);
15698 if (PyErr_Occurred()) SWIG_fail;
15699 }
15700 {
15701 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15702 }
15703 {
15704 if (temp7)
15705 delete arg7;
15706 }
15707 return resultobj;
15708 fail:
15709 {
15710 if (temp7)
15711 delete arg7;
15712 }
15713 return NULL;
15714 }
15715
15716
15717 static PyObject *_wrap_Listbook_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
15718 PyObject *resultobj;
15719 wxListbook *arg1 = (wxListbook *) 0 ;
15720 bool result;
15721 PyObject * obj0 = 0 ;
15722 char *kwnames[] = {
15723 (char *) "self", NULL
15724 };
15725
15726 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Listbook_IsVertical",kwnames,&obj0)) goto fail;
15727 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15728 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15729 {
15730 PyThreadState* __tstate = wxPyBeginAllowThreads();
15731 result = (bool)((wxListbook const *)arg1)->IsVertical();
15732
15733 wxPyEndAllowThreads(__tstate);
15734 if (PyErr_Occurred()) SWIG_fail;
15735 }
15736 {
15737 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15738 }
15739 return resultobj;
15740 fail:
15741 return NULL;
15742 }
15743
15744
15745 static PyObject *_wrap_Listbook_GetListView(PyObject *, PyObject *args, PyObject *kwargs) {
15746 PyObject *resultobj;
15747 wxListbook *arg1 = (wxListbook *) 0 ;
15748 wxListView *result;
15749 PyObject * obj0 = 0 ;
15750 char *kwnames[] = {
15751 (char *) "self", NULL
15752 };
15753
15754 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Listbook_GetListView",kwnames,&obj0)) goto fail;
15755 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15756 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15757 {
15758 PyThreadState* __tstate = wxPyBeginAllowThreads();
15759 result = (wxListView *)(arg1)->GetListView();
15760
15761 wxPyEndAllowThreads(__tstate);
15762 if (PyErr_Occurred()) SWIG_fail;
15763 }
15764 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 0);
15765 return resultobj;
15766 fail:
15767 return NULL;
15768 }
15769
15770
15771 static PyObject * Listbook_swigregister(PyObject *, PyObject *args) {
15772 PyObject *obj;
15773 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15774 SWIG_TypeClientData(SWIGTYPE_p_wxListbook, obj);
15775 Py_INCREF(obj);
15776 return Py_BuildValue((char *)"");
15777 }
15778 static PyObject *_wrap_new_ListbookEvent(PyObject *, PyObject *args, PyObject *kwargs) {
15779 PyObject *resultobj;
15780 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
15781 int arg2 = (int) 0 ;
15782 int arg3 = (int) -1 ;
15783 int arg4 = (int) -1 ;
15784 wxListbookEvent *result;
15785 PyObject * obj0 = 0 ;
15786 PyObject * obj1 = 0 ;
15787 PyObject * obj2 = 0 ;
15788 PyObject * obj3 = 0 ;
15789 char *kwnames[] = {
15790 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15791 };
15792
15793 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_ListbookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
15794 if (obj0) {
15795 arg1 = (wxEventType)SWIG_As_int(obj0);
15796 if (PyErr_Occurred()) SWIG_fail;
15797 }
15798 if (obj1) {
15799 arg2 = (int)SWIG_As_int(obj1);
15800 if (PyErr_Occurred()) SWIG_fail;
15801 }
15802 if (obj2) {
15803 arg3 = (int)SWIG_As_int(obj2);
15804 if (PyErr_Occurred()) SWIG_fail;
15805 }
15806 if (obj3) {
15807 arg4 = (int)SWIG_As_int(obj3);
15808 if (PyErr_Occurred()) SWIG_fail;
15809 }
15810 {
15811 PyThreadState* __tstate = wxPyBeginAllowThreads();
15812 result = (wxListbookEvent *)new wxListbookEvent(arg1,arg2,arg3,arg4);
15813
15814 wxPyEndAllowThreads(__tstate);
15815 if (PyErr_Occurred()) SWIG_fail;
15816 }
15817 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbookEvent, 1);
15818 return resultobj;
15819 fail:
15820 return NULL;
15821 }
15822
15823
15824 static PyObject * ListbookEvent_swigregister(PyObject *, PyObject *args) {
15825 PyObject *obj;
15826 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15827 SWIG_TypeClientData(SWIGTYPE_p_wxListbookEvent, obj);
15828 Py_INCREF(obj);
15829 return Py_BuildValue((char *)"");
15830 }
15831 static PyObject *_wrap_new_Choicebook(PyObject *, PyObject *args, PyObject *kwargs) {
15832 PyObject *resultobj;
15833 wxWindow *arg1 = (wxWindow *) 0 ;
15834 int arg2 ;
15835 wxPoint const &arg3_defvalue = wxDefaultPosition ;
15836 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
15837 wxSize const &arg4_defvalue = wxDefaultSize ;
15838 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
15839 long arg5 = (long) 0 ;
15840 wxString const &arg6_defvalue = wxPyEmptyString ;
15841 wxString *arg6 = (wxString *) &arg6_defvalue ;
15842 wxChoicebook *result;
15843 wxPoint temp3 ;
15844 wxSize temp4 ;
15845 bool temp6 = false ;
15846 PyObject * obj0 = 0 ;
15847 PyObject * obj1 = 0 ;
15848 PyObject * obj2 = 0 ;
15849 PyObject * obj3 = 0 ;
15850 PyObject * obj4 = 0 ;
15851 PyObject * obj5 = 0 ;
15852 char *kwnames[] = {
15853 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15854 };
15855
15856 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_Choicebook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
15857 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
15858 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15859 arg2 = (int)SWIG_As_int(obj1);
15860 if (PyErr_Occurred()) SWIG_fail;
15861 if (obj2) {
15862 {
15863 arg3 = &temp3;
15864 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
15865 }
15866 }
15867 if (obj3) {
15868 {
15869 arg4 = &temp4;
15870 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
15871 }
15872 }
15873 if (obj4) {
15874 arg5 = (long)SWIG_As_long(obj4);
15875 if (PyErr_Occurred()) SWIG_fail;
15876 }
15877 if (obj5) {
15878 {
15879 arg6 = wxString_in_helper(obj5);
15880 if (arg6 == NULL) SWIG_fail;
15881 temp6 = true;
15882 }
15883 }
15884 {
15885 if (!wxPyCheckForApp()) SWIG_fail;
15886 PyThreadState* __tstate = wxPyBeginAllowThreads();
15887 result = (wxChoicebook *)new wxChoicebook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
15888
15889 wxPyEndAllowThreads(__tstate);
15890 if (PyErr_Occurred()) SWIG_fail;
15891 }
15892 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoicebook, 1);
15893 {
15894 if (temp6)
15895 delete arg6;
15896 }
15897 return resultobj;
15898 fail:
15899 {
15900 if (temp6)
15901 delete arg6;
15902 }
15903 return NULL;
15904 }
15905
15906
15907 static PyObject *_wrap_new_PreChoicebook(PyObject *, PyObject *args, PyObject *kwargs) {
15908 PyObject *resultobj;
15909 wxChoicebook *result;
15910 char *kwnames[] = {
15911 NULL
15912 };
15913
15914 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreChoicebook",kwnames)) goto fail;
15915 {
15916 if (!wxPyCheckForApp()) SWIG_fail;
15917 PyThreadState* __tstate = wxPyBeginAllowThreads();
15918 result = (wxChoicebook *)new wxChoicebook();
15919
15920 wxPyEndAllowThreads(__tstate);
15921 if (PyErr_Occurred()) SWIG_fail;
15922 }
15923 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoicebook, 1);
15924 return resultobj;
15925 fail:
15926 return NULL;
15927 }
15928
15929
15930 static PyObject *_wrap_Choicebook_Create(PyObject *, PyObject *args, PyObject *kwargs) {
15931 PyObject *resultobj;
15932 wxChoicebook *arg1 = (wxChoicebook *) 0 ;
15933 wxWindow *arg2 = (wxWindow *) 0 ;
15934 int arg3 ;
15935 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15936 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15937 wxSize const &arg5_defvalue = wxDefaultSize ;
15938 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15939 long arg6 = (long) 0 ;
15940 wxString const &arg7_defvalue = wxPyEmptyString ;
15941 wxString *arg7 = (wxString *) &arg7_defvalue ;
15942 bool result;
15943 wxPoint temp4 ;
15944 wxSize temp5 ;
15945 bool temp7 = false ;
15946 PyObject * obj0 = 0 ;
15947 PyObject * obj1 = 0 ;
15948 PyObject * obj2 = 0 ;
15949 PyObject * obj3 = 0 ;
15950 PyObject * obj4 = 0 ;
15951 PyObject * obj5 = 0 ;
15952 PyObject * obj6 = 0 ;
15953 char *kwnames[] = {
15954 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15955 };
15956
15957 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:Choicebook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15958 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoicebook,
15959 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15960 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15961 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15962 arg3 = (int)SWIG_As_int(obj2);
15963 if (PyErr_Occurred()) SWIG_fail;
15964 if (obj3) {
15965 {
15966 arg4 = &temp4;
15967 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15968 }
15969 }
15970 if (obj4) {
15971 {
15972 arg5 = &temp5;
15973 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15974 }
15975 }
15976 if (obj5) {
15977 arg6 = (long)SWIG_As_long(obj5);
15978 if (PyErr_Occurred()) SWIG_fail;
15979 }
15980 if (obj6) {
15981 {
15982 arg7 = wxString_in_helper(obj6);
15983 if (arg7 == NULL) SWIG_fail;
15984 temp7 = true;
15985 }
15986 }
15987 {
15988 PyThreadState* __tstate = wxPyBeginAllowThreads();
15989 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15990
15991 wxPyEndAllowThreads(__tstate);
15992 if (PyErr_Occurred()) SWIG_fail;
15993 }
15994 {
15995 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15996 }
15997 {
15998 if (temp7)
15999 delete arg7;
16000 }
16001 return resultobj;
16002 fail:
16003 {
16004 if (temp7)
16005 delete arg7;
16006 }
16007 return NULL;
16008 }
16009
16010
16011 static PyObject *_wrap_Choicebook_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
16012 PyObject *resultobj;
16013 wxChoicebook *arg1 = (wxChoicebook *) 0 ;
16014 bool result;
16015 PyObject * obj0 = 0 ;
16016 char *kwnames[] = {
16017 (char *) "self", NULL
16018 };
16019
16020 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Choicebook_IsVertical",kwnames,&obj0)) goto fail;
16021 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoicebook,
16022 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16023 {
16024 PyThreadState* __tstate = wxPyBeginAllowThreads();
16025 result = (bool)((wxChoicebook const *)arg1)->IsVertical();
16026
16027 wxPyEndAllowThreads(__tstate);
16028 if (PyErr_Occurred()) SWIG_fail;
16029 }
16030 {
16031 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16032 }
16033 return resultobj;
16034 fail:
16035 return NULL;
16036 }
16037
16038
16039 static PyObject *_wrap_Choicebook_DeleteAllPages(PyObject *, PyObject *args, PyObject *kwargs) {
16040 PyObject *resultobj;
16041 wxChoicebook *arg1 = (wxChoicebook *) 0 ;
16042 bool result;
16043 PyObject * obj0 = 0 ;
16044 char *kwnames[] = {
16045 (char *) "self", NULL
16046 };
16047
16048 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Choicebook_DeleteAllPages",kwnames,&obj0)) goto fail;
16049 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoicebook,
16050 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16051 {
16052 PyThreadState* __tstate = wxPyBeginAllowThreads();
16053 result = (bool)(arg1)->DeleteAllPages();
16054
16055 wxPyEndAllowThreads(__tstate);
16056 if (PyErr_Occurred()) SWIG_fail;
16057 }
16058 {
16059 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16060 }
16061 return resultobj;
16062 fail:
16063 return NULL;
16064 }
16065
16066
16067 static PyObject * Choicebook_swigregister(PyObject *, PyObject *args) {
16068 PyObject *obj;
16069 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
16070 SWIG_TypeClientData(SWIGTYPE_p_wxChoicebook, obj);
16071 Py_INCREF(obj);
16072 return Py_BuildValue((char *)"");
16073 }
16074 static PyObject *_wrap_new_ChoicebookEvent(PyObject *, PyObject *args, PyObject *kwargs) {
16075 PyObject *resultobj;
16076 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
16077 int arg2 = (int) 0 ;
16078 int arg3 = (int) -1 ;
16079 int arg4 = (int) -1 ;
16080 wxChoicebookEvent *result;
16081 PyObject * obj0 = 0 ;
16082 PyObject * obj1 = 0 ;
16083 PyObject * obj2 = 0 ;
16084 PyObject * obj3 = 0 ;
16085 char *kwnames[] = {
16086 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
16087 };
16088
16089 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_ChoicebookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
16090 if (obj0) {
16091 arg1 = (wxEventType)SWIG_As_int(obj0);
16092 if (PyErr_Occurred()) SWIG_fail;
16093 }
16094 if (obj1) {
16095 arg2 = (int)SWIG_As_int(obj1);
16096 if (PyErr_Occurred()) SWIG_fail;
16097 }
16098 if (obj2) {
16099 arg3 = (int)SWIG_As_int(obj2);
16100 if (PyErr_Occurred()) SWIG_fail;
16101 }
16102 if (obj3) {
16103 arg4 = (int)SWIG_As_int(obj3);
16104 if (PyErr_Occurred()) SWIG_fail;
16105 }
16106 {
16107 PyThreadState* __tstate = wxPyBeginAllowThreads();
16108 result = (wxChoicebookEvent *)new wxChoicebookEvent(arg1,arg2,arg3,arg4);
16109
16110 wxPyEndAllowThreads(__tstate);
16111 if (PyErr_Occurred()) SWIG_fail;
16112 }
16113 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoicebookEvent, 1);
16114 return resultobj;
16115 fail:
16116 return NULL;
16117 }
16118
16119
16120 static PyObject * ChoicebookEvent_swigregister(PyObject *, PyObject *args) {
16121 PyObject *obj;
16122 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
16123 SWIG_TypeClientData(SWIGTYPE_p_wxChoicebookEvent, obj);
16124 Py_INCREF(obj);
16125 return Py_BuildValue((char *)"");
16126 }
16127 static PyObject *_wrap_new_BookCtrlSizer(PyObject *, PyObject *args, PyObject *kwargs) {
16128 PyObject *resultobj;
16129 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
16130 wxBookCtrlSizer *result;
16131 PyObject * obj0 = 0 ;
16132 char *kwnames[] = {
16133 (char *) "nb", NULL
16134 };
16135
16136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_BookCtrlSizer",kwnames,&obj0)) goto fail;
16137 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
16138 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16139 {
16140 PyThreadState* __tstate = wxPyBeginAllowThreads();
16141 result = (wxBookCtrlSizer *)new wxBookCtrlSizer(arg1);
16142
16143 wxPyEndAllowThreads(__tstate);
16144 if (PyErr_Occurred()) SWIG_fail;
16145 }
16146 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrlSizer, 1);
16147 return resultobj;
16148 fail:
16149 return NULL;
16150 }
16151
16152
16153 static PyObject *_wrap_BookCtrlSizer_RecalcSizes(PyObject *, PyObject *args, PyObject *kwargs) {
16154 PyObject *resultobj;
16155 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
16156 PyObject * obj0 = 0 ;
16157 char *kwnames[] = {
16158 (char *) "self", NULL
16159 };
16160
16161 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_RecalcSizes",kwnames,&obj0)) goto fail;
16162 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
16163 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16164 {
16165 PyThreadState* __tstate = wxPyBeginAllowThreads();
16166 (arg1)->RecalcSizes();
16167
16168 wxPyEndAllowThreads(__tstate);
16169 if (PyErr_Occurred()) SWIG_fail;
16170 }
16171 Py_INCREF(Py_None); resultobj = Py_None;
16172 return resultobj;
16173 fail:
16174 return NULL;
16175 }
16176
16177
16178 static PyObject *_wrap_BookCtrlSizer_CalcMin(PyObject *, PyObject *args, PyObject *kwargs) {
16179 PyObject *resultobj;
16180 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
16181 wxSize result;
16182 PyObject * obj0 = 0 ;
16183 char *kwnames[] = {
16184 (char *) "self", NULL
16185 };
16186
16187 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_CalcMin",kwnames,&obj0)) goto fail;
16188 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
16189 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16190 {
16191 PyThreadState* __tstate = wxPyBeginAllowThreads();
16192 result = (arg1)->CalcMin();
16193
16194 wxPyEndAllowThreads(__tstate);
16195 if (PyErr_Occurred()) SWIG_fail;
16196 }
16197 {
16198 wxSize * resultptr;
16199 resultptr = new wxSize((wxSize &) result);
16200 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
16201 }
16202 return resultobj;
16203 fail:
16204 return NULL;
16205 }
16206
16207
16208 static PyObject *_wrap_BookCtrlSizer_GetControl(PyObject *, PyObject *args, PyObject *kwargs) {
16209 PyObject *resultobj;
16210 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
16211 wxBookCtrl *result;
16212 PyObject * obj0 = 0 ;
16213 char *kwnames[] = {
16214 (char *) "self", NULL
16215 };
16216
16217 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_GetControl",kwnames,&obj0)) goto fail;
16218 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
16219 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16220 {
16221 PyThreadState* __tstate = wxPyBeginAllowThreads();
16222 result = (wxBookCtrl *)(arg1)->GetControl();
16223
16224 wxPyEndAllowThreads(__tstate);
16225 if (PyErr_Occurred()) SWIG_fail;
16226 }
16227 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrl, 0);
16228 return resultobj;
16229 fail:
16230 return NULL;
16231 }
16232
16233
16234 static PyObject * BookCtrlSizer_swigregister(PyObject *, PyObject *args) {
16235 PyObject *obj;
16236 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
16237 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlSizer, obj);
16238 Py_INCREF(obj);
16239 return Py_BuildValue((char *)"");
16240 }
16241 static PyObject *_wrap_new_NotebookSizer(PyObject *, PyObject *args, PyObject *kwargs) {
16242 PyObject *resultobj;
16243 wxNotebook *arg1 = (wxNotebook *) 0 ;
16244 wxNotebookSizer *result;
16245 PyObject * obj0 = 0 ;
16246 char *kwnames[] = {
16247 (char *) "nb", NULL
16248 };
16249
16250 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_NotebookSizer",kwnames,&obj0)) goto fail;
16251 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
16252 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16253 {
16254 PyThreadState* __tstate = wxPyBeginAllowThreads();
16255 result = (wxNotebookSizer *)new wxNotebookSizer(arg1);
16256
16257 wxPyEndAllowThreads(__tstate);
16258 if (PyErr_Occurred()) SWIG_fail;
16259 }
16260 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebookSizer, 1);
16261 return resultobj;
16262 fail:
16263 return NULL;
16264 }
16265
16266
16267 static PyObject *_wrap_NotebookSizer_RecalcSizes(PyObject *, PyObject *args, PyObject *kwargs) {
16268 PyObject *resultobj;
16269 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
16270 PyObject * obj0 = 0 ;
16271 char *kwnames[] = {
16272 (char *) "self", NULL
16273 };
16274
16275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_RecalcSizes",kwnames,&obj0)) goto fail;
16276 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
16277 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16278 {
16279 PyThreadState* __tstate = wxPyBeginAllowThreads();
16280 (arg1)->RecalcSizes();
16281
16282 wxPyEndAllowThreads(__tstate);
16283 if (PyErr_Occurred()) SWIG_fail;
16284 }
16285 Py_INCREF(Py_None); resultobj = Py_None;
16286 return resultobj;
16287 fail:
16288 return NULL;
16289 }
16290
16291
16292 static PyObject *_wrap_NotebookSizer_CalcMin(PyObject *, PyObject *args, PyObject *kwargs) {
16293 PyObject *resultobj;
16294 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
16295 wxSize result;
16296 PyObject * obj0 = 0 ;
16297 char *kwnames[] = {
16298 (char *) "self", NULL
16299 };
16300
16301 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_CalcMin",kwnames,&obj0)) goto fail;
16302 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
16303 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16304 {
16305 PyThreadState* __tstate = wxPyBeginAllowThreads();
16306 result = (arg1)->CalcMin();
16307
16308 wxPyEndAllowThreads(__tstate);
16309 if (PyErr_Occurred()) SWIG_fail;
16310 }
16311 {
16312 wxSize * resultptr;
16313 resultptr = new wxSize((wxSize &) result);
16314 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
16315 }
16316 return resultobj;
16317 fail:
16318 return NULL;
16319 }
16320
16321
16322 static PyObject *_wrap_NotebookSizer_GetNotebook(PyObject *, PyObject *args, PyObject *kwargs) {
16323 PyObject *resultobj;
16324 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
16325 wxNotebook *result;
16326 PyObject * obj0 = 0 ;
16327 char *kwnames[] = {
16328 (char *) "self", NULL
16329 };
16330
16331 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_GetNotebook",kwnames,&obj0)) goto fail;
16332 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
16333 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16334 {
16335 PyThreadState* __tstate = wxPyBeginAllowThreads();
16336 result = (wxNotebook *)(arg1)->GetNotebook();
16337
16338 wxPyEndAllowThreads(__tstate);
16339 if (PyErr_Occurred()) SWIG_fail;
16340 }
16341 {
16342 resultobj = wxPyMake_wxObject(result, 0);
16343 }
16344 return resultobj;
16345 fail:
16346 return NULL;
16347 }
16348
16349
16350 static PyObject * NotebookSizer_swigregister(PyObject *, PyObject *args) {
16351 PyObject *obj;
16352 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
16353 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookSizer, obj);
16354 Py_INCREF(obj);
16355 return Py_BuildValue((char *)"");
16356 }
16357 static PyObject *_wrap_ToolBarToolBase_GetId(PyObject *, PyObject *args, PyObject *kwargs) {
16358 PyObject *resultobj;
16359 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16360 int result;
16361 PyObject * obj0 = 0 ;
16362 char *kwnames[] = {
16363 (char *) "self", NULL
16364 };
16365
16366 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetId",kwnames,&obj0)) goto fail;
16367 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16368 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16369 {
16370 PyThreadState* __tstate = wxPyBeginAllowThreads();
16371 result = (int)(arg1)->GetId();
16372
16373 wxPyEndAllowThreads(__tstate);
16374 if (PyErr_Occurred()) SWIG_fail;
16375 }
16376 resultobj = SWIG_From_int((int)result);
16377 return resultobj;
16378 fail:
16379 return NULL;
16380 }
16381
16382
16383 static PyObject *_wrap_ToolBarToolBase_GetControl(PyObject *, PyObject *args, PyObject *kwargs) {
16384 PyObject *resultobj;
16385 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16386 wxControl *result;
16387 PyObject * obj0 = 0 ;
16388 char *kwnames[] = {
16389 (char *) "self", NULL
16390 };
16391
16392 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetControl",kwnames,&obj0)) goto fail;
16393 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16394 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16395 {
16396 PyThreadState* __tstate = wxPyBeginAllowThreads();
16397 result = (wxControl *)(arg1)->GetControl();
16398
16399 wxPyEndAllowThreads(__tstate);
16400 if (PyErr_Occurred()) SWIG_fail;
16401 }
16402 {
16403 resultobj = wxPyMake_wxObject(result, 0);
16404 }
16405 return resultobj;
16406 fail:
16407 return NULL;
16408 }
16409
16410
16411 static PyObject *_wrap_ToolBarToolBase_GetToolBar(PyObject *, PyObject *args, PyObject *kwargs) {
16412 PyObject *resultobj;
16413 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16414 wxToolBarBase *result;
16415 PyObject * obj0 = 0 ;
16416 char *kwnames[] = {
16417 (char *) "self", NULL
16418 };
16419
16420 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetToolBar",kwnames,&obj0)) goto fail;
16421 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16422 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16423 {
16424 PyThreadState* __tstate = wxPyBeginAllowThreads();
16425 result = (wxToolBarBase *)(arg1)->GetToolBar();
16426
16427 wxPyEndAllowThreads(__tstate);
16428 if (PyErr_Occurred()) SWIG_fail;
16429 }
16430 {
16431 resultobj = wxPyMake_wxObject(result, 0);
16432 }
16433 return resultobj;
16434 fail:
16435 return NULL;
16436 }
16437
16438
16439 static PyObject *_wrap_ToolBarToolBase_IsButton(PyObject *, PyObject *args, PyObject *kwargs) {
16440 PyObject *resultobj;
16441 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16442 int result;
16443 PyObject * obj0 = 0 ;
16444 char *kwnames[] = {
16445 (char *) "self", NULL
16446 };
16447
16448 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsButton",kwnames,&obj0)) goto fail;
16449 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16450 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16451 {
16452 PyThreadState* __tstate = wxPyBeginAllowThreads();
16453 result = (int)(arg1)->IsButton();
16454
16455 wxPyEndAllowThreads(__tstate);
16456 if (PyErr_Occurred()) SWIG_fail;
16457 }
16458 resultobj = SWIG_From_int((int)result);
16459 return resultobj;
16460 fail:
16461 return NULL;
16462 }
16463
16464
16465 static PyObject *_wrap_ToolBarToolBase_IsControl(PyObject *, PyObject *args, PyObject *kwargs) {
16466 PyObject *resultobj;
16467 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16468 int result;
16469 PyObject * obj0 = 0 ;
16470 char *kwnames[] = {
16471 (char *) "self", NULL
16472 };
16473
16474 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsControl",kwnames,&obj0)) goto fail;
16475 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16476 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16477 {
16478 PyThreadState* __tstate = wxPyBeginAllowThreads();
16479 result = (int)(arg1)->IsControl();
16480
16481 wxPyEndAllowThreads(__tstate);
16482 if (PyErr_Occurred()) SWIG_fail;
16483 }
16484 resultobj = SWIG_From_int((int)result);
16485 return resultobj;
16486 fail:
16487 return NULL;
16488 }
16489
16490
16491 static PyObject *_wrap_ToolBarToolBase_IsSeparator(PyObject *, PyObject *args, PyObject *kwargs) {
16492 PyObject *resultobj;
16493 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16494 int result;
16495 PyObject * obj0 = 0 ;
16496 char *kwnames[] = {
16497 (char *) "self", NULL
16498 };
16499
16500 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsSeparator",kwnames,&obj0)) goto fail;
16501 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16502 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16503 {
16504 PyThreadState* __tstate = wxPyBeginAllowThreads();
16505 result = (int)(arg1)->IsSeparator();
16506
16507 wxPyEndAllowThreads(__tstate);
16508 if (PyErr_Occurred()) SWIG_fail;
16509 }
16510 resultobj = SWIG_From_int((int)result);
16511 return resultobj;
16512 fail:
16513 return NULL;
16514 }
16515
16516
16517 static PyObject *_wrap_ToolBarToolBase_GetStyle(PyObject *, PyObject *args, PyObject *kwargs) {
16518 PyObject *resultobj;
16519 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16520 int result;
16521 PyObject * obj0 = 0 ;
16522 char *kwnames[] = {
16523 (char *) "self", NULL
16524 };
16525
16526 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetStyle",kwnames,&obj0)) goto fail;
16527 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16528 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16529 {
16530 PyThreadState* __tstate = wxPyBeginAllowThreads();
16531 result = (int)(arg1)->GetStyle();
16532
16533 wxPyEndAllowThreads(__tstate);
16534 if (PyErr_Occurred()) SWIG_fail;
16535 }
16536 resultobj = SWIG_From_int((int)result);
16537 return resultobj;
16538 fail:
16539 return NULL;
16540 }
16541
16542
16543 static PyObject *_wrap_ToolBarToolBase_GetKind(PyObject *, PyObject *args, PyObject *kwargs) {
16544 PyObject *resultobj;
16545 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16546 int result;
16547 PyObject * obj0 = 0 ;
16548 char *kwnames[] = {
16549 (char *) "self", NULL
16550 };
16551
16552 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetKind",kwnames,&obj0)) goto fail;
16553 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16554 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16555 {
16556 PyThreadState* __tstate = wxPyBeginAllowThreads();
16557 result = (int)(arg1)->GetKind();
16558
16559 wxPyEndAllowThreads(__tstate);
16560 if (PyErr_Occurred()) SWIG_fail;
16561 }
16562 resultobj = SWIG_From_int((int)result);
16563 return resultobj;
16564 fail:
16565 return NULL;
16566 }
16567
16568
16569 static PyObject *_wrap_ToolBarToolBase_IsEnabled(PyObject *, PyObject *args, PyObject *kwargs) {
16570 PyObject *resultobj;
16571 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16572 bool result;
16573 PyObject * obj0 = 0 ;
16574 char *kwnames[] = {
16575 (char *) "self", NULL
16576 };
16577
16578 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsEnabled",kwnames,&obj0)) goto fail;
16579 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16580 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16581 {
16582 PyThreadState* __tstate = wxPyBeginAllowThreads();
16583 result = (bool)(arg1)->IsEnabled();
16584
16585 wxPyEndAllowThreads(__tstate);
16586 if (PyErr_Occurred()) SWIG_fail;
16587 }
16588 {
16589 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16590 }
16591 return resultobj;
16592 fail:
16593 return NULL;
16594 }
16595
16596
16597 static PyObject *_wrap_ToolBarToolBase_IsToggled(PyObject *, PyObject *args, PyObject *kwargs) {
16598 PyObject *resultobj;
16599 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16600 bool result;
16601 PyObject * obj0 = 0 ;
16602 char *kwnames[] = {
16603 (char *) "self", NULL
16604 };
16605
16606 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsToggled",kwnames,&obj0)) goto fail;
16607 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16608 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16609 {
16610 PyThreadState* __tstate = wxPyBeginAllowThreads();
16611 result = (bool)(arg1)->IsToggled();
16612
16613 wxPyEndAllowThreads(__tstate);
16614 if (PyErr_Occurred()) SWIG_fail;
16615 }
16616 {
16617 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16618 }
16619 return resultobj;
16620 fail:
16621 return NULL;
16622 }
16623
16624
16625 static PyObject *_wrap_ToolBarToolBase_CanBeToggled(PyObject *, PyObject *args, PyObject *kwargs) {
16626 PyObject *resultobj;
16627 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16628 bool result;
16629 PyObject * obj0 = 0 ;
16630 char *kwnames[] = {
16631 (char *) "self", NULL
16632 };
16633
16634 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_CanBeToggled",kwnames,&obj0)) goto fail;
16635 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16636 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16637 {
16638 PyThreadState* __tstate = wxPyBeginAllowThreads();
16639 result = (bool)(arg1)->CanBeToggled();
16640
16641 wxPyEndAllowThreads(__tstate);
16642 if (PyErr_Occurred()) SWIG_fail;
16643 }
16644 {
16645 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16646 }
16647 return resultobj;
16648 fail:
16649 return NULL;
16650 }
16651
16652
16653 static PyObject *_wrap_ToolBarToolBase_GetNormalBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
16654 PyObject *resultobj;
16655 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16656 wxBitmap *result;
16657 PyObject * obj0 = 0 ;
16658 char *kwnames[] = {
16659 (char *) "self", NULL
16660 };
16661
16662 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetNormalBitmap",kwnames,&obj0)) goto fail;
16663 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16664 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16665 {
16666 PyThreadState* __tstate = wxPyBeginAllowThreads();
16667 {
16668 wxBitmap const &_result_ref = (arg1)->GetNormalBitmap();
16669 result = (wxBitmap *) &_result_ref;
16670 }
16671
16672 wxPyEndAllowThreads(__tstate);
16673 if (PyErr_Occurred()) SWIG_fail;
16674 }
16675 {
16676 wxBitmap* resultptr = new wxBitmap(*result);
16677 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16678 }
16679 return resultobj;
16680 fail:
16681 return NULL;
16682 }
16683
16684
16685 static PyObject *_wrap_ToolBarToolBase_GetDisabledBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
16686 PyObject *resultobj;
16687 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16688 wxBitmap *result;
16689 PyObject * obj0 = 0 ;
16690 char *kwnames[] = {
16691 (char *) "self", NULL
16692 };
16693
16694 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetDisabledBitmap",kwnames,&obj0)) goto fail;
16695 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16696 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16697 {
16698 PyThreadState* __tstate = wxPyBeginAllowThreads();
16699 {
16700 wxBitmap const &_result_ref = (arg1)->GetDisabledBitmap();
16701 result = (wxBitmap *) &_result_ref;
16702 }
16703
16704 wxPyEndAllowThreads(__tstate);
16705 if (PyErr_Occurred()) SWIG_fail;
16706 }
16707 {
16708 wxBitmap* resultptr = new wxBitmap(*result);
16709 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16710 }
16711 return resultobj;
16712 fail:
16713 return NULL;
16714 }
16715
16716
16717 static PyObject *_wrap_ToolBarToolBase_GetBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
16718 PyObject *resultobj;
16719 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16720 wxBitmap result;
16721 PyObject * obj0 = 0 ;
16722 char *kwnames[] = {
16723 (char *) "self", NULL
16724 };
16725
16726 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetBitmap",kwnames,&obj0)) goto fail;
16727 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16728 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16729 {
16730 PyThreadState* __tstate = wxPyBeginAllowThreads();
16731 result = (arg1)->GetBitmap();
16732
16733 wxPyEndAllowThreads(__tstate);
16734 if (PyErr_Occurred()) SWIG_fail;
16735 }
16736 {
16737 wxBitmap * resultptr;
16738 resultptr = new wxBitmap((wxBitmap &) result);
16739 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16740 }
16741 return resultobj;
16742 fail:
16743 return NULL;
16744 }
16745
16746
16747 static PyObject *_wrap_ToolBarToolBase_GetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
16748 PyObject *resultobj;
16749 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16750 wxString result;
16751 PyObject * obj0 = 0 ;
16752 char *kwnames[] = {
16753 (char *) "self", NULL
16754 };
16755
16756 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLabel",kwnames,&obj0)) goto fail;
16757 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16758 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16759 {
16760 PyThreadState* __tstate = wxPyBeginAllowThreads();
16761 result = (arg1)->GetLabel();
16762
16763 wxPyEndAllowThreads(__tstate);
16764 if (PyErr_Occurred()) SWIG_fail;
16765 }
16766 {
16767 #if wxUSE_UNICODE
16768 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16769 #else
16770 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16771 #endif
16772 }
16773 return resultobj;
16774 fail:
16775 return NULL;
16776 }
16777
16778
16779 static PyObject *_wrap_ToolBarToolBase_GetShortHelp(PyObject *, PyObject *args, PyObject *kwargs) {
16780 PyObject *resultobj;
16781 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16782 wxString result;
16783 PyObject * obj0 = 0 ;
16784 char *kwnames[] = {
16785 (char *) "self", NULL
16786 };
16787
16788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetShortHelp",kwnames,&obj0)) goto fail;
16789 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16790 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16791 {
16792 PyThreadState* __tstate = wxPyBeginAllowThreads();
16793 result = (arg1)->GetShortHelp();
16794
16795 wxPyEndAllowThreads(__tstate);
16796 if (PyErr_Occurred()) SWIG_fail;
16797 }
16798 {
16799 #if wxUSE_UNICODE
16800 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16801 #else
16802 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16803 #endif
16804 }
16805 return resultobj;
16806 fail:
16807 return NULL;
16808 }
16809
16810
16811 static PyObject *_wrap_ToolBarToolBase_GetLongHelp(PyObject *, PyObject *args, PyObject *kwargs) {
16812 PyObject *resultobj;
16813 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16814 wxString result;
16815 PyObject * obj0 = 0 ;
16816 char *kwnames[] = {
16817 (char *) "self", NULL
16818 };
16819
16820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLongHelp",kwnames,&obj0)) goto fail;
16821 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16823 {
16824 PyThreadState* __tstate = wxPyBeginAllowThreads();
16825 result = (arg1)->GetLongHelp();
16826
16827 wxPyEndAllowThreads(__tstate);
16828 if (PyErr_Occurred()) SWIG_fail;
16829 }
16830 {
16831 #if wxUSE_UNICODE
16832 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16833 #else
16834 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16835 #endif
16836 }
16837 return resultobj;
16838 fail:
16839 return NULL;
16840 }
16841
16842
16843 static PyObject *_wrap_ToolBarToolBase_Enable(PyObject *, PyObject *args, PyObject *kwargs) {
16844 PyObject *resultobj;
16845 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16846 bool arg2 ;
16847 bool result;
16848 PyObject * obj0 = 0 ;
16849 PyObject * obj1 = 0 ;
16850 char *kwnames[] = {
16851 (char *) "self",(char *) "enable", NULL
16852 };
16853
16854 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Enable",kwnames,&obj0,&obj1)) goto fail;
16855 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16856 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16857 arg2 = (bool)SWIG_As_bool(obj1);
16858 if (PyErr_Occurred()) SWIG_fail;
16859 {
16860 PyThreadState* __tstate = wxPyBeginAllowThreads();
16861 result = (bool)(arg1)->Enable(arg2);
16862
16863 wxPyEndAllowThreads(__tstate);
16864 if (PyErr_Occurred()) SWIG_fail;
16865 }
16866 {
16867 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16868 }
16869 return resultobj;
16870 fail:
16871 return NULL;
16872 }
16873
16874
16875 static PyObject *_wrap_ToolBarToolBase_Toggle(PyObject *, PyObject *args, PyObject *kwargs) {
16876 PyObject *resultobj;
16877 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16878 PyObject * obj0 = 0 ;
16879 char *kwnames[] = {
16880 (char *) "self", NULL
16881 };
16882
16883 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Toggle",kwnames,&obj0)) goto fail;
16884 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16885 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16886 {
16887 PyThreadState* __tstate = wxPyBeginAllowThreads();
16888 (arg1)->Toggle();
16889
16890 wxPyEndAllowThreads(__tstate);
16891 if (PyErr_Occurred()) SWIG_fail;
16892 }
16893 Py_INCREF(Py_None); resultobj = Py_None;
16894 return resultobj;
16895 fail:
16896 return NULL;
16897 }
16898
16899
16900 static PyObject *_wrap_ToolBarToolBase_SetToggle(PyObject *, PyObject *args, PyObject *kwargs) {
16901 PyObject *resultobj;
16902 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16903 bool arg2 ;
16904 bool result;
16905 PyObject * obj0 = 0 ;
16906 PyObject * obj1 = 0 ;
16907 char *kwnames[] = {
16908 (char *) "self",(char *) "toggle", NULL
16909 };
16910
16911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetToggle",kwnames,&obj0,&obj1)) goto fail;
16912 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16913 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16914 arg2 = (bool)SWIG_As_bool(obj1);
16915 if (PyErr_Occurred()) SWIG_fail;
16916 {
16917 PyThreadState* __tstate = wxPyBeginAllowThreads();
16918 result = (bool)(arg1)->SetToggle(arg2);
16919
16920 wxPyEndAllowThreads(__tstate);
16921 if (PyErr_Occurred()) SWIG_fail;
16922 }
16923 {
16924 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16925 }
16926 return resultobj;
16927 fail:
16928 return NULL;
16929 }
16930
16931
16932 static PyObject *_wrap_ToolBarToolBase_SetShortHelp(PyObject *, PyObject *args, PyObject *kwargs) {
16933 PyObject *resultobj;
16934 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16935 wxString *arg2 = 0 ;
16936 bool result;
16937 bool temp2 = false ;
16938 PyObject * obj0 = 0 ;
16939 PyObject * obj1 = 0 ;
16940 char *kwnames[] = {
16941 (char *) "self",(char *) "help", NULL
16942 };
16943
16944 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetShortHelp",kwnames,&obj0,&obj1)) goto fail;
16945 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16946 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16947 {
16948 arg2 = wxString_in_helper(obj1);
16949 if (arg2 == NULL) SWIG_fail;
16950 temp2 = true;
16951 }
16952 {
16953 PyThreadState* __tstate = wxPyBeginAllowThreads();
16954 result = (bool)(arg1)->SetShortHelp((wxString const &)*arg2);
16955
16956 wxPyEndAllowThreads(__tstate);
16957 if (PyErr_Occurred()) SWIG_fail;
16958 }
16959 {
16960 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16961 }
16962 {
16963 if (temp2)
16964 delete arg2;
16965 }
16966 return resultobj;
16967 fail:
16968 {
16969 if (temp2)
16970 delete arg2;
16971 }
16972 return NULL;
16973 }
16974
16975
16976 static PyObject *_wrap_ToolBarToolBase_SetLongHelp(PyObject *, PyObject *args, PyObject *kwargs) {
16977 PyObject *resultobj;
16978 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16979 wxString *arg2 = 0 ;
16980 bool result;
16981 bool temp2 = false ;
16982 PyObject * obj0 = 0 ;
16983 PyObject * obj1 = 0 ;
16984 char *kwnames[] = {
16985 (char *) "self",(char *) "help", NULL
16986 };
16987
16988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLongHelp",kwnames,&obj0,&obj1)) goto fail;
16989 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16990 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16991 {
16992 arg2 = wxString_in_helper(obj1);
16993 if (arg2 == NULL) SWIG_fail;
16994 temp2 = true;
16995 }
16996 {
16997 PyThreadState* __tstate = wxPyBeginAllowThreads();
16998 result = (bool)(arg1)->SetLongHelp((wxString const &)*arg2);
16999
17000 wxPyEndAllowThreads(__tstate);
17001 if (PyErr_Occurred()) SWIG_fail;
17002 }
17003 {
17004 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17005 }
17006 {
17007 if (temp2)
17008 delete arg2;
17009 }
17010 return resultobj;
17011 fail:
17012 {
17013 if (temp2)
17014 delete arg2;
17015 }
17016 return NULL;
17017 }
17018
17019
17020 static PyObject *_wrap_ToolBarToolBase_SetNormalBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
17021 PyObject *resultobj;
17022 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
17023 wxBitmap *arg2 = 0 ;
17024 PyObject * obj0 = 0 ;
17025 PyObject * obj1 = 0 ;
17026 char *kwnames[] = {
17027 (char *) "self",(char *) "bmp", NULL
17028 };
17029
17030 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetNormalBitmap",kwnames,&obj0,&obj1)) goto fail;
17031 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
17032 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17033 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
17034 SWIG_POINTER_EXCEPTION | 0)) == -1)
17035 SWIG_fail;
17036 if (arg2 == NULL) {
17037 PyErr_SetString(PyExc_TypeError,"null reference");
17038 SWIG_fail;
17039 }
17040 {
17041 PyThreadState* __tstate = wxPyBeginAllowThreads();
17042 (arg1)->SetNormalBitmap((wxBitmap const &)*arg2);
17043
17044 wxPyEndAllowThreads(__tstate);
17045 if (PyErr_Occurred()) SWIG_fail;
17046 }
17047 Py_INCREF(Py_None); resultobj = Py_None;
17048 return resultobj;
17049 fail:
17050 return NULL;
17051 }
17052
17053
17054 static PyObject *_wrap_ToolBarToolBase_SetDisabledBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
17055 PyObject *resultobj;
17056 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
17057 wxBitmap *arg2 = 0 ;
17058 PyObject * obj0 = 0 ;
17059 PyObject * obj1 = 0 ;
17060 char *kwnames[] = {
17061 (char *) "self",(char *) "bmp", NULL
17062 };
17063
17064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetDisabledBitmap",kwnames,&obj0,&obj1)) goto fail;
17065 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
17066 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17067 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
17068 SWIG_POINTER_EXCEPTION | 0)) == -1)
17069 SWIG_fail;
17070 if (arg2 == NULL) {
17071 PyErr_SetString(PyExc_TypeError,"null reference");
17072 SWIG_fail;
17073 }
17074 {
17075 PyThreadState* __tstate = wxPyBeginAllowThreads();
17076 (arg1)->SetDisabledBitmap((wxBitmap const &)*arg2);
17077
17078 wxPyEndAllowThreads(__tstate);
17079 if (PyErr_Occurred()) SWIG_fail;
17080 }
17081 Py_INCREF(Py_None); resultobj = Py_None;
17082 return resultobj;
17083 fail:
17084 return NULL;
17085 }
17086
17087
17088 static PyObject *_wrap_ToolBarToolBase_SetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
17089 PyObject *resultobj;
17090 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
17091 wxString *arg2 = 0 ;
17092 bool temp2 = false ;
17093 PyObject * obj0 = 0 ;
17094 PyObject * obj1 = 0 ;
17095 char *kwnames[] = {
17096 (char *) "self",(char *) "label", NULL
17097 };
17098
17099 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLabel",kwnames,&obj0,&obj1)) goto fail;
17100 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
17101 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17102 {
17103 arg2 = wxString_in_helper(obj1);
17104 if (arg2 == NULL) SWIG_fail;
17105 temp2 = true;
17106 }
17107 {
17108 PyThreadState* __tstate = wxPyBeginAllowThreads();
17109 (arg1)->SetLabel((wxString const &)*arg2);
17110
17111 wxPyEndAllowThreads(__tstate);
17112 if (PyErr_Occurred()) SWIG_fail;
17113 }
17114 Py_INCREF(Py_None); resultobj = Py_None;
17115 {
17116 if (temp2)
17117 delete arg2;
17118 }
17119 return resultobj;
17120 fail:
17121 {
17122 if (temp2)
17123 delete arg2;
17124 }
17125 return NULL;
17126 }
17127
17128
17129 static PyObject *_wrap_ToolBarToolBase_Detach(PyObject *, PyObject *args, PyObject *kwargs) {
17130 PyObject *resultobj;
17131 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
17132 PyObject * obj0 = 0 ;
17133 char *kwnames[] = {
17134 (char *) "self", NULL
17135 };
17136
17137 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Detach",kwnames,&obj0)) goto fail;
17138 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
17139 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17140 {
17141 PyThreadState* __tstate = wxPyBeginAllowThreads();
17142 (arg1)->Detach();
17143
17144 wxPyEndAllowThreads(__tstate);
17145 if (PyErr_Occurred()) SWIG_fail;
17146 }
17147 Py_INCREF(Py_None); resultobj = Py_None;
17148 return resultobj;
17149 fail:
17150 return NULL;
17151 }
17152
17153
17154 static PyObject *_wrap_ToolBarToolBase_Attach(PyObject *, PyObject *args, PyObject *kwargs) {
17155 PyObject *resultobj;
17156 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
17157 wxToolBarBase *arg2 = (wxToolBarBase *) 0 ;
17158 PyObject * obj0 = 0 ;
17159 PyObject * obj1 = 0 ;
17160 char *kwnames[] = {
17161 (char *) "self",(char *) "tbar", NULL
17162 };
17163
17164 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Attach",kwnames,&obj0,&obj1)) goto fail;
17165 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
17166 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17167 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxToolBarBase,
17168 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17169 {
17170 PyThreadState* __tstate = wxPyBeginAllowThreads();
17171 (arg1)->Attach(arg2);
17172
17173 wxPyEndAllowThreads(__tstate);
17174 if (PyErr_Occurred()) SWIG_fail;
17175 }
17176 Py_INCREF(Py_None); resultobj = Py_None;
17177 return resultobj;
17178 fail:
17179 return NULL;
17180 }
17181
17182
17183 static PyObject *_wrap_ToolBarToolBase_GetClientData(PyObject *, PyObject *args, PyObject *kwargs) {
17184 PyObject *resultobj;
17185 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
17186 PyObject *result;
17187 PyObject * obj0 = 0 ;
17188 char *kwnames[] = {
17189 (char *) "self", NULL
17190 };
17191
17192 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetClientData",kwnames,&obj0)) goto fail;
17193 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
17194 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17195 {
17196 PyThreadState* __tstate = wxPyBeginAllowThreads();
17197 result = (PyObject *)wxToolBarToolBase_GetClientData(arg1);
17198
17199 wxPyEndAllowThreads(__tstate);
17200 if (PyErr_Occurred()) SWIG_fail;
17201 }
17202 resultobj = result;
17203 return resultobj;
17204 fail:
17205 return NULL;
17206 }
17207
17208
17209 static PyObject *_wrap_ToolBarToolBase_SetClientData(PyObject *, PyObject *args, PyObject *kwargs) {
17210 PyObject *resultobj;
17211 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
17212 PyObject *arg2 = (PyObject *) 0 ;
17213 PyObject * obj0 = 0 ;
17214 PyObject * obj1 = 0 ;
17215 char *kwnames[] = {
17216 (char *) "self",(char *) "clientData", NULL
17217 };
17218
17219 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetClientData",kwnames,&obj0,&obj1)) goto fail;
17220 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
17221 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17222 arg2 = obj1;
17223 {
17224 PyThreadState* __tstate = wxPyBeginAllowThreads();
17225 wxToolBarToolBase_SetClientData(arg1,arg2);
17226
17227 wxPyEndAllowThreads(__tstate);
17228 if (PyErr_Occurred()) SWIG_fail;
17229 }
17230 Py_INCREF(Py_None); resultobj = Py_None;
17231 return resultobj;
17232 fail:
17233 return NULL;
17234 }
17235
17236
17237 static PyObject * ToolBarToolBase_swigregister(PyObject *, PyObject *args) {
17238 PyObject *obj;
17239 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
17240 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarToolBase, obj);
17241 Py_INCREF(obj);
17242 return Py_BuildValue((char *)"");
17243 }
17244 static PyObject *_wrap_ToolBarBase_DoAddTool(PyObject *, PyObject *args, PyObject *kwargs) {
17245 PyObject *resultobj;
17246 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17247 int arg2 ;
17248 wxString *arg3 = 0 ;
17249 wxBitmap *arg4 = 0 ;
17250 wxBitmap const &arg5_defvalue = wxNullBitmap ;
17251 wxBitmap *arg5 = (wxBitmap *) &arg5_defvalue ;
17252 int arg6 = (int) wxITEM_NORMAL ;
17253 wxString const &arg7_defvalue = wxPyEmptyString ;
17254 wxString *arg7 = (wxString *) &arg7_defvalue ;
17255 wxString const &arg8_defvalue = wxPyEmptyString ;
17256 wxString *arg8 = (wxString *) &arg8_defvalue ;
17257 PyObject *arg9 = (PyObject *) NULL ;
17258 wxToolBarToolBase *result;
17259 bool temp3 = false ;
17260 bool temp7 = false ;
17261 bool temp8 = false ;
17262 PyObject * obj0 = 0 ;
17263 PyObject * obj1 = 0 ;
17264 PyObject * obj2 = 0 ;
17265 PyObject * obj3 = 0 ;
17266 PyObject * obj4 = 0 ;
17267 PyObject * obj5 = 0 ;
17268 PyObject * obj6 = 0 ;
17269 PyObject * obj7 = 0 ;
17270 PyObject * obj8 = 0 ;
17271 char *kwnames[] = {
17272 (char *) "self",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
17273 };
17274
17275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:ToolBarBase_DoAddTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
17276 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17277 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17278 arg2 = (int)SWIG_As_int(obj1);
17279 if (PyErr_Occurred()) SWIG_fail;
17280 {
17281 arg3 = wxString_in_helper(obj2);
17282 if (arg3 == NULL) SWIG_fail;
17283 temp3 = true;
17284 }
17285 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
17286 SWIG_POINTER_EXCEPTION | 0)) == -1)
17287 SWIG_fail;
17288 if (arg4 == NULL) {
17289 PyErr_SetString(PyExc_TypeError,"null reference");
17290 SWIG_fail;
17291 }
17292 if (obj4) {
17293 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap,
17294 SWIG_POINTER_EXCEPTION | 0)) == -1)
17295 SWIG_fail;
17296 if (arg5 == NULL) {
17297 PyErr_SetString(PyExc_TypeError,"null reference");
17298 SWIG_fail;
17299 }
17300 }
17301 if (obj5) {
17302 arg6 = (int)SWIG_As_int(obj5);
17303 if (PyErr_Occurred()) SWIG_fail;
17304 }
17305 if (obj6) {
17306 {
17307 arg7 = wxString_in_helper(obj6);
17308 if (arg7 == NULL) SWIG_fail;
17309 temp7 = true;
17310 }
17311 }
17312 if (obj7) {
17313 {
17314 arg8 = wxString_in_helper(obj7);
17315 if (arg8 == NULL) SWIG_fail;
17316 temp8 = true;
17317 }
17318 }
17319 if (obj8) {
17320 arg9 = obj8;
17321 }
17322 {
17323 PyThreadState* __tstate = wxPyBeginAllowThreads();
17324 result = (wxToolBarToolBase *)wxToolBarBase_DoAddTool(arg1,arg2,(wxString const &)*arg3,(wxBitmap const &)*arg4,(wxBitmap const &)*arg5,(wxItemKind )arg6,(wxString const &)*arg7,(wxString const &)*arg8,arg9);
17325
17326 wxPyEndAllowThreads(__tstate);
17327 if (PyErr_Occurred()) SWIG_fail;
17328 }
17329 {
17330 resultobj = wxPyMake_wxObject(result, 0);
17331 }
17332 {
17333 if (temp3)
17334 delete arg3;
17335 }
17336 {
17337 if (temp7)
17338 delete arg7;
17339 }
17340 {
17341 if (temp8)
17342 delete arg8;
17343 }
17344 return resultobj;
17345 fail:
17346 {
17347 if (temp3)
17348 delete arg3;
17349 }
17350 {
17351 if (temp7)
17352 delete arg7;
17353 }
17354 {
17355 if (temp8)
17356 delete arg8;
17357 }
17358 return NULL;
17359 }
17360
17361
17362 static PyObject *_wrap_ToolBarBase_DoInsertTool(PyObject *, PyObject *args, PyObject *kwargs) {
17363 PyObject *resultobj;
17364 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17365 size_t arg2 ;
17366 int arg3 ;
17367 wxString *arg4 = 0 ;
17368 wxBitmap *arg5 = 0 ;
17369 wxBitmap const &arg6_defvalue = wxNullBitmap ;
17370 wxBitmap *arg6 = (wxBitmap *) &arg6_defvalue ;
17371 int arg7 = (int) wxITEM_NORMAL ;
17372 wxString const &arg8_defvalue = wxPyEmptyString ;
17373 wxString *arg8 = (wxString *) &arg8_defvalue ;
17374 wxString const &arg9_defvalue = wxPyEmptyString ;
17375 wxString *arg9 = (wxString *) &arg9_defvalue ;
17376 PyObject *arg10 = (PyObject *) NULL ;
17377 wxToolBarToolBase *result;
17378 bool temp4 = false ;
17379 bool temp8 = false ;
17380 bool temp9 = false ;
17381 PyObject * obj0 = 0 ;
17382 PyObject * obj1 = 0 ;
17383 PyObject * obj2 = 0 ;
17384 PyObject * obj3 = 0 ;
17385 PyObject * obj4 = 0 ;
17386 PyObject * obj5 = 0 ;
17387 PyObject * obj6 = 0 ;
17388 PyObject * obj7 = 0 ;
17389 PyObject * obj8 = 0 ;
17390 PyObject * obj9 = 0 ;
17391 char *kwnames[] = {
17392 (char *) "self",(char *) "pos",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
17393 };
17394
17395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOOOO:ToolBarBase_DoInsertTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
17396 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17397 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17398 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17399 if (PyErr_Occurred()) SWIG_fail;
17400 arg3 = (int)SWIG_As_int(obj2);
17401 if (PyErr_Occurred()) SWIG_fail;
17402 {
17403 arg4 = wxString_in_helper(obj3);
17404 if (arg4 == NULL) SWIG_fail;
17405 temp4 = true;
17406 }
17407 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap,
17408 SWIG_POINTER_EXCEPTION | 0)) == -1)
17409 SWIG_fail;
17410 if (arg5 == NULL) {
17411 PyErr_SetString(PyExc_TypeError,"null reference");
17412 SWIG_fail;
17413 }
17414 if (obj5) {
17415 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxBitmap,
17416 SWIG_POINTER_EXCEPTION | 0)) == -1)
17417 SWIG_fail;
17418 if (arg6 == NULL) {
17419 PyErr_SetString(PyExc_TypeError,"null reference");
17420 SWIG_fail;
17421 }
17422 }
17423 if (obj6) {
17424 arg7 = (int)SWIG_As_int(obj6);
17425 if (PyErr_Occurred()) SWIG_fail;
17426 }
17427 if (obj7) {
17428 {
17429 arg8 = wxString_in_helper(obj7);
17430 if (arg8 == NULL) SWIG_fail;
17431 temp8 = true;
17432 }
17433 }
17434 if (obj8) {
17435 {
17436 arg9 = wxString_in_helper(obj8);
17437 if (arg9 == NULL) SWIG_fail;
17438 temp9 = true;
17439 }
17440 }
17441 if (obj9) {
17442 arg10 = obj9;
17443 }
17444 {
17445 PyThreadState* __tstate = wxPyBeginAllowThreads();
17446 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);
17447
17448 wxPyEndAllowThreads(__tstate);
17449 if (PyErr_Occurred()) SWIG_fail;
17450 }
17451 {
17452 resultobj = wxPyMake_wxObject(result, 0);
17453 }
17454 {
17455 if (temp4)
17456 delete arg4;
17457 }
17458 {
17459 if (temp8)
17460 delete arg8;
17461 }
17462 {
17463 if (temp9)
17464 delete arg9;
17465 }
17466 return resultobj;
17467 fail:
17468 {
17469 if (temp4)
17470 delete arg4;
17471 }
17472 {
17473 if (temp8)
17474 delete arg8;
17475 }
17476 {
17477 if (temp9)
17478 delete arg9;
17479 }
17480 return NULL;
17481 }
17482
17483
17484 static PyObject *_wrap_ToolBarBase_AddToolItem(PyObject *, PyObject *args, PyObject *kwargs) {
17485 PyObject *resultobj;
17486 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17487 wxToolBarToolBase *arg2 = (wxToolBarToolBase *) 0 ;
17488 wxToolBarToolBase *result;
17489 PyObject * obj0 = 0 ;
17490 PyObject * obj1 = 0 ;
17491 char *kwnames[] = {
17492 (char *) "self",(char *) "tool", NULL
17493 };
17494
17495 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddToolItem",kwnames,&obj0,&obj1)) goto fail;
17496 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17497 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17498 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxToolBarToolBase,
17499 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17500 {
17501 PyThreadState* __tstate = wxPyBeginAllowThreads();
17502 result = (wxToolBarToolBase *)(arg1)->AddTool(arg2);
17503
17504 wxPyEndAllowThreads(__tstate);
17505 if (PyErr_Occurred()) SWIG_fail;
17506 }
17507 {
17508 resultobj = wxPyMake_wxObject(result, 0);
17509 }
17510 return resultobj;
17511 fail:
17512 return NULL;
17513 }
17514
17515
17516 static PyObject *_wrap_ToolBarBase_InsertToolItem(PyObject *, PyObject *args, PyObject *kwargs) {
17517 PyObject *resultobj;
17518 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17519 size_t arg2 ;
17520 wxToolBarToolBase *arg3 = (wxToolBarToolBase *) 0 ;
17521 wxToolBarToolBase *result;
17522 PyObject * obj0 = 0 ;
17523 PyObject * obj1 = 0 ;
17524 PyObject * obj2 = 0 ;
17525 char *kwnames[] = {
17526 (char *) "self",(char *) "pos",(char *) "tool", NULL
17527 };
17528
17529 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertToolItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
17530 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17531 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17532 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17533 if (PyErr_Occurred()) SWIG_fail;
17534 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxToolBarToolBase,
17535 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17536 {
17537 PyThreadState* __tstate = wxPyBeginAllowThreads();
17538 result = (wxToolBarToolBase *)(arg1)->InsertTool(arg2,arg3);
17539
17540 wxPyEndAllowThreads(__tstate);
17541 if (PyErr_Occurred()) SWIG_fail;
17542 }
17543 {
17544 resultobj = wxPyMake_wxObject(result, 0);
17545 }
17546 return resultobj;
17547 fail:
17548 return NULL;
17549 }
17550
17551
17552 static PyObject *_wrap_ToolBarBase_AddControl(PyObject *, PyObject *args, PyObject *kwargs) {
17553 PyObject *resultobj;
17554 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17555 wxControl *arg2 = (wxControl *) 0 ;
17556 wxToolBarToolBase *result;
17557 PyObject * obj0 = 0 ;
17558 PyObject * obj1 = 0 ;
17559 char *kwnames[] = {
17560 (char *) "self",(char *) "control", NULL
17561 };
17562
17563 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddControl",kwnames,&obj0,&obj1)) goto fail;
17564 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17565 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17566 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxControl,
17567 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17568 {
17569 PyThreadState* __tstate = wxPyBeginAllowThreads();
17570 result = (wxToolBarToolBase *)(arg1)->AddControl(arg2);
17571
17572 wxPyEndAllowThreads(__tstate);
17573 if (PyErr_Occurred()) SWIG_fail;
17574 }
17575 {
17576 resultobj = wxPyMake_wxObject(result, 0);
17577 }
17578 return resultobj;
17579 fail:
17580 return NULL;
17581 }
17582
17583
17584 static PyObject *_wrap_ToolBarBase_InsertControl(PyObject *, PyObject *args, PyObject *kwargs) {
17585 PyObject *resultobj;
17586 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17587 size_t arg2 ;
17588 wxControl *arg3 = (wxControl *) 0 ;
17589 wxToolBarToolBase *result;
17590 PyObject * obj0 = 0 ;
17591 PyObject * obj1 = 0 ;
17592 PyObject * obj2 = 0 ;
17593 char *kwnames[] = {
17594 (char *) "self",(char *) "pos",(char *) "control", NULL
17595 };
17596
17597 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertControl",kwnames,&obj0,&obj1,&obj2)) goto fail;
17598 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17599 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17600 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17601 if (PyErr_Occurred()) SWIG_fail;
17602 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxControl,
17603 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17604 {
17605 PyThreadState* __tstate = wxPyBeginAllowThreads();
17606 result = (wxToolBarToolBase *)(arg1)->InsertControl(arg2,arg3);
17607
17608 wxPyEndAllowThreads(__tstate);
17609 if (PyErr_Occurred()) SWIG_fail;
17610 }
17611 {
17612 resultobj = wxPyMake_wxObject(result, 0);
17613 }
17614 return resultobj;
17615 fail:
17616 return NULL;
17617 }
17618
17619
17620 static PyObject *_wrap_ToolBarBase_FindControl(PyObject *, PyObject *args, PyObject *kwargs) {
17621 PyObject *resultobj;
17622 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17623 int arg2 ;
17624 wxControl *result;
17625 PyObject * obj0 = 0 ;
17626 PyObject * obj1 = 0 ;
17627 char *kwnames[] = {
17628 (char *) "self",(char *) "id", NULL
17629 };
17630
17631 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindControl",kwnames,&obj0,&obj1)) goto fail;
17632 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17633 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17634 arg2 = (int)SWIG_As_int(obj1);
17635 if (PyErr_Occurred()) SWIG_fail;
17636 {
17637 PyThreadState* __tstate = wxPyBeginAllowThreads();
17638 result = (wxControl *)(arg1)->FindControl(arg2);
17639
17640 wxPyEndAllowThreads(__tstate);
17641 if (PyErr_Occurred()) SWIG_fail;
17642 }
17643 {
17644 resultobj = wxPyMake_wxObject(result, 0);
17645 }
17646 return resultobj;
17647 fail:
17648 return NULL;
17649 }
17650
17651
17652 static PyObject *_wrap_ToolBarBase_AddSeparator(PyObject *, PyObject *args, PyObject *kwargs) {
17653 PyObject *resultobj;
17654 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17655 wxToolBarToolBase *result;
17656 PyObject * obj0 = 0 ;
17657 char *kwnames[] = {
17658 (char *) "self", NULL
17659 };
17660
17661 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_AddSeparator",kwnames,&obj0)) goto fail;
17662 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17663 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17664 {
17665 PyThreadState* __tstate = wxPyBeginAllowThreads();
17666 result = (wxToolBarToolBase *)(arg1)->AddSeparator();
17667
17668 wxPyEndAllowThreads(__tstate);
17669 if (PyErr_Occurred()) SWIG_fail;
17670 }
17671 {
17672 resultobj = wxPyMake_wxObject(result, 0);
17673 }
17674 return resultobj;
17675 fail:
17676 return NULL;
17677 }
17678
17679
17680 static PyObject *_wrap_ToolBarBase_InsertSeparator(PyObject *, PyObject *args, PyObject *kwargs) {
17681 PyObject *resultobj;
17682 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17683 size_t arg2 ;
17684 wxToolBarToolBase *result;
17685 PyObject * obj0 = 0 ;
17686 PyObject * obj1 = 0 ;
17687 char *kwnames[] = {
17688 (char *) "self",(char *) "pos", NULL
17689 };
17690
17691 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_InsertSeparator",kwnames,&obj0,&obj1)) goto fail;
17692 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17693 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17694 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17695 if (PyErr_Occurred()) SWIG_fail;
17696 {
17697 PyThreadState* __tstate = wxPyBeginAllowThreads();
17698 result = (wxToolBarToolBase *)(arg1)->InsertSeparator(arg2);
17699
17700 wxPyEndAllowThreads(__tstate);
17701 if (PyErr_Occurred()) SWIG_fail;
17702 }
17703 {
17704 resultobj = wxPyMake_wxObject(result, 0);
17705 }
17706 return resultobj;
17707 fail:
17708 return NULL;
17709 }
17710
17711
17712 static PyObject *_wrap_ToolBarBase_RemoveTool(PyObject *, PyObject *args, PyObject *kwargs) {
17713 PyObject *resultobj;
17714 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17715 int arg2 ;
17716 wxToolBarToolBase *result;
17717 PyObject * obj0 = 0 ;
17718 PyObject * obj1 = 0 ;
17719 char *kwnames[] = {
17720 (char *) "self",(char *) "id", NULL
17721 };
17722
17723 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_RemoveTool",kwnames,&obj0,&obj1)) goto fail;
17724 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17725 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17726 arg2 = (int)SWIG_As_int(obj1);
17727 if (PyErr_Occurred()) SWIG_fail;
17728 {
17729 PyThreadState* __tstate = wxPyBeginAllowThreads();
17730 result = (wxToolBarToolBase *)(arg1)->RemoveTool(arg2);
17731
17732 wxPyEndAllowThreads(__tstate);
17733 if (PyErr_Occurred()) SWIG_fail;
17734 }
17735 {
17736 resultobj = wxPyMake_wxObject(result, 0);
17737 }
17738 return resultobj;
17739 fail:
17740 return NULL;
17741 }
17742
17743
17744 static PyObject *_wrap_ToolBarBase_DeleteToolByPos(PyObject *, PyObject *args, PyObject *kwargs) {
17745 PyObject *resultobj;
17746 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17747 size_t arg2 ;
17748 bool result;
17749 PyObject * obj0 = 0 ;
17750 PyObject * obj1 = 0 ;
17751 char *kwnames[] = {
17752 (char *) "self",(char *) "pos", NULL
17753 };
17754
17755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteToolByPos",kwnames,&obj0,&obj1)) goto fail;
17756 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17757 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17758 arg2 = (size_t)SWIG_As_unsigned_SS_long(obj1);
17759 if (PyErr_Occurred()) SWIG_fail;
17760 {
17761 PyThreadState* __tstate = wxPyBeginAllowThreads();
17762 result = (bool)(arg1)->DeleteToolByPos(arg2);
17763
17764 wxPyEndAllowThreads(__tstate);
17765 if (PyErr_Occurred()) SWIG_fail;
17766 }
17767 {
17768 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17769 }
17770 return resultobj;
17771 fail:
17772 return NULL;
17773 }
17774
17775
17776 static PyObject *_wrap_ToolBarBase_DeleteTool(PyObject *, PyObject *args, PyObject *kwargs) {
17777 PyObject *resultobj;
17778 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17779 int arg2 ;
17780 bool result;
17781 PyObject * obj0 = 0 ;
17782 PyObject * obj1 = 0 ;
17783 char *kwnames[] = {
17784 (char *) "self",(char *) "id", NULL
17785 };
17786
17787 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteTool",kwnames,&obj0,&obj1)) goto fail;
17788 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17789 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17790 arg2 = (int)SWIG_As_int(obj1);
17791 if (PyErr_Occurred()) SWIG_fail;
17792 {
17793 PyThreadState* __tstate = wxPyBeginAllowThreads();
17794 result = (bool)(arg1)->DeleteTool(arg2);
17795
17796 wxPyEndAllowThreads(__tstate);
17797 if (PyErr_Occurred()) SWIG_fail;
17798 }
17799 {
17800 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17801 }
17802 return resultobj;
17803 fail:
17804 return NULL;
17805 }
17806
17807
17808 static PyObject *_wrap_ToolBarBase_ClearTools(PyObject *, PyObject *args, PyObject *kwargs) {
17809 PyObject *resultobj;
17810 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17811 PyObject * obj0 = 0 ;
17812 char *kwnames[] = {
17813 (char *) "self", NULL
17814 };
17815
17816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_ClearTools",kwnames,&obj0)) goto fail;
17817 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17818 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17819 {
17820 PyThreadState* __tstate = wxPyBeginAllowThreads();
17821 (arg1)->ClearTools();
17822
17823 wxPyEndAllowThreads(__tstate);
17824 if (PyErr_Occurred()) SWIG_fail;
17825 }
17826 Py_INCREF(Py_None); resultobj = Py_None;
17827 return resultobj;
17828 fail:
17829 return NULL;
17830 }
17831
17832
17833 static PyObject *_wrap_ToolBarBase_Realize(PyObject *, PyObject *args, PyObject *kwargs) {
17834 PyObject *resultobj;
17835 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17836 bool result;
17837 PyObject * obj0 = 0 ;
17838 char *kwnames[] = {
17839 (char *) "self", NULL
17840 };
17841
17842 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_Realize",kwnames,&obj0)) goto fail;
17843 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17844 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17845 {
17846 PyThreadState* __tstate = wxPyBeginAllowThreads();
17847 result = (bool)(arg1)->Realize();
17848
17849 wxPyEndAllowThreads(__tstate);
17850 if (PyErr_Occurred()) SWIG_fail;
17851 }
17852 {
17853 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17854 }
17855 return resultobj;
17856 fail:
17857 return NULL;
17858 }
17859
17860
17861 static PyObject *_wrap_ToolBarBase_EnableTool(PyObject *, PyObject *args, PyObject *kwargs) {
17862 PyObject *resultobj;
17863 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17864 int arg2 ;
17865 bool arg3 ;
17866 PyObject * obj0 = 0 ;
17867 PyObject * obj1 = 0 ;
17868 PyObject * obj2 = 0 ;
17869 char *kwnames[] = {
17870 (char *) "self",(char *) "id",(char *) "enable", NULL
17871 };
17872
17873 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_EnableTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
17874 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17875 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17876 arg2 = (int)SWIG_As_int(obj1);
17877 if (PyErr_Occurred()) SWIG_fail;
17878 arg3 = (bool)SWIG_As_bool(obj2);
17879 if (PyErr_Occurred()) SWIG_fail;
17880 {
17881 PyThreadState* __tstate = wxPyBeginAllowThreads();
17882 (arg1)->EnableTool(arg2,arg3);
17883
17884 wxPyEndAllowThreads(__tstate);
17885 if (PyErr_Occurred()) SWIG_fail;
17886 }
17887 Py_INCREF(Py_None); resultobj = Py_None;
17888 return resultobj;
17889 fail:
17890 return NULL;
17891 }
17892
17893
17894 static PyObject *_wrap_ToolBarBase_ToggleTool(PyObject *, PyObject *args, PyObject *kwargs) {
17895 PyObject *resultobj;
17896 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17897 int arg2 ;
17898 bool arg3 ;
17899 PyObject * obj0 = 0 ;
17900 PyObject * obj1 = 0 ;
17901 PyObject * obj2 = 0 ;
17902 char *kwnames[] = {
17903 (char *) "self",(char *) "id",(char *) "toggle", NULL
17904 };
17905
17906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_ToggleTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
17907 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17908 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17909 arg2 = (int)SWIG_As_int(obj1);
17910 if (PyErr_Occurred()) SWIG_fail;
17911 arg3 = (bool)SWIG_As_bool(obj2);
17912 if (PyErr_Occurred()) SWIG_fail;
17913 {
17914 PyThreadState* __tstate = wxPyBeginAllowThreads();
17915 (arg1)->ToggleTool(arg2,arg3);
17916
17917 wxPyEndAllowThreads(__tstate);
17918 if (PyErr_Occurred()) SWIG_fail;
17919 }
17920 Py_INCREF(Py_None); resultobj = Py_None;
17921 return resultobj;
17922 fail:
17923 return NULL;
17924 }
17925
17926
17927 static PyObject *_wrap_ToolBarBase_SetToggle(PyObject *, PyObject *args, PyObject *kwargs) {
17928 PyObject *resultobj;
17929 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17930 int arg2 ;
17931 bool arg3 ;
17932 PyObject * obj0 = 0 ;
17933 PyObject * obj1 = 0 ;
17934 PyObject * obj2 = 0 ;
17935 char *kwnames[] = {
17936 (char *) "self",(char *) "id",(char *) "toggle", NULL
17937 };
17938
17939 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToggle",kwnames,&obj0,&obj1,&obj2)) goto fail;
17940 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17941 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17942 arg2 = (int)SWIG_As_int(obj1);
17943 if (PyErr_Occurred()) SWIG_fail;
17944 arg3 = (bool)SWIG_As_bool(obj2);
17945 if (PyErr_Occurred()) SWIG_fail;
17946 {
17947 PyThreadState* __tstate = wxPyBeginAllowThreads();
17948 (arg1)->SetToggle(arg2,arg3);
17949
17950 wxPyEndAllowThreads(__tstate);
17951 if (PyErr_Occurred()) SWIG_fail;
17952 }
17953 Py_INCREF(Py_None); resultobj = Py_None;
17954 return resultobj;
17955 fail:
17956 return NULL;
17957 }
17958
17959
17960 static PyObject *_wrap_ToolBarBase_GetToolClientData(PyObject *, PyObject *args, PyObject *kwargs) {
17961 PyObject *resultobj;
17962 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17963 int arg2 ;
17964 PyObject *result;
17965 PyObject * obj0 = 0 ;
17966 PyObject * obj1 = 0 ;
17967 char *kwnames[] = {
17968 (char *) "self",(char *) "id", NULL
17969 };
17970
17971 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolClientData",kwnames,&obj0,&obj1)) goto fail;
17972 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17973 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17974 arg2 = (int)SWIG_As_int(obj1);
17975 if (PyErr_Occurred()) SWIG_fail;
17976 {
17977 PyThreadState* __tstate = wxPyBeginAllowThreads();
17978 result = (PyObject *)wxToolBarBase_GetToolClientData(arg1,arg2);
17979
17980 wxPyEndAllowThreads(__tstate);
17981 if (PyErr_Occurred()) SWIG_fail;
17982 }
17983 resultobj = result;
17984 return resultobj;
17985 fail:
17986 return NULL;
17987 }
17988
17989
17990 static PyObject *_wrap_ToolBarBase_SetToolClientData(PyObject *, PyObject *args, PyObject *kwargs) {
17991 PyObject *resultobj;
17992 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17993 int arg2 ;
17994 PyObject *arg3 = (PyObject *) 0 ;
17995 PyObject * obj0 = 0 ;
17996 PyObject * obj1 = 0 ;
17997 PyObject * obj2 = 0 ;
17998 char *kwnames[] = {
17999 (char *) "self",(char *) "id",(char *) "clientData", NULL
18000 };
18001
18002 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolClientData",kwnames,&obj0,&obj1,&obj2)) goto fail;
18003 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18004 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18005 arg2 = (int)SWIG_As_int(obj1);
18006 if (PyErr_Occurred()) SWIG_fail;
18007 arg3 = obj2;
18008 {
18009 PyThreadState* __tstate = wxPyBeginAllowThreads();
18010 wxToolBarBase_SetToolClientData(arg1,arg2,arg3);
18011
18012 wxPyEndAllowThreads(__tstate);
18013 if (PyErr_Occurred()) SWIG_fail;
18014 }
18015 Py_INCREF(Py_None); resultobj = Py_None;
18016 return resultobj;
18017 fail:
18018 return NULL;
18019 }
18020
18021
18022 static PyObject *_wrap_ToolBarBase_GetToolPos(PyObject *, PyObject *args, PyObject *kwargs) {
18023 PyObject *resultobj;
18024 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18025 int arg2 ;
18026 int result;
18027 PyObject * obj0 = 0 ;
18028 PyObject * obj1 = 0 ;
18029 char *kwnames[] = {
18030 (char *) "self",(char *) "id", NULL
18031 };
18032
18033 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolPos",kwnames,&obj0,&obj1)) goto fail;
18034 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18035 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18036 arg2 = (int)SWIG_As_int(obj1);
18037 if (PyErr_Occurred()) SWIG_fail;
18038 {
18039 PyThreadState* __tstate = wxPyBeginAllowThreads();
18040 result = (int)((wxToolBarBase const *)arg1)->GetToolPos(arg2);
18041
18042 wxPyEndAllowThreads(__tstate);
18043 if (PyErr_Occurred()) SWIG_fail;
18044 }
18045 resultobj = SWIG_From_int((int)result);
18046 return resultobj;
18047 fail:
18048 return NULL;
18049 }
18050
18051
18052 static PyObject *_wrap_ToolBarBase_GetToolState(PyObject *, PyObject *args, PyObject *kwargs) {
18053 PyObject *resultobj;
18054 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18055 int arg2 ;
18056 bool result;
18057 PyObject * obj0 = 0 ;
18058 PyObject * obj1 = 0 ;
18059 char *kwnames[] = {
18060 (char *) "self",(char *) "id", NULL
18061 };
18062
18063 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolState",kwnames,&obj0,&obj1)) goto fail;
18064 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18065 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18066 arg2 = (int)SWIG_As_int(obj1);
18067 if (PyErr_Occurred()) SWIG_fail;
18068 {
18069 PyThreadState* __tstate = wxPyBeginAllowThreads();
18070 result = (bool)(arg1)->GetToolState(arg2);
18071
18072 wxPyEndAllowThreads(__tstate);
18073 if (PyErr_Occurred()) SWIG_fail;
18074 }
18075 {
18076 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18077 }
18078 return resultobj;
18079 fail:
18080 return NULL;
18081 }
18082
18083
18084 static PyObject *_wrap_ToolBarBase_GetToolEnabled(PyObject *, PyObject *args, PyObject *kwargs) {
18085 PyObject *resultobj;
18086 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18087 int arg2 ;
18088 bool result;
18089 PyObject * obj0 = 0 ;
18090 PyObject * obj1 = 0 ;
18091 char *kwnames[] = {
18092 (char *) "self",(char *) "id", NULL
18093 };
18094
18095 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolEnabled",kwnames,&obj0,&obj1)) goto fail;
18096 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18097 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18098 arg2 = (int)SWIG_As_int(obj1);
18099 if (PyErr_Occurred()) SWIG_fail;
18100 {
18101 PyThreadState* __tstate = wxPyBeginAllowThreads();
18102 result = (bool)(arg1)->GetToolEnabled(arg2);
18103
18104 wxPyEndAllowThreads(__tstate);
18105 if (PyErr_Occurred()) SWIG_fail;
18106 }
18107 {
18108 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18109 }
18110 return resultobj;
18111 fail:
18112 return NULL;
18113 }
18114
18115
18116 static PyObject *_wrap_ToolBarBase_SetToolShortHelp(PyObject *, PyObject *args, PyObject *kwargs) {
18117 PyObject *resultobj;
18118 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18119 int arg2 ;
18120 wxString *arg3 = 0 ;
18121 bool temp3 = false ;
18122 PyObject * obj0 = 0 ;
18123 PyObject * obj1 = 0 ;
18124 PyObject * obj2 = 0 ;
18125 char *kwnames[] = {
18126 (char *) "self",(char *) "id",(char *) "helpString", NULL
18127 };
18128
18129 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolShortHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
18130 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18131 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18132 arg2 = (int)SWIG_As_int(obj1);
18133 if (PyErr_Occurred()) SWIG_fail;
18134 {
18135 arg3 = wxString_in_helper(obj2);
18136 if (arg3 == NULL) SWIG_fail;
18137 temp3 = true;
18138 }
18139 {
18140 PyThreadState* __tstate = wxPyBeginAllowThreads();
18141 (arg1)->SetToolShortHelp(arg2,(wxString const &)*arg3);
18142
18143 wxPyEndAllowThreads(__tstate);
18144 if (PyErr_Occurred()) SWIG_fail;
18145 }
18146 Py_INCREF(Py_None); resultobj = Py_None;
18147 {
18148 if (temp3)
18149 delete arg3;
18150 }
18151 return resultobj;
18152 fail:
18153 {
18154 if (temp3)
18155 delete arg3;
18156 }
18157 return NULL;
18158 }
18159
18160
18161 static PyObject *_wrap_ToolBarBase_GetToolShortHelp(PyObject *, PyObject *args, PyObject *kwargs) {
18162 PyObject *resultobj;
18163 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18164 int arg2 ;
18165 wxString result;
18166 PyObject * obj0 = 0 ;
18167 PyObject * obj1 = 0 ;
18168 char *kwnames[] = {
18169 (char *) "self",(char *) "id", NULL
18170 };
18171
18172 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolShortHelp",kwnames,&obj0,&obj1)) goto fail;
18173 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18174 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18175 arg2 = (int)SWIG_As_int(obj1);
18176 if (PyErr_Occurred()) SWIG_fail;
18177 {
18178 PyThreadState* __tstate = wxPyBeginAllowThreads();
18179 result = (arg1)->GetToolShortHelp(arg2);
18180
18181 wxPyEndAllowThreads(__tstate);
18182 if (PyErr_Occurred()) SWIG_fail;
18183 }
18184 {
18185 #if wxUSE_UNICODE
18186 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
18187 #else
18188 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
18189 #endif
18190 }
18191 return resultobj;
18192 fail:
18193 return NULL;
18194 }
18195
18196
18197 static PyObject *_wrap_ToolBarBase_SetToolLongHelp(PyObject *, PyObject *args, PyObject *kwargs) {
18198 PyObject *resultobj;
18199 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18200 int arg2 ;
18201 wxString *arg3 = 0 ;
18202 bool temp3 = false ;
18203 PyObject * obj0 = 0 ;
18204 PyObject * obj1 = 0 ;
18205 PyObject * obj2 = 0 ;
18206 char *kwnames[] = {
18207 (char *) "self",(char *) "id",(char *) "helpString", NULL
18208 };
18209
18210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolLongHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
18211 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18212 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18213 arg2 = (int)SWIG_As_int(obj1);
18214 if (PyErr_Occurred()) SWIG_fail;
18215 {
18216 arg3 = wxString_in_helper(obj2);
18217 if (arg3 == NULL) SWIG_fail;
18218 temp3 = true;
18219 }
18220 {
18221 PyThreadState* __tstate = wxPyBeginAllowThreads();
18222 (arg1)->SetToolLongHelp(arg2,(wxString const &)*arg3);
18223
18224 wxPyEndAllowThreads(__tstate);
18225 if (PyErr_Occurred()) SWIG_fail;
18226 }
18227 Py_INCREF(Py_None); resultobj = Py_None;
18228 {
18229 if (temp3)
18230 delete arg3;
18231 }
18232 return resultobj;
18233 fail:
18234 {
18235 if (temp3)
18236 delete arg3;
18237 }
18238 return NULL;
18239 }
18240
18241
18242 static PyObject *_wrap_ToolBarBase_GetToolLongHelp(PyObject *, PyObject *args, PyObject *kwargs) {
18243 PyObject *resultobj;
18244 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18245 int arg2 ;
18246 wxString result;
18247 PyObject * obj0 = 0 ;
18248 PyObject * obj1 = 0 ;
18249 char *kwnames[] = {
18250 (char *) "self",(char *) "id", NULL
18251 };
18252
18253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolLongHelp",kwnames,&obj0,&obj1)) goto fail;
18254 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18255 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18256 arg2 = (int)SWIG_As_int(obj1);
18257 if (PyErr_Occurred()) SWIG_fail;
18258 {
18259 PyThreadState* __tstate = wxPyBeginAllowThreads();
18260 result = (arg1)->GetToolLongHelp(arg2);
18261
18262 wxPyEndAllowThreads(__tstate);
18263 if (PyErr_Occurred()) SWIG_fail;
18264 }
18265 {
18266 #if wxUSE_UNICODE
18267 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
18268 #else
18269 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
18270 #endif
18271 }
18272 return resultobj;
18273 fail:
18274 return NULL;
18275 }
18276
18277
18278 static PyObject *_wrap_ToolBarBase_SetMarginsXY(PyObject *, PyObject *args, PyObject *kwargs) {
18279 PyObject *resultobj;
18280 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18281 int arg2 ;
18282 int arg3 ;
18283 PyObject * obj0 = 0 ;
18284 PyObject * obj1 = 0 ;
18285 PyObject * obj2 = 0 ;
18286 char *kwnames[] = {
18287 (char *) "self",(char *) "x",(char *) "y", NULL
18288 };
18289
18290 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMarginsXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
18291 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18292 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18293 arg2 = (int)SWIG_As_int(obj1);
18294 if (PyErr_Occurred()) SWIG_fail;
18295 arg3 = (int)SWIG_As_int(obj2);
18296 if (PyErr_Occurred()) SWIG_fail;
18297 {
18298 PyThreadState* __tstate = wxPyBeginAllowThreads();
18299 (arg1)->SetMargins(arg2,arg3);
18300
18301 wxPyEndAllowThreads(__tstate);
18302 if (PyErr_Occurred()) SWIG_fail;
18303 }
18304 Py_INCREF(Py_None); resultobj = Py_None;
18305 return resultobj;
18306 fail:
18307 return NULL;
18308 }
18309
18310
18311 static PyObject *_wrap_ToolBarBase_SetMargins(PyObject *, PyObject *args, PyObject *kwargs) {
18312 PyObject *resultobj;
18313 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18314 wxSize *arg2 = 0 ;
18315 wxSize temp2 ;
18316 PyObject * obj0 = 0 ;
18317 PyObject * obj1 = 0 ;
18318 char *kwnames[] = {
18319 (char *) "self",(char *) "size", NULL
18320 };
18321
18322 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetMargins",kwnames,&obj0,&obj1)) goto fail;
18323 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18324 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18325 {
18326 arg2 = &temp2;
18327 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
18328 }
18329 {
18330 PyThreadState* __tstate = wxPyBeginAllowThreads();
18331 (arg1)->SetMargins((wxSize const &)*arg2);
18332
18333 wxPyEndAllowThreads(__tstate);
18334 if (PyErr_Occurred()) SWIG_fail;
18335 }
18336 Py_INCREF(Py_None); resultobj = Py_None;
18337 return resultobj;
18338 fail:
18339 return NULL;
18340 }
18341
18342
18343 static PyObject *_wrap_ToolBarBase_SetToolPacking(PyObject *, PyObject *args, PyObject *kwargs) {
18344 PyObject *resultobj;
18345 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18346 int arg2 ;
18347 PyObject * obj0 = 0 ;
18348 PyObject * obj1 = 0 ;
18349 char *kwnames[] = {
18350 (char *) "self",(char *) "packing", NULL
18351 };
18352
18353 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolPacking",kwnames,&obj0,&obj1)) goto fail;
18354 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18355 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18356 arg2 = (int)SWIG_As_int(obj1);
18357 if (PyErr_Occurred()) SWIG_fail;
18358 {
18359 PyThreadState* __tstate = wxPyBeginAllowThreads();
18360 (arg1)->SetToolPacking(arg2);
18361
18362 wxPyEndAllowThreads(__tstate);
18363 if (PyErr_Occurred()) SWIG_fail;
18364 }
18365 Py_INCREF(Py_None); resultobj = Py_None;
18366 return resultobj;
18367 fail:
18368 return NULL;
18369 }
18370
18371
18372 static PyObject *_wrap_ToolBarBase_SetToolSeparation(PyObject *, PyObject *args, PyObject *kwargs) {
18373 PyObject *resultobj;
18374 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18375 int arg2 ;
18376 PyObject * obj0 = 0 ;
18377 PyObject * obj1 = 0 ;
18378 char *kwnames[] = {
18379 (char *) "self",(char *) "separation", NULL
18380 };
18381
18382 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolSeparation",kwnames,&obj0,&obj1)) goto fail;
18383 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18384 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18385 arg2 = (int)SWIG_As_int(obj1);
18386 if (PyErr_Occurred()) SWIG_fail;
18387 {
18388 PyThreadState* __tstate = wxPyBeginAllowThreads();
18389 (arg1)->SetToolSeparation(arg2);
18390
18391 wxPyEndAllowThreads(__tstate);
18392 if (PyErr_Occurred()) SWIG_fail;
18393 }
18394 Py_INCREF(Py_None); resultobj = Py_None;
18395 return resultobj;
18396 fail:
18397 return NULL;
18398 }
18399
18400
18401 static PyObject *_wrap_ToolBarBase_GetToolMargins(PyObject *, PyObject *args, PyObject *kwargs) {
18402 PyObject *resultobj;
18403 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18404 wxSize result;
18405 PyObject * obj0 = 0 ;
18406 char *kwnames[] = {
18407 (char *) "self", NULL
18408 };
18409
18410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolMargins",kwnames,&obj0)) goto fail;
18411 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18412 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18413 {
18414 PyThreadState* __tstate = wxPyBeginAllowThreads();
18415 result = (arg1)->GetToolMargins();
18416
18417 wxPyEndAllowThreads(__tstate);
18418 if (PyErr_Occurred()) SWIG_fail;
18419 }
18420 {
18421 wxSize * resultptr;
18422 resultptr = new wxSize((wxSize &) result);
18423 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18424 }
18425 return resultobj;
18426 fail:
18427 return NULL;
18428 }
18429
18430
18431 static PyObject *_wrap_ToolBarBase_GetMargins(PyObject *, PyObject *args, PyObject *kwargs) {
18432 PyObject *resultobj;
18433 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18434 wxSize result;
18435 PyObject * obj0 = 0 ;
18436 char *kwnames[] = {
18437 (char *) "self", NULL
18438 };
18439
18440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMargins",kwnames,&obj0)) goto fail;
18441 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18442 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18443 {
18444 PyThreadState* __tstate = wxPyBeginAllowThreads();
18445 result = (arg1)->GetMargins();
18446
18447 wxPyEndAllowThreads(__tstate);
18448 if (PyErr_Occurred()) SWIG_fail;
18449 }
18450 {
18451 wxSize * resultptr;
18452 resultptr = new wxSize((wxSize &) result);
18453 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18454 }
18455 return resultobj;
18456 fail:
18457 return NULL;
18458 }
18459
18460
18461 static PyObject *_wrap_ToolBarBase_GetToolPacking(PyObject *, PyObject *args, PyObject *kwargs) {
18462 PyObject *resultobj;
18463 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18464 int result;
18465 PyObject * obj0 = 0 ;
18466 char *kwnames[] = {
18467 (char *) "self", NULL
18468 };
18469
18470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolPacking",kwnames,&obj0)) goto fail;
18471 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18472 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18473 {
18474 PyThreadState* __tstate = wxPyBeginAllowThreads();
18475 result = (int)(arg1)->GetToolPacking();
18476
18477 wxPyEndAllowThreads(__tstate);
18478 if (PyErr_Occurred()) SWIG_fail;
18479 }
18480 resultobj = SWIG_From_int((int)result);
18481 return resultobj;
18482 fail:
18483 return NULL;
18484 }
18485
18486
18487 static PyObject *_wrap_ToolBarBase_GetToolSeparation(PyObject *, PyObject *args, PyObject *kwargs) {
18488 PyObject *resultobj;
18489 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18490 int result;
18491 PyObject * obj0 = 0 ;
18492 char *kwnames[] = {
18493 (char *) "self", NULL
18494 };
18495
18496 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSeparation",kwnames,&obj0)) goto fail;
18497 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18498 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18499 {
18500 PyThreadState* __tstate = wxPyBeginAllowThreads();
18501 result = (int)(arg1)->GetToolSeparation();
18502
18503 wxPyEndAllowThreads(__tstate);
18504 if (PyErr_Occurred()) SWIG_fail;
18505 }
18506 resultobj = SWIG_From_int((int)result);
18507 return resultobj;
18508 fail:
18509 return NULL;
18510 }
18511
18512
18513 static PyObject *_wrap_ToolBarBase_SetRows(PyObject *, PyObject *args, PyObject *kwargs) {
18514 PyObject *resultobj;
18515 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18516 int arg2 ;
18517 PyObject * obj0 = 0 ;
18518 PyObject * obj1 = 0 ;
18519 char *kwnames[] = {
18520 (char *) "self",(char *) "nRows", NULL
18521 };
18522
18523 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetRows",kwnames,&obj0,&obj1)) goto fail;
18524 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18525 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18526 arg2 = (int)SWIG_As_int(obj1);
18527 if (PyErr_Occurred()) SWIG_fail;
18528 {
18529 PyThreadState* __tstate = wxPyBeginAllowThreads();
18530 (arg1)->SetRows(arg2);
18531
18532 wxPyEndAllowThreads(__tstate);
18533 if (PyErr_Occurred()) SWIG_fail;
18534 }
18535 Py_INCREF(Py_None); resultobj = Py_None;
18536 return resultobj;
18537 fail:
18538 return NULL;
18539 }
18540
18541
18542 static PyObject *_wrap_ToolBarBase_SetMaxRowsCols(PyObject *, PyObject *args, PyObject *kwargs) {
18543 PyObject *resultobj;
18544 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18545 int arg2 ;
18546 int arg3 ;
18547 PyObject * obj0 = 0 ;
18548 PyObject * obj1 = 0 ;
18549 PyObject * obj2 = 0 ;
18550 char *kwnames[] = {
18551 (char *) "self",(char *) "rows",(char *) "cols", NULL
18552 };
18553
18554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMaxRowsCols",kwnames,&obj0,&obj1,&obj2)) goto fail;
18555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18557 arg2 = (int)SWIG_As_int(obj1);
18558 if (PyErr_Occurred()) SWIG_fail;
18559 arg3 = (int)SWIG_As_int(obj2);
18560 if (PyErr_Occurred()) SWIG_fail;
18561 {
18562 PyThreadState* __tstate = wxPyBeginAllowThreads();
18563 (arg1)->SetMaxRowsCols(arg2,arg3);
18564
18565 wxPyEndAllowThreads(__tstate);
18566 if (PyErr_Occurred()) SWIG_fail;
18567 }
18568 Py_INCREF(Py_None); resultobj = Py_None;
18569 return resultobj;
18570 fail:
18571 return NULL;
18572 }
18573
18574
18575 static PyObject *_wrap_ToolBarBase_GetMaxRows(PyObject *, PyObject *args, PyObject *kwargs) {
18576 PyObject *resultobj;
18577 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18578 int result;
18579 PyObject * obj0 = 0 ;
18580 char *kwnames[] = {
18581 (char *) "self", NULL
18582 };
18583
18584 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxRows",kwnames,&obj0)) goto fail;
18585 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18586 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18587 {
18588 PyThreadState* __tstate = wxPyBeginAllowThreads();
18589 result = (int)(arg1)->GetMaxRows();
18590
18591 wxPyEndAllowThreads(__tstate);
18592 if (PyErr_Occurred()) SWIG_fail;
18593 }
18594 resultobj = SWIG_From_int((int)result);
18595 return resultobj;
18596 fail:
18597 return NULL;
18598 }
18599
18600
18601 static PyObject *_wrap_ToolBarBase_GetMaxCols(PyObject *, PyObject *args, PyObject *kwargs) {
18602 PyObject *resultobj;
18603 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18604 int result;
18605 PyObject * obj0 = 0 ;
18606 char *kwnames[] = {
18607 (char *) "self", NULL
18608 };
18609
18610 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxCols",kwnames,&obj0)) goto fail;
18611 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18612 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18613 {
18614 PyThreadState* __tstate = wxPyBeginAllowThreads();
18615 result = (int)(arg1)->GetMaxCols();
18616
18617 wxPyEndAllowThreads(__tstate);
18618 if (PyErr_Occurred()) SWIG_fail;
18619 }
18620 resultobj = SWIG_From_int((int)result);
18621 return resultobj;
18622 fail:
18623 return NULL;
18624 }
18625
18626
18627 static PyObject *_wrap_ToolBarBase_SetToolBitmapSize(PyObject *, PyObject *args, PyObject *kwargs) {
18628 PyObject *resultobj;
18629 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18630 wxSize *arg2 = 0 ;
18631 wxSize temp2 ;
18632 PyObject * obj0 = 0 ;
18633 PyObject * obj1 = 0 ;
18634 char *kwnames[] = {
18635 (char *) "self",(char *) "size", NULL
18636 };
18637
18638 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolBitmapSize",kwnames,&obj0,&obj1)) goto fail;
18639 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18640 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18641 {
18642 arg2 = &temp2;
18643 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
18644 }
18645 {
18646 PyThreadState* __tstate = wxPyBeginAllowThreads();
18647 (arg1)->SetToolBitmapSize((wxSize const &)*arg2);
18648
18649 wxPyEndAllowThreads(__tstate);
18650 if (PyErr_Occurred()) SWIG_fail;
18651 }
18652 Py_INCREF(Py_None); resultobj = Py_None;
18653 return resultobj;
18654 fail:
18655 return NULL;
18656 }
18657
18658
18659 static PyObject *_wrap_ToolBarBase_GetToolBitmapSize(PyObject *, PyObject *args, PyObject *kwargs) {
18660 PyObject *resultobj;
18661 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18662 wxSize result;
18663 PyObject * obj0 = 0 ;
18664 char *kwnames[] = {
18665 (char *) "self", NULL
18666 };
18667
18668 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolBitmapSize",kwnames,&obj0)) goto fail;
18669 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18670 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18671 {
18672 PyThreadState* __tstate = wxPyBeginAllowThreads();
18673 result = (arg1)->GetToolBitmapSize();
18674
18675 wxPyEndAllowThreads(__tstate);
18676 if (PyErr_Occurred()) SWIG_fail;
18677 }
18678 {
18679 wxSize * resultptr;
18680 resultptr = new wxSize((wxSize &) result);
18681 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18682 }
18683 return resultobj;
18684 fail:
18685 return NULL;
18686 }
18687
18688
18689 static PyObject *_wrap_ToolBarBase_GetToolSize(PyObject *, PyObject *args, PyObject *kwargs) {
18690 PyObject *resultobj;
18691 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18692 wxSize result;
18693 PyObject * obj0 = 0 ;
18694 char *kwnames[] = {
18695 (char *) "self", NULL
18696 };
18697
18698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSize",kwnames,&obj0)) goto fail;
18699 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18700 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18701 {
18702 PyThreadState* __tstate = wxPyBeginAllowThreads();
18703 result = (arg1)->GetToolSize();
18704
18705 wxPyEndAllowThreads(__tstate);
18706 if (PyErr_Occurred()) SWIG_fail;
18707 }
18708 {
18709 wxSize * resultptr;
18710 resultptr = new wxSize((wxSize &) result);
18711 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18712 }
18713 return resultobj;
18714 fail:
18715 return NULL;
18716 }
18717
18718
18719 static PyObject *_wrap_ToolBarBase_FindToolForPosition(PyObject *, PyObject *args, PyObject *kwargs) {
18720 PyObject *resultobj;
18721 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18722 int arg2 ;
18723 int arg3 ;
18724 wxToolBarToolBase *result;
18725 PyObject * obj0 = 0 ;
18726 PyObject * obj1 = 0 ;
18727 PyObject * obj2 = 0 ;
18728 char *kwnames[] = {
18729 (char *) "self",(char *) "x",(char *) "y", NULL
18730 };
18731
18732 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
18733 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18734 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18735 arg2 = (int)SWIG_As_int(obj1);
18736 if (PyErr_Occurred()) SWIG_fail;
18737 arg3 = (int)SWIG_As_int(obj2);
18738 if (PyErr_Occurred()) SWIG_fail;
18739 {
18740 PyThreadState* __tstate = wxPyBeginAllowThreads();
18741 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
18742
18743 wxPyEndAllowThreads(__tstate);
18744 if (PyErr_Occurred()) SWIG_fail;
18745 }
18746 {
18747 resultobj = wxPyMake_wxObject(result, 0);
18748 }
18749 return resultobj;
18750 fail:
18751 return NULL;
18752 }
18753
18754
18755 static PyObject *_wrap_ToolBarBase_FindById(PyObject *, PyObject *args, PyObject *kwargs) {
18756 PyObject *resultobj;
18757 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18758 int arg2 ;
18759 wxToolBarToolBase *result;
18760 PyObject * obj0 = 0 ;
18761 PyObject * obj1 = 0 ;
18762 char *kwnames[] = {
18763 (char *) "self",(char *) "toolid", NULL
18764 };
18765
18766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindById",kwnames,&obj0,&obj1)) goto fail;
18767 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18768 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18769 arg2 = (int)SWIG_As_int(obj1);
18770 if (PyErr_Occurred()) SWIG_fail;
18771 {
18772 PyThreadState* __tstate = wxPyBeginAllowThreads();
18773 result = (wxToolBarToolBase *)((wxToolBarBase const *)arg1)->FindById(arg2);
18774
18775 wxPyEndAllowThreads(__tstate);
18776 if (PyErr_Occurred()) SWIG_fail;
18777 }
18778 {
18779 resultobj = wxPyMake_wxObject(result, 0);
18780 }
18781 return resultobj;
18782 fail:
18783 return NULL;
18784 }
18785
18786
18787 static PyObject *_wrap_ToolBarBase_IsVertical(PyObject *, PyObject *args, PyObject *kwargs) {
18788 PyObject *resultobj;
18789 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18790 bool result;
18791 PyObject * obj0 = 0 ;
18792 char *kwnames[] = {
18793 (char *) "self", NULL
18794 };
18795
18796 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_IsVertical",kwnames,&obj0)) goto fail;
18797 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18798 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18799 {
18800 PyThreadState* __tstate = wxPyBeginAllowThreads();
18801 result = (bool)(arg1)->IsVertical();
18802
18803 wxPyEndAllowThreads(__tstate);
18804 if (PyErr_Occurred()) SWIG_fail;
18805 }
18806 {
18807 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18808 }
18809 return resultobj;
18810 fail:
18811 return NULL;
18812 }
18813
18814
18815 static PyObject * ToolBarBase_swigregister(PyObject *, PyObject *args) {
18816 PyObject *obj;
18817 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
18818 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarBase, obj);
18819 Py_INCREF(obj);
18820 return Py_BuildValue((char *)"");
18821 }
18822 static PyObject *_wrap_new_ToolBar(PyObject *, PyObject *args, PyObject *kwargs) {
18823 PyObject *resultobj;
18824 wxWindow *arg1 = (wxWindow *) 0 ;
18825 int arg2 = (int) -1 ;
18826 wxPoint const &arg3_defvalue = wxDefaultPosition ;
18827 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
18828 wxSize const &arg4_defvalue = wxDefaultSize ;
18829 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
18830 long arg5 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
18831 wxString const &arg6_defvalue = wxPyToolBarNameStr ;
18832 wxString *arg6 = (wxString *) &arg6_defvalue ;
18833 wxToolBar *result;
18834 wxPoint temp3 ;
18835 wxSize temp4 ;
18836 bool temp6 = false ;
18837 PyObject * obj0 = 0 ;
18838 PyObject * obj1 = 0 ;
18839 PyObject * obj2 = 0 ;
18840 PyObject * obj3 = 0 ;
18841 PyObject * obj4 = 0 ;
18842 PyObject * obj5 = 0 ;
18843 char *kwnames[] = {
18844 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18845 };
18846
18847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_ToolBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
18848 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
18849 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18850 if (obj1) {
18851 arg2 = (int)SWIG_As_int(obj1);
18852 if (PyErr_Occurred()) SWIG_fail;
18853 }
18854 if (obj2) {
18855 {
18856 arg3 = &temp3;
18857 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
18858 }
18859 }
18860 if (obj3) {
18861 {
18862 arg4 = &temp4;
18863 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
18864 }
18865 }
18866 if (obj4) {
18867 arg5 = (long)SWIG_As_long(obj4);
18868 if (PyErr_Occurred()) SWIG_fail;
18869 }
18870 if (obj5) {
18871 {
18872 arg6 = wxString_in_helper(obj5);
18873 if (arg6 == NULL) SWIG_fail;
18874 temp6 = true;
18875 }
18876 }
18877 {
18878 if (!wxPyCheckForApp()) SWIG_fail;
18879 PyThreadState* __tstate = wxPyBeginAllowThreads();
18880 result = (wxToolBar *)new wxToolBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
18881
18882 wxPyEndAllowThreads(__tstate);
18883 if (PyErr_Occurred()) SWIG_fail;
18884 }
18885 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToolBar, 1);
18886 {
18887 if (temp6)
18888 delete arg6;
18889 }
18890 return resultobj;
18891 fail:
18892 {
18893 if (temp6)
18894 delete arg6;
18895 }
18896 return NULL;
18897 }
18898
18899
18900 static PyObject *_wrap_new_PreToolBar(PyObject *, PyObject *args, PyObject *kwargs) {
18901 PyObject *resultobj;
18902 wxToolBar *result;
18903 char *kwnames[] = {
18904 NULL
18905 };
18906
18907 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToolBar",kwnames)) goto fail;
18908 {
18909 if (!wxPyCheckForApp()) SWIG_fail;
18910 PyThreadState* __tstate = wxPyBeginAllowThreads();
18911 result = (wxToolBar *)new wxToolBar();
18912
18913 wxPyEndAllowThreads(__tstate);
18914 if (PyErr_Occurred()) SWIG_fail;
18915 }
18916 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToolBar, 1);
18917 return resultobj;
18918 fail:
18919 return NULL;
18920 }
18921
18922
18923 static PyObject *_wrap_ToolBar_Create(PyObject *, PyObject *args, PyObject *kwargs) {
18924 PyObject *resultobj;
18925 wxToolBar *arg1 = (wxToolBar *) 0 ;
18926 wxWindow *arg2 = (wxWindow *) 0 ;
18927 int arg3 = (int) -1 ;
18928 wxPoint const &arg4_defvalue = wxDefaultPosition ;
18929 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
18930 wxSize const &arg5_defvalue = wxDefaultSize ;
18931 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
18932 long arg6 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
18933 wxString const &arg7_defvalue = wxPyToolBarNameStr ;
18934 wxString *arg7 = (wxString *) &arg7_defvalue ;
18935 bool result;
18936 wxPoint temp4 ;
18937 wxSize temp5 ;
18938 bool temp7 = false ;
18939 PyObject * obj0 = 0 ;
18940 PyObject * obj1 = 0 ;
18941 PyObject * obj2 = 0 ;
18942 PyObject * obj3 = 0 ;
18943 PyObject * obj4 = 0 ;
18944 PyObject * obj5 = 0 ;
18945 PyObject * obj6 = 0 ;
18946 char *kwnames[] = {
18947 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18948 };
18949
18950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:ToolBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
18951 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBar,
18952 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18953 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
18954 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18955 if (obj2) {
18956 arg3 = (int)SWIG_As_int(obj2);
18957 if (PyErr_Occurred()) SWIG_fail;
18958 }
18959 if (obj3) {
18960 {
18961 arg4 = &temp4;
18962 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
18963 }
18964 }
18965 if (obj4) {
18966 {
18967 arg5 = &temp5;
18968 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
18969 }
18970 }
18971 if (obj5) {
18972 arg6 = (long)SWIG_As_long(obj5);
18973 if (PyErr_Occurred()) SWIG_fail;
18974 }
18975 if (obj6) {
18976 {
18977 arg7 = wxString_in_helper(obj6);
18978 if (arg7 == NULL) SWIG_fail;
18979 temp7 = true;
18980 }
18981 }
18982 {
18983 PyThreadState* __tstate = wxPyBeginAllowThreads();
18984 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
18985
18986 wxPyEndAllowThreads(__tstate);
18987 if (PyErr_Occurred()) SWIG_fail;
18988 }
18989 {
18990 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18991 }
18992 {
18993 if (temp7)
18994 delete arg7;
18995 }
18996 return resultobj;
18997 fail:
18998 {
18999 if (temp7)
19000 delete arg7;
19001 }
19002 return NULL;
19003 }
19004
19005
19006 static PyObject *_wrap_ToolBar_FindToolForPosition(PyObject *, PyObject *args, PyObject *kwargs) {
19007 PyObject *resultobj;
19008 wxToolBar *arg1 = (wxToolBar *) 0 ;
19009 int arg2 ;
19010 int arg3 ;
19011 wxToolBarToolBase *result;
19012 PyObject * obj0 = 0 ;
19013 PyObject * obj1 = 0 ;
19014 PyObject * obj2 = 0 ;
19015 char *kwnames[] = {
19016 (char *) "self",(char *) "x",(char *) "y", NULL
19017 };
19018
19019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBar_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
19020 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBar,
19021 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19022 arg2 = (int)SWIG_As_int(obj1);
19023 if (PyErr_Occurred()) SWIG_fail;
19024 arg3 = (int)SWIG_As_int(obj2);
19025 if (PyErr_Occurred()) SWIG_fail;
19026 {
19027 PyThreadState* __tstate = wxPyBeginAllowThreads();
19028 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
19029
19030 wxPyEndAllowThreads(__tstate);
19031 if (PyErr_Occurred()) SWIG_fail;
19032 }
19033 {
19034 resultobj = wxPyMake_wxObject(result, 0);
19035 }
19036 return resultobj;
19037 fail:
19038 return NULL;
19039 }
19040
19041
19042 static PyObject *_wrap_ToolBar_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
19043 PyObject *resultobj;
19044 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
19045 wxVisualAttributes result;
19046 PyObject * obj0 = 0 ;
19047 char *kwnames[] = {
19048 (char *) "variant", NULL
19049 };
19050
19051 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ToolBar_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
19052 if (obj0) {
19053 arg1 = (int)SWIG_As_int(obj0);
19054 if (PyErr_Occurred()) SWIG_fail;
19055 }
19056 {
19057 if (!wxPyCheckForApp()) SWIG_fail;
19058 PyThreadState* __tstate = wxPyBeginAllowThreads();
19059 result = wxToolBar::GetClassDefaultAttributes((wxWindowVariant )arg1);
19060
19061 wxPyEndAllowThreads(__tstate);
19062 if (PyErr_Occurred()) SWIG_fail;
19063 }
19064 {
19065 wxVisualAttributes * resultptr;
19066 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
19067 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
19068 }
19069 return resultobj;
19070 fail:
19071 return NULL;
19072 }
19073
19074
19075 static PyObject * ToolBar_swigregister(PyObject *, PyObject *args) {
19076 PyObject *obj;
19077 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
19078 SWIG_TypeClientData(SWIGTYPE_p_wxToolBar, obj);
19079 Py_INCREF(obj);
19080 return Py_BuildValue((char *)"");
19081 }
19082 static int _wrap_ListCtrlNameStr_set(PyObject *) {
19083 PyErr_SetString(PyExc_TypeError,"Variable ListCtrlNameStr is read-only.");
19084 return 1;
19085 }
19086
19087
19088 static PyObject *_wrap_ListCtrlNameStr_get() {
19089 PyObject *pyobj;
19090
19091 {
19092 #if wxUSE_UNICODE
19093 pyobj = PyUnicode_FromWideChar((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
19094 #else
19095 pyobj = PyString_FromStringAndSize((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
19096 #endif
19097 }
19098 return pyobj;
19099 }
19100
19101
19102 static PyObject *_wrap_new_ListItemAttr(PyObject *, PyObject *args, PyObject *kwargs) {
19103 PyObject *resultobj;
19104 wxColour const &arg1_defvalue = wxNullColour ;
19105 wxColour *arg1 = (wxColour *) &arg1_defvalue ;
19106 wxColour const &arg2_defvalue = wxNullColour ;
19107 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
19108 wxFont const &arg3_defvalue = wxNullFont ;
19109 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
19110 wxListItemAttr *result;
19111 wxColour temp1 ;
19112 wxColour temp2 ;
19113 PyObject * obj0 = 0 ;
19114 PyObject * obj1 = 0 ;
19115 PyObject * obj2 = 0 ;
19116 char *kwnames[] = {
19117 (char *) "colText",(char *) "colBack",(char *) "font", NULL
19118 };
19119
19120 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_ListItemAttr",kwnames,&obj0,&obj1,&obj2)) goto fail;
19121 if (obj0) {
19122 {
19123 arg1 = &temp1;
19124 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
19125 }
19126 }
19127 if (obj1) {
19128 {
19129 arg2 = &temp2;
19130 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19131 }
19132 }
19133 if (obj2) {
19134 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
19135 SWIG_POINTER_EXCEPTION | 0)) == -1)
19136 SWIG_fail;
19137 if (arg3 == NULL) {
19138 PyErr_SetString(PyExc_TypeError,"null reference");
19139 SWIG_fail;
19140 }
19141 }
19142 {
19143 PyThreadState* __tstate = wxPyBeginAllowThreads();
19144 result = (wxListItemAttr *)new wxListItemAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3);
19145
19146 wxPyEndAllowThreads(__tstate);
19147 if (PyErr_Occurred()) SWIG_fail;
19148 }
19149 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItemAttr, 1);
19150 return resultobj;
19151 fail:
19152 return NULL;
19153 }
19154
19155
19156 static PyObject *_wrap_ListItemAttr_SetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
19157 PyObject *resultobj;
19158 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19159 wxColour *arg2 = 0 ;
19160 wxColour temp2 ;
19161 PyObject * obj0 = 0 ;
19162 PyObject * obj1 = 0 ;
19163 char *kwnames[] = {
19164 (char *) "self",(char *) "colText", NULL
19165 };
19166
19167 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
19168 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19169 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19170 {
19171 arg2 = &temp2;
19172 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19173 }
19174 {
19175 PyThreadState* __tstate = wxPyBeginAllowThreads();
19176 (arg1)->SetTextColour((wxColour const &)*arg2);
19177
19178 wxPyEndAllowThreads(__tstate);
19179 if (PyErr_Occurred()) SWIG_fail;
19180 }
19181 Py_INCREF(Py_None); resultobj = Py_None;
19182 return resultobj;
19183 fail:
19184 return NULL;
19185 }
19186
19187
19188 static PyObject *_wrap_ListItemAttr_SetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
19189 PyObject *resultobj;
19190 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19191 wxColour *arg2 = 0 ;
19192 wxColour temp2 ;
19193 PyObject * obj0 = 0 ;
19194 PyObject * obj1 = 0 ;
19195 char *kwnames[] = {
19196 (char *) "self",(char *) "colBack", NULL
19197 };
19198
19199 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
19200 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19201 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19202 {
19203 arg2 = &temp2;
19204 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19205 }
19206 {
19207 PyThreadState* __tstate = wxPyBeginAllowThreads();
19208 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
19209
19210 wxPyEndAllowThreads(__tstate);
19211 if (PyErr_Occurred()) SWIG_fail;
19212 }
19213 Py_INCREF(Py_None); resultobj = Py_None;
19214 return resultobj;
19215 fail:
19216 return NULL;
19217 }
19218
19219
19220 static PyObject *_wrap_ListItemAttr_SetFont(PyObject *, PyObject *args, PyObject *kwargs) {
19221 PyObject *resultobj;
19222 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19223 wxFont *arg2 = 0 ;
19224 PyObject * obj0 = 0 ;
19225 PyObject * obj1 = 0 ;
19226 char *kwnames[] = {
19227 (char *) "self",(char *) "font", NULL
19228 };
19229
19230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetFont",kwnames,&obj0,&obj1)) goto fail;
19231 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19232 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19233 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
19234 SWIG_POINTER_EXCEPTION | 0)) == -1)
19235 SWIG_fail;
19236 if (arg2 == NULL) {
19237 PyErr_SetString(PyExc_TypeError,"null reference");
19238 SWIG_fail;
19239 }
19240 {
19241 PyThreadState* __tstate = wxPyBeginAllowThreads();
19242 (arg1)->SetFont((wxFont const &)*arg2);
19243
19244 wxPyEndAllowThreads(__tstate);
19245 if (PyErr_Occurred()) SWIG_fail;
19246 }
19247 Py_INCREF(Py_None); resultobj = Py_None;
19248 return resultobj;
19249 fail:
19250 return NULL;
19251 }
19252
19253
19254 static PyObject *_wrap_ListItemAttr_HasTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
19255 PyObject *resultobj;
19256 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19257 bool result;
19258 PyObject * obj0 = 0 ;
19259 char *kwnames[] = {
19260 (char *) "self", NULL
19261 };
19262
19263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasTextColour",kwnames,&obj0)) goto fail;
19264 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19265 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19266 {
19267 PyThreadState* __tstate = wxPyBeginAllowThreads();
19268 result = (bool)(arg1)->HasTextColour();
19269
19270 wxPyEndAllowThreads(__tstate);
19271 if (PyErr_Occurred()) SWIG_fail;
19272 }
19273 {
19274 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19275 }
19276 return resultobj;
19277 fail:
19278 return NULL;
19279 }
19280
19281
19282 static PyObject *_wrap_ListItemAttr_HasBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
19283 PyObject *resultobj;
19284 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19285 bool result;
19286 PyObject * obj0 = 0 ;
19287 char *kwnames[] = {
19288 (char *) "self", NULL
19289 };
19290
19291 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
19292 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19293 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19294 {
19295 PyThreadState* __tstate = wxPyBeginAllowThreads();
19296 result = (bool)(arg1)->HasBackgroundColour();
19297
19298 wxPyEndAllowThreads(__tstate);
19299 if (PyErr_Occurred()) SWIG_fail;
19300 }
19301 {
19302 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19303 }
19304 return resultobj;
19305 fail:
19306 return NULL;
19307 }
19308
19309
19310 static PyObject *_wrap_ListItemAttr_HasFont(PyObject *, PyObject *args, PyObject *kwargs) {
19311 PyObject *resultobj;
19312 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19313 bool result;
19314 PyObject * obj0 = 0 ;
19315 char *kwnames[] = {
19316 (char *) "self", NULL
19317 };
19318
19319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasFont",kwnames,&obj0)) goto fail;
19320 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19321 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19322 {
19323 PyThreadState* __tstate = wxPyBeginAllowThreads();
19324 result = (bool)(arg1)->HasFont();
19325
19326 wxPyEndAllowThreads(__tstate);
19327 if (PyErr_Occurred()) SWIG_fail;
19328 }
19329 {
19330 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19331 }
19332 return resultobj;
19333 fail:
19334 return NULL;
19335 }
19336
19337
19338 static PyObject *_wrap_ListItemAttr_GetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
19339 PyObject *resultobj;
19340 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19341 wxColour result;
19342 PyObject * obj0 = 0 ;
19343 char *kwnames[] = {
19344 (char *) "self", NULL
19345 };
19346
19347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetTextColour",kwnames,&obj0)) goto fail;
19348 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19349 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19350 {
19351 PyThreadState* __tstate = wxPyBeginAllowThreads();
19352 result = (arg1)->GetTextColour();
19353
19354 wxPyEndAllowThreads(__tstate);
19355 if (PyErr_Occurred()) SWIG_fail;
19356 }
19357 {
19358 wxColour * resultptr;
19359 resultptr = new wxColour((wxColour &) result);
19360 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
19361 }
19362 return resultobj;
19363 fail:
19364 return NULL;
19365 }
19366
19367
19368 static PyObject *_wrap_ListItemAttr_GetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
19369 PyObject *resultobj;
19370 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19371 wxColour result;
19372 PyObject * obj0 = 0 ;
19373 char *kwnames[] = {
19374 (char *) "self", NULL
19375 };
19376
19377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
19378 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19379 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19380 {
19381 PyThreadState* __tstate = wxPyBeginAllowThreads();
19382 result = (arg1)->GetBackgroundColour();
19383
19384 wxPyEndAllowThreads(__tstate);
19385 if (PyErr_Occurred()) SWIG_fail;
19386 }
19387 {
19388 wxColour * resultptr;
19389 resultptr = new wxColour((wxColour &) result);
19390 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
19391 }
19392 return resultobj;
19393 fail:
19394 return NULL;
19395 }
19396
19397
19398 static PyObject *_wrap_ListItemAttr_GetFont(PyObject *, PyObject *args, PyObject *kwargs) {
19399 PyObject *resultobj;
19400 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19401 wxFont result;
19402 PyObject * obj0 = 0 ;
19403 char *kwnames[] = {
19404 (char *) "self", NULL
19405 };
19406
19407 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetFont",kwnames,&obj0)) goto fail;
19408 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19409 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19410 {
19411 PyThreadState* __tstate = wxPyBeginAllowThreads();
19412 result = (arg1)->GetFont();
19413
19414 wxPyEndAllowThreads(__tstate);
19415 if (PyErr_Occurred()) SWIG_fail;
19416 }
19417 {
19418 wxFont * resultptr;
19419 resultptr = new wxFont((wxFont &) result);
19420 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
19421 }
19422 return resultobj;
19423 fail:
19424 return NULL;
19425 }
19426
19427
19428 static PyObject *_wrap_ListItemAttr_Destroy(PyObject *, PyObject *args, PyObject *kwargs) {
19429 PyObject *resultobj;
19430 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19431 PyObject * obj0 = 0 ;
19432 char *kwnames[] = {
19433 (char *) "self", NULL
19434 };
19435
19436 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_Destroy",kwnames,&obj0)) goto fail;
19437 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19438 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19439 {
19440 PyThreadState* __tstate = wxPyBeginAllowThreads();
19441 wxListItemAttr_Destroy(arg1);
19442
19443 wxPyEndAllowThreads(__tstate);
19444 if (PyErr_Occurred()) SWIG_fail;
19445 }
19446 Py_INCREF(Py_None); resultobj = Py_None;
19447 return resultobj;
19448 fail:
19449 return NULL;
19450 }
19451
19452
19453 static PyObject * ListItemAttr_swigregister(PyObject *, PyObject *args) {
19454 PyObject *obj;
19455 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
19456 SWIG_TypeClientData(SWIGTYPE_p_wxListItemAttr, obj);
19457 Py_INCREF(obj);
19458 return Py_BuildValue((char *)"");
19459 }
19460 static PyObject *_wrap_new_ListItem(PyObject *, PyObject *args, PyObject *kwargs) {
19461 PyObject *resultobj;
19462 wxListItem *result;
19463 char *kwnames[] = {
19464 NULL
19465 };
19466
19467 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_ListItem",kwnames)) goto fail;
19468 {
19469 PyThreadState* __tstate = wxPyBeginAllowThreads();
19470 result = (wxListItem *)new wxListItem();
19471
19472 wxPyEndAllowThreads(__tstate);
19473 if (PyErr_Occurred()) SWIG_fail;
19474 }
19475 {
19476 resultobj = wxPyMake_wxObject(result, 1);
19477 }
19478 return resultobj;
19479 fail:
19480 return NULL;
19481 }
19482
19483
19484 static PyObject *_wrap_delete_ListItem(PyObject *, PyObject *args, PyObject *kwargs) {
19485 PyObject *resultobj;
19486 wxListItem *arg1 = (wxListItem *) 0 ;
19487 PyObject * obj0 = 0 ;
19488 char *kwnames[] = {
19489 (char *) "self", NULL
19490 };
19491
19492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ListItem",kwnames,&obj0)) goto fail;
19493 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19494 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19495 {
19496 PyThreadState* __tstate = wxPyBeginAllowThreads();
19497 delete arg1;
19498
19499 wxPyEndAllowThreads(__tstate);
19500 if (PyErr_Occurred()) SWIG_fail;
19501 }
19502 Py_INCREF(Py_None); resultobj = Py_None;
19503 return resultobj;
19504 fail:
19505 return NULL;
19506 }
19507
19508
19509 static PyObject *_wrap_ListItem_Clear(PyObject *, PyObject *args, PyObject *kwargs) {
19510 PyObject *resultobj;
19511 wxListItem *arg1 = (wxListItem *) 0 ;
19512 PyObject * obj0 = 0 ;
19513 char *kwnames[] = {
19514 (char *) "self", NULL
19515 };
19516
19517 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_Clear",kwnames,&obj0)) goto fail;
19518 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19519 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19520 {
19521 PyThreadState* __tstate = wxPyBeginAllowThreads();
19522 (arg1)->Clear();
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_ClearAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
19535 PyObject *resultobj;
19536 wxListItem *arg1 = (wxListItem *) 0 ;
19537 PyObject * obj0 = 0 ;
19538 char *kwnames[] = {
19539 (char *) "self", NULL
19540 };
19541
19542 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_ClearAttributes",kwnames,&obj0)) goto fail;
19543 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19544 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19545 {
19546 PyThreadState* __tstate = wxPyBeginAllowThreads();
19547 (arg1)->ClearAttributes();
19548
19549 wxPyEndAllowThreads(__tstate);
19550 if (PyErr_Occurred()) SWIG_fail;
19551 }
19552 Py_INCREF(Py_None); resultobj = Py_None;
19553 return resultobj;
19554 fail:
19555 return NULL;
19556 }
19557
19558
19559 static PyObject *_wrap_ListItem_SetMask(PyObject *, PyObject *args, PyObject *kwargs) {
19560 PyObject *resultobj;
19561 wxListItem *arg1 = (wxListItem *) 0 ;
19562 long arg2 ;
19563 PyObject * obj0 = 0 ;
19564 PyObject * obj1 = 0 ;
19565 char *kwnames[] = {
19566 (char *) "self",(char *) "mask", NULL
19567 };
19568
19569 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetMask",kwnames,&obj0,&obj1)) goto fail;
19570 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19571 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19572 arg2 = (long)SWIG_As_long(obj1);
19573 if (PyErr_Occurred()) SWIG_fail;
19574 {
19575 PyThreadState* __tstate = wxPyBeginAllowThreads();
19576 (arg1)->SetMask(arg2);
19577
19578 wxPyEndAllowThreads(__tstate);
19579 if (PyErr_Occurred()) SWIG_fail;
19580 }
19581 Py_INCREF(Py_None); resultobj = Py_None;
19582 return resultobj;
19583 fail:
19584 return NULL;
19585 }
19586
19587
19588 static PyObject *_wrap_ListItem_SetId(PyObject *, PyObject *args, PyObject *kwargs) {
19589 PyObject *resultobj;
19590 wxListItem *arg1 = (wxListItem *) 0 ;
19591 long arg2 ;
19592 PyObject * obj0 = 0 ;
19593 PyObject * obj1 = 0 ;
19594 char *kwnames[] = {
19595 (char *) "self",(char *) "id", NULL
19596 };
19597
19598 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetId",kwnames,&obj0,&obj1)) goto fail;
19599 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19600 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19601 arg2 = (long)SWIG_As_long(obj1);
19602 if (PyErr_Occurred()) SWIG_fail;
19603 {
19604 PyThreadState* __tstate = wxPyBeginAllowThreads();
19605 (arg1)->SetId(arg2);
19606
19607 wxPyEndAllowThreads(__tstate);
19608 if (PyErr_Occurred()) SWIG_fail;
19609 }
19610 Py_INCREF(Py_None); resultobj = Py_None;
19611 return resultobj;
19612 fail:
19613 return NULL;
19614 }
19615
19616
19617 static PyObject *_wrap_ListItem_SetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
19618 PyObject *resultobj;
19619 wxListItem *arg1 = (wxListItem *) 0 ;
19620 int arg2 ;
19621 PyObject * obj0 = 0 ;
19622 PyObject * obj1 = 0 ;
19623 char *kwnames[] = {
19624 (char *) "self",(char *) "col", NULL
19625 };
19626
19627 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetColumn",kwnames,&obj0,&obj1)) goto fail;
19628 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19629 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19630 arg2 = (int)SWIG_As_int(obj1);
19631 if (PyErr_Occurred()) SWIG_fail;
19632 {
19633 PyThreadState* __tstate = wxPyBeginAllowThreads();
19634 (arg1)->SetColumn(arg2);
19635
19636 wxPyEndAllowThreads(__tstate);
19637 if (PyErr_Occurred()) SWIG_fail;
19638 }
19639 Py_INCREF(Py_None); resultobj = Py_None;
19640 return resultobj;
19641 fail:
19642 return NULL;
19643 }
19644
19645
19646 static PyObject *_wrap_ListItem_SetState(PyObject *, PyObject *args, PyObject *kwargs) {
19647 PyObject *resultobj;
19648 wxListItem *arg1 = (wxListItem *) 0 ;
19649 long arg2 ;
19650 PyObject * obj0 = 0 ;
19651 PyObject * obj1 = 0 ;
19652 char *kwnames[] = {
19653 (char *) "self",(char *) "state", NULL
19654 };
19655
19656 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetState",kwnames,&obj0,&obj1)) goto fail;
19657 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19658 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19659 arg2 = (long)SWIG_As_long(obj1);
19660 if (PyErr_Occurred()) SWIG_fail;
19661 {
19662 PyThreadState* __tstate = wxPyBeginAllowThreads();
19663 (arg1)->SetState(arg2);
19664
19665 wxPyEndAllowThreads(__tstate);
19666 if (PyErr_Occurred()) SWIG_fail;
19667 }
19668 Py_INCREF(Py_None); resultobj = Py_None;
19669 return resultobj;
19670 fail:
19671 return NULL;
19672 }
19673
19674
19675 static PyObject *_wrap_ListItem_SetStateMask(PyObject *, PyObject *args, PyObject *kwargs) {
19676 PyObject *resultobj;
19677 wxListItem *arg1 = (wxListItem *) 0 ;
19678 long arg2 ;
19679 PyObject * obj0 = 0 ;
19680 PyObject * obj1 = 0 ;
19681 char *kwnames[] = {
19682 (char *) "self",(char *) "stateMask", NULL
19683 };
19684
19685 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetStateMask",kwnames,&obj0,&obj1)) goto fail;
19686 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19687 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19688 arg2 = (long)SWIG_As_long(obj1);
19689 if (PyErr_Occurred()) SWIG_fail;
19690 {
19691 PyThreadState* __tstate = wxPyBeginAllowThreads();
19692 (arg1)->SetStateMask(arg2);
19693
19694 wxPyEndAllowThreads(__tstate);
19695 if (PyErr_Occurred()) SWIG_fail;
19696 }
19697 Py_INCREF(Py_None); resultobj = Py_None;
19698 return resultobj;
19699 fail:
19700 return NULL;
19701 }
19702
19703
19704 static PyObject *_wrap_ListItem_SetText(PyObject *, PyObject *args, PyObject *kwargs) {
19705 PyObject *resultobj;
19706 wxListItem *arg1 = (wxListItem *) 0 ;
19707 wxString *arg2 = 0 ;
19708 bool temp2 = false ;
19709 PyObject * obj0 = 0 ;
19710 PyObject * obj1 = 0 ;
19711 char *kwnames[] = {
19712 (char *) "self",(char *) "text", NULL
19713 };
19714
19715 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetText",kwnames,&obj0,&obj1)) goto fail;
19716 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19717 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19718 {
19719 arg2 = wxString_in_helper(obj1);
19720 if (arg2 == NULL) SWIG_fail;
19721 temp2 = true;
19722 }
19723 {
19724 PyThreadState* __tstate = wxPyBeginAllowThreads();
19725 (arg1)->SetText((wxString const &)*arg2);
19726
19727 wxPyEndAllowThreads(__tstate);
19728 if (PyErr_Occurred()) SWIG_fail;
19729 }
19730 Py_INCREF(Py_None); resultobj = Py_None;
19731 {
19732 if (temp2)
19733 delete arg2;
19734 }
19735 return resultobj;
19736 fail:
19737 {
19738 if (temp2)
19739 delete arg2;
19740 }
19741 return NULL;
19742 }
19743
19744
19745 static PyObject *_wrap_ListItem_SetImage(PyObject *, PyObject *args, PyObject *kwargs) {
19746 PyObject *resultobj;
19747 wxListItem *arg1 = (wxListItem *) 0 ;
19748 int arg2 ;
19749 PyObject * obj0 = 0 ;
19750 PyObject * obj1 = 0 ;
19751 char *kwnames[] = {
19752 (char *) "self",(char *) "image", NULL
19753 };
19754
19755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetImage",kwnames,&obj0,&obj1)) goto fail;
19756 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19757 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19758 arg2 = (int)SWIG_As_int(obj1);
19759 if (PyErr_Occurred()) SWIG_fail;
19760 {
19761 PyThreadState* __tstate = wxPyBeginAllowThreads();
19762 (arg1)->SetImage(arg2);
19763
19764 wxPyEndAllowThreads(__tstate);
19765 if (PyErr_Occurred()) SWIG_fail;
19766 }
19767 Py_INCREF(Py_None); resultobj = Py_None;
19768 return resultobj;
19769 fail:
19770 return NULL;
19771 }
19772
19773
19774 static PyObject *_wrap_ListItem_SetData(PyObject *, PyObject *args, PyObject *kwargs) {
19775 PyObject *resultobj;
19776 wxListItem *arg1 = (wxListItem *) 0 ;
19777 long arg2 ;
19778 PyObject * obj0 = 0 ;
19779 PyObject * obj1 = 0 ;
19780 char *kwnames[] = {
19781 (char *) "self",(char *) "data", NULL
19782 };
19783
19784 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetData",kwnames,&obj0,&obj1)) goto fail;
19785 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19786 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19787 arg2 = (long)SWIG_As_long(obj1);
19788 if (PyErr_Occurred()) SWIG_fail;
19789 {
19790 PyThreadState* __tstate = wxPyBeginAllowThreads();
19791 (arg1)->SetData(arg2);
19792
19793 wxPyEndAllowThreads(__tstate);
19794 if (PyErr_Occurred()) SWIG_fail;
19795 }
19796 Py_INCREF(Py_None); resultobj = Py_None;
19797 return resultobj;
19798 fail:
19799 return NULL;
19800 }
19801
19802
19803 static PyObject *_wrap_ListItem_SetWidth(PyObject *, PyObject *args, PyObject *kwargs) {
19804 PyObject *resultobj;
19805 wxListItem *arg1 = (wxListItem *) 0 ;
19806 int arg2 ;
19807 PyObject * obj0 = 0 ;
19808 PyObject * obj1 = 0 ;
19809 char *kwnames[] = {
19810 (char *) "self",(char *) "width", NULL
19811 };
19812
19813 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetWidth",kwnames,&obj0,&obj1)) goto fail;
19814 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19815 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19816 arg2 = (int)SWIG_As_int(obj1);
19817 if (PyErr_Occurred()) SWIG_fail;
19818 {
19819 PyThreadState* __tstate = wxPyBeginAllowThreads();
19820 (arg1)->SetWidth(arg2);
19821
19822 wxPyEndAllowThreads(__tstate);
19823 if (PyErr_Occurred()) SWIG_fail;
19824 }
19825 Py_INCREF(Py_None); resultobj = Py_None;
19826 return resultobj;
19827 fail:
19828 return NULL;
19829 }
19830
19831
19832 static PyObject *_wrap_ListItem_SetAlign(PyObject *, PyObject *args, PyObject *kwargs) {
19833 PyObject *resultobj;
19834 wxListItem *arg1 = (wxListItem *) 0 ;
19835 int arg2 ;
19836 PyObject * obj0 = 0 ;
19837 PyObject * obj1 = 0 ;
19838 char *kwnames[] = {
19839 (char *) "self",(char *) "align", NULL
19840 };
19841
19842 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetAlign",kwnames,&obj0,&obj1)) goto fail;
19843 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19844 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19845 arg2 = (int)SWIG_As_int(obj1);
19846 if (PyErr_Occurred()) SWIG_fail;
19847 {
19848 PyThreadState* __tstate = wxPyBeginAllowThreads();
19849 (arg1)->SetAlign((wxListColumnFormat )arg2);
19850
19851 wxPyEndAllowThreads(__tstate);
19852 if (PyErr_Occurred()) SWIG_fail;
19853 }
19854 Py_INCREF(Py_None); resultobj = Py_None;
19855 return resultobj;
19856 fail:
19857 return NULL;
19858 }
19859
19860
19861 static PyObject *_wrap_ListItem_SetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
19862 PyObject *resultobj;
19863 wxListItem *arg1 = (wxListItem *) 0 ;
19864 wxColour *arg2 = 0 ;
19865 wxColour temp2 ;
19866 PyObject * obj0 = 0 ;
19867 PyObject * obj1 = 0 ;
19868 char *kwnames[] = {
19869 (char *) "self",(char *) "colText", NULL
19870 };
19871
19872 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
19873 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19874 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19875 {
19876 arg2 = &temp2;
19877 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19878 }
19879 {
19880 PyThreadState* __tstate = wxPyBeginAllowThreads();
19881 (arg1)->SetTextColour((wxColour const &)*arg2);
19882
19883 wxPyEndAllowThreads(__tstate);
19884 if (PyErr_Occurred()) SWIG_fail;
19885 }
19886 Py_INCREF(Py_None); resultobj = Py_None;
19887 return resultobj;
19888 fail:
19889 return NULL;
19890 }
19891
19892
19893 static PyObject *_wrap_ListItem_SetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
19894 PyObject *resultobj;
19895 wxListItem *arg1 = (wxListItem *) 0 ;
19896 wxColour *arg2 = 0 ;
19897 wxColour temp2 ;
19898 PyObject * obj0 = 0 ;
19899 PyObject * obj1 = 0 ;
19900 char *kwnames[] = {
19901 (char *) "self",(char *) "colBack", NULL
19902 };
19903
19904 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
19905 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19906 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19907 {
19908 arg2 = &temp2;
19909 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19910 }
19911 {
19912 PyThreadState* __tstate = wxPyBeginAllowThreads();
19913 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
19914
19915 wxPyEndAllowThreads(__tstate);
19916 if (PyErr_Occurred()) SWIG_fail;
19917 }
19918 Py_INCREF(Py_None); resultobj = Py_None;
19919 return resultobj;
19920 fail:
19921 return NULL;
19922 }
19923
19924
19925 static PyObject *_wrap_ListItem_SetFont(PyObject *, PyObject *args, PyObject *kwargs) {
19926 PyObject *resultobj;
19927 wxListItem *arg1 = (wxListItem *) 0 ;
19928 wxFont *arg2 = 0 ;
19929 PyObject * obj0 = 0 ;
19930 PyObject * obj1 = 0 ;
19931 char *kwnames[] = {
19932 (char *) "self",(char *) "font", NULL
19933 };
19934
19935 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetFont",kwnames,&obj0,&obj1)) goto fail;
19936 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19937 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19938 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
19939 SWIG_POINTER_EXCEPTION | 0)) == -1)
19940 SWIG_fail;
19941 if (arg2 == NULL) {
19942 PyErr_SetString(PyExc_TypeError,"null reference");
19943 SWIG_fail;
19944 }
19945 {
19946 PyThreadState* __tstate = wxPyBeginAllowThreads();
19947 (arg1)->SetFont((wxFont const &)*arg2);
19948
19949 wxPyEndAllowThreads(__tstate);
19950 if (PyErr_Occurred()) SWIG_fail;
19951 }
19952 Py_INCREF(Py_None); resultobj = Py_None;
19953 return resultobj;
19954 fail:
19955 return NULL;
19956 }
19957
19958
19959 static PyObject *_wrap_ListItem_GetMask(PyObject *, PyObject *args, PyObject *kwargs) {
19960 PyObject *resultobj;
19961 wxListItem *arg1 = (wxListItem *) 0 ;
19962 long result;
19963 PyObject * obj0 = 0 ;
19964 char *kwnames[] = {
19965 (char *) "self", NULL
19966 };
19967
19968 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetMask",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 = (long)(arg1)->GetMask();
19974
19975 wxPyEndAllowThreads(__tstate);
19976 if (PyErr_Occurred()) SWIG_fail;
19977 }
19978 resultobj = SWIG_From_long((long)result);
19979 return resultobj;
19980 fail:
19981 return NULL;
19982 }
19983
19984
19985 static PyObject *_wrap_ListItem_GetId(PyObject *, PyObject *args, PyObject *kwargs) {
19986 PyObject *resultobj;
19987 wxListItem *arg1 = (wxListItem *) 0 ;
19988 long result;
19989 PyObject * obj0 = 0 ;
19990 char *kwnames[] = {
19991 (char *) "self", NULL
19992 };
19993
19994 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetId",kwnames,&obj0)) goto fail;
19995 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19996 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19997 {
19998 PyThreadState* __tstate = wxPyBeginAllowThreads();
19999 result = (long)(arg1)->GetId();
20000
20001 wxPyEndAllowThreads(__tstate);
20002 if (PyErr_Occurred()) SWIG_fail;
20003 }
20004 resultobj = SWIG_From_long((long)result);
20005 return resultobj;
20006 fail:
20007 return NULL;
20008 }
20009
20010
20011 static PyObject *_wrap_ListItem_GetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
20012 PyObject *resultobj;
20013 wxListItem *arg1 = (wxListItem *) 0 ;
20014 int result;
20015 PyObject * obj0 = 0 ;
20016 char *kwnames[] = {
20017 (char *) "self", NULL
20018 };
20019
20020 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetColumn",kwnames,&obj0)) goto fail;
20021 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20022 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20023 {
20024 PyThreadState* __tstate = wxPyBeginAllowThreads();
20025 result = (int)(arg1)->GetColumn();
20026
20027 wxPyEndAllowThreads(__tstate);
20028 if (PyErr_Occurred()) SWIG_fail;
20029 }
20030 resultobj = SWIG_From_int((int)result);
20031 return resultobj;
20032 fail:
20033 return NULL;
20034 }
20035
20036
20037 static PyObject *_wrap_ListItem_GetState(PyObject *, PyObject *args, PyObject *kwargs) {
20038 PyObject *resultobj;
20039 wxListItem *arg1 = (wxListItem *) 0 ;
20040 long result;
20041 PyObject * obj0 = 0 ;
20042 char *kwnames[] = {
20043 (char *) "self", NULL
20044 };
20045
20046 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetState",kwnames,&obj0)) goto fail;
20047 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20048 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20049 {
20050 PyThreadState* __tstate = wxPyBeginAllowThreads();
20051 result = (long)(arg1)->GetState();
20052
20053 wxPyEndAllowThreads(__tstate);
20054 if (PyErr_Occurred()) SWIG_fail;
20055 }
20056 resultobj = SWIG_From_long((long)result);
20057 return resultobj;
20058 fail:
20059 return NULL;
20060 }
20061
20062
20063 static PyObject *_wrap_ListItem_GetText(PyObject *, PyObject *args, PyObject *kwargs) {
20064 PyObject *resultobj;
20065 wxListItem *arg1 = (wxListItem *) 0 ;
20066 wxString *result;
20067 PyObject * obj0 = 0 ;
20068 char *kwnames[] = {
20069 (char *) "self", NULL
20070 };
20071
20072 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetText",kwnames,&obj0)) goto fail;
20073 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20074 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20075 {
20076 PyThreadState* __tstate = wxPyBeginAllowThreads();
20077 {
20078 wxString const &_result_ref = (arg1)->GetText();
20079 result = (wxString *) &_result_ref;
20080 }
20081
20082 wxPyEndAllowThreads(__tstate);
20083 if (PyErr_Occurred()) SWIG_fail;
20084 }
20085 {
20086 #if wxUSE_UNICODE
20087 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20088 #else
20089 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20090 #endif
20091 }
20092 return resultobj;
20093 fail:
20094 return NULL;
20095 }
20096
20097
20098 static PyObject *_wrap_ListItem_GetImage(PyObject *, PyObject *args, PyObject *kwargs) {
20099 PyObject *resultobj;
20100 wxListItem *arg1 = (wxListItem *) 0 ;
20101 int result;
20102 PyObject * obj0 = 0 ;
20103 char *kwnames[] = {
20104 (char *) "self", NULL
20105 };
20106
20107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetImage",kwnames,&obj0)) goto fail;
20108 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20109 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20110 {
20111 PyThreadState* __tstate = wxPyBeginAllowThreads();
20112 result = (int)(arg1)->GetImage();
20113
20114 wxPyEndAllowThreads(__tstate);
20115 if (PyErr_Occurred()) SWIG_fail;
20116 }
20117 resultobj = SWIG_From_int((int)result);
20118 return resultobj;
20119 fail:
20120 return NULL;
20121 }
20122
20123
20124 static PyObject *_wrap_ListItem_GetData(PyObject *, PyObject *args, PyObject *kwargs) {
20125 PyObject *resultobj;
20126 wxListItem *arg1 = (wxListItem *) 0 ;
20127 long result;
20128 PyObject * obj0 = 0 ;
20129 char *kwnames[] = {
20130 (char *) "self", NULL
20131 };
20132
20133 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetData",kwnames,&obj0)) goto fail;
20134 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20135 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20136 {
20137 PyThreadState* __tstate = wxPyBeginAllowThreads();
20138 result = (long)(arg1)->GetData();
20139
20140 wxPyEndAllowThreads(__tstate);
20141 if (PyErr_Occurred()) SWIG_fail;
20142 }
20143 resultobj = SWIG_From_long((long)result);
20144 return resultobj;
20145 fail:
20146 return NULL;
20147 }
20148
20149
20150 static PyObject *_wrap_ListItem_GetWidth(PyObject *, PyObject *args, PyObject *kwargs) {
20151 PyObject *resultobj;
20152 wxListItem *arg1 = (wxListItem *) 0 ;
20153 int result;
20154 PyObject * obj0 = 0 ;
20155 char *kwnames[] = {
20156 (char *) "self", NULL
20157 };
20158
20159 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetWidth",kwnames,&obj0)) goto fail;
20160 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20161 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20162 {
20163 PyThreadState* __tstate = wxPyBeginAllowThreads();
20164 result = (int)(arg1)->GetWidth();
20165
20166 wxPyEndAllowThreads(__tstate);
20167 if (PyErr_Occurred()) SWIG_fail;
20168 }
20169 resultobj = SWIG_From_int((int)result);
20170 return resultobj;
20171 fail:
20172 return NULL;
20173 }
20174
20175
20176 static PyObject *_wrap_ListItem_GetAlign(PyObject *, PyObject *args, PyObject *kwargs) {
20177 PyObject *resultobj;
20178 wxListItem *arg1 = (wxListItem *) 0 ;
20179 int result;
20180 PyObject * obj0 = 0 ;
20181 char *kwnames[] = {
20182 (char *) "self", NULL
20183 };
20184
20185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAlign",kwnames,&obj0)) goto fail;
20186 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20187 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20188 {
20189 PyThreadState* __tstate = wxPyBeginAllowThreads();
20190 result = (int)(arg1)->GetAlign();
20191
20192 wxPyEndAllowThreads(__tstate);
20193 if (PyErr_Occurred()) SWIG_fail;
20194 }
20195 resultobj = SWIG_From_int((int)result);
20196 return resultobj;
20197 fail:
20198 return NULL;
20199 }
20200
20201
20202 static PyObject *_wrap_ListItem_GetAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
20203 PyObject *resultobj;
20204 wxListItem *arg1 = (wxListItem *) 0 ;
20205 wxListItemAttr *result;
20206 PyObject * obj0 = 0 ;
20207 char *kwnames[] = {
20208 (char *) "self", NULL
20209 };
20210
20211 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAttributes",kwnames,&obj0)) goto fail;
20212 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20213 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20214 {
20215 PyThreadState* __tstate = wxPyBeginAllowThreads();
20216 result = (wxListItemAttr *)(arg1)->GetAttributes();
20217
20218 wxPyEndAllowThreads(__tstate);
20219 if (PyErr_Occurred()) SWIG_fail;
20220 }
20221 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItemAttr, 0);
20222 return resultobj;
20223 fail:
20224 return NULL;
20225 }
20226
20227
20228 static PyObject *_wrap_ListItem_HasAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
20229 PyObject *resultobj;
20230 wxListItem *arg1 = (wxListItem *) 0 ;
20231 bool result;
20232 PyObject * obj0 = 0 ;
20233 char *kwnames[] = {
20234 (char *) "self", NULL
20235 };
20236
20237 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_HasAttributes",kwnames,&obj0)) goto fail;
20238 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20239 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20240 {
20241 PyThreadState* __tstate = wxPyBeginAllowThreads();
20242 result = (bool)(arg1)->HasAttributes();
20243
20244 wxPyEndAllowThreads(__tstate);
20245 if (PyErr_Occurred()) SWIG_fail;
20246 }
20247 {
20248 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20249 }
20250 return resultobj;
20251 fail:
20252 return NULL;
20253 }
20254
20255
20256 static PyObject *_wrap_ListItem_GetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
20257 PyObject *resultobj;
20258 wxListItem *arg1 = (wxListItem *) 0 ;
20259 wxColour result;
20260 PyObject * obj0 = 0 ;
20261 char *kwnames[] = {
20262 (char *) "self", NULL
20263 };
20264
20265 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetTextColour",kwnames,&obj0)) goto fail;
20266 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20267 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20268 {
20269 PyThreadState* __tstate = wxPyBeginAllowThreads();
20270 result = ((wxListItem const *)arg1)->GetTextColour();
20271
20272 wxPyEndAllowThreads(__tstate);
20273 if (PyErr_Occurred()) SWIG_fail;
20274 }
20275 {
20276 wxColour * resultptr;
20277 resultptr = new wxColour((wxColour &) result);
20278 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
20279 }
20280 return resultobj;
20281 fail:
20282 return NULL;
20283 }
20284
20285
20286 static PyObject *_wrap_ListItem_GetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
20287 PyObject *resultobj;
20288 wxListItem *arg1 = (wxListItem *) 0 ;
20289 wxColour result;
20290 PyObject * obj0 = 0 ;
20291 char *kwnames[] = {
20292 (char *) "self", NULL
20293 };
20294
20295 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetBackgroundColour",kwnames,&obj0)) goto fail;
20296 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20297 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20298 {
20299 PyThreadState* __tstate = wxPyBeginAllowThreads();
20300 result = ((wxListItem const *)arg1)->GetBackgroundColour();
20301
20302 wxPyEndAllowThreads(__tstate);
20303 if (PyErr_Occurred()) SWIG_fail;
20304 }
20305 {
20306 wxColour * resultptr;
20307 resultptr = new wxColour((wxColour &) result);
20308 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
20309 }
20310 return resultobj;
20311 fail:
20312 return NULL;
20313 }
20314
20315
20316 static PyObject *_wrap_ListItem_GetFont(PyObject *, PyObject *args, PyObject *kwargs) {
20317 PyObject *resultobj;
20318 wxListItem *arg1 = (wxListItem *) 0 ;
20319 wxFont result;
20320 PyObject * obj0 = 0 ;
20321 char *kwnames[] = {
20322 (char *) "self", NULL
20323 };
20324
20325 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetFont",kwnames,&obj0)) goto fail;
20326 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20327 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20328 {
20329 PyThreadState* __tstate = wxPyBeginAllowThreads();
20330 result = ((wxListItem const *)arg1)->GetFont();
20331
20332 wxPyEndAllowThreads(__tstate);
20333 if (PyErr_Occurred()) SWIG_fail;
20334 }
20335 {
20336 wxFont * resultptr;
20337 resultptr = new wxFont((wxFont &) result);
20338 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
20339 }
20340 return resultobj;
20341 fail:
20342 return NULL;
20343 }
20344
20345
20346 static PyObject *_wrap_ListItem_m_mask_set(PyObject *, PyObject *args, PyObject *kwargs) {
20347 PyObject *resultobj;
20348 wxListItem *arg1 = (wxListItem *) 0 ;
20349 long arg2 ;
20350 PyObject * obj0 = 0 ;
20351 PyObject * obj1 = 0 ;
20352 char *kwnames[] = {
20353 (char *) "self",(char *) "m_mask", NULL
20354 };
20355
20356 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_mask_set",kwnames,&obj0,&obj1)) goto fail;
20357 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20358 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20359 arg2 = (long)SWIG_As_long(obj1);
20360 if (PyErr_Occurred()) SWIG_fail;
20361 if (arg1) (arg1)->m_mask = arg2;
20362
20363 Py_INCREF(Py_None); resultobj = Py_None;
20364 return resultobj;
20365 fail:
20366 return NULL;
20367 }
20368
20369
20370 static PyObject *_wrap_ListItem_m_mask_get(PyObject *, PyObject *args, PyObject *kwargs) {
20371 PyObject *resultobj;
20372 wxListItem *arg1 = (wxListItem *) 0 ;
20373 long result;
20374 PyObject * obj0 = 0 ;
20375 char *kwnames[] = {
20376 (char *) "self", NULL
20377 };
20378
20379 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_mask_get",kwnames,&obj0)) goto fail;
20380 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20381 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20382 result = (long) ((arg1)->m_mask);
20383
20384 resultobj = SWIG_From_long((long)result);
20385 return resultobj;
20386 fail:
20387 return NULL;
20388 }
20389
20390
20391 static PyObject *_wrap_ListItem_m_itemId_set(PyObject *, PyObject *args, PyObject *kwargs) {
20392 PyObject *resultobj;
20393 wxListItem *arg1 = (wxListItem *) 0 ;
20394 long arg2 ;
20395 PyObject * obj0 = 0 ;
20396 PyObject * obj1 = 0 ;
20397 char *kwnames[] = {
20398 (char *) "self",(char *) "m_itemId", NULL
20399 };
20400
20401 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_itemId_set",kwnames,&obj0,&obj1)) goto fail;
20402 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20403 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20404 arg2 = (long)SWIG_As_long(obj1);
20405 if (PyErr_Occurred()) SWIG_fail;
20406 if (arg1) (arg1)->m_itemId = arg2;
20407
20408 Py_INCREF(Py_None); resultobj = Py_None;
20409 return resultobj;
20410 fail:
20411 return NULL;
20412 }
20413
20414
20415 static PyObject *_wrap_ListItem_m_itemId_get(PyObject *, PyObject *args, PyObject *kwargs) {
20416 PyObject *resultobj;
20417 wxListItem *arg1 = (wxListItem *) 0 ;
20418 long result;
20419 PyObject * obj0 = 0 ;
20420 char *kwnames[] = {
20421 (char *) "self", NULL
20422 };
20423
20424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_itemId_get",kwnames,&obj0)) goto fail;
20425 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20426 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20427 result = (long) ((arg1)->m_itemId);
20428
20429 resultobj = SWIG_From_long((long)result);
20430 return resultobj;
20431 fail:
20432 return NULL;
20433 }
20434
20435
20436 static PyObject *_wrap_ListItem_m_col_set(PyObject *, PyObject *args, PyObject *kwargs) {
20437 PyObject *resultobj;
20438 wxListItem *arg1 = (wxListItem *) 0 ;
20439 int arg2 ;
20440 PyObject * obj0 = 0 ;
20441 PyObject * obj1 = 0 ;
20442 char *kwnames[] = {
20443 (char *) "self",(char *) "m_col", NULL
20444 };
20445
20446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_col_set",kwnames,&obj0,&obj1)) goto fail;
20447 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20448 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20449 arg2 = (int)SWIG_As_int(obj1);
20450 if (PyErr_Occurred()) SWIG_fail;
20451 if (arg1) (arg1)->m_col = arg2;
20452
20453 Py_INCREF(Py_None); resultobj = Py_None;
20454 return resultobj;
20455 fail:
20456 return NULL;
20457 }
20458
20459
20460 static PyObject *_wrap_ListItem_m_col_get(PyObject *, PyObject *args, PyObject *kwargs) {
20461 PyObject *resultobj;
20462 wxListItem *arg1 = (wxListItem *) 0 ;
20463 int result;
20464 PyObject * obj0 = 0 ;
20465 char *kwnames[] = {
20466 (char *) "self", NULL
20467 };
20468
20469 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_col_get",kwnames,&obj0)) goto fail;
20470 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20471 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20472 result = (int) ((arg1)->m_col);
20473
20474 resultobj = SWIG_From_int((int)result);
20475 return resultobj;
20476 fail:
20477 return NULL;
20478 }
20479
20480
20481 static PyObject *_wrap_ListItem_m_state_set(PyObject *, PyObject *args, PyObject *kwargs) {
20482 PyObject *resultobj;
20483 wxListItem *arg1 = (wxListItem *) 0 ;
20484 long arg2 ;
20485 PyObject * obj0 = 0 ;
20486 PyObject * obj1 = 0 ;
20487 char *kwnames[] = {
20488 (char *) "self",(char *) "m_state", NULL
20489 };
20490
20491 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_state_set",kwnames,&obj0,&obj1)) goto fail;
20492 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20493 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20494 arg2 = (long)SWIG_As_long(obj1);
20495 if (PyErr_Occurred()) SWIG_fail;
20496 if (arg1) (arg1)->m_state = arg2;
20497
20498 Py_INCREF(Py_None); resultobj = Py_None;
20499 return resultobj;
20500 fail:
20501 return NULL;
20502 }
20503
20504
20505 static PyObject *_wrap_ListItem_m_state_get(PyObject *, PyObject *args, PyObject *kwargs) {
20506 PyObject *resultobj;
20507 wxListItem *arg1 = (wxListItem *) 0 ;
20508 long result;
20509 PyObject * obj0 = 0 ;
20510 char *kwnames[] = {
20511 (char *) "self", NULL
20512 };
20513
20514 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_state_get",kwnames,&obj0)) goto fail;
20515 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20516 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20517 result = (long) ((arg1)->m_state);
20518
20519 resultobj = SWIG_From_long((long)result);
20520 return resultobj;
20521 fail:
20522 return NULL;
20523 }
20524
20525
20526 static PyObject *_wrap_ListItem_m_stateMask_set(PyObject *, PyObject *args, PyObject *kwargs) {
20527 PyObject *resultobj;
20528 wxListItem *arg1 = (wxListItem *) 0 ;
20529 long arg2 ;
20530 PyObject * obj0 = 0 ;
20531 PyObject * obj1 = 0 ;
20532 char *kwnames[] = {
20533 (char *) "self",(char *) "m_stateMask", NULL
20534 };
20535
20536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_stateMask_set",kwnames,&obj0,&obj1)) goto fail;
20537 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20538 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20539 arg2 = (long)SWIG_As_long(obj1);
20540 if (PyErr_Occurred()) SWIG_fail;
20541 if (arg1) (arg1)->m_stateMask = arg2;
20542
20543 Py_INCREF(Py_None); resultobj = Py_None;
20544 return resultobj;
20545 fail:
20546 return NULL;
20547 }
20548
20549
20550 static PyObject *_wrap_ListItem_m_stateMask_get(PyObject *, PyObject *args, PyObject *kwargs) {
20551 PyObject *resultobj;
20552 wxListItem *arg1 = (wxListItem *) 0 ;
20553 long result;
20554 PyObject * obj0 = 0 ;
20555 char *kwnames[] = {
20556 (char *) "self", NULL
20557 };
20558
20559 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_stateMask_get",kwnames,&obj0)) goto fail;
20560 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20561 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20562 result = (long) ((arg1)->m_stateMask);
20563
20564 resultobj = SWIG_From_long((long)result);
20565 return resultobj;
20566 fail:
20567 return NULL;
20568 }
20569
20570
20571 static PyObject *_wrap_ListItem_m_text_set(PyObject *, PyObject *args, PyObject *kwargs) {
20572 PyObject *resultobj;
20573 wxListItem *arg1 = (wxListItem *) 0 ;
20574 wxString *arg2 = (wxString *) 0 ;
20575 bool temp2 = false ;
20576 PyObject * obj0 = 0 ;
20577 PyObject * obj1 = 0 ;
20578 char *kwnames[] = {
20579 (char *) "self",(char *) "m_text", NULL
20580 };
20581
20582 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_text_set",kwnames,&obj0,&obj1)) goto fail;
20583 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20584 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20585 {
20586 arg2 = wxString_in_helper(obj1);
20587 if (arg2 == NULL) SWIG_fail;
20588 temp2 = true;
20589 }
20590 if (arg1) (arg1)->m_text = *arg2;
20591
20592 Py_INCREF(Py_None); resultobj = Py_None;
20593 {
20594 if (temp2)
20595 delete arg2;
20596 }
20597 return resultobj;
20598 fail:
20599 {
20600 if (temp2)
20601 delete arg2;
20602 }
20603 return NULL;
20604 }
20605
20606
20607 static PyObject *_wrap_ListItem_m_text_get(PyObject *, PyObject *args, PyObject *kwargs) {
20608 PyObject *resultobj;
20609 wxListItem *arg1 = (wxListItem *) 0 ;
20610 wxString *result;
20611 PyObject * obj0 = 0 ;
20612 char *kwnames[] = {
20613 (char *) "self", NULL
20614 };
20615
20616 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_text_get",kwnames,&obj0)) goto fail;
20617 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20618 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20619 result = (wxString *)& ((arg1)->m_text);
20620
20621 {
20622 #if wxUSE_UNICODE
20623 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20624 #else
20625 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20626 #endif
20627 }
20628 return resultobj;
20629 fail:
20630 return NULL;
20631 }
20632
20633
20634 static PyObject *_wrap_ListItem_m_image_set(PyObject *, PyObject *args, PyObject *kwargs) {
20635 PyObject *resultobj;
20636 wxListItem *arg1 = (wxListItem *) 0 ;
20637 int arg2 ;
20638 PyObject * obj0 = 0 ;
20639 PyObject * obj1 = 0 ;
20640 char *kwnames[] = {
20641 (char *) "self",(char *) "m_image", NULL
20642 };
20643
20644 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_image_set",kwnames,&obj0,&obj1)) goto fail;
20645 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20646 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20647 arg2 = (int)SWIG_As_int(obj1);
20648 if (PyErr_Occurred()) SWIG_fail;
20649 if (arg1) (arg1)->m_image = arg2;
20650
20651 Py_INCREF(Py_None); resultobj = Py_None;
20652 return resultobj;
20653 fail:
20654 return NULL;
20655 }
20656
20657
20658 static PyObject *_wrap_ListItem_m_image_get(PyObject *, PyObject *args, PyObject *kwargs) {
20659 PyObject *resultobj;
20660 wxListItem *arg1 = (wxListItem *) 0 ;
20661 int result;
20662 PyObject * obj0 = 0 ;
20663 char *kwnames[] = {
20664 (char *) "self", NULL
20665 };
20666
20667 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_image_get",kwnames,&obj0)) goto fail;
20668 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20669 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20670 result = (int) ((arg1)->m_image);
20671
20672 resultobj = SWIG_From_int((int)result);
20673 return resultobj;
20674 fail:
20675 return NULL;
20676 }
20677
20678
20679 static PyObject *_wrap_ListItem_m_data_set(PyObject *, PyObject *args, PyObject *kwargs) {
20680 PyObject *resultobj;
20681 wxListItem *arg1 = (wxListItem *) 0 ;
20682 long arg2 ;
20683 PyObject * obj0 = 0 ;
20684 PyObject * obj1 = 0 ;
20685 char *kwnames[] = {
20686 (char *) "self",(char *) "m_data", NULL
20687 };
20688
20689 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_data_set",kwnames,&obj0,&obj1)) goto fail;
20690 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20691 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20692 arg2 = (long)SWIG_As_long(obj1);
20693 if (PyErr_Occurred()) SWIG_fail;
20694 if (arg1) (arg1)->m_data = arg2;
20695
20696 Py_INCREF(Py_None); resultobj = Py_None;
20697 return resultobj;
20698 fail:
20699 return NULL;
20700 }
20701
20702
20703 static PyObject *_wrap_ListItem_m_data_get(PyObject *, PyObject *args, PyObject *kwargs) {
20704 PyObject *resultobj;
20705 wxListItem *arg1 = (wxListItem *) 0 ;
20706 long result;
20707 PyObject * obj0 = 0 ;
20708 char *kwnames[] = {
20709 (char *) "self", NULL
20710 };
20711
20712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_data_get",kwnames,&obj0)) goto fail;
20713 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20714 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20715 result = (long) ((arg1)->m_data);
20716
20717 resultobj = SWIG_From_long((long)result);
20718 return resultobj;
20719 fail:
20720 return NULL;
20721 }
20722
20723
20724 static PyObject *_wrap_ListItem_m_format_set(PyObject *, PyObject *args, PyObject *kwargs) {
20725 PyObject *resultobj;
20726 wxListItem *arg1 = (wxListItem *) 0 ;
20727 int arg2 ;
20728 PyObject * obj0 = 0 ;
20729 PyObject * obj1 = 0 ;
20730 char *kwnames[] = {
20731 (char *) "self",(char *) "m_format", NULL
20732 };
20733
20734 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_format_set",kwnames,&obj0,&obj1)) goto fail;
20735 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20736 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20737 arg2 = (int)SWIG_As_int(obj1);
20738 if (PyErr_Occurred()) SWIG_fail;
20739 if (arg1) (arg1)->m_format = arg2;
20740
20741 Py_INCREF(Py_None); resultobj = Py_None;
20742 return resultobj;
20743 fail:
20744 return NULL;
20745 }
20746
20747
20748 static PyObject *_wrap_ListItem_m_format_get(PyObject *, PyObject *args, PyObject *kwargs) {
20749 PyObject *resultobj;
20750 wxListItem *arg1 = (wxListItem *) 0 ;
20751 int result;
20752 PyObject * obj0 = 0 ;
20753 char *kwnames[] = {
20754 (char *) "self", NULL
20755 };
20756
20757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_format_get",kwnames,&obj0)) goto fail;
20758 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20759 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20760 result = (int) ((arg1)->m_format);
20761
20762 resultobj = SWIG_From_int((int)result);
20763 return resultobj;
20764 fail:
20765 return NULL;
20766 }
20767
20768
20769 static PyObject *_wrap_ListItem_m_width_set(PyObject *, PyObject *args, PyObject *kwargs) {
20770 PyObject *resultobj;
20771 wxListItem *arg1 = (wxListItem *) 0 ;
20772 int arg2 ;
20773 PyObject * obj0 = 0 ;
20774 PyObject * obj1 = 0 ;
20775 char *kwnames[] = {
20776 (char *) "self",(char *) "m_width", NULL
20777 };
20778
20779 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_width_set",kwnames,&obj0,&obj1)) goto fail;
20780 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20781 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20782 arg2 = (int)SWIG_As_int(obj1);
20783 if (PyErr_Occurred()) SWIG_fail;
20784 if (arg1) (arg1)->m_width = arg2;
20785
20786 Py_INCREF(Py_None); resultobj = Py_None;
20787 return resultobj;
20788 fail:
20789 return NULL;
20790 }
20791
20792
20793 static PyObject *_wrap_ListItem_m_width_get(PyObject *, PyObject *args, PyObject *kwargs) {
20794 PyObject *resultobj;
20795 wxListItem *arg1 = (wxListItem *) 0 ;
20796 int result;
20797 PyObject * obj0 = 0 ;
20798 char *kwnames[] = {
20799 (char *) "self", NULL
20800 };
20801
20802 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_width_get",kwnames,&obj0)) goto fail;
20803 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20804 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20805 result = (int) ((arg1)->m_width);
20806
20807 resultobj = SWIG_From_int((int)result);
20808 return resultobj;
20809 fail:
20810 return NULL;
20811 }
20812
20813
20814 static PyObject * ListItem_swigregister(PyObject *, PyObject *args) {
20815 PyObject *obj;
20816 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
20817 SWIG_TypeClientData(SWIGTYPE_p_wxListItem, obj);
20818 Py_INCREF(obj);
20819 return Py_BuildValue((char *)"");
20820 }
20821 static PyObject *_wrap_new_ListEvent(PyObject *, PyObject *args, PyObject *kwargs) {
20822 PyObject *resultobj;
20823 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
20824 int arg2 = (int) 0 ;
20825 wxListEvent *result;
20826 PyObject * obj0 = 0 ;
20827 PyObject * obj1 = 0 ;
20828 char *kwnames[] = {
20829 (char *) "commandType",(char *) "id", NULL
20830 };
20831
20832 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ListEvent",kwnames,&obj0,&obj1)) goto fail;
20833 if (obj0) {
20834 arg1 = (wxEventType)SWIG_As_int(obj0);
20835 if (PyErr_Occurred()) SWIG_fail;
20836 }
20837 if (obj1) {
20838 arg2 = (int)SWIG_As_int(obj1);
20839 if (PyErr_Occurred()) SWIG_fail;
20840 }
20841 {
20842 PyThreadState* __tstate = wxPyBeginAllowThreads();
20843 result = (wxListEvent *)new wxListEvent(arg1,arg2);
20844
20845 wxPyEndAllowThreads(__tstate);
20846 if (PyErr_Occurred()) SWIG_fail;
20847 }
20848 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListEvent, 1);
20849 return resultobj;
20850 fail:
20851 return NULL;
20852 }
20853
20854
20855 static PyObject *_wrap_ListEvent_m_code_set(PyObject *, PyObject *args, PyObject *kwargs) {
20856 PyObject *resultobj;
20857 wxListEvent *arg1 = (wxListEvent *) 0 ;
20858 int arg2 ;
20859 PyObject * obj0 = 0 ;
20860 PyObject * obj1 = 0 ;
20861 char *kwnames[] = {
20862 (char *) "self",(char *) "m_code", NULL
20863 };
20864
20865 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_code_set",kwnames,&obj0,&obj1)) goto fail;
20866 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20867 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20868 arg2 = (int)SWIG_As_int(obj1);
20869 if (PyErr_Occurred()) SWIG_fail;
20870 if (arg1) (arg1)->m_code = arg2;
20871
20872 Py_INCREF(Py_None); resultobj = Py_None;
20873 return resultobj;
20874 fail:
20875 return NULL;
20876 }
20877
20878
20879 static PyObject *_wrap_ListEvent_m_code_get(PyObject *, PyObject *args, PyObject *kwargs) {
20880 PyObject *resultobj;
20881 wxListEvent *arg1 = (wxListEvent *) 0 ;
20882 int result;
20883 PyObject * obj0 = 0 ;
20884 char *kwnames[] = {
20885 (char *) "self", NULL
20886 };
20887
20888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_code_get",kwnames,&obj0)) goto fail;
20889 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20890 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20891 result = (int) ((arg1)->m_code);
20892
20893 resultobj = SWIG_From_int((int)result);
20894 return resultobj;
20895 fail:
20896 return NULL;
20897 }
20898
20899
20900 static PyObject *_wrap_ListEvent_m_oldItemIndex_set(PyObject *, PyObject *args, PyObject *kwargs) {
20901 PyObject *resultobj;
20902 wxListEvent *arg1 = (wxListEvent *) 0 ;
20903 long arg2 ;
20904 PyObject * obj0 = 0 ;
20905 PyObject * obj1 = 0 ;
20906 char *kwnames[] = {
20907 (char *) "self",(char *) "m_oldItemIndex", NULL
20908 };
20909
20910 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_oldItemIndex_set",kwnames,&obj0,&obj1)) goto fail;
20911 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20912 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20913 arg2 = (long)SWIG_As_long(obj1);
20914 if (PyErr_Occurred()) SWIG_fail;
20915 if (arg1) (arg1)->m_oldItemIndex = arg2;
20916
20917 Py_INCREF(Py_None); resultobj = Py_None;
20918 return resultobj;
20919 fail:
20920 return NULL;
20921 }
20922
20923
20924 static PyObject *_wrap_ListEvent_m_oldItemIndex_get(PyObject *, PyObject *args, PyObject *kwargs) {
20925 PyObject *resultobj;
20926 wxListEvent *arg1 = (wxListEvent *) 0 ;
20927 long result;
20928 PyObject * obj0 = 0 ;
20929 char *kwnames[] = {
20930 (char *) "self", NULL
20931 };
20932
20933 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_oldItemIndex_get",kwnames,&obj0)) goto fail;
20934 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20935 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20936 result = (long) ((arg1)->m_oldItemIndex);
20937
20938 resultobj = SWIG_From_long((long)result);
20939 return resultobj;
20940 fail:
20941 return NULL;
20942 }
20943
20944
20945 static PyObject *_wrap_ListEvent_m_itemIndex_set(PyObject *, PyObject *args, PyObject *kwargs) {
20946 PyObject *resultobj;
20947 wxListEvent *arg1 = (wxListEvent *) 0 ;
20948 long arg2 ;
20949 PyObject * obj0 = 0 ;
20950 PyObject * obj1 = 0 ;
20951 char *kwnames[] = {
20952 (char *) "self",(char *) "m_itemIndex", NULL
20953 };
20954
20955 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_itemIndex_set",kwnames,&obj0,&obj1)) goto fail;
20956 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20957 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20958 arg2 = (long)SWIG_As_long(obj1);
20959 if (PyErr_Occurred()) SWIG_fail;
20960 if (arg1) (arg1)->m_itemIndex = arg2;
20961
20962 Py_INCREF(Py_None); resultobj = Py_None;
20963 return resultobj;
20964 fail:
20965 return NULL;
20966 }
20967
20968
20969 static PyObject *_wrap_ListEvent_m_itemIndex_get(PyObject *, PyObject *args, PyObject *kwargs) {
20970 PyObject *resultobj;
20971 wxListEvent *arg1 = (wxListEvent *) 0 ;
20972 long result;
20973 PyObject * obj0 = 0 ;
20974 char *kwnames[] = {
20975 (char *) "self", NULL
20976 };
20977
20978 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_itemIndex_get",kwnames,&obj0)) goto fail;
20979 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20980 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20981 result = (long) ((arg1)->m_itemIndex);
20982
20983 resultobj = SWIG_From_long((long)result);
20984 return resultobj;
20985 fail:
20986 return NULL;
20987 }
20988
20989
20990 static PyObject *_wrap_ListEvent_m_col_set(PyObject *, PyObject *args, PyObject *kwargs) {
20991 PyObject *resultobj;
20992 wxListEvent *arg1 = (wxListEvent *) 0 ;
20993 int arg2 ;
20994 PyObject * obj0 = 0 ;
20995 PyObject * obj1 = 0 ;
20996 char *kwnames[] = {
20997 (char *) "self",(char *) "m_col", NULL
20998 };
20999
21000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_col_set",kwnames,&obj0,&obj1)) goto fail;
21001 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21002 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21003 arg2 = (int)SWIG_As_int(obj1);
21004 if (PyErr_Occurred()) SWIG_fail;
21005 if (arg1) (arg1)->m_col = arg2;
21006
21007 Py_INCREF(Py_None); resultobj = Py_None;
21008 return resultobj;
21009 fail:
21010 return NULL;
21011 }
21012
21013
21014 static PyObject *_wrap_ListEvent_m_col_get(PyObject *, PyObject *args, PyObject *kwargs) {
21015 PyObject *resultobj;
21016 wxListEvent *arg1 = (wxListEvent *) 0 ;
21017 int result;
21018 PyObject * obj0 = 0 ;
21019 char *kwnames[] = {
21020 (char *) "self", NULL
21021 };
21022
21023 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_col_get",kwnames,&obj0)) goto fail;
21024 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21025 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21026 result = (int) ((arg1)->m_col);
21027
21028 resultobj = SWIG_From_int((int)result);
21029 return resultobj;
21030 fail:
21031 return NULL;
21032 }
21033
21034
21035 static PyObject *_wrap_ListEvent_m_pointDrag_set(PyObject *, PyObject *args, PyObject *kwargs) {
21036 PyObject *resultobj;
21037 wxListEvent *arg1 = (wxListEvent *) 0 ;
21038 wxPoint *arg2 = (wxPoint *) 0 ;
21039 PyObject * obj0 = 0 ;
21040 PyObject * obj1 = 0 ;
21041 char *kwnames[] = {
21042 (char *) "self",(char *) "m_pointDrag", NULL
21043 };
21044
21045 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_pointDrag_set",kwnames,&obj0,&obj1)) goto fail;
21046 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21047 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21048 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxPoint,
21049 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21050 if (arg1) (arg1)->m_pointDrag = *arg2;
21051
21052 Py_INCREF(Py_None); resultobj = Py_None;
21053 return resultobj;
21054 fail:
21055 return NULL;
21056 }
21057
21058
21059 static PyObject *_wrap_ListEvent_m_pointDrag_get(PyObject *, PyObject *args, PyObject *kwargs) {
21060 PyObject *resultobj;
21061 wxListEvent *arg1 = (wxListEvent *) 0 ;
21062 wxPoint *result;
21063 PyObject * obj0 = 0 ;
21064 char *kwnames[] = {
21065 (char *) "self", NULL
21066 };
21067
21068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_pointDrag_get",kwnames,&obj0)) goto fail;
21069 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21070 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21071 result = (wxPoint *)& ((arg1)->m_pointDrag);
21072
21073 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPoint, 0);
21074 return resultobj;
21075 fail:
21076 return NULL;
21077 }
21078
21079
21080 static PyObject *_wrap_ListEvent_m_item_get(PyObject *, PyObject *args, PyObject *kwargs) {
21081 PyObject *resultobj;
21082 wxListEvent *arg1 = (wxListEvent *) 0 ;
21083 wxListItem *result;
21084 PyObject * obj0 = 0 ;
21085 char *kwnames[] = {
21086 (char *) "self", NULL
21087 };
21088
21089 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_item_get",kwnames,&obj0)) goto fail;
21090 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21091 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21092 result = (wxListItem *)& ((arg1)->m_item);
21093
21094 {
21095 resultobj = wxPyMake_wxObject(result, 0);
21096 }
21097 return resultobj;
21098 fail:
21099 return NULL;
21100 }
21101
21102
21103 static PyObject *_wrap_ListEvent_GetKeyCode(PyObject *, PyObject *args, PyObject *kwargs) {
21104 PyObject *resultobj;
21105 wxListEvent *arg1 = (wxListEvent *) 0 ;
21106 int result;
21107 PyObject * obj0 = 0 ;
21108 char *kwnames[] = {
21109 (char *) "self", NULL
21110 };
21111
21112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetKeyCode",kwnames,&obj0)) goto fail;
21113 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21114 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21115 {
21116 PyThreadState* __tstate = wxPyBeginAllowThreads();
21117 result = (int)(arg1)->GetKeyCode();
21118
21119 wxPyEndAllowThreads(__tstate);
21120 if (PyErr_Occurred()) SWIG_fail;
21121 }
21122 resultobj = SWIG_From_int((int)result);
21123 return resultobj;
21124 fail:
21125 return NULL;
21126 }
21127
21128
21129 static PyObject *_wrap_ListEvent_GetIndex(PyObject *, PyObject *args, PyObject *kwargs) {
21130 PyObject *resultobj;
21131 wxListEvent *arg1 = (wxListEvent *) 0 ;
21132 long result;
21133 PyObject * obj0 = 0 ;
21134 char *kwnames[] = {
21135 (char *) "self", NULL
21136 };
21137
21138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetIndex",kwnames,&obj0)) goto fail;
21139 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21140 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21141 {
21142 PyThreadState* __tstate = wxPyBeginAllowThreads();
21143 result = (long)(arg1)->GetIndex();
21144
21145 wxPyEndAllowThreads(__tstate);
21146 if (PyErr_Occurred()) SWIG_fail;
21147 }
21148 resultobj = SWIG_From_long((long)result);
21149 return resultobj;
21150 fail:
21151 return NULL;
21152 }
21153
21154
21155 static PyObject *_wrap_ListEvent_GetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
21156 PyObject *resultobj;
21157 wxListEvent *arg1 = (wxListEvent *) 0 ;
21158 int result;
21159 PyObject * obj0 = 0 ;
21160 char *kwnames[] = {
21161 (char *) "self", NULL
21162 };
21163
21164 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetColumn",kwnames,&obj0)) goto fail;
21165 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21166 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21167 {
21168 PyThreadState* __tstate = wxPyBeginAllowThreads();
21169 result = (int)(arg1)->GetColumn();
21170
21171 wxPyEndAllowThreads(__tstate);
21172 if (PyErr_Occurred()) SWIG_fail;
21173 }
21174 resultobj = SWIG_From_int((int)result);
21175 return resultobj;
21176 fail:
21177 return NULL;
21178 }
21179
21180
21181 static PyObject *_wrap_ListEvent_GetPoint(PyObject *, PyObject *args, PyObject *kwargs) {
21182 PyObject *resultobj;
21183 wxListEvent *arg1 = (wxListEvent *) 0 ;
21184 wxPoint result;
21185 PyObject * obj0 = 0 ;
21186 char *kwnames[] = {
21187 (char *) "self", NULL
21188 };
21189
21190 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetPoint",kwnames,&obj0)) goto fail;
21191 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21192 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21193 {
21194 PyThreadState* __tstate = wxPyBeginAllowThreads();
21195 result = (arg1)->GetPoint();
21196
21197 wxPyEndAllowThreads(__tstate);
21198 if (PyErr_Occurred()) SWIG_fail;
21199 }
21200 {
21201 wxPoint * resultptr;
21202 resultptr = new wxPoint((wxPoint &) result);
21203 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
21204 }
21205 return resultobj;
21206 fail:
21207 return NULL;
21208 }
21209
21210
21211 static PyObject *_wrap_ListEvent_GetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
21212 PyObject *resultobj;
21213 wxListEvent *arg1 = (wxListEvent *) 0 ;
21214 wxString *result;
21215 PyObject * obj0 = 0 ;
21216 char *kwnames[] = {
21217 (char *) "self", NULL
21218 };
21219
21220 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetLabel",kwnames,&obj0)) goto fail;
21221 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21222 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21223 {
21224 PyThreadState* __tstate = wxPyBeginAllowThreads();
21225 {
21226 wxString const &_result_ref = (arg1)->GetLabel();
21227 result = (wxString *) &_result_ref;
21228 }
21229
21230 wxPyEndAllowThreads(__tstate);
21231 if (PyErr_Occurred()) SWIG_fail;
21232 }
21233 {
21234 #if wxUSE_UNICODE
21235 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
21236 #else
21237 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
21238 #endif
21239 }
21240 return resultobj;
21241 fail:
21242 return NULL;
21243 }
21244
21245
21246 static PyObject *_wrap_ListEvent_GetText(PyObject *, PyObject *args, PyObject *kwargs) {
21247 PyObject *resultobj;
21248 wxListEvent *arg1 = (wxListEvent *) 0 ;
21249 wxString *result;
21250 PyObject * obj0 = 0 ;
21251 char *kwnames[] = {
21252 (char *) "self", NULL
21253 };
21254
21255 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetText",kwnames,&obj0)) goto fail;
21256 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21257 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21258 {
21259 PyThreadState* __tstate = wxPyBeginAllowThreads();
21260 {
21261 wxString const &_result_ref = (arg1)->GetText();
21262 result = (wxString *) &_result_ref;
21263 }
21264
21265 wxPyEndAllowThreads(__tstate);
21266 if (PyErr_Occurred()) SWIG_fail;
21267 }
21268 {
21269 #if wxUSE_UNICODE
21270 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
21271 #else
21272 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
21273 #endif
21274 }
21275 return resultobj;
21276 fail:
21277 return NULL;
21278 }
21279
21280
21281 static PyObject *_wrap_ListEvent_GetImage(PyObject *, PyObject *args, PyObject *kwargs) {
21282 PyObject *resultobj;
21283 wxListEvent *arg1 = (wxListEvent *) 0 ;
21284 int result;
21285 PyObject * obj0 = 0 ;
21286 char *kwnames[] = {
21287 (char *) "self", NULL
21288 };
21289
21290 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetImage",kwnames,&obj0)) goto fail;
21291 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21292 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21293 {
21294 PyThreadState* __tstate = wxPyBeginAllowThreads();
21295 result = (int)(arg1)->GetImage();
21296
21297 wxPyEndAllowThreads(__tstate);
21298 if (PyErr_Occurred()) SWIG_fail;
21299 }
21300 resultobj = SWIG_From_int((int)result);
21301 return resultobj;
21302 fail:
21303 return NULL;
21304 }
21305
21306
21307 static PyObject *_wrap_ListEvent_GetData(PyObject *, PyObject *args, PyObject *kwargs) {
21308 PyObject *resultobj;
21309 wxListEvent *arg1 = (wxListEvent *) 0 ;
21310 long result;
21311 PyObject * obj0 = 0 ;
21312 char *kwnames[] = {
21313 (char *) "self", NULL
21314 };
21315
21316 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetData",kwnames,&obj0)) goto fail;
21317 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21318 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21319 {
21320 PyThreadState* __tstate = wxPyBeginAllowThreads();
21321 result = (long)(arg1)->GetData();
21322
21323 wxPyEndAllowThreads(__tstate);
21324 if (PyErr_Occurred()) SWIG_fail;
21325 }
21326 resultobj = SWIG_From_long((long)result);
21327 return resultobj;
21328 fail:
21329 return NULL;
21330 }
21331
21332
21333 static PyObject *_wrap_ListEvent_GetMask(PyObject *, PyObject *args, PyObject *kwargs) {
21334 PyObject *resultobj;
21335 wxListEvent *arg1 = (wxListEvent *) 0 ;
21336 long result;
21337 PyObject * obj0 = 0 ;
21338 char *kwnames[] = {
21339 (char *) "self", NULL
21340 };
21341
21342 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetMask",kwnames,&obj0)) goto fail;
21343 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21344 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21345 {
21346 PyThreadState* __tstate = wxPyBeginAllowThreads();
21347 result = (long)(arg1)->GetMask();
21348
21349 wxPyEndAllowThreads(__tstate);
21350 if (PyErr_Occurred()) SWIG_fail;
21351 }
21352 resultobj = SWIG_From_long((long)result);
21353 return resultobj;
21354 fail:
21355 return NULL;
21356 }
21357
21358
21359 static PyObject *_wrap_ListEvent_GetItem(PyObject *, PyObject *args, PyObject *kwargs) {
21360 PyObject *resultobj;
21361 wxListEvent *arg1 = (wxListEvent *) 0 ;
21362 wxListItem *result;
21363 PyObject * obj0 = 0 ;
21364 char *kwnames[] = {
21365 (char *) "self", NULL
21366 };
21367
21368 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetItem",kwnames,&obj0)) goto fail;
21369 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21370 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21371 {
21372 PyThreadState* __tstate = wxPyBeginAllowThreads();
21373 {
21374 wxListItem const &_result_ref = (arg1)->GetItem();
21375 result = (wxListItem *) &_result_ref;
21376 }
21377
21378 wxPyEndAllowThreads(__tstate);
21379 if (PyErr_Occurred()) SWIG_fail;
21380 }
21381 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItem, 0);
21382 return resultobj;
21383 fail:
21384 return NULL;
21385 }
21386
21387
21388 static PyObject *_wrap_ListEvent_GetCacheFrom(PyObject *, PyObject *args, PyObject *kwargs) {
21389 PyObject *resultobj;
21390 wxListEvent *arg1 = (wxListEvent *) 0 ;
21391 long result;
21392 PyObject * obj0 = 0 ;
21393 char *kwnames[] = {
21394 (char *) "self", NULL
21395 };
21396
21397 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheFrom",kwnames,&obj0)) goto fail;
21398 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21399 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21400 {
21401 PyThreadState* __tstate = wxPyBeginAllowThreads();
21402 result = (long)(arg1)->GetCacheFrom();
21403
21404 wxPyEndAllowThreads(__tstate);
21405 if (PyErr_Occurred()) SWIG_fail;
21406 }
21407 resultobj = SWIG_From_long((long)result);
21408 return resultobj;
21409 fail:
21410 return NULL;
21411 }
21412
21413
21414 static PyObject *_wrap_ListEvent_GetCacheTo(PyObject *, PyObject *args, PyObject *kwargs) {
21415 PyObject *resultobj;
21416 wxListEvent *arg1 = (wxListEvent *) 0 ;
21417 long result;
21418 PyObject * obj0 = 0 ;
21419 char *kwnames[] = {
21420 (char *) "self", NULL
21421 };
21422
21423 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheTo",kwnames,&obj0)) goto fail;
21424 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21425 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21426 {
21427 PyThreadState* __tstate = wxPyBeginAllowThreads();
21428 result = (long)(arg1)->GetCacheTo();
21429
21430 wxPyEndAllowThreads(__tstate);
21431 if (PyErr_Occurred()) SWIG_fail;
21432 }
21433 resultobj = SWIG_From_long((long)result);
21434 return resultobj;
21435 fail:
21436 return NULL;
21437 }
21438
21439
21440 static PyObject *_wrap_ListEvent_IsEditCancelled(PyObject *, PyObject *args, PyObject *kwargs) {
21441 PyObject *resultobj;
21442 wxListEvent *arg1 = (wxListEvent *) 0 ;
21443 bool result;
21444 PyObject * obj0 = 0 ;
21445 char *kwnames[] = {
21446 (char *) "self", NULL
21447 };
21448
21449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
21450 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21451 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21452 {
21453 PyThreadState* __tstate = wxPyBeginAllowThreads();
21454 result = (bool)((wxListEvent const *)arg1)->IsEditCancelled();
21455
21456 wxPyEndAllowThreads(__tstate);
21457 if (PyErr_Occurred()) SWIG_fail;
21458 }
21459 {
21460 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21461 }
21462 return resultobj;
21463 fail:
21464 return NULL;
21465 }
21466
21467
21468 static PyObject *_wrap_ListEvent_SetEditCanceled(PyObject *, PyObject *args, PyObject *kwargs) {
21469 PyObject *resultobj;
21470 wxListEvent *arg1 = (wxListEvent *) 0 ;
21471 bool arg2 ;
21472 PyObject * obj0 = 0 ;
21473 PyObject * obj1 = 0 ;
21474 char *kwnames[] = {
21475 (char *) "self",(char *) "editCancelled", NULL
21476 };
21477
21478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
21479 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21480 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21481 arg2 = (bool)SWIG_As_bool(obj1);
21482 if (PyErr_Occurred()) SWIG_fail;
21483 {
21484 PyThreadState* __tstate = wxPyBeginAllowThreads();
21485 (arg1)->SetEditCanceled(arg2);
21486
21487 wxPyEndAllowThreads(__tstate);
21488 if (PyErr_Occurred()) SWIG_fail;
21489 }
21490 Py_INCREF(Py_None); resultobj = Py_None;
21491 return resultobj;
21492 fail:
21493 return NULL;
21494 }
21495
21496
21497 static PyObject * ListEvent_swigregister(PyObject *, PyObject *args) {
21498 PyObject *obj;
21499 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
21500 SWIG_TypeClientData(SWIGTYPE_p_wxListEvent, obj);
21501 Py_INCREF(obj);
21502 return Py_BuildValue((char *)"");
21503 }
21504 static PyObject *_wrap_new_ListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
21505 PyObject *resultobj;
21506 wxWindow *arg1 = (wxWindow *) 0 ;
21507 int arg2 = (int) -1 ;
21508 wxPoint const &arg3_defvalue = wxDefaultPosition ;
21509 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
21510 wxSize const &arg4_defvalue = wxDefaultSize ;
21511 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
21512 long arg5 = (long) wxLC_ICON ;
21513 wxValidator const &arg6_defvalue = wxDefaultValidator ;
21514 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
21515 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
21516 wxString *arg7 = (wxString *) &arg7_defvalue ;
21517 wxPyListCtrl *result;
21518 wxPoint temp3 ;
21519 wxSize temp4 ;
21520 bool temp7 = false ;
21521 PyObject * obj0 = 0 ;
21522 PyObject * obj1 = 0 ;
21523 PyObject * obj2 = 0 ;
21524 PyObject * obj3 = 0 ;
21525 PyObject * obj4 = 0 ;
21526 PyObject * obj5 = 0 ;
21527 PyObject * obj6 = 0 ;
21528 char *kwnames[] = {
21529 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21530 };
21531
21532 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
21533 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
21534 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21535 if (obj1) {
21536 arg2 = (int)SWIG_As_int(obj1);
21537 if (PyErr_Occurred()) SWIG_fail;
21538 }
21539 if (obj2) {
21540 {
21541 arg3 = &temp3;
21542 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
21543 }
21544 }
21545 if (obj3) {
21546 {
21547 arg4 = &temp4;
21548 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
21549 }
21550 }
21551 if (obj4) {
21552 arg5 = (long)SWIG_As_long(obj4);
21553 if (PyErr_Occurred()) SWIG_fail;
21554 }
21555 if (obj5) {
21556 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
21557 SWIG_POINTER_EXCEPTION | 0)) == -1)
21558 SWIG_fail;
21559 if (arg6 == NULL) {
21560 PyErr_SetString(PyExc_TypeError,"null reference");
21561 SWIG_fail;
21562 }
21563 }
21564 if (obj6) {
21565 {
21566 arg7 = wxString_in_helper(obj6);
21567 if (arg7 == NULL) SWIG_fail;
21568 temp7 = true;
21569 }
21570 }
21571 {
21572 if (!wxPyCheckForApp()) SWIG_fail;
21573 PyThreadState* __tstate = wxPyBeginAllowThreads();
21574 result = (wxPyListCtrl *)new wxPyListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
21575
21576 wxPyEndAllowThreads(__tstate);
21577 if (PyErr_Occurred()) SWIG_fail;
21578 }
21579 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyListCtrl, 1);
21580 {
21581 if (temp7)
21582 delete arg7;
21583 }
21584 return resultobj;
21585 fail:
21586 {
21587 if (temp7)
21588 delete arg7;
21589 }
21590 return NULL;
21591 }
21592
21593
21594 static PyObject *_wrap_new_PreListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
21595 PyObject *resultobj;
21596 wxPyListCtrl *result;
21597 char *kwnames[] = {
21598 NULL
21599 };
21600
21601 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListCtrl",kwnames)) goto fail;
21602 {
21603 if (!wxPyCheckForApp()) SWIG_fail;
21604 PyThreadState* __tstate = wxPyBeginAllowThreads();
21605 result = (wxPyListCtrl *)new wxPyListCtrl();
21606
21607 wxPyEndAllowThreads(__tstate);
21608 if (PyErr_Occurred()) SWIG_fail;
21609 }
21610 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyListCtrl, 1);
21611 return resultobj;
21612 fail:
21613 return NULL;
21614 }
21615
21616
21617 static PyObject *_wrap_ListCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
21618 PyObject *resultobj;
21619 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21620 wxWindow *arg2 = (wxWindow *) 0 ;
21621 int arg3 = (int) -1 ;
21622 wxPoint const &arg4_defvalue = wxDefaultPosition ;
21623 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
21624 wxSize const &arg5_defvalue = wxDefaultSize ;
21625 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
21626 long arg6 = (long) wxLC_ICON ;
21627 wxValidator const &arg7_defvalue = wxDefaultValidator ;
21628 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
21629 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
21630 wxString *arg8 = (wxString *) &arg8_defvalue ;
21631 bool result;
21632 wxPoint temp4 ;
21633 wxSize temp5 ;
21634 bool temp8 = false ;
21635 PyObject * obj0 = 0 ;
21636 PyObject * obj1 = 0 ;
21637 PyObject * obj2 = 0 ;
21638 PyObject * obj3 = 0 ;
21639 PyObject * obj4 = 0 ;
21640 PyObject * obj5 = 0 ;
21641 PyObject * obj6 = 0 ;
21642 PyObject * obj7 = 0 ;
21643 char *kwnames[] = {
21644 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21645 };
21646
21647 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
21648 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21649 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21650 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
21651 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21652 if (obj2) {
21653 arg3 = (int)SWIG_As_int(obj2);
21654 if (PyErr_Occurred()) SWIG_fail;
21655 }
21656 if (obj3) {
21657 {
21658 arg4 = &temp4;
21659 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
21660 }
21661 }
21662 if (obj4) {
21663 {
21664 arg5 = &temp5;
21665 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
21666 }
21667 }
21668 if (obj5) {
21669 arg6 = (long)SWIG_As_long(obj5);
21670 if (PyErr_Occurred()) SWIG_fail;
21671 }
21672 if (obj6) {
21673 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
21674 SWIG_POINTER_EXCEPTION | 0)) == -1)
21675 SWIG_fail;
21676 if (arg7 == NULL) {
21677 PyErr_SetString(PyExc_TypeError,"null reference");
21678 SWIG_fail;
21679 }
21680 }
21681 if (obj7) {
21682 {
21683 arg8 = wxString_in_helper(obj7);
21684 if (arg8 == NULL) SWIG_fail;
21685 temp8 = true;
21686 }
21687 }
21688 {
21689 PyThreadState* __tstate = wxPyBeginAllowThreads();
21690 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
21691
21692 wxPyEndAllowThreads(__tstate);
21693 if (PyErr_Occurred()) SWIG_fail;
21694 }
21695 {
21696 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21697 }
21698 {
21699 if (temp8)
21700 delete arg8;
21701 }
21702 return resultobj;
21703 fail:
21704 {
21705 if (temp8)
21706 delete arg8;
21707 }
21708 return NULL;
21709 }
21710
21711
21712 static PyObject *_wrap_ListCtrl__setCallbackInfo(PyObject *, PyObject *args, PyObject *kwargs) {
21713 PyObject *resultobj;
21714 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21715 PyObject *arg2 = (PyObject *) 0 ;
21716 PyObject *arg3 = (PyObject *) 0 ;
21717 PyObject * obj0 = 0 ;
21718 PyObject * obj1 = 0 ;
21719 PyObject * obj2 = 0 ;
21720 char *kwnames[] = {
21721 (char *) "self",(char *) "self",(char *) "_class", NULL
21722 };
21723
21724 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
21725 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21726 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21727 arg2 = obj1;
21728 arg3 = obj2;
21729 {
21730 PyThreadState* __tstate = wxPyBeginAllowThreads();
21731 (arg1)->_setCallbackInfo(arg2,arg3);
21732
21733 wxPyEndAllowThreads(__tstate);
21734 if (PyErr_Occurred()) SWIG_fail;
21735 }
21736 Py_INCREF(Py_None); resultobj = Py_None;
21737 return resultobj;
21738 fail:
21739 return NULL;
21740 }
21741
21742
21743 static PyObject *_wrap_ListCtrl_SetForegroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
21744 PyObject *resultobj;
21745 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21746 wxColour *arg2 = 0 ;
21747 bool result;
21748 wxColour temp2 ;
21749 PyObject * obj0 = 0 ;
21750 PyObject * obj1 = 0 ;
21751 char *kwnames[] = {
21752 (char *) "self",(char *) "col", NULL
21753 };
21754
21755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetForegroundColour",kwnames,&obj0,&obj1)) goto fail;
21756 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21757 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21758 {
21759 arg2 = &temp2;
21760 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
21761 }
21762 {
21763 PyThreadState* __tstate = wxPyBeginAllowThreads();
21764 result = (bool)(arg1)->SetForegroundColour((wxColour const &)*arg2);
21765
21766 wxPyEndAllowThreads(__tstate);
21767 if (PyErr_Occurred()) SWIG_fail;
21768 }
21769 {
21770 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21771 }
21772 return resultobj;
21773 fail:
21774 return NULL;
21775 }
21776
21777
21778 static PyObject *_wrap_ListCtrl_SetBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
21779 PyObject *resultobj;
21780 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21781 wxColour *arg2 = 0 ;
21782 bool result;
21783 wxColour temp2 ;
21784 PyObject * obj0 = 0 ;
21785 PyObject * obj1 = 0 ;
21786 char *kwnames[] = {
21787 (char *) "self",(char *) "col", NULL
21788 };
21789
21790 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
21791 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21792 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21793 {
21794 arg2 = &temp2;
21795 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
21796 }
21797 {
21798 PyThreadState* __tstate = wxPyBeginAllowThreads();
21799 result = (bool)(arg1)->SetBackgroundColour((wxColour const &)*arg2);
21800
21801 wxPyEndAllowThreads(__tstate);
21802 if (PyErr_Occurred()) SWIG_fail;
21803 }
21804 {
21805 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21806 }
21807 return resultobj;
21808 fail:
21809 return NULL;
21810 }
21811
21812
21813 static PyObject *_wrap_ListCtrl_GetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
21814 PyObject *resultobj;
21815 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21816 int arg2 ;
21817 wxListItem *result;
21818 PyObject * obj0 = 0 ;
21819 PyObject * obj1 = 0 ;
21820 char *kwnames[] = {
21821 (char *) "self",(char *) "col", NULL
21822 };
21823
21824 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumn",kwnames,&obj0,&obj1)) goto fail;
21825 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21826 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21827 arg2 = (int)SWIG_As_int(obj1);
21828 if (PyErr_Occurred()) SWIG_fail;
21829 {
21830 PyThreadState* __tstate = wxPyBeginAllowThreads();
21831 result = (wxListItem *)wxPyListCtrl_GetColumn(arg1,arg2);
21832
21833 wxPyEndAllowThreads(__tstate);
21834 if (PyErr_Occurred()) SWIG_fail;
21835 }
21836 {
21837 resultobj = wxPyMake_wxObject(result, 0);
21838 }
21839 return resultobj;
21840 fail:
21841 return NULL;
21842 }
21843
21844
21845 static PyObject *_wrap_ListCtrl_SetColumn(PyObject *, PyObject *args, PyObject *kwargs) {
21846 PyObject *resultobj;
21847 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21848 int arg2 ;
21849 wxListItem *arg3 = 0 ;
21850 bool result;
21851 PyObject * obj0 = 0 ;
21852 PyObject * obj1 = 0 ;
21853 PyObject * obj2 = 0 ;
21854 char *kwnames[] = {
21855 (char *) "self",(char *) "col",(char *) "item", NULL
21856 };
21857
21858 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumn",kwnames,&obj0,&obj1,&obj2)) goto fail;
21859 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21860 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21861 arg2 = (int)SWIG_As_int(obj1);
21862 if (PyErr_Occurred()) SWIG_fail;
21863 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxListItem,
21864 SWIG_POINTER_EXCEPTION | 0)) == -1)
21865 SWIG_fail;
21866 if (arg3 == NULL) {
21867 PyErr_SetString(PyExc_TypeError,"null reference");
21868 SWIG_fail;
21869 }
21870 {
21871 PyThreadState* __tstate = wxPyBeginAllowThreads();
21872 result = (bool)(arg1)->SetColumn(arg2,*arg3);
21873
21874 wxPyEndAllowThreads(__tstate);
21875 if (PyErr_Occurred()) SWIG_fail;
21876 }
21877 {
21878 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21879 }
21880 return resultobj;
21881 fail:
21882 return NULL;
21883 }
21884
21885
21886 static PyObject *_wrap_ListCtrl_GetColumnWidth(PyObject *, PyObject *args, PyObject *kwargs) {
21887 PyObject *resultobj;
21888 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21889 int arg2 ;
21890 int result;
21891 PyObject * obj0 = 0 ;
21892 PyObject * obj1 = 0 ;
21893 char *kwnames[] = {
21894 (char *) "self",(char *) "col", NULL
21895 };
21896
21897 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumnWidth",kwnames,&obj0,&obj1)) goto fail;
21898 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21899 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21900 arg2 = (int)SWIG_As_int(obj1);
21901 if (PyErr_Occurred()) SWIG_fail;
21902 {
21903 PyThreadState* __tstate = wxPyBeginAllowThreads();
21904 result = (int)((wxPyListCtrl const *)arg1)->GetColumnWidth(arg2);
21905
21906 wxPyEndAllowThreads(__tstate);
21907 if (PyErr_Occurred()) SWIG_fail;
21908 }
21909 resultobj = SWIG_From_int((int)result);
21910 return resultobj;
21911 fail:
21912 return NULL;
21913 }
21914
21915
21916 static PyObject *_wrap_ListCtrl_SetColumnWidth(PyObject *, PyObject *args, PyObject *kwargs) {
21917 PyObject *resultobj;
21918 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21919 int arg2 ;
21920 int arg3 ;
21921 bool result;
21922 PyObject * obj0 = 0 ;
21923 PyObject * obj1 = 0 ;
21924 PyObject * obj2 = 0 ;
21925 char *kwnames[] = {
21926 (char *) "self",(char *) "col",(char *) "width", NULL
21927 };
21928
21929 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumnWidth",kwnames,&obj0,&obj1,&obj2)) goto fail;
21930 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21931 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21932 arg2 = (int)SWIG_As_int(obj1);
21933 if (PyErr_Occurred()) SWIG_fail;
21934 arg3 = (int)SWIG_As_int(obj2);
21935 if (PyErr_Occurred()) SWIG_fail;
21936 {
21937 PyThreadState* __tstate = wxPyBeginAllowThreads();
21938 result = (bool)(arg1)->SetColumnWidth(arg2,arg3);
21939
21940 wxPyEndAllowThreads(__tstate);
21941 if (PyErr_Occurred()) SWIG_fail;
21942 }
21943 {
21944 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21945 }
21946 return resultobj;
21947 fail:
21948 return NULL;
21949 }
21950
21951
21952 static PyObject *_wrap_ListCtrl_GetCountPerPage(PyObject *, PyObject *args, PyObject *kwargs) {
21953 PyObject *resultobj;
21954 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21955 int result;
21956 PyObject * obj0 = 0 ;
21957 char *kwnames[] = {
21958 (char *) "self", NULL
21959 };
21960
21961 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetCountPerPage",kwnames,&obj0)) goto fail;
21962 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21963 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21964 {
21965 PyThreadState* __tstate = wxPyBeginAllowThreads();
21966 result = (int)((wxPyListCtrl const *)arg1)->GetCountPerPage();
21967
21968 wxPyEndAllowThreads(__tstate);
21969 if (PyErr_Occurred()) SWIG_fail;
21970 }
21971 resultobj = SWIG_From_int((int)result);
21972 return resultobj;
21973 fail:
21974 return NULL;
21975 }
21976
21977
21978 static PyObject *_wrap_ListCtrl_GetViewRect(PyObject *, PyObject *args, PyObject *kwargs) {
21979 PyObject *resultobj;
21980 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21981 wxRect result;
21982 PyObject * obj0 = 0 ;
21983 char *kwnames[] = {
21984 (char *) "self", NULL
21985 };
21986
21987 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetViewRect",kwnames,&obj0)) goto fail;
21988 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21989 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21990 {
21991 PyThreadState* __tstate = wxPyBeginAllowThreads();
21992 result = ((wxPyListCtrl const *)arg1)->GetViewRect();
21993
21994 wxPyEndAllowThreads(__tstate);
21995 if (PyErr_Occurred()) SWIG_fail;
21996 }
21997 {
21998 wxRect * resultptr;
21999 resultptr = new wxRect((wxRect &) result);
22000 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
22001 }
22002 return resultobj;
22003 fail:
22004 return NULL;
22005 }
22006
22007
22008 static PyObject *_wrap_ListCtrl_GetItem(PyObject *, PyObject *args, PyObject *kwargs) {
22009 PyObject *resultobj;
22010 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22011 long arg2 ;
22012 int arg3 = (int) 0 ;
22013 wxListItem *result;
22014 PyObject * obj0 = 0 ;
22015 PyObject * obj1 = 0 ;
22016 PyObject * obj2 = 0 ;
22017 char *kwnames[] = {
22018 (char *) "self",(char *) "itemId",(char *) "col", NULL
22019 };
22020
22021 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
22022 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22023 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22024 arg2 = (long)SWIG_As_long(obj1);
22025 if (PyErr_Occurred()) SWIG_fail;
22026 if (obj2) {
22027 arg3 = (int)SWIG_As_int(obj2);
22028 if (PyErr_Occurred()) SWIG_fail;
22029 }
22030 {
22031 PyThreadState* __tstate = wxPyBeginAllowThreads();
22032 result = (wxListItem *)wxPyListCtrl_GetItem(arg1,arg2,arg3);
22033
22034 wxPyEndAllowThreads(__tstate);
22035 if (PyErr_Occurred()) SWIG_fail;
22036 }
22037 {
22038 resultobj = wxPyMake_wxObject(result, 0);
22039 }
22040 return resultobj;
22041 fail:
22042 return NULL;
22043 }
22044
22045
22046 static PyObject *_wrap_ListCtrl_SetItem(PyObject *, PyObject *args, PyObject *kwargs) {
22047 PyObject *resultobj;
22048 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22049 wxListItem *arg2 = 0 ;
22050 bool result;
22051 PyObject * obj0 = 0 ;
22052 PyObject * obj1 = 0 ;
22053 char *kwnames[] = {
22054 (char *) "self",(char *) "info", NULL
22055 };
22056
22057 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItem",kwnames,&obj0,&obj1)) goto fail;
22058 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22059 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22060 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxListItem,
22061 SWIG_POINTER_EXCEPTION | 0)) == -1)
22062 SWIG_fail;
22063 if (arg2 == NULL) {
22064 PyErr_SetString(PyExc_TypeError,"null reference");
22065 SWIG_fail;
22066 }
22067 {
22068 PyThreadState* __tstate = wxPyBeginAllowThreads();
22069 result = (bool)(arg1)->SetItem(*arg2);
22070
22071 wxPyEndAllowThreads(__tstate);
22072 if (PyErr_Occurred()) SWIG_fail;
22073 }
22074 {
22075 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22076 }
22077 return resultobj;
22078 fail:
22079 return NULL;
22080 }
22081
22082
22083 static PyObject *_wrap_ListCtrl_SetStringItem(PyObject *, PyObject *args, PyObject *kwargs) {
22084 PyObject *resultobj;
22085 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22086 long arg2 ;
22087 int arg3 ;
22088 wxString *arg4 = 0 ;
22089 int arg5 = (int) -1 ;
22090 long result;
22091 bool temp4 = false ;
22092 PyObject * obj0 = 0 ;
22093 PyObject * obj1 = 0 ;
22094 PyObject * obj2 = 0 ;
22095 PyObject * obj3 = 0 ;
22096 PyObject * obj4 = 0 ;
22097 char *kwnames[] = {
22098 (char *) "self",(char *) "index",(char *) "col",(char *) "label",(char *) "imageId", NULL
22099 };
22100
22101 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|O:ListCtrl_SetStringItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
22102 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22103 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22104 arg2 = (long)SWIG_As_long(obj1);
22105 if (PyErr_Occurred()) SWIG_fail;
22106 arg3 = (int)SWIG_As_int(obj2);
22107 if (PyErr_Occurred()) SWIG_fail;
22108 {
22109 arg4 = wxString_in_helper(obj3);
22110 if (arg4 == NULL) SWIG_fail;
22111 temp4 = true;
22112 }
22113 if (obj4) {
22114 arg5 = (int)SWIG_As_int(obj4);
22115 if (PyErr_Occurred()) SWIG_fail;
22116 }
22117 {
22118 PyThreadState* __tstate = wxPyBeginAllowThreads();
22119 result = (long)(arg1)->SetItem(arg2,arg3,(wxString const &)*arg4,arg5);
22120
22121 wxPyEndAllowThreads(__tstate);
22122 if (PyErr_Occurred()) SWIG_fail;
22123 }
22124 resultobj = SWIG_From_long((long)result);
22125 {
22126 if (temp4)
22127 delete arg4;
22128 }
22129 return resultobj;
22130 fail:
22131 {
22132 if (temp4)
22133 delete arg4;
22134 }
22135 return NULL;
22136 }
22137
22138
22139 static PyObject *_wrap_ListCtrl_GetItemState(PyObject *, PyObject *args, PyObject *kwargs) {
22140 PyObject *resultobj;
22141 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22142 long arg2 ;
22143 long arg3 ;
22144 int result;
22145 PyObject * obj0 = 0 ;
22146 PyObject * obj1 = 0 ;
22147 PyObject * obj2 = 0 ;
22148 char *kwnames[] = {
22149 (char *) "self",(char *) "item",(char *) "stateMask", NULL
22150 };
22151
22152 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_GetItemState",kwnames,&obj0,&obj1,&obj2)) goto fail;
22153 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22154 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22155 arg2 = (long)SWIG_As_long(obj1);
22156 if (PyErr_Occurred()) SWIG_fail;
22157 arg3 = (long)SWIG_As_long(obj2);
22158 if (PyErr_Occurred()) SWIG_fail;
22159 {
22160 PyThreadState* __tstate = wxPyBeginAllowThreads();
22161 result = (int)((wxPyListCtrl const *)arg1)->GetItemState(arg2,arg3);
22162
22163 wxPyEndAllowThreads(__tstate);
22164 if (PyErr_Occurred()) SWIG_fail;
22165 }
22166 resultobj = SWIG_From_int((int)result);
22167 return resultobj;
22168 fail:
22169 return NULL;
22170 }
22171
22172
22173 static PyObject *_wrap_ListCtrl_SetItemState(PyObject *, PyObject *args, PyObject *kwargs) {
22174 PyObject *resultobj;
22175 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22176 long arg2 ;
22177 long arg3 ;
22178 long arg4 ;
22179 bool result;
22180 PyObject * obj0 = 0 ;
22181 PyObject * obj1 = 0 ;
22182 PyObject * obj2 = 0 ;
22183 PyObject * obj3 = 0 ;
22184 char *kwnames[] = {
22185 (char *) "self",(char *) "item",(char *) "state",(char *) "stateMask", NULL
22186 };
22187
22188 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemState",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
22189 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22190 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22191 arg2 = (long)SWIG_As_long(obj1);
22192 if (PyErr_Occurred()) SWIG_fail;
22193 arg3 = (long)SWIG_As_long(obj2);
22194 if (PyErr_Occurred()) SWIG_fail;
22195 arg4 = (long)SWIG_As_long(obj3);
22196 if (PyErr_Occurred()) SWIG_fail;
22197 {
22198 PyThreadState* __tstate = wxPyBeginAllowThreads();
22199 result = (bool)(arg1)->SetItemState(arg2,arg3,arg4);
22200
22201 wxPyEndAllowThreads(__tstate);
22202 if (PyErr_Occurred()) SWIG_fail;
22203 }
22204 {
22205 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22206 }
22207 return resultobj;
22208 fail:
22209 return NULL;
22210 }
22211
22212
22213 static PyObject *_wrap_ListCtrl_SetItemImage(PyObject *, PyObject *args, PyObject *kwargs) {
22214 PyObject *resultobj;
22215 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22216 long arg2 ;
22217 int arg3 ;
22218 int arg4 ;
22219 bool result;
22220 PyObject * obj0 = 0 ;
22221 PyObject * obj1 = 0 ;
22222 PyObject * obj2 = 0 ;
22223 PyObject * obj3 = 0 ;
22224 char *kwnames[] = {
22225 (char *) "self",(char *) "item",(char *) "image",(char *) "selImage", NULL
22226 };
22227
22228 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
22229 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22230 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22231 arg2 = (long)SWIG_As_long(obj1);
22232 if (PyErr_Occurred()) SWIG_fail;
22233 arg3 = (int)SWIG_As_int(obj2);
22234 if (PyErr_Occurred()) SWIG_fail;
22235 arg4 = (int)SWIG_As_int(obj3);
22236 if (PyErr_Occurred()) SWIG_fail;
22237 {
22238 PyThreadState* __tstate = wxPyBeginAllowThreads();
22239 result = (bool)(arg1)->SetItemImage(arg2,arg3,arg4);
22240
22241 wxPyEndAllowThreads(__tstate);
22242 if (PyErr_Occurred()) SWIG_fail;
22243 }
22244 {
22245 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22246 }
22247 return resultobj;
22248 fail:
22249 return NULL;
22250 }
22251
22252
22253 static PyObject *_wrap_ListCtrl_GetItemText(PyObject *, PyObject *args, PyObject *kwargs) {
22254 PyObject *resultobj;
22255 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22256 long arg2 ;
22257 wxString result;
22258 PyObject * obj0 = 0 ;
22259 PyObject * obj1 = 0 ;
22260 char *kwnames[] = {
22261 (char *) "self",(char *) "item", NULL
22262 };
22263
22264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
22265 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22266 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22267 arg2 = (long)SWIG_As_long(obj1);
22268 if (PyErr_Occurred()) SWIG_fail;
22269 {
22270 PyThreadState* __tstate = wxPyBeginAllowThreads();
22271 result = ((wxPyListCtrl const *)arg1)->GetItemText(arg2);
22272
22273 wxPyEndAllowThreads(__tstate);
22274 if (PyErr_Occurred()) SWIG_fail;
22275 }
22276 {
22277 #if wxUSE_UNICODE
22278 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
22279 #else
22280 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
22281 #endif
22282 }
22283 return resultobj;
22284 fail:
22285 return NULL;
22286 }
22287
22288
22289 static PyObject *_wrap_ListCtrl_SetItemText(PyObject *, PyObject *args, PyObject *kwargs) {
22290 PyObject *resultobj;
22291 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22292 long arg2 ;
22293 wxString *arg3 = 0 ;
22294 bool temp3 = false ;
22295 PyObject * obj0 = 0 ;
22296 PyObject * obj1 = 0 ;
22297 PyObject * obj2 = 0 ;
22298 char *kwnames[] = {
22299 (char *) "self",(char *) "item",(char *) "str", NULL
22300 };
22301
22302 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
22303 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22304 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22305 arg2 = (long)SWIG_As_long(obj1);
22306 if (PyErr_Occurred()) SWIG_fail;
22307 {
22308 arg3 = wxString_in_helper(obj2);
22309 if (arg3 == NULL) SWIG_fail;
22310 temp3 = true;
22311 }
22312 {
22313 PyThreadState* __tstate = wxPyBeginAllowThreads();
22314 (arg1)->SetItemText(arg2,(wxString const &)*arg3);
22315
22316 wxPyEndAllowThreads(__tstate);
22317 if (PyErr_Occurred()) SWIG_fail;
22318 }
22319 Py_INCREF(Py_None); resultobj = Py_None;
22320 {
22321 if (temp3)
22322 delete arg3;
22323 }
22324 return resultobj;
22325 fail:
22326 {
22327 if (temp3)
22328 delete arg3;
22329 }
22330 return NULL;
22331 }
22332
22333
22334 static PyObject *_wrap_ListCtrl_GetItemData(PyObject *, PyObject *args, PyObject *kwargs) {
22335 PyObject *resultobj;
22336 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22337 long arg2 ;
22338 long result;
22339 PyObject * obj0 = 0 ;
22340 PyObject * obj1 = 0 ;
22341 char *kwnames[] = {
22342 (char *) "self",(char *) "item", NULL
22343 };
22344
22345 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
22346 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22347 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22348 arg2 = (long)SWIG_As_long(obj1);
22349 if (PyErr_Occurred()) SWIG_fail;
22350 {
22351 PyThreadState* __tstate = wxPyBeginAllowThreads();
22352 result = (long)((wxPyListCtrl const *)arg1)->GetItemData(arg2);
22353
22354 wxPyEndAllowThreads(__tstate);
22355 if (PyErr_Occurred()) SWIG_fail;
22356 }
22357 resultobj = SWIG_From_long((long)result);
22358 return resultobj;
22359 fail:
22360 return NULL;
22361 }
22362
22363
22364 static PyObject *_wrap_ListCtrl_SetItemData(PyObject *, PyObject *args, PyObject *kwargs) {
22365 PyObject *resultobj;
22366 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22367 long arg2 ;
22368 long arg3 ;
22369 bool result;
22370 PyObject * obj0 = 0 ;
22371 PyObject * obj1 = 0 ;
22372 PyObject * obj2 = 0 ;
22373 char *kwnames[] = {
22374 (char *) "self",(char *) "item",(char *) "data", NULL
22375 };
22376
22377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
22378 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22379 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22380 arg2 = (long)SWIG_As_long(obj1);
22381 if (PyErr_Occurred()) SWIG_fail;
22382 arg3 = (long)SWIG_As_long(obj2);
22383 if (PyErr_Occurred()) SWIG_fail;
22384 {
22385 PyThreadState* __tstate = wxPyBeginAllowThreads();
22386 result = (bool)(arg1)->SetItemData(arg2,arg3);
22387
22388 wxPyEndAllowThreads(__tstate);
22389 if (PyErr_Occurred()) SWIG_fail;
22390 }
22391 {
22392 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22393 }
22394 return resultobj;
22395 fail:
22396 return NULL;
22397 }
22398
22399
22400 static PyObject *_wrap_ListCtrl_GetItemPosition(PyObject *, PyObject *args, PyObject *kwargs) {
22401 PyObject *resultobj;
22402 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22403 long arg2 ;
22404 wxPoint result;
22405 PyObject * obj0 = 0 ;
22406 PyObject * obj1 = 0 ;
22407 char *kwnames[] = {
22408 (char *) "self",(char *) "item", NULL
22409 };
22410
22411 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemPosition",kwnames,&obj0,&obj1)) goto fail;
22412 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22413 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22414 arg2 = (long)SWIG_As_long(obj1);
22415 if (PyErr_Occurred()) SWIG_fail;
22416 {
22417 PyThreadState* __tstate = wxPyBeginAllowThreads();
22418 result = wxPyListCtrl_GetItemPosition(arg1,arg2);
22419
22420 wxPyEndAllowThreads(__tstate);
22421 if (PyErr_Occurred()) SWIG_fail;
22422 }
22423 {
22424 wxPoint * resultptr;
22425 resultptr = new wxPoint((wxPoint &) result);
22426 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
22427 }
22428 return resultobj;
22429 fail:
22430 return NULL;
22431 }
22432
22433
22434 static PyObject *_wrap_ListCtrl_GetItemRect(PyObject *, PyObject *args, PyObject *kwargs) {
22435 PyObject *resultobj;
22436 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22437 long arg2 ;
22438 int arg3 = (int) wxLIST_RECT_BOUNDS ;
22439 wxRect result;
22440 PyObject * obj0 = 0 ;
22441 PyObject * obj1 = 0 ;
22442 PyObject * obj2 = 0 ;
22443 char *kwnames[] = {
22444 (char *) "self",(char *) "item",(char *) "code", NULL
22445 };
22446
22447 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItemRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
22448 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22449 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22450 arg2 = (long)SWIG_As_long(obj1);
22451 if (PyErr_Occurred()) SWIG_fail;
22452 if (obj2) {
22453 arg3 = (int)SWIG_As_int(obj2);
22454 if (PyErr_Occurred()) SWIG_fail;
22455 }
22456 {
22457 PyThreadState* __tstate = wxPyBeginAllowThreads();
22458 result = wxPyListCtrl_GetItemRect(arg1,arg2,arg3);
22459
22460 wxPyEndAllowThreads(__tstate);
22461 if (PyErr_Occurred()) SWIG_fail;
22462 }
22463 {
22464 wxRect * resultptr;
22465 resultptr = new wxRect((wxRect &) result);
22466 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
22467 }
22468 return resultobj;
22469 fail:
22470 return NULL;
22471 }
22472
22473
22474 static PyObject *_wrap_ListCtrl_SetItemPosition(PyObject *, PyObject *args, PyObject *kwargs) {
22475 PyObject *resultobj;
22476 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22477 long arg2 ;
22478 wxPoint *arg3 = 0 ;
22479 bool result;
22480 wxPoint temp3 ;
22481 PyObject * obj0 = 0 ;
22482 PyObject * obj1 = 0 ;
22483 PyObject * obj2 = 0 ;
22484 char *kwnames[] = {
22485 (char *) "self",(char *) "item",(char *) "pos", NULL
22486 };
22487
22488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
22489 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22490 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22491 arg2 = (long)SWIG_As_long(obj1);
22492 if (PyErr_Occurred()) SWIG_fail;
22493 {
22494 arg3 = &temp3;
22495 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
22496 }
22497 {
22498 PyThreadState* __tstate = wxPyBeginAllowThreads();
22499 result = (bool)(arg1)->SetItemPosition(arg2,(wxPoint const &)*arg3);
22500
22501 wxPyEndAllowThreads(__tstate);
22502 if (PyErr_Occurred()) SWIG_fail;
22503 }
22504 {
22505 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22506 }
22507 return resultobj;
22508 fail:
22509 return NULL;
22510 }
22511
22512
22513 static PyObject *_wrap_ListCtrl_GetItemCount(PyObject *, PyObject *args, PyObject *kwargs) {
22514 PyObject *resultobj;
22515 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22516 int result;
22517 PyObject * obj0 = 0 ;
22518 char *kwnames[] = {
22519 (char *) "self", NULL
22520 };
22521
22522 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemCount",kwnames,&obj0)) goto fail;
22523 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22524 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22525 {
22526 PyThreadState* __tstate = wxPyBeginAllowThreads();
22527 result = (int)((wxPyListCtrl const *)arg1)->GetItemCount();
22528
22529 wxPyEndAllowThreads(__tstate);
22530 if (PyErr_Occurred()) SWIG_fail;
22531 }
22532 resultobj = SWIG_From_int((int)result);
22533 return resultobj;
22534 fail:
22535 return NULL;
22536 }
22537
22538
22539 static PyObject *_wrap_ListCtrl_GetColumnCount(PyObject *, PyObject *args, PyObject *kwargs) {
22540 PyObject *resultobj;
22541 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22542 int result;
22543 PyObject * obj0 = 0 ;
22544 char *kwnames[] = {
22545 (char *) "self", NULL
22546 };
22547
22548 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetColumnCount",kwnames,&obj0)) goto fail;
22549 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22550 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22551 {
22552 PyThreadState* __tstate = wxPyBeginAllowThreads();
22553 result = (int)((wxPyListCtrl const *)arg1)->GetColumnCount();
22554
22555 wxPyEndAllowThreads(__tstate);
22556 if (PyErr_Occurred()) SWIG_fail;
22557 }
22558 resultobj = SWIG_From_int((int)result);
22559 return resultobj;
22560 fail:
22561 return NULL;
22562 }
22563
22564
22565 static PyObject *_wrap_ListCtrl_GetItemSpacing(PyObject *, PyObject *args, PyObject *kwargs) {
22566 PyObject *resultobj;
22567 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22568 wxSize result;
22569 PyObject * obj0 = 0 ;
22570 char *kwnames[] = {
22571 (char *) "self", NULL
22572 };
22573
22574 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemSpacing",kwnames,&obj0)) goto fail;
22575 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22576 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22577 {
22578 PyThreadState* __tstate = wxPyBeginAllowThreads();
22579 result = ((wxPyListCtrl const *)arg1)->GetItemSpacing();
22580
22581 wxPyEndAllowThreads(__tstate);
22582 if (PyErr_Occurred()) SWIG_fail;
22583 }
22584 {
22585 wxSize * resultptr;
22586 resultptr = new wxSize((wxSize &) result);
22587 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
22588 }
22589 return resultobj;
22590 fail:
22591 return NULL;
22592 }
22593
22594
22595 static PyObject *_wrap_ListCtrl_SetItemSpacing(PyObject *, PyObject *args, PyObject *kwargs) {
22596 PyObject *resultobj;
22597 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22598 int arg2 ;
22599 bool arg3 = (bool) false ;
22600 PyObject * obj0 = 0 ;
22601 PyObject * obj1 = 0 ;
22602 PyObject * obj2 = 0 ;
22603 char *kwnames[] = {
22604 (char *) "self",(char *) "spacing",(char *) "isSmall", NULL
22605 };
22606
22607 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetItemSpacing",kwnames,&obj0,&obj1,&obj2)) goto fail;
22608 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22609 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22610 arg2 = (int)SWIG_As_int(obj1);
22611 if (PyErr_Occurred()) SWIG_fail;
22612 if (obj2) {
22613 arg3 = (bool)SWIG_As_bool(obj2);
22614 if (PyErr_Occurred()) SWIG_fail;
22615 }
22616 {
22617 PyThreadState* __tstate = wxPyBeginAllowThreads();
22618 (arg1)->SetItemSpacing(arg2,arg3);
22619
22620 wxPyEndAllowThreads(__tstate);
22621 if (PyErr_Occurred()) SWIG_fail;
22622 }
22623 Py_INCREF(Py_None); resultobj = Py_None;
22624 return resultobj;
22625 fail:
22626 return NULL;
22627 }
22628
22629
22630 static PyObject *_wrap_ListCtrl_GetSelectedItemCount(PyObject *, PyObject *args, PyObject *kwargs) {
22631 PyObject *resultobj;
22632 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22633 int result;
22634 PyObject * obj0 = 0 ;
22635 char *kwnames[] = {
22636 (char *) "self", NULL
22637 };
22638
22639 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetSelectedItemCount",kwnames,&obj0)) goto fail;
22640 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22641 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22642 {
22643 PyThreadState* __tstate = wxPyBeginAllowThreads();
22644 result = (int)((wxPyListCtrl const *)arg1)->GetSelectedItemCount();
22645
22646 wxPyEndAllowThreads(__tstate);
22647 if (PyErr_Occurred()) SWIG_fail;
22648 }
22649 resultobj = SWIG_From_int((int)result);
22650 return resultobj;
22651 fail:
22652 return NULL;
22653 }
22654
22655
22656 static PyObject *_wrap_ListCtrl_GetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
22657 PyObject *resultobj;
22658 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22659 wxColour result;
22660 PyObject * obj0 = 0 ;
22661 char *kwnames[] = {
22662 (char *) "self", NULL
22663 };
22664
22665 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTextColour",kwnames,&obj0)) goto fail;
22666 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22667 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22668 {
22669 PyThreadState* __tstate = wxPyBeginAllowThreads();
22670 result = ((wxPyListCtrl const *)arg1)->GetTextColour();
22671
22672 wxPyEndAllowThreads(__tstate);
22673 if (PyErr_Occurred()) SWIG_fail;
22674 }
22675 {
22676 wxColour * resultptr;
22677 resultptr = new wxColour((wxColour &) result);
22678 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
22679 }
22680 return resultobj;
22681 fail:
22682 return NULL;
22683 }
22684
22685
22686 static PyObject *_wrap_ListCtrl_SetTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
22687 PyObject *resultobj;
22688 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22689 wxColour *arg2 = 0 ;
22690 wxColour temp2 ;
22691 PyObject * obj0 = 0 ;
22692 PyObject * obj1 = 0 ;
22693 char *kwnames[] = {
22694 (char *) "self",(char *) "col", NULL
22695 };
22696
22697 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
22698 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22699 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22700 {
22701 arg2 = &temp2;
22702 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
22703 }
22704 {
22705 PyThreadState* __tstate = wxPyBeginAllowThreads();
22706 (arg1)->SetTextColour((wxColour const &)*arg2);
22707
22708 wxPyEndAllowThreads(__tstate);
22709 if (PyErr_Occurred()) SWIG_fail;
22710 }
22711 Py_INCREF(Py_None); resultobj = Py_None;
22712 return resultobj;
22713 fail:
22714 return NULL;
22715 }
22716
22717
22718 static PyObject *_wrap_ListCtrl_GetTopItem(PyObject *, PyObject *args, PyObject *kwargs) {
22719 PyObject *resultobj;
22720 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22721 long result;
22722 PyObject * obj0 = 0 ;
22723 char *kwnames[] = {
22724 (char *) "self", NULL
22725 };
22726
22727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTopItem",kwnames,&obj0)) goto fail;
22728 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22729 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22730 {
22731 PyThreadState* __tstate = wxPyBeginAllowThreads();
22732 result = (long)((wxPyListCtrl const *)arg1)->GetTopItem();
22733
22734 wxPyEndAllowThreads(__tstate);
22735 if (PyErr_Occurred()) SWIG_fail;
22736 }
22737 resultobj = SWIG_From_long((long)result);
22738 return resultobj;
22739 fail:
22740 return NULL;
22741 }
22742
22743
22744 static PyObject *_wrap_ListCtrl_SetSingleStyle(PyObject *, PyObject *args, PyObject *kwargs) {
22745 PyObject *resultobj;
22746 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22747 long arg2 ;
22748 bool arg3 = (bool) true ;
22749 PyObject * obj0 = 0 ;
22750 PyObject * obj1 = 0 ;
22751 PyObject * obj2 = 0 ;
22752 char *kwnames[] = {
22753 (char *) "self",(char *) "style",(char *) "add", NULL
22754 };
22755
22756 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetSingleStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
22757 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22758 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22759 arg2 = (long)SWIG_As_long(obj1);
22760 if (PyErr_Occurred()) SWIG_fail;
22761 if (obj2) {
22762 arg3 = (bool)SWIG_As_bool(obj2);
22763 if (PyErr_Occurred()) SWIG_fail;
22764 }
22765 {
22766 PyThreadState* __tstate = wxPyBeginAllowThreads();
22767 (arg1)->SetSingleStyle(arg2,arg3);
22768
22769 wxPyEndAllowThreads(__tstate);
22770 if (PyErr_Occurred()) SWIG_fail;
22771 }
22772 Py_INCREF(Py_None); resultobj = Py_None;
22773 return resultobj;
22774 fail:
22775 return NULL;
22776 }
22777
22778
22779 static PyObject *_wrap_ListCtrl_SetWindowStyleFlag(PyObject *, PyObject *args, PyObject *kwargs) {
22780 PyObject *resultobj;
22781 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22782 long arg2 ;
22783 PyObject * obj0 = 0 ;
22784 PyObject * obj1 = 0 ;
22785 char *kwnames[] = {
22786 (char *) "self",(char *) "style", NULL
22787 };
22788
22789 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetWindowStyleFlag",kwnames,&obj0,&obj1)) goto fail;
22790 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22791 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22792 arg2 = (long)SWIG_As_long(obj1);
22793 if (PyErr_Occurred()) SWIG_fail;
22794 {
22795 PyThreadState* __tstate = wxPyBeginAllowThreads();
22796 (arg1)->SetWindowStyleFlag(arg2);
22797
22798 wxPyEndAllowThreads(__tstate);
22799 if (PyErr_Occurred()) SWIG_fail;
22800 }
22801 Py_INCREF(Py_None); resultobj = Py_None;
22802 return resultobj;
22803 fail:
22804 return NULL;
22805 }
22806
22807
22808 static PyObject *_wrap_ListCtrl_GetNextItem(PyObject *, PyObject *args, PyObject *kwargs) {
22809 PyObject *resultobj;
22810 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22811 long arg2 ;
22812 int arg3 = (int) wxLIST_NEXT_ALL ;
22813 int arg4 = (int) wxLIST_STATE_DONTCARE ;
22814 long result;
22815 PyObject * obj0 = 0 ;
22816 PyObject * obj1 = 0 ;
22817 PyObject * obj2 = 0 ;
22818 PyObject * obj3 = 0 ;
22819 char *kwnames[] = {
22820 (char *) "self",(char *) "item",(char *) "geometry",(char *) "state", NULL
22821 };
22822
22823 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:ListCtrl_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
22824 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22825 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22826 arg2 = (long)SWIG_As_long(obj1);
22827 if (PyErr_Occurred()) SWIG_fail;
22828 if (obj2) {
22829 arg3 = (int)SWIG_As_int(obj2);
22830 if (PyErr_Occurred()) SWIG_fail;
22831 }
22832 if (obj3) {
22833 arg4 = (int)SWIG_As_int(obj3);
22834 if (PyErr_Occurred()) SWIG_fail;
22835 }
22836 {
22837 PyThreadState* __tstate = wxPyBeginAllowThreads();
22838 result = (long)((wxPyListCtrl const *)arg1)->GetNextItem(arg2,arg3,arg4);
22839
22840 wxPyEndAllowThreads(__tstate);
22841 if (PyErr_Occurred()) SWIG_fail;
22842 }
22843 resultobj = SWIG_From_long((long)result);
22844 return resultobj;
22845 fail:
22846 return NULL;
22847 }
22848
22849
22850 static PyObject *_wrap_ListCtrl_GetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
22851 PyObject *resultobj;
22852 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22853 int arg2 ;
22854 wxImageList *result;
22855 PyObject * obj0 = 0 ;
22856 PyObject * obj1 = 0 ;
22857 char *kwnames[] = {
22858 (char *) "self",(char *) "which", NULL
22859 };
22860
22861 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetImageList",kwnames,&obj0,&obj1)) goto fail;
22862 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22863 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22864 arg2 = (int)SWIG_As_int(obj1);
22865 if (PyErr_Occurred()) SWIG_fail;
22866 {
22867 PyThreadState* __tstate = wxPyBeginAllowThreads();
22868 result = (wxImageList *)((wxPyListCtrl const *)arg1)->GetImageList(arg2);
22869
22870 wxPyEndAllowThreads(__tstate);
22871 if (PyErr_Occurred()) SWIG_fail;
22872 }
22873 {
22874 resultobj = wxPyMake_wxObject(result, 0);
22875 }
22876 return resultobj;
22877 fail:
22878 return NULL;
22879 }
22880
22881
22882 static PyObject *_wrap_ListCtrl_SetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
22883 PyObject *resultobj;
22884 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22885 wxImageList *arg2 = (wxImageList *) 0 ;
22886 int arg3 ;
22887 PyObject * obj0 = 0 ;
22888 PyObject * obj1 = 0 ;
22889 PyObject * obj2 = 0 ;
22890 char *kwnames[] = {
22891 (char *) "self",(char *) "imageList",(char *) "which", NULL
22892 };
22893
22894 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
22895 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22896 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22897 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
22898 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22899 arg3 = (int)SWIG_As_int(obj2);
22900 if (PyErr_Occurred()) SWIG_fail;
22901 {
22902 PyThreadState* __tstate = wxPyBeginAllowThreads();
22903 (arg1)->SetImageList(arg2,arg3);
22904
22905 wxPyEndAllowThreads(__tstate);
22906 if (PyErr_Occurred()) SWIG_fail;
22907 }
22908 Py_INCREF(Py_None); resultobj = Py_None;
22909 return resultobj;
22910 fail:
22911 return NULL;
22912 }
22913
22914
22915 static PyObject *_wrap_ListCtrl_AssignImageList(PyObject *, PyObject *args, PyObject *kwargs) {
22916 PyObject *resultobj;
22917 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22918 wxImageList *arg2 = (wxImageList *) 0 ;
22919 int arg3 ;
22920 PyObject * obj0 = 0 ;
22921 PyObject * obj1 = 0 ;
22922 PyObject * obj2 = 0 ;
22923 char *kwnames[] = {
22924 (char *) "self",(char *) "imageList",(char *) "which", NULL
22925 };
22926
22927 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_AssignImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
22928 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22929 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22930 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
22931 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
22932 arg3 = (int)SWIG_As_int(obj2);
22933 if (PyErr_Occurred()) SWIG_fail;
22934 {
22935 PyThreadState* __tstate = wxPyBeginAllowThreads();
22936 (arg1)->AssignImageList(arg2,arg3);
22937
22938 wxPyEndAllowThreads(__tstate);
22939 if (PyErr_Occurred()) SWIG_fail;
22940 }
22941 Py_INCREF(Py_None); resultobj = Py_None;
22942 return resultobj;
22943 fail:
22944 return NULL;
22945 }
22946
22947
22948 static PyObject *_wrap_ListCtrl_InReportView(PyObject *, PyObject *args, PyObject *kwargs) {
22949 PyObject *resultobj;
22950 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22951 bool result;
22952 PyObject * obj0 = 0 ;
22953 char *kwnames[] = {
22954 (char *) "self", NULL
22955 };
22956
22957 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_InReportView",kwnames,&obj0)) goto fail;
22958 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22959 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22960 {
22961 PyThreadState* __tstate = wxPyBeginAllowThreads();
22962 result = (bool)((wxPyListCtrl const *)arg1)->InReportView();
22963
22964 wxPyEndAllowThreads(__tstate);
22965 if (PyErr_Occurred()) SWIG_fail;
22966 }
22967 {
22968 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22969 }
22970 return resultobj;
22971 fail:
22972 return NULL;
22973 }
22974
22975
22976 static PyObject *_wrap_ListCtrl_IsVirtual(PyObject *, PyObject *args, PyObject *kwargs) {
22977 PyObject *resultobj;
22978 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22979 bool result;
22980 PyObject * obj0 = 0 ;
22981 char *kwnames[] = {
22982 (char *) "self", NULL
22983 };
22984
22985 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_IsVirtual",kwnames,&obj0)) goto fail;
22986 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22987 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22988 {
22989 PyThreadState* __tstate = wxPyBeginAllowThreads();
22990 result = (bool)((wxPyListCtrl const *)arg1)->IsVirtual();
22991
22992 wxPyEndAllowThreads(__tstate);
22993 if (PyErr_Occurred()) SWIG_fail;
22994 }
22995 {
22996 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22997 }
22998 return resultobj;
22999 fail:
23000 return NULL;
23001 }
23002
23003
23004 static PyObject *_wrap_ListCtrl_RefreshItem(PyObject *, PyObject *args, PyObject *kwargs) {
23005 PyObject *resultobj;
23006 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23007 long arg2 ;
23008 PyObject * obj0 = 0 ;
23009 PyObject * obj1 = 0 ;
23010 char *kwnames[] = {
23011 (char *) "self",(char *) "item", NULL
23012 };
23013
23014 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_RefreshItem",kwnames,&obj0,&obj1)) goto fail;
23015 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23016 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23017 arg2 = (long)SWIG_As_long(obj1);
23018 if (PyErr_Occurred()) SWIG_fail;
23019 {
23020 PyThreadState* __tstate = wxPyBeginAllowThreads();
23021 (arg1)->RefreshItem(arg2);
23022
23023 wxPyEndAllowThreads(__tstate);
23024 if (PyErr_Occurred()) SWIG_fail;
23025 }
23026 Py_INCREF(Py_None); resultobj = Py_None;
23027 return resultobj;
23028 fail:
23029 return NULL;
23030 }
23031
23032
23033 static PyObject *_wrap_ListCtrl_RefreshItems(PyObject *, PyObject *args, PyObject *kwargs) {
23034 PyObject *resultobj;
23035 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23036 long arg2 ;
23037 long arg3 ;
23038 PyObject * obj0 = 0 ;
23039 PyObject * obj1 = 0 ;
23040 PyObject * obj2 = 0 ;
23041 char *kwnames[] = {
23042 (char *) "self",(char *) "itemFrom",(char *) "itemTo", NULL
23043 };
23044
23045 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_RefreshItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
23046 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23047 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23048 arg2 = (long)SWIG_As_long(obj1);
23049 if (PyErr_Occurred()) SWIG_fail;
23050 arg3 = (long)SWIG_As_long(obj2);
23051 if (PyErr_Occurred()) SWIG_fail;
23052 {
23053 PyThreadState* __tstate = wxPyBeginAllowThreads();
23054 (arg1)->RefreshItems(arg2,arg3);
23055
23056 wxPyEndAllowThreads(__tstate);
23057 if (PyErr_Occurred()) SWIG_fail;
23058 }
23059 Py_INCREF(Py_None); resultobj = Py_None;
23060 return resultobj;
23061 fail:
23062 return NULL;
23063 }
23064
23065
23066 static PyObject *_wrap_ListCtrl_Arrange(PyObject *, PyObject *args, PyObject *kwargs) {
23067 PyObject *resultobj;
23068 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23069 int arg2 = (int) wxLIST_ALIGN_DEFAULT ;
23070 bool result;
23071 PyObject * obj0 = 0 ;
23072 PyObject * obj1 = 0 ;
23073 char *kwnames[] = {
23074 (char *) "self",(char *) "flag", NULL
23075 };
23076
23077 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListCtrl_Arrange",kwnames,&obj0,&obj1)) goto fail;
23078 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23079 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23080 if (obj1) {
23081 arg2 = (int)SWIG_As_int(obj1);
23082 if (PyErr_Occurred()) SWIG_fail;
23083 }
23084 {
23085 PyThreadState* __tstate = wxPyBeginAllowThreads();
23086 result = (bool)(arg1)->Arrange(arg2);
23087
23088 wxPyEndAllowThreads(__tstate);
23089 if (PyErr_Occurred()) SWIG_fail;
23090 }
23091 {
23092 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23093 }
23094 return resultobj;
23095 fail:
23096 return NULL;
23097 }
23098
23099
23100 static PyObject *_wrap_ListCtrl_DeleteItem(PyObject *, PyObject *args, PyObject *kwargs) {
23101 PyObject *resultobj;
23102 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23103 long arg2 ;
23104 bool result;
23105 PyObject * obj0 = 0 ;
23106 PyObject * obj1 = 0 ;
23107 char *kwnames[] = {
23108 (char *) "self",(char *) "item", NULL
23109 };
23110
23111 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteItem",kwnames,&obj0,&obj1)) goto fail;
23112 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23113 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23114 arg2 = (long)SWIG_As_long(obj1);
23115 if (PyErr_Occurred()) SWIG_fail;
23116 {
23117 PyThreadState* __tstate = wxPyBeginAllowThreads();
23118 result = (bool)(arg1)->DeleteItem(arg2);
23119
23120 wxPyEndAllowThreads(__tstate);
23121 if (PyErr_Occurred()) SWIG_fail;
23122 }
23123 {
23124 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23125 }
23126 return resultobj;
23127 fail:
23128 return NULL;
23129 }
23130
23131
23132 static PyObject *_wrap_ListCtrl_DeleteAllItems(PyObject *, PyObject *args, PyObject *kwargs) {
23133 PyObject *resultobj;
23134 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23135 bool result;
23136 PyObject * obj0 = 0 ;
23137 char *kwnames[] = {
23138 (char *) "self", NULL
23139 };
23140
23141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
23142 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23143 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23144 {
23145 PyThreadState* __tstate = wxPyBeginAllowThreads();
23146 result = (bool)(arg1)->DeleteAllItems();
23147
23148 wxPyEndAllowThreads(__tstate);
23149 if (PyErr_Occurred()) SWIG_fail;
23150 }
23151 {
23152 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23153 }
23154 return resultobj;
23155 fail:
23156 return NULL;
23157 }
23158
23159
23160 static PyObject *_wrap_ListCtrl_DeleteColumn(PyObject *, PyObject *args, PyObject *kwargs) {
23161 PyObject *resultobj;
23162 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23163 int arg2 ;
23164 bool result;
23165 PyObject * obj0 = 0 ;
23166 PyObject * obj1 = 0 ;
23167 char *kwnames[] = {
23168 (char *) "self",(char *) "col", NULL
23169 };
23170
23171 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteColumn",kwnames,&obj0,&obj1)) goto fail;
23172 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23173 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23174 arg2 = (int)SWIG_As_int(obj1);
23175 if (PyErr_Occurred()) SWIG_fail;
23176 {
23177 PyThreadState* __tstate = wxPyBeginAllowThreads();
23178 result = (bool)(arg1)->DeleteColumn(arg2);
23179
23180 wxPyEndAllowThreads(__tstate);
23181 if (PyErr_Occurred()) SWIG_fail;
23182 }
23183 {
23184 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23185 }
23186 return resultobj;
23187 fail:
23188 return NULL;
23189 }
23190
23191
23192 static PyObject *_wrap_ListCtrl_DeleteAllColumns(PyObject *, PyObject *args, PyObject *kwargs) {
23193 PyObject *resultobj;
23194 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23195 bool result;
23196 PyObject * obj0 = 0 ;
23197 char *kwnames[] = {
23198 (char *) "self", NULL
23199 };
23200
23201 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllColumns",kwnames,&obj0)) goto fail;
23202 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23203 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23204 {
23205 PyThreadState* __tstate = wxPyBeginAllowThreads();
23206 result = (bool)(arg1)->DeleteAllColumns();
23207
23208 wxPyEndAllowThreads(__tstate);
23209 if (PyErr_Occurred()) SWIG_fail;
23210 }
23211 {
23212 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23213 }
23214 return resultobj;
23215 fail:
23216 return NULL;
23217 }
23218
23219
23220 static PyObject *_wrap_ListCtrl_ClearAll(PyObject *, PyObject *args, PyObject *kwargs) {
23221 PyObject *resultobj;
23222 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23223 PyObject * obj0 = 0 ;
23224 char *kwnames[] = {
23225 (char *) "self", NULL
23226 };
23227
23228 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_ClearAll",kwnames,&obj0)) goto fail;
23229 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23230 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23231 {
23232 PyThreadState* __tstate = wxPyBeginAllowThreads();
23233 (arg1)->ClearAll();
23234
23235 wxPyEndAllowThreads(__tstate);
23236 if (PyErr_Occurred()) SWIG_fail;
23237 }
23238 Py_INCREF(Py_None); resultobj = Py_None;
23239 return resultobj;
23240 fail:
23241 return NULL;
23242 }
23243
23244
23245 static PyObject *_wrap_ListCtrl_EditLabel(PyObject *, PyObject *args, PyObject *kwargs) {
23246 PyObject *resultobj;
23247 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23248 long arg2 ;
23249 PyObject * obj0 = 0 ;
23250 PyObject * obj1 = 0 ;
23251 char *kwnames[] = {
23252 (char *) "self",(char *) "item", NULL
23253 };
23254
23255 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
23256 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23257 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23258 arg2 = (long)SWIG_As_long(obj1);
23259 if (PyErr_Occurred()) SWIG_fail;
23260 {
23261 PyThreadState* __tstate = wxPyBeginAllowThreads();
23262 (arg1)->EditLabel(arg2);
23263
23264 wxPyEndAllowThreads(__tstate);
23265 if (PyErr_Occurred()) SWIG_fail;
23266 }
23267 Py_INCREF(Py_None); resultobj = Py_None;
23268 return resultobj;
23269 fail:
23270 return NULL;
23271 }
23272
23273
23274 static PyObject *_wrap_ListCtrl_EnsureVisible(PyObject *, PyObject *args, PyObject *kwargs) {
23275 PyObject *resultobj;
23276 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23277 long arg2 ;
23278 bool result;
23279 PyObject * obj0 = 0 ;
23280 PyObject * obj1 = 0 ;
23281 char *kwnames[] = {
23282 (char *) "self",(char *) "item", NULL
23283 };
23284
23285 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
23286 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23287 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23288 arg2 = (long)SWIG_As_long(obj1);
23289 if (PyErr_Occurred()) SWIG_fail;
23290 {
23291 PyThreadState* __tstate = wxPyBeginAllowThreads();
23292 result = (bool)(arg1)->EnsureVisible(arg2);
23293
23294 wxPyEndAllowThreads(__tstate);
23295 if (PyErr_Occurred()) SWIG_fail;
23296 }
23297 {
23298 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23299 }
23300 return resultobj;
23301 fail:
23302 return NULL;
23303 }
23304
23305
23306 static PyObject *_wrap_ListCtrl_FindItem(PyObject *, PyObject *args, PyObject *kwargs) {
23307 PyObject *resultobj;
23308 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23309 long arg2 ;
23310 wxString *arg3 = 0 ;
23311 bool arg4 = (bool) false ;
23312 long result;
23313 bool temp3 = false ;
23314 PyObject * obj0 = 0 ;
23315 PyObject * obj1 = 0 ;
23316 PyObject * obj2 = 0 ;
23317 PyObject * obj3 = 0 ;
23318 char *kwnames[] = {
23319 (char *) "self",(char *) "start",(char *) "str",(char *) "partial", NULL
23320 };
23321
23322 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListCtrl_FindItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23323 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23324 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23325 arg2 = (long)SWIG_As_long(obj1);
23326 if (PyErr_Occurred()) SWIG_fail;
23327 {
23328 arg3 = wxString_in_helper(obj2);
23329 if (arg3 == NULL) SWIG_fail;
23330 temp3 = true;
23331 }
23332 if (obj3) {
23333 arg4 = (bool)SWIG_As_bool(obj3);
23334 if (PyErr_Occurred()) SWIG_fail;
23335 }
23336 {
23337 PyThreadState* __tstate = wxPyBeginAllowThreads();
23338 result = (long)(arg1)->FindItem(arg2,(wxString const &)*arg3,arg4);
23339
23340 wxPyEndAllowThreads(__tstate);
23341 if (PyErr_Occurred()) SWIG_fail;
23342 }
23343 resultobj = SWIG_From_long((long)result);
23344 {
23345 if (temp3)
23346 delete arg3;
23347 }
23348 return resultobj;
23349 fail:
23350 {
23351 if (temp3)
23352 delete arg3;
23353 }
23354 return NULL;
23355 }
23356
23357
23358 static PyObject *_wrap_ListCtrl_FindItemData(PyObject *, PyObject *args, PyObject *kwargs) {
23359 PyObject *resultobj;
23360 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23361 long arg2 ;
23362 long arg3 ;
23363 long result;
23364 PyObject * obj0 = 0 ;
23365 PyObject * obj1 = 0 ;
23366 PyObject * obj2 = 0 ;
23367 char *kwnames[] = {
23368 (char *) "self",(char *) "start",(char *) "data", NULL
23369 };
23370
23371 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_FindItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
23372 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23373 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23374 arg2 = (long)SWIG_As_long(obj1);
23375 if (PyErr_Occurred()) SWIG_fail;
23376 arg3 = (long)SWIG_As_long(obj2);
23377 if (PyErr_Occurred()) SWIG_fail;
23378 {
23379 PyThreadState* __tstate = wxPyBeginAllowThreads();
23380 result = (long)(arg1)->FindItem(arg2,arg3);
23381
23382 wxPyEndAllowThreads(__tstate);
23383 if (PyErr_Occurred()) SWIG_fail;
23384 }
23385 resultobj = SWIG_From_long((long)result);
23386 return resultobj;
23387 fail:
23388 return NULL;
23389 }
23390
23391
23392 static PyObject *_wrap_ListCtrl_FindItemAtPos(PyObject *, PyObject *args, PyObject *kwargs) {
23393 PyObject *resultobj;
23394 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23395 long arg2 ;
23396 wxPoint *arg3 = 0 ;
23397 int arg4 ;
23398 long result;
23399 wxPoint temp3 ;
23400 PyObject * obj0 = 0 ;
23401 PyObject * obj1 = 0 ;
23402 PyObject * obj2 = 0 ;
23403 PyObject * obj3 = 0 ;
23404 char *kwnames[] = {
23405 (char *) "self",(char *) "start",(char *) "pt",(char *) "direction", NULL
23406 };
23407
23408 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_FindItemAtPos",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23409 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23410 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23411 arg2 = (long)SWIG_As_long(obj1);
23412 if (PyErr_Occurred()) SWIG_fail;
23413 {
23414 arg3 = &temp3;
23415 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
23416 }
23417 arg4 = (int)SWIG_As_int(obj3);
23418 if (PyErr_Occurred()) SWIG_fail;
23419 {
23420 PyThreadState* __tstate = wxPyBeginAllowThreads();
23421 result = (long)(arg1)->FindItem(arg2,(wxPoint const &)*arg3,arg4);
23422
23423 wxPyEndAllowThreads(__tstate);
23424 if (PyErr_Occurred()) SWIG_fail;
23425 }
23426 resultobj = SWIG_From_long((long)result);
23427 return resultobj;
23428 fail:
23429 return NULL;
23430 }
23431
23432
23433 static PyObject *_wrap_ListCtrl_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
23434 PyObject *resultobj;
23435 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23436 wxPoint *arg2 = 0 ;
23437 int *arg3 = 0 ;
23438 long result;
23439 wxPoint temp2 ;
23440 int temp3 ;
23441 int res3 = 0 ;
23442 PyObject * obj0 = 0 ;
23443 PyObject * obj1 = 0 ;
23444 char *kwnames[] = {
23445 (char *) "self",(char *) "point", NULL
23446 };
23447
23448 arg3 = &temp3; res3 = SWIG_NEWOBJ;
23449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
23450 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23451 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23452 {
23453 arg2 = &temp2;
23454 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
23455 }
23456 {
23457 PyThreadState* __tstate = wxPyBeginAllowThreads();
23458 result = (long)(arg1)->HitTest((wxPoint const &)*arg2,*arg3);
23459
23460 wxPyEndAllowThreads(__tstate);
23461 if (PyErr_Occurred()) SWIG_fail;
23462 }
23463 resultobj = SWIG_From_long((long)result);
23464 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
23465 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
23466 return resultobj;
23467 fail:
23468 return NULL;
23469 }
23470
23471
23472 static PyObject *_wrap_ListCtrl_InsertItem(PyObject *, PyObject *args, PyObject *kwargs) {
23473 PyObject *resultobj;
23474 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23475 wxListItem *arg2 = 0 ;
23476 long result;
23477 PyObject * obj0 = 0 ;
23478 PyObject * obj1 = 0 ;
23479 char *kwnames[] = {
23480 (char *) "self",(char *) "info", NULL
23481 };
23482
23483 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_InsertItem",kwnames,&obj0,&obj1)) goto fail;
23484 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23485 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23486 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxListItem,
23487 SWIG_POINTER_EXCEPTION | 0)) == -1)
23488 SWIG_fail;
23489 if (arg2 == NULL) {
23490 PyErr_SetString(PyExc_TypeError,"null reference");
23491 SWIG_fail;
23492 }
23493 {
23494 PyThreadState* __tstate = wxPyBeginAllowThreads();
23495 result = (long)(arg1)->InsertItem(*arg2);
23496
23497 wxPyEndAllowThreads(__tstate);
23498 if (PyErr_Occurred()) SWIG_fail;
23499 }
23500 resultobj = SWIG_From_long((long)result);
23501 return resultobj;
23502 fail:
23503 return NULL;
23504 }
23505
23506
23507 static PyObject *_wrap_ListCtrl_InsertStringItem(PyObject *, PyObject *args, PyObject *kwargs) {
23508 PyObject *resultobj;
23509 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23510 long arg2 ;
23511 wxString *arg3 = 0 ;
23512 long result;
23513 bool temp3 = false ;
23514 PyObject * obj0 = 0 ;
23515 PyObject * obj1 = 0 ;
23516 PyObject * obj2 = 0 ;
23517 char *kwnames[] = {
23518 (char *) "self",(char *) "index",(char *) "label", NULL
23519 };
23520
23521 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertStringItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
23522 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23523 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23524 arg2 = (long)SWIG_As_long(obj1);
23525 if (PyErr_Occurred()) SWIG_fail;
23526 {
23527 arg3 = wxString_in_helper(obj2);
23528 if (arg3 == NULL) SWIG_fail;
23529 temp3 = true;
23530 }
23531 {
23532 PyThreadState* __tstate = wxPyBeginAllowThreads();
23533 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3);
23534
23535 wxPyEndAllowThreads(__tstate);
23536 if (PyErr_Occurred()) SWIG_fail;
23537 }
23538 resultobj = SWIG_From_long((long)result);
23539 {
23540 if (temp3)
23541 delete arg3;
23542 }
23543 return resultobj;
23544 fail:
23545 {
23546 if (temp3)
23547 delete arg3;
23548 }
23549 return NULL;
23550 }
23551
23552
23553 static PyObject *_wrap_ListCtrl_InsertImageItem(PyObject *, PyObject *args, PyObject *kwargs) {
23554 PyObject *resultobj;
23555 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23556 long arg2 ;
23557 int arg3 ;
23558 long result;
23559 PyObject * obj0 = 0 ;
23560 PyObject * obj1 = 0 ;
23561 PyObject * obj2 = 0 ;
23562 char *kwnames[] = {
23563 (char *) "self",(char *) "index",(char *) "imageIndex", NULL
23564 };
23565
23566 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertImageItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
23567 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23568 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23569 arg2 = (long)SWIG_As_long(obj1);
23570 if (PyErr_Occurred()) SWIG_fail;
23571 arg3 = (int)SWIG_As_int(obj2);
23572 if (PyErr_Occurred()) SWIG_fail;
23573 {
23574 PyThreadState* __tstate = wxPyBeginAllowThreads();
23575 result = (long)(arg1)->InsertItem(arg2,arg3);
23576
23577 wxPyEndAllowThreads(__tstate);
23578 if (PyErr_Occurred()) SWIG_fail;
23579 }
23580 resultobj = SWIG_From_long((long)result);
23581 return resultobj;
23582 fail:
23583 return NULL;
23584 }
23585
23586
23587 static PyObject *_wrap_ListCtrl_InsertImageStringItem(PyObject *, PyObject *args, PyObject *kwargs) {
23588 PyObject *resultobj;
23589 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23590 long arg2 ;
23591 wxString *arg3 = 0 ;
23592 int arg4 ;
23593 long result;
23594 bool temp3 = false ;
23595 PyObject * obj0 = 0 ;
23596 PyObject * obj1 = 0 ;
23597 PyObject * obj2 = 0 ;
23598 PyObject * obj3 = 0 ;
23599 char *kwnames[] = {
23600 (char *) "self",(char *) "index",(char *) "label",(char *) "imageIndex", NULL
23601 };
23602
23603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_InsertImageStringItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23604 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23605 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23606 arg2 = (long)SWIG_As_long(obj1);
23607 if (PyErr_Occurred()) SWIG_fail;
23608 {
23609 arg3 = wxString_in_helper(obj2);
23610 if (arg3 == NULL) SWIG_fail;
23611 temp3 = true;
23612 }
23613 arg4 = (int)SWIG_As_int(obj3);
23614 if (PyErr_Occurred()) SWIG_fail;
23615 {
23616 PyThreadState* __tstate = wxPyBeginAllowThreads();
23617 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3,arg4);
23618
23619 wxPyEndAllowThreads(__tstate);
23620 if (PyErr_Occurred()) SWIG_fail;
23621 }
23622 resultobj = SWIG_From_long((long)result);
23623 {
23624 if (temp3)
23625 delete arg3;
23626 }
23627 return resultobj;
23628 fail:
23629 {
23630 if (temp3)
23631 delete arg3;
23632 }
23633 return NULL;
23634 }
23635
23636
23637 static PyObject *_wrap_ListCtrl_InsertColumnInfo(PyObject *, PyObject *args, PyObject *kwargs) {
23638 PyObject *resultobj;
23639 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23640 long arg2 ;
23641 wxListItem *arg3 = 0 ;
23642 long result;
23643 PyObject * obj0 = 0 ;
23644 PyObject * obj1 = 0 ;
23645 PyObject * obj2 = 0 ;
23646 char *kwnames[] = {
23647 (char *) "self",(char *) "col",(char *) "info", NULL
23648 };
23649
23650 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertColumnInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
23651 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23652 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23653 arg2 = (long)SWIG_As_long(obj1);
23654 if (PyErr_Occurred()) SWIG_fail;
23655 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxListItem,
23656 SWIG_POINTER_EXCEPTION | 0)) == -1)
23657 SWIG_fail;
23658 if (arg3 == NULL) {
23659 PyErr_SetString(PyExc_TypeError,"null reference");
23660 SWIG_fail;
23661 }
23662 {
23663 PyThreadState* __tstate = wxPyBeginAllowThreads();
23664 result = (long)(arg1)->InsertColumn(arg2,*arg3);
23665
23666 wxPyEndAllowThreads(__tstate);
23667 if (PyErr_Occurred()) SWIG_fail;
23668 }
23669 resultobj = SWIG_From_long((long)result);
23670 return resultobj;
23671 fail:
23672 return NULL;
23673 }
23674
23675
23676 static PyObject *_wrap_ListCtrl_InsertColumn(PyObject *, PyObject *args, PyObject *kwargs) {
23677 PyObject *resultobj;
23678 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23679 long arg2 ;
23680 wxString *arg3 = 0 ;
23681 int arg4 = (int) wxLIST_FORMAT_LEFT ;
23682 int arg5 = (int) -1 ;
23683 long result;
23684 bool temp3 = false ;
23685 PyObject * obj0 = 0 ;
23686 PyObject * obj1 = 0 ;
23687 PyObject * obj2 = 0 ;
23688 PyObject * obj3 = 0 ;
23689 PyObject * obj4 = 0 ;
23690 char *kwnames[] = {
23691 (char *) "self",(char *) "col",(char *) "heading",(char *) "format",(char *) "width", NULL
23692 };
23693
23694 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:ListCtrl_InsertColumn",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
23695 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23696 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23697 arg2 = (long)SWIG_As_long(obj1);
23698 if (PyErr_Occurred()) SWIG_fail;
23699 {
23700 arg3 = wxString_in_helper(obj2);
23701 if (arg3 == NULL) SWIG_fail;
23702 temp3 = true;
23703 }
23704 if (obj3) {
23705 arg4 = (int)SWIG_As_int(obj3);
23706 if (PyErr_Occurred()) SWIG_fail;
23707 }
23708 if (obj4) {
23709 arg5 = (int)SWIG_As_int(obj4);
23710 if (PyErr_Occurred()) SWIG_fail;
23711 }
23712 {
23713 PyThreadState* __tstate = wxPyBeginAllowThreads();
23714 result = (long)(arg1)->InsertColumn(arg2,(wxString const &)*arg3,arg4,arg5);
23715
23716 wxPyEndAllowThreads(__tstate);
23717 if (PyErr_Occurred()) SWIG_fail;
23718 }
23719 resultobj = SWIG_From_long((long)result);
23720 {
23721 if (temp3)
23722 delete arg3;
23723 }
23724 return resultobj;
23725 fail:
23726 {
23727 if (temp3)
23728 delete arg3;
23729 }
23730 return NULL;
23731 }
23732
23733
23734 static PyObject *_wrap_ListCtrl_SetItemCount(PyObject *, PyObject *args, PyObject *kwargs) {
23735 PyObject *resultobj;
23736 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23737 long arg2 ;
23738 PyObject * obj0 = 0 ;
23739 PyObject * obj1 = 0 ;
23740 char *kwnames[] = {
23741 (char *) "self",(char *) "count", NULL
23742 };
23743
23744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItemCount",kwnames,&obj0,&obj1)) goto fail;
23745 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23746 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23747 arg2 = (long)SWIG_As_long(obj1);
23748 if (PyErr_Occurred()) SWIG_fail;
23749 {
23750 PyThreadState* __tstate = wxPyBeginAllowThreads();
23751 (arg1)->SetItemCount(arg2);
23752
23753 wxPyEndAllowThreads(__tstate);
23754 if (PyErr_Occurred()) SWIG_fail;
23755 }
23756 Py_INCREF(Py_None); resultobj = Py_None;
23757 return resultobj;
23758 fail:
23759 return NULL;
23760 }
23761
23762
23763 static PyObject *_wrap_ListCtrl_ScrollList(PyObject *, PyObject *args, PyObject *kwargs) {
23764 PyObject *resultobj;
23765 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23766 int arg2 ;
23767 int arg3 ;
23768 bool result;
23769 PyObject * obj0 = 0 ;
23770 PyObject * obj1 = 0 ;
23771 PyObject * obj2 = 0 ;
23772 char *kwnames[] = {
23773 (char *) "self",(char *) "dx",(char *) "dy", NULL
23774 };
23775
23776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_ScrollList",kwnames,&obj0,&obj1,&obj2)) goto fail;
23777 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23778 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23779 arg2 = (int)SWIG_As_int(obj1);
23780 if (PyErr_Occurred()) SWIG_fail;
23781 arg3 = (int)SWIG_As_int(obj2);
23782 if (PyErr_Occurred()) SWIG_fail;
23783 {
23784 PyThreadState* __tstate = wxPyBeginAllowThreads();
23785 result = (bool)(arg1)->ScrollList(arg2,arg3);
23786
23787 wxPyEndAllowThreads(__tstate);
23788 if (PyErr_Occurred()) SWIG_fail;
23789 }
23790 {
23791 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23792 }
23793 return resultobj;
23794 fail:
23795 return NULL;
23796 }
23797
23798
23799 static PyObject *_wrap_ListCtrl_SetItemTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
23800 PyObject *resultobj;
23801 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23802 long arg2 ;
23803 wxColour *arg3 = 0 ;
23804 wxColour temp3 ;
23805 PyObject * obj0 = 0 ;
23806 PyObject * obj1 = 0 ;
23807 PyObject * obj2 = 0 ;
23808 char *kwnames[] = {
23809 (char *) "self",(char *) "item",(char *) "col", NULL
23810 };
23811
23812 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
23813 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23814 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23815 arg2 = (long)SWIG_As_long(obj1);
23816 if (PyErr_Occurred()) SWIG_fail;
23817 {
23818 arg3 = &temp3;
23819 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
23820 }
23821 {
23822 PyThreadState* __tstate = wxPyBeginAllowThreads();
23823 (arg1)->SetItemTextColour(arg2,(wxColour const &)*arg3);
23824
23825 wxPyEndAllowThreads(__tstate);
23826 if (PyErr_Occurred()) SWIG_fail;
23827 }
23828 Py_INCREF(Py_None); resultobj = Py_None;
23829 return resultobj;
23830 fail:
23831 return NULL;
23832 }
23833
23834
23835 static PyObject *_wrap_ListCtrl_GetItemTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
23836 PyObject *resultobj;
23837 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23838 long arg2 ;
23839 wxColour result;
23840 PyObject * obj0 = 0 ;
23841 PyObject * obj1 = 0 ;
23842 char *kwnames[] = {
23843 (char *) "self",(char *) "item", NULL
23844 };
23845
23846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
23847 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23848 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23849 arg2 = (long)SWIG_As_long(obj1);
23850 if (PyErr_Occurred()) SWIG_fail;
23851 {
23852 PyThreadState* __tstate = wxPyBeginAllowThreads();
23853 result = ((wxPyListCtrl const *)arg1)->GetItemTextColour(arg2);
23854
23855 wxPyEndAllowThreads(__tstate);
23856 if (PyErr_Occurred()) SWIG_fail;
23857 }
23858 {
23859 wxColour * resultptr;
23860 resultptr = new wxColour((wxColour &) result);
23861 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
23862 }
23863 return resultobj;
23864 fail:
23865 return NULL;
23866 }
23867
23868
23869 static PyObject *_wrap_ListCtrl_SetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
23870 PyObject *resultobj;
23871 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23872 long arg2 ;
23873 wxColour *arg3 = 0 ;
23874 wxColour temp3 ;
23875 PyObject * obj0 = 0 ;
23876 PyObject * obj1 = 0 ;
23877 PyObject * obj2 = 0 ;
23878 char *kwnames[] = {
23879 (char *) "self",(char *) "item",(char *) "col", NULL
23880 };
23881
23882 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
23883 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23884 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23885 arg2 = (long)SWIG_As_long(obj1);
23886 if (PyErr_Occurred()) SWIG_fail;
23887 {
23888 arg3 = &temp3;
23889 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
23890 }
23891 {
23892 PyThreadState* __tstate = wxPyBeginAllowThreads();
23893 (arg1)->SetItemBackgroundColour(arg2,(wxColour const &)*arg3);
23894
23895 wxPyEndAllowThreads(__tstate);
23896 if (PyErr_Occurred()) SWIG_fail;
23897 }
23898 Py_INCREF(Py_None); resultobj = Py_None;
23899 return resultobj;
23900 fail:
23901 return NULL;
23902 }
23903
23904
23905 static PyObject *_wrap_ListCtrl_GetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
23906 PyObject *resultobj;
23907 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23908 long arg2 ;
23909 wxColour result;
23910 PyObject * obj0 = 0 ;
23911 PyObject * obj1 = 0 ;
23912 char *kwnames[] = {
23913 (char *) "self",(char *) "item", NULL
23914 };
23915
23916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
23917 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23918 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23919 arg2 = (long)SWIG_As_long(obj1);
23920 if (PyErr_Occurred()) SWIG_fail;
23921 {
23922 PyThreadState* __tstate = wxPyBeginAllowThreads();
23923 result = ((wxPyListCtrl const *)arg1)->GetItemBackgroundColour(arg2);
23924
23925 wxPyEndAllowThreads(__tstate);
23926 if (PyErr_Occurred()) SWIG_fail;
23927 }
23928 {
23929 wxColour * resultptr;
23930 resultptr = new wxColour((wxColour &) result);
23931 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
23932 }
23933 return resultobj;
23934 fail:
23935 return NULL;
23936 }
23937
23938
23939 static PyObject *_wrap_ListCtrl_SortItems(PyObject *, PyObject *args, PyObject *kwargs) {
23940 PyObject *resultobj;
23941 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23942 PyObject *arg2 = (PyObject *) 0 ;
23943 bool result;
23944 PyObject * obj0 = 0 ;
23945 PyObject * obj1 = 0 ;
23946 char *kwnames[] = {
23947 (char *) "self",(char *) "func", NULL
23948 };
23949
23950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SortItems",kwnames,&obj0,&obj1)) goto fail;
23951 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23952 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23953 arg2 = obj1;
23954 {
23955 PyThreadState* __tstate = wxPyBeginAllowThreads();
23956 result = (bool)wxPyListCtrl_SortItems(arg1,arg2);
23957
23958 wxPyEndAllowThreads(__tstate);
23959 if (PyErr_Occurred()) SWIG_fail;
23960 }
23961 {
23962 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23963 }
23964 return resultobj;
23965 fail:
23966 return NULL;
23967 }
23968
23969
23970 static PyObject *_wrap_ListCtrl_GetMainWindow(PyObject *, PyObject *args, PyObject *kwargs) {
23971 PyObject *resultobj;
23972 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23973 wxWindow *result;
23974 PyObject * obj0 = 0 ;
23975 char *kwnames[] = {
23976 (char *) "self", NULL
23977 };
23978
23979 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetMainWindow",kwnames,&obj0)) goto fail;
23980 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23981 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23982 {
23983 PyThreadState* __tstate = wxPyBeginAllowThreads();
23984 result = (wxWindow *)wxPyListCtrl_GetMainWindow(arg1);
23985
23986 wxPyEndAllowThreads(__tstate);
23987 if (PyErr_Occurred()) SWIG_fail;
23988 }
23989 {
23990 resultobj = wxPyMake_wxObject(result, 0);
23991 }
23992 return resultobj;
23993 fail:
23994 return NULL;
23995 }
23996
23997
23998 static PyObject *_wrap_ListCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
23999 PyObject *resultobj;
24000 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
24001 wxVisualAttributes result;
24002 PyObject * obj0 = 0 ;
24003 char *kwnames[] = {
24004 (char *) "variant", NULL
24005 };
24006
24007 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ListCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
24008 if (obj0) {
24009 arg1 = (int)SWIG_As_int(obj0);
24010 if (PyErr_Occurred()) SWIG_fail;
24011 }
24012 {
24013 if (!wxPyCheckForApp()) SWIG_fail;
24014 PyThreadState* __tstate = wxPyBeginAllowThreads();
24015 result = wxPyListCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
24016
24017 wxPyEndAllowThreads(__tstate);
24018 if (PyErr_Occurred()) SWIG_fail;
24019 }
24020 {
24021 wxVisualAttributes * resultptr;
24022 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
24023 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
24024 }
24025 return resultobj;
24026 fail:
24027 return NULL;
24028 }
24029
24030
24031 static PyObject * ListCtrl_swigregister(PyObject *, PyObject *args) {
24032 PyObject *obj;
24033 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24034 SWIG_TypeClientData(SWIGTYPE_p_wxPyListCtrl, obj);
24035 Py_INCREF(obj);
24036 return Py_BuildValue((char *)"");
24037 }
24038 static PyObject *_wrap_new_ListView(PyObject *, PyObject *args, PyObject *kwargs) {
24039 PyObject *resultobj;
24040 wxWindow *arg1 = (wxWindow *) 0 ;
24041 int arg2 = (int) -1 ;
24042 wxPoint const &arg3_defvalue = wxDefaultPosition ;
24043 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
24044 wxSize const &arg4_defvalue = wxDefaultSize ;
24045 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
24046 long arg5 = (long) wxLC_REPORT ;
24047 wxValidator const &arg6_defvalue = wxDefaultValidator ;
24048 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
24049 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
24050 wxString *arg7 = (wxString *) &arg7_defvalue ;
24051 wxListView *result;
24052 wxPoint temp3 ;
24053 wxSize temp4 ;
24054 bool temp7 = false ;
24055 PyObject * obj0 = 0 ;
24056 PyObject * obj1 = 0 ;
24057 PyObject * obj2 = 0 ;
24058 PyObject * obj3 = 0 ;
24059 PyObject * obj4 = 0 ;
24060 PyObject * obj5 = 0 ;
24061 PyObject * obj6 = 0 ;
24062 char *kwnames[] = {
24063 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
24064 };
24065
24066 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListView",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
24067 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
24068 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24069 if (obj1) {
24070 arg2 = (int)SWIG_As_int(obj1);
24071 if (PyErr_Occurred()) SWIG_fail;
24072 }
24073 if (obj2) {
24074 {
24075 arg3 = &temp3;
24076 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
24077 }
24078 }
24079 if (obj3) {
24080 {
24081 arg4 = &temp4;
24082 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
24083 }
24084 }
24085 if (obj4) {
24086 arg5 = (long)SWIG_As_long(obj4);
24087 if (PyErr_Occurred()) SWIG_fail;
24088 }
24089 if (obj5) {
24090 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
24091 SWIG_POINTER_EXCEPTION | 0)) == -1)
24092 SWIG_fail;
24093 if (arg6 == NULL) {
24094 PyErr_SetString(PyExc_TypeError,"null reference");
24095 SWIG_fail;
24096 }
24097 }
24098 if (obj6) {
24099 {
24100 arg7 = wxString_in_helper(obj6);
24101 if (arg7 == NULL) SWIG_fail;
24102 temp7 = true;
24103 }
24104 }
24105 {
24106 if (!wxPyCheckForApp()) SWIG_fail;
24107 PyThreadState* __tstate = wxPyBeginAllowThreads();
24108 result = (wxListView *)new wxListView(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
24109
24110 wxPyEndAllowThreads(__tstate);
24111 if (PyErr_Occurred()) SWIG_fail;
24112 }
24113 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 1);
24114 {
24115 if (temp7)
24116 delete arg7;
24117 }
24118 return resultobj;
24119 fail:
24120 {
24121 if (temp7)
24122 delete arg7;
24123 }
24124 return NULL;
24125 }
24126
24127
24128 static PyObject *_wrap_new_PreListView(PyObject *, PyObject *args, PyObject *kwargs) {
24129 PyObject *resultobj;
24130 wxListView *result;
24131 char *kwnames[] = {
24132 NULL
24133 };
24134
24135 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListView",kwnames)) goto fail;
24136 {
24137 if (!wxPyCheckForApp()) SWIG_fail;
24138 PyThreadState* __tstate = wxPyBeginAllowThreads();
24139 result = (wxListView *)new wxListView();
24140
24141 wxPyEndAllowThreads(__tstate);
24142 if (PyErr_Occurred()) SWIG_fail;
24143 }
24144 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 1);
24145 return resultobj;
24146 fail:
24147 return NULL;
24148 }
24149
24150
24151 static PyObject *_wrap_ListView_Create(PyObject *, PyObject *args, PyObject *kwargs) {
24152 PyObject *resultobj;
24153 wxListView *arg1 = (wxListView *) 0 ;
24154 wxWindow *arg2 = (wxWindow *) 0 ;
24155 int arg3 = (int) -1 ;
24156 wxPoint const &arg4_defvalue = wxDefaultPosition ;
24157 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
24158 wxSize const &arg5_defvalue = wxDefaultSize ;
24159 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
24160 long arg6 = (long) wxLC_REPORT ;
24161 wxValidator const &arg7_defvalue = wxDefaultValidator ;
24162 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
24163 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
24164 wxString *arg8 = (wxString *) &arg8_defvalue ;
24165 bool result;
24166 wxPoint temp4 ;
24167 wxSize temp5 ;
24168 bool temp8 = false ;
24169 PyObject * obj0 = 0 ;
24170 PyObject * obj1 = 0 ;
24171 PyObject * obj2 = 0 ;
24172 PyObject * obj3 = 0 ;
24173 PyObject * obj4 = 0 ;
24174 PyObject * obj5 = 0 ;
24175 PyObject * obj6 = 0 ;
24176 PyObject * obj7 = 0 ;
24177 char *kwnames[] = {
24178 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
24179 };
24180
24181 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListView_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
24182 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24183 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24184 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
24185 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24186 if (obj2) {
24187 arg3 = (int)SWIG_As_int(obj2);
24188 if (PyErr_Occurred()) SWIG_fail;
24189 }
24190 if (obj3) {
24191 {
24192 arg4 = &temp4;
24193 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
24194 }
24195 }
24196 if (obj4) {
24197 {
24198 arg5 = &temp5;
24199 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
24200 }
24201 }
24202 if (obj5) {
24203 arg6 = (long)SWIG_As_long(obj5);
24204 if (PyErr_Occurred()) SWIG_fail;
24205 }
24206 if (obj6) {
24207 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
24208 SWIG_POINTER_EXCEPTION | 0)) == -1)
24209 SWIG_fail;
24210 if (arg7 == NULL) {
24211 PyErr_SetString(PyExc_TypeError,"null reference");
24212 SWIG_fail;
24213 }
24214 }
24215 if (obj7) {
24216 {
24217 arg8 = wxString_in_helper(obj7);
24218 if (arg8 == NULL) SWIG_fail;
24219 temp8 = true;
24220 }
24221 }
24222 {
24223 PyThreadState* __tstate = wxPyBeginAllowThreads();
24224 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
24225
24226 wxPyEndAllowThreads(__tstate);
24227 if (PyErr_Occurred()) SWIG_fail;
24228 }
24229 {
24230 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24231 }
24232 {
24233 if (temp8)
24234 delete arg8;
24235 }
24236 return resultobj;
24237 fail:
24238 {
24239 if (temp8)
24240 delete arg8;
24241 }
24242 return NULL;
24243 }
24244
24245
24246 static PyObject *_wrap_ListView_Select(PyObject *, PyObject *args, PyObject *kwargs) {
24247 PyObject *resultobj;
24248 wxListView *arg1 = (wxListView *) 0 ;
24249 long arg2 ;
24250 bool arg3 = (bool) true ;
24251 PyObject * obj0 = 0 ;
24252 PyObject * obj1 = 0 ;
24253 PyObject * obj2 = 0 ;
24254 char *kwnames[] = {
24255 (char *) "self",(char *) "n",(char *) "on", NULL
24256 };
24257
24258 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListView_Select",kwnames,&obj0,&obj1,&obj2)) goto fail;
24259 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24260 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24261 arg2 = (long)SWIG_As_long(obj1);
24262 if (PyErr_Occurred()) SWIG_fail;
24263 if (obj2) {
24264 arg3 = (bool)SWIG_As_bool(obj2);
24265 if (PyErr_Occurred()) SWIG_fail;
24266 }
24267 {
24268 PyThreadState* __tstate = wxPyBeginAllowThreads();
24269 (arg1)->Select(arg2,arg3);
24270
24271 wxPyEndAllowThreads(__tstate);
24272 if (PyErr_Occurred()) SWIG_fail;
24273 }
24274 Py_INCREF(Py_None); resultobj = Py_None;
24275 return resultobj;
24276 fail:
24277 return NULL;
24278 }
24279
24280
24281 static PyObject *_wrap_ListView_Focus(PyObject *, PyObject *args, PyObject *kwargs) {
24282 PyObject *resultobj;
24283 wxListView *arg1 = (wxListView *) 0 ;
24284 long arg2 ;
24285 PyObject * obj0 = 0 ;
24286 PyObject * obj1 = 0 ;
24287 char *kwnames[] = {
24288 (char *) "self",(char *) "index", NULL
24289 };
24290
24291 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_Focus",kwnames,&obj0,&obj1)) goto fail;
24292 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24293 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24294 arg2 = (long)SWIG_As_long(obj1);
24295 if (PyErr_Occurred()) SWIG_fail;
24296 {
24297 PyThreadState* __tstate = wxPyBeginAllowThreads();
24298 (arg1)->Focus(arg2);
24299
24300 wxPyEndAllowThreads(__tstate);
24301 if (PyErr_Occurred()) SWIG_fail;
24302 }
24303 Py_INCREF(Py_None); resultobj = Py_None;
24304 return resultobj;
24305 fail:
24306 return NULL;
24307 }
24308
24309
24310 static PyObject *_wrap_ListView_GetFocusedItem(PyObject *, PyObject *args, PyObject *kwargs) {
24311 PyObject *resultobj;
24312 wxListView *arg1 = (wxListView *) 0 ;
24313 long result;
24314 PyObject * obj0 = 0 ;
24315 char *kwnames[] = {
24316 (char *) "self", NULL
24317 };
24318
24319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFocusedItem",kwnames,&obj0)) goto fail;
24320 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24321 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24322 {
24323 PyThreadState* __tstate = wxPyBeginAllowThreads();
24324 result = (long)((wxListView const *)arg1)->GetFocusedItem();
24325
24326 wxPyEndAllowThreads(__tstate);
24327 if (PyErr_Occurred()) SWIG_fail;
24328 }
24329 resultobj = SWIG_From_long((long)result);
24330 return resultobj;
24331 fail:
24332 return NULL;
24333 }
24334
24335
24336 static PyObject *_wrap_ListView_GetNextSelected(PyObject *, PyObject *args, PyObject *kwargs) {
24337 PyObject *resultobj;
24338 wxListView *arg1 = (wxListView *) 0 ;
24339 long arg2 ;
24340 long result;
24341 PyObject * obj0 = 0 ;
24342 PyObject * obj1 = 0 ;
24343 char *kwnames[] = {
24344 (char *) "self",(char *) "item", NULL
24345 };
24346
24347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_GetNextSelected",kwnames,&obj0,&obj1)) goto fail;
24348 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24349 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24350 arg2 = (long)SWIG_As_long(obj1);
24351 if (PyErr_Occurred()) SWIG_fail;
24352 {
24353 PyThreadState* __tstate = wxPyBeginAllowThreads();
24354 result = (long)((wxListView const *)arg1)->GetNextSelected(arg2);
24355
24356 wxPyEndAllowThreads(__tstate);
24357 if (PyErr_Occurred()) SWIG_fail;
24358 }
24359 resultobj = SWIG_From_long((long)result);
24360 return resultobj;
24361 fail:
24362 return NULL;
24363 }
24364
24365
24366 static PyObject *_wrap_ListView_GetFirstSelected(PyObject *, PyObject *args, PyObject *kwargs) {
24367 PyObject *resultobj;
24368 wxListView *arg1 = (wxListView *) 0 ;
24369 long result;
24370 PyObject * obj0 = 0 ;
24371 char *kwnames[] = {
24372 (char *) "self", NULL
24373 };
24374
24375 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFirstSelected",kwnames,&obj0)) goto fail;
24376 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24377 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24378 {
24379 PyThreadState* __tstate = wxPyBeginAllowThreads();
24380 result = (long)((wxListView const *)arg1)->GetFirstSelected();
24381
24382 wxPyEndAllowThreads(__tstate);
24383 if (PyErr_Occurred()) SWIG_fail;
24384 }
24385 resultobj = SWIG_From_long((long)result);
24386 return resultobj;
24387 fail:
24388 return NULL;
24389 }
24390
24391
24392 static PyObject *_wrap_ListView_IsSelected(PyObject *, PyObject *args, PyObject *kwargs) {
24393 PyObject *resultobj;
24394 wxListView *arg1 = (wxListView *) 0 ;
24395 long arg2 ;
24396 bool result;
24397 PyObject * obj0 = 0 ;
24398 PyObject * obj1 = 0 ;
24399 char *kwnames[] = {
24400 (char *) "self",(char *) "index", NULL
24401 };
24402
24403 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_IsSelected",kwnames,&obj0,&obj1)) goto fail;
24404 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24405 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24406 arg2 = (long)SWIG_As_long(obj1);
24407 if (PyErr_Occurred()) SWIG_fail;
24408 {
24409 PyThreadState* __tstate = wxPyBeginAllowThreads();
24410 result = (bool)(arg1)->IsSelected(arg2);
24411
24412 wxPyEndAllowThreads(__tstate);
24413 if (PyErr_Occurred()) SWIG_fail;
24414 }
24415 {
24416 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24417 }
24418 return resultobj;
24419 fail:
24420 return NULL;
24421 }
24422
24423
24424 static PyObject *_wrap_ListView_SetColumnImage(PyObject *, PyObject *args, PyObject *kwargs) {
24425 PyObject *resultobj;
24426 wxListView *arg1 = (wxListView *) 0 ;
24427 int arg2 ;
24428 int arg3 ;
24429 PyObject * obj0 = 0 ;
24430 PyObject * obj1 = 0 ;
24431 PyObject * obj2 = 0 ;
24432 char *kwnames[] = {
24433 (char *) "self",(char *) "col",(char *) "image", NULL
24434 };
24435
24436 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListView_SetColumnImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
24437 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24438 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24439 arg2 = (int)SWIG_As_int(obj1);
24440 if (PyErr_Occurred()) SWIG_fail;
24441 arg3 = (int)SWIG_As_int(obj2);
24442 if (PyErr_Occurred()) SWIG_fail;
24443 {
24444 PyThreadState* __tstate = wxPyBeginAllowThreads();
24445 (arg1)->SetColumnImage(arg2,arg3);
24446
24447 wxPyEndAllowThreads(__tstate);
24448 if (PyErr_Occurred()) SWIG_fail;
24449 }
24450 Py_INCREF(Py_None); resultobj = Py_None;
24451 return resultobj;
24452 fail:
24453 return NULL;
24454 }
24455
24456
24457 static PyObject *_wrap_ListView_ClearColumnImage(PyObject *, PyObject *args, PyObject *kwargs) {
24458 PyObject *resultobj;
24459 wxListView *arg1 = (wxListView *) 0 ;
24460 int arg2 ;
24461 PyObject * obj0 = 0 ;
24462 PyObject * obj1 = 0 ;
24463 char *kwnames[] = {
24464 (char *) "self",(char *) "col", NULL
24465 };
24466
24467 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_ClearColumnImage",kwnames,&obj0,&obj1)) goto fail;
24468 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24469 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24470 arg2 = (int)SWIG_As_int(obj1);
24471 if (PyErr_Occurred()) SWIG_fail;
24472 {
24473 PyThreadState* __tstate = wxPyBeginAllowThreads();
24474 (arg1)->ClearColumnImage(arg2);
24475
24476 wxPyEndAllowThreads(__tstate);
24477 if (PyErr_Occurred()) SWIG_fail;
24478 }
24479 Py_INCREF(Py_None); resultobj = Py_None;
24480 return resultobj;
24481 fail:
24482 return NULL;
24483 }
24484
24485
24486 static PyObject * ListView_swigregister(PyObject *, PyObject *args) {
24487 PyObject *obj;
24488 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24489 SWIG_TypeClientData(SWIGTYPE_p_wxListView, obj);
24490 Py_INCREF(obj);
24491 return Py_BuildValue((char *)"");
24492 }
24493 static int _wrap_TreeCtrlNameStr_set(PyObject *) {
24494 PyErr_SetString(PyExc_TypeError,"Variable TreeCtrlNameStr is read-only.");
24495 return 1;
24496 }
24497
24498
24499 static PyObject *_wrap_TreeCtrlNameStr_get() {
24500 PyObject *pyobj;
24501
24502 {
24503 #if wxUSE_UNICODE
24504 pyobj = PyUnicode_FromWideChar((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
24505 #else
24506 pyobj = PyString_FromStringAndSize((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
24507 #endif
24508 }
24509 return pyobj;
24510 }
24511
24512
24513 static PyObject *_wrap_new_TreeItemId(PyObject *, PyObject *args, PyObject *kwargs) {
24514 PyObject *resultobj;
24515 wxTreeItemId *result;
24516 char *kwnames[] = {
24517 NULL
24518 };
24519
24520 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_TreeItemId",kwnames)) goto fail;
24521 {
24522 PyThreadState* __tstate = wxPyBeginAllowThreads();
24523 result = (wxTreeItemId *)new wxTreeItemId();
24524
24525 wxPyEndAllowThreads(__tstate);
24526 if (PyErr_Occurred()) SWIG_fail;
24527 }
24528 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeItemId, 1);
24529 return resultobj;
24530 fail:
24531 return NULL;
24532 }
24533
24534
24535 static PyObject *_wrap_delete_TreeItemId(PyObject *, PyObject *args, PyObject *kwargs) {
24536 PyObject *resultobj;
24537 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24538 PyObject * obj0 = 0 ;
24539 char *kwnames[] = {
24540 (char *) "self", NULL
24541 };
24542
24543 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TreeItemId",kwnames,&obj0)) goto fail;
24544 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24545 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24546 {
24547 PyThreadState* __tstate = wxPyBeginAllowThreads();
24548 delete arg1;
24549
24550 wxPyEndAllowThreads(__tstate);
24551 if (PyErr_Occurred()) SWIG_fail;
24552 }
24553 Py_INCREF(Py_None); resultobj = Py_None;
24554 return resultobj;
24555 fail:
24556 return NULL;
24557 }
24558
24559
24560 static PyObject *_wrap_TreeItemId_IsOk(PyObject *, PyObject *args, PyObject *kwargs) {
24561 PyObject *resultobj;
24562 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24563 bool result;
24564 PyObject * obj0 = 0 ;
24565 char *kwnames[] = {
24566 (char *) "self", NULL
24567 };
24568
24569 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_IsOk",kwnames,&obj0)) goto fail;
24570 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24571 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24572 {
24573 PyThreadState* __tstate = wxPyBeginAllowThreads();
24574 result = (bool)((wxTreeItemId const *)arg1)->IsOk();
24575
24576 wxPyEndAllowThreads(__tstate);
24577 if (PyErr_Occurred()) SWIG_fail;
24578 }
24579 {
24580 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24581 }
24582 return resultobj;
24583 fail:
24584 return NULL;
24585 }
24586
24587
24588 static PyObject *_wrap_TreeItemId___eq__(PyObject *, PyObject *args, PyObject *kwargs) {
24589 PyObject *resultobj;
24590 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24591 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
24592 bool result;
24593 PyObject * obj0 = 0 ;
24594 PyObject * obj1 = 0 ;
24595 char *kwnames[] = {
24596 (char *) "self",(char *) "other", NULL
24597 };
24598
24599 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___eq__",kwnames,&obj0,&obj1)) goto fail;
24600 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24601 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24602 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24603 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24604 {
24605 PyThreadState* __tstate = wxPyBeginAllowThreads();
24606 result = (bool)wxTreeItemId___eq__(arg1,(wxTreeItemId const *)arg2);
24607
24608 wxPyEndAllowThreads(__tstate);
24609 if (PyErr_Occurred()) SWIG_fail;
24610 }
24611 {
24612 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24613 }
24614 return resultobj;
24615 fail:
24616 return NULL;
24617 }
24618
24619
24620 static PyObject *_wrap_TreeItemId___ne__(PyObject *, PyObject *args, PyObject *kwargs) {
24621 PyObject *resultobj;
24622 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24623 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
24624 bool result;
24625 PyObject * obj0 = 0 ;
24626 PyObject * obj1 = 0 ;
24627 char *kwnames[] = {
24628 (char *) "self",(char *) "other", NULL
24629 };
24630
24631 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___ne__",kwnames,&obj0,&obj1)) goto fail;
24632 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24633 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24634 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24635 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24636 {
24637 PyThreadState* __tstate = wxPyBeginAllowThreads();
24638 result = (bool)wxTreeItemId___ne__(arg1,(wxTreeItemId const *)arg2);
24639
24640 wxPyEndAllowThreads(__tstate);
24641 if (PyErr_Occurred()) SWIG_fail;
24642 }
24643 {
24644 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24645 }
24646 return resultobj;
24647 fail:
24648 return NULL;
24649 }
24650
24651
24652 static PyObject *_wrap_TreeItemId_m_pItem_set(PyObject *, PyObject *args, PyObject *kwargs) {
24653 PyObject *resultobj;
24654 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24655 void *arg2 = (void *) 0 ;
24656 PyObject * obj0 = 0 ;
24657 PyObject * obj1 = 0 ;
24658 char *kwnames[] = {
24659 (char *) "self",(char *) "m_pItem", NULL
24660 };
24661
24662 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId_m_pItem_set",kwnames,&obj0,&obj1)) goto fail;
24663 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24664 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24665 if ((SWIG_ConvertPtr(obj1,&arg2,0,SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
24666 if (arg1) (arg1)->m_pItem = arg2;
24667
24668 Py_INCREF(Py_None); resultobj = Py_None;
24669 return resultobj;
24670 fail:
24671 return NULL;
24672 }
24673
24674
24675 static PyObject *_wrap_TreeItemId_m_pItem_get(PyObject *, PyObject *args, PyObject *kwargs) {
24676 PyObject *resultobj;
24677 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24678 void *result;
24679 PyObject * obj0 = 0 ;
24680 char *kwnames[] = {
24681 (char *) "self", NULL
24682 };
24683
24684 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_m_pItem_get",kwnames,&obj0)) goto fail;
24685 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24686 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24687 result = (void *) ((arg1)->m_pItem);
24688
24689 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_void, 0);
24690 return resultobj;
24691 fail:
24692 return NULL;
24693 }
24694
24695
24696 static PyObject * TreeItemId_swigregister(PyObject *, PyObject *args) {
24697 PyObject *obj;
24698 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24699 SWIG_TypeClientData(SWIGTYPE_p_wxTreeItemId, obj);
24700 Py_INCREF(obj);
24701 return Py_BuildValue((char *)"");
24702 }
24703 static PyObject *_wrap_new_TreeItemData(PyObject *, PyObject *args, PyObject *kwargs) {
24704 PyObject *resultobj;
24705 PyObject *arg1 = (PyObject *) NULL ;
24706 wxPyTreeItemData *result;
24707 PyObject * obj0 = 0 ;
24708 char *kwnames[] = {
24709 (char *) "obj", NULL
24710 };
24711
24712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:new_TreeItemData",kwnames,&obj0)) goto fail;
24713 if (obj0) {
24714 arg1 = obj0;
24715 }
24716 {
24717 PyThreadState* __tstate = wxPyBeginAllowThreads();
24718 result = (wxPyTreeItemData *)new wxPyTreeItemData(arg1);
24719
24720 wxPyEndAllowThreads(__tstate);
24721 if (PyErr_Occurred()) SWIG_fail;
24722 }
24723 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeItemData, 1);
24724 return resultobj;
24725 fail:
24726 return NULL;
24727 }
24728
24729
24730 static PyObject *_wrap_TreeItemData_GetData(PyObject *, PyObject *args, PyObject *kwargs) {
24731 PyObject *resultobj;
24732 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24733 PyObject *result;
24734 PyObject * obj0 = 0 ;
24735 char *kwnames[] = {
24736 (char *) "self", NULL
24737 };
24738
24739 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetData",kwnames,&obj0)) goto fail;
24740 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24741 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24742 {
24743 PyThreadState* __tstate = wxPyBeginAllowThreads();
24744 result = (PyObject *)(arg1)->GetData();
24745
24746 wxPyEndAllowThreads(__tstate);
24747 if (PyErr_Occurred()) SWIG_fail;
24748 }
24749 resultobj = result;
24750 return resultobj;
24751 fail:
24752 return NULL;
24753 }
24754
24755
24756 static PyObject *_wrap_TreeItemData_SetData(PyObject *, PyObject *args, PyObject *kwargs) {
24757 PyObject *resultobj;
24758 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24759 PyObject *arg2 = (PyObject *) 0 ;
24760 PyObject * obj0 = 0 ;
24761 PyObject * obj1 = 0 ;
24762 char *kwnames[] = {
24763 (char *) "self",(char *) "obj", NULL
24764 };
24765
24766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetData",kwnames,&obj0,&obj1)) goto fail;
24767 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24768 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24769 arg2 = obj1;
24770 {
24771 PyThreadState* __tstate = wxPyBeginAllowThreads();
24772 (arg1)->SetData(arg2);
24773
24774 wxPyEndAllowThreads(__tstate);
24775 if (PyErr_Occurred()) SWIG_fail;
24776 }
24777 Py_INCREF(Py_None); resultobj = Py_None;
24778 return resultobj;
24779 fail:
24780 return NULL;
24781 }
24782
24783
24784 static PyObject *_wrap_TreeItemData_GetId(PyObject *, PyObject *args, PyObject *kwargs) {
24785 PyObject *resultobj;
24786 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24787 wxTreeItemId *result;
24788 PyObject * obj0 = 0 ;
24789 char *kwnames[] = {
24790 (char *) "self", NULL
24791 };
24792
24793 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetId",kwnames,&obj0)) goto fail;
24794 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24795 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24796 {
24797 PyThreadState* __tstate = wxPyBeginAllowThreads();
24798 {
24799 wxTreeItemId const &_result_ref = (arg1)->GetId();
24800 result = (wxTreeItemId *) &_result_ref;
24801 }
24802
24803 wxPyEndAllowThreads(__tstate);
24804 if (PyErr_Occurred()) SWIG_fail;
24805 }
24806 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeItemId, 0);
24807 return resultobj;
24808 fail:
24809 return NULL;
24810 }
24811
24812
24813 static PyObject *_wrap_TreeItemData_SetId(PyObject *, PyObject *args, PyObject *kwargs) {
24814 PyObject *resultobj;
24815 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24816 wxTreeItemId *arg2 = 0 ;
24817 PyObject * obj0 = 0 ;
24818 PyObject * obj1 = 0 ;
24819 char *kwnames[] = {
24820 (char *) "self",(char *) "id", NULL
24821 };
24822
24823 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetId",kwnames,&obj0,&obj1)) goto fail;
24824 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24825 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24826 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24827 SWIG_POINTER_EXCEPTION | 0)) == -1)
24828 SWIG_fail;
24829 if (arg2 == NULL) {
24830 PyErr_SetString(PyExc_TypeError,"null reference");
24831 SWIG_fail;
24832 }
24833 {
24834 PyThreadState* __tstate = wxPyBeginAllowThreads();
24835 (arg1)->SetId((wxTreeItemId const &)*arg2);
24836
24837 wxPyEndAllowThreads(__tstate);
24838 if (PyErr_Occurred()) SWIG_fail;
24839 }
24840 Py_INCREF(Py_None); resultobj = Py_None;
24841 return resultobj;
24842 fail:
24843 return NULL;
24844 }
24845
24846
24847 static PyObject *_wrap_TreeItemData_Destroy(PyObject *, PyObject *args, PyObject *kwargs) {
24848 PyObject *resultobj;
24849 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24850 PyObject * obj0 = 0 ;
24851 char *kwnames[] = {
24852 (char *) "self", NULL
24853 };
24854
24855 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_Destroy",kwnames,&obj0)) goto fail;
24856 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24857 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24858 {
24859 PyThreadState* __tstate = wxPyBeginAllowThreads();
24860 wxPyTreeItemData_Destroy(arg1);
24861
24862 wxPyEndAllowThreads(__tstate);
24863 if (PyErr_Occurred()) SWIG_fail;
24864 }
24865 Py_INCREF(Py_None); resultobj = Py_None;
24866 return resultobj;
24867 fail:
24868 return NULL;
24869 }
24870
24871
24872 static PyObject * TreeItemData_swigregister(PyObject *, PyObject *args) {
24873 PyObject *obj;
24874 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24875 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeItemData, obj);
24876 Py_INCREF(obj);
24877 return Py_BuildValue((char *)"");
24878 }
24879 static PyObject *_wrap_new_TreeEvent(PyObject *, PyObject *args, PyObject *kwargs) {
24880 PyObject *resultobj;
24881 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
24882 int arg2 = (int) 0 ;
24883 wxTreeEvent *result;
24884 PyObject * obj0 = 0 ;
24885 PyObject * obj1 = 0 ;
24886 char *kwnames[] = {
24887 (char *) "commandType",(char *) "id", NULL
24888 };
24889
24890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_TreeEvent",kwnames,&obj0,&obj1)) goto fail;
24891 if (obj0) {
24892 arg1 = (wxEventType)SWIG_As_int(obj0);
24893 if (PyErr_Occurred()) SWIG_fail;
24894 }
24895 if (obj1) {
24896 arg2 = (int)SWIG_As_int(obj1);
24897 if (PyErr_Occurred()) SWIG_fail;
24898 }
24899 {
24900 PyThreadState* __tstate = wxPyBeginAllowThreads();
24901 result = (wxTreeEvent *)new wxTreeEvent(arg1,arg2);
24902
24903 wxPyEndAllowThreads(__tstate);
24904 if (PyErr_Occurred()) SWIG_fail;
24905 }
24906 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeEvent, 1);
24907 return resultobj;
24908 fail:
24909 return NULL;
24910 }
24911
24912
24913 static PyObject *_wrap_TreeEvent_GetItem(PyObject *, PyObject *args, PyObject *kwargs) {
24914 PyObject *resultobj;
24915 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24916 wxTreeItemId result;
24917 PyObject * obj0 = 0 ;
24918 char *kwnames[] = {
24919 (char *) "self", NULL
24920 };
24921
24922 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetItem",kwnames,&obj0)) goto fail;
24923 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24924 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24925 {
24926 PyThreadState* __tstate = wxPyBeginAllowThreads();
24927 result = ((wxTreeEvent const *)arg1)->GetItem();
24928
24929 wxPyEndAllowThreads(__tstate);
24930 if (PyErr_Occurred()) SWIG_fail;
24931 }
24932 {
24933 wxTreeItemId * resultptr;
24934 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24935 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
24936 }
24937 return resultobj;
24938 fail:
24939 return NULL;
24940 }
24941
24942
24943 static PyObject *_wrap_TreeEvent_SetItem(PyObject *, PyObject *args, PyObject *kwargs) {
24944 PyObject *resultobj;
24945 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24946 wxTreeItemId *arg2 = 0 ;
24947 PyObject * obj0 = 0 ;
24948 PyObject * obj1 = 0 ;
24949 char *kwnames[] = {
24950 (char *) "self",(char *) "item", NULL
24951 };
24952
24953 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetItem",kwnames,&obj0,&obj1)) goto fail;
24954 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24955 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24956 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24957 SWIG_POINTER_EXCEPTION | 0)) == -1)
24958 SWIG_fail;
24959 if (arg2 == NULL) {
24960 PyErr_SetString(PyExc_TypeError,"null reference");
24961 SWIG_fail;
24962 }
24963 {
24964 PyThreadState* __tstate = wxPyBeginAllowThreads();
24965 (arg1)->SetItem((wxTreeItemId const &)*arg2);
24966
24967 wxPyEndAllowThreads(__tstate);
24968 if (PyErr_Occurred()) SWIG_fail;
24969 }
24970 Py_INCREF(Py_None); resultobj = Py_None;
24971 return resultobj;
24972 fail:
24973 return NULL;
24974 }
24975
24976
24977 static PyObject *_wrap_TreeEvent_GetOldItem(PyObject *, PyObject *args, PyObject *kwargs) {
24978 PyObject *resultobj;
24979 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24980 wxTreeItemId result;
24981 PyObject * obj0 = 0 ;
24982 char *kwnames[] = {
24983 (char *) "self", NULL
24984 };
24985
24986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetOldItem",kwnames,&obj0)) goto fail;
24987 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24988 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24989 {
24990 PyThreadState* __tstate = wxPyBeginAllowThreads();
24991 result = ((wxTreeEvent const *)arg1)->GetOldItem();
24992
24993 wxPyEndAllowThreads(__tstate);
24994 if (PyErr_Occurred()) SWIG_fail;
24995 }
24996 {
24997 wxTreeItemId * resultptr;
24998 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24999 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
25000 }
25001 return resultobj;
25002 fail:
25003 return NULL;
25004 }
25005
25006
25007 static PyObject *_wrap_TreeEvent_SetOldItem(PyObject *, PyObject *args, PyObject *kwargs) {
25008 PyObject *resultobj;
25009 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25010 wxTreeItemId *arg2 = 0 ;
25011 PyObject * obj0 = 0 ;
25012 PyObject * obj1 = 0 ;
25013 char *kwnames[] = {
25014 (char *) "self",(char *) "item", NULL
25015 };
25016
25017 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetOldItem",kwnames,&obj0,&obj1)) goto fail;
25018 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25019 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25020 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25021 SWIG_POINTER_EXCEPTION | 0)) == -1)
25022 SWIG_fail;
25023 if (arg2 == NULL) {
25024 PyErr_SetString(PyExc_TypeError,"null reference");
25025 SWIG_fail;
25026 }
25027 {
25028 PyThreadState* __tstate = wxPyBeginAllowThreads();
25029 (arg1)->SetOldItem((wxTreeItemId const &)*arg2);
25030
25031 wxPyEndAllowThreads(__tstate);
25032 if (PyErr_Occurred()) SWIG_fail;
25033 }
25034 Py_INCREF(Py_None); resultobj = Py_None;
25035 return resultobj;
25036 fail:
25037 return NULL;
25038 }
25039
25040
25041 static PyObject *_wrap_TreeEvent_GetPoint(PyObject *, PyObject *args, PyObject *kwargs) {
25042 PyObject *resultobj;
25043 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25044 wxPoint result;
25045 PyObject * obj0 = 0 ;
25046 char *kwnames[] = {
25047 (char *) "self", NULL
25048 };
25049
25050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetPoint",kwnames,&obj0)) goto fail;
25051 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25052 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25053 {
25054 PyThreadState* __tstate = wxPyBeginAllowThreads();
25055 result = ((wxTreeEvent const *)arg1)->GetPoint();
25056
25057 wxPyEndAllowThreads(__tstate);
25058 if (PyErr_Occurred()) SWIG_fail;
25059 }
25060 {
25061 wxPoint * resultptr;
25062 resultptr = new wxPoint((wxPoint &) result);
25063 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
25064 }
25065 return resultobj;
25066 fail:
25067 return NULL;
25068 }
25069
25070
25071 static PyObject *_wrap_TreeEvent_SetPoint(PyObject *, PyObject *args, PyObject *kwargs) {
25072 PyObject *resultobj;
25073 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25074 wxPoint *arg2 = 0 ;
25075 wxPoint temp2 ;
25076 PyObject * obj0 = 0 ;
25077 PyObject * obj1 = 0 ;
25078 char *kwnames[] = {
25079 (char *) "self",(char *) "pt", NULL
25080 };
25081
25082 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetPoint",kwnames,&obj0,&obj1)) goto fail;
25083 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25084 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25085 {
25086 arg2 = &temp2;
25087 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
25088 }
25089 {
25090 PyThreadState* __tstate = wxPyBeginAllowThreads();
25091 (arg1)->SetPoint((wxPoint const &)*arg2);
25092
25093 wxPyEndAllowThreads(__tstate);
25094 if (PyErr_Occurred()) SWIG_fail;
25095 }
25096 Py_INCREF(Py_None); resultobj = Py_None;
25097 return resultobj;
25098 fail:
25099 return NULL;
25100 }
25101
25102
25103 static PyObject *_wrap_TreeEvent_GetKeyEvent(PyObject *, PyObject *args, PyObject *kwargs) {
25104 PyObject *resultobj;
25105 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25106 wxKeyEvent *result;
25107 PyObject * obj0 = 0 ;
25108 char *kwnames[] = {
25109 (char *) "self", NULL
25110 };
25111
25112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyEvent",kwnames,&obj0)) goto fail;
25113 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25114 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25115 {
25116 PyThreadState* __tstate = wxPyBeginAllowThreads();
25117 {
25118 wxKeyEvent const &_result_ref = ((wxTreeEvent const *)arg1)->GetKeyEvent();
25119 result = (wxKeyEvent *) &_result_ref;
25120 }
25121
25122 wxPyEndAllowThreads(__tstate);
25123 if (PyErr_Occurred()) SWIG_fail;
25124 }
25125 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxKeyEvent, 0);
25126 return resultobj;
25127 fail:
25128 return NULL;
25129 }
25130
25131
25132 static PyObject *_wrap_TreeEvent_GetKeyCode(PyObject *, PyObject *args, PyObject *kwargs) {
25133 PyObject *resultobj;
25134 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25135 int result;
25136 PyObject * obj0 = 0 ;
25137 char *kwnames[] = {
25138 (char *) "self", NULL
25139 };
25140
25141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyCode",kwnames,&obj0)) goto fail;
25142 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25143 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25144 {
25145 PyThreadState* __tstate = wxPyBeginAllowThreads();
25146 result = (int)((wxTreeEvent const *)arg1)->GetKeyCode();
25147
25148 wxPyEndAllowThreads(__tstate);
25149 if (PyErr_Occurred()) SWIG_fail;
25150 }
25151 resultobj = SWIG_From_int((int)result);
25152 return resultobj;
25153 fail:
25154 return NULL;
25155 }
25156
25157
25158 static PyObject *_wrap_TreeEvent_SetKeyEvent(PyObject *, PyObject *args, PyObject *kwargs) {
25159 PyObject *resultobj;
25160 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25161 wxKeyEvent *arg2 = 0 ;
25162 PyObject * obj0 = 0 ;
25163 PyObject * obj1 = 0 ;
25164 char *kwnames[] = {
25165 (char *) "self",(char *) "evt", NULL
25166 };
25167
25168 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetKeyEvent",kwnames,&obj0,&obj1)) goto fail;
25169 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25170 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25171 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxKeyEvent,
25172 SWIG_POINTER_EXCEPTION | 0)) == -1)
25173 SWIG_fail;
25174 if (arg2 == NULL) {
25175 PyErr_SetString(PyExc_TypeError,"null reference");
25176 SWIG_fail;
25177 }
25178 {
25179 PyThreadState* __tstate = wxPyBeginAllowThreads();
25180 (arg1)->SetKeyEvent((wxKeyEvent const &)*arg2);
25181
25182 wxPyEndAllowThreads(__tstate);
25183 if (PyErr_Occurred()) SWIG_fail;
25184 }
25185 Py_INCREF(Py_None); resultobj = Py_None;
25186 return resultobj;
25187 fail:
25188 return NULL;
25189 }
25190
25191
25192 static PyObject *_wrap_TreeEvent_GetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
25193 PyObject *resultobj;
25194 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25195 wxString *result;
25196 PyObject * obj0 = 0 ;
25197 char *kwnames[] = {
25198 (char *) "self", NULL
25199 };
25200
25201 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetLabel",kwnames,&obj0)) goto fail;
25202 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25203 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25204 {
25205 PyThreadState* __tstate = wxPyBeginAllowThreads();
25206 {
25207 wxString const &_result_ref = ((wxTreeEvent const *)arg1)->GetLabel();
25208 result = (wxString *) &_result_ref;
25209 }
25210
25211 wxPyEndAllowThreads(__tstate);
25212 if (PyErr_Occurred()) SWIG_fail;
25213 }
25214 {
25215 #if wxUSE_UNICODE
25216 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
25217 #else
25218 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
25219 #endif
25220 }
25221 return resultobj;
25222 fail:
25223 return NULL;
25224 }
25225
25226
25227 static PyObject *_wrap_TreeEvent_SetLabel(PyObject *, PyObject *args, PyObject *kwargs) {
25228 PyObject *resultobj;
25229 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25230 wxString *arg2 = 0 ;
25231 bool temp2 = false ;
25232 PyObject * obj0 = 0 ;
25233 PyObject * obj1 = 0 ;
25234 char *kwnames[] = {
25235 (char *) "self",(char *) "label", NULL
25236 };
25237
25238 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetLabel",kwnames,&obj0,&obj1)) goto fail;
25239 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25240 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25241 {
25242 arg2 = wxString_in_helper(obj1);
25243 if (arg2 == NULL) SWIG_fail;
25244 temp2 = true;
25245 }
25246 {
25247 PyThreadState* __tstate = wxPyBeginAllowThreads();
25248 (arg1)->SetLabel((wxString const &)*arg2);
25249
25250 wxPyEndAllowThreads(__tstate);
25251 if (PyErr_Occurred()) SWIG_fail;
25252 }
25253 Py_INCREF(Py_None); resultobj = Py_None;
25254 {
25255 if (temp2)
25256 delete arg2;
25257 }
25258 return resultobj;
25259 fail:
25260 {
25261 if (temp2)
25262 delete arg2;
25263 }
25264 return NULL;
25265 }
25266
25267
25268 static PyObject *_wrap_TreeEvent_IsEditCancelled(PyObject *, PyObject *args, PyObject *kwargs) {
25269 PyObject *resultobj;
25270 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25271 bool result;
25272 PyObject * obj0 = 0 ;
25273 char *kwnames[] = {
25274 (char *) "self", NULL
25275 };
25276
25277 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
25278 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25279 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25280 {
25281 PyThreadState* __tstate = wxPyBeginAllowThreads();
25282 result = (bool)((wxTreeEvent const *)arg1)->IsEditCancelled();
25283
25284 wxPyEndAllowThreads(__tstate);
25285 if (PyErr_Occurred()) SWIG_fail;
25286 }
25287 {
25288 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
25289 }
25290 return resultobj;
25291 fail:
25292 return NULL;
25293 }
25294
25295
25296 static PyObject *_wrap_TreeEvent_SetEditCanceled(PyObject *, PyObject *args, PyObject *kwargs) {
25297 PyObject *resultobj;
25298 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25299 bool arg2 ;
25300 PyObject * obj0 = 0 ;
25301 PyObject * obj1 = 0 ;
25302 char *kwnames[] = {
25303 (char *) "self",(char *) "editCancelled", NULL
25304 };
25305
25306 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
25307 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25308 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25309 arg2 = (bool)SWIG_As_bool(obj1);
25310 if (PyErr_Occurred()) SWIG_fail;
25311 {
25312 PyThreadState* __tstate = wxPyBeginAllowThreads();
25313 (arg1)->SetEditCanceled(arg2);
25314
25315 wxPyEndAllowThreads(__tstate);
25316 if (PyErr_Occurred()) SWIG_fail;
25317 }
25318 Py_INCREF(Py_None); resultobj = Py_None;
25319 return resultobj;
25320 fail:
25321 return NULL;
25322 }
25323
25324
25325 static PyObject *_wrap_TreeEvent_SetToolTip(PyObject *, PyObject *args, PyObject *kwargs) {
25326 PyObject *resultobj;
25327 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
25328 wxString *arg2 = 0 ;
25329 bool temp2 = false ;
25330 PyObject * obj0 = 0 ;
25331 PyObject * obj1 = 0 ;
25332 char *kwnames[] = {
25333 (char *) "self",(char *) "toolTip", NULL
25334 };
25335
25336 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetToolTip",kwnames,&obj0,&obj1)) goto fail;
25337 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
25338 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25339 {
25340 arg2 = wxString_in_helper(obj1);
25341 if (arg2 == NULL) SWIG_fail;
25342 temp2 = true;
25343 }
25344 {
25345 PyThreadState* __tstate = wxPyBeginAllowThreads();
25346 (arg1)->SetToolTip((wxString const &)*arg2);
25347
25348 wxPyEndAllowThreads(__tstate);
25349 if (PyErr_Occurred()) SWIG_fail;
25350 }
25351 Py_INCREF(Py_None); resultobj = Py_None;
25352 {
25353 if (temp2)
25354 delete arg2;
25355 }
25356 return resultobj;
25357 fail:
25358 {
25359 if (temp2)
25360 delete arg2;
25361 }
25362 return NULL;
25363 }
25364
25365
25366 static PyObject * TreeEvent_swigregister(PyObject *, PyObject *args) {
25367 PyObject *obj;
25368 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
25369 SWIG_TypeClientData(SWIGTYPE_p_wxTreeEvent, obj);
25370 Py_INCREF(obj);
25371 return Py_BuildValue((char *)"");
25372 }
25373 static PyObject *_wrap_new_TreeCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
25374 PyObject *resultobj;
25375 wxWindow *arg1 = (wxWindow *) 0 ;
25376 int arg2 = (int) -1 ;
25377 wxPoint const &arg3_defvalue = wxDefaultPosition ;
25378 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
25379 wxSize const &arg4_defvalue = wxDefaultSize ;
25380 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
25381 long arg5 = (long) wxTR_DEFAULT_STYLE ;
25382 wxValidator const &arg6_defvalue = wxDefaultValidator ;
25383 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
25384 wxString const &arg7_defvalue = wxPyTreeCtrlNameStr ;
25385 wxString *arg7 = (wxString *) &arg7_defvalue ;
25386 wxPyTreeCtrl *result;
25387 wxPoint temp3 ;
25388 wxSize temp4 ;
25389 bool temp7 = false ;
25390 PyObject * obj0 = 0 ;
25391 PyObject * obj1 = 0 ;
25392 PyObject * obj2 = 0 ;
25393 PyObject * obj3 = 0 ;
25394 PyObject * obj4 = 0 ;
25395 PyObject * obj5 = 0 ;
25396 PyObject * obj6 = 0 ;
25397 char *kwnames[] = {
25398 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25399 };
25400
25401 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_TreeCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
25402 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
25403 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25404 if (obj1) {
25405 arg2 = (int)SWIG_As_int(obj1);
25406 if (PyErr_Occurred()) SWIG_fail;
25407 }
25408 if (obj2) {
25409 {
25410 arg3 = &temp3;
25411 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
25412 }
25413 }
25414 if (obj3) {
25415 {
25416 arg4 = &temp4;
25417 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
25418 }
25419 }
25420 if (obj4) {
25421 arg5 = (long)SWIG_As_long(obj4);
25422 if (PyErr_Occurred()) SWIG_fail;
25423 }
25424 if (obj5) {
25425 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
25426 SWIG_POINTER_EXCEPTION | 0)) == -1)
25427 SWIG_fail;
25428 if (arg6 == NULL) {
25429 PyErr_SetString(PyExc_TypeError,"null reference");
25430 SWIG_fail;
25431 }
25432 }
25433 if (obj6) {
25434 {
25435 arg7 = wxString_in_helper(obj6);
25436 if (arg7 == NULL) SWIG_fail;
25437 temp7 = true;
25438 }
25439 }
25440 {
25441 if (!wxPyCheckForApp()) SWIG_fail;
25442 PyThreadState* __tstate = wxPyBeginAllowThreads();
25443 result = (wxPyTreeCtrl *)new wxPyTreeCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
25444
25445 wxPyEndAllowThreads(__tstate);
25446 if (PyErr_Occurred()) SWIG_fail;
25447 }
25448 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeCtrl, 1);
25449 {
25450 if (temp7)
25451 delete arg7;
25452 }
25453 return resultobj;
25454 fail:
25455 {
25456 if (temp7)
25457 delete arg7;
25458 }
25459 return NULL;
25460 }
25461
25462
25463 static PyObject *_wrap_new_PreTreeCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
25464 PyObject *resultobj;
25465 wxPyTreeCtrl *result;
25466 char *kwnames[] = {
25467 NULL
25468 };
25469
25470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTreeCtrl",kwnames)) goto fail;
25471 {
25472 if (!wxPyCheckForApp()) SWIG_fail;
25473 PyThreadState* __tstate = wxPyBeginAllowThreads();
25474 result = (wxPyTreeCtrl *)new wxPyTreeCtrl();
25475
25476 wxPyEndAllowThreads(__tstate);
25477 if (PyErr_Occurred()) SWIG_fail;
25478 }
25479 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeCtrl, 1);
25480 return resultobj;
25481 fail:
25482 return NULL;
25483 }
25484
25485
25486 static PyObject *_wrap_TreeCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
25487 PyObject *resultobj;
25488 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25489 wxWindow *arg2 = (wxWindow *) 0 ;
25490 int arg3 = (int) -1 ;
25491 wxPoint const &arg4_defvalue = wxDefaultPosition ;
25492 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
25493 wxSize const &arg5_defvalue = wxDefaultSize ;
25494 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
25495 long arg6 = (long) wxTR_DEFAULT_STYLE ;
25496 wxValidator const &arg7_defvalue = wxDefaultValidator ;
25497 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
25498 wxString const &arg8_defvalue = wxPyTreeCtrlNameStr ;
25499 wxString *arg8 = (wxString *) &arg8_defvalue ;
25500 bool result;
25501 wxPoint temp4 ;
25502 wxSize temp5 ;
25503 bool temp8 = false ;
25504 PyObject * obj0 = 0 ;
25505 PyObject * obj1 = 0 ;
25506 PyObject * obj2 = 0 ;
25507 PyObject * obj3 = 0 ;
25508 PyObject * obj4 = 0 ;
25509 PyObject * obj5 = 0 ;
25510 PyObject * obj6 = 0 ;
25511 PyObject * obj7 = 0 ;
25512 char *kwnames[] = {
25513 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25514 };
25515
25516 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:TreeCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
25517 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25518 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25519 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
25520 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25521 if (obj2) {
25522 arg3 = (int)SWIG_As_int(obj2);
25523 if (PyErr_Occurred()) SWIG_fail;
25524 }
25525 if (obj3) {
25526 {
25527 arg4 = &temp4;
25528 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
25529 }
25530 }
25531 if (obj4) {
25532 {
25533 arg5 = &temp5;
25534 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
25535 }
25536 }
25537 if (obj5) {
25538 arg6 = (long)SWIG_As_long(obj5);
25539 if (PyErr_Occurred()) SWIG_fail;
25540 }
25541 if (obj6) {
25542 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
25543 SWIG_POINTER_EXCEPTION | 0)) == -1)
25544 SWIG_fail;
25545 if (arg7 == NULL) {
25546 PyErr_SetString(PyExc_TypeError,"null reference");
25547 SWIG_fail;
25548 }
25549 }
25550 if (obj7) {
25551 {
25552 arg8 = wxString_in_helper(obj7);
25553 if (arg8 == NULL) SWIG_fail;
25554 temp8 = true;
25555 }
25556 }
25557 {
25558 PyThreadState* __tstate = wxPyBeginAllowThreads();
25559 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
25560
25561 wxPyEndAllowThreads(__tstate);
25562 if (PyErr_Occurred()) SWIG_fail;
25563 }
25564 {
25565 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
25566 }
25567 {
25568 if (temp8)
25569 delete arg8;
25570 }
25571 return resultobj;
25572 fail:
25573 {
25574 if (temp8)
25575 delete arg8;
25576 }
25577 return NULL;
25578 }
25579
25580
25581 static PyObject *_wrap_TreeCtrl__setCallbackInfo(PyObject *, PyObject *args, PyObject *kwargs) {
25582 PyObject *resultobj;
25583 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25584 PyObject *arg2 = (PyObject *) 0 ;
25585 PyObject *arg3 = (PyObject *) 0 ;
25586 PyObject * obj0 = 0 ;
25587 PyObject * obj1 = 0 ;
25588 PyObject * obj2 = 0 ;
25589 char *kwnames[] = {
25590 (char *) "self",(char *) "self",(char *) "_class", NULL
25591 };
25592
25593 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
25594 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25595 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25596 arg2 = obj1;
25597 arg3 = obj2;
25598 {
25599 PyThreadState* __tstate = wxPyBeginAllowThreads();
25600 (arg1)->_setCallbackInfo(arg2,arg3);
25601
25602 wxPyEndAllowThreads(__tstate);
25603 if (PyErr_Occurred()) SWIG_fail;
25604 }
25605 Py_INCREF(Py_None); resultobj = Py_None;
25606 return resultobj;
25607 fail:
25608 return NULL;
25609 }
25610
25611
25612 static PyObject *_wrap_TreeCtrl_GetCount(PyObject *, PyObject *args, PyObject *kwargs) {
25613 PyObject *resultobj;
25614 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25615 size_t result;
25616 PyObject * obj0 = 0 ;
25617 char *kwnames[] = {
25618 (char *) "self", NULL
25619 };
25620
25621 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetCount",kwnames,&obj0)) goto fail;
25622 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25623 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25624 {
25625 PyThreadState* __tstate = wxPyBeginAllowThreads();
25626 result = (size_t)((wxPyTreeCtrl const *)arg1)->GetCount();
25627
25628 wxPyEndAllowThreads(__tstate);
25629 if (PyErr_Occurred()) SWIG_fail;
25630 }
25631 resultobj = SWIG_From_unsigned_SS_long((unsigned long)result);
25632 return resultobj;
25633 fail:
25634 return NULL;
25635 }
25636
25637
25638 static PyObject *_wrap_TreeCtrl_GetIndent(PyObject *, PyObject *args, PyObject *kwargs) {
25639 PyObject *resultobj;
25640 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25641 unsigned int result;
25642 PyObject * obj0 = 0 ;
25643 char *kwnames[] = {
25644 (char *) "self", NULL
25645 };
25646
25647 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetIndent",kwnames,&obj0)) goto fail;
25648 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25649 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25650 {
25651 PyThreadState* __tstate = wxPyBeginAllowThreads();
25652 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetIndent();
25653
25654 wxPyEndAllowThreads(__tstate);
25655 if (PyErr_Occurred()) SWIG_fail;
25656 }
25657 resultobj = SWIG_From_unsigned_SS_int((unsigned int)result);
25658 return resultobj;
25659 fail:
25660 return NULL;
25661 }
25662
25663
25664 static PyObject *_wrap_TreeCtrl_SetIndent(PyObject *, PyObject *args, PyObject *kwargs) {
25665 PyObject *resultobj;
25666 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25667 unsigned int arg2 ;
25668 PyObject * obj0 = 0 ;
25669 PyObject * obj1 = 0 ;
25670 char *kwnames[] = {
25671 (char *) "self",(char *) "indent", NULL
25672 };
25673
25674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetIndent",kwnames,&obj0,&obj1)) goto fail;
25675 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25676 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25677 arg2 = (unsigned int)SWIG_As_unsigned_SS_int(obj1);
25678 if (PyErr_Occurred()) SWIG_fail;
25679 {
25680 PyThreadState* __tstate = wxPyBeginAllowThreads();
25681 (arg1)->SetIndent(arg2);
25682
25683 wxPyEndAllowThreads(__tstate);
25684 if (PyErr_Occurred()) SWIG_fail;
25685 }
25686 Py_INCREF(Py_None); resultobj = Py_None;
25687 return resultobj;
25688 fail:
25689 return NULL;
25690 }
25691
25692
25693 static PyObject *_wrap_TreeCtrl_GetSpacing(PyObject *, PyObject *args, PyObject *kwargs) {
25694 PyObject *resultobj;
25695 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25696 unsigned int result;
25697 PyObject * obj0 = 0 ;
25698 char *kwnames[] = {
25699 (char *) "self", NULL
25700 };
25701
25702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSpacing",kwnames,&obj0)) goto fail;
25703 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25704 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25705 {
25706 PyThreadState* __tstate = wxPyBeginAllowThreads();
25707 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetSpacing();
25708
25709 wxPyEndAllowThreads(__tstate);
25710 if (PyErr_Occurred()) SWIG_fail;
25711 }
25712 resultobj = SWIG_From_unsigned_SS_int((unsigned int)result);
25713 return resultobj;
25714 fail:
25715 return NULL;
25716 }
25717
25718
25719 static PyObject *_wrap_TreeCtrl_SetSpacing(PyObject *, PyObject *args, PyObject *kwargs) {
25720 PyObject *resultobj;
25721 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25722 unsigned int arg2 ;
25723 PyObject * obj0 = 0 ;
25724 PyObject * obj1 = 0 ;
25725 char *kwnames[] = {
25726 (char *) "self",(char *) "spacing", NULL
25727 };
25728
25729 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetSpacing",kwnames,&obj0,&obj1)) goto fail;
25730 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25731 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25732 arg2 = (unsigned int)SWIG_As_unsigned_SS_int(obj1);
25733 if (PyErr_Occurred()) SWIG_fail;
25734 {
25735 PyThreadState* __tstate = wxPyBeginAllowThreads();
25736 (arg1)->SetSpacing(arg2);
25737
25738 wxPyEndAllowThreads(__tstate);
25739 if (PyErr_Occurred()) SWIG_fail;
25740 }
25741 Py_INCREF(Py_None); resultobj = Py_None;
25742 return resultobj;
25743 fail:
25744 return NULL;
25745 }
25746
25747
25748 static PyObject *_wrap_TreeCtrl_GetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25749 PyObject *resultobj;
25750 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25751 wxImageList *result;
25752 PyObject * obj0 = 0 ;
25753 char *kwnames[] = {
25754 (char *) "self", NULL
25755 };
25756
25757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetImageList",kwnames,&obj0)) goto fail;
25758 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25759 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25760 {
25761 PyThreadState* __tstate = wxPyBeginAllowThreads();
25762 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetImageList();
25763
25764 wxPyEndAllowThreads(__tstate);
25765 if (PyErr_Occurred()) SWIG_fail;
25766 }
25767 {
25768 resultobj = wxPyMake_wxObject(result, 0);
25769 }
25770 return resultobj;
25771 fail:
25772 return NULL;
25773 }
25774
25775
25776 static PyObject *_wrap_TreeCtrl_GetStateImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25777 PyObject *resultobj;
25778 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25779 wxImageList *result;
25780 PyObject * obj0 = 0 ;
25781 char *kwnames[] = {
25782 (char *) "self", NULL
25783 };
25784
25785 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetStateImageList",kwnames,&obj0)) goto fail;
25786 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25787 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25788 {
25789 PyThreadState* __tstate = wxPyBeginAllowThreads();
25790 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetStateImageList();
25791
25792 wxPyEndAllowThreads(__tstate);
25793 if (PyErr_Occurred()) SWIG_fail;
25794 }
25795 {
25796 resultobj = wxPyMake_wxObject(result, 0);
25797 }
25798 return resultobj;
25799 fail:
25800 return NULL;
25801 }
25802
25803
25804 static PyObject *_wrap_TreeCtrl_SetImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25805 PyObject *resultobj;
25806 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25807 wxImageList *arg2 = (wxImageList *) 0 ;
25808 PyObject * obj0 = 0 ;
25809 PyObject * obj1 = 0 ;
25810 char *kwnames[] = {
25811 (char *) "self",(char *) "imageList", NULL
25812 };
25813
25814 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetImageList",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_wxImageList,
25818 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25819 {
25820 PyThreadState* __tstate = wxPyBeginAllowThreads();
25821 (arg1)->SetImageList(arg2);
25822
25823 wxPyEndAllowThreads(__tstate);
25824 if (PyErr_Occurred()) SWIG_fail;
25825 }
25826 Py_INCREF(Py_None); resultobj = Py_None;
25827 return resultobj;
25828 fail:
25829 return NULL;
25830 }
25831
25832
25833 static PyObject *_wrap_TreeCtrl_SetStateImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25834 PyObject *resultobj;
25835 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25836 wxImageList *arg2 = (wxImageList *) 0 ;
25837 PyObject * obj0 = 0 ;
25838 PyObject * obj1 = 0 ;
25839 char *kwnames[] = {
25840 (char *) "self",(char *) "imageList", NULL
25841 };
25842
25843 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetStateImageList",kwnames,&obj0,&obj1)) goto fail;
25844 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25845 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25846 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25847 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25848 {
25849 PyThreadState* __tstate = wxPyBeginAllowThreads();
25850 (arg1)->SetStateImageList(arg2);
25851
25852 wxPyEndAllowThreads(__tstate);
25853 if (PyErr_Occurred()) SWIG_fail;
25854 }
25855 Py_INCREF(Py_None); resultobj = Py_None;
25856 return resultobj;
25857 fail:
25858 return NULL;
25859 }
25860
25861
25862 static PyObject *_wrap_TreeCtrl_AssignImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25863 PyObject *resultobj;
25864 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25865 wxImageList *arg2 = (wxImageList *) 0 ;
25866 PyObject * obj0 = 0 ;
25867 PyObject * obj1 = 0 ;
25868 char *kwnames[] = {
25869 (char *) "self",(char *) "imageList", NULL
25870 };
25871
25872 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
25873 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25874 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25875 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25876 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
25877 {
25878 PyThreadState* __tstate = wxPyBeginAllowThreads();
25879 (arg1)->AssignImageList(arg2);
25880
25881 wxPyEndAllowThreads(__tstate);
25882 if (PyErr_Occurred()) SWIG_fail;
25883 }
25884 Py_INCREF(Py_None); resultobj = Py_None;
25885 return resultobj;
25886 fail:
25887 return NULL;
25888 }
25889
25890
25891 static PyObject *_wrap_TreeCtrl_AssignStateImageList(PyObject *, PyObject *args, PyObject *kwargs) {
25892 PyObject *resultobj;
25893 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25894 wxImageList *arg2 = (wxImageList *) 0 ;
25895 PyObject * obj0 = 0 ;
25896 PyObject * obj1 = 0 ;
25897 char *kwnames[] = {
25898 (char *) "self",(char *) "imageList", NULL
25899 };
25900
25901 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignStateImageList",kwnames,&obj0,&obj1)) goto fail;
25902 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25903 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25904 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25905 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
25906 {
25907 PyThreadState* __tstate = wxPyBeginAllowThreads();
25908 (arg1)->AssignStateImageList(arg2);
25909
25910 wxPyEndAllowThreads(__tstate);
25911 if (PyErr_Occurred()) SWIG_fail;
25912 }
25913 Py_INCREF(Py_None); resultobj = Py_None;
25914 return resultobj;
25915 fail:
25916 return NULL;
25917 }
25918
25919
25920 static PyObject *_wrap_TreeCtrl_GetItemText(PyObject *, PyObject *args, PyObject *kwargs) {
25921 PyObject *resultobj;
25922 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25923 wxTreeItemId *arg2 = 0 ;
25924 wxString result;
25925 PyObject * obj0 = 0 ;
25926 PyObject * obj1 = 0 ;
25927 char *kwnames[] = {
25928 (char *) "self",(char *) "item", NULL
25929 };
25930
25931 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
25932 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25933 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25934 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25935 SWIG_POINTER_EXCEPTION | 0)) == -1)
25936 SWIG_fail;
25937 if (arg2 == NULL) {
25938 PyErr_SetString(PyExc_TypeError,"null reference");
25939 SWIG_fail;
25940 }
25941 {
25942 PyThreadState* __tstate = wxPyBeginAllowThreads();
25943 result = ((wxPyTreeCtrl const *)arg1)->GetItemText((wxTreeItemId const &)*arg2);
25944
25945 wxPyEndAllowThreads(__tstate);
25946 if (PyErr_Occurred()) SWIG_fail;
25947 }
25948 {
25949 #if wxUSE_UNICODE
25950 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
25951 #else
25952 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
25953 #endif
25954 }
25955 return resultobj;
25956 fail:
25957 return NULL;
25958 }
25959
25960
25961 static PyObject *_wrap_TreeCtrl_GetItemImage(PyObject *, PyObject *args, PyObject *kwargs) {
25962 PyObject *resultobj;
25963 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25964 wxTreeItemId *arg2 = 0 ;
25965 int arg3 = (int) wxTreeItemIcon_Normal ;
25966 int result;
25967 PyObject * obj0 = 0 ;
25968 PyObject * obj1 = 0 ;
25969 PyObject * obj2 = 0 ;
25970 char *kwnames[] = {
25971 (char *) "self",(char *) "item",(char *) "which", NULL
25972 };
25973
25974 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetItemImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
25975 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25976 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25977 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25978 SWIG_POINTER_EXCEPTION | 0)) == -1)
25979 SWIG_fail;
25980 if (arg2 == NULL) {
25981 PyErr_SetString(PyExc_TypeError,"null reference");
25982 SWIG_fail;
25983 }
25984 if (obj2) {
25985 arg3 = (int)SWIG_As_int(obj2);
25986 if (PyErr_Occurred()) SWIG_fail;
25987 }
25988 {
25989 PyThreadState* __tstate = wxPyBeginAllowThreads();
25990 result = (int)((wxPyTreeCtrl const *)arg1)->GetItemImage((wxTreeItemId const &)*arg2,(wxTreeItemIcon )arg3);
25991
25992 wxPyEndAllowThreads(__tstate);
25993 if (PyErr_Occurred()) SWIG_fail;
25994 }
25995 resultobj = SWIG_From_int((int)result);
25996 return resultobj;
25997 fail:
25998 return NULL;
25999 }
26000
26001
26002 static PyObject *_wrap_TreeCtrl_GetItemData(PyObject *, PyObject *args, PyObject *kwargs) {
26003 PyObject *resultobj;
26004 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26005 wxTreeItemId *arg2 = 0 ;
26006 wxPyTreeItemData *result;
26007 PyObject * obj0 = 0 ;
26008 PyObject * obj1 = 0 ;
26009 char *kwnames[] = {
26010 (char *) "self",(char *) "item", NULL
26011 };
26012
26013 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
26014 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26015 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26016 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26017 SWIG_POINTER_EXCEPTION | 0)) == -1)
26018 SWIG_fail;
26019 if (arg2 == NULL) {
26020 PyErr_SetString(PyExc_TypeError,"null reference");
26021 SWIG_fail;
26022 }
26023 {
26024 PyThreadState* __tstate = wxPyBeginAllowThreads();
26025 result = (wxPyTreeItemData *)wxPyTreeCtrl_GetItemData(arg1,(wxTreeItemId const &)*arg2);
26026
26027 wxPyEndAllowThreads(__tstate);
26028 if (PyErr_Occurred()) SWIG_fail;
26029 }
26030 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeItemData, 0);
26031 return resultobj;
26032 fail:
26033 return NULL;
26034 }
26035
26036
26037 static PyObject *_wrap_TreeCtrl_GetItemPyData(PyObject *, PyObject *args, PyObject *kwargs) {
26038 PyObject *resultobj;
26039 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26040 wxTreeItemId *arg2 = 0 ;
26041 PyObject *result;
26042 PyObject * obj0 = 0 ;
26043 PyObject * obj1 = 0 ;
26044 char *kwnames[] = {
26045 (char *) "self",(char *) "item", NULL
26046 };
26047
26048 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemPyData",kwnames,&obj0,&obj1)) goto fail;
26049 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26050 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26051 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26052 SWIG_POINTER_EXCEPTION | 0)) == -1)
26053 SWIG_fail;
26054 if (arg2 == NULL) {
26055 PyErr_SetString(PyExc_TypeError,"null reference");
26056 SWIG_fail;
26057 }
26058 {
26059 PyThreadState* __tstate = wxPyBeginAllowThreads();
26060 result = (PyObject *)wxPyTreeCtrl_GetItemPyData(arg1,(wxTreeItemId const &)*arg2);
26061
26062 wxPyEndAllowThreads(__tstate);
26063 if (PyErr_Occurred()) SWIG_fail;
26064 }
26065 resultobj = result;
26066 return resultobj;
26067 fail:
26068 return NULL;
26069 }
26070
26071
26072 static PyObject *_wrap_TreeCtrl_GetItemTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
26073 PyObject *resultobj;
26074 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26075 wxTreeItemId *arg2 = 0 ;
26076 wxColour result;
26077 PyObject * obj0 = 0 ;
26078 PyObject * obj1 = 0 ;
26079 char *kwnames[] = {
26080 (char *) "self",(char *) "item", NULL
26081 };
26082
26083 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
26084 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26085 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26086 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26087 SWIG_POINTER_EXCEPTION | 0)) == -1)
26088 SWIG_fail;
26089 if (arg2 == NULL) {
26090 PyErr_SetString(PyExc_TypeError,"null reference");
26091 SWIG_fail;
26092 }
26093 {
26094 PyThreadState* __tstate = wxPyBeginAllowThreads();
26095 result = ((wxPyTreeCtrl const *)arg1)->GetItemTextColour((wxTreeItemId const &)*arg2);
26096
26097 wxPyEndAllowThreads(__tstate);
26098 if (PyErr_Occurred()) SWIG_fail;
26099 }
26100 {
26101 wxColour * resultptr;
26102 resultptr = new wxColour((wxColour &) result);
26103 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
26104 }
26105 return resultobj;
26106 fail:
26107 return NULL;
26108 }
26109
26110
26111 static PyObject *_wrap_TreeCtrl_GetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
26112 PyObject *resultobj;
26113 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26114 wxTreeItemId *arg2 = 0 ;
26115 wxColour result;
26116 PyObject * obj0 = 0 ;
26117 PyObject * obj1 = 0 ;
26118 char *kwnames[] = {
26119 (char *) "self",(char *) "item", NULL
26120 };
26121
26122 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
26123 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26124 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26125 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26126 SWIG_POINTER_EXCEPTION | 0)) == -1)
26127 SWIG_fail;
26128 if (arg2 == NULL) {
26129 PyErr_SetString(PyExc_TypeError,"null reference");
26130 SWIG_fail;
26131 }
26132 {
26133 PyThreadState* __tstate = wxPyBeginAllowThreads();
26134 result = ((wxPyTreeCtrl const *)arg1)->GetItemBackgroundColour((wxTreeItemId const &)*arg2);
26135
26136 wxPyEndAllowThreads(__tstate);
26137 if (PyErr_Occurred()) SWIG_fail;
26138 }
26139 {
26140 wxColour * resultptr;
26141 resultptr = new wxColour((wxColour &) result);
26142 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
26143 }
26144 return resultobj;
26145 fail:
26146 return NULL;
26147 }
26148
26149
26150 static PyObject *_wrap_TreeCtrl_GetItemFont(PyObject *, PyObject *args, PyObject *kwargs) {
26151 PyObject *resultobj;
26152 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26153 wxTreeItemId *arg2 = 0 ;
26154 wxFont result;
26155 PyObject * obj0 = 0 ;
26156 PyObject * obj1 = 0 ;
26157 char *kwnames[] = {
26158 (char *) "self",(char *) "item", NULL
26159 };
26160
26161 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemFont",kwnames,&obj0,&obj1)) goto fail;
26162 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26163 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26164 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26165 SWIG_POINTER_EXCEPTION | 0)) == -1)
26166 SWIG_fail;
26167 if (arg2 == NULL) {
26168 PyErr_SetString(PyExc_TypeError,"null reference");
26169 SWIG_fail;
26170 }
26171 {
26172 PyThreadState* __tstate = wxPyBeginAllowThreads();
26173 result = ((wxPyTreeCtrl const *)arg1)->GetItemFont((wxTreeItemId const &)*arg2);
26174
26175 wxPyEndAllowThreads(__tstate);
26176 if (PyErr_Occurred()) SWIG_fail;
26177 }
26178 {
26179 wxFont * resultptr;
26180 resultptr = new wxFont((wxFont &) result);
26181 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
26182 }
26183 return resultobj;
26184 fail:
26185 return NULL;
26186 }
26187
26188
26189 static PyObject *_wrap_TreeCtrl_SetItemText(PyObject *, PyObject *args, PyObject *kwargs) {
26190 PyObject *resultobj;
26191 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26192 wxTreeItemId *arg2 = 0 ;
26193 wxString *arg3 = 0 ;
26194 bool temp3 = false ;
26195 PyObject * obj0 = 0 ;
26196 PyObject * obj1 = 0 ;
26197 PyObject * obj2 = 0 ;
26198 char *kwnames[] = {
26199 (char *) "self",(char *) "item",(char *) "text", NULL
26200 };
26201
26202 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
26203 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26204 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26205 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26206 SWIG_POINTER_EXCEPTION | 0)) == -1)
26207 SWIG_fail;
26208 if (arg2 == NULL) {
26209 PyErr_SetString(PyExc_TypeError,"null reference");
26210 SWIG_fail;
26211 }
26212 {
26213 arg3 = wxString_in_helper(obj2);
26214 if (arg3 == NULL) SWIG_fail;
26215 temp3 = true;
26216 }
26217 {
26218 PyThreadState* __tstate = wxPyBeginAllowThreads();
26219 (arg1)->SetItemText((wxTreeItemId const &)*arg2,(wxString const &)*arg3);
26220
26221 wxPyEndAllowThreads(__tstate);
26222 if (PyErr_Occurred()) SWIG_fail;
26223 }
26224 Py_INCREF(Py_None); resultobj = Py_None;
26225 {
26226 if (temp3)
26227 delete arg3;
26228 }
26229 return resultobj;
26230 fail:
26231 {
26232 if (temp3)
26233 delete arg3;
26234 }
26235 return NULL;
26236 }
26237
26238
26239 static PyObject *_wrap_TreeCtrl_SetItemImage(PyObject *, PyObject *args, PyObject *kwargs) {
26240 PyObject *resultobj;
26241 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26242 wxTreeItemId *arg2 = 0 ;
26243 int arg3 ;
26244 int arg4 = (int) wxTreeItemIcon_Normal ;
26245 PyObject * obj0 = 0 ;
26246 PyObject * obj1 = 0 ;
26247 PyObject * obj2 = 0 ;
26248 PyObject * obj3 = 0 ;
26249 char *kwnames[] = {
26250 (char *) "self",(char *) "item",(char *) "image",(char *) "which", NULL
26251 };
26252
26253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:TreeCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
26254 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26255 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26256 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26257 SWIG_POINTER_EXCEPTION | 0)) == -1)
26258 SWIG_fail;
26259 if (arg2 == NULL) {
26260 PyErr_SetString(PyExc_TypeError,"null reference");
26261 SWIG_fail;
26262 }
26263 arg3 = (int)SWIG_As_int(obj2);
26264 if (PyErr_Occurred()) SWIG_fail;
26265 if (obj3) {
26266 arg4 = (int)SWIG_As_int(obj3);
26267 if (PyErr_Occurred()) SWIG_fail;
26268 }
26269 {
26270 PyThreadState* __tstate = wxPyBeginAllowThreads();
26271 (arg1)->SetItemImage((wxTreeItemId const &)*arg2,arg3,(wxTreeItemIcon )arg4);
26272
26273 wxPyEndAllowThreads(__tstate);
26274 if (PyErr_Occurred()) SWIG_fail;
26275 }
26276 Py_INCREF(Py_None); resultobj = Py_None;
26277 return resultobj;
26278 fail:
26279 return NULL;
26280 }
26281
26282
26283 static PyObject *_wrap_TreeCtrl_SetItemData(PyObject *, PyObject *args, PyObject *kwargs) {
26284 PyObject *resultobj;
26285 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26286 wxTreeItemId *arg2 = 0 ;
26287 wxPyTreeItemData *arg3 = (wxPyTreeItemData *) 0 ;
26288 PyObject * obj0 = 0 ;
26289 PyObject * obj1 = 0 ;
26290 PyObject * obj2 = 0 ;
26291 char *kwnames[] = {
26292 (char *) "self",(char *) "item",(char *) "data", NULL
26293 };
26294
26295 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
26296 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26297 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26298 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26299 SWIG_POINTER_EXCEPTION | 0)) == -1)
26300 SWIG_fail;
26301 if (arg2 == NULL) {
26302 PyErr_SetString(PyExc_TypeError,"null reference");
26303 SWIG_fail;
26304 }
26305 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxPyTreeItemData,
26306 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26307 {
26308 PyThreadState* __tstate = wxPyBeginAllowThreads();
26309 wxPyTreeCtrl_SetItemData(arg1,(wxTreeItemId const &)*arg2,arg3);
26310
26311 wxPyEndAllowThreads(__tstate);
26312 if (PyErr_Occurred()) SWIG_fail;
26313 }
26314 Py_INCREF(Py_None); resultobj = Py_None;
26315 return resultobj;
26316 fail:
26317 return NULL;
26318 }
26319
26320
26321 static PyObject *_wrap_TreeCtrl_SetItemPyData(PyObject *, PyObject *args, PyObject *kwargs) {
26322 PyObject *resultobj;
26323 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26324 wxTreeItemId *arg2 = 0 ;
26325 PyObject *arg3 = (PyObject *) 0 ;
26326 PyObject * obj0 = 0 ;
26327 PyObject * obj1 = 0 ;
26328 PyObject * obj2 = 0 ;
26329 char *kwnames[] = {
26330 (char *) "self",(char *) "item",(char *) "obj", NULL
26331 };
26332
26333 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemPyData",kwnames,&obj0,&obj1,&obj2)) goto fail;
26334 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26335 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26336 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26337 SWIG_POINTER_EXCEPTION | 0)) == -1)
26338 SWIG_fail;
26339 if (arg2 == NULL) {
26340 PyErr_SetString(PyExc_TypeError,"null reference");
26341 SWIG_fail;
26342 }
26343 arg3 = obj2;
26344 {
26345 PyThreadState* __tstate = wxPyBeginAllowThreads();
26346 wxPyTreeCtrl_SetItemPyData(arg1,(wxTreeItemId const &)*arg2,arg3);
26347
26348 wxPyEndAllowThreads(__tstate);
26349 if (PyErr_Occurred()) SWIG_fail;
26350 }
26351 Py_INCREF(Py_None); resultobj = Py_None;
26352 return resultobj;
26353 fail:
26354 return NULL;
26355 }
26356
26357
26358 static PyObject *_wrap_TreeCtrl_SetItemHasChildren(PyObject *, PyObject *args, PyObject *kwargs) {
26359 PyObject *resultobj;
26360 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26361 wxTreeItemId *arg2 = 0 ;
26362 bool arg3 = (bool) true ;
26363 PyObject * obj0 = 0 ;
26364 PyObject * obj1 = 0 ;
26365 PyObject * obj2 = 0 ;
26366 char *kwnames[] = {
26367 (char *) "self",(char *) "item",(char *) "has", NULL
26368 };
26369
26370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemHasChildren",kwnames,&obj0,&obj1,&obj2)) goto fail;
26371 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26372 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26373 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26374 SWIG_POINTER_EXCEPTION | 0)) == -1)
26375 SWIG_fail;
26376 if (arg2 == NULL) {
26377 PyErr_SetString(PyExc_TypeError,"null reference");
26378 SWIG_fail;
26379 }
26380 if (obj2) {
26381 arg3 = (bool)SWIG_As_bool(obj2);
26382 if (PyErr_Occurred()) SWIG_fail;
26383 }
26384 {
26385 PyThreadState* __tstate = wxPyBeginAllowThreads();
26386 (arg1)->SetItemHasChildren((wxTreeItemId const &)*arg2,arg3);
26387
26388 wxPyEndAllowThreads(__tstate);
26389 if (PyErr_Occurred()) SWIG_fail;
26390 }
26391 Py_INCREF(Py_None); resultobj = Py_None;
26392 return resultobj;
26393 fail:
26394 return NULL;
26395 }
26396
26397
26398 static PyObject *_wrap_TreeCtrl_SetItemBold(PyObject *, PyObject *args, PyObject *kwargs) {
26399 PyObject *resultobj;
26400 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26401 wxTreeItemId *arg2 = 0 ;
26402 bool arg3 = (bool) true ;
26403 PyObject * obj0 = 0 ;
26404 PyObject * obj1 = 0 ;
26405 PyObject * obj2 = 0 ;
26406 char *kwnames[] = {
26407 (char *) "self",(char *) "item",(char *) "bold", NULL
26408 };
26409
26410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemBold",kwnames,&obj0,&obj1,&obj2)) goto fail;
26411 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26412 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26413 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26414 SWIG_POINTER_EXCEPTION | 0)) == -1)
26415 SWIG_fail;
26416 if (arg2 == NULL) {
26417 PyErr_SetString(PyExc_TypeError,"null reference");
26418 SWIG_fail;
26419 }
26420 if (obj2) {
26421 arg3 = (bool)SWIG_As_bool(obj2);
26422 if (PyErr_Occurred()) SWIG_fail;
26423 }
26424 {
26425 PyThreadState* __tstate = wxPyBeginAllowThreads();
26426 (arg1)->SetItemBold((wxTreeItemId const &)*arg2,arg3);
26427
26428 wxPyEndAllowThreads(__tstate);
26429 if (PyErr_Occurred()) SWIG_fail;
26430 }
26431 Py_INCREF(Py_None); resultobj = Py_None;
26432 return resultobj;
26433 fail:
26434 return NULL;
26435 }
26436
26437
26438 static PyObject *_wrap_TreeCtrl_SetItemTextColour(PyObject *, PyObject *args, PyObject *kwargs) {
26439 PyObject *resultobj;
26440 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26441 wxTreeItemId *arg2 = 0 ;
26442 wxColour *arg3 = 0 ;
26443 wxColour temp3 ;
26444 PyObject * obj0 = 0 ;
26445 PyObject * obj1 = 0 ;
26446 PyObject * obj2 = 0 ;
26447 char *kwnames[] = {
26448 (char *) "self",(char *) "item",(char *) "col", NULL
26449 };
26450
26451 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
26452 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26453 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26454 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26455 SWIG_POINTER_EXCEPTION | 0)) == -1)
26456 SWIG_fail;
26457 if (arg2 == NULL) {
26458 PyErr_SetString(PyExc_TypeError,"null reference");
26459 SWIG_fail;
26460 }
26461 {
26462 arg3 = &temp3;
26463 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
26464 }
26465 {
26466 PyThreadState* __tstate = wxPyBeginAllowThreads();
26467 (arg1)->SetItemTextColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
26468
26469 wxPyEndAllowThreads(__tstate);
26470 if (PyErr_Occurred()) SWIG_fail;
26471 }
26472 Py_INCREF(Py_None); resultobj = Py_None;
26473 return resultobj;
26474 fail:
26475 return NULL;
26476 }
26477
26478
26479 static PyObject *_wrap_TreeCtrl_SetItemBackgroundColour(PyObject *, PyObject *args, PyObject *kwargs) {
26480 PyObject *resultobj;
26481 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26482 wxTreeItemId *arg2 = 0 ;
26483 wxColour *arg3 = 0 ;
26484 wxColour temp3 ;
26485 PyObject * obj0 = 0 ;
26486 PyObject * obj1 = 0 ;
26487 PyObject * obj2 = 0 ;
26488 char *kwnames[] = {
26489 (char *) "self",(char *) "item",(char *) "col", NULL
26490 };
26491
26492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemBackgroundColour",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 {
26503 arg3 = &temp3;
26504 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
26505 }
26506 {
26507 PyThreadState* __tstate = wxPyBeginAllowThreads();
26508 (arg1)->SetItemBackgroundColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
26509
26510 wxPyEndAllowThreads(__tstate);
26511 if (PyErr_Occurred()) SWIG_fail;
26512 }
26513 Py_INCREF(Py_None); resultobj = Py_None;
26514 return resultobj;
26515 fail:
26516 return NULL;
26517 }
26518
26519
26520 static PyObject *_wrap_TreeCtrl_SetItemFont(PyObject *, PyObject *args, PyObject *kwargs) {
26521 PyObject *resultobj;
26522 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26523 wxTreeItemId *arg2 = 0 ;
26524 wxFont *arg3 = 0 ;
26525 PyObject * obj0 = 0 ;
26526 PyObject * obj1 = 0 ;
26527 PyObject * obj2 = 0 ;
26528 char *kwnames[] = {
26529 (char *) "self",(char *) "item",(char *) "font", NULL
26530 };
26531
26532 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
26533 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26534 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26535 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26536 SWIG_POINTER_EXCEPTION | 0)) == -1)
26537 SWIG_fail;
26538 if (arg2 == NULL) {
26539 PyErr_SetString(PyExc_TypeError,"null reference");
26540 SWIG_fail;
26541 }
26542 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
26543 SWIG_POINTER_EXCEPTION | 0)) == -1)
26544 SWIG_fail;
26545 if (arg3 == NULL) {
26546 PyErr_SetString(PyExc_TypeError,"null reference");
26547 SWIG_fail;
26548 }
26549 {
26550 PyThreadState* __tstate = wxPyBeginAllowThreads();
26551 (arg1)->SetItemFont((wxTreeItemId const &)*arg2,(wxFont const &)*arg3);
26552
26553 wxPyEndAllowThreads(__tstate);
26554 if (PyErr_Occurred()) SWIG_fail;
26555 }
26556 Py_INCREF(Py_None); resultobj = Py_None;
26557 return resultobj;
26558 fail:
26559 return NULL;
26560 }
26561
26562
26563 static PyObject *_wrap_TreeCtrl_IsVisible(PyObject *, PyObject *args, PyObject *kwargs) {
26564 PyObject *resultobj;
26565 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26566 wxTreeItemId *arg2 = 0 ;
26567 bool result;
26568 PyObject * obj0 = 0 ;
26569 PyObject * obj1 = 0 ;
26570 char *kwnames[] = {
26571 (char *) "self",(char *) "item", NULL
26572 };
26573
26574 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsVisible",kwnames,&obj0,&obj1)) goto fail;
26575 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26576 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26577 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26578 SWIG_POINTER_EXCEPTION | 0)) == -1)
26579 SWIG_fail;
26580 if (arg2 == NULL) {
26581 PyErr_SetString(PyExc_TypeError,"null reference");
26582 SWIG_fail;
26583 }
26584 {
26585 PyThreadState* __tstate = wxPyBeginAllowThreads();
26586 result = (bool)((wxPyTreeCtrl const *)arg1)->IsVisible((wxTreeItemId const &)*arg2);
26587
26588 wxPyEndAllowThreads(__tstate);
26589 if (PyErr_Occurred()) SWIG_fail;
26590 }
26591 {
26592 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26593 }
26594 return resultobj;
26595 fail:
26596 return NULL;
26597 }
26598
26599
26600 static PyObject *_wrap_TreeCtrl_ItemHasChildren(PyObject *, PyObject *args, PyObject *kwargs) {
26601 PyObject *resultobj;
26602 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26603 wxTreeItemId *arg2 = 0 ;
26604 bool result;
26605 PyObject * obj0 = 0 ;
26606 PyObject * obj1 = 0 ;
26607 char *kwnames[] = {
26608 (char *) "self",(char *) "item", NULL
26609 };
26610
26611 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ItemHasChildren",kwnames,&obj0,&obj1)) goto fail;
26612 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26613 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26614 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26615 SWIG_POINTER_EXCEPTION | 0)) == -1)
26616 SWIG_fail;
26617 if (arg2 == NULL) {
26618 PyErr_SetString(PyExc_TypeError,"null reference");
26619 SWIG_fail;
26620 }
26621 {
26622 PyThreadState* __tstate = wxPyBeginAllowThreads();
26623 result = (bool)((wxPyTreeCtrl const *)arg1)->ItemHasChildren((wxTreeItemId const &)*arg2);
26624
26625 wxPyEndAllowThreads(__tstate);
26626 if (PyErr_Occurred()) SWIG_fail;
26627 }
26628 {
26629 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26630 }
26631 return resultobj;
26632 fail:
26633 return NULL;
26634 }
26635
26636
26637 static PyObject *_wrap_TreeCtrl_IsExpanded(PyObject *, PyObject *args, PyObject *kwargs) {
26638 PyObject *resultobj;
26639 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26640 wxTreeItemId *arg2 = 0 ;
26641 bool result;
26642 PyObject * obj0 = 0 ;
26643 PyObject * obj1 = 0 ;
26644 char *kwnames[] = {
26645 (char *) "self",(char *) "item", NULL
26646 };
26647
26648 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsExpanded",kwnames,&obj0,&obj1)) goto fail;
26649 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26650 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26651 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26652 SWIG_POINTER_EXCEPTION | 0)) == -1)
26653 SWIG_fail;
26654 if (arg2 == NULL) {
26655 PyErr_SetString(PyExc_TypeError,"null reference");
26656 SWIG_fail;
26657 }
26658 {
26659 PyThreadState* __tstate = wxPyBeginAllowThreads();
26660 result = (bool)((wxPyTreeCtrl const *)arg1)->IsExpanded((wxTreeItemId const &)*arg2);
26661
26662 wxPyEndAllowThreads(__tstate);
26663 if (PyErr_Occurred()) SWIG_fail;
26664 }
26665 {
26666 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26667 }
26668 return resultobj;
26669 fail:
26670 return NULL;
26671 }
26672
26673
26674 static PyObject *_wrap_TreeCtrl_IsSelected(PyObject *, PyObject *args, PyObject *kwargs) {
26675 PyObject *resultobj;
26676 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26677 wxTreeItemId *arg2 = 0 ;
26678 bool result;
26679 PyObject * obj0 = 0 ;
26680 PyObject * obj1 = 0 ;
26681 char *kwnames[] = {
26682 (char *) "self",(char *) "item", NULL
26683 };
26684
26685 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsSelected",kwnames,&obj0,&obj1)) goto fail;
26686 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26687 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26688 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26689 SWIG_POINTER_EXCEPTION | 0)) == -1)
26690 SWIG_fail;
26691 if (arg2 == NULL) {
26692 PyErr_SetString(PyExc_TypeError,"null reference");
26693 SWIG_fail;
26694 }
26695 {
26696 PyThreadState* __tstate = wxPyBeginAllowThreads();
26697 result = (bool)((wxPyTreeCtrl const *)arg1)->IsSelected((wxTreeItemId const &)*arg2);
26698
26699 wxPyEndAllowThreads(__tstate);
26700 if (PyErr_Occurred()) SWIG_fail;
26701 }
26702 {
26703 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26704 }
26705 return resultobj;
26706 fail:
26707 return NULL;
26708 }
26709
26710
26711 static PyObject *_wrap_TreeCtrl_IsBold(PyObject *, PyObject *args, PyObject *kwargs) {
26712 PyObject *resultobj;
26713 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26714 wxTreeItemId *arg2 = 0 ;
26715 bool result;
26716 PyObject * obj0 = 0 ;
26717 PyObject * obj1 = 0 ;
26718 char *kwnames[] = {
26719 (char *) "self",(char *) "item", NULL
26720 };
26721
26722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsBold",kwnames,&obj0,&obj1)) goto fail;
26723 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26724 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26725 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26726 SWIG_POINTER_EXCEPTION | 0)) == -1)
26727 SWIG_fail;
26728 if (arg2 == NULL) {
26729 PyErr_SetString(PyExc_TypeError,"null reference");
26730 SWIG_fail;
26731 }
26732 {
26733 PyThreadState* __tstate = wxPyBeginAllowThreads();
26734 result = (bool)((wxPyTreeCtrl const *)arg1)->IsBold((wxTreeItemId const &)*arg2);
26735
26736 wxPyEndAllowThreads(__tstate);
26737 if (PyErr_Occurred()) SWIG_fail;
26738 }
26739 {
26740 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26741 }
26742 return resultobj;
26743 fail:
26744 return NULL;
26745 }
26746
26747
26748 static PyObject *_wrap_TreeCtrl_GetChildrenCount(PyObject *, PyObject *args, PyObject *kwargs) {
26749 PyObject *resultobj;
26750 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26751 wxTreeItemId *arg2 = 0 ;
26752 bool arg3 = (bool) true ;
26753 size_t result;
26754 PyObject * obj0 = 0 ;
26755 PyObject * obj1 = 0 ;
26756 PyObject * obj2 = 0 ;
26757 char *kwnames[] = {
26758 (char *) "self",(char *) "item",(char *) "recursively", NULL
26759 };
26760
26761 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetChildrenCount",kwnames,&obj0,&obj1,&obj2)) goto fail;
26762 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26763 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26764 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26765 SWIG_POINTER_EXCEPTION | 0)) == -1)
26766 SWIG_fail;
26767 if (arg2 == NULL) {
26768 PyErr_SetString(PyExc_TypeError,"null reference");
26769 SWIG_fail;
26770 }
26771 if (obj2) {
26772 arg3 = (bool)SWIG_As_bool(obj2);
26773 if (PyErr_Occurred()) SWIG_fail;
26774 }
26775 {
26776 PyThreadState* __tstate = wxPyBeginAllowThreads();
26777 result = (size_t)(arg1)->GetChildrenCount((wxTreeItemId const &)*arg2,arg3);
26778
26779 wxPyEndAllowThreads(__tstate);
26780 if (PyErr_Occurred()) SWIG_fail;
26781 }
26782 resultobj = SWIG_From_unsigned_SS_long((unsigned long)result);
26783 return resultobj;
26784 fail:
26785 return NULL;
26786 }
26787
26788
26789 static PyObject *_wrap_TreeCtrl_GetRootItem(PyObject *, PyObject *args, PyObject *kwargs) {
26790 PyObject *resultobj;
26791 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26792 wxTreeItemId result;
26793 PyObject * obj0 = 0 ;
26794 char *kwnames[] = {
26795 (char *) "self", NULL
26796 };
26797
26798 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetRootItem",kwnames,&obj0)) goto fail;
26799 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26800 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26801 {
26802 PyThreadState* __tstate = wxPyBeginAllowThreads();
26803 result = ((wxPyTreeCtrl const *)arg1)->GetRootItem();
26804
26805 wxPyEndAllowThreads(__tstate);
26806 if (PyErr_Occurred()) SWIG_fail;
26807 }
26808 {
26809 wxTreeItemId * resultptr;
26810 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26811 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26812 }
26813 return resultobj;
26814 fail:
26815 return NULL;
26816 }
26817
26818
26819 static PyObject *_wrap_TreeCtrl_GetSelection(PyObject *, PyObject *args, PyObject *kwargs) {
26820 PyObject *resultobj;
26821 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26822 wxTreeItemId result;
26823 PyObject * obj0 = 0 ;
26824 char *kwnames[] = {
26825 (char *) "self", NULL
26826 };
26827
26828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelection",kwnames,&obj0)) goto fail;
26829 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26830 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26831 {
26832 PyThreadState* __tstate = wxPyBeginAllowThreads();
26833 result = ((wxPyTreeCtrl const *)arg1)->GetSelection();
26834
26835 wxPyEndAllowThreads(__tstate);
26836 if (PyErr_Occurred()) SWIG_fail;
26837 }
26838 {
26839 wxTreeItemId * resultptr;
26840 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26841 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26842 }
26843 return resultobj;
26844 fail:
26845 return NULL;
26846 }
26847
26848
26849 static PyObject *_wrap_TreeCtrl_GetSelections(PyObject *, PyObject *args, PyObject *kwargs) {
26850 PyObject *resultobj;
26851 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26852 PyObject *result;
26853 PyObject * obj0 = 0 ;
26854 char *kwnames[] = {
26855 (char *) "self", NULL
26856 };
26857
26858 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelections",kwnames,&obj0)) goto fail;
26859 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26860 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26861 {
26862 PyThreadState* __tstate = wxPyBeginAllowThreads();
26863 result = (PyObject *)wxPyTreeCtrl_GetSelections(arg1);
26864
26865 wxPyEndAllowThreads(__tstate);
26866 if (PyErr_Occurred()) SWIG_fail;
26867 }
26868 resultobj = result;
26869 return resultobj;
26870 fail:
26871 return NULL;
26872 }
26873
26874
26875 static PyObject *_wrap_TreeCtrl_GetItemParent(PyObject *, PyObject *args, PyObject *kwargs) {
26876 PyObject *resultobj;
26877 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26878 wxTreeItemId *arg2 = 0 ;
26879 wxTreeItemId result;
26880 PyObject * obj0 = 0 ;
26881 PyObject * obj1 = 0 ;
26882 char *kwnames[] = {
26883 (char *) "self",(char *) "item", NULL
26884 };
26885
26886 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemParent",kwnames,&obj0,&obj1)) goto fail;
26887 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26888 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26889 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26890 SWIG_POINTER_EXCEPTION | 0)) == -1)
26891 SWIG_fail;
26892 if (arg2 == NULL) {
26893 PyErr_SetString(PyExc_TypeError,"null reference");
26894 SWIG_fail;
26895 }
26896 {
26897 PyThreadState* __tstate = wxPyBeginAllowThreads();
26898 result = ((wxPyTreeCtrl const *)arg1)->GetItemParent((wxTreeItemId const &)*arg2);
26899
26900 wxPyEndAllowThreads(__tstate);
26901 if (PyErr_Occurred()) SWIG_fail;
26902 }
26903 {
26904 wxTreeItemId * resultptr;
26905 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26906 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26907 }
26908 return resultobj;
26909 fail:
26910 return NULL;
26911 }
26912
26913
26914 static PyObject *_wrap_TreeCtrl_GetFirstChild(PyObject *, PyObject *args, PyObject *kwargs) {
26915 PyObject *resultobj;
26916 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26917 wxTreeItemId *arg2 = 0 ;
26918 PyObject *result;
26919 PyObject * obj0 = 0 ;
26920 PyObject * obj1 = 0 ;
26921 char *kwnames[] = {
26922 (char *) "self",(char *) "item", NULL
26923 };
26924
26925 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetFirstChild",kwnames,&obj0,&obj1)) goto fail;
26926 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26927 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26928 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26929 SWIG_POINTER_EXCEPTION | 0)) == -1)
26930 SWIG_fail;
26931 if (arg2 == NULL) {
26932 PyErr_SetString(PyExc_TypeError,"null reference");
26933 SWIG_fail;
26934 }
26935 {
26936 PyThreadState* __tstate = wxPyBeginAllowThreads();
26937 result = (PyObject *)wxPyTreeCtrl_GetFirstChild(arg1,(wxTreeItemId const &)*arg2);
26938
26939 wxPyEndAllowThreads(__tstate);
26940 if (PyErr_Occurred()) SWIG_fail;
26941 }
26942 resultobj = result;
26943 return resultobj;
26944 fail:
26945 return NULL;
26946 }
26947
26948
26949 static PyObject *_wrap_TreeCtrl_GetNextChild(PyObject *, PyObject *args, PyObject *kwargs) {
26950 PyObject *resultobj;
26951 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26952 wxTreeItemId *arg2 = 0 ;
26953 void *arg3 = (void *) 0 ;
26954 PyObject *result;
26955 PyObject * obj0 = 0 ;
26956 PyObject * obj1 = 0 ;
26957 PyObject * obj2 = 0 ;
26958 char *kwnames[] = {
26959 (char *) "self",(char *) "item",(char *) "cookie", NULL
26960 };
26961
26962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_GetNextChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
26963 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26964 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26965 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26966 SWIG_POINTER_EXCEPTION | 0)) == -1)
26967 SWIG_fail;
26968 if (arg2 == NULL) {
26969 PyErr_SetString(PyExc_TypeError,"null reference");
26970 SWIG_fail;
26971 }
26972 if ((SWIG_ConvertPtr(obj2,&arg3,0,SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26973 {
26974 PyThreadState* __tstate = wxPyBeginAllowThreads();
26975 result = (PyObject *)wxPyTreeCtrl_GetNextChild(arg1,(wxTreeItemId const &)*arg2,arg3);
26976
26977 wxPyEndAllowThreads(__tstate);
26978 if (PyErr_Occurred()) SWIG_fail;
26979 }
26980 resultobj = result;
26981 return resultobj;
26982 fail:
26983 return NULL;
26984 }
26985
26986
26987 static PyObject *_wrap_TreeCtrl_GetLastChild(PyObject *, PyObject *args, PyObject *kwargs) {
26988 PyObject *resultobj;
26989 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26990 wxTreeItemId *arg2 = 0 ;
26991 wxTreeItemId result;
26992 PyObject * obj0 = 0 ;
26993 PyObject * obj1 = 0 ;
26994 char *kwnames[] = {
26995 (char *) "self",(char *) "item", NULL
26996 };
26997
26998 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetLastChild",kwnames,&obj0,&obj1)) goto fail;
26999 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27000 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27001 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27002 SWIG_POINTER_EXCEPTION | 0)) == -1)
27003 SWIG_fail;
27004 if (arg2 == NULL) {
27005 PyErr_SetString(PyExc_TypeError,"null reference");
27006 SWIG_fail;
27007 }
27008 {
27009 PyThreadState* __tstate = wxPyBeginAllowThreads();
27010 result = ((wxPyTreeCtrl const *)arg1)->GetLastChild((wxTreeItemId const &)*arg2);
27011
27012 wxPyEndAllowThreads(__tstate);
27013 if (PyErr_Occurred()) SWIG_fail;
27014 }
27015 {
27016 wxTreeItemId * resultptr;
27017 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27018 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27019 }
27020 return resultobj;
27021 fail:
27022 return NULL;
27023 }
27024
27025
27026 static PyObject *_wrap_TreeCtrl_GetNextSibling(PyObject *, PyObject *args, PyObject *kwargs) {
27027 PyObject *resultobj;
27028 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27029 wxTreeItemId *arg2 = 0 ;
27030 wxTreeItemId result;
27031 PyObject * obj0 = 0 ;
27032 PyObject * obj1 = 0 ;
27033 char *kwnames[] = {
27034 (char *) "self",(char *) "item", NULL
27035 };
27036
27037 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextSibling",kwnames,&obj0,&obj1)) goto fail;
27038 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27039 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27040 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27041 SWIG_POINTER_EXCEPTION | 0)) == -1)
27042 SWIG_fail;
27043 if (arg2 == NULL) {
27044 PyErr_SetString(PyExc_TypeError,"null reference");
27045 SWIG_fail;
27046 }
27047 {
27048 PyThreadState* __tstate = wxPyBeginAllowThreads();
27049 result = ((wxPyTreeCtrl const *)arg1)->GetNextSibling((wxTreeItemId const &)*arg2);
27050
27051 wxPyEndAllowThreads(__tstate);
27052 if (PyErr_Occurred()) SWIG_fail;
27053 }
27054 {
27055 wxTreeItemId * resultptr;
27056 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27057 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27058 }
27059 return resultobj;
27060 fail:
27061 return NULL;
27062 }
27063
27064
27065 static PyObject *_wrap_TreeCtrl_GetPrevSibling(PyObject *, PyObject *args, PyObject *kwargs) {
27066 PyObject *resultobj;
27067 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27068 wxTreeItemId *arg2 = 0 ;
27069 wxTreeItemId result;
27070 PyObject * obj0 = 0 ;
27071 PyObject * obj1 = 0 ;
27072 char *kwnames[] = {
27073 (char *) "self",(char *) "item", NULL
27074 };
27075
27076 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevSibling",kwnames,&obj0,&obj1)) goto fail;
27077 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27078 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27079 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27080 SWIG_POINTER_EXCEPTION | 0)) == -1)
27081 SWIG_fail;
27082 if (arg2 == NULL) {
27083 PyErr_SetString(PyExc_TypeError,"null reference");
27084 SWIG_fail;
27085 }
27086 {
27087 PyThreadState* __tstate = wxPyBeginAllowThreads();
27088 result = ((wxPyTreeCtrl const *)arg1)->GetPrevSibling((wxTreeItemId const &)*arg2);
27089
27090 wxPyEndAllowThreads(__tstate);
27091 if (PyErr_Occurred()) SWIG_fail;
27092 }
27093 {
27094 wxTreeItemId * resultptr;
27095 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27096 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27097 }
27098 return resultobj;
27099 fail:
27100 return NULL;
27101 }
27102
27103
27104 static PyObject *_wrap_TreeCtrl_GetFirstVisibleItem(PyObject *, PyObject *args, PyObject *kwargs) {
27105 PyObject *resultobj;
27106 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27107 wxTreeItemId result;
27108 PyObject * obj0 = 0 ;
27109 char *kwnames[] = {
27110 (char *) "self", NULL
27111 };
27112
27113 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetFirstVisibleItem",kwnames,&obj0)) goto fail;
27114 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27115 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27116 {
27117 PyThreadState* __tstate = wxPyBeginAllowThreads();
27118 result = ((wxPyTreeCtrl const *)arg1)->GetFirstVisibleItem();
27119
27120 wxPyEndAllowThreads(__tstate);
27121 if (PyErr_Occurred()) SWIG_fail;
27122 }
27123 {
27124 wxTreeItemId * resultptr;
27125 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27126 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27127 }
27128 return resultobj;
27129 fail:
27130 return NULL;
27131 }
27132
27133
27134 static PyObject *_wrap_TreeCtrl_GetNextVisible(PyObject *, PyObject *args, PyObject *kwargs) {
27135 PyObject *resultobj;
27136 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27137 wxTreeItemId *arg2 = 0 ;
27138 wxTreeItemId result;
27139 PyObject * obj0 = 0 ;
27140 PyObject * obj1 = 0 ;
27141 char *kwnames[] = {
27142 (char *) "self",(char *) "item", NULL
27143 };
27144
27145 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextVisible",kwnames,&obj0,&obj1)) goto fail;
27146 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27147 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27148 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27149 SWIG_POINTER_EXCEPTION | 0)) == -1)
27150 SWIG_fail;
27151 if (arg2 == NULL) {
27152 PyErr_SetString(PyExc_TypeError,"null reference");
27153 SWIG_fail;
27154 }
27155 {
27156 PyThreadState* __tstate = wxPyBeginAllowThreads();
27157 result = ((wxPyTreeCtrl const *)arg1)->GetNextVisible((wxTreeItemId const &)*arg2);
27158
27159 wxPyEndAllowThreads(__tstate);
27160 if (PyErr_Occurred()) SWIG_fail;
27161 }
27162 {
27163 wxTreeItemId * resultptr;
27164 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27165 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27166 }
27167 return resultobj;
27168 fail:
27169 return NULL;
27170 }
27171
27172
27173 static PyObject *_wrap_TreeCtrl_GetPrevVisible(PyObject *, PyObject *args, PyObject *kwargs) {
27174 PyObject *resultobj;
27175 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27176 wxTreeItemId *arg2 = 0 ;
27177 wxTreeItemId result;
27178 PyObject * obj0 = 0 ;
27179 PyObject * obj1 = 0 ;
27180 char *kwnames[] = {
27181 (char *) "self",(char *) "item", NULL
27182 };
27183
27184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevVisible",kwnames,&obj0,&obj1)) 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 {
27195 PyThreadState* __tstate = wxPyBeginAllowThreads();
27196 result = ((wxPyTreeCtrl const *)arg1)->GetPrevVisible((wxTreeItemId const &)*arg2);
27197
27198 wxPyEndAllowThreads(__tstate);
27199 if (PyErr_Occurred()) SWIG_fail;
27200 }
27201 {
27202 wxTreeItemId * resultptr;
27203 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27204 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27205 }
27206 return resultobj;
27207 fail:
27208 return NULL;
27209 }
27210
27211
27212 static PyObject *_wrap_TreeCtrl_AddRoot(PyObject *, PyObject *args, PyObject *kwargs) {
27213 PyObject *resultobj;
27214 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27215 wxString *arg2 = 0 ;
27216 int arg3 = (int) -1 ;
27217 int arg4 = (int) -1 ;
27218 wxPyTreeItemData *arg5 = (wxPyTreeItemData *) NULL ;
27219 wxTreeItemId result;
27220 bool temp2 = false ;
27221 PyObject * obj0 = 0 ;
27222 PyObject * obj1 = 0 ;
27223 PyObject * obj2 = 0 ;
27224 PyObject * obj3 = 0 ;
27225 PyObject * obj4 = 0 ;
27226 char *kwnames[] = {
27227 (char *) "self",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27228 };
27229
27230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOO:TreeCtrl_AddRoot",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
27231 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27232 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27233 {
27234 arg2 = wxString_in_helper(obj1);
27235 if (arg2 == NULL) SWIG_fail;
27236 temp2 = true;
27237 }
27238 if (obj2) {
27239 arg3 = (int)SWIG_As_int(obj2);
27240 if (PyErr_Occurred()) SWIG_fail;
27241 }
27242 if (obj3) {
27243 arg4 = (int)SWIG_As_int(obj3);
27244 if (PyErr_Occurred()) SWIG_fail;
27245 }
27246 if (obj4) {
27247 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxPyTreeItemData,
27248 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27249 }
27250 {
27251 PyThreadState* __tstate = wxPyBeginAllowThreads();
27252 result = (arg1)->AddRoot((wxString const &)*arg2,arg3,arg4,arg5);
27253
27254 wxPyEndAllowThreads(__tstate);
27255 if (PyErr_Occurred()) SWIG_fail;
27256 }
27257 {
27258 wxTreeItemId * resultptr;
27259 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27260 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27261 }
27262 {
27263 if (temp2)
27264 delete arg2;
27265 }
27266 return resultobj;
27267 fail:
27268 {
27269 if (temp2)
27270 delete arg2;
27271 }
27272 return NULL;
27273 }
27274
27275
27276 static PyObject *_wrap_TreeCtrl_PrependItem(PyObject *, PyObject *args, PyObject *kwargs) {
27277 PyObject *resultobj;
27278 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27279 wxTreeItemId *arg2 = 0 ;
27280 wxString *arg3 = 0 ;
27281 int arg4 = (int) -1 ;
27282 int arg5 = (int) -1 ;
27283 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
27284 wxTreeItemId result;
27285 bool temp3 = false ;
27286 PyObject * obj0 = 0 ;
27287 PyObject * obj1 = 0 ;
27288 PyObject * obj2 = 0 ;
27289 PyObject * obj3 = 0 ;
27290 PyObject * obj4 = 0 ;
27291 PyObject * obj5 = 0 ;
27292 char *kwnames[] = {
27293 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27294 };
27295
27296 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_PrependItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
27297 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27298 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27299 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27300 SWIG_POINTER_EXCEPTION | 0)) == -1)
27301 SWIG_fail;
27302 if (arg2 == NULL) {
27303 PyErr_SetString(PyExc_TypeError,"null reference");
27304 SWIG_fail;
27305 }
27306 {
27307 arg3 = wxString_in_helper(obj2);
27308 if (arg3 == NULL) SWIG_fail;
27309 temp3 = true;
27310 }
27311 if (obj3) {
27312 arg4 = (int)SWIG_As_int(obj3);
27313 if (PyErr_Occurred()) SWIG_fail;
27314 }
27315 if (obj4) {
27316 arg5 = (int)SWIG_As_int(obj4);
27317 if (PyErr_Occurred()) SWIG_fail;
27318 }
27319 if (obj5) {
27320 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxPyTreeItemData,
27321 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27322 }
27323 {
27324 PyThreadState* __tstate = wxPyBeginAllowThreads();
27325 result = (arg1)->PrependItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
27326
27327 wxPyEndAllowThreads(__tstate);
27328 if (PyErr_Occurred()) SWIG_fail;
27329 }
27330 {
27331 wxTreeItemId * resultptr;
27332 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27333 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27334 }
27335 {
27336 if (temp3)
27337 delete arg3;
27338 }
27339 return resultobj;
27340 fail:
27341 {
27342 if (temp3)
27343 delete arg3;
27344 }
27345 return NULL;
27346 }
27347
27348
27349 static PyObject *_wrap_TreeCtrl_InsertItem(PyObject *, PyObject *args, PyObject *kwargs) {
27350 PyObject *resultobj;
27351 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27352 wxTreeItemId *arg2 = 0 ;
27353 wxTreeItemId *arg3 = 0 ;
27354 wxString *arg4 = 0 ;
27355 int arg5 = (int) -1 ;
27356 int arg6 = (int) -1 ;
27357 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
27358 wxTreeItemId result;
27359 bool temp4 = false ;
27360 PyObject * obj0 = 0 ;
27361 PyObject * obj1 = 0 ;
27362 PyObject * obj2 = 0 ;
27363 PyObject * obj3 = 0 ;
27364 PyObject * obj4 = 0 ;
27365 PyObject * obj5 = 0 ;
27366 PyObject * obj6 = 0 ;
27367 char *kwnames[] = {
27368 (char *) "self",(char *) "parent",(char *) "idPrevious",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27369 };
27370
27371 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
27372 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27373 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27374 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27375 SWIG_POINTER_EXCEPTION | 0)) == -1)
27376 SWIG_fail;
27377 if (arg2 == NULL) {
27378 PyErr_SetString(PyExc_TypeError,"null reference");
27379 SWIG_fail;
27380 }
27381 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTreeItemId,
27382 SWIG_POINTER_EXCEPTION | 0)) == -1)
27383 SWIG_fail;
27384 if (arg3 == NULL) {
27385 PyErr_SetString(PyExc_TypeError,"null reference");
27386 SWIG_fail;
27387 }
27388 {
27389 arg4 = wxString_in_helper(obj3);
27390 if (arg4 == NULL) SWIG_fail;
27391 temp4 = true;
27392 }
27393 if (obj4) {
27394 arg5 = (int)SWIG_As_int(obj4);
27395 if (PyErr_Occurred()) SWIG_fail;
27396 }
27397 if (obj5) {
27398 arg6 = (int)SWIG_As_int(obj5);
27399 if (PyErr_Occurred()) SWIG_fail;
27400 }
27401 if (obj6) {
27402 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxPyTreeItemData,
27403 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27404 }
27405 {
27406 PyThreadState* __tstate = wxPyBeginAllowThreads();
27407 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,(wxTreeItemId const &)*arg3,(wxString const &)*arg4,arg5,arg6,arg7);
27408
27409 wxPyEndAllowThreads(__tstate);
27410 if (PyErr_Occurred()) SWIG_fail;
27411 }
27412 {
27413 wxTreeItemId * resultptr;
27414 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27415 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27416 }
27417 {
27418 if (temp4)
27419 delete arg4;
27420 }
27421 return resultobj;
27422 fail:
27423 {
27424 if (temp4)
27425 delete arg4;
27426 }
27427 return NULL;
27428 }
27429
27430
27431 static PyObject *_wrap_TreeCtrl_InsertItemBefore(PyObject *, PyObject *args, PyObject *kwargs) {
27432 PyObject *resultobj;
27433 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27434 wxTreeItemId *arg2 = 0 ;
27435 size_t arg3 ;
27436 wxString *arg4 = 0 ;
27437 int arg5 = (int) -1 ;
27438 int arg6 = (int) -1 ;
27439 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
27440 wxTreeItemId result;
27441 bool temp4 = false ;
27442 PyObject * obj0 = 0 ;
27443 PyObject * obj1 = 0 ;
27444 PyObject * obj2 = 0 ;
27445 PyObject * obj3 = 0 ;
27446 PyObject * obj4 = 0 ;
27447 PyObject * obj5 = 0 ;
27448 PyObject * obj6 = 0 ;
27449 char *kwnames[] = {
27450 (char *) "self",(char *) "parent",(char *) "index",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27451 };
27452
27453 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItemBefore",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
27454 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27455 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27456 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27457 SWIG_POINTER_EXCEPTION | 0)) == -1)
27458 SWIG_fail;
27459 if (arg2 == NULL) {
27460 PyErr_SetString(PyExc_TypeError,"null reference");
27461 SWIG_fail;
27462 }
27463 arg3 = (size_t)SWIG_As_unsigned_SS_long(obj2);
27464 if (PyErr_Occurred()) SWIG_fail;
27465 {
27466 arg4 = wxString_in_helper(obj3);
27467 if (arg4 == NULL) SWIG_fail;
27468 temp4 = true;
27469 }
27470 if (obj4) {
27471 arg5 = (int)SWIG_As_int(obj4);
27472 if (PyErr_Occurred()) SWIG_fail;
27473 }
27474 if (obj5) {
27475 arg6 = (int)SWIG_As_int(obj5);
27476 if (PyErr_Occurred()) SWIG_fail;
27477 }
27478 if (obj6) {
27479 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxPyTreeItemData,
27480 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27481 }
27482 {
27483 PyThreadState* __tstate = wxPyBeginAllowThreads();
27484 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,arg3,(wxString const &)*arg4,arg5,arg6,arg7);
27485
27486 wxPyEndAllowThreads(__tstate);
27487 if (PyErr_Occurred()) SWIG_fail;
27488 }
27489 {
27490 wxTreeItemId * resultptr;
27491 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27492 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27493 }
27494 {
27495 if (temp4)
27496 delete arg4;
27497 }
27498 return resultobj;
27499 fail:
27500 {
27501 if (temp4)
27502 delete arg4;
27503 }
27504 return NULL;
27505 }
27506
27507
27508 static PyObject *_wrap_TreeCtrl_AppendItem(PyObject *, PyObject *args, PyObject *kwargs) {
27509 PyObject *resultobj;
27510 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27511 wxTreeItemId *arg2 = 0 ;
27512 wxString *arg3 = 0 ;
27513 int arg4 = (int) -1 ;
27514 int arg5 = (int) -1 ;
27515 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
27516 wxTreeItemId result;
27517 bool temp3 = false ;
27518 PyObject * obj0 = 0 ;
27519 PyObject * obj1 = 0 ;
27520 PyObject * obj2 = 0 ;
27521 PyObject * obj3 = 0 ;
27522 PyObject * obj4 = 0 ;
27523 PyObject * obj5 = 0 ;
27524 char *kwnames[] = {
27525 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27526 };
27527
27528 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_AppendItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
27529 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27530 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27531 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27532 SWIG_POINTER_EXCEPTION | 0)) == -1)
27533 SWIG_fail;
27534 if (arg2 == NULL) {
27535 PyErr_SetString(PyExc_TypeError,"null reference");
27536 SWIG_fail;
27537 }
27538 {
27539 arg3 = wxString_in_helper(obj2);
27540 if (arg3 == NULL) SWIG_fail;
27541 temp3 = true;
27542 }
27543 if (obj3) {
27544 arg4 = (int)SWIG_As_int(obj3);
27545 if (PyErr_Occurred()) SWIG_fail;
27546 }
27547 if (obj4) {
27548 arg5 = (int)SWIG_As_int(obj4);
27549 if (PyErr_Occurred()) SWIG_fail;
27550 }
27551 if (obj5) {
27552 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxPyTreeItemData,
27553 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27554 }
27555 {
27556 PyThreadState* __tstate = wxPyBeginAllowThreads();
27557 result = (arg1)->AppendItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
27558
27559 wxPyEndAllowThreads(__tstate);
27560 if (PyErr_Occurred()) SWIG_fail;
27561 }
27562 {
27563 wxTreeItemId * resultptr;
27564 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27565 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27566 }
27567 {
27568 if (temp3)
27569 delete arg3;
27570 }
27571 return resultobj;
27572 fail:
27573 {
27574 if (temp3)
27575 delete arg3;
27576 }
27577 return NULL;
27578 }
27579
27580
27581 static PyObject *_wrap_TreeCtrl_Delete(PyObject *, PyObject *args, PyObject *kwargs) {
27582 PyObject *resultobj;
27583 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27584 wxTreeItemId *arg2 = 0 ;
27585 PyObject * obj0 = 0 ;
27586 PyObject * obj1 = 0 ;
27587 char *kwnames[] = {
27588 (char *) "self",(char *) "item", NULL
27589 };
27590
27591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Delete",kwnames,&obj0,&obj1)) goto fail;
27592 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27593 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27594 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27595 SWIG_POINTER_EXCEPTION | 0)) == -1)
27596 SWIG_fail;
27597 if (arg2 == NULL) {
27598 PyErr_SetString(PyExc_TypeError,"null reference");
27599 SWIG_fail;
27600 }
27601 {
27602 PyThreadState* __tstate = wxPyBeginAllowThreads();
27603 (arg1)->Delete((wxTreeItemId const &)*arg2);
27604
27605 wxPyEndAllowThreads(__tstate);
27606 if (PyErr_Occurred()) SWIG_fail;
27607 }
27608 Py_INCREF(Py_None); resultobj = Py_None;
27609 return resultobj;
27610 fail:
27611 return NULL;
27612 }
27613
27614
27615 static PyObject *_wrap_TreeCtrl_DeleteChildren(PyObject *, PyObject *args, PyObject *kwargs) {
27616 PyObject *resultobj;
27617 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27618 wxTreeItemId *arg2 = 0 ;
27619 PyObject * obj0 = 0 ;
27620 PyObject * obj1 = 0 ;
27621 char *kwnames[] = {
27622 (char *) "self",(char *) "item", NULL
27623 };
27624
27625 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_DeleteChildren",kwnames,&obj0,&obj1)) goto fail;
27626 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27627 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27628 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27629 SWIG_POINTER_EXCEPTION | 0)) == -1)
27630 SWIG_fail;
27631 if (arg2 == NULL) {
27632 PyErr_SetString(PyExc_TypeError,"null reference");
27633 SWIG_fail;
27634 }
27635 {
27636 PyThreadState* __tstate = wxPyBeginAllowThreads();
27637 (arg1)->DeleteChildren((wxTreeItemId const &)*arg2);
27638
27639 wxPyEndAllowThreads(__tstate);
27640 if (PyErr_Occurred()) SWIG_fail;
27641 }
27642 Py_INCREF(Py_None); resultobj = Py_None;
27643 return resultobj;
27644 fail:
27645 return NULL;
27646 }
27647
27648
27649 static PyObject *_wrap_TreeCtrl_DeleteAllItems(PyObject *, PyObject *args, PyObject *kwargs) {
27650 PyObject *resultobj;
27651 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27652 PyObject * obj0 = 0 ;
27653 char *kwnames[] = {
27654 (char *) "self", NULL
27655 };
27656
27657 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
27658 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27659 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27660 {
27661 PyThreadState* __tstate = wxPyBeginAllowThreads();
27662 (arg1)->DeleteAllItems();
27663
27664 wxPyEndAllowThreads(__tstate);
27665 if (PyErr_Occurred()) SWIG_fail;
27666 }
27667 Py_INCREF(Py_None); resultobj = Py_None;
27668 return resultobj;
27669 fail:
27670 return NULL;
27671 }
27672
27673
27674 static PyObject *_wrap_TreeCtrl_Expand(PyObject *, PyObject *args, PyObject *kwargs) {
27675 PyObject *resultobj;
27676 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27677 wxTreeItemId *arg2 = 0 ;
27678 PyObject * obj0 = 0 ;
27679 PyObject * obj1 = 0 ;
27680 char *kwnames[] = {
27681 (char *) "self",(char *) "item", NULL
27682 };
27683
27684 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Expand",kwnames,&obj0,&obj1)) goto fail;
27685 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27686 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27687 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27688 SWIG_POINTER_EXCEPTION | 0)) == -1)
27689 SWIG_fail;
27690 if (arg2 == NULL) {
27691 PyErr_SetString(PyExc_TypeError,"null reference");
27692 SWIG_fail;
27693 }
27694 {
27695 PyThreadState* __tstate = wxPyBeginAllowThreads();
27696 (arg1)->Expand((wxTreeItemId const &)*arg2);
27697
27698 wxPyEndAllowThreads(__tstate);
27699 if (PyErr_Occurred()) SWIG_fail;
27700 }
27701 Py_INCREF(Py_None); resultobj = Py_None;
27702 return resultobj;
27703 fail:
27704 return NULL;
27705 }
27706
27707
27708 static PyObject *_wrap_TreeCtrl_Collapse(PyObject *, PyObject *args, PyObject *kwargs) {
27709 PyObject *resultobj;
27710 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27711 wxTreeItemId *arg2 = 0 ;
27712 PyObject * obj0 = 0 ;
27713 PyObject * obj1 = 0 ;
27714 char *kwnames[] = {
27715 (char *) "self",(char *) "item", NULL
27716 };
27717
27718 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Collapse",kwnames,&obj0,&obj1)) goto fail;
27719 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27720 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27721 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27722 SWIG_POINTER_EXCEPTION | 0)) == -1)
27723 SWIG_fail;
27724 if (arg2 == NULL) {
27725 PyErr_SetString(PyExc_TypeError,"null reference");
27726 SWIG_fail;
27727 }
27728 {
27729 PyThreadState* __tstate = wxPyBeginAllowThreads();
27730 (arg1)->Collapse((wxTreeItemId const &)*arg2);
27731
27732 wxPyEndAllowThreads(__tstate);
27733 if (PyErr_Occurred()) SWIG_fail;
27734 }
27735 Py_INCREF(Py_None); resultobj = Py_None;
27736 return resultobj;
27737 fail:
27738 return NULL;
27739 }
27740
27741
27742 static PyObject *_wrap_TreeCtrl_CollapseAndReset(PyObject *, PyObject *args, PyObject *kwargs) {
27743 PyObject *resultobj;
27744 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27745 wxTreeItemId *arg2 = 0 ;
27746 PyObject * obj0 = 0 ;
27747 PyObject * obj1 = 0 ;
27748 char *kwnames[] = {
27749 (char *) "self",(char *) "item", NULL
27750 };
27751
27752 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_CollapseAndReset",kwnames,&obj0,&obj1)) goto fail;
27753 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27754 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27755 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27756 SWIG_POINTER_EXCEPTION | 0)) == -1)
27757 SWIG_fail;
27758 if (arg2 == NULL) {
27759 PyErr_SetString(PyExc_TypeError,"null reference");
27760 SWIG_fail;
27761 }
27762 {
27763 PyThreadState* __tstate = wxPyBeginAllowThreads();
27764 (arg1)->CollapseAndReset((wxTreeItemId const &)*arg2);
27765
27766 wxPyEndAllowThreads(__tstate);
27767 if (PyErr_Occurred()) SWIG_fail;
27768 }
27769 Py_INCREF(Py_None); resultobj = Py_None;
27770 return resultobj;
27771 fail:
27772 return NULL;
27773 }
27774
27775
27776 static PyObject *_wrap_TreeCtrl_Toggle(PyObject *, PyObject *args, PyObject *kwargs) {
27777 PyObject *resultobj;
27778 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27779 wxTreeItemId *arg2 = 0 ;
27780 PyObject * obj0 = 0 ;
27781 PyObject * obj1 = 0 ;
27782 char *kwnames[] = {
27783 (char *) "self",(char *) "item", NULL
27784 };
27785
27786 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Toggle",kwnames,&obj0,&obj1)) goto fail;
27787 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27788 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27789 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27790 SWIG_POINTER_EXCEPTION | 0)) == -1)
27791 SWIG_fail;
27792 if (arg2 == NULL) {
27793 PyErr_SetString(PyExc_TypeError,"null reference");
27794 SWIG_fail;
27795 }
27796 {
27797 PyThreadState* __tstate = wxPyBeginAllowThreads();
27798 (arg1)->Toggle((wxTreeItemId const &)*arg2);
27799
27800 wxPyEndAllowThreads(__tstate);
27801 if (PyErr_Occurred()) SWIG_fail;
27802 }
27803 Py_INCREF(Py_None); resultobj = Py_None;
27804 return resultobj;
27805 fail:
27806 return NULL;
27807 }
27808
27809
27810 static PyObject *_wrap_TreeCtrl_Unselect(PyObject *, PyObject *args, PyObject *kwargs) {
27811 PyObject *resultobj;
27812 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27813 PyObject * obj0 = 0 ;
27814 char *kwnames[] = {
27815 (char *) "self", NULL
27816 };
27817
27818 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_Unselect",kwnames,&obj0)) goto fail;
27819 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27820 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27821 {
27822 PyThreadState* __tstate = wxPyBeginAllowThreads();
27823 (arg1)->Unselect();
27824
27825 wxPyEndAllowThreads(__tstate);
27826 if (PyErr_Occurred()) SWIG_fail;
27827 }
27828 Py_INCREF(Py_None); resultobj = Py_None;
27829 return resultobj;
27830 fail:
27831 return NULL;
27832 }
27833
27834
27835 static PyObject *_wrap_TreeCtrl_UnselectItem(PyObject *, PyObject *args, PyObject *kwargs) {
27836 PyObject *resultobj;
27837 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27838 wxTreeItemId *arg2 = 0 ;
27839 PyObject * obj0 = 0 ;
27840 PyObject * obj1 = 0 ;
27841 char *kwnames[] = {
27842 (char *) "self",(char *) "item", NULL
27843 };
27844
27845 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_UnselectItem",kwnames,&obj0,&obj1)) goto fail;
27846 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27847 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27848 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27849 SWIG_POINTER_EXCEPTION | 0)) == -1)
27850 SWIG_fail;
27851 if (arg2 == NULL) {
27852 PyErr_SetString(PyExc_TypeError,"null reference");
27853 SWIG_fail;
27854 }
27855 {
27856 PyThreadState* __tstate = wxPyBeginAllowThreads();
27857 (arg1)->UnselectItem((wxTreeItemId const &)*arg2);
27858
27859 wxPyEndAllowThreads(__tstate);
27860 if (PyErr_Occurred()) SWIG_fail;
27861 }
27862 Py_INCREF(Py_None); resultobj = Py_None;
27863 return resultobj;
27864 fail:
27865 return NULL;
27866 }
27867
27868
27869 static PyObject *_wrap_TreeCtrl_UnselectAll(PyObject *, PyObject *args, PyObject *kwargs) {
27870 PyObject *resultobj;
27871 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27872 PyObject * obj0 = 0 ;
27873 char *kwnames[] = {
27874 (char *) "self", NULL
27875 };
27876
27877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_UnselectAll",kwnames,&obj0)) goto fail;
27878 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27879 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27880 {
27881 PyThreadState* __tstate = wxPyBeginAllowThreads();
27882 (arg1)->UnselectAll();
27883
27884 wxPyEndAllowThreads(__tstate);
27885 if (PyErr_Occurred()) SWIG_fail;
27886 }
27887 Py_INCREF(Py_None); resultobj = Py_None;
27888 return resultobj;
27889 fail:
27890 return NULL;
27891 }
27892
27893
27894 static PyObject *_wrap_TreeCtrl_SelectItem(PyObject *, PyObject *args, PyObject *kwargs) {
27895 PyObject *resultobj;
27896 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27897 wxTreeItemId *arg2 = 0 ;
27898 bool arg3 = (bool) true ;
27899 PyObject * obj0 = 0 ;
27900 PyObject * obj1 = 0 ;
27901 PyObject * obj2 = 0 ;
27902 char *kwnames[] = {
27903 (char *) "self",(char *) "item",(char *) "select", NULL
27904 };
27905
27906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SelectItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
27907 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27908 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27909 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27910 SWIG_POINTER_EXCEPTION | 0)) == -1)
27911 SWIG_fail;
27912 if (arg2 == NULL) {
27913 PyErr_SetString(PyExc_TypeError,"null reference");
27914 SWIG_fail;
27915 }
27916 if (obj2) {
27917 arg3 = (bool)SWIG_As_bool(obj2);
27918 if (PyErr_Occurred()) SWIG_fail;
27919 }
27920 {
27921 PyThreadState* __tstate = wxPyBeginAllowThreads();
27922 (arg1)->SelectItem((wxTreeItemId const &)*arg2,arg3);
27923
27924 wxPyEndAllowThreads(__tstate);
27925 if (PyErr_Occurred()) SWIG_fail;
27926 }
27927 Py_INCREF(Py_None); resultobj = Py_None;
27928 return resultobj;
27929 fail:
27930 return NULL;
27931 }
27932
27933
27934 static PyObject *_wrap_TreeCtrl_ToggleItemSelection(PyObject *, PyObject *args, PyObject *kwargs) {
27935 PyObject *resultobj;
27936 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27937 wxTreeItemId *arg2 = 0 ;
27938 PyObject * obj0 = 0 ;
27939 PyObject * obj1 = 0 ;
27940 char *kwnames[] = {
27941 (char *) "self",(char *) "item", NULL
27942 };
27943
27944 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ToggleItemSelection",kwnames,&obj0,&obj1)) goto fail;
27945 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27946 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27947 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27948 SWIG_POINTER_EXCEPTION | 0)) == -1)
27949 SWIG_fail;
27950 if (arg2 == NULL) {
27951 PyErr_SetString(PyExc_TypeError,"null reference");
27952 SWIG_fail;
27953 }
27954 {
27955 PyThreadState* __tstate = wxPyBeginAllowThreads();
27956 (arg1)->ToggleItemSelection((wxTreeItemId const &)*arg2);
27957
27958 wxPyEndAllowThreads(__tstate);
27959 if (PyErr_Occurred()) SWIG_fail;
27960 }
27961 Py_INCREF(Py_None); resultobj = Py_None;
27962 return resultobj;
27963 fail:
27964 return NULL;
27965 }
27966
27967
27968 static PyObject *_wrap_TreeCtrl_EnsureVisible(PyObject *, PyObject *args, PyObject *kwargs) {
27969 PyObject *resultobj;
27970 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27971 wxTreeItemId *arg2 = 0 ;
27972 PyObject * obj0 = 0 ;
27973 PyObject * obj1 = 0 ;
27974 char *kwnames[] = {
27975 (char *) "self",(char *) "item", NULL
27976 };
27977
27978 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
27979 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27980 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27981 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27982 SWIG_POINTER_EXCEPTION | 0)) == -1)
27983 SWIG_fail;
27984 if (arg2 == NULL) {
27985 PyErr_SetString(PyExc_TypeError,"null reference");
27986 SWIG_fail;
27987 }
27988 {
27989 PyThreadState* __tstate = wxPyBeginAllowThreads();
27990 (arg1)->EnsureVisible((wxTreeItemId const &)*arg2);
27991
27992 wxPyEndAllowThreads(__tstate);
27993 if (PyErr_Occurred()) SWIG_fail;
27994 }
27995 Py_INCREF(Py_None); resultobj = Py_None;
27996 return resultobj;
27997 fail:
27998 return NULL;
27999 }
28000
28001
28002 static PyObject *_wrap_TreeCtrl_ScrollTo(PyObject *, PyObject *args, PyObject *kwargs) {
28003 PyObject *resultobj;
28004 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
28005 wxTreeItemId *arg2 = 0 ;
28006 PyObject * obj0 = 0 ;
28007 PyObject * obj1 = 0 ;
28008 char *kwnames[] = {
28009 (char *) "self",(char *) "item", NULL
28010 };
28011
28012 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ScrollTo",kwnames,&obj0,&obj1)) goto fail;
28013 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
28014 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28015 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
28016 SWIG_POINTER_EXCEPTION | 0)) == -1)
28017 SWIG_fail;
28018 if (arg2 == NULL) {
28019 PyErr_SetString(PyExc_TypeError,"null reference");
28020 SWIG_fail;
28021 }
28022 {
28023 PyThreadState* __tstate = wxPyBeginAllowThreads();
28024 (arg1)->ScrollTo((wxTreeItemId const &)*arg2);
28025
28026 wxPyEndAllowThreads(__tstate);
28027 if (PyErr_Occurred()) SWIG_fail;
28028 }
28029 Py_INCREF(Py_None); resultobj = Py_None;
28030 return resultobj;
28031 fail:
28032 return NULL;
28033 }
28034
28035
28036 static PyObject *_wrap_TreeCtrl_EditLabel(PyObject *, PyObject *args, PyObject *kwargs) {
28037 PyObject *resultobj;
28038 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
28039 wxTreeItemId *arg2 = 0 ;
28040 PyObject * obj0 = 0 ;
28041 PyObject * obj1 = 0 ;
28042 char *kwnames[] = {
28043 (char *) "self",(char *) "item", NULL
28044 };
28045
28046 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
28047 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
28048 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28049 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
28050 SWIG_POINTER_EXCEPTION | 0)) == -1)
28051 SWIG_fail;
28052 if (arg2 == NULL) {
28053 PyErr_SetString(PyExc_TypeError,"null reference");
28054 SWIG_fail;
28055 }
28056 {
28057 PyThreadState* __tstate = wxPyBeginAllowThreads();
28058 (arg1)->EditLabel((wxTreeItemId const &)*arg2);
28059
28060 wxPyEndAllowThreads(__tstate);
28061 if (PyErr_Occurred()) SWIG_fail;
28062 }
28063 Py_INCREF(Py_None); resultobj = Py_None;
28064 return resultobj;
28065 fail:
28066 return NULL;
28067 }
28068
28069
28070 static PyObject *_wrap_TreeCtrl_GetEditControl(PyObject *, PyObject *args, PyObject *kwargs) {
28071 PyObject *resultobj;
28072 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
28073 wxTextCtrl *result;
28074 PyObject * obj0 = 0 ;
28075 char *kwnames[] = {
28076 (char *) "self", NULL
28077 };
28078
28079 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetEditControl",kwnames,&obj0)) goto fail;
28080 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
28081 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28082 {
28083 PyThreadState* __tstate = wxPyBeginAllowThreads();
28084 result = (wxTextCtrl *)((wxPyTreeCtrl const *)arg1)->GetEditControl();
28085
28086 wxPyEndAllowThreads(__tstate);
28087 if (PyErr_Occurred()) SWIG_fail;
28088 }
28089 {
28090 resultobj = wxPyMake_wxObject(result, 0);
28091 }
28092 return resultobj;
28093 fail:
28094 return NULL;
28095 }
28096
28097
28098 static PyObject *_wrap_TreeCtrl_SortChildren(PyObject *, PyObject *args, PyObject *kwargs) {
28099 PyObject *resultobj;
28100 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
28101 wxTreeItemId *arg2 = 0 ;
28102 PyObject * obj0 = 0 ;
28103 PyObject * obj1 = 0 ;
28104 char *kwnames[] = {
28105 (char *) "self",(char *) "item", NULL
28106 };
28107
28108 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SortChildren",kwnames,&obj0,&obj1)) goto fail;
28109 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
28110 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28111 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
28112 SWIG_POINTER_EXCEPTION | 0)) == -1)
28113 SWIG_fail;
28114 if (arg2 == NULL) {
28115 PyErr_SetString(PyExc_TypeError,"null reference");
28116 SWIG_fail;
28117 }
28118 {
28119 PyThreadState* __tstate = wxPyBeginAllowThreads();
28120 (arg1)->SortChildren((wxTreeItemId const &)*arg2);
28121
28122 wxPyEndAllowThreads(__tstate);
28123 if (PyErr_Occurred()) SWIG_fail;
28124 }
28125 Py_INCREF(Py_None); resultobj = Py_None;
28126 return resultobj;
28127 fail:
28128 return NULL;
28129 }
28130
28131
28132 static PyObject *_wrap_TreeCtrl_HitTest(PyObject *, PyObject *args, PyObject *kwargs) {
28133 PyObject *resultobj;
28134 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
28135 wxPoint *arg2 = 0 ;
28136 int *arg3 = 0 ;
28137 wxTreeItemId result;
28138 wxPoint temp2 ;
28139 int temp3 ;
28140 int res3 = 0 ;
28141 PyObject * obj0 = 0 ;
28142 PyObject * obj1 = 0 ;
28143 char *kwnames[] = {
28144 (char *) "self",(char *) "point", NULL
28145 };
28146
28147 arg3 = &temp3; res3 = SWIG_NEWOBJ;
28148 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
28149 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
28150 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28151 {
28152 arg2 = &temp2;
28153 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
28154 }
28155 {
28156 PyThreadState* __tstate = wxPyBeginAllowThreads();
28157 result = (arg1)->HitTest((wxPoint const &)*arg2,*arg3);
28158
28159 wxPyEndAllowThreads(__tstate);
28160 if (PyErr_Occurred()) SWIG_fail;
28161 }
28162 {
28163 wxTreeItemId * resultptr;
28164 resultptr = new wxTreeItemId((wxTreeItemId &) result);
28165 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
28166 }
28167 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
28168 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
28169 return resultobj;
28170 fail:
28171 return NULL;
28172 }
28173
28174
28175 static PyObject *_wrap_TreeCtrl_GetBoundingRect(PyObject *, PyObject *args, PyObject *kwargs) {
28176 PyObject *resultobj;
28177 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
28178 wxTreeItemId *arg2 = 0 ;
28179 bool arg3 = (bool) false ;
28180 PyObject *result;
28181 PyObject * obj0 = 0 ;
28182 PyObject * obj1 = 0 ;
28183 PyObject * obj2 = 0 ;
28184 char *kwnames[] = {
28185 (char *) "self",(char *) "item",(char *) "textOnly", NULL
28186 };
28187
28188 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetBoundingRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
28189 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
28190 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28191 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
28192 SWIG_POINTER_EXCEPTION | 0)) == -1)
28193 SWIG_fail;
28194 if (arg2 == NULL) {
28195 PyErr_SetString(PyExc_TypeError,"null reference");
28196 SWIG_fail;
28197 }
28198 if (obj2) {
28199 arg3 = (bool)SWIG_As_bool(obj2);
28200 if (PyErr_Occurred()) SWIG_fail;
28201 }
28202 {
28203 PyThreadState* __tstate = wxPyBeginAllowThreads();
28204 result = (PyObject *)wxPyTreeCtrl_GetBoundingRect(arg1,(wxTreeItemId const &)*arg2,arg3);
28205
28206 wxPyEndAllowThreads(__tstate);
28207 if (PyErr_Occurred()) SWIG_fail;
28208 }
28209 resultobj = result;
28210 return resultobj;
28211 fail:
28212 return NULL;
28213 }
28214
28215
28216 static PyObject *_wrap_TreeCtrl_GetClassDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
28217 PyObject *resultobj;
28218 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
28219 wxVisualAttributes result;
28220 PyObject * obj0 = 0 ;
28221 char *kwnames[] = {
28222 (char *) "variant", NULL
28223 };
28224
28225 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:TreeCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
28226 if (obj0) {
28227 arg1 = (int)SWIG_As_int(obj0);
28228 if (PyErr_Occurred()) SWIG_fail;
28229 }
28230 {
28231 if (!wxPyCheckForApp()) SWIG_fail;
28232 PyThreadState* __tstate = wxPyBeginAllowThreads();
28233 result = wxPyTreeCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
28234
28235 wxPyEndAllowThreads(__tstate);
28236 if (PyErr_Occurred()) SWIG_fail;
28237 }
28238 {
28239 wxVisualAttributes * resultptr;
28240 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
28241 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
28242 }
28243 return resultobj;
28244 fail:
28245 return NULL;
28246 }
28247
28248
28249 static PyObject * TreeCtrl_swigregister(PyObject *, PyObject *args) {
28250 PyObject *obj;
28251 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28252 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeCtrl, obj);
28253 Py_INCREF(obj);
28254 return Py_BuildValue((char *)"");
28255 }
28256 static int _wrap_DirDialogDefaultFolderStr_set(PyObject *) {
28257 PyErr_SetString(PyExc_TypeError,"Variable DirDialogDefaultFolderStr is read-only.");
28258 return 1;
28259 }
28260
28261
28262 static PyObject *_wrap_DirDialogDefaultFolderStr_get() {
28263 PyObject *pyobj;
28264
28265 {
28266 #if wxUSE_UNICODE
28267 pyobj = PyUnicode_FromWideChar((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
28268 #else
28269 pyobj = PyString_FromStringAndSize((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
28270 #endif
28271 }
28272 return pyobj;
28273 }
28274
28275
28276 static PyObject *_wrap_new_GenericDirCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28277 PyObject *resultobj;
28278 wxWindow *arg1 = (wxWindow *) 0 ;
28279 int arg2 = (int) (int)-1 ;
28280 wxString const &arg3_defvalue = wxPyDirDialogDefaultFolderStr ;
28281 wxString *arg3 = (wxString *) &arg3_defvalue ;
28282 wxPoint const &arg4_defvalue = wxDefaultPosition ;
28283 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
28284 wxSize const &arg5_defvalue = wxDefaultSize ;
28285 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
28286 long arg6 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
28287 wxString const &arg7_defvalue = wxPyEmptyString ;
28288 wxString *arg7 = (wxString *) &arg7_defvalue ;
28289 int arg8 = (int) 0 ;
28290 wxString const &arg9_defvalue = wxPyTreeCtrlNameStr ;
28291 wxString *arg9 = (wxString *) &arg9_defvalue ;
28292 wxGenericDirCtrl *result;
28293 bool temp3 = false ;
28294 wxPoint temp4 ;
28295 wxSize temp5 ;
28296 bool temp7 = false ;
28297 bool temp9 = false ;
28298 PyObject * obj0 = 0 ;
28299 PyObject * obj1 = 0 ;
28300 PyObject * obj2 = 0 ;
28301 PyObject * obj3 = 0 ;
28302 PyObject * obj4 = 0 ;
28303 PyObject * obj5 = 0 ;
28304 PyObject * obj6 = 0 ;
28305 PyObject * obj7 = 0 ;
28306 PyObject * obj8 = 0 ;
28307 char *kwnames[] = {
28308 (char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
28309 };
28310
28311 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_GenericDirCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
28312 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
28313 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28314 if (obj1) {
28315 arg2 = (int)SWIG_As_int(obj1);
28316 if (PyErr_Occurred()) SWIG_fail;
28317 }
28318 if (obj2) {
28319 {
28320 arg3 = wxString_in_helper(obj2);
28321 if (arg3 == NULL) SWIG_fail;
28322 temp3 = true;
28323 }
28324 }
28325 if (obj3) {
28326 {
28327 arg4 = &temp4;
28328 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
28329 }
28330 }
28331 if (obj4) {
28332 {
28333 arg5 = &temp5;
28334 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
28335 }
28336 }
28337 if (obj5) {
28338 arg6 = (long)SWIG_As_long(obj5);
28339 if (PyErr_Occurred()) SWIG_fail;
28340 }
28341 if (obj6) {
28342 {
28343 arg7 = wxString_in_helper(obj6);
28344 if (arg7 == NULL) SWIG_fail;
28345 temp7 = true;
28346 }
28347 }
28348 if (obj7) {
28349 arg8 = (int)SWIG_As_int(obj7);
28350 if (PyErr_Occurred()) SWIG_fail;
28351 }
28352 if (obj8) {
28353 {
28354 arg9 = wxString_in_helper(obj8);
28355 if (arg9 == NULL) SWIG_fail;
28356 temp9 = true;
28357 }
28358 }
28359 {
28360 if (!wxPyCheckForApp()) SWIG_fail;
28361 PyThreadState* __tstate = wxPyBeginAllowThreads();
28362 result = (wxGenericDirCtrl *)new wxGenericDirCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7,arg8,(wxString const &)*arg9);
28363
28364 wxPyEndAllowThreads(__tstate);
28365 if (PyErr_Occurred()) SWIG_fail;
28366 }
28367 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDirCtrl, 1);
28368 {
28369 if (temp3)
28370 delete arg3;
28371 }
28372 {
28373 if (temp7)
28374 delete arg7;
28375 }
28376 {
28377 if (temp9)
28378 delete arg9;
28379 }
28380 return resultobj;
28381 fail:
28382 {
28383 if (temp3)
28384 delete arg3;
28385 }
28386 {
28387 if (temp7)
28388 delete arg7;
28389 }
28390 {
28391 if (temp9)
28392 delete arg9;
28393 }
28394 return NULL;
28395 }
28396
28397
28398 static PyObject *_wrap_new_PreGenericDirCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28399 PyObject *resultobj;
28400 wxGenericDirCtrl *result;
28401 char *kwnames[] = {
28402 NULL
28403 };
28404
28405 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGenericDirCtrl",kwnames)) goto fail;
28406 {
28407 if (!wxPyCheckForApp()) SWIG_fail;
28408 PyThreadState* __tstate = wxPyBeginAllowThreads();
28409 result = (wxGenericDirCtrl *)new wxGenericDirCtrl();
28410
28411 wxPyEndAllowThreads(__tstate);
28412 if (PyErr_Occurred()) SWIG_fail;
28413 }
28414 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDirCtrl, 1);
28415 return resultobj;
28416 fail:
28417 return NULL;
28418 }
28419
28420
28421 static PyObject *_wrap_GenericDirCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
28422 PyObject *resultobj;
28423 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28424 wxWindow *arg2 = (wxWindow *) 0 ;
28425 int arg3 = (int) (int)-1 ;
28426 wxString const &arg4_defvalue = wxPyDirDialogDefaultFolderStr ;
28427 wxString *arg4 = (wxString *) &arg4_defvalue ;
28428 wxPoint const &arg5_defvalue = wxDefaultPosition ;
28429 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
28430 wxSize const &arg6_defvalue = wxDefaultSize ;
28431 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
28432 long arg7 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
28433 wxString const &arg8_defvalue = wxPyEmptyString ;
28434 wxString *arg8 = (wxString *) &arg8_defvalue ;
28435 int arg9 = (int) 0 ;
28436 wxString const &arg10_defvalue = wxPyTreeCtrlNameStr ;
28437 wxString *arg10 = (wxString *) &arg10_defvalue ;
28438 bool result;
28439 bool temp4 = false ;
28440 wxPoint temp5 ;
28441 wxSize temp6 ;
28442 bool temp8 = false ;
28443 bool temp10 = false ;
28444 PyObject * obj0 = 0 ;
28445 PyObject * obj1 = 0 ;
28446 PyObject * obj2 = 0 ;
28447 PyObject * obj3 = 0 ;
28448 PyObject * obj4 = 0 ;
28449 PyObject * obj5 = 0 ;
28450 PyObject * obj6 = 0 ;
28451 PyObject * obj7 = 0 ;
28452 PyObject * obj8 = 0 ;
28453 PyObject * obj9 = 0 ;
28454 char *kwnames[] = {
28455 (char *) "self",(char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
28456 };
28457
28458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:GenericDirCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
28459 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28460 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28461 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
28462 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28463 if (obj2) {
28464 arg3 = (int)SWIG_As_int(obj2);
28465 if (PyErr_Occurred()) SWIG_fail;
28466 }
28467 if (obj3) {
28468 {
28469 arg4 = wxString_in_helper(obj3);
28470 if (arg4 == NULL) SWIG_fail;
28471 temp4 = true;
28472 }
28473 }
28474 if (obj4) {
28475 {
28476 arg5 = &temp5;
28477 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
28478 }
28479 }
28480 if (obj5) {
28481 {
28482 arg6 = &temp6;
28483 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
28484 }
28485 }
28486 if (obj6) {
28487 arg7 = (long)SWIG_As_long(obj6);
28488 if (PyErr_Occurred()) SWIG_fail;
28489 }
28490 if (obj7) {
28491 {
28492 arg8 = wxString_in_helper(obj7);
28493 if (arg8 == NULL) SWIG_fail;
28494 temp8 = true;
28495 }
28496 }
28497 if (obj8) {
28498 arg9 = (int)SWIG_As_int(obj8);
28499 if (PyErr_Occurred()) SWIG_fail;
28500 }
28501 if (obj9) {
28502 {
28503 arg10 = wxString_in_helper(obj9);
28504 if (arg10 == NULL) SWIG_fail;
28505 temp10 = true;
28506 }
28507 }
28508 {
28509 PyThreadState* __tstate = wxPyBeginAllowThreads();
28510 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8,arg9,(wxString const &)*arg10);
28511
28512 wxPyEndAllowThreads(__tstate);
28513 if (PyErr_Occurred()) SWIG_fail;
28514 }
28515 {
28516 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28517 }
28518 {
28519 if (temp4)
28520 delete arg4;
28521 }
28522 {
28523 if (temp8)
28524 delete arg8;
28525 }
28526 {
28527 if (temp10)
28528 delete arg10;
28529 }
28530 return resultobj;
28531 fail:
28532 {
28533 if (temp4)
28534 delete arg4;
28535 }
28536 {
28537 if (temp8)
28538 delete arg8;
28539 }
28540 {
28541 if (temp10)
28542 delete arg10;
28543 }
28544 return NULL;
28545 }
28546
28547
28548 static PyObject *_wrap_GenericDirCtrl_ExpandPath(PyObject *, PyObject *args, PyObject *kwargs) {
28549 PyObject *resultobj;
28550 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28551 wxString *arg2 = 0 ;
28552 bool result;
28553 bool temp2 = false ;
28554 PyObject * obj0 = 0 ;
28555 PyObject * obj1 = 0 ;
28556 char *kwnames[] = {
28557 (char *) "self",(char *) "path", NULL
28558 };
28559
28560 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ExpandPath",kwnames,&obj0,&obj1)) goto fail;
28561 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28562 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28563 {
28564 arg2 = wxString_in_helper(obj1);
28565 if (arg2 == NULL) SWIG_fail;
28566 temp2 = true;
28567 }
28568 {
28569 PyThreadState* __tstate = wxPyBeginAllowThreads();
28570 result = (bool)(arg1)->ExpandPath((wxString const &)*arg2);
28571
28572 wxPyEndAllowThreads(__tstate);
28573 if (PyErr_Occurred()) SWIG_fail;
28574 }
28575 {
28576 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28577 }
28578 {
28579 if (temp2)
28580 delete arg2;
28581 }
28582 return resultobj;
28583 fail:
28584 {
28585 if (temp2)
28586 delete arg2;
28587 }
28588 return NULL;
28589 }
28590
28591
28592 static PyObject *_wrap_GenericDirCtrl_GetDefaultPath(PyObject *, PyObject *args, PyObject *kwargs) {
28593 PyObject *resultobj;
28594 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28595 wxString result;
28596 PyObject * obj0 = 0 ;
28597 char *kwnames[] = {
28598 (char *) "self", NULL
28599 };
28600
28601 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetDefaultPath",kwnames,&obj0)) goto fail;
28602 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28603 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28604 {
28605 PyThreadState* __tstate = wxPyBeginAllowThreads();
28606 result = ((wxGenericDirCtrl const *)arg1)->GetDefaultPath();
28607
28608 wxPyEndAllowThreads(__tstate);
28609 if (PyErr_Occurred()) SWIG_fail;
28610 }
28611 {
28612 #if wxUSE_UNICODE
28613 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28614 #else
28615 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28616 #endif
28617 }
28618 return resultobj;
28619 fail:
28620 return NULL;
28621 }
28622
28623
28624 static PyObject *_wrap_GenericDirCtrl_SetDefaultPath(PyObject *, PyObject *args, PyObject *kwargs) {
28625 PyObject *resultobj;
28626 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28627 wxString *arg2 = 0 ;
28628 bool temp2 = false ;
28629 PyObject * obj0 = 0 ;
28630 PyObject * obj1 = 0 ;
28631 char *kwnames[] = {
28632 (char *) "self",(char *) "path", NULL
28633 };
28634
28635 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetDefaultPath",kwnames,&obj0,&obj1)) goto fail;
28636 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28637 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28638 {
28639 arg2 = wxString_in_helper(obj1);
28640 if (arg2 == NULL) SWIG_fail;
28641 temp2 = true;
28642 }
28643 {
28644 PyThreadState* __tstate = wxPyBeginAllowThreads();
28645 (arg1)->SetDefaultPath((wxString const &)*arg2);
28646
28647 wxPyEndAllowThreads(__tstate);
28648 if (PyErr_Occurred()) SWIG_fail;
28649 }
28650 Py_INCREF(Py_None); resultobj = Py_None;
28651 {
28652 if (temp2)
28653 delete arg2;
28654 }
28655 return resultobj;
28656 fail:
28657 {
28658 if (temp2)
28659 delete arg2;
28660 }
28661 return NULL;
28662 }
28663
28664
28665 static PyObject *_wrap_GenericDirCtrl_GetPath(PyObject *, PyObject *args, PyObject *kwargs) {
28666 PyObject *resultobj;
28667 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28668 wxString result;
28669 PyObject * obj0 = 0 ;
28670 char *kwnames[] = {
28671 (char *) "self", NULL
28672 };
28673
28674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetPath",kwnames,&obj0)) goto fail;
28675 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28676 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28677 {
28678 PyThreadState* __tstate = wxPyBeginAllowThreads();
28679 result = ((wxGenericDirCtrl const *)arg1)->GetPath();
28680
28681 wxPyEndAllowThreads(__tstate);
28682 if (PyErr_Occurred()) SWIG_fail;
28683 }
28684 {
28685 #if wxUSE_UNICODE
28686 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28687 #else
28688 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28689 #endif
28690 }
28691 return resultobj;
28692 fail:
28693 return NULL;
28694 }
28695
28696
28697 static PyObject *_wrap_GenericDirCtrl_GetFilePath(PyObject *, PyObject *args, PyObject *kwargs) {
28698 PyObject *resultobj;
28699 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28700 wxString result;
28701 PyObject * obj0 = 0 ;
28702 char *kwnames[] = {
28703 (char *) "self", NULL
28704 };
28705
28706 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilePath",kwnames,&obj0)) goto fail;
28707 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28708 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28709 {
28710 PyThreadState* __tstate = wxPyBeginAllowThreads();
28711 result = ((wxGenericDirCtrl const *)arg1)->GetFilePath();
28712
28713 wxPyEndAllowThreads(__tstate);
28714 if (PyErr_Occurred()) SWIG_fail;
28715 }
28716 {
28717 #if wxUSE_UNICODE
28718 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28719 #else
28720 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28721 #endif
28722 }
28723 return resultobj;
28724 fail:
28725 return NULL;
28726 }
28727
28728
28729 static PyObject *_wrap_GenericDirCtrl_SetPath(PyObject *, PyObject *args, PyObject *kwargs) {
28730 PyObject *resultobj;
28731 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28732 wxString *arg2 = 0 ;
28733 bool temp2 = false ;
28734 PyObject * obj0 = 0 ;
28735 PyObject * obj1 = 0 ;
28736 char *kwnames[] = {
28737 (char *) "self",(char *) "path", NULL
28738 };
28739
28740 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetPath",kwnames,&obj0,&obj1)) goto fail;
28741 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28742 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28743 {
28744 arg2 = wxString_in_helper(obj1);
28745 if (arg2 == NULL) SWIG_fail;
28746 temp2 = true;
28747 }
28748 {
28749 PyThreadState* __tstate = wxPyBeginAllowThreads();
28750 (arg1)->SetPath((wxString const &)*arg2);
28751
28752 wxPyEndAllowThreads(__tstate);
28753 if (PyErr_Occurred()) SWIG_fail;
28754 }
28755 Py_INCREF(Py_None); resultobj = Py_None;
28756 {
28757 if (temp2)
28758 delete arg2;
28759 }
28760 return resultobj;
28761 fail:
28762 {
28763 if (temp2)
28764 delete arg2;
28765 }
28766 return NULL;
28767 }
28768
28769
28770 static PyObject *_wrap_GenericDirCtrl_ShowHidden(PyObject *, PyObject *args, PyObject *kwargs) {
28771 PyObject *resultobj;
28772 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28773 bool arg2 ;
28774 PyObject * obj0 = 0 ;
28775 PyObject * obj1 = 0 ;
28776 char *kwnames[] = {
28777 (char *) "self",(char *) "show", NULL
28778 };
28779
28780 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ShowHidden",kwnames,&obj0,&obj1)) goto fail;
28781 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28782 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28783 arg2 = (bool)SWIG_As_bool(obj1);
28784 if (PyErr_Occurred()) SWIG_fail;
28785 {
28786 PyThreadState* __tstate = wxPyBeginAllowThreads();
28787 (arg1)->ShowHidden(arg2);
28788
28789 wxPyEndAllowThreads(__tstate);
28790 if (PyErr_Occurred()) SWIG_fail;
28791 }
28792 Py_INCREF(Py_None); resultobj = Py_None;
28793 return resultobj;
28794 fail:
28795 return NULL;
28796 }
28797
28798
28799 static PyObject *_wrap_GenericDirCtrl_GetShowHidden(PyObject *, PyObject *args, PyObject *kwargs) {
28800 PyObject *resultobj;
28801 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28802 bool result;
28803 PyObject * obj0 = 0 ;
28804 char *kwnames[] = {
28805 (char *) "self", NULL
28806 };
28807
28808 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetShowHidden",kwnames,&obj0)) goto fail;
28809 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28810 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28811 {
28812 PyThreadState* __tstate = wxPyBeginAllowThreads();
28813 result = (bool)(arg1)->GetShowHidden();
28814
28815 wxPyEndAllowThreads(__tstate);
28816 if (PyErr_Occurred()) SWIG_fail;
28817 }
28818 {
28819 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28820 }
28821 return resultobj;
28822 fail:
28823 return NULL;
28824 }
28825
28826
28827 static PyObject *_wrap_GenericDirCtrl_GetFilter(PyObject *, PyObject *args, PyObject *kwargs) {
28828 PyObject *resultobj;
28829 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28830 wxString result;
28831 PyObject * obj0 = 0 ;
28832 char *kwnames[] = {
28833 (char *) "self", NULL
28834 };
28835
28836 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilter",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 result = ((wxGenericDirCtrl const *)arg1)->GetFilter();
28842
28843 wxPyEndAllowThreads(__tstate);
28844 if (PyErr_Occurred()) SWIG_fail;
28845 }
28846 {
28847 #if wxUSE_UNICODE
28848 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28849 #else
28850 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28851 #endif
28852 }
28853 return resultobj;
28854 fail:
28855 return NULL;
28856 }
28857
28858
28859 static PyObject *_wrap_GenericDirCtrl_SetFilter(PyObject *, PyObject *args, PyObject *kwargs) {
28860 PyObject *resultobj;
28861 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28862 wxString *arg2 = 0 ;
28863 bool temp2 = false ;
28864 PyObject * obj0 = 0 ;
28865 PyObject * obj1 = 0 ;
28866 char *kwnames[] = {
28867 (char *) "self",(char *) "filter", NULL
28868 };
28869
28870 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilter",kwnames,&obj0,&obj1)) goto fail;
28871 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28872 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28873 {
28874 arg2 = wxString_in_helper(obj1);
28875 if (arg2 == NULL) SWIG_fail;
28876 temp2 = true;
28877 }
28878 {
28879 PyThreadState* __tstate = wxPyBeginAllowThreads();
28880 (arg1)->SetFilter((wxString const &)*arg2);
28881
28882 wxPyEndAllowThreads(__tstate);
28883 if (PyErr_Occurred()) SWIG_fail;
28884 }
28885 Py_INCREF(Py_None); resultobj = Py_None;
28886 {
28887 if (temp2)
28888 delete arg2;
28889 }
28890 return resultobj;
28891 fail:
28892 {
28893 if (temp2)
28894 delete arg2;
28895 }
28896 return NULL;
28897 }
28898
28899
28900 static PyObject *_wrap_GenericDirCtrl_GetFilterIndex(PyObject *, PyObject *args, PyObject *kwargs) {
28901 PyObject *resultobj;
28902 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28903 int result;
28904 PyObject * obj0 = 0 ;
28905 char *kwnames[] = {
28906 (char *) "self", NULL
28907 };
28908
28909 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterIndex",kwnames,&obj0)) goto fail;
28910 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28911 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28912 {
28913 PyThreadState* __tstate = wxPyBeginAllowThreads();
28914 result = (int)((wxGenericDirCtrl const *)arg1)->GetFilterIndex();
28915
28916 wxPyEndAllowThreads(__tstate);
28917 if (PyErr_Occurred()) SWIG_fail;
28918 }
28919 resultobj = SWIG_From_int((int)result);
28920 return resultobj;
28921 fail:
28922 return NULL;
28923 }
28924
28925
28926 static PyObject *_wrap_GenericDirCtrl_SetFilterIndex(PyObject *, PyObject *args, PyObject *kwargs) {
28927 PyObject *resultobj;
28928 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28929 int arg2 ;
28930 PyObject * obj0 = 0 ;
28931 PyObject * obj1 = 0 ;
28932 char *kwnames[] = {
28933 (char *) "self",(char *) "n", NULL
28934 };
28935
28936 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilterIndex",kwnames,&obj0,&obj1)) goto fail;
28937 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28938 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28939 arg2 = (int)SWIG_As_int(obj1);
28940 if (PyErr_Occurred()) SWIG_fail;
28941 {
28942 PyThreadState* __tstate = wxPyBeginAllowThreads();
28943 (arg1)->SetFilterIndex(arg2);
28944
28945 wxPyEndAllowThreads(__tstate);
28946 if (PyErr_Occurred()) SWIG_fail;
28947 }
28948 Py_INCREF(Py_None); resultobj = Py_None;
28949 return resultobj;
28950 fail:
28951 return NULL;
28952 }
28953
28954
28955 static PyObject *_wrap_GenericDirCtrl_GetRootId(PyObject *, PyObject *args, PyObject *kwargs) {
28956 PyObject *resultobj;
28957 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28958 wxTreeItemId result;
28959 PyObject * obj0 = 0 ;
28960 char *kwnames[] = {
28961 (char *) "self", NULL
28962 };
28963
28964 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetRootId",kwnames,&obj0)) goto fail;
28965 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28966 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28967 {
28968 PyThreadState* __tstate = wxPyBeginAllowThreads();
28969 result = (arg1)->GetRootId();
28970
28971 wxPyEndAllowThreads(__tstate);
28972 if (PyErr_Occurred()) SWIG_fail;
28973 }
28974 {
28975 wxTreeItemId * resultptr;
28976 resultptr = new wxTreeItemId((wxTreeItemId &) result);
28977 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
28978 }
28979 return resultobj;
28980 fail:
28981 return NULL;
28982 }
28983
28984
28985 static PyObject *_wrap_GenericDirCtrl_GetTreeCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
28986 PyObject *resultobj;
28987 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28988 wxPyTreeCtrl *result;
28989 PyObject * obj0 = 0 ;
28990 char *kwnames[] = {
28991 (char *) "self", NULL
28992 };
28993
28994 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetTreeCtrl",kwnames,&obj0)) goto fail;
28995 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28996 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28997 {
28998 PyThreadState* __tstate = wxPyBeginAllowThreads();
28999 result = (wxPyTreeCtrl *)((wxGenericDirCtrl const *)arg1)->GetTreeCtrl();
29000
29001 wxPyEndAllowThreads(__tstate);
29002 if (PyErr_Occurred()) SWIG_fail;
29003 }
29004 {
29005 resultobj = wxPyMake_wxObject(result, 0);
29006 }
29007 return resultobj;
29008 fail:
29009 return NULL;
29010 }
29011
29012
29013 static PyObject *_wrap_GenericDirCtrl_GetFilterListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
29014 PyObject *resultobj;
29015 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
29016 wxDirFilterListCtrl *result;
29017 PyObject * obj0 = 0 ;
29018 char *kwnames[] = {
29019 (char *) "self", NULL
29020 };
29021
29022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterListCtrl",kwnames,&obj0)) goto fail;
29023 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
29024 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29025 {
29026 PyThreadState* __tstate = wxPyBeginAllowThreads();
29027 result = (wxDirFilterListCtrl *)((wxGenericDirCtrl const *)arg1)->GetFilterListCtrl();
29028
29029 wxPyEndAllowThreads(__tstate);
29030 if (PyErr_Occurred()) SWIG_fail;
29031 }
29032 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 0);
29033 return resultobj;
29034 fail:
29035 return NULL;
29036 }
29037
29038
29039 static PyObject *_wrap_GenericDirCtrl_FindChild(PyObject *, PyObject *args, PyObject *kwargs) {
29040 PyObject *resultobj;
29041 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
29042 wxTreeItemId arg2 ;
29043 wxString *arg3 = 0 ;
29044 bool *arg4 = 0 ;
29045 wxTreeItemId result;
29046 wxTreeItemId *argp2 ;
29047 bool temp3 = false ;
29048 bool temp4 ;
29049 int res4 = 0 ;
29050 PyObject * obj0 = 0 ;
29051 PyObject * obj1 = 0 ;
29052 PyObject * obj2 = 0 ;
29053 char *kwnames[] = {
29054 (char *) "self",(char *) "parentId",(char *) "path", NULL
29055 };
29056
29057 arg4 = &temp4; res4 = SWIG_NEWOBJ;
29058 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:GenericDirCtrl_FindChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
29059 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
29060 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29061 if ((SWIG_ConvertPtr(obj1,(void **)(&argp2),SWIGTYPE_p_wxTreeItemId,
29062 SWIG_POINTER_EXCEPTION) == -1)) SWIG_fail;
29063 arg2 = *argp2;
29064 {
29065 arg3 = wxString_in_helper(obj2);
29066 if (arg3 == NULL) SWIG_fail;
29067 temp3 = true;
29068 }
29069 {
29070 PyThreadState* __tstate = wxPyBeginAllowThreads();
29071 result = (arg1)->FindChild(arg2,(wxString const &)*arg3,*arg4);
29072
29073 wxPyEndAllowThreads(__tstate);
29074 if (PyErr_Occurred()) SWIG_fail;
29075 }
29076 {
29077 wxTreeItemId * resultptr;
29078 resultptr = new wxTreeItemId((wxTreeItemId &) result);
29079 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
29080 }
29081 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ?
29082 SWIG_From_bool((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_bool, 0)));
29083 {
29084 if (temp3)
29085 delete arg3;
29086 }
29087 return resultobj;
29088 fail:
29089 {
29090 if (temp3)
29091 delete arg3;
29092 }
29093 return NULL;
29094 }
29095
29096
29097 static PyObject *_wrap_GenericDirCtrl_DoResize(PyObject *, PyObject *args, PyObject *kwargs) {
29098 PyObject *resultobj;
29099 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
29100 PyObject * obj0 = 0 ;
29101 char *kwnames[] = {
29102 (char *) "self", NULL
29103 };
29104
29105 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_DoResize",kwnames,&obj0)) goto fail;
29106 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
29107 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29108 {
29109 PyThreadState* __tstate = wxPyBeginAllowThreads();
29110 (arg1)->DoResize();
29111
29112 wxPyEndAllowThreads(__tstate);
29113 if (PyErr_Occurred()) SWIG_fail;
29114 }
29115 Py_INCREF(Py_None); resultobj = Py_None;
29116 return resultobj;
29117 fail:
29118 return NULL;
29119 }
29120
29121
29122 static PyObject *_wrap_GenericDirCtrl_ReCreateTree(PyObject *, PyObject *args, PyObject *kwargs) {
29123 PyObject *resultobj;
29124 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
29125 PyObject * obj0 = 0 ;
29126 char *kwnames[] = {
29127 (char *) "self", NULL
29128 };
29129
29130 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_ReCreateTree",kwnames,&obj0)) goto fail;
29131 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
29132 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29133 {
29134 PyThreadState* __tstate = wxPyBeginAllowThreads();
29135 (arg1)->ReCreateTree();
29136
29137 wxPyEndAllowThreads(__tstate);
29138 if (PyErr_Occurred()) SWIG_fail;
29139 }
29140 Py_INCREF(Py_None); resultobj = Py_None;
29141 return resultobj;
29142 fail:
29143 return NULL;
29144 }
29145
29146
29147 static PyObject * GenericDirCtrl_swigregister(PyObject *, PyObject *args) {
29148 PyObject *obj;
29149 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29150 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDirCtrl, obj);
29151 Py_INCREF(obj);
29152 return Py_BuildValue((char *)"");
29153 }
29154 static PyObject *_wrap_new_DirFilterListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
29155 PyObject *resultobj;
29156 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
29157 int arg2 = (int) (int)-1 ;
29158 wxPoint const &arg3_defvalue = wxDefaultPosition ;
29159 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
29160 wxSize const &arg4_defvalue = wxDefaultSize ;
29161 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
29162 long arg5 = (long) 0 ;
29163 wxDirFilterListCtrl *result;
29164 wxPoint temp3 ;
29165 wxSize temp4 ;
29166 PyObject * obj0 = 0 ;
29167 PyObject * obj1 = 0 ;
29168 PyObject * obj2 = 0 ;
29169 PyObject * obj3 = 0 ;
29170 PyObject * obj4 = 0 ;
29171 char *kwnames[] = {
29172 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
29173 };
29174
29175 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_DirFilterListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
29176 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
29177 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29178 if (obj1) {
29179 arg2 = (int)SWIG_As_int(obj1);
29180 if (PyErr_Occurred()) SWIG_fail;
29181 }
29182 if (obj2) {
29183 {
29184 arg3 = &temp3;
29185 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29186 }
29187 }
29188 if (obj3) {
29189 {
29190 arg4 = &temp4;
29191 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
29192 }
29193 }
29194 if (obj4) {
29195 arg5 = (long)SWIG_As_long(obj4);
29196 if (PyErr_Occurred()) SWIG_fail;
29197 }
29198 {
29199 if (!wxPyCheckForApp()) SWIG_fail;
29200 PyThreadState* __tstate = wxPyBeginAllowThreads();
29201 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
29202
29203 wxPyEndAllowThreads(__tstate);
29204 if (PyErr_Occurred()) SWIG_fail;
29205 }
29206 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 1);
29207 return resultobj;
29208 fail:
29209 return NULL;
29210 }
29211
29212
29213 static PyObject *_wrap_new_PreDirFilterListCtrl(PyObject *, PyObject *args, PyObject *kwargs) {
29214 PyObject *resultobj;
29215 wxDirFilterListCtrl *result;
29216 char *kwnames[] = {
29217 NULL
29218 };
29219
29220 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreDirFilterListCtrl",kwnames)) goto fail;
29221 {
29222 if (!wxPyCheckForApp()) SWIG_fail;
29223 PyThreadState* __tstate = wxPyBeginAllowThreads();
29224 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl();
29225
29226 wxPyEndAllowThreads(__tstate);
29227 if (PyErr_Occurred()) SWIG_fail;
29228 }
29229 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 1);
29230 return resultobj;
29231 fail:
29232 return NULL;
29233 }
29234
29235
29236 static PyObject *_wrap_DirFilterListCtrl_Create(PyObject *, PyObject *args, PyObject *kwargs) {
29237 PyObject *resultobj;
29238 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
29239 wxGenericDirCtrl *arg2 = (wxGenericDirCtrl *) 0 ;
29240 int arg3 = (int) (int)-1 ;
29241 wxPoint const &arg4_defvalue = wxDefaultPosition ;
29242 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
29243 wxSize const &arg5_defvalue = wxDefaultSize ;
29244 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
29245 long arg6 = (long) 0 ;
29246 bool result;
29247 wxPoint temp4 ;
29248 wxSize temp5 ;
29249 PyObject * obj0 = 0 ;
29250 PyObject * obj1 = 0 ;
29251 PyObject * obj2 = 0 ;
29252 PyObject * obj3 = 0 ;
29253 PyObject * obj4 = 0 ;
29254 PyObject * obj5 = 0 ;
29255 char *kwnames[] = {
29256 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
29257 };
29258
29259 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:DirFilterListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
29260 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDirFilterListCtrl,
29261 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29262 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxGenericDirCtrl,
29263 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29264 if (obj2) {
29265 arg3 = (int)SWIG_As_int(obj2);
29266 if (PyErr_Occurred()) SWIG_fail;
29267 }
29268 if (obj3) {
29269 {
29270 arg4 = &temp4;
29271 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
29272 }
29273 }
29274 if (obj4) {
29275 {
29276 arg5 = &temp5;
29277 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
29278 }
29279 }
29280 if (obj5) {
29281 arg6 = (long)SWIG_As_long(obj5);
29282 if (PyErr_Occurred()) SWIG_fail;
29283 }
29284 {
29285 PyThreadState* __tstate = wxPyBeginAllowThreads();
29286 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6);
29287
29288 wxPyEndAllowThreads(__tstate);
29289 if (PyErr_Occurred()) SWIG_fail;
29290 }
29291 {
29292 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29293 }
29294 return resultobj;
29295 fail:
29296 return NULL;
29297 }
29298
29299
29300 static PyObject *_wrap_DirFilterListCtrl_FillFilterList(PyObject *, PyObject *args, PyObject *kwargs) {
29301 PyObject *resultobj;
29302 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
29303 wxString *arg2 = 0 ;
29304 int arg3 ;
29305 bool temp2 = false ;
29306 PyObject * obj0 = 0 ;
29307 PyObject * obj1 = 0 ;
29308 PyObject * obj2 = 0 ;
29309 char *kwnames[] = {
29310 (char *) "self",(char *) "filter",(char *) "defaultFilter", NULL
29311 };
29312
29313 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DirFilterListCtrl_FillFilterList",kwnames,&obj0,&obj1,&obj2)) goto fail;
29314 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDirFilterListCtrl,
29315 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29316 {
29317 arg2 = wxString_in_helper(obj1);
29318 if (arg2 == NULL) SWIG_fail;
29319 temp2 = true;
29320 }
29321 arg3 = (int)SWIG_As_int(obj2);
29322 if (PyErr_Occurred()) SWIG_fail;
29323 {
29324 PyThreadState* __tstate = wxPyBeginAllowThreads();
29325 (arg1)->FillFilterList((wxString const &)*arg2,arg3);
29326
29327 wxPyEndAllowThreads(__tstate);
29328 if (PyErr_Occurred()) SWIG_fail;
29329 }
29330 Py_INCREF(Py_None); resultobj = Py_None;
29331 {
29332 if (temp2)
29333 delete arg2;
29334 }
29335 return resultobj;
29336 fail:
29337 {
29338 if (temp2)
29339 delete arg2;
29340 }
29341 return NULL;
29342 }
29343
29344
29345 static PyObject * DirFilterListCtrl_swigregister(PyObject *, PyObject *args) {
29346 PyObject *obj;
29347 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29348 SWIG_TypeClientData(SWIGTYPE_p_wxDirFilterListCtrl, obj);
29349 Py_INCREF(obj);
29350 return Py_BuildValue((char *)"");
29351 }
29352 static PyObject *_wrap_new_PyControl(PyObject *, PyObject *args, PyObject *kwargs) {
29353 PyObject *resultobj;
29354 wxWindow *arg1 = (wxWindow *) 0 ;
29355 int arg2 = (int) (int)-1 ;
29356 wxPoint const &arg3_defvalue = wxDefaultPosition ;
29357 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
29358 wxSize const &arg4_defvalue = wxDefaultSize ;
29359 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
29360 long arg5 = (long) 0 ;
29361 wxValidator const &arg6_defvalue = wxDefaultValidator ;
29362 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
29363 wxString const &arg7_defvalue = wxPyControlNameStr ;
29364 wxString *arg7 = (wxString *) &arg7_defvalue ;
29365 wxPyControl *result;
29366 wxPoint temp3 ;
29367 wxSize temp4 ;
29368 bool temp7 = false ;
29369 PyObject * obj0 = 0 ;
29370 PyObject * obj1 = 0 ;
29371 PyObject * obj2 = 0 ;
29372 PyObject * obj3 = 0 ;
29373 PyObject * obj4 = 0 ;
29374 PyObject * obj5 = 0 ;
29375 PyObject * obj6 = 0 ;
29376 char *kwnames[] = {
29377 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
29378 };
29379
29380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_PyControl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
29381 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
29382 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29383 if (obj1) {
29384 arg2 = (int)SWIG_As_int(obj1);
29385 if (PyErr_Occurred()) SWIG_fail;
29386 }
29387 if (obj2) {
29388 {
29389 arg3 = &temp3;
29390 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29391 }
29392 }
29393 if (obj3) {
29394 {
29395 arg4 = &temp4;
29396 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
29397 }
29398 }
29399 if (obj4) {
29400 arg5 = (long)SWIG_As_long(obj4);
29401 if (PyErr_Occurred()) SWIG_fail;
29402 }
29403 if (obj5) {
29404 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
29405 SWIG_POINTER_EXCEPTION | 0)) == -1)
29406 SWIG_fail;
29407 if (arg6 == NULL) {
29408 PyErr_SetString(PyExc_TypeError,"null reference");
29409 SWIG_fail;
29410 }
29411 }
29412 if (obj6) {
29413 {
29414 arg7 = wxString_in_helper(obj6);
29415 if (arg7 == NULL) SWIG_fail;
29416 temp7 = true;
29417 }
29418 }
29419 {
29420 if (!wxPyCheckForApp()) SWIG_fail;
29421 PyThreadState* __tstate = wxPyBeginAllowThreads();
29422 result = (wxPyControl *)new wxPyControl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
29423
29424 wxPyEndAllowThreads(__tstate);
29425 if (PyErr_Occurred()) SWIG_fail;
29426 }
29427 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyControl, 1);
29428 {
29429 if (temp7)
29430 delete arg7;
29431 }
29432 return resultobj;
29433 fail:
29434 {
29435 if (temp7)
29436 delete arg7;
29437 }
29438 return NULL;
29439 }
29440
29441
29442 static PyObject *_wrap_new_PrePyControl(PyObject *, PyObject *args, PyObject *kwargs) {
29443 PyObject *resultobj;
29444 wxPyControl *result;
29445 char *kwnames[] = {
29446 NULL
29447 };
29448
29449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PrePyControl",kwnames)) goto fail;
29450 {
29451 if (!wxPyCheckForApp()) SWIG_fail;
29452 PyThreadState* __tstate = wxPyBeginAllowThreads();
29453 result = (wxPyControl *)new wxPyControl();
29454
29455 wxPyEndAllowThreads(__tstate);
29456 if (PyErr_Occurred()) SWIG_fail;
29457 }
29458 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyControl, 1);
29459 return resultobj;
29460 fail:
29461 return NULL;
29462 }
29463
29464
29465 static PyObject *_wrap_PyControl__setCallbackInfo(PyObject *, PyObject *args, PyObject *kwargs) {
29466 PyObject *resultobj;
29467 wxPyControl *arg1 = (wxPyControl *) 0 ;
29468 PyObject *arg2 = (PyObject *) 0 ;
29469 PyObject *arg3 = (PyObject *) 0 ;
29470 PyObject * obj0 = 0 ;
29471 PyObject * obj1 = 0 ;
29472 PyObject * obj2 = 0 ;
29473 char *kwnames[] = {
29474 (char *) "self",(char *) "self",(char *) "_class", NULL
29475 };
29476
29477 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
29478 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29479 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29480 arg2 = obj1;
29481 arg3 = obj2;
29482 {
29483 PyThreadState* __tstate = wxPyBeginAllowThreads();
29484 (arg1)->_setCallbackInfo(arg2,arg3);
29485
29486 wxPyEndAllowThreads(__tstate);
29487 if (PyErr_Occurred()) SWIG_fail;
29488 }
29489 Py_INCREF(Py_None); resultobj = Py_None;
29490 return resultobj;
29491 fail:
29492 return NULL;
29493 }
29494
29495
29496 static PyObject *_wrap_PyControl_SetBestSize(PyObject *, PyObject *args, PyObject *kwargs) {
29497 PyObject *resultobj;
29498 wxPyControl *arg1 = (wxPyControl *) 0 ;
29499 wxSize *arg2 = 0 ;
29500 wxSize temp2 ;
29501 PyObject * obj0 = 0 ;
29502 PyObject * obj1 = 0 ;
29503 char *kwnames[] = {
29504 (char *) "self",(char *) "size", NULL
29505 };
29506
29507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_SetBestSize",kwnames,&obj0,&obj1)) goto fail;
29508 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29509 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29510 {
29511 arg2 = &temp2;
29512 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
29513 }
29514 {
29515 PyThreadState* __tstate = wxPyBeginAllowThreads();
29516 (arg1)->SetBestSize((wxSize const &)*arg2);
29517
29518 wxPyEndAllowThreads(__tstate);
29519 if (PyErr_Occurred()) SWIG_fail;
29520 }
29521 Py_INCREF(Py_None); resultobj = Py_None;
29522 return resultobj;
29523 fail:
29524 return NULL;
29525 }
29526
29527
29528 static PyObject *_wrap_PyControl_base_DoMoveWindow(PyObject *, PyObject *args, PyObject *kwargs) {
29529 PyObject *resultobj;
29530 wxPyControl *arg1 = (wxPyControl *) 0 ;
29531 int arg2 ;
29532 int arg3 ;
29533 int arg4 ;
29534 int arg5 ;
29535 PyObject * obj0 = 0 ;
29536 PyObject * obj1 = 0 ;
29537 PyObject * obj2 = 0 ;
29538 PyObject * obj3 = 0 ;
29539 PyObject * obj4 = 0 ;
29540 char *kwnames[] = {
29541 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
29542 };
29543
29544 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:PyControl_base_DoMoveWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
29545 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29546 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29547 arg2 = (int)SWIG_As_int(obj1);
29548 if (PyErr_Occurred()) SWIG_fail;
29549 arg3 = (int)SWIG_As_int(obj2);
29550 if (PyErr_Occurred()) SWIG_fail;
29551 arg4 = (int)SWIG_As_int(obj3);
29552 if (PyErr_Occurred()) SWIG_fail;
29553 arg5 = (int)SWIG_As_int(obj4);
29554 if (PyErr_Occurred()) SWIG_fail;
29555 {
29556 PyThreadState* __tstate = wxPyBeginAllowThreads();
29557 (arg1)->base_DoMoveWindow(arg2,arg3,arg4,arg5);
29558
29559 wxPyEndAllowThreads(__tstate);
29560 if (PyErr_Occurred()) SWIG_fail;
29561 }
29562 Py_INCREF(Py_None); resultobj = Py_None;
29563 return resultobj;
29564 fail:
29565 return NULL;
29566 }
29567
29568
29569 static PyObject *_wrap_PyControl_base_DoSetSize(PyObject *, PyObject *args, PyObject *kwargs) {
29570 PyObject *resultobj;
29571 wxPyControl *arg1 = (wxPyControl *) 0 ;
29572 int arg2 ;
29573 int arg3 ;
29574 int arg4 ;
29575 int arg5 ;
29576 int arg6 = (int) wxSIZE_AUTO ;
29577 PyObject * obj0 = 0 ;
29578 PyObject * obj1 = 0 ;
29579 PyObject * obj2 = 0 ;
29580 PyObject * obj3 = 0 ;
29581 PyObject * obj4 = 0 ;
29582 PyObject * obj5 = 0 ;
29583 char *kwnames[] = {
29584 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
29585 };
29586
29587 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:PyControl_base_DoSetSize",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
29588 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29589 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29590 arg2 = (int)SWIG_As_int(obj1);
29591 if (PyErr_Occurred()) SWIG_fail;
29592 arg3 = (int)SWIG_As_int(obj2);
29593 if (PyErr_Occurred()) SWIG_fail;
29594 arg4 = (int)SWIG_As_int(obj3);
29595 if (PyErr_Occurred()) SWIG_fail;
29596 arg5 = (int)SWIG_As_int(obj4);
29597 if (PyErr_Occurred()) SWIG_fail;
29598 if (obj5) {
29599 arg6 = (int)SWIG_As_int(obj5);
29600 if (PyErr_Occurred()) SWIG_fail;
29601 }
29602 {
29603 PyThreadState* __tstate = wxPyBeginAllowThreads();
29604 (arg1)->base_DoSetSize(arg2,arg3,arg4,arg5,arg6);
29605
29606 wxPyEndAllowThreads(__tstate);
29607 if (PyErr_Occurred()) SWIG_fail;
29608 }
29609 Py_INCREF(Py_None); resultobj = Py_None;
29610 return resultobj;
29611 fail:
29612 return NULL;
29613 }
29614
29615
29616 static PyObject *_wrap_PyControl_base_DoSetClientSize(PyObject *, PyObject *args, PyObject *kwargs) {
29617 PyObject *resultobj;
29618 wxPyControl *arg1 = (wxPyControl *) 0 ;
29619 int arg2 ;
29620 int arg3 ;
29621 PyObject * obj0 = 0 ;
29622 PyObject * obj1 = 0 ;
29623 PyObject * obj2 = 0 ;
29624 char *kwnames[] = {
29625 (char *) "self",(char *) "width",(char *) "height", NULL
29626 };
29627
29628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetClientSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
29629 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29630 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29631 arg2 = (int)SWIG_As_int(obj1);
29632 if (PyErr_Occurred()) SWIG_fail;
29633 arg3 = (int)SWIG_As_int(obj2);
29634 if (PyErr_Occurred()) SWIG_fail;
29635 {
29636 PyThreadState* __tstate = wxPyBeginAllowThreads();
29637 (arg1)->base_DoSetClientSize(arg2,arg3);
29638
29639 wxPyEndAllowThreads(__tstate);
29640 if (PyErr_Occurred()) SWIG_fail;
29641 }
29642 Py_INCREF(Py_None); resultobj = Py_None;
29643 return resultobj;
29644 fail:
29645 return NULL;
29646 }
29647
29648
29649 static PyObject *_wrap_PyControl_base_DoSetVirtualSize(PyObject *, PyObject *args, PyObject *kwargs) {
29650 PyObject *resultobj;
29651 wxPyControl *arg1 = (wxPyControl *) 0 ;
29652 int arg2 ;
29653 int arg3 ;
29654 PyObject * obj0 = 0 ;
29655 PyObject * obj1 = 0 ;
29656 PyObject * obj2 = 0 ;
29657 char *kwnames[] = {
29658 (char *) "self",(char *) "x",(char *) "y", NULL
29659 };
29660
29661 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetVirtualSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
29662 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29663 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29664 arg2 = (int)SWIG_As_int(obj1);
29665 if (PyErr_Occurred()) SWIG_fail;
29666 arg3 = (int)SWIG_As_int(obj2);
29667 if (PyErr_Occurred()) SWIG_fail;
29668 {
29669 PyThreadState* __tstate = wxPyBeginAllowThreads();
29670 (arg1)->base_DoSetVirtualSize(arg2,arg3);
29671
29672 wxPyEndAllowThreads(__tstate);
29673 if (PyErr_Occurred()) SWIG_fail;
29674 }
29675 Py_INCREF(Py_None); resultobj = Py_None;
29676 return resultobj;
29677 fail:
29678 return NULL;
29679 }
29680
29681
29682 static PyObject *_wrap_PyControl_base_DoGetSize(PyObject *, PyObject *args, PyObject *kwargs) {
29683 PyObject *resultobj;
29684 wxPyControl *arg1 = (wxPyControl *) 0 ;
29685 int *arg2 = (int *) 0 ;
29686 int *arg3 = (int *) 0 ;
29687 int temp2 ;
29688 int res2 = 0 ;
29689 int temp3 ;
29690 int res3 = 0 ;
29691 PyObject * obj0 = 0 ;
29692 char *kwnames[] = {
29693 (char *) "self", NULL
29694 };
29695
29696 arg2 = &temp2; res2 = SWIG_NEWOBJ;
29697 arg3 = &temp3; res3 = SWIG_NEWOBJ;
29698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetSize",kwnames,&obj0)) goto fail;
29699 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29700 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29701 {
29702 PyThreadState* __tstate = wxPyBeginAllowThreads();
29703 ((wxPyControl const *)arg1)->base_DoGetSize(arg2,arg3);
29704
29705 wxPyEndAllowThreads(__tstate);
29706 if (PyErr_Occurred()) SWIG_fail;
29707 }
29708 Py_INCREF(Py_None); resultobj = Py_None;
29709 resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ?
29710 SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0)));
29711 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
29712 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
29713 return resultobj;
29714 fail:
29715 return NULL;
29716 }
29717
29718
29719 static PyObject *_wrap_PyControl_base_DoGetClientSize(PyObject *, PyObject *args, PyObject *kwargs) {
29720 PyObject *resultobj;
29721 wxPyControl *arg1 = (wxPyControl *) 0 ;
29722 int *arg2 = (int *) 0 ;
29723 int *arg3 = (int *) 0 ;
29724 int temp2 ;
29725 int res2 = 0 ;
29726 int temp3 ;
29727 int res3 = 0 ;
29728 PyObject * obj0 = 0 ;
29729 char *kwnames[] = {
29730 (char *) "self", NULL
29731 };
29732
29733 arg2 = &temp2; res2 = SWIG_NEWOBJ;
29734 arg3 = &temp3; res3 = SWIG_NEWOBJ;
29735 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetClientSize",kwnames,&obj0)) goto fail;
29736 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29737 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29738 {
29739 PyThreadState* __tstate = wxPyBeginAllowThreads();
29740 ((wxPyControl const *)arg1)->base_DoGetClientSize(arg2,arg3);
29741
29742 wxPyEndAllowThreads(__tstate);
29743 if (PyErr_Occurred()) SWIG_fail;
29744 }
29745 Py_INCREF(Py_None); resultobj = Py_None;
29746 resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ?
29747 SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0)));
29748 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
29749 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
29750 return resultobj;
29751 fail:
29752 return NULL;
29753 }
29754
29755
29756 static PyObject *_wrap_PyControl_base_DoGetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
29757 PyObject *resultobj;
29758 wxPyControl *arg1 = (wxPyControl *) 0 ;
29759 int *arg2 = (int *) 0 ;
29760 int *arg3 = (int *) 0 ;
29761 int temp2 ;
29762 int res2 = 0 ;
29763 int temp3 ;
29764 int res3 = 0 ;
29765 PyObject * obj0 = 0 ;
29766 char *kwnames[] = {
29767 (char *) "self", NULL
29768 };
29769
29770 arg2 = &temp2; res2 = SWIG_NEWOBJ;
29771 arg3 = &temp3; res3 = SWIG_NEWOBJ;
29772 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetPosition",kwnames,&obj0)) goto fail;
29773 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29774 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29775 {
29776 PyThreadState* __tstate = wxPyBeginAllowThreads();
29777 ((wxPyControl const *)arg1)->base_DoGetPosition(arg2,arg3);
29778
29779 wxPyEndAllowThreads(__tstate);
29780 if (PyErr_Occurred()) SWIG_fail;
29781 }
29782 Py_INCREF(Py_None); resultobj = Py_None;
29783 resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ?
29784 SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0)));
29785 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ?
29786 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0)));
29787 return resultobj;
29788 fail:
29789 return NULL;
29790 }
29791
29792
29793 static PyObject *_wrap_PyControl_base_DoGetVirtualSize(PyObject *, PyObject *args, PyObject *kwargs) {
29794 PyObject *resultobj;
29795 wxPyControl *arg1 = (wxPyControl *) 0 ;
29796 wxSize result;
29797 PyObject * obj0 = 0 ;
29798 char *kwnames[] = {
29799 (char *) "self", NULL
29800 };
29801
29802 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetVirtualSize",kwnames,&obj0)) goto fail;
29803 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29804 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29805 {
29806 PyThreadState* __tstate = wxPyBeginAllowThreads();
29807 result = ((wxPyControl const *)arg1)->base_DoGetVirtualSize();
29808
29809 wxPyEndAllowThreads(__tstate);
29810 if (PyErr_Occurred()) SWIG_fail;
29811 }
29812 {
29813 wxSize * resultptr;
29814 resultptr = new wxSize((wxSize &) result);
29815 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29816 }
29817 return resultobj;
29818 fail:
29819 return NULL;
29820 }
29821
29822
29823 static PyObject *_wrap_PyControl_base_DoGetBestSize(PyObject *, PyObject *args, PyObject *kwargs) {
29824 PyObject *resultobj;
29825 wxPyControl *arg1 = (wxPyControl *) 0 ;
29826 wxSize result;
29827 PyObject * obj0 = 0 ;
29828 char *kwnames[] = {
29829 (char *) "self", NULL
29830 };
29831
29832 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetBestSize",kwnames,&obj0)) goto fail;
29833 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29834 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29835 {
29836 PyThreadState* __tstate = wxPyBeginAllowThreads();
29837 result = ((wxPyControl const *)arg1)->base_DoGetBestSize();
29838
29839 wxPyEndAllowThreads(__tstate);
29840 if (PyErr_Occurred()) SWIG_fail;
29841 }
29842 {
29843 wxSize * resultptr;
29844 resultptr = new wxSize((wxSize &) result);
29845 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29846 }
29847 return resultobj;
29848 fail:
29849 return NULL;
29850 }
29851
29852
29853 static PyObject *_wrap_PyControl_base_InitDialog(PyObject *, PyObject *args, PyObject *kwargs) {
29854 PyObject *resultobj;
29855 wxPyControl *arg1 = (wxPyControl *) 0 ;
29856 PyObject * obj0 = 0 ;
29857 char *kwnames[] = {
29858 (char *) "self", NULL
29859 };
29860
29861 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_InitDialog",kwnames,&obj0)) goto fail;
29862 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29863 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29864 {
29865 PyThreadState* __tstate = wxPyBeginAllowThreads();
29866 (arg1)->base_InitDialog();
29867
29868 wxPyEndAllowThreads(__tstate);
29869 if (PyErr_Occurred()) SWIG_fail;
29870 }
29871 Py_INCREF(Py_None); resultobj = Py_None;
29872 return resultobj;
29873 fail:
29874 return NULL;
29875 }
29876
29877
29878 static PyObject *_wrap_PyControl_base_TransferDataToWindow(PyObject *, PyObject *args, PyObject *kwargs) {
29879 PyObject *resultobj;
29880 wxPyControl *arg1 = (wxPyControl *) 0 ;
29881 bool result;
29882 PyObject * obj0 = 0 ;
29883 char *kwnames[] = {
29884 (char *) "self", NULL
29885 };
29886
29887 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataToWindow",kwnames,&obj0)) goto fail;
29888 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29889 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29890 {
29891 PyThreadState* __tstate = wxPyBeginAllowThreads();
29892 result = (bool)(arg1)->base_TransferDataToWindow();
29893
29894 wxPyEndAllowThreads(__tstate);
29895 if (PyErr_Occurred()) SWIG_fail;
29896 }
29897 {
29898 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29899 }
29900 return resultobj;
29901 fail:
29902 return NULL;
29903 }
29904
29905
29906 static PyObject *_wrap_PyControl_base_TransferDataFromWindow(PyObject *, PyObject *args, PyObject *kwargs) {
29907 PyObject *resultobj;
29908 wxPyControl *arg1 = (wxPyControl *) 0 ;
29909 bool result;
29910 PyObject * obj0 = 0 ;
29911 char *kwnames[] = {
29912 (char *) "self", NULL
29913 };
29914
29915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataFromWindow",kwnames,&obj0)) goto fail;
29916 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29917 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29918 {
29919 PyThreadState* __tstate = wxPyBeginAllowThreads();
29920 result = (bool)(arg1)->base_TransferDataFromWindow();
29921
29922 wxPyEndAllowThreads(__tstate);
29923 if (PyErr_Occurred()) SWIG_fail;
29924 }
29925 {
29926 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29927 }
29928 return resultobj;
29929 fail:
29930 return NULL;
29931 }
29932
29933
29934 static PyObject *_wrap_PyControl_base_Validate(PyObject *, PyObject *args, PyObject *kwargs) {
29935 PyObject *resultobj;
29936 wxPyControl *arg1 = (wxPyControl *) 0 ;
29937 bool result;
29938 PyObject * obj0 = 0 ;
29939 char *kwnames[] = {
29940 (char *) "self", NULL
29941 };
29942
29943 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_Validate",kwnames,&obj0)) goto fail;
29944 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29945 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29946 {
29947 PyThreadState* __tstate = wxPyBeginAllowThreads();
29948 result = (bool)(arg1)->base_Validate();
29949
29950 wxPyEndAllowThreads(__tstate);
29951 if (PyErr_Occurred()) SWIG_fail;
29952 }
29953 {
29954 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29955 }
29956 return resultobj;
29957 fail:
29958 return NULL;
29959 }
29960
29961
29962 static PyObject *_wrap_PyControl_base_AcceptsFocus(PyObject *, PyObject *args, PyObject *kwargs) {
29963 PyObject *resultobj;
29964 wxPyControl *arg1 = (wxPyControl *) 0 ;
29965 bool result;
29966 PyObject * obj0 = 0 ;
29967 char *kwnames[] = {
29968 (char *) "self", NULL
29969 };
29970
29971 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocus",kwnames,&obj0)) goto fail;
29972 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29973 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29974 {
29975 PyThreadState* __tstate = wxPyBeginAllowThreads();
29976 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocus();
29977
29978 wxPyEndAllowThreads(__tstate);
29979 if (PyErr_Occurred()) SWIG_fail;
29980 }
29981 {
29982 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29983 }
29984 return resultobj;
29985 fail:
29986 return NULL;
29987 }
29988
29989
29990 static PyObject *_wrap_PyControl_base_AcceptsFocusFromKeyboard(PyObject *, PyObject *args, PyObject *kwargs) {
29991 PyObject *resultobj;
29992 wxPyControl *arg1 = (wxPyControl *) 0 ;
29993 bool result;
29994 PyObject * obj0 = 0 ;
29995 char *kwnames[] = {
29996 (char *) "self", NULL
29997 };
29998
29999 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocusFromKeyboard",kwnames,&obj0)) goto fail;
30000 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
30001 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30002 {
30003 PyThreadState* __tstate = wxPyBeginAllowThreads();
30004 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocusFromKeyboard();
30005
30006 wxPyEndAllowThreads(__tstate);
30007 if (PyErr_Occurred()) SWIG_fail;
30008 }
30009 {
30010 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30011 }
30012 return resultobj;
30013 fail:
30014 return NULL;
30015 }
30016
30017
30018 static PyObject *_wrap_PyControl_base_GetMaxSize(PyObject *, PyObject *args, PyObject *kwargs) {
30019 PyObject *resultobj;
30020 wxPyControl *arg1 = (wxPyControl *) 0 ;
30021 wxSize result;
30022 PyObject * obj0 = 0 ;
30023 char *kwnames[] = {
30024 (char *) "self", NULL
30025 };
30026
30027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetMaxSize",kwnames,&obj0)) goto fail;
30028 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
30029 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30030 {
30031 PyThreadState* __tstate = wxPyBeginAllowThreads();
30032 result = ((wxPyControl const *)arg1)->base_GetMaxSize();
30033
30034 wxPyEndAllowThreads(__tstate);
30035 if (PyErr_Occurred()) SWIG_fail;
30036 }
30037 {
30038 wxSize * resultptr;
30039 resultptr = new wxSize((wxSize &) result);
30040 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
30041 }
30042 return resultobj;
30043 fail:
30044 return NULL;
30045 }
30046
30047
30048 static PyObject *_wrap_PyControl_base_AddChild(PyObject *, PyObject *args, PyObject *kwargs) {
30049 PyObject *resultobj;
30050 wxPyControl *arg1 = (wxPyControl *) 0 ;
30051 wxWindow *arg2 = (wxWindow *) 0 ;
30052 PyObject * obj0 = 0 ;
30053 PyObject * obj1 = 0 ;
30054 char *kwnames[] = {
30055 (char *) "self",(char *) "child", NULL
30056 };
30057
30058 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_AddChild",kwnames,&obj0,&obj1)) goto fail;
30059 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
30060 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30061 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30062 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30063 {
30064 PyThreadState* __tstate = wxPyBeginAllowThreads();
30065 (arg1)->base_AddChild(arg2);
30066
30067 wxPyEndAllowThreads(__tstate);
30068 if (PyErr_Occurred()) SWIG_fail;
30069 }
30070 Py_INCREF(Py_None); resultobj = Py_None;
30071 return resultobj;
30072 fail:
30073 return NULL;
30074 }
30075
30076
30077 static PyObject *_wrap_PyControl_base_RemoveChild(PyObject *, PyObject *args, PyObject *kwargs) {
30078 PyObject *resultobj;
30079 wxPyControl *arg1 = (wxPyControl *) 0 ;
30080 wxWindow *arg2 = (wxWindow *) 0 ;
30081 PyObject * obj0 = 0 ;
30082 PyObject * obj1 = 0 ;
30083 char *kwnames[] = {
30084 (char *) "self",(char *) "child", NULL
30085 };
30086
30087 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_RemoveChild",kwnames,&obj0,&obj1)) goto fail;
30088 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
30089 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30090 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30091 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30092 {
30093 PyThreadState* __tstate = wxPyBeginAllowThreads();
30094 (arg1)->base_RemoveChild(arg2);
30095
30096 wxPyEndAllowThreads(__tstate);
30097 if (PyErr_Occurred()) SWIG_fail;
30098 }
30099 Py_INCREF(Py_None); resultobj = Py_None;
30100 return resultobj;
30101 fail:
30102 return NULL;
30103 }
30104
30105
30106 static PyObject *_wrap_PyControl_base_ShouldInheritColours(PyObject *, PyObject *args, PyObject *kwargs) {
30107 PyObject *resultobj;
30108 wxPyControl *arg1 = (wxPyControl *) 0 ;
30109 bool result;
30110 PyObject * obj0 = 0 ;
30111 char *kwnames[] = {
30112 (char *) "self", NULL
30113 };
30114
30115 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_ShouldInheritColours",kwnames,&obj0)) goto fail;
30116 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
30117 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30118 {
30119 PyThreadState* __tstate = wxPyBeginAllowThreads();
30120 result = (bool)((wxPyControl const *)arg1)->base_ShouldInheritColours();
30121
30122 wxPyEndAllowThreads(__tstate);
30123 if (PyErr_Occurred()) SWIG_fail;
30124 }
30125 {
30126 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30127 }
30128 return resultobj;
30129 fail:
30130 return NULL;
30131 }
30132
30133
30134 static PyObject *_wrap_PyControl_base_ApplyParentThemeBackground(PyObject *, PyObject *args, PyObject *kwargs) {
30135 PyObject *resultobj;
30136 wxPyControl *arg1 = (wxPyControl *) 0 ;
30137 wxColour *arg2 = 0 ;
30138 wxColour temp2 ;
30139 PyObject * obj0 = 0 ;
30140 PyObject * obj1 = 0 ;
30141 char *kwnames[] = {
30142 (char *) "self",(char *) "c", NULL
30143 };
30144
30145 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_ApplyParentThemeBackground",kwnames,&obj0,&obj1)) goto fail;
30146 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
30147 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30148 {
30149 arg2 = &temp2;
30150 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
30151 }
30152 {
30153 PyThreadState* __tstate = wxPyBeginAllowThreads();
30154 (arg1)->base_ApplyParentThemeBackground((wxColour const &)*arg2);
30155
30156 wxPyEndAllowThreads(__tstate);
30157 if (PyErr_Occurred()) SWIG_fail;
30158 }
30159 Py_INCREF(Py_None); resultobj = Py_None;
30160 return resultobj;
30161 fail:
30162 return NULL;
30163 }
30164
30165
30166 static PyObject *_wrap_PyControl_base_GetDefaultAttributes(PyObject *, PyObject *args, PyObject *kwargs) {
30167 PyObject *resultobj;
30168 wxPyControl *arg1 = (wxPyControl *) 0 ;
30169 wxVisualAttributes result;
30170 PyObject * obj0 = 0 ;
30171 char *kwnames[] = {
30172 (char *) "self", NULL
30173 };
30174
30175 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetDefaultAttributes",kwnames,&obj0)) goto fail;
30176 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
30177 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30178 {
30179 PyThreadState* __tstate = wxPyBeginAllowThreads();
30180 result = (arg1)->base_GetDefaultAttributes();
30181
30182 wxPyEndAllowThreads(__tstate);
30183 if (PyErr_Occurred()) SWIG_fail;
30184 }
30185 {
30186 wxVisualAttributes * resultptr;
30187 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
30188 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
30189 }
30190 return resultobj;
30191 fail:
30192 return NULL;
30193 }
30194
30195
30196 static PyObject * PyControl_swigregister(PyObject *, PyObject *args) {
30197 PyObject *obj;
30198 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30199 SWIG_TypeClientData(SWIGTYPE_p_wxPyControl, obj);
30200 Py_INCREF(obj);
30201 return Py_BuildValue((char *)"");
30202 }
30203 static PyObject *_wrap_new_HelpEvent(PyObject *, PyObject *args, PyObject *kwargs) {
30204 PyObject *resultobj;
30205 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
30206 int arg2 = (int) 0 ;
30207 wxPoint const &arg3_defvalue = wxDefaultPosition ;
30208 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
30209 wxHelpEvent *result;
30210 wxPoint temp3 ;
30211 PyObject * obj0 = 0 ;
30212 PyObject * obj1 = 0 ;
30213 PyObject * obj2 = 0 ;
30214 char *kwnames[] = {
30215 (char *) "type",(char *) "winid",(char *) "pt", NULL
30216 };
30217
30218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_HelpEvent",kwnames,&obj0,&obj1,&obj2)) goto fail;
30219 if (obj0) {
30220 arg1 = (wxEventType)SWIG_As_int(obj0);
30221 if (PyErr_Occurred()) SWIG_fail;
30222 }
30223 if (obj1) {
30224 arg2 = (int)SWIG_As_int(obj1);
30225 if (PyErr_Occurred()) SWIG_fail;
30226 }
30227 if (obj2) {
30228 {
30229 arg3 = &temp3;
30230 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
30231 }
30232 }
30233 {
30234 PyThreadState* __tstate = wxPyBeginAllowThreads();
30235 result = (wxHelpEvent *)new wxHelpEvent(arg1,arg2,(wxPoint const &)*arg3);
30236
30237 wxPyEndAllowThreads(__tstate);
30238 if (PyErr_Occurred()) SWIG_fail;
30239 }
30240 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpEvent, 1);
30241 return resultobj;
30242 fail:
30243 return NULL;
30244 }
30245
30246
30247 static PyObject *_wrap_HelpEvent_GetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
30248 PyObject *resultobj;
30249 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30250 wxPoint result;
30251 PyObject * obj0 = 0 ;
30252 char *kwnames[] = {
30253 (char *) "self", NULL
30254 };
30255
30256 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetPosition",kwnames,&obj0)) goto fail;
30257 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30258 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30259 {
30260 PyThreadState* __tstate = wxPyBeginAllowThreads();
30261 result = ((wxHelpEvent const *)arg1)->GetPosition();
30262
30263 wxPyEndAllowThreads(__tstate);
30264 if (PyErr_Occurred()) SWIG_fail;
30265 }
30266 {
30267 wxPoint * resultptr;
30268 resultptr = new wxPoint((wxPoint &) result);
30269 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
30270 }
30271 return resultobj;
30272 fail:
30273 return NULL;
30274 }
30275
30276
30277 static PyObject *_wrap_HelpEvent_SetPosition(PyObject *, PyObject *args, PyObject *kwargs) {
30278 PyObject *resultobj;
30279 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30280 wxPoint *arg2 = 0 ;
30281 wxPoint temp2 ;
30282 PyObject * obj0 = 0 ;
30283 PyObject * obj1 = 0 ;
30284 char *kwnames[] = {
30285 (char *) "self",(char *) "pos", NULL
30286 };
30287
30288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
30289 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30290 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30291 {
30292 arg2 = &temp2;
30293 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
30294 }
30295 {
30296 PyThreadState* __tstate = wxPyBeginAllowThreads();
30297 (arg1)->SetPosition((wxPoint const &)*arg2);
30298
30299 wxPyEndAllowThreads(__tstate);
30300 if (PyErr_Occurred()) SWIG_fail;
30301 }
30302 Py_INCREF(Py_None); resultobj = Py_None;
30303 return resultobj;
30304 fail:
30305 return NULL;
30306 }
30307
30308
30309 static PyObject *_wrap_HelpEvent_GetLink(PyObject *, PyObject *args, PyObject *kwargs) {
30310 PyObject *resultobj;
30311 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30312 wxString *result;
30313 PyObject * obj0 = 0 ;
30314 char *kwnames[] = {
30315 (char *) "self", NULL
30316 };
30317
30318 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetLink",kwnames,&obj0)) goto fail;
30319 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30320 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30321 {
30322 PyThreadState* __tstate = wxPyBeginAllowThreads();
30323 {
30324 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetLink();
30325 result = (wxString *) &_result_ref;
30326 }
30327
30328 wxPyEndAllowThreads(__tstate);
30329 if (PyErr_Occurred()) SWIG_fail;
30330 }
30331 {
30332 #if wxUSE_UNICODE
30333 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
30334 #else
30335 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
30336 #endif
30337 }
30338 return resultobj;
30339 fail:
30340 return NULL;
30341 }
30342
30343
30344 static PyObject *_wrap_HelpEvent_SetLink(PyObject *, PyObject *args, PyObject *kwargs) {
30345 PyObject *resultobj;
30346 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30347 wxString *arg2 = 0 ;
30348 bool temp2 = false ;
30349 PyObject * obj0 = 0 ;
30350 PyObject * obj1 = 0 ;
30351 char *kwnames[] = {
30352 (char *) "self",(char *) "link", NULL
30353 };
30354
30355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetLink",kwnames,&obj0,&obj1)) goto fail;
30356 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30357 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30358 {
30359 arg2 = wxString_in_helper(obj1);
30360 if (arg2 == NULL) SWIG_fail;
30361 temp2 = true;
30362 }
30363 {
30364 PyThreadState* __tstate = wxPyBeginAllowThreads();
30365 (arg1)->SetLink((wxString const &)*arg2);
30366
30367 wxPyEndAllowThreads(__tstate);
30368 if (PyErr_Occurred()) SWIG_fail;
30369 }
30370 Py_INCREF(Py_None); resultobj = Py_None;
30371 {
30372 if (temp2)
30373 delete arg2;
30374 }
30375 return resultobj;
30376 fail:
30377 {
30378 if (temp2)
30379 delete arg2;
30380 }
30381 return NULL;
30382 }
30383
30384
30385 static PyObject *_wrap_HelpEvent_GetTarget(PyObject *, PyObject *args, PyObject *kwargs) {
30386 PyObject *resultobj;
30387 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30388 wxString *result;
30389 PyObject * obj0 = 0 ;
30390 char *kwnames[] = {
30391 (char *) "self", NULL
30392 };
30393
30394 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetTarget",kwnames,&obj0)) goto fail;
30395 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30396 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30397 {
30398 PyThreadState* __tstate = wxPyBeginAllowThreads();
30399 {
30400 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetTarget();
30401 result = (wxString *) &_result_ref;
30402 }
30403
30404 wxPyEndAllowThreads(__tstate);
30405 if (PyErr_Occurred()) SWIG_fail;
30406 }
30407 {
30408 #if wxUSE_UNICODE
30409 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
30410 #else
30411 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
30412 #endif
30413 }
30414 return resultobj;
30415 fail:
30416 return NULL;
30417 }
30418
30419
30420 static PyObject *_wrap_HelpEvent_SetTarget(PyObject *, PyObject *args, PyObject *kwargs) {
30421 PyObject *resultobj;
30422 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30423 wxString *arg2 = 0 ;
30424 bool temp2 = false ;
30425 PyObject * obj0 = 0 ;
30426 PyObject * obj1 = 0 ;
30427 char *kwnames[] = {
30428 (char *) "self",(char *) "target", NULL
30429 };
30430
30431 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetTarget",kwnames,&obj0,&obj1)) goto fail;
30432 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30433 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30434 {
30435 arg2 = wxString_in_helper(obj1);
30436 if (arg2 == NULL) SWIG_fail;
30437 temp2 = true;
30438 }
30439 {
30440 PyThreadState* __tstate = wxPyBeginAllowThreads();
30441 (arg1)->SetTarget((wxString const &)*arg2);
30442
30443 wxPyEndAllowThreads(__tstate);
30444 if (PyErr_Occurred()) SWIG_fail;
30445 }
30446 Py_INCREF(Py_None); resultobj = Py_None;
30447 {
30448 if (temp2)
30449 delete arg2;
30450 }
30451 return resultobj;
30452 fail:
30453 {
30454 if (temp2)
30455 delete arg2;
30456 }
30457 return NULL;
30458 }
30459
30460
30461 static PyObject * HelpEvent_swigregister(PyObject *, PyObject *args) {
30462 PyObject *obj;
30463 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30464 SWIG_TypeClientData(SWIGTYPE_p_wxHelpEvent, obj);
30465 Py_INCREF(obj);
30466 return Py_BuildValue((char *)"");
30467 }
30468 static PyObject *_wrap_new_ContextHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30469 PyObject *resultobj;
30470 wxWindow *arg1 = (wxWindow *) NULL ;
30471 bool arg2 = (bool) true ;
30472 wxContextHelp *result;
30473 PyObject * obj0 = 0 ;
30474 PyObject * obj1 = 0 ;
30475 char *kwnames[] = {
30476 (char *) "window",(char *) "doNow", NULL
30477 };
30478
30479 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ContextHelp",kwnames,&obj0,&obj1)) goto fail;
30480 if (obj0) {
30481 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
30482 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30483 }
30484 if (obj1) {
30485 arg2 = (bool)SWIG_As_bool(obj1);
30486 if (PyErr_Occurred()) SWIG_fail;
30487 }
30488 {
30489 if (!wxPyCheckForApp()) SWIG_fail;
30490 PyThreadState* __tstate = wxPyBeginAllowThreads();
30491 result = (wxContextHelp *)new wxContextHelp(arg1,arg2);
30492
30493 wxPyEndAllowThreads(__tstate);
30494 if (PyErr_Occurred()) SWIG_fail;
30495 }
30496 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxContextHelp, 1);
30497 return resultobj;
30498 fail:
30499 return NULL;
30500 }
30501
30502
30503 static PyObject *_wrap_delete_ContextHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30504 PyObject *resultobj;
30505 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30506 PyObject * obj0 = 0 ;
30507 char *kwnames[] = {
30508 (char *) "self", NULL
30509 };
30510
30511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ContextHelp",kwnames,&obj0)) goto fail;
30512 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30513 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30514 {
30515 PyThreadState* __tstate = wxPyBeginAllowThreads();
30516 delete arg1;
30517
30518 wxPyEndAllowThreads(__tstate);
30519 if (PyErr_Occurred()) SWIG_fail;
30520 }
30521 Py_INCREF(Py_None); resultobj = Py_None;
30522 return resultobj;
30523 fail:
30524 return NULL;
30525 }
30526
30527
30528 static PyObject *_wrap_ContextHelp_BeginContextHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30529 PyObject *resultobj;
30530 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30531 wxWindow *arg2 = (wxWindow *) NULL ;
30532 bool result;
30533 PyObject * obj0 = 0 ;
30534 PyObject * obj1 = 0 ;
30535 char *kwnames[] = {
30536 (char *) "self",(char *) "window", NULL
30537 };
30538
30539 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ContextHelp_BeginContextHelp",kwnames,&obj0,&obj1)) goto fail;
30540 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30541 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30542 if (obj1) {
30543 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30544 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30545 }
30546 {
30547 PyThreadState* __tstate = wxPyBeginAllowThreads();
30548 result = (bool)(arg1)->BeginContextHelp(arg2);
30549
30550 wxPyEndAllowThreads(__tstate);
30551 if (PyErr_Occurred()) SWIG_fail;
30552 }
30553 {
30554 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30555 }
30556 return resultobj;
30557 fail:
30558 return NULL;
30559 }
30560
30561
30562 static PyObject *_wrap_ContextHelp_EndContextHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30563 PyObject *resultobj;
30564 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30565 bool result;
30566 PyObject * obj0 = 0 ;
30567 char *kwnames[] = {
30568 (char *) "self", NULL
30569 };
30570
30571 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ContextHelp_EndContextHelp",kwnames,&obj0)) goto fail;
30572 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30573 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30574 {
30575 PyThreadState* __tstate = wxPyBeginAllowThreads();
30576 result = (bool)(arg1)->EndContextHelp();
30577
30578 wxPyEndAllowThreads(__tstate);
30579 if (PyErr_Occurred()) SWIG_fail;
30580 }
30581 {
30582 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30583 }
30584 return resultobj;
30585 fail:
30586 return NULL;
30587 }
30588
30589
30590 static PyObject * ContextHelp_swigregister(PyObject *, PyObject *args) {
30591 PyObject *obj;
30592 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30593 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelp, obj);
30594 Py_INCREF(obj);
30595 return Py_BuildValue((char *)"");
30596 }
30597 static PyObject *_wrap_new_ContextHelpButton(PyObject *, PyObject *args, PyObject *kwargs) {
30598 PyObject *resultobj;
30599 wxWindow *arg1 = (wxWindow *) 0 ;
30600 int arg2 = (int) wxID_CONTEXT_HELP ;
30601 wxPoint const &arg3_defvalue = wxDefaultPosition ;
30602 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
30603 wxSize const &arg4_defvalue = wxDefaultSize ;
30604 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
30605 long arg5 = (long) wxBU_AUTODRAW ;
30606 wxContextHelpButton *result;
30607 wxPoint temp3 ;
30608 wxSize temp4 ;
30609 PyObject * obj0 = 0 ;
30610 PyObject * obj1 = 0 ;
30611 PyObject * obj2 = 0 ;
30612 PyObject * obj3 = 0 ;
30613 PyObject * obj4 = 0 ;
30614 char *kwnames[] = {
30615 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
30616 };
30617
30618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_ContextHelpButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
30619 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
30620 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30621 if (obj1) {
30622 arg2 = (int)SWIG_As_int(obj1);
30623 if (PyErr_Occurred()) SWIG_fail;
30624 }
30625 if (obj2) {
30626 {
30627 arg3 = &temp3;
30628 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
30629 }
30630 }
30631 if (obj3) {
30632 {
30633 arg4 = &temp4;
30634 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
30635 }
30636 }
30637 if (obj4) {
30638 arg5 = (long)SWIG_As_long(obj4);
30639 if (PyErr_Occurred()) SWIG_fail;
30640 }
30641 {
30642 if (!wxPyCheckForApp()) SWIG_fail;
30643 PyThreadState* __tstate = wxPyBeginAllowThreads();
30644 result = (wxContextHelpButton *)new wxContextHelpButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
30645
30646 wxPyEndAllowThreads(__tstate);
30647 if (PyErr_Occurred()) SWIG_fail;
30648 }
30649 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxContextHelpButton, 1);
30650 return resultobj;
30651 fail:
30652 return NULL;
30653 }
30654
30655
30656 static PyObject * ContextHelpButton_swigregister(PyObject *, PyObject *args) {
30657 PyObject *obj;
30658 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30659 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelpButton, obj);
30660 Py_INCREF(obj);
30661 return Py_BuildValue((char *)"");
30662 }
30663 static PyObject *_wrap_HelpProvider_Set(PyObject *, PyObject *args, PyObject *kwargs) {
30664 PyObject *resultobj;
30665 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30666 wxHelpProvider *result;
30667 PyObject * obj0 = 0 ;
30668 char *kwnames[] = {
30669 (char *) "helpProvider", NULL
30670 };
30671
30672 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Set",kwnames,&obj0)) goto fail;
30673 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30674 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30675 {
30676 PyThreadState* __tstate = wxPyBeginAllowThreads();
30677 result = (wxHelpProvider *)wxHelpProvider::Set(arg1);
30678
30679 wxPyEndAllowThreads(__tstate);
30680 if (PyErr_Occurred()) SWIG_fail;
30681 }
30682 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpProvider, 0);
30683 return resultobj;
30684 fail:
30685 return NULL;
30686 }
30687
30688
30689 static PyObject *_wrap_HelpProvider_Get(PyObject *, PyObject *args, PyObject *kwargs) {
30690 PyObject *resultobj;
30691 wxHelpProvider *result;
30692 char *kwnames[] = {
30693 NULL
30694 };
30695
30696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":HelpProvider_Get",kwnames)) goto fail;
30697 {
30698 PyThreadState* __tstate = wxPyBeginAllowThreads();
30699 result = (wxHelpProvider *)wxHelpProvider::Get();
30700
30701 wxPyEndAllowThreads(__tstate);
30702 if (PyErr_Occurred()) SWIG_fail;
30703 }
30704 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpProvider, 0);
30705 return resultobj;
30706 fail:
30707 return NULL;
30708 }
30709
30710
30711 static PyObject *_wrap_HelpProvider_GetHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30712 PyObject *resultobj;
30713 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30714 wxWindow *arg2 = (wxWindow *) 0 ;
30715 wxString result;
30716 PyObject * obj0 = 0 ;
30717 PyObject * obj1 = 0 ;
30718 char *kwnames[] = {
30719 (char *) "self",(char *) "window", NULL
30720 };
30721
30722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_GetHelp",kwnames,&obj0,&obj1)) goto fail;
30723 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30724 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30725 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30726 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30727 {
30728 PyThreadState* __tstate = wxPyBeginAllowThreads();
30729 result = (arg1)->GetHelp((wxWindow const *)arg2);
30730
30731 wxPyEndAllowThreads(__tstate);
30732 if (PyErr_Occurred()) SWIG_fail;
30733 }
30734 {
30735 #if wxUSE_UNICODE
30736 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
30737 #else
30738 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
30739 #endif
30740 }
30741 return resultobj;
30742 fail:
30743 return NULL;
30744 }
30745
30746
30747 static PyObject *_wrap_HelpProvider_ShowHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30748 PyObject *resultobj;
30749 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30750 wxWindow *arg2 = (wxWindow *) 0 ;
30751 bool result;
30752 PyObject * obj0 = 0 ;
30753 PyObject * obj1 = 0 ;
30754 char *kwnames[] = {
30755 (char *) "self",(char *) "window", NULL
30756 };
30757
30758 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_ShowHelp",kwnames,&obj0,&obj1)) goto fail;
30759 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30760 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30761 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30762 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30763 {
30764 PyThreadState* __tstate = wxPyBeginAllowThreads();
30765 result = (bool)(arg1)->ShowHelp(arg2);
30766
30767 wxPyEndAllowThreads(__tstate);
30768 if (PyErr_Occurred()) SWIG_fail;
30769 }
30770 {
30771 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30772 }
30773 return resultobj;
30774 fail:
30775 return NULL;
30776 }
30777
30778
30779 static PyObject *_wrap_HelpProvider_AddHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30780 PyObject *resultobj;
30781 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30782 wxWindow *arg2 = (wxWindow *) 0 ;
30783 wxString *arg3 = 0 ;
30784 bool temp3 = false ;
30785 PyObject * obj0 = 0 ;
30786 PyObject * obj1 = 0 ;
30787 PyObject * obj2 = 0 ;
30788 char *kwnames[] = {
30789 (char *) "self",(char *) "window",(char *) "text", NULL
30790 };
30791
30792 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
30793 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30794 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30795 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30796 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30797 {
30798 arg3 = wxString_in_helper(obj2);
30799 if (arg3 == NULL) SWIG_fail;
30800 temp3 = true;
30801 }
30802 {
30803 PyThreadState* __tstate = wxPyBeginAllowThreads();
30804 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
30805
30806 wxPyEndAllowThreads(__tstate);
30807 if (PyErr_Occurred()) SWIG_fail;
30808 }
30809 Py_INCREF(Py_None); resultobj = Py_None;
30810 {
30811 if (temp3)
30812 delete arg3;
30813 }
30814 return resultobj;
30815 fail:
30816 {
30817 if (temp3)
30818 delete arg3;
30819 }
30820 return NULL;
30821 }
30822
30823
30824 static PyObject *_wrap_HelpProvider_AddHelpById(PyObject *, PyObject *args, PyObject *kwargs) {
30825 PyObject *resultobj;
30826 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30827 int arg2 ;
30828 wxString *arg3 = 0 ;
30829 bool temp3 = false ;
30830 PyObject * obj0 = 0 ;
30831 PyObject * obj1 = 0 ;
30832 PyObject * obj2 = 0 ;
30833 char *kwnames[] = {
30834 (char *) "self",(char *) "id",(char *) "text", NULL
30835 };
30836
30837 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelpById",kwnames,&obj0,&obj1,&obj2)) goto fail;
30838 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30839 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30840 arg2 = (int)SWIG_As_int(obj1);
30841 if (PyErr_Occurred()) SWIG_fail;
30842 {
30843 arg3 = wxString_in_helper(obj2);
30844 if (arg3 == NULL) SWIG_fail;
30845 temp3 = true;
30846 }
30847 {
30848 PyThreadState* __tstate = wxPyBeginAllowThreads();
30849 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
30850
30851 wxPyEndAllowThreads(__tstate);
30852 if (PyErr_Occurred()) SWIG_fail;
30853 }
30854 Py_INCREF(Py_None); resultobj = Py_None;
30855 {
30856 if (temp3)
30857 delete arg3;
30858 }
30859 return resultobj;
30860 fail:
30861 {
30862 if (temp3)
30863 delete arg3;
30864 }
30865 return NULL;
30866 }
30867
30868
30869 static PyObject *_wrap_HelpProvider_RemoveHelp(PyObject *, PyObject *args, PyObject *kwargs) {
30870 PyObject *resultobj;
30871 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30872 wxWindow *arg2 = (wxWindow *) 0 ;
30873 PyObject * obj0 = 0 ;
30874 PyObject * obj1 = 0 ;
30875 char *kwnames[] = {
30876 (char *) "self",(char *) "window", NULL
30877 };
30878
30879 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_RemoveHelp",kwnames,&obj0,&obj1)) goto fail;
30880 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30881 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30882 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30883 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30884 {
30885 PyThreadState* __tstate = wxPyBeginAllowThreads();
30886 (arg1)->RemoveHelp(arg2);
30887
30888 wxPyEndAllowThreads(__tstate);
30889 if (PyErr_Occurred()) SWIG_fail;
30890 }
30891 Py_INCREF(Py_None); resultobj = Py_None;
30892 return resultobj;
30893 fail:
30894 return NULL;
30895 }
30896
30897
30898 static PyObject *_wrap_HelpProvider_Destroy(PyObject *, PyObject *args, PyObject *kwargs) {
30899 PyObject *resultobj;
30900 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30901 PyObject * obj0 = 0 ;
30902 char *kwnames[] = {
30903 (char *) "self", NULL
30904 };
30905
30906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Destroy",kwnames,&obj0)) goto fail;
30907 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30908 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30909 {
30910 PyThreadState* __tstate = wxPyBeginAllowThreads();
30911 wxHelpProvider_Destroy(arg1);
30912
30913 wxPyEndAllowThreads(__tstate);
30914 if (PyErr_Occurred()) SWIG_fail;
30915 }
30916 Py_INCREF(Py_None); resultobj = Py_None;
30917 return resultobj;
30918 fail:
30919 return NULL;
30920 }
30921
30922
30923 static PyObject * HelpProvider_swigregister(PyObject *, PyObject *args) {
30924 PyObject *obj;
30925 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30926 SWIG_TypeClientData(SWIGTYPE_p_wxHelpProvider, obj);
30927 Py_INCREF(obj);
30928 return Py_BuildValue((char *)"");
30929 }
30930 static PyObject *_wrap_new_SimpleHelpProvider(PyObject *, PyObject *args, PyObject *kwargs) {
30931 PyObject *resultobj;
30932 wxSimpleHelpProvider *result;
30933 char *kwnames[] = {
30934 NULL
30935 };
30936
30937 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_SimpleHelpProvider",kwnames)) goto fail;
30938 {
30939 PyThreadState* __tstate = wxPyBeginAllowThreads();
30940 result = (wxSimpleHelpProvider *)new wxSimpleHelpProvider();
30941
30942 wxPyEndAllowThreads(__tstate);
30943 if (PyErr_Occurred()) SWIG_fail;
30944 }
30945 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSimpleHelpProvider, 1);
30946 return resultobj;
30947 fail:
30948 return NULL;
30949 }
30950
30951
30952 static PyObject * SimpleHelpProvider_swigregister(PyObject *, PyObject *args) {
30953 PyObject *obj;
30954 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30955 SWIG_TypeClientData(SWIGTYPE_p_wxSimpleHelpProvider, obj);
30956 Py_INCREF(obj);
30957 return Py_BuildValue((char *)"");
30958 }
30959 static PyObject *_wrap_new_DragImage(PyObject *, PyObject *args, PyObject *kwargs) {
30960 PyObject *resultobj;
30961 wxBitmap *arg1 = 0 ;
30962 wxCursor const &arg2_defvalue = wxNullCursor ;
30963 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30964 wxGenericDragImage *result;
30965 PyObject * obj0 = 0 ;
30966 PyObject * obj1 = 0 ;
30967 char *kwnames[] = {
30968 (char *) "image",(char *) "cursor", NULL
30969 };
30970
30971 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragImage",kwnames,&obj0,&obj1)) goto fail;
30972 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmap,
30973 SWIG_POINTER_EXCEPTION | 0)) == -1)
30974 SWIG_fail;
30975 if (arg1 == NULL) {
30976 PyErr_SetString(PyExc_TypeError,"null reference");
30977 SWIG_fail;
30978 }
30979 if (obj1) {
30980 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30981 SWIG_POINTER_EXCEPTION | 0)) == -1)
30982 SWIG_fail;
30983 if (arg2 == NULL) {
30984 PyErr_SetString(PyExc_TypeError,"null reference");
30985 SWIG_fail;
30986 }
30987 }
30988 {
30989 if (!wxPyCheckForApp()) SWIG_fail;
30990 PyThreadState* __tstate = wxPyBeginAllowThreads();
30991 result = (wxGenericDragImage *)new wxGenericDragImage((wxBitmap const &)*arg1,(wxCursor const &)*arg2);
30992
30993 wxPyEndAllowThreads(__tstate);
30994 if (PyErr_Occurred()) SWIG_fail;
30995 }
30996 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30997 return resultobj;
30998 fail:
30999 return NULL;
31000 }
31001
31002
31003 static PyObject *_wrap_new_DragIcon(PyObject *, PyObject *args, PyObject *kwargs) {
31004 PyObject *resultobj;
31005 wxIcon *arg1 = 0 ;
31006 wxCursor const &arg2_defvalue = wxNullCursor ;
31007 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
31008 wxGenericDragImage *result;
31009 PyObject * obj0 = 0 ;
31010 PyObject * obj1 = 0 ;
31011 char *kwnames[] = {
31012 (char *) "image",(char *) "cursor", NULL
31013 };
31014
31015 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragIcon",kwnames,&obj0,&obj1)) goto fail;
31016 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxIcon,
31017 SWIG_POINTER_EXCEPTION | 0)) == -1)
31018 SWIG_fail;
31019 if (arg1 == NULL) {
31020 PyErr_SetString(PyExc_TypeError,"null reference");
31021 SWIG_fail;
31022 }
31023 if (obj1) {
31024 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
31025 SWIG_POINTER_EXCEPTION | 0)) == -1)
31026 SWIG_fail;
31027 if (arg2 == NULL) {
31028 PyErr_SetString(PyExc_TypeError,"null reference");
31029 SWIG_fail;
31030 }
31031 }
31032 {
31033 if (!wxPyCheckForApp()) SWIG_fail;
31034 PyThreadState* __tstate = wxPyBeginAllowThreads();
31035 result = (wxGenericDragImage *)new wxGenericDragImage((wxIcon const &)*arg1,(wxCursor const &)*arg2);
31036
31037 wxPyEndAllowThreads(__tstate);
31038 if (PyErr_Occurred()) SWIG_fail;
31039 }
31040 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
31041 return resultobj;
31042 fail:
31043 return NULL;
31044 }
31045
31046
31047 static PyObject *_wrap_new_DragString(PyObject *, PyObject *args, PyObject *kwargs) {
31048 PyObject *resultobj;
31049 wxString *arg1 = 0 ;
31050 wxCursor const &arg2_defvalue = wxNullCursor ;
31051 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
31052 wxGenericDragImage *result;
31053 bool temp1 = false ;
31054 PyObject * obj0 = 0 ;
31055 PyObject * obj1 = 0 ;
31056 char *kwnames[] = {
31057 (char *) "str",(char *) "cursor", NULL
31058 };
31059
31060 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragString",kwnames,&obj0,&obj1)) goto fail;
31061 {
31062 arg1 = wxString_in_helper(obj0);
31063 if (arg1 == NULL) SWIG_fail;
31064 temp1 = true;
31065 }
31066 if (obj1) {
31067 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
31068 SWIG_POINTER_EXCEPTION | 0)) == -1)
31069 SWIG_fail;
31070 if (arg2 == NULL) {
31071 PyErr_SetString(PyExc_TypeError,"null reference");
31072 SWIG_fail;
31073 }
31074 }
31075 {
31076 if (!wxPyCheckForApp()) SWIG_fail;
31077 PyThreadState* __tstate = wxPyBeginAllowThreads();
31078 result = (wxGenericDragImage *)new wxGenericDragImage((wxString const &)*arg1,(wxCursor const &)*arg2);
31079
31080 wxPyEndAllowThreads(__tstate);
31081 if (PyErr_Occurred()) SWIG_fail;
31082 }
31083 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
31084 {
31085 if (temp1)
31086 delete arg1;
31087 }
31088 return resultobj;
31089 fail:
31090 {
31091 if (temp1)
31092 delete arg1;
31093 }
31094 return NULL;
31095 }
31096
31097
31098 static PyObject *_wrap_new_DragTreeItem(PyObject *, PyObject *args, PyObject *kwargs) {
31099 PyObject *resultobj;
31100 wxPyTreeCtrl *arg1 = 0 ;
31101 wxTreeItemId *arg2 = 0 ;
31102 wxGenericDragImage *result;
31103 PyObject * obj0 = 0 ;
31104 PyObject * obj1 = 0 ;
31105 char *kwnames[] = {
31106 (char *) "treeCtrl",(char *) "id", NULL
31107 };
31108
31109 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragTreeItem",kwnames,&obj0,&obj1)) goto fail;
31110 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
31111 SWIG_POINTER_EXCEPTION | 0)) == -1)
31112 SWIG_fail;
31113 if (arg1 == NULL) {
31114 PyErr_SetString(PyExc_TypeError,"null reference");
31115 SWIG_fail;
31116 }
31117 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
31118 SWIG_POINTER_EXCEPTION | 0)) == -1)
31119 SWIG_fail;
31120 if (arg2 == NULL) {
31121 PyErr_SetString(PyExc_TypeError,"null reference");
31122 SWIG_fail;
31123 }
31124 {
31125 if (!wxPyCheckForApp()) SWIG_fail;
31126 PyThreadState* __tstate = wxPyBeginAllowThreads();
31127 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyTreeCtrl const &)*arg1,*arg2);
31128
31129 wxPyEndAllowThreads(__tstate);
31130 if (PyErr_Occurred()) SWIG_fail;
31131 }
31132 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
31133 return resultobj;
31134 fail:
31135 return NULL;
31136 }
31137
31138
31139 static PyObject *_wrap_new_DragListItem(PyObject *, PyObject *args, PyObject *kwargs) {
31140 PyObject *resultobj;
31141 wxPyListCtrl *arg1 = 0 ;
31142 long arg2 ;
31143 wxGenericDragImage *result;
31144 PyObject * obj0 = 0 ;
31145 PyObject * obj1 = 0 ;
31146 char *kwnames[] = {
31147 (char *) "listCtrl",(char *) "id", NULL
31148 };
31149
31150 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragListItem",kwnames,&obj0,&obj1)) goto fail;
31151 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
31152 SWIG_POINTER_EXCEPTION | 0)) == -1)
31153 SWIG_fail;
31154 if (arg1 == NULL) {
31155 PyErr_SetString(PyExc_TypeError,"null reference");
31156 SWIG_fail;
31157 }
31158 arg2 = (long)SWIG_As_long(obj1);
31159 if (PyErr_Occurred()) SWIG_fail;
31160 {
31161 if (!wxPyCheckForApp()) SWIG_fail;
31162 PyThreadState* __tstate = wxPyBeginAllowThreads();
31163 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyListCtrl const &)*arg1,arg2);
31164
31165 wxPyEndAllowThreads(__tstate);
31166 if (PyErr_Occurred()) SWIG_fail;
31167 }
31168 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
31169 return resultobj;
31170 fail:
31171 return NULL;
31172 }
31173
31174
31175 static PyObject *_wrap_delete_DragImage(PyObject *, PyObject *args, PyObject *kwargs) {
31176 PyObject *resultobj;
31177 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31178 PyObject * obj0 = 0 ;
31179 char *kwnames[] = {
31180 (char *) "self", NULL
31181 };
31182
31183 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_DragImage",kwnames,&obj0)) goto fail;
31184 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31185 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31186 {
31187 PyThreadState* __tstate = wxPyBeginAllowThreads();
31188 delete arg1;
31189
31190 wxPyEndAllowThreads(__tstate);
31191 if (PyErr_Occurred()) SWIG_fail;
31192 }
31193 Py_INCREF(Py_None); resultobj = Py_None;
31194 return resultobj;
31195 fail:
31196 return NULL;
31197 }
31198
31199
31200 static PyObject *_wrap_DragImage_SetBackingBitmap(PyObject *, PyObject *args, PyObject *kwargs) {
31201 PyObject *resultobj;
31202 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31203 wxBitmap *arg2 = (wxBitmap *) 0 ;
31204 PyObject * obj0 = 0 ;
31205 PyObject * obj1 = 0 ;
31206 char *kwnames[] = {
31207 (char *) "self",(char *) "bitmap", NULL
31208 };
31209
31210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_SetBackingBitmap",kwnames,&obj0,&obj1)) goto fail;
31211 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31212 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31213 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
31214 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31215 {
31216 PyThreadState* __tstate = wxPyBeginAllowThreads();
31217 (arg1)->SetBackingBitmap(arg2);
31218
31219 wxPyEndAllowThreads(__tstate);
31220 if (PyErr_Occurred()) SWIG_fail;
31221 }
31222 Py_INCREF(Py_None); resultobj = Py_None;
31223 return resultobj;
31224 fail:
31225 return NULL;
31226 }
31227
31228
31229 static PyObject *_wrap_DragImage_BeginDrag(PyObject *, PyObject *args, PyObject *kwargs) {
31230 PyObject *resultobj;
31231 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31232 wxPoint *arg2 = 0 ;
31233 wxWindow *arg3 = (wxWindow *) 0 ;
31234 bool arg4 = (bool) false ;
31235 wxRect *arg5 = (wxRect *) NULL ;
31236 bool result;
31237 wxPoint temp2 ;
31238 PyObject * obj0 = 0 ;
31239 PyObject * obj1 = 0 ;
31240 PyObject * obj2 = 0 ;
31241 PyObject * obj3 = 0 ;
31242 PyObject * obj4 = 0 ;
31243 char *kwnames[] = {
31244 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "fullScreen",(char *) "rect", NULL
31245 };
31246
31247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:DragImage_BeginDrag",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
31248 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31249 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31250 {
31251 arg2 = &temp2;
31252 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31253 }
31254 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
31255 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31256 if (obj3) {
31257 arg4 = (bool)SWIG_As_bool(obj3);
31258 if (PyErr_Occurred()) SWIG_fail;
31259 }
31260 if (obj4) {
31261 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxRect,
31262 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31263 }
31264 {
31265 PyThreadState* __tstate = wxPyBeginAllowThreads();
31266 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4,arg5);
31267
31268 wxPyEndAllowThreads(__tstate);
31269 if (PyErr_Occurred()) SWIG_fail;
31270 }
31271 {
31272 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31273 }
31274 return resultobj;
31275 fail:
31276 return NULL;
31277 }
31278
31279
31280 static PyObject *_wrap_DragImage_BeginDragBounded(PyObject *, PyObject *args, PyObject *kwargs) {
31281 PyObject *resultobj;
31282 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31283 wxPoint *arg2 = 0 ;
31284 wxWindow *arg3 = (wxWindow *) 0 ;
31285 wxWindow *arg4 = (wxWindow *) 0 ;
31286 bool result;
31287 wxPoint temp2 ;
31288 PyObject * obj0 = 0 ;
31289 PyObject * obj1 = 0 ;
31290 PyObject * obj2 = 0 ;
31291 PyObject * obj3 = 0 ;
31292 char *kwnames[] = {
31293 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "boundingWindow", NULL
31294 };
31295
31296 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:DragImage_BeginDragBounded",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
31297 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31298 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31299 {
31300 arg2 = &temp2;
31301 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31302 }
31303 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
31304 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31305 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxWindow,
31306 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31307 {
31308 PyThreadState* __tstate = wxPyBeginAllowThreads();
31309 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4);
31310
31311 wxPyEndAllowThreads(__tstate);
31312 if (PyErr_Occurred()) SWIG_fail;
31313 }
31314 {
31315 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31316 }
31317 return resultobj;
31318 fail:
31319 return NULL;
31320 }
31321
31322
31323 static PyObject *_wrap_DragImage_EndDrag(PyObject *, PyObject *args, PyObject *kwargs) {
31324 PyObject *resultobj;
31325 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31326 bool result;
31327 PyObject * obj0 = 0 ;
31328 char *kwnames[] = {
31329 (char *) "self", NULL
31330 };
31331
31332 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_EndDrag",kwnames,&obj0)) goto fail;
31333 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31334 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31335 {
31336 PyThreadState* __tstate = wxPyBeginAllowThreads();
31337 result = (bool)(arg1)->EndDrag();
31338
31339 wxPyEndAllowThreads(__tstate);
31340 if (PyErr_Occurred()) SWIG_fail;
31341 }
31342 {
31343 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31344 }
31345 return resultobj;
31346 fail:
31347 return NULL;
31348 }
31349
31350
31351 static PyObject *_wrap_DragImage_Move(PyObject *, PyObject *args, PyObject *kwargs) {
31352 PyObject *resultobj;
31353 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31354 wxPoint *arg2 = 0 ;
31355 bool result;
31356 wxPoint temp2 ;
31357 PyObject * obj0 = 0 ;
31358 PyObject * obj1 = 0 ;
31359 char *kwnames[] = {
31360 (char *) "self",(char *) "pt", NULL
31361 };
31362
31363 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_Move",kwnames,&obj0,&obj1)) goto fail;
31364 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31365 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31366 {
31367 arg2 = &temp2;
31368 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31369 }
31370 {
31371 PyThreadState* __tstate = wxPyBeginAllowThreads();
31372 result = (bool)(arg1)->Move((wxPoint const &)*arg2);
31373
31374 wxPyEndAllowThreads(__tstate);
31375 if (PyErr_Occurred()) SWIG_fail;
31376 }
31377 {
31378 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31379 }
31380 return resultobj;
31381 fail:
31382 return NULL;
31383 }
31384
31385
31386 static PyObject *_wrap_DragImage_Show(PyObject *, PyObject *args, PyObject *kwargs) {
31387 PyObject *resultobj;
31388 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31389 bool result;
31390 PyObject * obj0 = 0 ;
31391 char *kwnames[] = {
31392 (char *) "self", NULL
31393 };
31394
31395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Show",kwnames,&obj0)) goto fail;
31396 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31397 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31398 {
31399 PyThreadState* __tstate = wxPyBeginAllowThreads();
31400 result = (bool)(arg1)->Show();
31401
31402 wxPyEndAllowThreads(__tstate);
31403 if (PyErr_Occurred()) SWIG_fail;
31404 }
31405 {
31406 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31407 }
31408 return resultobj;
31409 fail:
31410 return NULL;
31411 }
31412
31413
31414 static PyObject *_wrap_DragImage_Hide(PyObject *, PyObject *args, PyObject *kwargs) {
31415 PyObject *resultobj;
31416 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31417 bool result;
31418 PyObject * obj0 = 0 ;
31419 char *kwnames[] = {
31420 (char *) "self", NULL
31421 };
31422
31423 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Hide",kwnames,&obj0)) goto fail;
31424 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31425 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31426 {
31427 PyThreadState* __tstate = wxPyBeginAllowThreads();
31428 result = (bool)(arg1)->Hide();
31429
31430 wxPyEndAllowThreads(__tstate);
31431 if (PyErr_Occurred()) SWIG_fail;
31432 }
31433 {
31434 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31435 }
31436 return resultobj;
31437 fail:
31438 return NULL;
31439 }
31440
31441
31442 static PyObject *_wrap_DragImage_GetImageRect(PyObject *, PyObject *args, PyObject *kwargs) {
31443 PyObject *resultobj;
31444 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31445 wxPoint *arg2 = 0 ;
31446 wxRect result;
31447 wxPoint temp2 ;
31448 PyObject * obj0 = 0 ;
31449 PyObject * obj1 = 0 ;
31450 char *kwnames[] = {
31451 (char *) "self",(char *) "pos", NULL
31452 };
31453
31454 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_GetImageRect",kwnames,&obj0,&obj1)) goto fail;
31455 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31456 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31457 {
31458 arg2 = &temp2;
31459 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31460 }
31461 {
31462 PyThreadState* __tstate = wxPyBeginAllowThreads();
31463 result = ((wxGenericDragImage const *)arg1)->GetImageRect((wxPoint const &)*arg2);
31464
31465 wxPyEndAllowThreads(__tstate);
31466 if (PyErr_Occurred()) SWIG_fail;
31467 }
31468 {
31469 wxRect * resultptr;
31470 resultptr = new wxRect((wxRect &) result);
31471 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
31472 }
31473 return resultobj;
31474 fail:
31475 return NULL;
31476 }
31477
31478
31479 static PyObject *_wrap_DragImage_DoDrawImage(PyObject *, PyObject *args, PyObject *kwargs) {
31480 PyObject *resultobj;
31481 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31482 wxDC *arg2 = 0 ;
31483 wxPoint *arg3 = 0 ;
31484 bool result;
31485 wxPoint temp3 ;
31486 PyObject * obj0 = 0 ;
31487 PyObject * obj1 = 0 ;
31488 PyObject * obj2 = 0 ;
31489 char *kwnames[] = {
31490 (char *) "self",(char *) "dc",(char *) "pos", NULL
31491 };
31492
31493 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DragImage_DoDrawImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
31494 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31495 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31496 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxDC,
31497 SWIG_POINTER_EXCEPTION | 0)) == -1)
31498 SWIG_fail;
31499 if (arg2 == NULL) {
31500 PyErr_SetString(PyExc_TypeError,"null reference");
31501 SWIG_fail;
31502 }
31503 {
31504 arg3 = &temp3;
31505 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
31506 }
31507 {
31508 PyThreadState* __tstate = wxPyBeginAllowThreads();
31509 result = (bool)((wxGenericDragImage const *)arg1)->DoDrawImage(*arg2,(wxPoint const &)*arg3);
31510
31511 wxPyEndAllowThreads(__tstate);
31512 if (PyErr_Occurred()) SWIG_fail;
31513 }
31514 {
31515 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31516 }
31517 return resultobj;
31518 fail:
31519 return NULL;
31520 }
31521
31522
31523 static PyObject *_wrap_DragImage_UpdateBackingFromWindow(PyObject *, PyObject *args, PyObject *kwargs) {
31524 PyObject *resultobj;
31525 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31526 wxDC *arg2 = 0 ;
31527 wxMemoryDC *arg3 = 0 ;
31528 wxRect *arg4 = 0 ;
31529 wxRect *arg5 = 0 ;
31530 bool result;
31531 wxRect temp4 ;
31532 wxRect temp5 ;
31533 PyObject * obj0 = 0 ;
31534 PyObject * obj1 = 0 ;
31535 PyObject * obj2 = 0 ;
31536 PyObject * obj3 = 0 ;
31537 PyObject * obj4 = 0 ;
31538 char *kwnames[] = {
31539 (char *) "self",(char *) "windowDC",(char *) "destDC",(char *) "sourceRect",(char *) "destRect", NULL
31540 };
31541
31542 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_UpdateBackingFromWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
31543 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31544 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31545 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxDC,
31546 SWIG_POINTER_EXCEPTION | 0)) == -1)
31547 SWIG_fail;
31548 if (arg2 == NULL) {
31549 PyErr_SetString(PyExc_TypeError,"null reference");
31550 SWIG_fail;
31551 }
31552 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxMemoryDC,
31553 SWIG_POINTER_EXCEPTION | 0)) == -1)
31554 SWIG_fail;
31555 if (arg3 == NULL) {
31556 PyErr_SetString(PyExc_TypeError,"null reference");
31557 SWIG_fail;
31558 }
31559 {
31560 arg4 = &temp4;
31561 if ( ! wxRect_helper(obj3, &arg4)) SWIG_fail;
31562 }
31563 {
31564 arg5 = &temp5;
31565 if ( ! wxRect_helper(obj4, &arg5)) SWIG_fail;
31566 }
31567 {
31568 PyThreadState* __tstate = wxPyBeginAllowThreads();
31569 result = (bool)((wxGenericDragImage const *)arg1)->UpdateBackingFromWindow(*arg2,*arg3,(wxRect const &)*arg4,(wxRect const &)*arg5);
31570
31571 wxPyEndAllowThreads(__tstate);
31572 if (PyErr_Occurred()) SWIG_fail;
31573 }
31574 {
31575 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31576 }
31577 return resultobj;
31578 fail:
31579 return NULL;
31580 }
31581
31582
31583 static PyObject *_wrap_DragImage_RedrawImage(PyObject *, PyObject *args, PyObject *kwargs) {
31584 PyObject *resultobj;
31585 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31586 wxPoint *arg2 = 0 ;
31587 wxPoint *arg3 = 0 ;
31588 bool arg4 ;
31589 bool arg5 ;
31590 bool result;
31591 wxPoint temp2 ;
31592 wxPoint temp3 ;
31593 PyObject * obj0 = 0 ;
31594 PyObject * obj1 = 0 ;
31595 PyObject * obj2 = 0 ;
31596 PyObject * obj3 = 0 ;
31597 PyObject * obj4 = 0 ;
31598 char *kwnames[] = {
31599 (char *) "self",(char *) "oldPos",(char *) "newPos",(char *) "eraseOld",(char *) "drawNew", NULL
31600 };
31601
31602 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_RedrawImage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
31603 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31604 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31605 {
31606 arg2 = &temp2;
31607 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31608 }
31609 {
31610 arg3 = &temp3;
31611 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
31612 }
31613 arg4 = (bool)SWIG_As_bool(obj3);
31614 if (PyErr_Occurred()) SWIG_fail;
31615 arg5 = (bool)SWIG_As_bool(obj4);
31616 if (PyErr_Occurred()) SWIG_fail;
31617 {
31618 PyThreadState* __tstate = wxPyBeginAllowThreads();
31619 result = (bool)(arg1)->RedrawImage((wxPoint const &)*arg2,(wxPoint const &)*arg3,arg4,arg5);
31620
31621 wxPyEndAllowThreads(__tstate);
31622 if (PyErr_Occurred()) SWIG_fail;
31623 }
31624 {
31625 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31626 }
31627 return resultobj;
31628 fail:
31629 return NULL;
31630 }
31631
31632
31633 static PyObject * DragImage_swigregister(PyObject *, PyObject *args) {
31634 PyObject *obj;
31635 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
31636 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDragImage, obj);
31637 Py_INCREF(obj);
31638 return Py_BuildValue((char *)"");
31639 }
31640 static PyMethodDef SwigMethods[] = {
31641 { (char *)"new_Button", (PyCFunction) _wrap_new_Button, METH_VARARGS | METH_KEYWORDS, NULL },
31642 { (char *)"new_PreButton", (PyCFunction) _wrap_new_PreButton, METH_VARARGS | METH_KEYWORDS, NULL },
31643 { (char *)"Button_Create", (PyCFunction) _wrap_Button_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31644 { (char *)"Button_SetDefault", (PyCFunction) _wrap_Button_SetDefault, METH_VARARGS | METH_KEYWORDS, NULL },
31645 { (char *)"Button_GetDefaultSize", (PyCFunction) _wrap_Button_GetDefaultSize, METH_VARARGS | METH_KEYWORDS, NULL },
31646 { (char *)"Button_GetClassDefaultAttributes", (PyCFunction) _wrap_Button_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31647 { (char *)"Button_swigregister", Button_swigregister, METH_VARARGS, NULL },
31648 { (char *)"new_BitmapButton", (PyCFunction) _wrap_new_BitmapButton, METH_VARARGS | METH_KEYWORDS, NULL },
31649 { (char *)"new_PreBitmapButton", (PyCFunction) _wrap_new_PreBitmapButton, METH_VARARGS | METH_KEYWORDS, NULL },
31650 { (char *)"BitmapButton_Create", (PyCFunction) _wrap_BitmapButton_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31651 { (char *)"BitmapButton_GetBitmapLabel", (PyCFunction) _wrap_BitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31652 { (char *)"BitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS, NULL },
31653 { (char *)"BitmapButton_GetBitmapFocus", (PyCFunction) _wrap_BitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS, NULL },
31654 { (char *)"BitmapButton_GetBitmapSelected", (PyCFunction) _wrap_BitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS, NULL },
31655 { (char *)"BitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS, NULL },
31656 { (char *)"BitmapButton_SetBitmapFocus", (PyCFunction) _wrap_BitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS, NULL },
31657 { (char *)"BitmapButton_SetBitmapSelected", (PyCFunction) _wrap_BitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS, NULL },
31658 { (char *)"BitmapButton_SetBitmapLabel", (PyCFunction) _wrap_BitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31659 { (char *)"BitmapButton_SetMargins", (PyCFunction) _wrap_BitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS, NULL },
31660 { (char *)"BitmapButton_GetMarginX", (PyCFunction) _wrap_BitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS, NULL },
31661 { (char *)"BitmapButton_GetMarginY", (PyCFunction) _wrap_BitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS, NULL },
31662 { (char *)"BitmapButton_swigregister", BitmapButton_swigregister, METH_VARARGS, NULL },
31663 { (char *)"new_CheckBox", (PyCFunction) _wrap_new_CheckBox, METH_VARARGS | METH_KEYWORDS, NULL },
31664 { (char *)"new_PreCheckBox", (PyCFunction) _wrap_new_PreCheckBox, METH_VARARGS | METH_KEYWORDS, NULL },
31665 { (char *)"CheckBox_Create", (PyCFunction) _wrap_CheckBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31666 { (char *)"CheckBox_GetValue", (PyCFunction) _wrap_CheckBox_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31667 { (char *)"CheckBox_IsChecked", (PyCFunction) _wrap_CheckBox_IsChecked, METH_VARARGS | METH_KEYWORDS, NULL },
31668 { (char *)"CheckBox_SetValue", (PyCFunction) _wrap_CheckBox_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31669 { (char *)"CheckBox_Get3StateValue", (PyCFunction) _wrap_CheckBox_Get3StateValue, METH_VARARGS | METH_KEYWORDS, NULL },
31670 { (char *)"CheckBox_Set3StateValue", (PyCFunction) _wrap_CheckBox_Set3StateValue, METH_VARARGS | METH_KEYWORDS, NULL },
31671 { (char *)"CheckBox_Is3State", (PyCFunction) _wrap_CheckBox_Is3State, METH_VARARGS | METH_KEYWORDS, NULL },
31672 { (char *)"CheckBox_Is3rdStateAllowedForUser", (PyCFunction) _wrap_CheckBox_Is3rdStateAllowedForUser, METH_VARARGS | METH_KEYWORDS, NULL },
31673 { (char *)"CheckBox_GetClassDefaultAttributes", (PyCFunction) _wrap_CheckBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31674 { (char *)"CheckBox_swigregister", CheckBox_swigregister, METH_VARARGS, NULL },
31675 { (char *)"new_Choice", (PyCFunction) _wrap_new_Choice, METH_VARARGS | METH_KEYWORDS, NULL },
31676 { (char *)"new_PreChoice", (PyCFunction) _wrap_new_PreChoice, METH_VARARGS | METH_KEYWORDS, NULL },
31677 { (char *)"Choice_Create", (PyCFunction) _wrap_Choice_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31678 { (char *)"Choice_SetSelection", (PyCFunction) _wrap_Choice_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31679 { (char *)"Choice_SetStringSelection", (PyCFunction) _wrap_Choice_SetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31680 { (char *)"Choice_SetString", (PyCFunction) _wrap_Choice_SetString, METH_VARARGS | METH_KEYWORDS, NULL },
31681 { (char *)"Choice_GetClassDefaultAttributes", (PyCFunction) _wrap_Choice_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31682 { (char *)"Choice_swigregister", Choice_swigregister, METH_VARARGS, NULL },
31683 { (char *)"new_ComboBox", (PyCFunction) _wrap_new_ComboBox, METH_VARARGS | METH_KEYWORDS, NULL },
31684 { (char *)"new_PreComboBox", (PyCFunction) _wrap_new_PreComboBox, METH_VARARGS | METH_KEYWORDS, NULL },
31685 { (char *)"ComboBox_Create", (PyCFunction) _wrap_ComboBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31686 { (char *)"ComboBox_GetValue", (PyCFunction) _wrap_ComboBox_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31687 { (char *)"ComboBox_SetValue", (PyCFunction) _wrap_ComboBox_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31688 { (char *)"ComboBox_Copy", (PyCFunction) _wrap_ComboBox_Copy, METH_VARARGS | METH_KEYWORDS, NULL },
31689 { (char *)"ComboBox_Cut", (PyCFunction) _wrap_ComboBox_Cut, METH_VARARGS | METH_KEYWORDS, NULL },
31690 { (char *)"ComboBox_Paste", (PyCFunction) _wrap_ComboBox_Paste, METH_VARARGS | METH_KEYWORDS, NULL },
31691 { (char *)"ComboBox_SetInsertionPoint", (PyCFunction) _wrap_ComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31692 { (char *)"ComboBox_GetInsertionPoint", (PyCFunction) _wrap_ComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31693 { (char *)"ComboBox_GetLastPosition", (PyCFunction) _wrap_ComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31694 { (char *)"ComboBox_Replace", (PyCFunction) _wrap_ComboBox_Replace, METH_VARARGS | METH_KEYWORDS, NULL },
31695 { (char *)"ComboBox_SetSelection", (PyCFunction) _wrap_ComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31696 { (char *)"ComboBox_SetMark", (PyCFunction) _wrap_ComboBox_SetMark, METH_VARARGS | METH_KEYWORDS, NULL },
31697 { (char *)"ComboBox_SetStringSelection", (PyCFunction) _wrap_ComboBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31698 { (char *)"ComboBox_SetString", (PyCFunction) _wrap_ComboBox_SetString, METH_VARARGS | METH_KEYWORDS, NULL },
31699 { (char *)"ComboBox_SetEditable", (PyCFunction) _wrap_ComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS, NULL },
31700 { (char *)"ComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_ComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS, NULL },
31701 { (char *)"ComboBox_Remove", (PyCFunction) _wrap_ComboBox_Remove, METH_VARARGS | METH_KEYWORDS, NULL },
31702 { (char *)"ComboBox_GetClassDefaultAttributes", (PyCFunction) _wrap_ComboBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31703 { (char *)"ComboBox_swigregister", ComboBox_swigregister, METH_VARARGS, NULL },
31704 { (char *)"new_Gauge", (PyCFunction) _wrap_new_Gauge, METH_VARARGS | METH_KEYWORDS, NULL },
31705 { (char *)"new_PreGauge", (PyCFunction) _wrap_new_PreGauge, METH_VARARGS | METH_KEYWORDS, NULL },
31706 { (char *)"Gauge_Create", (PyCFunction) _wrap_Gauge_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31707 { (char *)"Gauge_SetRange", (PyCFunction) _wrap_Gauge_SetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31708 { (char *)"Gauge_GetRange", (PyCFunction) _wrap_Gauge_GetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31709 { (char *)"Gauge_SetValue", (PyCFunction) _wrap_Gauge_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31710 { (char *)"Gauge_GetValue", (PyCFunction) _wrap_Gauge_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31711 { (char *)"Gauge_IsVertical", (PyCFunction) _wrap_Gauge_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31712 { (char *)"Gauge_SetShadowWidth", (PyCFunction) _wrap_Gauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS, NULL },
31713 { (char *)"Gauge_GetShadowWidth", (PyCFunction) _wrap_Gauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS, NULL },
31714 { (char *)"Gauge_SetBezelFace", (PyCFunction) _wrap_Gauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS, NULL },
31715 { (char *)"Gauge_GetBezelFace", (PyCFunction) _wrap_Gauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS, NULL },
31716 { (char *)"Gauge_GetClassDefaultAttributes", (PyCFunction) _wrap_Gauge_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31717 { (char *)"Gauge_swigregister", Gauge_swigregister, METH_VARARGS, NULL },
31718 { (char *)"new_StaticBox", (PyCFunction) _wrap_new_StaticBox, METH_VARARGS | METH_KEYWORDS, NULL },
31719 { (char *)"new_PreStaticBox", (PyCFunction) _wrap_new_PreStaticBox, METH_VARARGS | METH_KEYWORDS, NULL },
31720 { (char *)"StaticBox_Create", (PyCFunction) _wrap_StaticBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31721 { (char *)"StaticBox_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31722 { (char *)"StaticBox_swigregister", StaticBox_swigregister, METH_VARARGS, NULL },
31723 { (char *)"new_StaticLine", (PyCFunction) _wrap_new_StaticLine, METH_VARARGS | METH_KEYWORDS, NULL },
31724 { (char *)"new_PreStaticLine", (PyCFunction) _wrap_new_PreStaticLine, METH_VARARGS | METH_KEYWORDS, NULL },
31725 { (char *)"StaticLine_Create", (PyCFunction) _wrap_StaticLine_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31726 { (char *)"StaticLine_IsVertical", (PyCFunction) _wrap_StaticLine_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31727 { (char *)"StaticLine_GetDefaultSize", (PyCFunction) _wrap_StaticLine_GetDefaultSize, METH_VARARGS | METH_KEYWORDS, NULL },
31728 { (char *)"StaticLine_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticLine_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31729 { (char *)"StaticLine_swigregister", StaticLine_swigregister, METH_VARARGS, NULL },
31730 { (char *)"new_StaticText", (PyCFunction) _wrap_new_StaticText, METH_VARARGS | METH_KEYWORDS, NULL },
31731 { (char *)"new_PreStaticText", (PyCFunction) _wrap_new_PreStaticText, METH_VARARGS | METH_KEYWORDS, NULL },
31732 { (char *)"StaticText_Create", (PyCFunction) _wrap_StaticText_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31733 { (char *)"StaticText_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticText_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31734 { (char *)"StaticText_swigregister", StaticText_swigregister, METH_VARARGS, NULL },
31735 { (char *)"new_StaticBitmap", (PyCFunction) _wrap_new_StaticBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31736 { (char *)"new_PreStaticBitmap", (PyCFunction) _wrap_new_PreStaticBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31737 { (char *)"StaticBitmap_Create", (PyCFunction) _wrap_StaticBitmap_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31738 { (char *)"StaticBitmap_GetBitmap", (PyCFunction) _wrap_StaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31739 { (char *)"StaticBitmap_SetBitmap", (PyCFunction) _wrap_StaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
31740 { (char *)"StaticBitmap_SetIcon", (PyCFunction) _wrap_StaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS, NULL },
31741 { (char *)"StaticBitmap_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticBitmap_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31742 { (char *)"StaticBitmap_swigregister", StaticBitmap_swigregister, METH_VARARGS, NULL },
31743 { (char *)"new_ListBox", (PyCFunction) _wrap_new_ListBox, METH_VARARGS | METH_KEYWORDS, NULL },
31744 { (char *)"new_PreListBox", (PyCFunction) _wrap_new_PreListBox, METH_VARARGS | METH_KEYWORDS, NULL },
31745 { (char *)"ListBox_Create", (PyCFunction) _wrap_ListBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31746 { (char *)"ListBox_Insert", (PyCFunction) _wrap_ListBox_Insert, METH_VARARGS | METH_KEYWORDS, NULL },
31747 { (char *)"ListBox_InsertItems", (PyCFunction) _wrap_ListBox_InsertItems, METH_VARARGS | METH_KEYWORDS, NULL },
31748 { (char *)"ListBox_Set", (PyCFunction) _wrap_ListBox_Set, METH_VARARGS | METH_KEYWORDS, NULL },
31749 { (char *)"ListBox_IsSelected", (PyCFunction) _wrap_ListBox_IsSelected, METH_VARARGS | METH_KEYWORDS, NULL },
31750 { (char *)"ListBox_SetSelection", (PyCFunction) _wrap_ListBox_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31751 { (char *)"ListBox_Select", (PyCFunction) _wrap_ListBox_Select, METH_VARARGS | METH_KEYWORDS, NULL },
31752 { (char *)"ListBox_Deselect", (PyCFunction) _wrap_ListBox_Deselect, METH_VARARGS | METH_KEYWORDS, NULL },
31753 { (char *)"ListBox_DeselectAll", (PyCFunction) _wrap_ListBox_DeselectAll, METH_VARARGS | METH_KEYWORDS, NULL },
31754 { (char *)"ListBox_SetStringSelection", (PyCFunction) _wrap_ListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31755 { (char *)"ListBox_GetSelections", (PyCFunction) _wrap_ListBox_GetSelections, METH_VARARGS | METH_KEYWORDS, NULL },
31756 { (char *)"ListBox_SetFirstItem", (PyCFunction) _wrap_ListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS, NULL },
31757 { (char *)"ListBox_SetFirstItemStr", (PyCFunction) _wrap_ListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS, NULL },
31758 { (char *)"ListBox_EnsureVisible", (PyCFunction) _wrap_ListBox_EnsureVisible, METH_VARARGS | METH_KEYWORDS, NULL },
31759 { (char *)"ListBox_AppendAndEnsureVisible", (PyCFunction) _wrap_ListBox_AppendAndEnsureVisible, METH_VARARGS | METH_KEYWORDS, NULL },
31760 { (char *)"ListBox_IsSorted", (PyCFunction) _wrap_ListBox_IsSorted, METH_VARARGS | METH_KEYWORDS, NULL },
31761 { (char *)"ListBox_SetItemForegroundColour", (PyCFunction) _wrap_ListBox_SetItemForegroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31762 { (char *)"ListBox_SetItemBackgroundColour", (PyCFunction) _wrap_ListBox_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31763 { (char *)"ListBox_SetItemFont", (PyCFunction) _wrap_ListBox_SetItemFont, METH_VARARGS | METH_KEYWORDS, NULL },
31764 { (char *)"ListBox_GetClassDefaultAttributes", (PyCFunction) _wrap_ListBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31765 { (char *)"ListBox_swigregister", ListBox_swigregister, METH_VARARGS, NULL },
31766 { (char *)"new_CheckListBox", (PyCFunction) _wrap_new_CheckListBox, METH_VARARGS | METH_KEYWORDS, NULL },
31767 { (char *)"new_PreCheckListBox", (PyCFunction) _wrap_new_PreCheckListBox, METH_VARARGS | METH_KEYWORDS, NULL },
31768 { (char *)"CheckListBox_Create", (PyCFunction) _wrap_CheckListBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31769 { (char *)"CheckListBox_IsChecked", (PyCFunction) _wrap_CheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS, NULL },
31770 { (char *)"CheckListBox_Check", (PyCFunction) _wrap_CheckListBox_Check, METH_VARARGS | METH_KEYWORDS, NULL },
31771 { (char *)"CheckListBox_HitTest", (PyCFunction) _wrap_CheckListBox_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
31772 { (char *)"CheckListBox_HitTestXY", (PyCFunction) _wrap_CheckListBox_HitTestXY, METH_VARARGS | METH_KEYWORDS, NULL },
31773 { (char *)"CheckListBox_swigregister", CheckListBox_swigregister, METH_VARARGS, NULL },
31774 { (char *)"new_TextAttr", (PyCFunction) _wrap_new_TextAttr, METH_VARARGS | METH_KEYWORDS, NULL },
31775 { (char *)"delete_TextAttr", (PyCFunction) _wrap_delete_TextAttr, METH_VARARGS | METH_KEYWORDS, NULL },
31776 { (char *)"TextAttr_Init", (PyCFunction) _wrap_TextAttr_Init, METH_VARARGS | METH_KEYWORDS, NULL },
31777 { (char *)"TextAttr_SetTextColour", (PyCFunction) _wrap_TextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31778 { (char *)"TextAttr_SetBackgroundColour", (PyCFunction) _wrap_TextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31779 { (char *)"TextAttr_SetFont", (PyCFunction) _wrap_TextAttr_SetFont, METH_VARARGS | METH_KEYWORDS, NULL },
31780 { (char *)"TextAttr_SetAlignment", (PyCFunction) _wrap_TextAttr_SetAlignment, METH_VARARGS | METH_KEYWORDS, NULL },
31781 { (char *)"TextAttr_SetTabs", (PyCFunction) _wrap_TextAttr_SetTabs, METH_VARARGS | METH_KEYWORDS, NULL },
31782 { (char *)"TextAttr_SetLeftIndent", (PyCFunction) _wrap_TextAttr_SetLeftIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31783 { (char *)"TextAttr_SetRightIndent", (PyCFunction) _wrap_TextAttr_SetRightIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31784 { (char *)"TextAttr_SetFlags", (PyCFunction) _wrap_TextAttr_SetFlags, METH_VARARGS | METH_KEYWORDS, NULL },
31785 { (char *)"TextAttr_HasTextColour", (PyCFunction) _wrap_TextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31786 { (char *)"TextAttr_HasBackgroundColour", (PyCFunction) _wrap_TextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31787 { (char *)"TextAttr_HasFont", (PyCFunction) _wrap_TextAttr_HasFont, METH_VARARGS | METH_KEYWORDS, NULL },
31788 { (char *)"TextAttr_HasAlignment", (PyCFunction) _wrap_TextAttr_HasAlignment, METH_VARARGS | METH_KEYWORDS, NULL },
31789 { (char *)"TextAttr_HasTabs", (PyCFunction) _wrap_TextAttr_HasTabs, METH_VARARGS | METH_KEYWORDS, NULL },
31790 { (char *)"TextAttr_HasLeftIndent", (PyCFunction) _wrap_TextAttr_HasLeftIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31791 { (char *)"TextAttr_HasRightIndent", (PyCFunction) _wrap_TextAttr_HasRightIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31792 { (char *)"TextAttr_HasFlag", (PyCFunction) _wrap_TextAttr_HasFlag, METH_VARARGS | METH_KEYWORDS, NULL },
31793 { (char *)"TextAttr_GetTextColour", (PyCFunction) _wrap_TextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
31794 { (char *)"TextAttr_GetBackgroundColour", (PyCFunction) _wrap_TextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
31795 { (char *)"TextAttr_GetFont", (PyCFunction) _wrap_TextAttr_GetFont, METH_VARARGS | METH_KEYWORDS, NULL },
31796 { (char *)"TextAttr_GetAlignment", (PyCFunction) _wrap_TextAttr_GetAlignment, METH_VARARGS | METH_KEYWORDS, NULL },
31797 { (char *)"TextAttr_GetTabs", (PyCFunction) _wrap_TextAttr_GetTabs, METH_VARARGS | METH_KEYWORDS, NULL },
31798 { (char *)"TextAttr_GetLeftIndent", (PyCFunction) _wrap_TextAttr_GetLeftIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31799 { (char *)"TextAttr_GetLeftSubIndent", (PyCFunction) _wrap_TextAttr_GetLeftSubIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31800 { (char *)"TextAttr_GetRightIndent", (PyCFunction) _wrap_TextAttr_GetRightIndent, METH_VARARGS | METH_KEYWORDS, NULL },
31801 { (char *)"TextAttr_GetFlags", (PyCFunction) _wrap_TextAttr_GetFlags, METH_VARARGS | METH_KEYWORDS, NULL },
31802 { (char *)"TextAttr_IsDefault", (PyCFunction) _wrap_TextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS, NULL },
31803 { (char *)"TextAttr_Combine", (PyCFunction) _wrap_TextAttr_Combine, METH_VARARGS | METH_KEYWORDS, NULL },
31804 { (char *)"TextAttr_swigregister", TextAttr_swigregister, METH_VARARGS, NULL },
31805 { (char *)"new_TextCtrl", (PyCFunction) _wrap_new_TextCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31806 { (char *)"new_PreTextCtrl", (PyCFunction) _wrap_new_PreTextCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31807 { (char *)"TextCtrl_Create", (PyCFunction) _wrap_TextCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31808 { (char *)"TextCtrl_GetValue", (PyCFunction) _wrap_TextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31809 { (char *)"TextCtrl_SetValue", (PyCFunction) _wrap_TextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31810 { (char *)"TextCtrl_GetRange", (PyCFunction) _wrap_TextCtrl_GetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31811 { (char *)"TextCtrl_GetLineLength", (PyCFunction) _wrap_TextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS, NULL },
31812 { (char *)"TextCtrl_GetLineText", (PyCFunction) _wrap_TextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS, NULL },
31813 { (char *)"TextCtrl_GetNumberOfLines", (PyCFunction) _wrap_TextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS, NULL },
31814 { (char *)"TextCtrl_IsModified", (PyCFunction) _wrap_TextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS, NULL },
31815 { (char *)"TextCtrl_IsEditable", (PyCFunction) _wrap_TextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS, NULL },
31816 { (char *)"TextCtrl_IsSingleLine", (PyCFunction) _wrap_TextCtrl_IsSingleLine, METH_VARARGS | METH_KEYWORDS, NULL },
31817 { (char *)"TextCtrl_IsMultiLine", (PyCFunction) _wrap_TextCtrl_IsMultiLine, METH_VARARGS | METH_KEYWORDS, NULL },
31818 { (char *)"TextCtrl_GetSelection", (PyCFunction) _wrap_TextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31819 { (char *)"TextCtrl_GetStringSelection", (PyCFunction) _wrap_TextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31820 { (char *)"TextCtrl_Clear", (PyCFunction) _wrap_TextCtrl_Clear, METH_VARARGS | METH_KEYWORDS, NULL },
31821 { (char *)"TextCtrl_Replace", (PyCFunction) _wrap_TextCtrl_Replace, METH_VARARGS | METH_KEYWORDS, NULL },
31822 { (char *)"TextCtrl_Remove", (PyCFunction) _wrap_TextCtrl_Remove, METH_VARARGS | METH_KEYWORDS, NULL },
31823 { (char *)"TextCtrl_LoadFile", (PyCFunction) _wrap_TextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS, NULL },
31824 { (char *)"TextCtrl_SaveFile", (PyCFunction) _wrap_TextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS, NULL },
31825 { (char *)"TextCtrl_MarkDirty", (PyCFunction) _wrap_TextCtrl_MarkDirty, METH_VARARGS | METH_KEYWORDS, NULL },
31826 { (char *)"TextCtrl_DiscardEdits", (PyCFunction) _wrap_TextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS, NULL },
31827 { (char *)"TextCtrl_SetMaxLength", (PyCFunction) _wrap_TextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS, NULL },
31828 { (char *)"TextCtrl_WriteText", (PyCFunction) _wrap_TextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS, NULL },
31829 { (char *)"TextCtrl_AppendText", (PyCFunction) _wrap_TextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS, NULL },
31830 { (char *)"TextCtrl_EmulateKeyPress", (PyCFunction) _wrap_TextCtrl_EmulateKeyPress, METH_VARARGS | METH_KEYWORDS, NULL },
31831 { (char *)"TextCtrl_SetStyle", (PyCFunction) _wrap_TextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31832 { (char *)"TextCtrl_GetStyle", (PyCFunction) _wrap_TextCtrl_GetStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31833 { (char *)"TextCtrl_SetDefaultStyle", (PyCFunction) _wrap_TextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31834 { (char *)"TextCtrl_GetDefaultStyle", (PyCFunction) _wrap_TextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS, NULL },
31835 { (char *)"TextCtrl_XYToPosition", (PyCFunction) _wrap_TextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31836 { (char *)"TextCtrl_PositionToXY", (PyCFunction) _wrap_TextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS, NULL },
31837 { (char *)"TextCtrl_ShowPosition", (PyCFunction) _wrap_TextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31838 { (char *)"TextCtrl_HitTest", (PyCFunction) _wrap_TextCtrl_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
31839 { (char *)"TextCtrl_HitTestPos", (PyCFunction) _wrap_TextCtrl_HitTestPos, METH_VARARGS | METH_KEYWORDS, NULL },
31840 { (char *)"TextCtrl_Copy", (PyCFunction) _wrap_TextCtrl_Copy, METH_VARARGS | METH_KEYWORDS, NULL },
31841 { (char *)"TextCtrl_Cut", (PyCFunction) _wrap_TextCtrl_Cut, METH_VARARGS | METH_KEYWORDS, NULL },
31842 { (char *)"TextCtrl_Paste", (PyCFunction) _wrap_TextCtrl_Paste, METH_VARARGS | METH_KEYWORDS, NULL },
31843 { (char *)"TextCtrl_CanCopy", (PyCFunction) _wrap_TextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS, NULL },
31844 { (char *)"TextCtrl_CanCut", (PyCFunction) _wrap_TextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS, NULL },
31845 { (char *)"TextCtrl_CanPaste", (PyCFunction) _wrap_TextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS, NULL },
31846 { (char *)"TextCtrl_Undo", (PyCFunction) _wrap_TextCtrl_Undo, METH_VARARGS | METH_KEYWORDS, NULL },
31847 { (char *)"TextCtrl_Redo", (PyCFunction) _wrap_TextCtrl_Redo, METH_VARARGS | METH_KEYWORDS, NULL },
31848 { (char *)"TextCtrl_CanUndo", (PyCFunction) _wrap_TextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS, NULL },
31849 { (char *)"TextCtrl_CanRedo", (PyCFunction) _wrap_TextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS, NULL },
31850 { (char *)"TextCtrl_SetInsertionPoint", (PyCFunction) _wrap_TextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31851 { (char *)"TextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_TextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS, NULL },
31852 { (char *)"TextCtrl_GetInsertionPoint", (PyCFunction) _wrap_TextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS, NULL },
31853 { (char *)"TextCtrl_GetLastPosition", (PyCFunction) _wrap_TextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31854 { (char *)"TextCtrl_SetSelection", (PyCFunction) _wrap_TextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31855 { (char *)"TextCtrl_SelectAll", (PyCFunction) _wrap_TextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS, NULL },
31856 { (char *)"TextCtrl_SetEditable", (PyCFunction) _wrap_TextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS, NULL },
31857 { (char *)"TextCtrl_write", (PyCFunction) _wrap_TextCtrl_write, METH_VARARGS | METH_KEYWORDS, NULL },
31858 { (char *)"TextCtrl_GetString", (PyCFunction) _wrap_TextCtrl_GetString, METH_VARARGS | METH_KEYWORDS, NULL },
31859 { (char *)"TextCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_TextCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31860 { (char *)"TextCtrl_swigregister", TextCtrl_swigregister, METH_VARARGS, NULL },
31861 { (char *)"new_TextUrlEvent", (PyCFunction) _wrap_new_TextUrlEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31862 { (char *)"TextUrlEvent_GetMouseEvent", (PyCFunction) _wrap_TextUrlEvent_GetMouseEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31863 { (char *)"TextUrlEvent_GetURLStart", (PyCFunction) _wrap_TextUrlEvent_GetURLStart, METH_VARARGS | METH_KEYWORDS, NULL },
31864 { (char *)"TextUrlEvent_GetURLEnd", (PyCFunction) _wrap_TextUrlEvent_GetURLEnd, METH_VARARGS | METH_KEYWORDS, NULL },
31865 { (char *)"TextUrlEvent_swigregister", TextUrlEvent_swigregister, METH_VARARGS, NULL },
31866 { (char *)"new_ScrollBar", (PyCFunction) _wrap_new_ScrollBar, METH_VARARGS | METH_KEYWORDS, NULL },
31867 { (char *)"new_PreScrollBar", (PyCFunction) _wrap_new_PreScrollBar, METH_VARARGS | METH_KEYWORDS, NULL },
31868 { (char *)"ScrollBar_Create", (PyCFunction) _wrap_ScrollBar_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31869 { (char *)"ScrollBar_GetThumbPosition", (PyCFunction) _wrap_ScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31870 { (char *)"ScrollBar_GetThumbSize", (PyCFunction) _wrap_ScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS, NULL },
31871 { (char *)"ScrollBar_GetPageSize", (PyCFunction) _wrap_ScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS, NULL },
31872 { (char *)"ScrollBar_GetRange", (PyCFunction) _wrap_ScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31873 { (char *)"ScrollBar_IsVertical", (PyCFunction) _wrap_ScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31874 { (char *)"ScrollBar_SetThumbPosition", (PyCFunction) _wrap_ScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31875 { (char *)"ScrollBar_SetScrollbar", (PyCFunction) _wrap_ScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS, NULL },
31876 { (char *)"ScrollBar_GetClassDefaultAttributes", (PyCFunction) _wrap_ScrollBar_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31877 { (char *)"ScrollBar_swigregister", ScrollBar_swigregister, METH_VARARGS, NULL },
31878 { (char *)"new_SpinButton", (PyCFunction) _wrap_new_SpinButton, METH_VARARGS | METH_KEYWORDS, NULL },
31879 { (char *)"new_PreSpinButton", (PyCFunction) _wrap_new_PreSpinButton, METH_VARARGS | METH_KEYWORDS, NULL },
31880 { (char *)"SpinButton_Create", (PyCFunction) _wrap_SpinButton_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31881 { (char *)"SpinButton_GetValue", (PyCFunction) _wrap_SpinButton_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31882 { (char *)"SpinButton_GetMin", (PyCFunction) _wrap_SpinButton_GetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31883 { (char *)"SpinButton_GetMax", (PyCFunction) _wrap_SpinButton_GetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31884 { (char *)"SpinButton_SetValue", (PyCFunction) _wrap_SpinButton_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31885 { (char *)"SpinButton_SetMin", (PyCFunction) _wrap_SpinButton_SetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31886 { (char *)"SpinButton_SetMax", (PyCFunction) _wrap_SpinButton_SetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31887 { (char *)"SpinButton_SetRange", (PyCFunction) _wrap_SpinButton_SetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31888 { (char *)"SpinButton_IsVertical", (PyCFunction) _wrap_SpinButton_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
31889 { (char *)"SpinButton_GetClassDefaultAttributes", (PyCFunction) _wrap_SpinButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31890 { (char *)"SpinButton_swigregister", SpinButton_swigregister, METH_VARARGS, NULL },
31891 { (char *)"new_SpinCtrl", (PyCFunction) _wrap_new_SpinCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31892 { (char *)"new_PreSpinCtrl", (PyCFunction) _wrap_new_PreSpinCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
31893 { (char *)"SpinCtrl_Create", (PyCFunction) _wrap_SpinCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31894 { (char *)"SpinCtrl_GetValue", (PyCFunction) _wrap_SpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31895 { (char *)"SpinCtrl_SetValue", (PyCFunction) _wrap_SpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31896 { (char *)"SpinCtrl_SetValueString", (PyCFunction) _wrap_SpinCtrl_SetValueString, METH_VARARGS | METH_KEYWORDS, NULL },
31897 { (char *)"SpinCtrl_SetRange", (PyCFunction) _wrap_SpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31898 { (char *)"SpinCtrl_GetMin", (PyCFunction) _wrap_SpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31899 { (char *)"SpinCtrl_GetMax", (PyCFunction) _wrap_SpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31900 { (char *)"SpinCtrl_SetSelection", (PyCFunction) _wrap_SpinCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31901 { (char *)"SpinCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_SpinCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31902 { (char *)"SpinCtrl_swigregister", SpinCtrl_swigregister, METH_VARARGS, NULL },
31903 { (char *)"new_SpinEvent", (PyCFunction) _wrap_new_SpinEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31904 { (char *)"SpinEvent_GetPosition", (PyCFunction) _wrap_SpinEvent_GetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31905 { (char *)"SpinEvent_SetPosition", (PyCFunction) _wrap_SpinEvent_SetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
31906 { (char *)"SpinEvent_swigregister", SpinEvent_swigregister, METH_VARARGS, NULL },
31907 { (char *)"new_RadioBox", (PyCFunction) _wrap_new_RadioBox, METH_VARARGS | METH_KEYWORDS, NULL },
31908 { (char *)"new_PreRadioBox", (PyCFunction) _wrap_new_PreRadioBox, METH_VARARGS | METH_KEYWORDS, NULL },
31909 { (char *)"RadioBox_Create", (PyCFunction) _wrap_RadioBox_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31910 { (char *)"RadioBox_SetSelection", (PyCFunction) _wrap_RadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31911 { (char *)"RadioBox_GetSelection", (PyCFunction) _wrap_RadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31912 { (char *)"RadioBox_GetStringSelection", (PyCFunction) _wrap_RadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31913 { (char *)"RadioBox_SetStringSelection", (PyCFunction) _wrap_RadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31914 { (char *)"RadioBox_GetCount", (PyCFunction) _wrap_RadioBox_GetCount, METH_VARARGS | METH_KEYWORDS, NULL },
31915 { (char *)"RadioBox_FindString", (PyCFunction) _wrap_RadioBox_FindString, METH_VARARGS | METH_KEYWORDS, NULL },
31916 { (char *)"RadioBox_GetString", (PyCFunction) _wrap_RadioBox_GetString, METH_VARARGS | METH_KEYWORDS, NULL },
31917 { (char *)"RadioBox_SetString", (PyCFunction) _wrap_RadioBox_SetString, METH_VARARGS | METH_KEYWORDS, NULL },
31918 { (char *)"RadioBox_EnableItem", (PyCFunction) _wrap_RadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS, NULL },
31919 { (char *)"RadioBox_ShowItem", (PyCFunction) _wrap_RadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS, NULL },
31920 { (char *)"RadioBox_GetColumnCount", (PyCFunction) _wrap_RadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS, NULL },
31921 { (char *)"RadioBox_GetRowCount", (PyCFunction) _wrap_RadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS, NULL },
31922 { (char *)"RadioBox_GetNextItem", (PyCFunction) _wrap_RadioBox_GetNextItem, METH_VARARGS | METH_KEYWORDS, NULL },
31923 { (char *)"RadioBox_GetClassDefaultAttributes", (PyCFunction) _wrap_RadioBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31924 { (char *)"RadioBox_swigregister", RadioBox_swigregister, METH_VARARGS, NULL },
31925 { (char *)"new_RadioButton", (PyCFunction) _wrap_new_RadioButton, METH_VARARGS | METH_KEYWORDS, NULL },
31926 { (char *)"new_PreRadioButton", (PyCFunction) _wrap_new_PreRadioButton, METH_VARARGS | METH_KEYWORDS, NULL },
31927 { (char *)"RadioButton_Create", (PyCFunction) _wrap_RadioButton_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31928 { (char *)"RadioButton_GetValue", (PyCFunction) _wrap_RadioButton_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31929 { (char *)"RadioButton_SetValue", (PyCFunction) _wrap_RadioButton_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31930 { (char *)"RadioButton_GetClassDefaultAttributes", (PyCFunction) _wrap_RadioButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31931 { (char *)"RadioButton_swigregister", RadioButton_swigregister, METH_VARARGS, NULL },
31932 { (char *)"new_Slider", (PyCFunction) _wrap_new_Slider, METH_VARARGS | METH_KEYWORDS, NULL },
31933 { (char *)"new_PreSlider", (PyCFunction) _wrap_new_PreSlider, METH_VARARGS | METH_KEYWORDS, NULL },
31934 { (char *)"Slider_Create", (PyCFunction) _wrap_Slider_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31935 { (char *)"Slider_GetValue", (PyCFunction) _wrap_Slider_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31936 { (char *)"Slider_SetValue", (PyCFunction) _wrap_Slider_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31937 { (char *)"Slider_SetRange", (PyCFunction) _wrap_Slider_SetRange, METH_VARARGS | METH_KEYWORDS, NULL },
31938 { (char *)"Slider_GetMin", (PyCFunction) _wrap_Slider_GetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31939 { (char *)"Slider_GetMax", (PyCFunction) _wrap_Slider_GetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31940 { (char *)"Slider_SetMin", (PyCFunction) _wrap_Slider_SetMin, METH_VARARGS | METH_KEYWORDS, NULL },
31941 { (char *)"Slider_SetMax", (PyCFunction) _wrap_Slider_SetMax, METH_VARARGS | METH_KEYWORDS, NULL },
31942 { (char *)"Slider_SetLineSize", (PyCFunction) _wrap_Slider_SetLineSize, METH_VARARGS | METH_KEYWORDS, NULL },
31943 { (char *)"Slider_SetPageSize", (PyCFunction) _wrap_Slider_SetPageSize, METH_VARARGS | METH_KEYWORDS, NULL },
31944 { (char *)"Slider_GetLineSize", (PyCFunction) _wrap_Slider_GetLineSize, METH_VARARGS | METH_KEYWORDS, NULL },
31945 { (char *)"Slider_GetPageSize", (PyCFunction) _wrap_Slider_GetPageSize, METH_VARARGS | METH_KEYWORDS, NULL },
31946 { (char *)"Slider_SetThumbLength", (PyCFunction) _wrap_Slider_SetThumbLength, METH_VARARGS | METH_KEYWORDS, NULL },
31947 { (char *)"Slider_GetThumbLength", (PyCFunction) _wrap_Slider_GetThumbLength, METH_VARARGS | METH_KEYWORDS, NULL },
31948 { (char *)"Slider_SetTickFreq", (PyCFunction) _wrap_Slider_SetTickFreq, METH_VARARGS | METH_KEYWORDS, NULL },
31949 { (char *)"Slider_GetTickFreq", (PyCFunction) _wrap_Slider_GetTickFreq, METH_VARARGS | METH_KEYWORDS, NULL },
31950 { (char *)"Slider_ClearTicks", (PyCFunction) _wrap_Slider_ClearTicks, METH_VARARGS | METH_KEYWORDS, NULL },
31951 { (char *)"Slider_SetTick", (PyCFunction) _wrap_Slider_SetTick, METH_VARARGS | METH_KEYWORDS, NULL },
31952 { (char *)"Slider_ClearSel", (PyCFunction) _wrap_Slider_ClearSel, METH_VARARGS | METH_KEYWORDS, NULL },
31953 { (char *)"Slider_GetSelEnd", (PyCFunction) _wrap_Slider_GetSelEnd, METH_VARARGS | METH_KEYWORDS, NULL },
31954 { (char *)"Slider_GetSelStart", (PyCFunction) _wrap_Slider_GetSelStart, METH_VARARGS | METH_KEYWORDS, NULL },
31955 { (char *)"Slider_SetSelection", (PyCFunction) _wrap_Slider_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31956 { (char *)"Slider_GetClassDefaultAttributes", (PyCFunction) _wrap_Slider_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31957 { (char *)"Slider_swigregister", Slider_swigregister, METH_VARARGS, NULL },
31958 { (char *)"new_ToggleButton", (PyCFunction) _wrap_new_ToggleButton, METH_VARARGS | METH_KEYWORDS, NULL },
31959 { (char *)"new_PreToggleButton", (PyCFunction) _wrap_new_PreToggleButton, METH_VARARGS | METH_KEYWORDS, NULL },
31960 { (char *)"ToggleButton_Create", (PyCFunction) _wrap_ToggleButton_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31961 { (char *)"ToggleButton_SetValue", (PyCFunction) _wrap_ToggleButton_SetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31962 { (char *)"ToggleButton_GetValue", (PyCFunction) _wrap_ToggleButton_GetValue, METH_VARARGS | METH_KEYWORDS, NULL },
31963 { (char *)"ToggleButton_SetLabel", (PyCFunction) _wrap_ToggleButton_SetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
31964 { (char *)"ToggleButton_GetClassDefaultAttributes", (PyCFunction) _wrap_ToggleButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31965 { (char *)"ToggleButton_swigregister", ToggleButton_swigregister, METH_VARARGS, NULL },
31966 { (char *)"BookCtrl_GetPageCount", (PyCFunction) _wrap_BookCtrl_GetPageCount, METH_VARARGS | METH_KEYWORDS, NULL },
31967 { (char *)"BookCtrl_GetPage", (PyCFunction) _wrap_BookCtrl_GetPage, METH_VARARGS | METH_KEYWORDS, NULL },
31968 { (char *)"BookCtrl_GetSelection", (PyCFunction) _wrap_BookCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31969 { (char *)"BookCtrl_SetPageText", (PyCFunction) _wrap_BookCtrl_SetPageText, METH_VARARGS | METH_KEYWORDS, NULL },
31970 { (char *)"BookCtrl_GetPageText", (PyCFunction) _wrap_BookCtrl_GetPageText, METH_VARARGS | METH_KEYWORDS, NULL },
31971 { (char *)"BookCtrl_SetImageList", (PyCFunction) _wrap_BookCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31972 { (char *)"BookCtrl_AssignImageList", (PyCFunction) _wrap_BookCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31973 { (char *)"BookCtrl_GetImageList", (PyCFunction) _wrap_BookCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
31974 { (char *)"BookCtrl_GetPageImage", (PyCFunction) _wrap_BookCtrl_GetPageImage, METH_VARARGS | METH_KEYWORDS, NULL },
31975 { (char *)"BookCtrl_SetPageImage", (PyCFunction) _wrap_BookCtrl_SetPageImage, METH_VARARGS | METH_KEYWORDS, NULL },
31976 { (char *)"BookCtrl_SetPageSize", (PyCFunction) _wrap_BookCtrl_SetPageSize, METH_VARARGS | METH_KEYWORDS, NULL },
31977 { (char *)"BookCtrl_CalcSizeFromPage", (PyCFunction) _wrap_BookCtrl_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS, NULL },
31978 { (char *)"BookCtrl_DeletePage", (PyCFunction) _wrap_BookCtrl_DeletePage, METH_VARARGS | METH_KEYWORDS, NULL },
31979 { (char *)"BookCtrl_RemovePage", (PyCFunction) _wrap_BookCtrl_RemovePage, METH_VARARGS | METH_KEYWORDS, NULL },
31980 { (char *)"BookCtrl_DeleteAllPages", (PyCFunction) _wrap_BookCtrl_DeleteAllPages, METH_VARARGS | METH_KEYWORDS, NULL },
31981 { (char *)"BookCtrl_AddPage", (PyCFunction) _wrap_BookCtrl_AddPage, METH_VARARGS | METH_KEYWORDS, NULL },
31982 { (char *)"BookCtrl_InsertPage", (PyCFunction) _wrap_BookCtrl_InsertPage, METH_VARARGS | METH_KEYWORDS, NULL },
31983 { (char *)"BookCtrl_SetSelection", (PyCFunction) _wrap_BookCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31984 { (char *)"BookCtrl_AdvanceSelection", (PyCFunction) _wrap_BookCtrl_AdvanceSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31985 { (char *)"BookCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_BookCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
31986 { (char *)"BookCtrl_swigregister", BookCtrl_swigregister, METH_VARARGS, NULL },
31987 { (char *)"new_BookCtrlEvent", (PyCFunction) _wrap_new_BookCtrlEvent, METH_VARARGS | METH_KEYWORDS, NULL },
31988 { (char *)"BookCtrlEvent_GetSelection", (PyCFunction) _wrap_BookCtrlEvent_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31989 { (char *)"BookCtrlEvent_SetSelection", (PyCFunction) _wrap_BookCtrlEvent_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31990 { (char *)"BookCtrlEvent_GetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_GetOldSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31991 { (char *)"BookCtrlEvent_SetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_SetOldSelection, METH_VARARGS | METH_KEYWORDS, NULL },
31992 { (char *)"BookCtrlEvent_swigregister", BookCtrlEvent_swigregister, METH_VARARGS, NULL },
31993 { (char *)"new_Notebook", (PyCFunction) _wrap_new_Notebook, METH_VARARGS | METH_KEYWORDS, NULL },
31994 { (char *)"new_PreNotebook", (PyCFunction) _wrap_new_PreNotebook, METH_VARARGS | METH_KEYWORDS, NULL },
31995 { (char *)"Notebook_Create", (PyCFunction) _wrap_Notebook_Create, METH_VARARGS | METH_KEYWORDS, NULL },
31996 { (char *)"Notebook_GetRowCount", (PyCFunction) _wrap_Notebook_GetRowCount, METH_VARARGS | METH_KEYWORDS, NULL },
31997 { (char *)"Notebook_SetPadding", (PyCFunction) _wrap_Notebook_SetPadding, METH_VARARGS | METH_KEYWORDS, NULL },
31998 { (char *)"Notebook_SetTabSize", (PyCFunction) _wrap_Notebook_SetTabSize, METH_VARARGS | METH_KEYWORDS, NULL },
31999 { (char *)"Notebook_HitTest", (PyCFunction) _wrap_Notebook_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
32000 { (char *)"Notebook_CalcSizeFromPage", (PyCFunction) _wrap_Notebook_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS, NULL },
32001 { (char *)"Notebook_GetClassDefaultAttributes", (PyCFunction) _wrap_Notebook_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32002 { (char *)"Notebook_swigregister", Notebook_swigregister, METH_VARARGS, NULL },
32003 { (char *)"new_NotebookEvent", (PyCFunction) _wrap_new_NotebookEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32004 { (char *)"NotebookEvent_swigregister", NotebookEvent_swigregister, METH_VARARGS, NULL },
32005 { (char *)"new_Listbook", (PyCFunction) _wrap_new_Listbook, METH_VARARGS | METH_KEYWORDS, NULL },
32006 { (char *)"new_PreListbook", (PyCFunction) _wrap_new_PreListbook, METH_VARARGS | METH_KEYWORDS, NULL },
32007 { (char *)"Listbook_Create", (PyCFunction) _wrap_Listbook_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32008 { (char *)"Listbook_IsVertical", (PyCFunction) _wrap_Listbook_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
32009 { (char *)"Listbook_GetListView", (PyCFunction) _wrap_Listbook_GetListView, METH_VARARGS | METH_KEYWORDS, NULL },
32010 { (char *)"Listbook_swigregister", Listbook_swigregister, METH_VARARGS, NULL },
32011 { (char *)"new_ListbookEvent", (PyCFunction) _wrap_new_ListbookEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32012 { (char *)"ListbookEvent_swigregister", ListbookEvent_swigregister, METH_VARARGS, NULL },
32013 { (char *)"new_Choicebook", (PyCFunction) _wrap_new_Choicebook, METH_VARARGS | METH_KEYWORDS, NULL },
32014 { (char *)"new_PreChoicebook", (PyCFunction) _wrap_new_PreChoicebook, METH_VARARGS | METH_KEYWORDS, NULL },
32015 { (char *)"Choicebook_Create", (PyCFunction) _wrap_Choicebook_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32016 { (char *)"Choicebook_IsVertical", (PyCFunction) _wrap_Choicebook_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
32017 { (char *)"Choicebook_DeleteAllPages", (PyCFunction) _wrap_Choicebook_DeleteAllPages, METH_VARARGS | METH_KEYWORDS, NULL },
32018 { (char *)"Choicebook_swigregister", Choicebook_swigregister, METH_VARARGS, NULL },
32019 { (char *)"new_ChoicebookEvent", (PyCFunction) _wrap_new_ChoicebookEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32020 { (char *)"ChoicebookEvent_swigregister", ChoicebookEvent_swigregister, METH_VARARGS, NULL },
32021 { (char *)"new_BookCtrlSizer", (PyCFunction) _wrap_new_BookCtrlSizer, METH_VARARGS | METH_KEYWORDS, NULL },
32022 { (char *)"BookCtrlSizer_RecalcSizes", (PyCFunction) _wrap_BookCtrlSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS, NULL },
32023 { (char *)"BookCtrlSizer_CalcMin", (PyCFunction) _wrap_BookCtrlSizer_CalcMin, METH_VARARGS | METH_KEYWORDS, NULL },
32024 { (char *)"BookCtrlSizer_GetControl", (PyCFunction) _wrap_BookCtrlSizer_GetControl, METH_VARARGS | METH_KEYWORDS, NULL },
32025 { (char *)"BookCtrlSizer_swigregister", BookCtrlSizer_swigregister, METH_VARARGS, NULL },
32026 { (char *)"new_NotebookSizer", (PyCFunction) _wrap_new_NotebookSizer, METH_VARARGS | METH_KEYWORDS, NULL },
32027 { (char *)"NotebookSizer_RecalcSizes", (PyCFunction) _wrap_NotebookSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS, NULL },
32028 { (char *)"NotebookSizer_CalcMin", (PyCFunction) _wrap_NotebookSizer_CalcMin, METH_VARARGS | METH_KEYWORDS, NULL },
32029 { (char *)"NotebookSizer_GetNotebook", (PyCFunction) _wrap_NotebookSizer_GetNotebook, METH_VARARGS | METH_KEYWORDS, NULL },
32030 { (char *)"NotebookSizer_swigregister", NotebookSizer_swigregister, METH_VARARGS, NULL },
32031 { (char *)"ToolBarToolBase_GetId", (PyCFunction) _wrap_ToolBarToolBase_GetId, METH_VARARGS | METH_KEYWORDS, NULL },
32032 { (char *)"ToolBarToolBase_GetControl", (PyCFunction) _wrap_ToolBarToolBase_GetControl, METH_VARARGS | METH_KEYWORDS, NULL },
32033 { (char *)"ToolBarToolBase_GetToolBar", (PyCFunction) _wrap_ToolBarToolBase_GetToolBar, METH_VARARGS | METH_KEYWORDS, NULL },
32034 { (char *)"ToolBarToolBase_IsButton", (PyCFunction) _wrap_ToolBarToolBase_IsButton, METH_VARARGS | METH_KEYWORDS, NULL },
32035 { (char *)"ToolBarToolBase_IsControl", (PyCFunction) _wrap_ToolBarToolBase_IsControl, METH_VARARGS | METH_KEYWORDS, NULL },
32036 { (char *)"ToolBarToolBase_IsSeparator", (PyCFunction) _wrap_ToolBarToolBase_IsSeparator, METH_VARARGS | METH_KEYWORDS, NULL },
32037 { (char *)"ToolBarToolBase_GetStyle", (PyCFunction) _wrap_ToolBarToolBase_GetStyle, METH_VARARGS | METH_KEYWORDS, NULL },
32038 { (char *)"ToolBarToolBase_GetKind", (PyCFunction) _wrap_ToolBarToolBase_GetKind, METH_VARARGS | METH_KEYWORDS, NULL },
32039 { (char *)"ToolBarToolBase_IsEnabled", (PyCFunction) _wrap_ToolBarToolBase_IsEnabled, METH_VARARGS | METH_KEYWORDS, NULL },
32040 { (char *)"ToolBarToolBase_IsToggled", (PyCFunction) _wrap_ToolBarToolBase_IsToggled, METH_VARARGS | METH_KEYWORDS, NULL },
32041 { (char *)"ToolBarToolBase_CanBeToggled", (PyCFunction) _wrap_ToolBarToolBase_CanBeToggled, METH_VARARGS | METH_KEYWORDS, NULL },
32042 { (char *)"ToolBarToolBase_GetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetNormalBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
32043 { (char *)"ToolBarToolBase_GetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetDisabledBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
32044 { (char *)"ToolBarToolBase_GetBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
32045 { (char *)"ToolBarToolBase_GetLabel", (PyCFunction) _wrap_ToolBarToolBase_GetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32046 { (char *)"ToolBarToolBase_GetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_GetShortHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32047 { (char *)"ToolBarToolBase_GetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_GetLongHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32048 { (char *)"ToolBarToolBase_Enable", (PyCFunction) _wrap_ToolBarToolBase_Enable, METH_VARARGS | METH_KEYWORDS, NULL },
32049 { (char *)"ToolBarToolBase_Toggle", (PyCFunction) _wrap_ToolBarToolBase_Toggle, METH_VARARGS | METH_KEYWORDS, NULL },
32050 { (char *)"ToolBarToolBase_SetToggle", (PyCFunction) _wrap_ToolBarToolBase_SetToggle, METH_VARARGS | METH_KEYWORDS, NULL },
32051 { (char *)"ToolBarToolBase_SetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_SetShortHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32052 { (char *)"ToolBarToolBase_SetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_SetLongHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32053 { (char *)"ToolBarToolBase_SetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetNormalBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
32054 { (char *)"ToolBarToolBase_SetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetDisabledBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
32055 { (char *)"ToolBarToolBase_SetLabel", (PyCFunction) _wrap_ToolBarToolBase_SetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32056 { (char *)"ToolBarToolBase_Detach", (PyCFunction) _wrap_ToolBarToolBase_Detach, METH_VARARGS | METH_KEYWORDS, NULL },
32057 { (char *)"ToolBarToolBase_Attach", (PyCFunction) _wrap_ToolBarToolBase_Attach, METH_VARARGS | METH_KEYWORDS, NULL },
32058 { (char *)"ToolBarToolBase_GetClientData", (PyCFunction) _wrap_ToolBarToolBase_GetClientData, METH_VARARGS | METH_KEYWORDS, NULL },
32059 { (char *)"ToolBarToolBase_SetClientData", (PyCFunction) _wrap_ToolBarToolBase_SetClientData, METH_VARARGS | METH_KEYWORDS, NULL },
32060 { (char *)"ToolBarToolBase_swigregister", ToolBarToolBase_swigregister, METH_VARARGS, NULL },
32061 { (char *)"ToolBarBase_DoAddTool", (PyCFunction) _wrap_ToolBarBase_DoAddTool, METH_VARARGS | METH_KEYWORDS, NULL },
32062 { (char *)"ToolBarBase_DoInsertTool", (PyCFunction) _wrap_ToolBarBase_DoInsertTool, METH_VARARGS | METH_KEYWORDS, NULL },
32063 { (char *)"ToolBarBase_AddToolItem", (PyCFunction) _wrap_ToolBarBase_AddToolItem, METH_VARARGS | METH_KEYWORDS, NULL },
32064 { (char *)"ToolBarBase_InsertToolItem", (PyCFunction) _wrap_ToolBarBase_InsertToolItem, METH_VARARGS | METH_KEYWORDS, NULL },
32065 { (char *)"ToolBarBase_AddControl", (PyCFunction) _wrap_ToolBarBase_AddControl, METH_VARARGS | METH_KEYWORDS, NULL },
32066 { (char *)"ToolBarBase_InsertControl", (PyCFunction) _wrap_ToolBarBase_InsertControl, METH_VARARGS | METH_KEYWORDS, NULL },
32067 { (char *)"ToolBarBase_FindControl", (PyCFunction) _wrap_ToolBarBase_FindControl, METH_VARARGS | METH_KEYWORDS, NULL },
32068 { (char *)"ToolBarBase_AddSeparator", (PyCFunction) _wrap_ToolBarBase_AddSeparator, METH_VARARGS | METH_KEYWORDS, NULL },
32069 { (char *)"ToolBarBase_InsertSeparator", (PyCFunction) _wrap_ToolBarBase_InsertSeparator, METH_VARARGS | METH_KEYWORDS, NULL },
32070 { (char *)"ToolBarBase_RemoveTool", (PyCFunction) _wrap_ToolBarBase_RemoveTool, METH_VARARGS | METH_KEYWORDS, NULL },
32071 { (char *)"ToolBarBase_DeleteToolByPos", (PyCFunction) _wrap_ToolBarBase_DeleteToolByPos, METH_VARARGS | METH_KEYWORDS, NULL },
32072 { (char *)"ToolBarBase_DeleteTool", (PyCFunction) _wrap_ToolBarBase_DeleteTool, METH_VARARGS | METH_KEYWORDS, NULL },
32073 { (char *)"ToolBarBase_ClearTools", (PyCFunction) _wrap_ToolBarBase_ClearTools, METH_VARARGS | METH_KEYWORDS, NULL },
32074 { (char *)"ToolBarBase_Realize", (PyCFunction) _wrap_ToolBarBase_Realize, METH_VARARGS | METH_KEYWORDS, NULL },
32075 { (char *)"ToolBarBase_EnableTool", (PyCFunction) _wrap_ToolBarBase_EnableTool, METH_VARARGS | METH_KEYWORDS, NULL },
32076 { (char *)"ToolBarBase_ToggleTool", (PyCFunction) _wrap_ToolBarBase_ToggleTool, METH_VARARGS | METH_KEYWORDS, NULL },
32077 { (char *)"ToolBarBase_SetToggle", (PyCFunction) _wrap_ToolBarBase_SetToggle, METH_VARARGS | METH_KEYWORDS, NULL },
32078 { (char *)"ToolBarBase_GetToolClientData", (PyCFunction) _wrap_ToolBarBase_GetToolClientData, METH_VARARGS | METH_KEYWORDS, NULL },
32079 { (char *)"ToolBarBase_SetToolClientData", (PyCFunction) _wrap_ToolBarBase_SetToolClientData, METH_VARARGS | METH_KEYWORDS, NULL },
32080 { (char *)"ToolBarBase_GetToolPos", (PyCFunction) _wrap_ToolBarBase_GetToolPos, METH_VARARGS | METH_KEYWORDS, NULL },
32081 { (char *)"ToolBarBase_GetToolState", (PyCFunction) _wrap_ToolBarBase_GetToolState, METH_VARARGS | METH_KEYWORDS, NULL },
32082 { (char *)"ToolBarBase_GetToolEnabled", (PyCFunction) _wrap_ToolBarBase_GetToolEnabled, METH_VARARGS | METH_KEYWORDS, NULL },
32083 { (char *)"ToolBarBase_SetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_SetToolShortHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32084 { (char *)"ToolBarBase_GetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_GetToolShortHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32085 { (char *)"ToolBarBase_SetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_SetToolLongHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32086 { (char *)"ToolBarBase_GetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_GetToolLongHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32087 { (char *)"ToolBarBase_SetMarginsXY", (PyCFunction) _wrap_ToolBarBase_SetMarginsXY, METH_VARARGS | METH_KEYWORDS, NULL },
32088 { (char *)"ToolBarBase_SetMargins", (PyCFunction) _wrap_ToolBarBase_SetMargins, METH_VARARGS | METH_KEYWORDS, NULL },
32089 { (char *)"ToolBarBase_SetToolPacking", (PyCFunction) _wrap_ToolBarBase_SetToolPacking, METH_VARARGS | METH_KEYWORDS, NULL },
32090 { (char *)"ToolBarBase_SetToolSeparation", (PyCFunction) _wrap_ToolBarBase_SetToolSeparation, METH_VARARGS | METH_KEYWORDS, NULL },
32091 { (char *)"ToolBarBase_GetToolMargins", (PyCFunction) _wrap_ToolBarBase_GetToolMargins, METH_VARARGS | METH_KEYWORDS, NULL },
32092 { (char *)"ToolBarBase_GetMargins", (PyCFunction) _wrap_ToolBarBase_GetMargins, METH_VARARGS | METH_KEYWORDS, NULL },
32093 { (char *)"ToolBarBase_GetToolPacking", (PyCFunction) _wrap_ToolBarBase_GetToolPacking, METH_VARARGS | METH_KEYWORDS, NULL },
32094 { (char *)"ToolBarBase_GetToolSeparation", (PyCFunction) _wrap_ToolBarBase_GetToolSeparation, METH_VARARGS | METH_KEYWORDS, NULL },
32095 { (char *)"ToolBarBase_SetRows", (PyCFunction) _wrap_ToolBarBase_SetRows, METH_VARARGS | METH_KEYWORDS, NULL },
32096 { (char *)"ToolBarBase_SetMaxRowsCols", (PyCFunction) _wrap_ToolBarBase_SetMaxRowsCols, METH_VARARGS | METH_KEYWORDS, NULL },
32097 { (char *)"ToolBarBase_GetMaxRows", (PyCFunction) _wrap_ToolBarBase_GetMaxRows, METH_VARARGS | METH_KEYWORDS, NULL },
32098 { (char *)"ToolBarBase_GetMaxCols", (PyCFunction) _wrap_ToolBarBase_GetMaxCols, METH_VARARGS | METH_KEYWORDS, NULL },
32099 { (char *)"ToolBarBase_SetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_SetToolBitmapSize, METH_VARARGS | METH_KEYWORDS, NULL },
32100 { (char *)"ToolBarBase_GetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_GetToolBitmapSize, METH_VARARGS | METH_KEYWORDS, NULL },
32101 { (char *)"ToolBarBase_GetToolSize", (PyCFunction) _wrap_ToolBarBase_GetToolSize, METH_VARARGS | METH_KEYWORDS, NULL },
32102 { (char *)"ToolBarBase_FindToolForPosition", (PyCFunction) _wrap_ToolBarBase_FindToolForPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32103 { (char *)"ToolBarBase_FindById", (PyCFunction) _wrap_ToolBarBase_FindById, METH_VARARGS | METH_KEYWORDS, NULL },
32104 { (char *)"ToolBarBase_IsVertical", (PyCFunction) _wrap_ToolBarBase_IsVertical, METH_VARARGS | METH_KEYWORDS, NULL },
32105 { (char *)"ToolBarBase_swigregister", ToolBarBase_swigregister, METH_VARARGS, NULL },
32106 { (char *)"new_ToolBar", (PyCFunction) _wrap_new_ToolBar, METH_VARARGS | METH_KEYWORDS, NULL },
32107 { (char *)"new_PreToolBar", (PyCFunction) _wrap_new_PreToolBar, METH_VARARGS | METH_KEYWORDS, NULL },
32108 { (char *)"ToolBar_Create", (PyCFunction) _wrap_ToolBar_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32109 { (char *)"ToolBar_FindToolForPosition", (PyCFunction) _wrap_ToolBar_FindToolForPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32110 { (char *)"ToolBar_GetClassDefaultAttributes", (PyCFunction) _wrap_ToolBar_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32111 { (char *)"ToolBar_swigregister", ToolBar_swigregister, METH_VARARGS, NULL },
32112 { (char *)"new_ListItemAttr", (PyCFunction) _wrap_new_ListItemAttr, METH_VARARGS | METH_KEYWORDS, NULL },
32113 { (char *)"ListItemAttr_SetTextColour", (PyCFunction) _wrap_ListItemAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32114 { (char *)"ListItemAttr_SetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32115 { (char *)"ListItemAttr_SetFont", (PyCFunction) _wrap_ListItemAttr_SetFont, METH_VARARGS | METH_KEYWORDS, NULL },
32116 { (char *)"ListItemAttr_HasTextColour", (PyCFunction) _wrap_ListItemAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32117 { (char *)"ListItemAttr_HasBackgroundColour", (PyCFunction) _wrap_ListItemAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32118 { (char *)"ListItemAttr_HasFont", (PyCFunction) _wrap_ListItemAttr_HasFont, METH_VARARGS | METH_KEYWORDS, NULL },
32119 { (char *)"ListItemAttr_GetTextColour", (PyCFunction) _wrap_ListItemAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32120 { (char *)"ListItemAttr_GetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32121 { (char *)"ListItemAttr_GetFont", (PyCFunction) _wrap_ListItemAttr_GetFont, METH_VARARGS | METH_KEYWORDS, NULL },
32122 { (char *)"ListItemAttr_Destroy", (PyCFunction) _wrap_ListItemAttr_Destroy, METH_VARARGS | METH_KEYWORDS, NULL },
32123 { (char *)"ListItemAttr_swigregister", ListItemAttr_swigregister, METH_VARARGS, NULL },
32124 { (char *)"new_ListItem", (PyCFunction) _wrap_new_ListItem, METH_VARARGS | METH_KEYWORDS, NULL },
32125 { (char *)"delete_ListItem", (PyCFunction) _wrap_delete_ListItem, METH_VARARGS | METH_KEYWORDS, NULL },
32126 { (char *)"ListItem_Clear", (PyCFunction) _wrap_ListItem_Clear, METH_VARARGS | METH_KEYWORDS, NULL },
32127 { (char *)"ListItem_ClearAttributes", (PyCFunction) _wrap_ListItem_ClearAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32128 { (char *)"ListItem_SetMask", (PyCFunction) _wrap_ListItem_SetMask, METH_VARARGS | METH_KEYWORDS, NULL },
32129 { (char *)"ListItem_SetId", (PyCFunction) _wrap_ListItem_SetId, METH_VARARGS | METH_KEYWORDS, NULL },
32130 { (char *)"ListItem_SetColumn", (PyCFunction) _wrap_ListItem_SetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
32131 { (char *)"ListItem_SetState", (PyCFunction) _wrap_ListItem_SetState, METH_VARARGS | METH_KEYWORDS, NULL },
32132 { (char *)"ListItem_SetStateMask", (PyCFunction) _wrap_ListItem_SetStateMask, METH_VARARGS | METH_KEYWORDS, NULL },
32133 { (char *)"ListItem_SetText", (PyCFunction) _wrap_ListItem_SetText, METH_VARARGS | METH_KEYWORDS, NULL },
32134 { (char *)"ListItem_SetImage", (PyCFunction) _wrap_ListItem_SetImage, METH_VARARGS | METH_KEYWORDS, NULL },
32135 { (char *)"ListItem_SetData", (PyCFunction) _wrap_ListItem_SetData, METH_VARARGS | METH_KEYWORDS, NULL },
32136 { (char *)"ListItem_SetWidth", (PyCFunction) _wrap_ListItem_SetWidth, METH_VARARGS | METH_KEYWORDS, NULL },
32137 { (char *)"ListItem_SetAlign", (PyCFunction) _wrap_ListItem_SetAlign, METH_VARARGS | METH_KEYWORDS, NULL },
32138 { (char *)"ListItem_SetTextColour", (PyCFunction) _wrap_ListItem_SetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32139 { (char *)"ListItem_SetBackgroundColour", (PyCFunction) _wrap_ListItem_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32140 { (char *)"ListItem_SetFont", (PyCFunction) _wrap_ListItem_SetFont, METH_VARARGS | METH_KEYWORDS, NULL },
32141 { (char *)"ListItem_GetMask", (PyCFunction) _wrap_ListItem_GetMask, METH_VARARGS | METH_KEYWORDS, NULL },
32142 { (char *)"ListItem_GetId", (PyCFunction) _wrap_ListItem_GetId, METH_VARARGS | METH_KEYWORDS, NULL },
32143 { (char *)"ListItem_GetColumn", (PyCFunction) _wrap_ListItem_GetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
32144 { (char *)"ListItem_GetState", (PyCFunction) _wrap_ListItem_GetState, METH_VARARGS | METH_KEYWORDS, NULL },
32145 { (char *)"ListItem_GetText", (PyCFunction) _wrap_ListItem_GetText, METH_VARARGS | METH_KEYWORDS, NULL },
32146 { (char *)"ListItem_GetImage", (PyCFunction) _wrap_ListItem_GetImage, METH_VARARGS | METH_KEYWORDS, NULL },
32147 { (char *)"ListItem_GetData", (PyCFunction) _wrap_ListItem_GetData, METH_VARARGS | METH_KEYWORDS, NULL },
32148 { (char *)"ListItem_GetWidth", (PyCFunction) _wrap_ListItem_GetWidth, METH_VARARGS | METH_KEYWORDS, NULL },
32149 { (char *)"ListItem_GetAlign", (PyCFunction) _wrap_ListItem_GetAlign, METH_VARARGS | METH_KEYWORDS, NULL },
32150 { (char *)"ListItem_GetAttributes", (PyCFunction) _wrap_ListItem_GetAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32151 { (char *)"ListItem_HasAttributes", (PyCFunction) _wrap_ListItem_HasAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32152 { (char *)"ListItem_GetTextColour", (PyCFunction) _wrap_ListItem_GetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32153 { (char *)"ListItem_GetBackgroundColour", (PyCFunction) _wrap_ListItem_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32154 { (char *)"ListItem_GetFont", (PyCFunction) _wrap_ListItem_GetFont, METH_VARARGS | METH_KEYWORDS, NULL },
32155 { (char *)"ListItem_m_mask_set", (PyCFunction) _wrap_ListItem_m_mask_set, METH_VARARGS | METH_KEYWORDS, NULL },
32156 { (char *)"ListItem_m_mask_get", (PyCFunction) _wrap_ListItem_m_mask_get, METH_VARARGS | METH_KEYWORDS, NULL },
32157 { (char *)"ListItem_m_itemId_set", (PyCFunction) _wrap_ListItem_m_itemId_set, METH_VARARGS | METH_KEYWORDS, NULL },
32158 { (char *)"ListItem_m_itemId_get", (PyCFunction) _wrap_ListItem_m_itemId_get, METH_VARARGS | METH_KEYWORDS, NULL },
32159 { (char *)"ListItem_m_col_set", (PyCFunction) _wrap_ListItem_m_col_set, METH_VARARGS | METH_KEYWORDS, NULL },
32160 { (char *)"ListItem_m_col_get", (PyCFunction) _wrap_ListItem_m_col_get, METH_VARARGS | METH_KEYWORDS, NULL },
32161 { (char *)"ListItem_m_state_set", (PyCFunction) _wrap_ListItem_m_state_set, METH_VARARGS | METH_KEYWORDS, NULL },
32162 { (char *)"ListItem_m_state_get", (PyCFunction) _wrap_ListItem_m_state_get, METH_VARARGS | METH_KEYWORDS, NULL },
32163 { (char *)"ListItem_m_stateMask_set", (PyCFunction) _wrap_ListItem_m_stateMask_set, METH_VARARGS | METH_KEYWORDS, NULL },
32164 { (char *)"ListItem_m_stateMask_get", (PyCFunction) _wrap_ListItem_m_stateMask_get, METH_VARARGS | METH_KEYWORDS, NULL },
32165 { (char *)"ListItem_m_text_set", (PyCFunction) _wrap_ListItem_m_text_set, METH_VARARGS | METH_KEYWORDS, NULL },
32166 { (char *)"ListItem_m_text_get", (PyCFunction) _wrap_ListItem_m_text_get, METH_VARARGS | METH_KEYWORDS, NULL },
32167 { (char *)"ListItem_m_image_set", (PyCFunction) _wrap_ListItem_m_image_set, METH_VARARGS | METH_KEYWORDS, NULL },
32168 { (char *)"ListItem_m_image_get", (PyCFunction) _wrap_ListItem_m_image_get, METH_VARARGS | METH_KEYWORDS, NULL },
32169 { (char *)"ListItem_m_data_set", (PyCFunction) _wrap_ListItem_m_data_set, METH_VARARGS | METH_KEYWORDS, NULL },
32170 { (char *)"ListItem_m_data_get", (PyCFunction) _wrap_ListItem_m_data_get, METH_VARARGS | METH_KEYWORDS, NULL },
32171 { (char *)"ListItem_m_format_set", (PyCFunction) _wrap_ListItem_m_format_set, METH_VARARGS | METH_KEYWORDS, NULL },
32172 { (char *)"ListItem_m_format_get", (PyCFunction) _wrap_ListItem_m_format_get, METH_VARARGS | METH_KEYWORDS, NULL },
32173 { (char *)"ListItem_m_width_set", (PyCFunction) _wrap_ListItem_m_width_set, METH_VARARGS | METH_KEYWORDS, NULL },
32174 { (char *)"ListItem_m_width_get", (PyCFunction) _wrap_ListItem_m_width_get, METH_VARARGS | METH_KEYWORDS, NULL },
32175 { (char *)"ListItem_swigregister", ListItem_swigregister, METH_VARARGS, NULL },
32176 { (char *)"new_ListEvent", (PyCFunction) _wrap_new_ListEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32177 { (char *)"ListEvent_m_code_set", (PyCFunction) _wrap_ListEvent_m_code_set, METH_VARARGS | METH_KEYWORDS, NULL },
32178 { (char *)"ListEvent_m_code_get", (PyCFunction) _wrap_ListEvent_m_code_get, METH_VARARGS | METH_KEYWORDS, NULL },
32179 { (char *)"ListEvent_m_oldItemIndex_set", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_set, METH_VARARGS | METH_KEYWORDS, NULL },
32180 { (char *)"ListEvent_m_oldItemIndex_get", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_get, METH_VARARGS | METH_KEYWORDS, NULL },
32181 { (char *)"ListEvent_m_itemIndex_set", (PyCFunction) _wrap_ListEvent_m_itemIndex_set, METH_VARARGS | METH_KEYWORDS, NULL },
32182 { (char *)"ListEvent_m_itemIndex_get", (PyCFunction) _wrap_ListEvent_m_itemIndex_get, METH_VARARGS | METH_KEYWORDS, NULL },
32183 { (char *)"ListEvent_m_col_set", (PyCFunction) _wrap_ListEvent_m_col_set, METH_VARARGS | METH_KEYWORDS, NULL },
32184 { (char *)"ListEvent_m_col_get", (PyCFunction) _wrap_ListEvent_m_col_get, METH_VARARGS | METH_KEYWORDS, NULL },
32185 { (char *)"ListEvent_m_pointDrag_set", (PyCFunction) _wrap_ListEvent_m_pointDrag_set, METH_VARARGS | METH_KEYWORDS, NULL },
32186 { (char *)"ListEvent_m_pointDrag_get", (PyCFunction) _wrap_ListEvent_m_pointDrag_get, METH_VARARGS | METH_KEYWORDS, NULL },
32187 { (char *)"ListEvent_m_item_get", (PyCFunction) _wrap_ListEvent_m_item_get, METH_VARARGS | METH_KEYWORDS, NULL },
32188 { (char *)"ListEvent_GetKeyCode", (PyCFunction) _wrap_ListEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS, NULL },
32189 { (char *)"ListEvent_GetIndex", (PyCFunction) _wrap_ListEvent_GetIndex, METH_VARARGS | METH_KEYWORDS, NULL },
32190 { (char *)"ListEvent_GetColumn", (PyCFunction) _wrap_ListEvent_GetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
32191 { (char *)"ListEvent_GetPoint", (PyCFunction) _wrap_ListEvent_GetPoint, METH_VARARGS | METH_KEYWORDS, NULL },
32192 { (char *)"ListEvent_GetLabel", (PyCFunction) _wrap_ListEvent_GetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32193 { (char *)"ListEvent_GetText", (PyCFunction) _wrap_ListEvent_GetText, METH_VARARGS | METH_KEYWORDS, NULL },
32194 { (char *)"ListEvent_GetImage", (PyCFunction) _wrap_ListEvent_GetImage, METH_VARARGS | METH_KEYWORDS, NULL },
32195 { (char *)"ListEvent_GetData", (PyCFunction) _wrap_ListEvent_GetData, METH_VARARGS | METH_KEYWORDS, NULL },
32196 { (char *)"ListEvent_GetMask", (PyCFunction) _wrap_ListEvent_GetMask, METH_VARARGS | METH_KEYWORDS, NULL },
32197 { (char *)"ListEvent_GetItem", (PyCFunction) _wrap_ListEvent_GetItem, METH_VARARGS | METH_KEYWORDS, NULL },
32198 { (char *)"ListEvent_GetCacheFrom", (PyCFunction) _wrap_ListEvent_GetCacheFrom, METH_VARARGS | METH_KEYWORDS, NULL },
32199 { (char *)"ListEvent_GetCacheTo", (PyCFunction) _wrap_ListEvent_GetCacheTo, METH_VARARGS | METH_KEYWORDS, NULL },
32200 { (char *)"ListEvent_IsEditCancelled", (PyCFunction) _wrap_ListEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS, NULL },
32201 { (char *)"ListEvent_SetEditCanceled", (PyCFunction) _wrap_ListEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS, NULL },
32202 { (char *)"ListEvent_swigregister", ListEvent_swigregister, METH_VARARGS, NULL },
32203 { (char *)"new_ListCtrl", (PyCFunction) _wrap_new_ListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32204 { (char *)"new_PreListCtrl", (PyCFunction) _wrap_new_PreListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32205 { (char *)"ListCtrl_Create", (PyCFunction) _wrap_ListCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32206 { (char *)"ListCtrl__setCallbackInfo", (PyCFunction) _wrap_ListCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS, NULL },
32207 { (char *)"ListCtrl_SetForegroundColour", (PyCFunction) _wrap_ListCtrl_SetForegroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32208 { (char *)"ListCtrl_SetBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32209 { (char *)"ListCtrl_GetColumn", (PyCFunction) _wrap_ListCtrl_GetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
32210 { (char *)"ListCtrl_SetColumn", (PyCFunction) _wrap_ListCtrl_SetColumn, METH_VARARGS | METH_KEYWORDS, NULL },
32211 { (char *)"ListCtrl_GetColumnWidth", (PyCFunction) _wrap_ListCtrl_GetColumnWidth, METH_VARARGS | METH_KEYWORDS, NULL },
32212 { (char *)"ListCtrl_SetColumnWidth", (PyCFunction) _wrap_ListCtrl_SetColumnWidth, METH_VARARGS | METH_KEYWORDS, NULL },
32213 { (char *)"ListCtrl_GetCountPerPage", (PyCFunction) _wrap_ListCtrl_GetCountPerPage, METH_VARARGS | METH_KEYWORDS, NULL },
32214 { (char *)"ListCtrl_GetViewRect", (PyCFunction) _wrap_ListCtrl_GetViewRect, METH_VARARGS | METH_KEYWORDS, NULL },
32215 { (char *)"ListCtrl_GetItem", (PyCFunction) _wrap_ListCtrl_GetItem, METH_VARARGS | METH_KEYWORDS, NULL },
32216 { (char *)"ListCtrl_SetItem", (PyCFunction) _wrap_ListCtrl_SetItem, METH_VARARGS | METH_KEYWORDS, NULL },
32217 { (char *)"ListCtrl_SetStringItem", (PyCFunction) _wrap_ListCtrl_SetStringItem, METH_VARARGS | METH_KEYWORDS, NULL },
32218 { (char *)"ListCtrl_GetItemState", (PyCFunction) _wrap_ListCtrl_GetItemState, METH_VARARGS | METH_KEYWORDS, NULL },
32219 { (char *)"ListCtrl_SetItemState", (PyCFunction) _wrap_ListCtrl_SetItemState, METH_VARARGS | METH_KEYWORDS, NULL },
32220 { (char *)"ListCtrl_SetItemImage", (PyCFunction) _wrap_ListCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS, NULL },
32221 { (char *)"ListCtrl_GetItemText", (PyCFunction) _wrap_ListCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS, NULL },
32222 { (char *)"ListCtrl_SetItemText", (PyCFunction) _wrap_ListCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS, NULL },
32223 { (char *)"ListCtrl_GetItemData", (PyCFunction) _wrap_ListCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32224 { (char *)"ListCtrl_SetItemData", (PyCFunction) _wrap_ListCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32225 { (char *)"ListCtrl_GetItemPosition", (PyCFunction) _wrap_ListCtrl_GetItemPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32226 { (char *)"ListCtrl_GetItemRect", (PyCFunction) _wrap_ListCtrl_GetItemRect, METH_VARARGS | METH_KEYWORDS, NULL },
32227 { (char *)"ListCtrl_SetItemPosition", (PyCFunction) _wrap_ListCtrl_SetItemPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32228 { (char *)"ListCtrl_GetItemCount", (PyCFunction) _wrap_ListCtrl_GetItemCount, METH_VARARGS | METH_KEYWORDS, NULL },
32229 { (char *)"ListCtrl_GetColumnCount", (PyCFunction) _wrap_ListCtrl_GetColumnCount, METH_VARARGS | METH_KEYWORDS, NULL },
32230 { (char *)"ListCtrl_GetItemSpacing", (PyCFunction) _wrap_ListCtrl_GetItemSpacing, METH_VARARGS | METH_KEYWORDS, NULL },
32231 { (char *)"ListCtrl_SetItemSpacing", (PyCFunction) _wrap_ListCtrl_SetItemSpacing, METH_VARARGS | METH_KEYWORDS, NULL },
32232 { (char *)"ListCtrl_GetSelectedItemCount", (PyCFunction) _wrap_ListCtrl_GetSelectedItemCount, METH_VARARGS | METH_KEYWORDS, NULL },
32233 { (char *)"ListCtrl_GetTextColour", (PyCFunction) _wrap_ListCtrl_GetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32234 { (char *)"ListCtrl_SetTextColour", (PyCFunction) _wrap_ListCtrl_SetTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32235 { (char *)"ListCtrl_GetTopItem", (PyCFunction) _wrap_ListCtrl_GetTopItem, METH_VARARGS | METH_KEYWORDS, NULL },
32236 { (char *)"ListCtrl_SetSingleStyle", (PyCFunction) _wrap_ListCtrl_SetSingleStyle, METH_VARARGS | METH_KEYWORDS, NULL },
32237 { (char *)"ListCtrl_SetWindowStyleFlag", (PyCFunction) _wrap_ListCtrl_SetWindowStyleFlag, METH_VARARGS | METH_KEYWORDS, NULL },
32238 { (char *)"ListCtrl_GetNextItem", (PyCFunction) _wrap_ListCtrl_GetNextItem, METH_VARARGS | METH_KEYWORDS, NULL },
32239 { (char *)"ListCtrl_GetImageList", (PyCFunction) _wrap_ListCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32240 { (char *)"ListCtrl_SetImageList", (PyCFunction) _wrap_ListCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32241 { (char *)"ListCtrl_AssignImageList", (PyCFunction) _wrap_ListCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32242 { (char *)"ListCtrl_InReportView", (PyCFunction) _wrap_ListCtrl_InReportView, METH_VARARGS | METH_KEYWORDS, NULL },
32243 { (char *)"ListCtrl_IsVirtual", (PyCFunction) _wrap_ListCtrl_IsVirtual, METH_VARARGS | METH_KEYWORDS, NULL },
32244 { (char *)"ListCtrl_RefreshItem", (PyCFunction) _wrap_ListCtrl_RefreshItem, METH_VARARGS | METH_KEYWORDS, NULL },
32245 { (char *)"ListCtrl_RefreshItems", (PyCFunction) _wrap_ListCtrl_RefreshItems, METH_VARARGS | METH_KEYWORDS, NULL },
32246 { (char *)"ListCtrl_Arrange", (PyCFunction) _wrap_ListCtrl_Arrange, METH_VARARGS | METH_KEYWORDS, NULL },
32247 { (char *)"ListCtrl_DeleteItem", (PyCFunction) _wrap_ListCtrl_DeleteItem, METH_VARARGS | METH_KEYWORDS, NULL },
32248 { (char *)"ListCtrl_DeleteAllItems", (PyCFunction) _wrap_ListCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS, NULL },
32249 { (char *)"ListCtrl_DeleteColumn", (PyCFunction) _wrap_ListCtrl_DeleteColumn, METH_VARARGS | METH_KEYWORDS, NULL },
32250 { (char *)"ListCtrl_DeleteAllColumns", (PyCFunction) _wrap_ListCtrl_DeleteAllColumns, METH_VARARGS | METH_KEYWORDS, NULL },
32251 { (char *)"ListCtrl_ClearAll", (PyCFunction) _wrap_ListCtrl_ClearAll, METH_VARARGS | METH_KEYWORDS, NULL },
32252 { (char *)"ListCtrl_EditLabel", (PyCFunction) _wrap_ListCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32253 { (char *)"ListCtrl_EnsureVisible", (PyCFunction) _wrap_ListCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32254 { (char *)"ListCtrl_FindItem", (PyCFunction) _wrap_ListCtrl_FindItem, METH_VARARGS | METH_KEYWORDS, NULL },
32255 { (char *)"ListCtrl_FindItemData", (PyCFunction) _wrap_ListCtrl_FindItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32256 { (char *)"ListCtrl_FindItemAtPos", (PyCFunction) _wrap_ListCtrl_FindItemAtPos, METH_VARARGS | METH_KEYWORDS, NULL },
32257 { (char *)"ListCtrl_HitTest", (PyCFunction) _wrap_ListCtrl_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
32258 { (char *)"ListCtrl_InsertItem", (PyCFunction) _wrap_ListCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS, NULL },
32259 { (char *)"ListCtrl_InsertStringItem", (PyCFunction) _wrap_ListCtrl_InsertStringItem, METH_VARARGS | METH_KEYWORDS, NULL },
32260 { (char *)"ListCtrl_InsertImageItem", (PyCFunction) _wrap_ListCtrl_InsertImageItem, METH_VARARGS | METH_KEYWORDS, NULL },
32261 { (char *)"ListCtrl_InsertImageStringItem", (PyCFunction) _wrap_ListCtrl_InsertImageStringItem, METH_VARARGS | METH_KEYWORDS, NULL },
32262 { (char *)"ListCtrl_InsertColumnInfo", (PyCFunction) _wrap_ListCtrl_InsertColumnInfo, METH_VARARGS | METH_KEYWORDS, NULL },
32263 { (char *)"ListCtrl_InsertColumn", (PyCFunction) _wrap_ListCtrl_InsertColumn, METH_VARARGS | METH_KEYWORDS, NULL },
32264 { (char *)"ListCtrl_SetItemCount", (PyCFunction) _wrap_ListCtrl_SetItemCount, METH_VARARGS | METH_KEYWORDS, NULL },
32265 { (char *)"ListCtrl_ScrollList", (PyCFunction) _wrap_ListCtrl_ScrollList, METH_VARARGS | METH_KEYWORDS, NULL },
32266 { (char *)"ListCtrl_SetItemTextColour", (PyCFunction) _wrap_ListCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32267 { (char *)"ListCtrl_GetItemTextColour", (PyCFunction) _wrap_ListCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32268 { (char *)"ListCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32269 { (char *)"ListCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32270 { (char *)"ListCtrl_SortItems", (PyCFunction) _wrap_ListCtrl_SortItems, METH_VARARGS | METH_KEYWORDS, NULL },
32271 { (char *)"ListCtrl_GetMainWindow", (PyCFunction) _wrap_ListCtrl_GetMainWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32272 { (char *)"ListCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_ListCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32273 { (char *)"ListCtrl_swigregister", ListCtrl_swigregister, METH_VARARGS, NULL },
32274 { (char *)"new_ListView", (PyCFunction) _wrap_new_ListView, METH_VARARGS | METH_KEYWORDS, NULL },
32275 { (char *)"new_PreListView", (PyCFunction) _wrap_new_PreListView, METH_VARARGS | METH_KEYWORDS, NULL },
32276 { (char *)"ListView_Create", (PyCFunction) _wrap_ListView_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32277 { (char *)"ListView_Select", (PyCFunction) _wrap_ListView_Select, METH_VARARGS | METH_KEYWORDS, NULL },
32278 { (char *)"ListView_Focus", (PyCFunction) _wrap_ListView_Focus, METH_VARARGS | METH_KEYWORDS, NULL },
32279 { (char *)"ListView_GetFocusedItem", (PyCFunction) _wrap_ListView_GetFocusedItem, METH_VARARGS | METH_KEYWORDS, NULL },
32280 { (char *)"ListView_GetNextSelected", (PyCFunction) _wrap_ListView_GetNextSelected, METH_VARARGS | METH_KEYWORDS, NULL },
32281 { (char *)"ListView_GetFirstSelected", (PyCFunction) _wrap_ListView_GetFirstSelected, METH_VARARGS | METH_KEYWORDS, NULL },
32282 { (char *)"ListView_IsSelected", (PyCFunction) _wrap_ListView_IsSelected, METH_VARARGS | METH_KEYWORDS, NULL },
32283 { (char *)"ListView_SetColumnImage", (PyCFunction) _wrap_ListView_SetColumnImage, METH_VARARGS | METH_KEYWORDS, NULL },
32284 { (char *)"ListView_ClearColumnImage", (PyCFunction) _wrap_ListView_ClearColumnImage, METH_VARARGS | METH_KEYWORDS, NULL },
32285 { (char *)"ListView_swigregister", ListView_swigregister, METH_VARARGS, NULL },
32286 { (char *)"new_TreeItemId", (PyCFunction) _wrap_new_TreeItemId, METH_VARARGS | METH_KEYWORDS, NULL },
32287 { (char *)"delete_TreeItemId", (PyCFunction) _wrap_delete_TreeItemId, METH_VARARGS | METH_KEYWORDS, NULL },
32288 { (char *)"TreeItemId_IsOk", (PyCFunction) _wrap_TreeItemId_IsOk, METH_VARARGS | METH_KEYWORDS, NULL },
32289 { (char *)"TreeItemId___eq__", (PyCFunction) _wrap_TreeItemId___eq__, METH_VARARGS | METH_KEYWORDS, NULL },
32290 { (char *)"TreeItemId___ne__", (PyCFunction) _wrap_TreeItemId___ne__, METH_VARARGS | METH_KEYWORDS, NULL },
32291 { (char *)"TreeItemId_m_pItem_set", (PyCFunction) _wrap_TreeItemId_m_pItem_set, METH_VARARGS | METH_KEYWORDS, NULL },
32292 { (char *)"TreeItemId_m_pItem_get", (PyCFunction) _wrap_TreeItemId_m_pItem_get, METH_VARARGS | METH_KEYWORDS, NULL },
32293 { (char *)"TreeItemId_swigregister", TreeItemId_swigregister, METH_VARARGS, NULL },
32294 { (char *)"new_TreeItemData", (PyCFunction) _wrap_new_TreeItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32295 { (char *)"TreeItemData_GetData", (PyCFunction) _wrap_TreeItemData_GetData, METH_VARARGS | METH_KEYWORDS, NULL },
32296 { (char *)"TreeItemData_SetData", (PyCFunction) _wrap_TreeItemData_SetData, METH_VARARGS | METH_KEYWORDS, NULL },
32297 { (char *)"TreeItemData_GetId", (PyCFunction) _wrap_TreeItemData_GetId, METH_VARARGS | METH_KEYWORDS, NULL },
32298 { (char *)"TreeItemData_SetId", (PyCFunction) _wrap_TreeItemData_SetId, METH_VARARGS | METH_KEYWORDS, NULL },
32299 { (char *)"TreeItemData_Destroy", (PyCFunction) _wrap_TreeItemData_Destroy, METH_VARARGS | METH_KEYWORDS, NULL },
32300 { (char *)"TreeItemData_swigregister", TreeItemData_swigregister, METH_VARARGS, NULL },
32301 { (char *)"new_TreeEvent", (PyCFunction) _wrap_new_TreeEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32302 { (char *)"TreeEvent_GetItem", (PyCFunction) _wrap_TreeEvent_GetItem, METH_VARARGS | METH_KEYWORDS, NULL },
32303 { (char *)"TreeEvent_SetItem", (PyCFunction) _wrap_TreeEvent_SetItem, METH_VARARGS | METH_KEYWORDS, NULL },
32304 { (char *)"TreeEvent_GetOldItem", (PyCFunction) _wrap_TreeEvent_GetOldItem, METH_VARARGS | METH_KEYWORDS, NULL },
32305 { (char *)"TreeEvent_SetOldItem", (PyCFunction) _wrap_TreeEvent_SetOldItem, METH_VARARGS | METH_KEYWORDS, NULL },
32306 { (char *)"TreeEvent_GetPoint", (PyCFunction) _wrap_TreeEvent_GetPoint, METH_VARARGS | METH_KEYWORDS, NULL },
32307 { (char *)"TreeEvent_SetPoint", (PyCFunction) _wrap_TreeEvent_SetPoint, METH_VARARGS | METH_KEYWORDS, NULL },
32308 { (char *)"TreeEvent_GetKeyEvent", (PyCFunction) _wrap_TreeEvent_GetKeyEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32309 { (char *)"TreeEvent_GetKeyCode", (PyCFunction) _wrap_TreeEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS, NULL },
32310 { (char *)"TreeEvent_SetKeyEvent", (PyCFunction) _wrap_TreeEvent_SetKeyEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32311 { (char *)"TreeEvent_GetLabel", (PyCFunction) _wrap_TreeEvent_GetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32312 { (char *)"TreeEvent_SetLabel", (PyCFunction) _wrap_TreeEvent_SetLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32313 { (char *)"TreeEvent_IsEditCancelled", (PyCFunction) _wrap_TreeEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS, NULL },
32314 { (char *)"TreeEvent_SetEditCanceled", (PyCFunction) _wrap_TreeEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS, NULL },
32315 { (char *)"TreeEvent_SetToolTip", (PyCFunction) _wrap_TreeEvent_SetToolTip, METH_VARARGS | METH_KEYWORDS, NULL },
32316 { (char *)"TreeEvent_swigregister", TreeEvent_swigregister, METH_VARARGS, NULL },
32317 { (char *)"new_TreeCtrl", (PyCFunction) _wrap_new_TreeCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32318 { (char *)"new_PreTreeCtrl", (PyCFunction) _wrap_new_PreTreeCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32319 { (char *)"TreeCtrl_Create", (PyCFunction) _wrap_TreeCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32320 { (char *)"TreeCtrl__setCallbackInfo", (PyCFunction) _wrap_TreeCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS, NULL },
32321 { (char *)"TreeCtrl_GetCount", (PyCFunction) _wrap_TreeCtrl_GetCount, METH_VARARGS | METH_KEYWORDS, NULL },
32322 { (char *)"TreeCtrl_GetIndent", (PyCFunction) _wrap_TreeCtrl_GetIndent, METH_VARARGS | METH_KEYWORDS, NULL },
32323 { (char *)"TreeCtrl_SetIndent", (PyCFunction) _wrap_TreeCtrl_SetIndent, METH_VARARGS | METH_KEYWORDS, NULL },
32324 { (char *)"TreeCtrl_GetSpacing", (PyCFunction) _wrap_TreeCtrl_GetSpacing, METH_VARARGS | METH_KEYWORDS, NULL },
32325 { (char *)"TreeCtrl_SetSpacing", (PyCFunction) _wrap_TreeCtrl_SetSpacing, METH_VARARGS | METH_KEYWORDS, NULL },
32326 { (char *)"TreeCtrl_GetImageList", (PyCFunction) _wrap_TreeCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32327 { (char *)"TreeCtrl_GetStateImageList", (PyCFunction) _wrap_TreeCtrl_GetStateImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32328 { (char *)"TreeCtrl_SetImageList", (PyCFunction) _wrap_TreeCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32329 { (char *)"TreeCtrl_SetStateImageList", (PyCFunction) _wrap_TreeCtrl_SetStateImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32330 { (char *)"TreeCtrl_AssignImageList", (PyCFunction) _wrap_TreeCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32331 { (char *)"TreeCtrl_AssignStateImageList", (PyCFunction) _wrap_TreeCtrl_AssignStateImageList, METH_VARARGS | METH_KEYWORDS, NULL },
32332 { (char *)"TreeCtrl_GetItemText", (PyCFunction) _wrap_TreeCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS, NULL },
32333 { (char *)"TreeCtrl_GetItemImage", (PyCFunction) _wrap_TreeCtrl_GetItemImage, METH_VARARGS | METH_KEYWORDS, NULL },
32334 { (char *)"TreeCtrl_GetItemData", (PyCFunction) _wrap_TreeCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32335 { (char *)"TreeCtrl_GetItemPyData", (PyCFunction) _wrap_TreeCtrl_GetItemPyData, METH_VARARGS | METH_KEYWORDS, NULL },
32336 { (char *)"TreeCtrl_GetItemTextColour", (PyCFunction) _wrap_TreeCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32337 { (char *)"TreeCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32338 { (char *)"TreeCtrl_GetItemFont", (PyCFunction) _wrap_TreeCtrl_GetItemFont, METH_VARARGS | METH_KEYWORDS, NULL },
32339 { (char *)"TreeCtrl_SetItemText", (PyCFunction) _wrap_TreeCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS, NULL },
32340 { (char *)"TreeCtrl_SetItemImage", (PyCFunction) _wrap_TreeCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS, NULL },
32341 { (char *)"TreeCtrl_SetItemData", (PyCFunction) _wrap_TreeCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS, NULL },
32342 { (char *)"TreeCtrl_SetItemPyData", (PyCFunction) _wrap_TreeCtrl_SetItemPyData, METH_VARARGS | METH_KEYWORDS, NULL },
32343 { (char *)"TreeCtrl_SetItemHasChildren", (PyCFunction) _wrap_TreeCtrl_SetItemHasChildren, METH_VARARGS | METH_KEYWORDS, NULL },
32344 { (char *)"TreeCtrl_SetItemBold", (PyCFunction) _wrap_TreeCtrl_SetItemBold, METH_VARARGS | METH_KEYWORDS, NULL },
32345 { (char *)"TreeCtrl_SetItemTextColour", (PyCFunction) _wrap_TreeCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS, NULL },
32346 { (char *)"TreeCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS, NULL },
32347 { (char *)"TreeCtrl_SetItemFont", (PyCFunction) _wrap_TreeCtrl_SetItemFont, METH_VARARGS | METH_KEYWORDS, NULL },
32348 { (char *)"TreeCtrl_IsVisible", (PyCFunction) _wrap_TreeCtrl_IsVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32349 { (char *)"TreeCtrl_ItemHasChildren", (PyCFunction) _wrap_TreeCtrl_ItemHasChildren, METH_VARARGS | METH_KEYWORDS, NULL },
32350 { (char *)"TreeCtrl_IsExpanded", (PyCFunction) _wrap_TreeCtrl_IsExpanded, METH_VARARGS | METH_KEYWORDS, NULL },
32351 { (char *)"TreeCtrl_IsSelected", (PyCFunction) _wrap_TreeCtrl_IsSelected, METH_VARARGS | METH_KEYWORDS, NULL },
32352 { (char *)"TreeCtrl_IsBold", (PyCFunction) _wrap_TreeCtrl_IsBold, METH_VARARGS | METH_KEYWORDS, NULL },
32353 { (char *)"TreeCtrl_GetChildrenCount", (PyCFunction) _wrap_TreeCtrl_GetChildrenCount, METH_VARARGS | METH_KEYWORDS, NULL },
32354 { (char *)"TreeCtrl_GetRootItem", (PyCFunction) _wrap_TreeCtrl_GetRootItem, METH_VARARGS | METH_KEYWORDS, NULL },
32355 { (char *)"TreeCtrl_GetSelection", (PyCFunction) _wrap_TreeCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS, NULL },
32356 { (char *)"TreeCtrl_GetSelections", (PyCFunction) _wrap_TreeCtrl_GetSelections, METH_VARARGS | METH_KEYWORDS, NULL },
32357 { (char *)"TreeCtrl_GetItemParent", (PyCFunction) _wrap_TreeCtrl_GetItemParent, METH_VARARGS | METH_KEYWORDS, NULL },
32358 { (char *)"TreeCtrl_GetFirstChild", (PyCFunction) _wrap_TreeCtrl_GetFirstChild, METH_VARARGS | METH_KEYWORDS, NULL },
32359 { (char *)"TreeCtrl_GetNextChild", (PyCFunction) _wrap_TreeCtrl_GetNextChild, METH_VARARGS | METH_KEYWORDS, NULL },
32360 { (char *)"TreeCtrl_GetLastChild", (PyCFunction) _wrap_TreeCtrl_GetLastChild, METH_VARARGS | METH_KEYWORDS, NULL },
32361 { (char *)"TreeCtrl_GetNextSibling", (PyCFunction) _wrap_TreeCtrl_GetNextSibling, METH_VARARGS | METH_KEYWORDS, NULL },
32362 { (char *)"TreeCtrl_GetPrevSibling", (PyCFunction) _wrap_TreeCtrl_GetPrevSibling, METH_VARARGS | METH_KEYWORDS, NULL },
32363 { (char *)"TreeCtrl_GetFirstVisibleItem", (PyCFunction) _wrap_TreeCtrl_GetFirstVisibleItem, METH_VARARGS | METH_KEYWORDS, NULL },
32364 { (char *)"TreeCtrl_GetNextVisible", (PyCFunction) _wrap_TreeCtrl_GetNextVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32365 { (char *)"TreeCtrl_GetPrevVisible", (PyCFunction) _wrap_TreeCtrl_GetPrevVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32366 { (char *)"TreeCtrl_AddRoot", (PyCFunction) _wrap_TreeCtrl_AddRoot, METH_VARARGS | METH_KEYWORDS, NULL },
32367 { (char *)"TreeCtrl_PrependItem", (PyCFunction) _wrap_TreeCtrl_PrependItem, METH_VARARGS | METH_KEYWORDS, NULL },
32368 { (char *)"TreeCtrl_InsertItem", (PyCFunction) _wrap_TreeCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS, NULL },
32369 { (char *)"TreeCtrl_InsertItemBefore", (PyCFunction) _wrap_TreeCtrl_InsertItemBefore, METH_VARARGS | METH_KEYWORDS, NULL },
32370 { (char *)"TreeCtrl_AppendItem", (PyCFunction) _wrap_TreeCtrl_AppendItem, METH_VARARGS | METH_KEYWORDS, NULL },
32371 { (char *)"TreeCtrl_Delete", (PyCFunction) _wrap_TreeCtrl_Delete, METH_VARARGS | METH_KEYWORDS, NULL },
32372 { (char *)"TreeCtrl_DeleteChildren", (PyCFunction) _wrap_TreeCtrl_DeleteChildren, METH_VARARGS | METH_KEYWORDS, NULL },
32373 { (char *)"TreeCtrl_DeleteAllItems", (PyCFunction) _wrap_TreeCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS, NULL },
32374 { (char *)"TreeCtrl_Expand", (PyCFunction) _wrap_TreeCtrl_Expand, METH_VARARGS | METH_KEYWORDS, NULL },
32375 { (char *)"TreeCtrl_Collapse", (PyCFunction) _wrap_TreeCtrl_Collapse, METH_VARARGS | METH_KEYWORDS, NULL },
32376 { (char *)"TreeCtrl_CollapseAndReset", (PyCFunction) _wrap_TreeCtrl_CollapseAndReset, METH_VARARGS | METH_KEYWORDS, NULL },
32377 { (char *)"TreeCtrl_Toggle", (PyCFunction) _wrap_TreeCtrl_Toggle, METH_VARARGS | METH_KEYWORDS, NULL },
32378 { (char *)"TreeCtrl_Unselect", (PyCFunction) _wrap_TreeCtrl_Unselect, METH_VARARGS | METH_KEYWORDS, NULL },
32379 { (char *)"TreeCtrl_UnselectItem", (PyCFunction) _wrap_TreeCtrl_UnselectItem, METH_VARARGS | METH_KEYWORDS, NULL },
32380 { (char *)"TreeCtrl_UnselectAll", (PyCFunction) _wrap_TreeCtrl_UnselectAll, METH_VARARGS | METH_KEYWORDS, NULL },
32381 { (char *)"TreeCtrl_SelectItem", (PyCFunction) _wrap_TreeCtrl_SelectItem, METH_VARARGS | METH_KEYWORDS, NULL },
32382 { (char *)"TreeCtrl_ToggleItemSelection", (PyCFunction) _wrap_TreeCtrl_ToggleItemSelection, METH_VARARGS | METH_KEYWORDS, NULL },
32383 { (char *)"TreeCtrl_EnsureVisible", (PyCFunction) _wrap_TreeCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS, NULL },
32384 { (char *)"TreeCtrl_ScrollTo", (PyCFunction) _wrap_TreeCtrl_ScrollTo, METH_VARARGS | METH_KEYWORDS, NULL },
32385 { (char *)"TreeCtrl_EditLabel", (PyCFunction) _wrap_TreeCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS, NULL },
32386 { (char *)"TreeCtrl_GetEditControl", (PyCFunction) _wrap_TreeCtrl_GetEditControl, METH_VARARGS | METH_KEYWORDS, NULL },
32387 { (char *)"TreeCtrl_SortChildren", (PyCFunction) _wrap_TreeCtrl_SortChildren, METH_VARARGS | METH_KEYWORDS, NULL },
32388 { (char *)"TreeCtrl_HitTest", (PyCFunction) _wrap_TreeCtrl_HitTest, METH_VARARGS | METH_KEYWORDS, NULL },
32389 { (char *)"TreeCtrl_GetBoundingRect", (PyCFunction) _wrap_TreeCtrl_GetBoundingRect, METH_VARARGS | METH_KEYWORDS, NULL },
32390 { (char *)"TreeCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_TreeCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32391 { (char *)"TreeCtrl_swigregister", TreeCtrl_swigregister, METH_VARARGS, NULL },
32392 { (char *)"new_GenericDirCtrl", (PyCFunction) _wrap_new_GenericDirCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32393 { (char *)"new_PreGenericDirCtrl", (PyCFunction) _wrap_new_PreGenericDirCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32394 { (char *)"GenericDirCtrl_Create", (PyCFunction) _wrap_GenericDirCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32395 { (char *)"GenericDirCtrl_ExpandPath", (PyCFunction) _wrap_GenericDirCtrl_ExpandPath, METH_VARARGS | METH_KEYWORDS, NULL },
32396 { (char *)"GenericDirCtrl_GetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_GetDefaultPath, METH_VARARGS | METH_KEYWORDS, NULL },
32397 { (char *)"GenericDirCtrl_SetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_SetDefaultPath, METH_VARARGS | METH_KEYWORDS, NULL },
32398 { (char *)"GenericDirCtrl_GetPath", (PyCFunction) _wrap_GenericDirCtrl_GetPath, METH_VARARGS | METH_KEYWORDS, NULL },
32399 { (char *)"GenericDirCtrl_GetFilePath", (PyCFunction) _wrap_GenericDirCtrl_GetFilePath, METH_VARARGS | METH_KEYWORDS, NULL },
32400 { (char *)"GenericDirCtrl_SetPath", (PyCFunction) _wrap_GenericDirCtrl_SetPath, METH_VARARGS | METH_KEYWORDS, NULL },
32401 { (char *)"GenericDirCtrl_ShowHidden", (PyCFunction) _wrap_GenericDirCtrl_ShowHidden, METH_VARARGS | METH_KEYWORDS, NULL },
32402 { (char *)"GenericDirCtrl_GetShowHidden", (PyCFunction) _wrap_GenericDirCtrl_GetShowHidden, METH_VARARGS | METH_KEYWORDS, NULL },
32403 { (char *)"GenericDirCtrl_GetFilter", (PyCFunction) _wrap_GenericDirCtrl_GetFilter, METH_VARARGS | METH_KEYWORDS, NULL },
32404 { (char *)"GenericDirCtrl_SetFilter", (PyCFunction) _wrap_GenericDirCtrl_SetFilter, METH_VARARGS | METH_KEYWORDS, NULL },
32405 { (char *)"GenericDirCtrl_GetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_GetFilterIndex, METH_VARARGS | METH_KEYWORDS, NULL },
32406 { (char *)"GenericDirCtrl_SetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_SetFilterIndex, METH_VARARGS | METH_KEYWORDS, NULL },
32407 { (char *)"GenericDirCtrl_GetRootId", (PyCFunction) _wrap_GenericDirCtrl_GetRootId, METH_VARARGS | METH_KEYWORDS, NULL },
32408 { (char *)"GenericDirCtrl_GetTreeCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetTreeCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32409 { (char *)"GenericDirCtrl_GetFilterListCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetFilterListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32410 { (char *)"GenericDirCtrl_FindChild", (PyCFunction) _wrap_GenericDirCtrl_FindChild, METH_VARARGS | METH_KEYWORDS, NULL },
32411 { (char *)"GenericDirCtrl_DoResize", (PyCFunction) _wrap_GenericDirCtrl_DoResize, METH_VARARGS | METH_KEYWORDS, NULL },
32412 { (char *)"GenericDirCtrl_ReCreateTree", (PyCFunction) _wrap_GenericDirCtrl_ReCreateTree, METH_VARARGS | METH_KEYWORDS, NULL },
32413 { (char *)"GenericDirCtrl_swigregister", GenericDirCtrl_swigregister, METH_VARARGS, NULL },
32414 { (char *)"new_DirFilterListCtrl", (PyCFunction) _wrap_new_DirFilterListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32415 { (char *)"new_PreDirFilterListCtrl", (PyCFunction) _wrap_new_PreDirFilterListCtrl, METH_VARARGS | METH_KEYWORDS, NULL },
32416 { (char *)"DirFilterListCtrl_Create", (PyCFunction) _wrap_DirFilterListCtrl_Create, METH_VARARGS | METH_KEYWORDS, NULL },
32417 { (char *)"DirFilterListCtrl_FillFilterList", (PyCFunction) _wrap_DirFilterListCtrl_FillFilterList, METH_VARARGS | METH_KEYWORDS, NULL },
32418 { (char *)"DirFilterListCtrl_swigregister", DirFilterListCtrl_swigregister, METH_VARARGS, NULL },
32419 { (char *)"new_PyControl", (PyCFunction) _wrap_new_PyControl, METH_VARARGS | METH_KEYWORDS, NULL },
32420 { (char *)"new_PrePyControl", (PyCFunction) _wrap_new_PrePyControl, METH_VARARGS | METH_KEYWORDS, NULL },
32421 { (char *)"PyControl__setCallbackInfo", (PyCFunction) _wrap_PyControl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS, NULL },
32422 { (char *)"PyControl_SetBestSize", (PyCFunction) _wrap_PyControl_SetBestSize, METH_VARARGS | METH_KEYWORDS, NULL },
32423 { (char *)"PyControl_base_DoMoveWindow", (PyCFunction) _wrap_PyControl_base_DoMoveWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32424 { (char *)"PyControl_base_DoSetSize", (PyCFunction) _wrap_PyControl_base_DoSetSize, METH_VARARGS | METH_KEYWORDS, NULL },
32425 { (char *)"PyControl_base_DoSetClientSize", (PyCFunction) _wrap_PyControl_base_DoSetClientSize, METH_VARARGS | METH_KEYWORDS, NULL },
32426 { (char *)"PyControl_base_DoSetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoSetVirtualSize, METH_VARARGS | METH_KEYWORDS, NULL },
32427 { (char *)"PyControl_base_DoGetSize", (PyCFunction) _wrap_PyControl_base_DoGetSize, METH_VARARGS | METH_KEYWORDS, NULL },
32428 { (char *)"PyControl_base_DoGetClientSize", (PyCFunction) _wrap_PyControl_base_DoGetClientSize, METH_VARARGS | METH_KEYWORDS, NULL },
32429 { (char *)"PyControl_base_DoGetPosition", (PyCFunction) _wrap_PyControl_base_DoGetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32430 { (char *)"PyControl_base_DoGetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoGetVirtualSize, METH_VARARGS | METH_KEYWORDS, NULL },
32431 { (char *)"PyControl_base_DoGetBestSize", (PyCFunction) _wrap_PyControl_base_DoGetBestSize, METH_VARARGS | METH_KEYWORDS, NULL },
32432 { (char *)"PyControl_base_InitDialog", (PyCFunction) _wrap_PyControl_base_InitDialog, METH_VARARGS | METH_KEYWORDS, NULL },
32433 { (char *)"PyControl_base_TransferDataToWindow", (PyCFunction) _wrap_PyControl_base_TransferDataToWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32434 { (char *)"PyControl_base_TransferDataFromWindow", (PyCFunction) _wrap_PyControl_base_TransferDataFromWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32435 { (char *)"PyControl_base_Validate", (PyCFunction) _wrap_PyControl_base_Validate, METH_VARARGS | METH_KEYWORDS, NULL },
32436 { (char *)"PyControl_base_AcceptsFocus", (PyCFunction) _wrap_PyControl_base_AcceptsFocus, METH_VARARGS | METH_KEYWORDS, NULL },
32437 { (char *)"PyControl_base_AcceptsFocusFromKeyboard", (PyCFunction) _wrap_PyControl_base_AcceptsFocusFromKeyboard, METH_VARARGS | METH_KEYWORDS, NULL },
32438 { (char *)"PyControl_base_GetMaxSize", (PyCFunction) _wrap_PyControl_base_GetMaxSize, METH_VARARGS | METH_KEYWORDS, NULL },
32439 { (char *)"PyControl_base_AddChild", (PyCFunction) _wrap_PyControl_base_AddChild, METH_VARARGS | METH_KEYWORDS, NULL },
32440 { (char *)"PyControl_base_RemoveChild", (PyCFunction) _wrap_PyControl_base_RemoveChild, METH_VARARGS | METH_KEYWORDS, NULL },
32441 { (char *)"PyControl_base_ShouldInheritColours", (PyCFunction) _wrap_PyControl_base_ShouldInheritColours, METH_VARARGS | METH_KEYWORDS, NULL },
32442 { (char *)"PyControl_base_ApplyParentThemeBackground", (PyCFunction) _wrap_PyControl_base_ApplyParentThemeBackground, METH_VARARGS | METH_KEYWORDS, NULL },
32443 { (char *)"PyControl_base_GetDefaultAttributes", (PyCFunction) _wrap_PyControl_base_GetDefaultAttributes, METH_VARARGS | METH_KEYWORDS, NULL },
32444 { (char *)"PyControl_swigregister", PyControl_swigregister, METH_VARARGS, NULL },
32445 { (char *)"new_HelpEvent", (PyCFunction) _wrap_new_HelpEvent, METH_VARARGS | METH_KEYWORDS, NULL },
32446 { (char *)"HelpEvent_GetPosition", (PyCFunction) _wrap_HelpEvent_GetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32447 { (char *)"HelpEvent_SetPosition", (PyCFunction) _wrap_HelpEvent_SetPosition, METH_VARARGS | METH_KEYWORDS, NULL },
32448 { (char *)"HelpEvent_GetLink", (PyCFunction) _wrap_HelpEvent_GetLink, METH_VARARGS | METH_KEYWORDS, NULL },
32449 { (char *)"HelpEvent_SetLink", (PyCFunction) _wrap_HelpEvent_SetLink, METH_VARARGS | METH_KEYWORDS, NULL },
32450 { (char *)"HelpEvent_GetTarget", (PyCFunction) _wrap_HelpEvent_GetTarget, METH_VARARGS | METH_KEYWORDS, NULL },
32451 { (char *)"HelpEvent_SetTarget", (PyCFunction) _wrap_HelpEvent_SetTarget, METH_VARARGS | METH_KEYWORDS, NULL },
32452 { (char *)"HelpEvent_swigregister", HelpEvent_swigregister, METH_VARARGS, NULL },
32453 { (char *)"new_ContextHelp", (PyCFunction) _wrap_new_ContextHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32454 { (char *)"delete_ContextHelp", (PyCFunction) _wrap_delete_ContextHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32455 { (char *)"ContextHelp_BeginContextHelp", (PyCFunction) _wrap_ContextHelp_BeginContextHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32456 { (char *)"ContextHelp_EndContextHelp", (PyCFunction) _wrap_ContextHelp_EndContextHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32457 { (char *)"ContextHelp_swigregister", ContextHelp_swigregister, METH_VARARGS, NULL },
32458 { (char *)"new_ContextHelpButton", (PyCFunction) _wrap_new_ContextHelpButton, METH_VARARGS | METH_KEYWORDS, NULL },
32459 { (char *)"ContextHelpButton_swigregister", ContextHelpButton_swigregister, METH_VARARGS, NULL },
32460 { (char *)"HelpProvider_Set", (PyCFunction) _wrap_HelpProvider_Set, METH_VARARGS | METH_KEYWORDS, NULL },
32461 { (char *)"HelpProvider_Get", (PyCFunction) _wrap_HelpProvider_Get, METH_VARARGS | METH_KEYWORDS, NULL },
32462 { (char *)"HelpProvider_GetHelp", (PyCFunction) _wrap_HelpProvider_GetHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32463 { (char *)"HelpProvider_ShowHelp", (PyCFunction) _wrap_HelpProvider_ShowHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32464 { (char *)"HelpProvider_AddHelp", (PyCFunction) _wrap_HelpProvider_AddHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32465 { (char *)"HelpProvider_AddHelpById", (PyCFunction) _wrap_HelpProvider_AddHelpById, METH_VARARGS | METH_KEYWORDS, NULL },
32466 { (char *)"HelpProvider_RemoveHelp", (PyCFunction) _wrap_HelpProvider_RemoveHelp, METH_VARARGS | METH_KEYWORDS, NULL },
32467 { (char *)"HelpProvider_Destroy", (PyCFunction) _wrap_HelpProvider_Destroy, METH_VARARGS | METH_KEYWORDS, NULL },
32468 { (char *)"HelpProvider_swigregister", HelpProvider_swigregister, METH_VARARGS, NULL },
32469 { (char *)"new_SimpleHelpProvider", (PyCFunction) _wrap_new_SimpleHelpProvider, METH_VARARGS | METH_KEYWORDS, NULL },
32470 { (char *)"SimpleHelpProvider_swigregister", SimpleHelpProvider_swigregister, METH_VARARGS, NULL },
32471 { (char *)"new_DragImage", (PyCFunction) _wrap_new_DragImage, METH_VARARGS | METH_KEYWORDS, NULL },
32472 { (char *)"new_DragIcon", (PyCFunction) _wrap_new_DragIcon, METH_VARARGS | METH_KEYWORDS, NULL },
32473 { (char *)"new_DragString", (PyCFunction) _wrap_new_DragString, METH_VARARGS | METH_KEYWORDS, NULL },
32474 { (char *)"new_DragTreeItem", (PyCFunction) _wrap_new_DragTreeItem, METH_VARARGS | METH_KEYWORDS, NULL },
32475 { (char *)"new_DragListItem", (PyCFunction) _wrap_new_DragListItem, METH_VARARGS | METH_KEYWORDS, NULL },
32476 { (char *)"delete_DragImage", (PyCFunction) _wrap_delete_DragImage, METH_VARARGS | METH_KEYWORDS, NULL },
32477 { (char *)"DragImage_SetBackingBitmap", (PyCFunction) _wrap_DragImage_SetBackingBitmap, METH_VARARGS | METH_KEYWORDS, NULL },
32478 { (char *)"DragImage_BeginDrag", (PyCFunction) _wrap_DragImage_BeginDrag, METH_VARARGS | METH_KEYWORDS, NULL },
32479 { (char *)"DragImage_BeginDragBounded", (PyCFunction) _wrap_DragImage_BeginDragBounded, METH_VARARGS | METH_KEYWORDS, NULL },
32480 { (char *)"DragImage_EndDrag", (PyCFunction) _wrap_DragImage_EndDrag, METH_VARARGS | METH_KEYWORDS, NULL },
32481 { (char *)"DragImage_Move", (PyCFunction) _wrap_DragImage_Move, METH_VARARGS | METH_KEYWORDS, NULL },
32482 { (char *)"DragImage_Show", (PyCFunction) _wrap_DragImage_Show, METH_VARARGS | METH_KEYWORDS, NULL },
32483 { (char *)"DragImage_Hide", (PyCFunction) _wrap_DragImage_Hide, METH_VARARGS | METH_KEYWORDS, NULL },
32484 { (char *)"DragImage_GetImageRect", (PyCFunction) _wrap_DragImage_GetImageRect, METH_VARARGS | METH_KEYWORDS, NULL },
32485 { (char *)"DragImage_DoDrawImage", (PyCFunction) _wrap_DragImage_DoDrawImage, METH_VARARGS | METH_KEYWORDS, NULL },
32486 { (char *)"DragImage_UpdateBackingFromWindow", (PyCFunction) _wrap_DragImage_UpdateBackingFromWindow, METH_VARARGS | METH_KEYWORDS, NULL },
32487 { (char *)"DragImage_RedrawImage", (PyCFunction) _wrap_DragImage_RedrawImage, METH_VARARGS | METH_KEYWORDS, NULL },
32488 { (char *)"DragImage_swigregister", DragImage_swigregister, METH_VARARGS, NULL },
32489 { NULL, NULL, 0, NULL }
32490 };
32491
32492
32493 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
32494
32495 static void *_p_wxNotebookEventTo_p_wxBookCtrlEvent(void *x) {
32496 return (void *)((wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32497 }
32498 static void *_p_wxListbookEventTo_p_wxBookCtrlEvent(void *x) {
32499 return (void *)((wxBookCtrlEvent *) ((wxListbookEvent *) x));
32500 }
32501 static void *_p_wxChoicebookEventTo_p_wxBookCtrlEvent(void *x) {
32502 return (void *)((wxBookCtrlEvent *) ((wxChoicebookEvent *) x));
32503 }
32504 static void *_p_wxBoxSizerTo_p_wxSizer(void *x) {
32505 return (void *)((wxSizer *) ((wxBoxSizer *) x));
32506 }
32507 static void *_p_wxStaticBoxSizerTo_p_wxSizer(void *x) {
32508 return (void *)((wxSizer *) (wxBoxSizer *) ((wxStaticBoxSizer *) x));
32509 }
32510 static void *_p_wxGridBagSizerTo_p_wxSizer(void *x) {
32511 return (void *)((wxSizer *) (wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
32512 }
32513 static void *_p_wxGridSizerTo_p_wxSizer(void *x) {
32514 return (void *)((wxSizer *) ((wxGridSizer *) x));
32515 }
32516 static void *_p_wxFlexGridSizerTo_p_wxSizer(void *x) {
32517 return (void *)((wxSizer *) (wxGridSizer *) ((wxFlexGridSizer *) x));
32518 }
32519 static void *_p_wxNotebookSizerTo_p_wxSizer(void *x) {
32520 return (void *)((wxSizer *) ((wxNotebookSizer *) x));
32521 }
32522 static void *_p_wxPySizerTo_p_wxSizer(void *x) {
32523 return (void *)((wxSizer *) ((wxPySizer *) x));
32524 }
32525 static void *_p_wxBookCtrlSizerTo_p_wxSizer(void *x) {
32526 return (void *)((wxSizer *) ((wxBookCtrlSizer *) x));
32527 }
32528 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x) {
32529 return (void *)((wxEvent *) (wxCommandEvent *) ((wxContextMenuEvent *) x));
32530 }
32531 static void *_p_wxMenuEventTo_p_wxEvent(void *x) {
32532 return (void *)((wxEvent *) ((wxMenuEvent *) x));
32533 }
32534 static void *_p_wxCloseEventTo_p_wxEvent(void *x) {
32535 return (void *)((wxEvent *) ((wxCloseEvent *) x));
32536 }
32537 static void *_p_wxMouseEventTo_p_wxEvent(void *x) {
32538 return (void *)((wxEvent *) ((wxMouseEvent *) x));
32539 }
32540 static void *_p_wxEraseEventTo_p_wxEvent(void *x) {
32541 return (void *)((wxEvent *) ((wxEraseEvent *) x));
32542 }
32543 static void *_p_wxTreeEventTo_p_wxEvent(void *x) {
32544 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
32545 }
32546 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x) {
32547 return (void *)((wxEvent *) ((wxSetCursorEvent *) x));
32548 }
32549 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x) {
32550 return (void *)((wxEvent *) ((wxInitDialogEvent *) x));
32551 }
32552 static void *_p_wxScrollEventTo_p_wxEvent(void *x) {
32553 return (void *)((wxEvent *) (wxCommandEvent *) ((wxScrollEvent *) x));
32554 }
32555 static void *_p_wxTextUrlEventTo_p_wxEvent(void *x) {
32556 return (void *)((wxEvent *) (wxCommandEvent *) ((wxTextUrlEvent *) x));
32557 }
32558 static void *_p_wxBookCtrlEventTo_p_wxEvent(void *x) {
32559 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32560 }
32561 static void *_p_wxPyEventTo_p_wxEvent(void *x) {
32562 return (void *)((wxEvent *) ((wxPyEvent *) x));
32563 }
32564 static void *_p_wxNotifyEventTo_p_wxEvent(void *x) {
32565 return (void *)((wxEvent *) (wxCommandEvent *) ((wxNotifyEvent *) x));
32566 }
32567 static void *_p_wxListEventTo_p_wxEvent(void *x) {
32568 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
32569 }
32570 static void *_p_wxNotebookEventTo_p_wxEvent(void *x) {
32571 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32572 }
32573 static void *_p_wxListbookEventTo_p_wxEvent(void *x) {
32574 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
32575 }
32576 static void *_p_wxChoicebookEventTo_p_wxEvent(void *x) {
32577 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxChoicebookEvent *) x));
32578 }
32579 static void *_p_wxHelpEventTo_p_wxEvent(void *x) {
32580 return (void *)((wxEvent *) (wxCommandEvent *) ((wxHelpEvent *) x));
32581 }
32582 static void *_p_wxIdleEventTo_p_wxEvent(void *x) {
32583 return (void *)((wxEvent *) ((wxIdleEvent *) x));
32584 }
32585 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x) {
32586 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowCreateEvent *) x));
32587 }
32588 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x) {
32589 return (void *)((wxEvent *) ((wxQueryNewPaletteEvent *) x));
32590 }
32591 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x) {
32592 return (void *)((wxEvent *) ((wxMaximizeEvent *) x));
32593 }
32594 static void *_p_wxIconizeEventTo_p_wxEvent(void *x) {
32595 return (void *)((wxEvent *) ((wxIconizeEvent *) x));
32596 }
32597 static void *_p_wxActivateEventTo_p_wxEvent(void *x) {
32598 return (void *)((wxEvent *) ((wxActivateEvent *) x));
32599 }
32600 static void *_p_wxSizeEventTo_p_wxEvent(void *x) {
32601 return (void *)((wxEvent *) ((wxSizeEvent *) x));
32602 }
32603 static void *_p_wxMoveEventTo_p_wxEvent(void *x) {
32604 return (void *)((wxEvent *) ((wxMoveEvent *) x));
32605 }
32606 static void *_p_wxPaintEventTo_p_wxEvent(void *x) {
32607 return (void *)((wxEvent *) ((wxPaintEvent *) x));
32608 }
32609 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x) {
32610 return (void *)((wxEvent *) ((wxNcPaintEvent *) x));
32611 }
32612 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x) {
32613 return (void *)((wxEvent *) (wxCommandEvent *) ((wxUpdateUIEvent *) x));
32614 }
32615 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x) {
32616 return (void *)((wxEvent *) ((wxPaletteChangedEvent *) x));
32617 }
32618 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x) {
32619 return (void *)((wxEvent *) ((wxDisplayChangedEvent *) x));
32620 }
32621 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x) {
32622 return (void *)((wxEvent *) ((wxMouseCaptureChangedEvent *) x));
32623 }
32624 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x) {
32625 return (void *)((wxEvent *) ((wxSysColourChangedEvent *) x));
32626 }
32627 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x) {
32628 return (void *)((wxEvent *) ((wxDropFilesEvent *) x));
32629 }
32630 static void *_p_wxFocusEventTo_p_wxEvent(void *x) {
32631 return (void *)((wxEvent *) ((wxFocusEvent *) x));
32632 }
32633 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x) {
32634 return (void *)((wxEvent *) (wxCommandEvent *) ((wxChildFocusEvent *) x));
32635 }
32636 static void *_p_wxShowEventTo_p_wxEvent(void *x) {
32637 return (void *)((wxEvent *) ((wxShowEvent *) x));
32638 }
32639 static void *_p_wxCommandEventTo_p_wxEvent(void *x) {
32640 return (void *)((wxEvent *) ((wxCommandEvent *) x));
32641 }
32642 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x) {
32643 return (void *)((wxEvent *) (wxCommandEvent *) ((wxPyCommandEvent *) x));
32644 }
32645 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x) {
32646 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowDestroyEvent *) x));
32647 }
32648 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x) {
32649 return (void *)((wxEvent *) ((wxNavigationKeyEvent *) x));
32650 }
32651 static void *_p_wxKeyEventTo_p_wxEvent(void *x) {
32652 return (void *)((wxEvent *) ((wxKeyEvent *) x));
32653 }
32654 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x) {
32655 return (void *)((wxEvent *) ((wxScrollWinEvent *) x));
32656 }
32657 static void *_p_wxSpinEventTo_p_wxEvent(void *x) {
32658 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
32659 }
32660 static void *_p_wxComboBoxTo_p_wxItemContainer(void *x) {
32661 return (void *)((wxItemContainer *) ((wxComboBox *) x));
32662 }
32663 static void *_p_wxDirFilterListCtrlTo_p_wxItemContainer(void *x) {
32664 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32665 }
32666 static void *_p_wxChoiceTo_p_wxItemContainer(void *x) {
32667 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxChoice *) x));
32668 }
32669 static void *_p_wxControlWithItemsTo_p_wxItemContainer(void *x) {
32670 return (void *)((wxItemContainer *) ((wxControlWithItems *) x));
32671 }
32672 static void *_p_wxListBoxTo_p_wxItemContainer(void *x) {
32673 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxListBox *) x));
32674 }
32675 static void *_p_wxCheckListBoxTo_p_wxItemContainer(void *x) {
32676 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32677 }
32678 static void *_p_wxListViewTo_p_wxPyListCtrl(void *x) {
32679 return (void *)((wxPyListCtrl *) ((wxListView *) x));
32680 }
32681 static void *_p_wxBookCtrlTo_p_wxControl(void *x) {
32682 return (void *)((wxControl *) ((wxBookCtrl *) x));
32683 }
32684 static void *_p_wxToolBarTo_p_wxControl(void *x) {
32685 return (void *)((wxControl *) (wxToolBarBase *) ((wxToolBar *) x));
32686 }
32687 static void *_p_wxToggleButtonTo_p_wxControl(void *x) {
32688 return (void *)((wxControl *) ((wxToggleButton *) x));
32689 }
32690 static void *_p_wxRadioButtonTo_p_wxControl(void *x) {
32691 return (void *)((wxControl *) ((wxRadioButton *) x));
32692 }
32693 static void *_p_wxPyControlTo_p_wxControl(void *x) {
32694 return (void *)((wxControl *) ((wxPyControl *) x));
32695 }
32696 static void *_p_wxToolBarBaseTo_p_wxControl(void *x) {
32697 return (void *)((wxControl *) ((wxToolBarBase *) x));
32698 }
32699 static void *_p_wxDirFilterListCtrlTo_p_wxControl(void *x) {
32700 return (void *)((wxControl *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32701 }
32702 static void *_p_wxPyListCtrlTo_p_wxControl(void *x) {
32703 return (void *)((wxControl *) ((wxPyListCtrl *) x));
32704 }
32705 static void *_p_wxComboBoxTo_p_wxControl(void *x) {
32706 return (void *)((wxControl *) ((wxComboBox *) x));
32707 }
32708 static void *_p_wxGenericDirCtrlTo_p_wxControl(void *x) {
32709 return (void *)((wxControl *) ((wxGenericDirCtrl *) x));
32710 }
32711 static void *_p_wxScrollBarTo_p_wxControl(void *x) {
32712 return (void *)((wxControl *) ((wxScrollBar *) x));
32713 }
32714 static void *_p_wxControlWithItemsTo_p_wxControl(void *x) {
32715 return (void *)((wxControl *) ((wxControlWithItems *) x));
32716 }
32717 static void *_p_wxGaugeTo_p_wxControl(void *x) {
32718 return (void *)((wxControl *) ((wxGauge *) x));
32719 }
32720 static void *_p_wxStaticLineTo_p_wxControl(void *x) {
32721 return (void *)((wxControl *) ((wxStaticLine *) x));
32722 }
32723 static void *_p_wxChoicebookTo_p_wxControl(void *x) {
32724 return (void *)((wxControl *) (wxBookCtrl *) ((wxChoicebook *) x));
32725 }
32726 static void *_p_wxListbookTo_p_wxControl(void *x) {
32727 return (void *)((wxControl *) (wxBookCtrl *) ((wxListbook *) x));
32728 }
32729 static void *_p_wxPyTreeCtrlTo_p_wxControl(void *x) {
32730 return (void *)((wxControl *) ((wxPyTreeCtrl *) x));
32731 }
32732 static void *_p_wxCheckBoxTo_p_wxControl(void *x) {
32733 return (void *)((wxControl *) ((wxCheckBox *) x));
32734 }
32735 static void *_p_wxRadioBoxTo_p_wxControl(void *x) {
32736 return (void *)((wxControl *) ((wxRadioBox *) x));
32737 }
32738 static void *_p_wxChoiceTo_p_wxControl(void *x) {
32739 return (void *)((wxControl *) (wxControlWithItems *) ((wxChoice *) x));
32740 }
32741 static void *_p_wxListBoxTo_p_wxControl(void *x) {
32742 return (void *)((wxControl *) (wxControlWithItems *) ((wxListBox *) x));
32743 }
32744 static void *_p_wxCheckListBoxTo_p_wxControl(void *x) {
32745 return (void *)((wxControl *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32746 }
32747 static void *_p_wxListViewTo_p_wxControl(void *x) {
32748 return (void *)((wxControl *) (wxPyListCtrl *) ((wxListView *) x));
32749 }
32750 static void *_p_wxNotebookTo_p_wxControl(void *x) {
32751 return (void *)((wxControl *) (wxBookCtrl *) ((wxNotebook *) x));
32752 }
32753 static void *_p_wxStaticBitmapTo_p_wxControl(void *x) {
32754 return (void *)((wxControl *) ((wxStaticBitmap *) x));
32755 }
32756 static void *_p_wxSpinCtrlTo_p_wxControl(void *x) {
32757 return (void *)((wxControl *) ((wxSpinCtrl *) x));
32758 }
32759 static void *_p_wxStaticTextTo_p_wxControl(void *x) {
32760 return (void *)((wxControl *) ((wxStaticText *) x));
32761 }
32762 static void *_p_wxStaticBoxTo_p_wxControl(void *x) {
32763 return (void *)((wxControl *) ((wxStaticBox *) x));
32764 }
32765 static void *_p_wxSliderTo_p_wxControl(void *x) {
32766 return (void *)((wxControl *) ((wxSlider *) x));
32767 }
32768 static void *_p_wxContextHelpButtonTo_p_wxControl(void *x) {
32769 return (void *)((wxControl *) (wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32770 }
32771 static void *_p_wxSpinButtonTo_p_wxControl(void *x) {
32772 return (void *)((wxControl *) ((wxSpinButton *) x));
32773 }
32774 static void *_p_wxButtonTo_p_wxControl(void *x) {
32775 return (void *)((wxControl *) ((wxButton *) x));
32776 }
32777 static void *_p_wxBitmapButtonTo_p_wxControl(void *x) {
32778 return (void *)((wxControl *) (wxButton *) ((wxBitmapButton *) x));
32779 }
32780 static void *_p_wxTextCtrlTo_p_wxControl(void *x) {
32781 return (void *)((wxControl *) ((wxTextCtrl *) x));
32782 }
32783 static void *_p_wxToolBarTo_p_wxToolBarBase(void *x) {
32784 return (void *)((wxToolBarBase *) ((wxToolBar *) x));
32785 }
32786 static void *_p_wxDirFilterListCtrlTo_p_wxChoice(void *x) {
32787 return (void *)((wxChoice *) ((wxDirFilterListCtrl *) x));
32788 }
32789 static void *_p_wxTreeEventTo_p_wxNotifyEvent(void *x) {
32790 return (void *)((wxNotifyEvent *) ((wxTreeEvent *) x));
32791 }
32792 static void *_p_wxBookCtrlEventTo_p_wxNotifyEvent(void *x) {
32793 return (void *)((wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32794 }
32795 static void *_p_wxListEventTo_p_wxNotifyEvent(void *x) {
32796 return (void *)((wxNotifyEvent *) ((wxListEvent *) x));
32797 }
32798 static void *_p_wxSpinEventTo_p_wxNotifyEvent(void *x) {
32799 return (void *)((wxNotifyEvent *) ((wxSpinEvent *) x));
32800 }
32801 static void *_p_wxNotebookEventTo_p_wxNotifyEvent(void *x) {
32802 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32803 }
32804 static void *_p_wxListbookEventTo_p_wxNotifyEvent(void *x) {
32805 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxListbookEvent *) x));
32806 }
32807 static void *_p_wxChoicebookEventTo_p_wxNotifyEvent(void *x) {
32808 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxChoicebookEvent *) x));
32809 }
32810 static void *_p_wxBookCtrlTo_p_wxEvtHandler(void *x) {
32811 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxBookCtrl *) x));
32812 }
32813 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x) {
32814 return (void *)((wxEvtHandler *) (wxWindow *) ((wxMenuBar *) x));
32815 }
32816 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x) {
32817 return (void *)((wxEvtHandler *) ((wxValidator *) x));
32818 }
32819 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x) {
32820 return (void *)((wxEvtHandler *) (wxValidator *) ((wxPyValidator *) x));
32821 }
32822 static void *_p_wxToolBarTo_p_wxEvtHandler(void *x) {
32823 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
32824 }
32825 static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
32826 return (void *)((wxEvtHandler *) ((wxMenu *) x));
32827 }
32828 static void *_p_wxToggleButtonTo_p_wxEvtHandler(void *x) {
32829 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToggleButton *) x));
32830 }
32831 static void *_p_wxRadioButtonTo_p_wxEvtHandler(void *x) {
32832 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioButton *) x));
32833 }
32834 static void *_p_wxWindowTo_p_wxEvtHandler(void *x) {
32835 return (void *)((wxEvtHandler *) ((wxWindow *) x));
32836 }
32837 static void *_p_wxControlTo_p_wxEvtHandler(void *x) {
32838 return (void *)((wxEvtHandler *) (wxWindow *) ((wxControl *) x));
32839 }
32840 static void *_p_wxToolBarBaseTo_p_wxEvtHandler(void *x) {
32841 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToolBarBase *) x));
32842 }
32843 static void *_p_wxComboBoxTo_p_wxEvtHandler(void *x) {
32844 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxComboBox *) x));
32845 }
32846 static void *_p_wxPyListCtrlTo_p_wxEvtHandler(void *x) {
32847 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
32848 }
32849 static void *_p_wxDirFilterListCtrlTo_p_wxEvtHandler(void *x) {
32850 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32851 }
32852 static void *_p_wxPyControlTo_p_wxEvtHandler(void *x) {
32853 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyControl *) x));
32854 }
32855 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x) {
32856 return (void *)((wxEvtHandler *) ((wxPyApp *) x));
32857 }
32858 static void *_p_wxGenericDirCtrlTo_p_wxEvtHandler(void *x) {
32859 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
32860 }
32861 static void *_p_wxScrollBarTo_p_wxEvtHandler(void *x) {
32862 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxScrollBar *) x));
32863 }
32864 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x) {
32865 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxControlWithItems *) x));
32866 }
32867 static void *_p_wxGaugeTo_p_wxEvtHandler(void *x) {
32868 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGauge *) x));
32869 }
32870 static void *_p_wxStaticLineTo_p_wxEvtHandler(void *x) {
32871 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticLine *) x));
32872 }
32873 static void *_p_wxChoicebookTo_p_wxEvtHandler(void *x) {
32874 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxChoicebook *) x));
32875 }
32876 static void *_p_wxListbookTo_p_wxEvtHandler(void *x) {
32877 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
32878 }
32879 static void *_p_wxPyTreeCtrlTo_p_wxEvtHandler(void *x) {
32880 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
32881 }
32882 static void *_p_wxCheckBoxTo_p_wxEvtHandler(void *x) {
32883 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxCheckBox *) x));
32884 }
32885 static void *_p_wxRadioBoxTo_p_wxEvtHandler(void *x) {
32886 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioBox *) x));
32887 }
32888 static void *_p_wxCheckListBoxTo_p_wxEvtHandler(void *x) {
32889 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32890 }
32891 static void *_p_wxListBoxTo_p_wxEvtHandler(void *x) {
32892 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
32893 }
32894 static void *_p_wxChoiceTo_p_wxEvtHandler(void *x) {
32895 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
32896 }
32897 static void *_p_wxNotebookTo_p_wxEvtHandler(void *x) {
32898 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
32899 }
32900 static void *_p_wxStaticBitmapTo_p_wxEvtHandler(void *x) {
32901 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
32902 }
32903 static void *_p_wxListViewTo_p_wxEvtHandler(void *x) {
32904 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
32905 }
32906 static void *_p_wxSpinCtrlTo_p_wxEvtHandler(void *x) {
32907 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
32908 }
32909 static void *_p_wxStaticTextTo_p_wxEvtHandler(void *x) {
32910 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticText *) x));
32911 }
32912 static void *_p_wxStaticBoxTo_p_wxEvtHandler(void *x) {
32913 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBox *) x));
32914 }
32915 static void *_p_wxSliderTo_p_wxEvtHandler(void *x) {
32916 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSlider *) x));
32917 }
32918 static void *_p_wxSpinButtonTo_p_wxEvtHandler(void *x) {
32919 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinButton *) x));
32920 }
32921 static void *_p_wxButtonTo_p_wxEvtHandler(void *x) {
32922 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxButton *) x));
32923 }
32924 static void *_p_wxBitmapButtonTo_p_wxEvtHandler(void *x) {
32925 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
32926 }
32927 static void *_p_wxContextHelpButtonTo_p_wxEvtHandler(void *x) {
32928 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32929 }
32930 static void *_p_wxTextCtrlTo_p_wxEvtHandler(void *x) {
32931 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxTextCtrl *) x));
32932 }
32933 static void *_p_wxCheckListBoxTo_p_wxListBox(void *x) {
32934 return (void *)((wxListBox *) ((wxCheckListBox *) x));
32935 }
32936 static void *_p_wxChoicebookTo_p_wxBookCtrl(void *x) {
32937 return (void *)((wxBookCtrl *) ((wxChoicebook *) x));
32938 }
32939 static void *_p_wxListbookTo_p_wxBookCtrl(void *x) {
32940 return (void *)((wxBookCtrl *) ((wxListbook *) x));
32941 }
32942 static void *_p_wxNotebookTo_p_wxBookCtrl(void *x) {
32943 return (void *)((wxBookCtrl *) ((wxNotebook *) x));
32944 }
32945 static void *_p_wxBitmapButtonTo_p_wxButton(void *x) {
32946 return (void *)((wxButton *) ((wxBitmapButton *) x));
32947 }
32948 static void *_p_wxContextHelpButtonTo_p_wxButton(void *x) {
32949 return (void *)((wxButton *) (wxBitmapButton *) ((wxContextHelpButton *) x));
32950 }
32951 static void *_p_wxContextHelpButtonTo_p_wxBitmapButton(void *x) {
32952 return (void *)((wxBitmapButton *) ((wxContextHelpButton *) x));
32953 }
32954 static void *_p_wxSimpleHelpProviderTo_p_wxHelpProvider(void *x) {
32955 return (void *)((wxHelpProvider *) ((wxSimpleHelpProvider *) x));
32956 }
32957 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x) {
32958 return (void *)((wxObject *) ((wxLayoutConstraints *) x));
32959 }
32960 static void *_p_wxGBSizerItemTo_p_wxObject(void *x) {
32961 return (void *)((wxObject *) (wxSizerItem *) ((wxGBSizerItem *) x));
32962 }
32963 static void *_p_wxSizerItemTo_p_wxObject(void *x) {
32964 return (void *)((wxObject *) ((wxSizerItem *) x));
32965 }
32966 static void *_p_wxScrollEventTo_p_wxObject(void *x) {
32967 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxScrollEvent *) x));
32968 }
32969 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x) {
32970 return (void *)((wxObject *) ((wxIndividualLayoutConstraint *) x));
32971 }
32972 static void *_p_wxTextUrlEventTo_p_wxObject(void *x) {
32973 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxTextUrlEvent *) x));
32974 }
32975 static void *_p_wxBookCtrlEventTo_p_wxObject(void *x) {
32976 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32977 }
32978 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x) {
32979 return (void *)((wxObject *) (wxSizer *)(wxBoxSizer *) ((wxStaticBoxSizer *) x));
32980 }
32981 static void *_p_wxBoxSizerTo_p_wxObject(void *x) {
32982 return (void *)((wxObject *) (wxSizer *) ((wxBoxSizer *) x));
32983 }
32984 static void *_p_wxSizerTo_p_wxObject(void *x) {
32985 return (void *)((wxObject *) ((wxSizer *) x));
32986 }
32987 static void *_p_wxGridBagSizerTo_p_wxObject(void *x) {
32988 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
32989 }
32990 static void *_p_wxCheckBoxTo_p_wxObject(void *x) {
32991 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxCheckBox *) x));
32992 }
32993 static void *_p_wxPyTreeCtrlTo_p_wxObject(void *x) {
32994 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
32995 }
32996 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x) {
32997 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxUpdateUIEvent *) x));
32998 }
32999 static void *_p_wxEventTo_p_wxObject(void *x) {
33000 return (void *)((wxObject *) ((wxEvent *) x));
33001 }
33002 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x) {
33003 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *) ((wxFlexGridSizer *) x));
33004 }
33005 static void *_p_wxGridSizerTo_p_wxObject(void *x) {
33006 return (void *)((wxObject *) (wxSizer *) ((wxGridSizer *) x));
33007 }
33008 static void *_p_wxInitDialogEventTo_p_wxObject(void *x) {
33009 return (void *)((wxObject *) (wxEvent *) ((wxInitDialogEvent *) x));
33010 }
33011 static void *_p_wxGenericDirCtrlTo_p_wxObject(void *x) {
33012 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
33013 }
33014 static void *_p_wxPyListCtrlTo_p_wxObject(void *x) {
33015 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
33016 }
33017 static void *_p_wxDirFilterListCtrlTo_p_wxObject(void *x) {
33018 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
33019 }
33020 static void *_p_wxPaintEventTo_p_wxObject(void *x) {
33021 return (void *)((wxObject *) (wxEvent *) ((wxPaintEvent *) x));
33022 }
33023 static void *_p_wxNcPaintEventTo_p_wxObject(void *x) {
33024 return (void *)((wxObject *) (wxEvent *) ((wxNcPaintEvent *) x));
33025 }
33026 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x) {
33027 return (void *)((wxObject *) (wxEvent *) ((wxPaletteChangedEvent *) x));
33028 }
33029 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x) {
33030 return (void *)((wxObject *) (wxEvent *) ((wxDisplayChangedEvent *) x));
33031 }
33032 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x) {
33033 return (void *)((wxObject *) (wxEvent *) ((wxMouseCaptureChangedEvent *) x));
33034 }
33035 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x) {
33036 return (void *)((wxObject *) (wxEvent *) ((wxSysColourChangedEvent *) x));
33037 }
33038 static void *_p_wxStaticLineTo_p_wxObject(void *x) {
33039 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticLine *) x));
33040 }
33041 static void *_p_wxControlTo_p_wxObject(void *x) {
33042 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxControl *) x));
33043 }
33044 static void *_p_wxPyControlTo_p_wxObject(void *x) {
33045 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyControl *) x));
33046 }
33047 static void *_p_wxGaugeTo_p_wxObject(void *x) {
33048 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGauge *) x));
33049 }
33050 static void *_p_wxRadioButtonTo_p_wxObject(void *x) {
33051 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioButton *) x));
33052 }
33053 static void *_p_wxToggleButtonTo_p_wxObject(void *x) {
33054 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToggleButton *) x));
33055 }
33056 static void *_p_wxToolBarBaseTo_p_wxObject(void *x) {
33057 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToolBarBase *) x));
33058 }
33059 static void *_p_wxSetCursorEventTo_p_wxObject(void *x) {
33060 return (void *)((wxObject *) (wxEvent *) ((wxSetCursorEvent *) x));
33061 }
33062 static void *_p_wxChoiceTo_p_wxObject(void *x) {
33063 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
33064 }
33065 static void *_p_wxFSFileTo_p_wxObject(void *x) {
33066 return (void *)((wxObject *) ((wxFSFile *) x));
33067 }
33068 static void *_p_wxPySizerTo_p_wxObject(void *x) {
33069 return (void *)((wxObject *) (wxSizer *) ((wxPySizer *) x));
33070 }
33071 static void *_p_wxListViewTo_p_wxObject(void *x) {
33072 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
33073 }
33074 static void *_p_wxTextCtrlTo_p_wxObject(void *x) {
33075 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxTextCtrl *) x));
33076 }
33077 static void *_p_wxNotebookTo_p_wxObject(void *x) {
33078 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
33079 }
33080 static void *_p_wxPyEventTo_p_wxObject(void *x) {
33081 return (void *)((wxObject *) (wxEvent *) ((wxPyEvent *) x));
33082 }
33083 static void *_p_wxNotifyEventTo_p_wxObject(void *x) {
33084 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxNotifyEvent *) x));
33085 }
33086 static void *_p_wxChoicebookTo_p_wxObject(void *x) {
33087 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxChoicebook *) x));
33088 }
33089 static void *_p_wxListbookTo_p_wxObject(void *x) {
33090 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
33091 }
33092 static void *_p_wxShowEventTo_p_wxObject(void *x) {
33093 return (void *)((wxObject *) (wxEvent *) ((wxShowEvent *) x));
33094 }
33095 static void *_p_wxStaticBitmapTo_p_wxObject(void *x) {
33096 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
33097 }
33098 static void *_p_wxSliderTo_p_wxObject(void *x) {
33099 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSlider *) x));
33100 }
33101 static void *_p_wxMenuItemTo_p_wxObject(void *x) {
33102 return (void *)((wxObject *) ((wxMenuItem *) x));
33103 }
33104 static void *_p_wxIdleEventTo_p_wxObject(void *x) {
33105 return (void *)((wxObject *) (wxEvent *) ((wxIdleEvent *) x));
33106 }
33107 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x) {
33108 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowCreateEvent *) x));
33109 }
33110 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x) {
33111 return (void *)((wxObject *) (wxEvent *) ((wxQueryNewPaletteEvent *) x));
33112 }
33113 static void *_p_wxMaximizeEventTo_p_wxObject(void *x) {
33114 return (void *)((wxObject *) (wxEvent *) ((wxMaximizeEvent *) x));
33115 }
33116 static void *_p_wxIconizeEventTo_p_wxObject(void *x) {
33117 return (void *)((wxObject *) (wxEvent *) ((wxIconizeEvent *) x));
33118 }
33119 static void *_p_wxSizeEventTo_p_wxObject(void *x) {
33120 return (void *)((wxObject *) (wxEvent *) ((wxSizeEvent *) x));
33121 }
33122 static void *_p_wxMoveEventTo_p_wxObject(void *x) {
33123 return (void *)((wxObject *) (wxEvent *) ((wxMoveEvent *) x));
33124 }
33125 static void *_p_wxActivateEventTo_p_wxObject(void *x) {
33126 return (void *)((wxObject *) (wxEvent *) ((wxActivateEvent *) x));
33127 }
33128 static void *_p_wxStaticBoxTo_p_wxObject(void *x) {
33129 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBox *) x));
33130 }
33131 static void *_p_wxContextHelpTo_p_wxObject(void *x) {
33132 return (void *)((wxObject *) ((wxContextHelp *) x));
33133 }
33134 static void *_p_wxXPMHandlerTo_p_wxObject(void *x) {
33135 return (void *)((wxObject *) (wxImageHandler *) ((wxXPMHandler *) x));
33136 }
33137 static void *_p_wxPNMHandlerTo_p_wxObject(void *x) {
33138 return (void *)((wxObject *) (wxImageHandler *) ((wxPNMHandler *) x));
33139 }
33140 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x) {
33141 return (void *)((wxObject *) (wxImageHandler *) ((wxJPEGHandler *) x));
33142 }
33143 static void *_p_wxPCXHandlerTo_p_wxObject(void *x) {
33144 return (void *)((wxObject *) (wxImageHandler *) ((wxPCXHandler *) x));
33145 }
33146 static void *_p_wxGIFHandlerTo_p_wxObject(void *x) {
33147 return (void *)((wxObject *) (wxImageHandler *) ((wxGIFHandler *) x));
33148 }
33149 static void *_p_wxPNGHandlerTo_p_wxObject(void *x) {
33150 return (void *)((wxObject *) (wxImageHandler *) ((wxPNGHandler *) x));
33151 }
33152 static void *_p_wxANIHandlerTo_p_wxObject(void *x) {
33153 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *)(wxCURHandler *) ((wxANIHandler *) x));
33154 }
33155 static void *_p_wxCURHandlerTo_p_wxObject(void *x) {
33156 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *) ((wxCURHandler *) x));
33157 }
33158 static void *_p_wxICOHandlerTo_p_wxObject(void *x) {
33159 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *) ((wxICOHandler *) x));
33160 }
33161 static void *_p_wxBMPHandlerTo_p_wxObject(void *x) {
33162 return (void *)((wxObject *) (wxImageHandler *) ((wxBMPHandler *) x));
33163 }
33164 static void *_p_wxImageHandlerTo_p_wxObject(void *x) {
33165 return (void *)((wxObject *) ((wxImageHandler *) x));
33166 }
33167 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x) {
33168 return (void *)((wxObject *) (wxImageHandler *) ((wxTIFFHandler *) x));
33169 }
33170 static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
33171 return (void *)((wxObject *) ((wxEvtHandler *) x));
33172 }
33173 static void *_p_wxListEventTo_p_wxObject(void *x) {
33174 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
33175 }
33176 static void *_p_wxListBoxTo_p_wxObject(void *x) {
33177 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
33178 }
33179 static void *_p_wxCheckListBoxTo_p_wxObject(void *x) {
33180 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
33181 }
33182 static void *_p_wxBookCtrlTo_p_wxObject(void *x) {
33183 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxBookCtrl *) x));
33184 }
33185 static void *_p_wxButtonTo_p_wxObject(void *x) {
33186 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxButton *) x));
33187 }
33188 static void *_p_wxBitmapButtonTo_p_wxObject(void *x) {
33189 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
33190 }
33191 static void *_p_wxSpinButtonTo_p_wxObject(void *x) {
33192 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinButton *) x));
33193 }
33194 static void *_p_wxContextHelpButtonTo_p_wxObject(void *x) {
33195 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
33196 }
33197 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
33198 return (void *)((wxObject *) ((wxAcceleratorTable *) x));
33199 }
33200 static void *_p_wxScrollBarTo_p_wxObject(void *x) {
33201 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxScrollBar *) x));
33202 }
33203 static void *_p_wxRadioBoxTo_p_wxObject(void *x) {
33204 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioBox *) x));
33205 }
33206 static void *_p_wxComboBoxTo_p_wxObject(void *x) {
33207 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxComboBox *) x));
33208 }
33209 static void *_p_wxHelpEventTo_p_wxObject(void *x) {
33210 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxHelpEvent *) x));
33211 }
33212 static void *_p_wxListItemTo_p_wxObject(void *x) {
33213 return (void *)((wxObject *) ((wxListItem *) x));
33214 }
33215 static void *_p_wxImageTo_p_wxObject(void *x) {
33216 return (void *)((wxObject *) ((wxImage *) x));
33217 }
33218 static void *_p_wxNotebookSizerTo_p_wxObject(void *x) {
33219 return (void *)((wxObject *) (wxSizer *) ((wxNotebookSizer *) x));
33220 }
33221 static void *_p_wxScrollWinEventTo_p_wxObject(void *x) {
33222 return (void *)((wxObject *) (wxEvent *) ((wxScrollWinEvent *) x));
33223 }
33224 static void *_p_wxSpinEventTo_p_wxObject(void *x) {
33225 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
33226 }
33227 static void *_p_wxGenericDragImageTo_p_wxObject(void *x) {
33228 return (void *)((wxObject *) ((wxGenericDragImage *) x));
33229 }
33230 static void *_p_wxSpinCtrlTo_p_wxObject(void *x) {
33231 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
33232 }
33233 static void *_p_wxNotebookEventTo_p_wxObject(void *x) {
33234 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
33235 }
33236 static void *_p_wxListbookEventTo_p_wxObject(void *x) {
33237 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
33238 }
33239 static void *_p_wxChoicebookEventTo_p_wxObject(void *x) {
33240 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxChoicebookEvent *) x));
33241 }
33242 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x) {
33243 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowDestroyEvent *) x));
33244 }
33245 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
33246 return (void *)((wxObject *) (wxEvent *) ((wxNavigationKeyEvent *) x));
33247 }
33248 static void *_p_wxKeyEventTo_p_wxObject(void *x) {
33249 return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
33250 }
33251 static void *_p_wxWindowTo_p_wxObject(void *x) {
33252 return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
33253 }
33254 static void *_p_wxMenuTo_p_wxObject(void *x) {
33255 return (void *)((wxObject *) (wxEvtHandler *) ((wxMenu *) x));
33256 }
33257 static void *_p_wxMenuBarTo_p_wxObject(void *x) {
33258 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
33259 }
33260 static void *_p_wxFileSystemTo_p_wxObject(void *x) {
33261 return (void *)((wxObject *) ((wxFileSystem *) x));
33262 }
33263 static void *_p_wxContextMenuEventTo_p_wxObject(void *x) {
33264 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxContextMenuEvent *) x));
33265 }
33266 static void *_p_wxMenuEventTo_p_wxObject(void *x) {
33267 return (void *)((wxObject *) (wxEvent *) ((wxMenuEvent *) x));
33268 }
33269 static void *_p_wxPyAppTo_p_wxObject(void *x) {
33270 return (void *)((wxObject *) (wxEvtHandler *) ((wxPyApp *) x));
33271 }
33272 static void *_p_wxCloseEventTo_p_wxObject(void *x) {
33273 return (void *)((wxObject *) (wxEvent *) ((wxCloseEvent *) x));
33274 }
33275 static void *_p_wxMouseEventTo_p_wxObject(void *x) {
33276 return (void *)((wxObject *) (wxEvent *) ((wxMouseEvent *) x));
33277 }
33278 static void *_p_wxEraseEventTo_p_wxObject(void *x) {
33279 return (void *)((wxObject *) (wxEvent *) ((wxEraseEvent *) x));
33280 }
33281 static void *_p_wxTreeEventTo_p_wxObject(void *x) {
33282 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
33283 }
33284 static void *_p_wxPyCommandEventTo_p_wxObject(void *x) {
33285 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxPyCommandEvent *) x));
33286 }
33287 static void *_p_wxCommandEventTo_p_wxObject(void *x) {
33288 return (void *)((wxObject *) (wxEvent *) ((wxCommandEvent *) x));
33289 }
33290 static void *_p_wxStaticTextTo_p_wxObject(void *x) {
33291 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticText *) x));
33292 }
33293 static void *_p_wxDropFilesEventTo_p_wxObject(void *x) {
33294 return (void *)((wxObject *) (wxEvent *) ((wxDropFilesEvent *) x));
33295 }
33296 static void *_p_wxFocusEventTo_p_wxObject(void *x) {
33297 return (void *)((wxObject *) (wxEvent *) ((wxFocusEvent *) x));
33298 }
33299 static void *_p_wxChildFocusEventTo_p_wxObject(void *x) {
33300 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxChildFocusEvent *) x));
33301 }
33302 static void *_p_wxControlWithItemsTo_p_wxObject(void *x) {
33303 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxControlWithItems *) x));
33304 }
33305 static void *_p_wxToolBarToolBaseTo_p_wxObject(void *x) {
33306 return (void *)((wxObject *) ((wxToolBarToolBase *) x));
33307 }
33308 static void *_p_wxToolBarTo_p_wxObject(void *x) {
33309 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
33310 }
33311 static void *_p_wxPyValidatorTo_p_wxObject(void *x) {
33312 return (void *)((wxObject *) (wxEvtHandler *)(wxValidator *) ((wxPyValidator *) x));
33313 }
33314 static void *_p_wxValidatorTo_p_wxObject(void *x) {
33315 return (void *)((wxObject *) (wxEvtHandler *) ((wxValidator *) x));
33316 }
33317 static void *_p_wxBookCtrlSizerTo_p_wxObject(void *x) {
33318 return (void *)((wxObject *) (wxSizer *) ((wxBookCtrlSizer *) x));
33319 }
33320 static void *_p_wxBookCtrlTo_p_wxWindow(void *x) {
33321 return (void *)((wxWindow *) (wxControl *) ((wxBookCtrl *) x));
33322 }
33323 static void *_p_wxMenuBarTo_p_wxWindow(void *x) {
33324 return (void *)((wxWindow *) ((wxMenuBar *) x));
33325 }
33326 static void *_p_wxToolBarTo_p_wxWindow(void *x) {
33327 return (void *)((wxWindow *) (wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
33328 }
33329 static void *_p_wxToggleButtonTo_p_wxWindow(void *x) {
33330 return (void *)((wxWindow *) (wxControl *) ((wxToggleButton *) x));
33331 }
33332 static void *_p_wxRadioButtonTo_p_wxWindow(void *x) {
33333 return (void *)((wxWindow *) (wxControl *) ((wxRadioButton *) x));
33334 }
33335 static void *_p_wxControlTo_p_wxWindow(void *x) {
33336 return (void *)((wxWindow *) ((wxControl *) x));
33337 }
33338 static void *_p_wxToolBarBaseTo_p_wxWindow(void *x) {
33339 return (void *)((wxWindow *) (wxControl *) ((wxToolBarBase *) x));
33340 }
33341 static void *_p_wxDirFilterListCtrlTo_p_wxWindow(void *x) {
33342 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
33343 }
33344 static void *_p_wxPyListCtrlTo_p_wxWindow(void *x) {
33345 return (void *)((wxWindow *) (wxControl *) ((wxPyListCtrl *) x));
33346 }
33347 static void *_p_wxComboBoxTo_p_wxWindow(void *x) {
33348 return (void *)((wxWindow *) (wxControl *) ((wxComboBox *) x));
33349 }
33350 static void *_p_wxPyControlTo_p_wxWindow(void *x) {
33351 return (void *)((wxWindow *) (wxControl *) ((wxPyControl *) x));
33352 }
33353 static void *_p_wxGenericDirCtrlTo_p_wxWindow(void *x) {
33354 return (void *)((wxWindow *) (wxControl *) ((wxGenericDirCtrl *) x));
33355 }
33356 static void *_p_wxScrollBarTo_p_wxWindow(void *x) {
33357 return (void *)((wxWindow *) (wxControl *) ((wxScrollBar *) x));
33358 }
33359 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x) {
33360 return (void *)((wxWindow *) (wxControl *) ((wxControlWithItems *) x));
33361 }
33362 static void *_p_wxGaugeTo_p_wxWindow(void *x) {
33363 return (void *)((wxWindow *) (wxControl *) ((wxGauge *) x));
33364 }
33365 static void *_p_wxStaticLineTo_p_wxWindow(void *x) {
33366 return (void *)((wxWindow *) (wxControl *) ((wxStaticLine *) x));
33367 }
33368 static void *_p_wxChoicebookTo_p_wxWindow(void *x) {
33369 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxChoicebook *) x));
33370 }
33371 static void *_p_wxListbookTo_p_wxWindow(void *x) {
33372 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxListbook *) x));
33373 }
33374 static void *_p_wxPyTreeCtrlTo_p_wxWindow(void *x) {
33375 return (void *)((wxWindow *) (wxControl *) ((wxPyTreeCtrl *) x));
33376 }
33377 static void *_p_wxCheckBoxTo_p_wxWindow(void *x) {
33378 return (void *)((wxWindow *) (wxControl *) ((wxCheckBox *) x));
33379 }
33380 static void *_p_wxRadioBoxTo_p_wxWindow(void *x) {
33381 return (void *)((wxWindow *) (wxControl *) ((wxRadioBox *) x));
33382 }
33383 static void *_p_wxCheckListBoxTo_p_wxWindow(void *x) {
33384 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
33385 }
33386 static void *_p_wxChoiceTo_p_wxWindow(void *x) {
33387 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxChoice *) x));
33388 }
33389 static void *_p_wxListBoxTo_p_wxWindow(void *x) {
33390 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxListBox *) x));
33391 }
33392 static void *_p_wxListViewTo_p_wxWindow(void *x) {
33393 return (void *)((wxWindow *) (wxControl *)(wxPyListCtrl *) ((wxListView *) x));
33394 }
33395 static void *_p_wxNotebookTo_p_wxWindow(void *x) {
33396 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
33397 }
33398 static void *_p_wxStaticBitmapTo_p_wxWindow(void *x) {
33399 return (void *)((wxWindow *) (wxControl *) ((wxStaticBitmap *) x));
33400 }
33401 static void *_p_wxSpinCtrlTo_p_wxWindow(void *x) {
33402 return (void *)((wxWindow *) (wxControl *) ((wxSpinCtrl *) x));
33403 }
33404 static void *_p_wxStaticTextTo_p_wxWindow(void *x) {
33405 return (void *)((wxWindow *) (wxControl *) ((wxStaticText *) x));
33406 }
33407 static void *_p_wxStaticBoxTo_p_wxWindow(void *x) {
33408 return (void *)((wxWindow *) (wxControl *) ((wxStaticBox *) x));
33409 }
33410 static void *_p_wxSliderTo_p_wxWindow(void *x) {
33411 return (void *)((wxWindow *) (wxControl *) ((wxSlider *) x));
33412 }
33413 static void *_p_wxSpinButtonTo_p_wxWindow(void *x) {
33414 return (void *)((wxWindow *) (wxControl *) ((wxSpinButton *) x));
33415 }
33416 static void *_p_wxButtonTo_p_wxWindow(void *x) {
33417 return (void *)((wxWindow *) (wxControl *) ((wxButton *) x));
33418 }
33419 static void *_p_wxBitmapButtonTo_p_wxWindow(void *x) {
33420 return (void *)((wxWindow *) (wxControl *)(wxButton *) ((wxBitmapButton *) x));
33421 }
33422 static void *_p_wxContextHelpButtonTo_p_wxWindow(void *x) {
33423 return (void *)((wxWindow *) (wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
33424 }
33425 static void *_p_wxTextCtrlTo_p_wxWindow(void *x) {
33426 return (void *)((wxWindow *) (wxControl *) ((wxTextCtrl *) x));
33427 }
33428 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x) {
33429 return (void *)((wxCommandEvent *) ((wxWindowDestroyEvent *) x));
33430 }
33431 static void *_p_wxBookCtrlEventTo_p_wxCommandEvent(void *x) {
33432 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxBookCtrlEvent *) x));
33433 }
33434 static void *_p_wxTextUrlEventTo_p_wxCommandEvent(void *x) {
33435 return (void *)((wxCommandEvent *) ((wxTextUrlEvent *) x));
33436 }
33437 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x) {
33438 return (void *)((wxCommandEvent *) ((wxScrollEvent *) x));
33439 }
33440 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x) {
33441 return (void *)((wxCommandEvent *) ((wxPyCommandEvent *) x));
33442 }
33443 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x) {
33444 return (void *)((wxCommandEvent *) ((wxContextMenuEvent *) x));
33445 }
33446 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x) {
33447 return (void *)((wxCommandEvent *) ((wxChildFocusEvent *) x));
33448 }
33449 static void *_p_wxChoicebookEventTo_p_wxCommandEvent(void *x) {
33450 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxChoicebookEvent *) x));
33451 }
33452 static void *_p_wxListbookEventTo_p_wxCommandEvent(void *x) {
33453 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
33454 }
33455 static void *_p_wxNotebookEventTo_p_wxCommandEvent(void *x) {
33456 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
33457 }
33458 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x) {
33459 return (void *)((wxCommandEvent *) ((wxWindowCreateEvent *) x));
33460 }
33461 static void *_p_wxListEventTo_p_wxCommandEvent(void *x) {
33462 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxListEvent *) x));
33463 }
33464 static void *_p_wxTreeEventTo_p_wxCommandEvent(void *x) {
33465 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxTreeEvent *) x));
33466 }
33467 static void *_p_wxSpinEventTo_p_wxCommandEvent(void *x) {
33468 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxSpinEvent *) x));
33469 }
33470 static void *_p_wxHelpEventTo_p_wxCommandEvent(void *x) {
33471 return (void *)((wxCommandEvent *) ((wxHelpEvent *) x));
33472 }
33473 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x) {
33474 return (void *)((wxCommandEvent *) ((wxNotifyEvent *) x));
33475 }
33476 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x) {
33477 return (void *)((wxCommandEvent *) ((wxUpdateUIEvent *) x));
33478 }
33479 static void *_p_wxDirFilterListCtrlTo_p_wxControlWithItems(void *x) {
33480 return (void *)((wxControlWithItems *) (wxChoice *) ((wxDirFilterListCtrl *) x));
33481 }
33482 static void *_p_wxChoiceTo_p_wxControlWithItems(void *x) {
33483 return (void *)((wxControlWithItems *) ((wxChoice *) x));
33484 }
33485 static void *_p_wxListBoxTo_p_wxControlWithItems(void *x) {
33486 return (void *)((wxControlWithItems *) ((wxListBox *) x));
33487 }
33488 static void *_p_wxCheckListBoxTo_p_wxControlWithItems(void *x) {
33489 return (void *)((wxControlWithItems *) (wxListBox *) ((wxCheckListBox *) x));
33490 }
33491 static void *_p_wxPyValidatorTo_p_wxValidator(void *x) {
33492 return (void *)((wxValidator *) ((wxPyValidator *) x));
33493 }
33494 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}};
33495 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},{"_p_wxChoicebookEvent", _p_wxChoicebookEventTo_p_wxBookCtrlEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33496 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}};
33497 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}};
33498 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}};
33499 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_wxChoicebookEvent", _p_wxChoicebookEventTo_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_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_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_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}};
33500 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}};
33501 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}};
33502 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}};
33503 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}};
33504 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}};
33505 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}};
33506 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}};
33507 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_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_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_wxChoicebook", _p_wxChoicebookTo_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_wxSpinButton", _p_wxSpinButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_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}};
33508 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}};
33509 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}};
33510 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}};
33511 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}};
33512 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}};
33513 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}};
33514 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}};
33515 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}};
33516 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}};
33517 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}};
33518 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}};
33519 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}};
33520 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}};
33521 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}};
33522 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}};
33523 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}};
33524 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}};
33525 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}};
33526 static swig_type_info _swigt__p_wxChoicebook[] = {{"_p_wxChoicebook", 0, "wxChoicebook *", 0, 0, 0, 0},{"_p_wxChoicebook", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33527 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_wxChoicebookEvent", _p_wxChoicebookEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33528 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}};
33529 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}};
33530 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}};
33531 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}};
33532 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}};
33533 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}};
33534 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}};
33535 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}};
33536 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_wxControl", _p_wxControlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_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_wxChoicebook", _p_wxChoicebookTo_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_wxBitmapButton", _p_wxBitmapButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_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}};
33537 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}};
33538 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}};
33539 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}};
33540 static swig_type_info _swigt__p_wxBookCtrl[] = {{"_p_wxBookCtrl", 0, "wxBookCtrl *", 0, 0, 0, 0},{"_p_wxChoicebook", _p_wxChoicebookTo_p_wxBookCtrl, 0, 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}};
33541 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}};
33542 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}};
33543 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}};
33544 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}};
33545 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}};
33546 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}};
33547 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}};
33548 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}};
33549 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}};
33550 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}};
33551 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}};
33552 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}};
33553 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}};
33554 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}};
33555 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}};
33556 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}};
33557 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}};
33558 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}};
33559 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}};
33560 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}};
33561 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}};
33562 static swig_type_info _swigt__p_wxChoicebookEvent[] = {{"_p_wxChoicebookEvent", 0, "wxChoicebookEvent *", 0, 0, 0, 0},{"_p_wxChoicebookEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33563 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}};
33564 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}};
33565 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_wxControl", _p_wxControlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_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_wxChoicebook", _p_wxChoicebookTo_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_wxBitmapButton", _p_wxBitmapButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_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_wxChoicebookEvent", _p_wxChoicebookEventTo_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}};
33566 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}};
33567 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}};
33568 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_wxControl", _p_wxControlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_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_wxChoicebook", _p_wxChoicebookTo_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_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_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_wxTextCtrl", _p_wxTextCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33569 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}};
33570 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}};
33571 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}};
33572 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}};
33573 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_wxChoicebookEvent", _p_wxChoicebookEventTo_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}};
33574 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}};
33575 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}};
33576 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}};
33577 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}};
33578 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}};
33579 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}};
33580 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}};
33581
33582 static swig_type_info *swig_types_initial[] = {
33583 _swigt__p_wxTextUrlEvent,
33584 _swigt__p_wxBookCtrlEvent,
33585 _swigt__p_wxSizer,
33586 _swigt__p_wxCheckBox,
33587 _swigt__p_wxPyTreeCtrl,
33588 _swigt__p_wxEvent,
33589 _swigt__p_wxGenericDirCtrl,
33590 _swigt__p_bool,
33591 _swigt__p_wxPyTreeItemData,
33592 _swigt__p_wxItemContainer,
33593 _swigt__p_wxPyListCtrl,
33594 _swigt__p_wxDirFilterListCtrl,
33595 _swigt__p_wxStaticLine,
33596 _swigt__p_wxControl,
33597 _swigt__p_wxPyControl,
33598 _swigt__p_wxGauge,
33599 _swigt__p_wxToolBarBase,
33600 _swigt__p_wxFont,
33601 _swigt__p_wxToggleButton,
33602 _swigt__p_wxRadioButton,
33603 _swigt__p_wxChoice,
33604 _swigt__p_wxMemoryDC,
33605 _swigt__p_wxListItemAttr,
33606 _swigt__p_void,
33607 _swigt__p_int,
33608 _swigt__p_wxSize,
33609 _swigt__p_wxDC,
33610 _swigt__p_wxListView,
33611 _swigt__p_wxIcon,
33612 _swigt__p_wxVisualAttributes,
33613 _swigt__p_wxTextCtrl,
33614 _swigt__p_wxNotebook,
33615 _swigt__p_wxChoicebook,
33616 _swigt__p_wxNotifyEvent,
33617 _swigt__p_wxArrayString,
33618 _swigt__p_wxListbook,
33619 _swigt__p_wxStaticBitmap,
33620 _swigt__p_wxSlider,
33621 _swigt__p_wxStaticBox,
33622 _swigt__p_wxArrayInt,
33623 _swigt__p_wxContextHelp,
33624 _swigt__p_long,
33625 _swigt__p_wxEvtHandler,
33626 _swigt__p_wxListEvent,
33627 _swigt__p_wxCheckListBox,
33628 _swigt__p_wxListBox,
33629 _swigt__p_wxBookCtrl,
33630 _swigt__p_wxSpinButton,
33631 _swigt__p_wxButton,
33632 _swigt__p_wxBitmapButton,
33633 _swigt__p_wxRect,
33634 _swigt__p_wxContextHelpButton,
33635 _swigt__p_wxRadioBox,
33636 _swigt__p_wxScrollBar,
33637 _swigt__p_char,
33638 _swigt__p_wxTreeItemId,
33639 _swigt__p_wxComboBox,
33640 _swigt__p_wxHelpEvent,
33641 _swigt__p_wxListItem,
33642 _swigt__p_wxNotebookSizer,
33643 _swigt__p_wxSpinEvent,
33644 _swigt__p_wxGenericDragImage,
33645 _swigt__p_wxSpinCtrl,
33646 _swigt__p_wxImageList,
33647 _swigt__p_wxHelpProvider,
33648 _swigt__p_wxTextAttr,
33649 _swigt__p_wxSimpleHelpProvider,
33650 _swigt__p_wxPoint,
33651 _swigt__p_wxChoicebookEvent,
33652 _swigt__p_wxListbookEvent,
33653 _swigt__p_wxNotebookEvent,
33654 _swigt__p_wxObject,
33655 _swigt__p_wxCursor,
33656 _swigt__p_wxKeyEvent,
33657 _swigt__p_wxWindow,
33658 _swigt__p_wxString,
33659 _swigt__p_wxBitmap,
33660 _swigt__p_wxTreeEvent,
33661 _swigt__p_wxMouseEvent,
33662 _swigt__p_wxCommandEvent,
33663 _swigt__p_wxStaticText,
33664 _swigt__p_wxControlWithItems,
33665 _swigt__p_wxToolBarToolBase,
33666 _swigt__p_wxColour,
33667 _swigt__p_wxToolBar,
33668 _swigt__p_wxBookCtrlSizer,
33669 _swigt__p_wxValidator,
33670 0
33671 };
33672
33673
33674 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
33675
33676 static swig_const_info swig_const_table[] = {
33677 {0, 0, 0, 0.0, 0, 0}};
33678
33679 #ifdef __cplusplus
33680 }
33681 #endif
33682
33683 #ifdef __cplusplus
33684 extern "C"
33685 #endif
33686 SWIGEXPORT(void) SWIG_init(void) {
33687 static PyObject *SWIG_globals = 0;
33688 static int typeinit = 0;
33689 PyObject *m, *d;
33690 int i;
33691 if (!SWIG_globals) SWIG_globals = SWIG_newvarlink();
33692 m = Py_InitModule((char *) SWIG_name, SwigMethods);
33693 d = PyModule_GetDict(m);
33694
33695 if (!typeinit) {
33696 for (i = 0; swig_types_initial[i]; i++) {
33697 swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]);
33698 }
33699 typeinit = 1;
33700 }
33701 SWIG_InstallConstants(d,swig_const_table);
33702
33703 PyDict_SetItemString(d,(char*)"cvar", SWIG_globals);
33704 SWIG_addvarlink(SWIG_globals,(char*)"ButtonNameStr",_wrap_ButtonNameStr_get, _wrap_ButtonNameStr_set);
33705 PyDict_SetItemString(d,"BU_LEFT", SWIG_From_int((int)wxBU_LEFT));
33706 PyDict_SetItemString(d,"BU_TOP", SWIG_From_int((int)wxBU_TOP));
33707 PyDict_SetItemString(d,"BU_RIGHT", SWIG_From_int((int)wxBU_RIGHT));
33708 PyDict_SetItemString(d,"BU_BOTTOM", SWIG_From_int((int)wxBU_BOTTOM));
33709 PyDict_SetItemString(d,"BU_EXACTFIT", SWIG_From_int((int)wxBU_EXACTFIT));
33710 PyDict_SetItemString(d,"BU_AUTODRAW", SWIG_From_int((int)wxBU_AUTODRAW));
33711 SWIG_addvarlink(SWIG_globals,(char*)"CheckBoxNameStr",_wrap_CheckBoxNameStr_get, _wrap_CheckBoxNameStr_set);
33712 PyDict_SetItemString(d,"CHK_2STATE", SWIG_From_int((int)wxCHK_2STATE));
33713 PyDict_SetItemString(d,"CHK_3STATE", SWIG_From_int((int)wxCHK_3STATE));
33714 PyDict_SetItemString(d,"CHK_ALLOW_3RD_STATE_FOR_USER", SWIG_From_int((int)wxCHK_ALLOW_3RD_STATE_FOR_USER));
33715 PyDict_SetItemString(d,"CHK_UNCHECKED", SWIG_From_int((int)wxCHK_UNCHECKED));
33716 PyDict_SetItemString(d,"CHK_CHECKED", SWIG_From_int((int)wxCHK_CHECKED));
33717 PyDict_SetItemString(d,"CHK_UNDETERMINED", SWIG_From_int((int)wxCHK_UNDETERMINED));
33718 SWIG_addvarlink(SWIG_globals,(char*)"ChoiceNameStr",_wrap_ChoiceNameStr_get, _wrap_ChoiceNameStr_set);
33719 SWIG_addvarlink(SWIG_globals,(char*)"ComboBoxNameStr",_wrap_ComboBoxNameStr_get, _wrap_ComboBoxNameStr_set);
33720 SWIG_addvarlink(SWIG_globals,(char*)"GaugeNameStr",_wrap_GaugeNameStr_get, _wrap_GaugeNameStr_set);
33721 PyDict_SetItemString(d,"GA_HORIZONTAL", SWIG_From_int((int)wxGA_HORIZONTAL));
33722 PyDict_SetItemString(d,"GA_VERTICAL", SWIG_From_int((int)wxGA_VERTICAL));
33723 PyDict_SetItemString(d,"GA_SMOOTH", SWIG_From_int((int)wxGA_SMOOTH));
33724 PyDict_SetItemString(d,"GA_PROGRESSBAR", SWIG_From_int((int)wxGA_PROGRESSBAR));
33725 SWIG_addvarlink(SWIG_globals,(char*)"StaticBitmapNameStr",_wrap_StaticBitmapNameStr_get, _wrap_StaticBitmapNameStr_set);
33726 SWIG_addvarlink(SWIG_globals,(char*)"StaticBoxNameStr",_wrap_StaticBoxNameStr_get, _wrap_StaticBoxNameStr_set);
33727 SWIG_addvarlink(SWIG_globals,(char*)"StaticTextNameStr",_wrap_StaticTextNameStr_get, _wrap_StaticTextNameStr_set);
33728 SWIG_addvarlink(SWIG_globals,(char*)"ListBoxNameStr",_wrap_ListBoxNameStr_get, _wrap_ListBoxNameStr_set);
33729 SWIG_addvarlink(SWIG_globals,(char*)"TextCtrlNameStr",_wrap_TextCtrlNameStr_get, _wrap_TextCtrlNameStr_set);
33730 PyDict_SetItemString(d,"TE_NO_VSCROLL", SWIG_From_int((int)wxTE_NO_VSCROLL));
33731 PyDict_SetItemString(d,"TE_AUTO_SCROLL", SWIG_From_int((int)wxTE_AUTO_SCROLL));
33732 PyDict_SetItemString(d,"TE_READONLY", SWIG_From_int((int)wxTE_READONLY));
33733 PyDict_SetItemString(d,"TE_MULTILINE", SWIG_From_int((int)wxTE_MULTILINE));
33734 PyDict_SetItemString(d,"TE_PROCESS_TAB", SWIG_From_int((int)wxTE_PROCESS_TAB));
33735 PyDict_SetItemString(d,"TE_LEFT", SWIG_From_int((int)wxTE_LEFT));
33736 PyDict_SetItemString(d,"TE_CENTER", SWIG_From_int((int)wxTE_CENTER));
33737 PyDict_SetItemString(d,"TE_RIGHT", SWIG_From_int((int)wxTE_RIGHT));
33738 PyDict_SetItemString(d,"TE_CENTRE", SWIG_From_int((int)wxTE_CENTRE));
33739 PyDict_SetItemString(d,"TE_RICH", SWIG_From_int((int)wxTE_RICH));
33740 PyDict_SetItemString(d,"TE_PROCESS_ENTER", SWIG_From_int((int)wxTE_PROCESS_ENTER));
33741 PyDict_SetItemString(d,"TE_PASSWORD", SWIG_From_int((int)wxTE_PASSWORD));
33742 PyDict_SetItemString(d,"TE_AUTO_URL", SWIG_From_int((int)wxTE_AUTO_URL));
33743 PyDict_SetItemString(d,"TE_NOHIDESEL", SWIG_From_int((int)wxTE_NOHIDESEL));
33744 PyDict_SetItemString(d,"TE_DONTWRAP", SWIG_From_int((int)wxTE_DONTWRAP));
33745 PyDict_SetItemString(d,"TE_LINEWRAP", SWIG_From_int((int)wxTE_LINEWRAP));
33746 PyDict_SetItemString(d,"TE_WORDWRAP", SWIG_From_int((int)wxTE_WORDWRAP));
33747 PyDict_SetItemString(d,"TE_RICH2", SWIG_From_int((int)wxTE_RICH2));
33748 PyDict_SetItemString(d,"TEXT_ALIGNMENT_DEFAULT", SWIG_From_int((int)wxTEXT_ALIGNMENT_DEFAULT));
33749 PyDict_SetItemString(d,"TEXT_ALIGNMENT_LEFT", SWIG_From_int((int)wxTEXT_ALIGNMENT_LEFT));
33750 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTRE", SWIG_From_int((int)wxTEXT_ALIGNMENT_CENTRE));
33751 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTER", SWIG_From_int((int)wxTEXT_ALIGNMENT_CENTER));
33752 PyDict_SetItemString(d,"TEXT_ALIGNMENT_RIGHT", SWIG_From_int((int)wxTEXT_ALIGNMENT_RIGHT));
33753 PyDict_SetItemString(d,"TEXT_ALIGNMENT_JUSTIFIED", SWIG_From_int((int)wxTEXT_ALIGNMENT_JUSTIFIED));
33754 PyDict_SetItemString(d,"TEXT_ATTR_TEXT_COLOUR", SWIG_From_int((int)wxTEXT_ATTR_TEXT_COLOUR));
33755 PyDict_SetItemString(d,"TEXT_ATTR_BACKGROUND_COLOUR", SWIG_From_int((int)wxTEXT_ATTR_BACKGROUND_COLOUR));
33756 PyDict_SetItemString(d,"TEXT_ATTR_FONT_FACE", SWIG_From_int((int)wxTEXT_ATTR_FONT_FACE));
33757 PyDict_SetItemString(d,"TEXT_ATTR_FONT_SIZE", SWIG_From_int((int)wxTEXT_ATTR_FONT_SIZE));
33758 PyDict_SetItemString(d,"TEXT_ATTR_FONT_WEIGHT", SWIG_From_int((int)wxTEXT_ATTR_FONT_WEIGHT));
33759 PyDict_SetItemString(d,"TEXT_ATTR_FONT_ITALIC", SWIG_From_int((int)wxTEXT_ATTR_FONT_ITALIC));
33760 PyDict_SetItemString(d,"TEXT_ATTR_FONT_UNDERLINE", SWIG_From_int((int)wxTEXT_ATTR_FONT_UNDERLINE));
33761 PyDict_SetItemString(d,"TEXT_ATTR_FONT", SWIG_From_int((int)wxTEXT_ATTR_FONT));
33762 PyDict_SetItemString(d,"TEXT_ATTR_ALIGNMENT", SWIG_From_int((int)wxTEXT_ATTR_ALIGNMENT));
33763 PyDict_SetItemString(d,"TEXT_ATTR_LEFT_INDENT", SWIG_From_int((int)wxTEXT_ATTR_LEFT_INDENT));
33764 PyDict_SetItemString(d,"TEXT_ATTR_RIGHT_INDENT", SWIG_From_int((int)wxTEXT_ATTR_RIGHT_INDENT));
33765 PyDict_SetItemString(d,"TEXT_ATTR_TABS", SWIG_From_int((int)wxTEXT_ATTR_TABS));
33766 PyDict_SetItemString(d,"TE_HT_UNKNOWN", SWIG_From_int((int)wxTE_HT_UNKNOWN));
33767 PyDict_SetItemString(d,"TE_HT_BEFORE", SWIG_From_int((int)wxTE_HT_BEFORE));
33768 PyDict_SetItemString(d,"TE_HT_ON_TEXT", SWIG_From_int((int)wxTE_HT_ON_TEXT));
33769 PyDict_SetItemString(d,"TE_HT_BELOW", SWIG_From_int((int)wxTE_HT_BELOW));
33770 PyDict_SetItemString(d,"TE_HT_BEYOND", SWIG_From_int((int)wxTE_HT_BEYOND));
33771 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_UPDATED", PyInt_FromLong(wxEVT_COMMAND_TEXT_UPDATED));
33772 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_ENTER", PyInt_FromLong(wxEVT_COMMAND_TEXT_ENTER));
33773 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_URL", PyInt_FromLong(wxEVT_COMMAND_TEXT_URL));
33774 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_MAXLEN", PyInt_FromLong(wxEVT_COMMAND_TEXT_MAXLEN));
33775 SWIG_addvarlink(SWIG_globals,(char*)"ScrollBarNameStr",_wrap_ScrollBarNameStr_get, _wrap_ScrollBarNameStr_set);
33776 SWIG_addvarlink(SWIG_globals,(char*)"SPIN_BUTTON_NAME",_wrap_SPIN_BUTTON_NAME_get, _wrap_SPIN_BUTTON_NAME_set);
33777 SWIG_addvarlink(SWIG_globals,(char*)"SpinCtrlNameStr",_wrap_SpinCtrlNameStr_get, _wrap_SpinCtrlNameStr_set);
33778 PyDict_SetItemString(d,"SP_HORIZONTAL", SWIG_From_int((int)wxSP_HORIZONTAL));
33779 PyDict_SetItemString(d,"SP_VERTICAL", SWIG_From_int((int)wxSP_VERTICAL));
33780 PyDict_SetItemString(d,"SP_ARROW_KEYS", SWIG_From_int((int)wxSP_ARROW_KEYS));
33781 PyDict_SetItemString(d,"SP_WRAP", SWIG_From_int((int)wxSP_WRAP));
33782 PyDict_SetItemString(d, "wxEVT_COMMAND_SPINCTRL_UPDATED", PyInt_FromLong(wxEVT_COMMAND_SPINCTRL_UPDATED));
33783 SWIG_addvarlink(SWIG_globals,(char*)"RadioBoxNameStr",_wrap_RadioBoxNameStr_get, _wrap_RadioBoxNameStr_set);
33784 SWIG_addvarlink(SWIG_globals,(char*)"RadioButtonNameStr",_wrap_RadioButtonNameStr_get, _wrap_RadioButtonNameStr_set);
33785 SWIG_addvarlink(SWIG_globals,(char*)"SliderNameStr",_wrap_SliderNameStr_get, _wrap_SliderNameStr_set);
33786 SWIG_addvarlink(SWIG_globals,(char*)"ToggleButtonNameStr",_wrap_ToggleButtonNameStr_get, _wrap_ToggleButtonNameStr_set);
33787 PyDict_SetItemString(d, "wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED));
33788 SWIG_addvarlink(SWIG_globals,(char*)"NOTEBOOK_NAME",_wrap_NOTEBOOK_NAME_get, _wrap_NOTEBOOK_NAME_set);
33789 PyDict_SetItemString(d,"NB_FIXEDWIDTH", SWIG_From_int((int)wxNB_FIXEDWIDTH));
33790 PyDict_SetItemString(d,"NB_TOP", SWIG_From_int((int)wxNB_TOP));
33791 PyDict_SetItemString(d,"NB_LEFT", SWIG_From_int((int)wxNB_LEFT));
33792 PyDict_SetItemString(d,"NB_RIGHT", SWIG_From_int((int)wxNB_RIGHT));
33793 PyDict_SetItemString(d,"NB_BOTTOM", SWIG_From_int((int)wxNB_BOTTOM));
33794 PyDict_SetItemString(d,"NB_MULTILINE", SWIG_From_int((int)wxNB_MULTILINE));
33795 PyDict_SetItemString(d,"NB_HITTEST_NOWHERE", SWIG_From_int((int)wxNB_HITTEST_NOWHERE));
33796 PyDict_SetItemString(d,"NB_HITTEST_ONICON", SWIG_From_int((int)wxNB_HITTEST_ONICON));
33797 PyDict_SetItemString(d,"NB_HITTEST_ONLABEL", SWIG_From_int((int)wxNB_HITTEST_ONLABEL));
33798 PyDict_SetItemString(d,"NB_HITTEST_ONITEM", SWIG_From_int((int)wxNB_HITTEST_ONITEM));
33799 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED));
33800 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING));
33801 PyDict_SetItemString(d,"LB_DEFAULT", SWIG_From_int((int)wxLB_DEFAULT));
33802 PyDict_SetItemString(d,"LB_TOP", SWIG_From_int((int)wxLB_TOP));
33803 PyDict_SetItemString(d,"LB_BOTTOM", SWIG_From_int((int)wxLB_BOTTOM));
33804 PyDict_SetItemString(d,"LB_LEFT", SWIG_From_int((int)wxLB_LEFT));
33805 PyDict_SetItemString(d,"LB_RIGHT", SWIG_From_int((int)wxLB_RIGHT));
33806 PyDict_SetItemString(d,"LB_ALIGN_MASK", SWIG_From_int((int)wxLB_ALIGN_MASK));
33807 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED));
33808 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING));
33809 PyDict_SetItemString(d,"CHB_DEFAULT", SWIG_From_int((int)wxCHB_DEFAULT));
33810 PyDict_SetItemString(d,"CHB_TOP", SWIG_From_int((int)wxCHB_TOP));
33811 PyDict_SetItemString(d,"CHB_BOTTOM", SWIG_From_int((int)wxCHB_BOTTOM));
33812 PyDict_SetItemString(d,"CHB_LEFT", SWIG_From_int((int)wxCHB_LEFT));
33813 PyDict_SetItemString(d,"CHB_RIGHT", SWIG_From_int((int)wxCHB_RIGHT));
33814 PyDict_SetItemString(d,"CHB_ALIGN_MASK", SWIG_From_int((int)wxCHB_ALIGN_MASK));
33815 PyDict_SetItemString(d, "wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGED));
33816 PyDict_SetItemString(d, "wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGING));
33817 PyDict_SetItemString(d,"TOOL_STYLE_BUTTON", SWIG_From_int((int)wxTOOL_STYLE_BUTTON));
33818 PyDict_SetItemString(d,"TOOL_STYLE_SEPARATOR", SWIG_From_int((int)wxTOOL_STYLE_SEPARATOR));
33819 PyDict_SetItemString(d,"TOOL_STYLE_CONTROL", SWIG_From_int((int)wxTOOL_STYLE_CONTROL));
33820 PyDict_SetItemString(d,"TB_HORIZONTAL", SWIG_From_int((int)wxTB_HORIZONTAL));
33821 PyDict_SetItemString(d,"TB_VERTICAL", SWIG_From_int((int)wxTB_VERTICAL));
33822 PyDict_SetItemString(d,"TB_3DBUTTONS", SWIG_From_int((int)wxTB_3DBUTTONS));
33823 PyDict_SetItemString(d,"TB_FLAT", SWIG_From_int((int)wxTB_FLAT));
33824 PyDict_SetItemString(d,"TB_DOCKABLE", SWIG_From_int((int)wxTB_DOCKABLE));
33825 PyDict_SetItemString(d,"TB_NOICONS", SWIG_From_int((int)wxTB_NOICONS));
33826 PyDict_SetItemString(d,"TB_TEXT", SWIG_From_int((int)wxTB_TEXT));
33827 PyDict_SetItemString(d,"TB_NODIVIDER", SWIG_From_int((int)wxTB_NODIVIDER));
33828 PyDict_SetItemString(d,"TB_NOALIGN", SWIG_From_int((int)wxTB_NOALIGN));
33829 PyDict_SetItemString(d,"TB_HORZ_LAYOUT", SWIG_From_int((int)wxTB_HORZ_LAYOUT));
33830 PyDict_SetItemString(d,"TB_HORZ_TEXT", SWIG_From_int((int)wxTB_HORZ_TEXT));
33831 SWIG_addvarlink(SWIG_globals,(char*)"ListCtrlNameStr",_wrap_ListCtrlNameStr_get, _wrap_ListCtrlNameStr_set);
33832 PyDict_SetItemString(d,"LC_VRULES", SWIG_From_int((int)wxLC_VRULES));
33833 PyDict_SetItemString(d,"LC_HRULES", SWIG_From_int((int)wxLC_HRULES));
33834 PyDict_SetItemString(d,"LC_ICON", SWIG_From_int((int)wxLC_ICON));
33835 PyDict_SetItemString(d,"LC_SMALL_ICON", SWIG_From_int((int)wxLC_SMALL_ICON));
33836 PyDict_SetItemString(d,"LC_LIST", SWIG_From_int((int)wxLC_LIST));
33837 PyDict_SetItemString(d,"LC_REPORT", SWIG_From_int((int)wxLC_REPORT));
33838 PyDict_SetItemString(d,"LC_ALIGN_TOP", SWIG_From_int((int)wxLC_ALIGN_TOP));
33839 PyDict_SetItemString(d,"LC_ALIGN_LEFT", SWIG_From_int((int)wxLC_ALIGN_LEFT));
33840 PyDict_SetItemString(d,"LC_AUTOARRANGE", SWIG_From_int((int)wxLC_AUTOARRANGE));
33841 PyDict_SetItemString(d,"LC_VIRTUAL", SWIG_From_int((int)wxLC_VIRTUAL));
33842 PyDict_SetItemString(d,"LC_EDIT_LABELS", SWIG_From_int((int)wxLC_EDIT_LABELS));
33843 PyDict_SetItemString(d,"LC_NO_HEADER", SWIG_From_int((int)wxLC_NO_HEADER));
33844 PyDict_SetItemString(d,"LC_NO_SORT_HEADER", SWIG_From_int((int)wxLC_NO_SORT_HEADER));
33845 PyDict_SetItemString(d,"LC_SINGLE_SEL", SWIG_From_int((int)wxLC_SINGLE_SEL));
33846 PyDict_SetItemString(d,"LC_SORT_ASCENDING", SWIG_From_int((int)wxLC_SORT_ASCENDING));
33847 PyDict_SetItemString(d,"LC_SORT_DESCENDING", SWIG_From_int((int)wxLC_SORT_DESCENDING));
33848 PyDict_SetItemString(d,"LC_MASK_TYPE", SWIG_From_int((int)wxLC_MASK_TYPE));
33849 PyDict_SetItemString(d,"LC_MASK_ALIGN", SWIG_From_int((int)wxLC_MASK_ALIGN));
33850 PyDict_SetItemString(d,"LC_MASK_SORT", SWIG_From_int((int)wxLC_MASK_SORT));
33851 PyDict_SetItemString(d,"LIST_MASK_STATE", SWIG_From_int((int)wxLIST_MASK_STATE));
33852 PyDict_SetItemString(d,"LIST_MASK_TEXT", SWIG_From_int((int)wxLIST_MASK_TEXT));
33853 PyDict_SetItemString(d,"LIST_MASK_IMAGE", SWIG_From_int((int)wxLIST_MASK_IMAGE));
33854 PyDict_SetItemString(d,"LIST_MASK_DATA", SWIG_From_int((int)wxLIST_MASK_DATA));
33855 PyDict_SetItemString(d,"LIST_SET_ITEM", SWIG_From_int((int)wxLIST_SET_ITEM));
33856 PyDict_SetItemString(d,"LIST_MASK_WIDTH", SWIG_From_int((int)wxLIST_MASK_WIDTH));
33857 PyDict_SetItemString(d,"LIST_MASK_FORMAT", SWIG_From_int((int)wxLIST_MASK_FORMAT));
33858 PyDict_SetItemString(d,"LIST_STATE_DONTCARE", SWIG_From_int((int)wxLIST_STATE_DONTCARE));
33859 PyDict_SetItemString(d,"LIST_STATE_DROPHILITED", SWIG_From_int((int)wxLIST_STATE_DROPHILITED));
33860 PyDict_SetItemString(d,"LIST_STATE_FOCUSED", SWIG_From_int((int)wxLIST_STATE_FOCUSED));
33861 PyDict_SetItemString(d,"LIST_STATE_SELECTED", SWIG_From_int((int)wxLIST_STATE_SELECTED));
33862 PyDict_SetItemString(d,"LIST_STATE_CUT", SWIG_From_int((int)wxLIST_STATE_CUT));
33863 PyDict_SetItemString(d,"LIST_STATE_DISABLED", SWIG_From_int((int)wxLIST_STATE_DISABLED));
33864 PyDict_SetItemString(d,"LIST_STATE_FILTERED", SWIG_From_int((int)wxLIST_STATE_FILTERED));
33865 PyDict_SetItemString(d,"LIST_STATE_INUSE", SWIG_From_int((int)wxLIST_STATE_INUSE));
33866 PyDict_SetItemString(d,"LIST_STATE_PICKED", SWIG_From_int((int)wxLIST_STATE_PICKED));
33867 PyDict_SetItemString(d,"LIST_STATE_SOURCE", SWIG_From_int((int)wxLIST_STATE_SOURCE));
33868 PyDict_SetItemString(d,"LIST_HITTEST_ABOVE", SWIG_From_int((int)wxLIST_HITTEST_ABOVE));
33869 PyDict_SetItemString(d,"LIST_HITTEST_BELOW", SWIG_From_int((int)wxLIST_HITTEST_BELOW));
33870 PyDict_SetItemString(d,"LIST_HITTEST_NOWHERE", SWIG_From_int((int)wxLIST_HITTEST_NOWHERE));
33871 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMICON", SWIG_From_int((int)wxLIST_HITTEST_ONITEMICON));
33872 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMLABEL", SWIG_From_int((int)wxLIST_HITTEST_ONITEMLABEL));
33873 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMRIGHT", SWIG_From_int((int)wxLIST_HITTEST_ONITEMRIGHT));
33874 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMSTATEICON", SWIG_From_int((int)wxLIST_HITTEST_ONITEMSTATEICON));
33875 PyDict_SetItemString(d,"LIST_HITTEST_TOLEFT", SWIG_From_int((int)wxLIST_HITTEST_TOLEFT));
33876 PyDict_SetItemString(d,"LIST_HITTEST_TORIGHT", SWIG_From_int((int)wxLIST_HITTEST_TORIGHT));
33877 PyDict_SetItemString(d,"LIST_HITTEST_ONITEM", SWIG_From_int((int)wxLIST_HITTEST_ONITEM));
33878 PyDict_SetItemString(d,"LIST_NEXT_ABOVE", SWIG_From_int((int)wxLIST_NEXT_ABOVE));
33879 PyDict_SetItemString(d,"LIST_NEXT_ALL", SWIG_From_int((int)wxLIST_NEXT_ALL));
33880 PyDict_SetItemString(d,"LIST_NEXT_BELOW", SWIG_From_int((int)wxLIST_NEXT_BELOW));
33881 PyDict_SetItemString(d,"LIST_NEXT_LEFT", SWIG_From_int((int)wxLIST_NEXT_LEFT));
33882 PyDict_SetItemString(d,"LIST_NEXT_RIGHT", SWIG_From_int((int)wxLIST_NEXT_RIGHT));
33883 PyDict_SetItemString(d,"LIST_ALIGN_DEFAULT", SWIG_From_int((int)wxLIST_ALIGN_DEFAULT));
33884 PyDict_SetItemString(d,"LIST_ALIGN_LEFT", SWIG_From_int((int)wxLIST_ALIGN_LEFT));
33885 PyDict_SetItemString(d,"LIST_ALIGN_TOP", SWIG_From_int((int)wxLIST_ALIGN_TOP));
33886 PyDict_SetItemString(d,"LIST_ALIGN_SNAP_TO_GRID", SWIG_From_int((int)wxLIST_ALIGN_SNAP_TO_GRID));
33887 PyDict_SetItemString(d,"LIST_FORMAT_LEFT", SWIG_From_int((int)wxLIST_FORMAT_LEFT));
33888 PyDict_SetItemString(d,"LIST_FORMAT_RIGHT", SWIG_From_int((int)wxLIST_FORMAT_RIGHT));
33889 PyDict_SetItemString(d,"LIST_FORMAT_CENTRE", SWIG_From_int((int)wxLIST_FORMAT_CENTRE));
33890 PyDict_SetItemString(d,"LIST_FORMAT_CENTER", SWIG_From_int((int)wxLIST_FORMAT_CENTER));
33891 PyDict_SetItemString(d,"LIST_AUTOSIZE", SWIG_From_int((int)wxLIST_AUTOSIZE));
33892 PyDict_SetItemString(d,"LIST_AUTOSIZE_USEHEADER", SWIG_From_int((int)wxLIST_AUTOSIZE_USEHEADER));
33893 PyDict_SetItemString(d,"LIST_RECT_BOUNDS", SWIG_From_int((int)wxLIST_RECT_BOUNDS));
33894 PyDict_SetItemString(d,"LIST_RECT_ICON", SWIG_From_int((int)wxLIST_RECT_ICON));
33895 PyDict_SetItemString(d,"LIST_RECT_LABEL", SWIG_From_int((int)wxLIST_RECT_LABEL));
33896 PyDict_SetItemString(d,"LIST_FIND_UP", SWIG_From_int((int)wxLIST_FIND_UP));
33897 PyDict_SetItemString(d,"LIST_FIND_DOWN", SWIG_From_int((int)wxLIST_FIND_DOWN));
33898 PyDict_SetItemString(d,"LIST_FIND_LEFT", SWIG_From_int((int)wxLIST_FIND_LEFT));
33899 PyDict_SetItemString(d,"LIST_FIND_RIGHT", SWIG_From_int((int)wxLIST_FIND_RIGHT));
33900 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_DRAG));
33901 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_RDRAG));
33902 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT));
33903 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_END_LABEL_EDIT));
33904 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ITEM));
33905 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS));
33906 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_GET_INFO));
33907 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_SET_INFO));
33908 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_SELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_SELECTED));
33909 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_DESELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_DESELECTED));
33910 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_LIST_KEY_DOWN));
33911 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_INSERT_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_INSERT_ITEM));
33912 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_CLICK));
33913 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK));
33914 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK));
33915 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_ACTIVATED));
33916 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_CACHE_HINT", PyInt_FromLong(wxEVT_COMMAND_LIST_CACHE_HINT));
33917 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_RIGHT_CLICK));
33918 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_BEGIN_DRAG));
33919 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_DRAGGING", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_DRAGGING));
33920 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_END_DRAG));
33921 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_FOCUSED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_FOCUSED));
33922
33923 // Map renamed classes back to their common name for OOR
33924 wxPyPtrTypeMap_Add("wxListCtrl", "wxPyListCtrl");
33925
33926 SWIG_addvarlink(SWIG_globals,(char*)"TreeCtrlNameStr",_wrap_TreeCtrlNameStr_get, _wrap_TreeCtrlNameStr_set);
33927 PyDict_SetItemString(d,"TR_NO_BUTTONS", SWIG_From_int((int)wxTR_NO_BUTTONS));
33928 PyDict_SetItemString(d,"TR_HAS_BUTTONS", SWIG_From_int((int)wxTR_HAS_BUTTONS));
33929 PyDict_SetItemString(d,"TR_NO_LINES", SWIG_From_int((int)wxTR_NO_LINES));
33930 PyDict_SetItemString(d,"TR_LINES_AT_ROOT", SWIG_From_int((int)wxTR_LINES_AT_ROOT));
33931 PyDict_SetItemString(d,"TR_SINGLE", SWIG_From_int((int)wxTR_SINGLE));
33932 PyDict_SetItemString(d,"TR_MULTIPLE", SWIG_From_int((int)wxTR_MULTIPLE));
33933 PyDict_SetItemString(d,"TR_EXTENDED", SWIG_From_int((int)wxTR_EXTENDED));
33934 PyDict_SetItemString(d,"TR_HAS_VARIABLE_ROW_HEIGHT", SWIG_From_int((int)wxTR_HAS_VARIABLE_ROW_HEIGHT));
33935 PyDict_SetItemString(d,"TR_EDIT_LABELS", SWIG_From_int((int)wxTR_EDIT_LABELS));
33936 PyDict_SetItemString(d,"TR_HIDE_ROOT", SWIG_From_int((int)wxTR_HIDE_ROOT));
33937 PyDict_SetItemString(d,"TR_ROW_LINES", SWIG_From_int((int)wxTR_ROW_LINES));
33938 PyDict_SetItemString(d,"TR_FULL_ROW_HIGHLIGHT", SWIG_From_int((int)wxTR_FULL_ROW_HIGHLIGHT));
33939 PyDict_SetItemString(d,"TR_DEFAULT_STYLE", SWIG_From_int((int)wxTR_DEFAULT_STYLE));
33940 PyDict_SetItemString(d,"TR_TWIST_BUTTONS", SWIG_From_int((int)wxTR_TWIST_BUTTONS));
33941 PyDict_SetItemString(d,"TR_MAC_BUTTONS", SWIG_From_int((int)wxTR_MAC_BUTTONS));
33942 PyDict_SetItemString(d,"TR_AQUA_BUTTONS", SWIG_From_int((int)wxTR_AQUA_BUTTONS));
33943 PyDict_SetItemString(d,"TreeItemIcon_Normal", SWIG_From_int((int)wxTreeItemIcon_Normal));
33944 PyDict_SetItemString(d,"TreeItemIcon_Selected", SWIG_From_int((int)wxTreeItemIcon_Selected));
33945 PyDict_SetItemString(d,"TreeItemIcon_Expanded", SWIG_From_int((int)wxTreeItemIcon_Expanded));
33946 PyDict_SetItemString(d,"TreeItemIcon_SelectedExpanded", SWIG_From_int((int)wxTreeItemIcon_SelectedExpanded));
33947 PyDict_SetItemString(d,"TreeItemIcon_Max", SWIG_From_int((int)wxTreeItemIcon_Max));
33948 PyDict_SetItemString(d,"TREE_HITTEST_ABOVE", SWIG_From_int((int)wxTREE_HITTEST_ABOVE));
33949 PyDict_SetItemString(d,"TREE_HITTEST_BELOW", SWIG_From_int((int)wxTREE_HITTEST_BELOW));
33950 PyDict_SetItemString(d,"TREE_HITTEST_NOWHERE", SWIG_From_int((int)wxTREE_HITTEST_NOWHERE));
33951 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMBUTTON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMBUTTON));
33952 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMICON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMICON));
33953 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMINDENT", SWIG_From_int((int)wxTREE_HITTEST_ONITEMINDENT));
33954 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLABEL", SWIG_From_int((int)wxTREE_HITTEST_ONITEMLABEL));
33955 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMRIGHT", SWIG_From_int((int)wxTREE_HITTEST_ONITEMRIGHT));
33956 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMSTATEICON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMSTATEICON));
33957 PyDict_SetItemString(d,"TREE_HITTEST_TOLEFT", SWIG_From_int((int)wxTREE_HITTEST_TOLEFT));
33958 PyDict_SetItemString(d,"TREE_HITTEST_TORIGHT", SWIG_From_int((int)wxTREE_HITTEST_TORIGHT));
33959 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMUPPERPART", SWIG_From_int((int)wxTREE_HITTEST_ONITEMUPPERPART));
33960 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLOWERPART", SWIG_From_int((int)wxTREE_HITTEST_ONITEMLOWERPART));
33961 PyDict_SetItemString(d,"TREE_HITTEST_ONITEM", SWIG_From_int((int)wxTREE_HITTEST_ONITEM));
33962 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_DRAG));
33963 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_RDRAG));
33964 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT));
33965 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_END_LABEL_EDIT));
33966 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_TREE_DELETE_ITEM));
33967 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_GET_INFO));
33968 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_SET_INFO));
33969 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDED));
33970 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDING));
33971 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSED));
33972 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSING));
33973 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGED", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGED));
33974 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGING", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGING));
33975 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_TREE_KEY_DOWN));
33976 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_ACTIVATED));
33977 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK));
33978 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK));
33979 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_END_DRAG));
33980 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK));
33981 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP));
33982
33983 // Map renamed classes back to their common name for OOR
33984 wxPyPtrTypeMap_Add("wxTreeItemData", "wxPyTreeItemData");
33985 wxPyPtrTypeMap_Add("wxTreeCtrl", "wxPyTreeCtrl");
33986
33987 SWIG_addvarlink(SWIG_globals,(char*)"DirDialogDefaultFolderStr",_wrap_DirDialogDefaultFolderStr_get, _wrap_DirDialogDefaultFolderStr_set);
33988 PyDict_SetItemString(d,"DIRCTRL_DIR_ONLY", SWIG_From_int((int)wxDIRCTRL_DIR_ONLY));
33989 PyDict_SetItemString(d,"DIRCTRL_SELECT_FIRST", SWIG_From_int((int)wxDIRCTRL_SELECT_FIRST));
33990 PyDict_SetItemString(d,"DIRCTRL_SHOW_FILTERS", SWIG_From_int((int)wxDIRCTRL_SHOW_FILTERS));
33991 PyDict_SetItemString(d,"DIRCTRL_3D_INTERNAL", SWIG_From_int((int)wxDIRCTRL_3D_INTERNAL));
33992 PyDict_SetItemString(d,"DIRCTRL_EDIT_LABELS", SWIG_From_int((int)wxDIRCTRL_EDIT_LABELS));
33993 PyDict_SetItemString(d,"FRAME_EX_CONTEXTHELP", SWIG_From_int((int)wxFRAME_EX_CONTEXTHELP));
33994 PyDict_SetItemString(d,"DIALOG_EX_CONTEXTHELP", SWIG_From_int((int)wxDIALOG_EX_CONTEXTHELP));
33995 PyDict_SetItemString(d, "wxEVT_HELP", PyInt_FromLong(wxEVT_HELP));
33996 PyDict_SetItemString(d, "wxEVT_DETAILED_HELP", PyInt_FromLong(wxEVT_DETAILED_HELP));
33997
33998 wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage");
33999
34000 }
34001