]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/msw/_controls_wrap.cpp
If several doc templates use the same document and view classes, they should
[wxWidgets.git] / wxPython / src / msw / _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_TypeQuery SWIG_Python_TypeQuery
47 #define SWIG_TypeClientData SWIG_Python_TypeClientData
48 #define SWIG_PackData SWIG_Python_PackData
49 #define SWIG_UnpackData SWIG_Python_UnpackData
50
51
52 /***********************************************************************
53 * common.swg for wxPython
54 *
55 * Include only the function prototypes and such from SWIG's common.swg,
56 * but not the runtime functions themselves. This helps keep the
57 * wrapper files clean of unnecessary stuff that is in the libpy.c file
58 * anyway.
59 *
60 ************************************************************************/
61
62 #include <string.h>
63
64 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
65 # if defined(_MSC_VER) || defined(__GNUC__)
66 # if defined(STATIC_LINKED)
67 # define SWIGEXPORT(a) a
68 # define SWIGIMPORT(a) extern a
69 # else
70 # define SWIGEXPORT(a) __declspec(dllexport) a
71 # define SWIGIMPORT(a) extern a
72 # endif
73 # else
74 # if defined(__BORLANDC__)
75 # define SWIGEXPORT(a) a _export
76 # define SWIGIMPORT(a) a _export
77 # else
78 # define SWIGEXPORT(a) a
79 # define SWIGIMPORT(a) a
80 # endif
81 # endif
82 #else
83 # define SWIGEXPORT(a) a
84 # define SWIGIMPORT(a) a
85 #endif
86
87 #ifdef SWIG_GLOBAL
88 # define SWIGRUNTIME(a) SWIGEXPORT(a)
89 #else
90 # define SWIGRUNTIME(a) static a
91 #endif
92
93 #ifdef __cplusplus
94 extern "C" {
95 #endif
96
97 typedef void *(*swig_converter_func)(void *);
98 typedef struct swig_type_info *(*swig_dycast_func)(void **);
99
100 typedef struct swig_type_info {
101 const char *name;
102 swig_converter_func converter;
103 const char *str;
104 void *clientdata;
105 swig_dycast_func dcast;
106 struct swig_type_info *next;
107 struct swig_type_info *prev;
108 } swig_type_info;
109
110
111 SWIGIMPORT(swig_type_info *) SWIG_TypeRegister(swig_type_info *);
112 SWIGIMPORT(swig_type_info *) SWIG_TypeCheck(char *c, swig_type_info *);
113 SWIGIMPORT(void *) SWIG_TypeCast(swig_type_info *, void *);
114 SWIGIMPORT(swig_type_info *) SWIG_TypeDynamicCast(swig_type_info *, void **);
115 SWIGIMPORT(const char *) SWIG_TypeName(const swig_type_info *);
116 SWIGIMPORT(swig_type_info *) SWIG_TypeQuery(const char *);
117 SWIGIMPORT(void) SWIG_TypeClientData(swig_type_info *, void *);
118 SWIGIMPORT(char *) SWIG_PackData(char *, void *, int);
119 SWIGIMPORT(char *) SWIG_UnpackData(char *, void *, int);
120
121
122 #ifdef __cplusplus
123 }
124 #endif
125
126 /***********************************************************************
127 * pyrun.swg for wxPython
128 *
129 * Include only the function prototypes and such from SWIG's pyrun.swg,
130 * but not the runtime functions themselves. This helps keep the
131 * wrapper files clean of unnecessary stuff that is in the libpy.c file
132 * anyway.
133 *
134 ************************************************************************/
135
136 #include "Python.h"
137
138 #ifdef __cplusplus
139 extern "C" {
140 #endif
141
142 #define SWIG_PY_INT 1
143 #define SWIG_PY_FLOAT 2
144 #define SWIG_PY_STRING 3
145 #define SWIG_PY_POINTER 4
146 #define SWIG_PY_BINARY 5
147
148 /* Flags for pointer conversion */
149
150 #define SWIG_POINTER_EXCEPTION 0x1
151 #define SWIG_POINTER_DISOWN 0x2
152
153 /* Exception handling in wrappers */
154 #define SWIG_fail goto fail
155
156 /* Constant information structure */
157 typedef struct swig_const_info {
158 int type;
159 char *name;
160 long lvalue;
161 double dvalue;
162 void *pvalue;
163 swig_type_info **ptype;
164 } swig_const_info;
165
166 /* Common SWIG API */
167 #define SWIG_ConvertPtr(obj, pp, type, flags) \
168 SWIG_Python_ConvertPtr(obj, pp, type, flags)
169 #define SWIG_NewPointerObj(p, type, flags) \
170 SWIG_Python_NewPointerObj(p, type, flags)
171 #define SWIG_MustGetPtr(p, type, argnum, flags) \
172 SWIG_Python_MustGetPtr(p, type, argnum, flags)
173
174 /* Python-specific SWIG API */
175 #define SWIG_newvarlink() \
176 SWIG_Python_newvarlink()
177 #define SWIG_addvarlink(p, name, get_attr, set_attr) \
178 SWIG_Python_addvarlink(p, name, get_attr, set_attr)
179 #define SWIG_ConvertPacked(obj, ptr, sz, ty, flags) \
180 SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags)
181 #define SWIG_NewPackedObj(ptr, sz, type) \
182 SWIG_Python_NewPackedObj(ptr, sz, type)
183 #define SWIG_InstallConstants(d, constants) \
184 SWIG_Python_InstallConstants(d, constants)
185
186 typedef double (*py_objasdbl_conv)(PyObject *obj);
187
188 SWIGIMPORT(int) SWIG_Python_ConvertPtr(PyObject *, void **, swig_type_info *, int);
189 SWIGIMPORT(PyObject *) SWIG_Python_NewPointerObj(void *, swig_type_info *,int own);
190 SWIGIMPORT(void *) SWIG_Python_MustGetPtr(PyObject *, swig_type_info *, int, int);
191 SWIGIMPORT(PyObject *) SWIG_Python_newvarlink(void);
192 SWIGIMPORT(void) SWIG_Python_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
193 SWIGIMPORT(int) SWIG_Python_ConvertPacked(PyObject *, void *, int sz, swig_type_info *, int);
194 SWIGIMPORT(PyObject *) SWIG_Python_NewPackedObj(void *, int sz, swig_type_info *);
195 SWIGIMPORT(void) SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]);
196
197
198 /* Contract support */
199
200 #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else
201
202 #ifdef __cplusplus
203 }
204 #endif
205
206
207 /* -------- TYPES TABLE (BEGIN) -------- */
208
209 #define SWIGTYPE_p_wxTextUrlEvent swig_types[0]
210 #define SWIGTYPE_p_wxBookCtrlEvent swig_types[1]
211 #define SWIGTYPE_p_wxSizer swig_types[2]
212 #define SWIGTYPE_p_wxCheckBox swig_types[3]
213 #define SWIGTYPE_p_wxPyTreeCtrl swig_types[4]
214 #define SWIGTYPE_p_wxEvent swig_types[5]
215 #define SWIGTYPE_p_wxGenericDirCtrl swig_types[6]
216 #define SWIGTYPE_p_bool swig_types[7]
217 #define SWIGTYPE_p_wxPyTreeItemData swig_types[8]
218 #define SWIGTYPE_p_wxItemContainer swig_types[9]
219 #define SWIGTYPE_p_wxPyListCtrl swig_types[10]
220 #define SWIGTYPE_p_wxDirFilterListCtrl swig_types[11]
221 #define SWIGTYPE_p_wxStaticLine swig_types[12]
222 #define SWIGTYPE_p_wxControl swig_types[13]
223 #define SWIGTYPE_p_wxPyControl swig_types[14]
224 #define SWIGTYPE_p_wxGauge swig_types[15]
225 #define SWIGTYPE_p_wxToolBarBase swig_types[16]
226 #define SWIGTYPE_p_wxFont swig_types[17]
227 #define SWIGTYPE_p_wxToggleButton swig_types[18]
228 #define SWIGTYPE_p_wxRadioButton swig_types[19]
229 #define SWIGTYPE_p_wxChoice swig_types[20]
230 #define SWIGTYPE_p_wxMemoryDC swig_types[21]
231 #define SWIGTYPE_p_wxListItemAttr swig_types[22]
232 #define SWIGTYPE_p_void swig_types[23]
233 #define SWIGTYPE_p_int swig_types[24]
234 #define SWIGTYPE_p_wxSize swig_types[25]
235 #define SWIGTYPE_p_wxDC swig_types[26]
236 #define SWIGTYPE_p_wxListView swig_types[27]
237 #define SWIGTYPE_p_wxIcon swig_types[28]
238 #define SWIGTYPE_p_wxVisualAttributes swig_types[29]
239 #define SWIGTYPE_p_wxTextCtrl swig_types[30]
240 #define SWIGTYPE_p_wxNotebook swig_types[31]
241 #define SWIGTYPE_p_wxNotifyEvent swig_types[32]
242 #define SWIGTYPE_p_wxArrayString swig_types[33]
243 #define SWIGTYPE_p_wxListbook swig_types[34]
244 #define SWIGTYPE_p_wxStaticBitmap swig_types[35]
245 #define SWIGTYPE_p_wxSlider swig_types[36]
246 #define SWIGTYPE_p_wxStaticBox swig_types[37]
247 #define SWIGTYPE_p_wxArrayInt swig_types[38]
248 #define SWIGTYPE_p_wxContextHelp swig_types[39]
249 #define SWIGTYPE_p_long swig_types[40]
250 #define SWIGTYPE_p_wxEvtHandler swig_types[41]
251 #define SWIGTYPE_p_wxListEvent swig_types[42]
252 #define SWIGTYPE_p_wxCheckListBox swig_types[43]
253 #define SWIGTYPE_p_wxListBox swig_types[44]
254 #define SWIGTYPE_p_wxBookCtrl swig_types[45]
255 #define SWIGTYPE_p_wxSpinButton swig_types[46]
256 #define SWIGTYPE_p_wxButton swig_types[47]
257 #define SWIGTYPE_p_wxBitmapButton swig_types[48]
258 #define SWIGTYPE_p_wxRect swig_types[49]
259 #define SWIGTYPE_p_wxContextHelpButton swig_types[50]
260 #define SWIGTYPE_p_wxRadioBox swig_types[51]
261 #define SWIGTYPE_p_wxScrollBar swig_types[52]
262 #define SWIGTYPE_p_char swig_types[53]
263 #define SWIGTYPE_p_wxTreeItemId swig_types[54]
264 #define SWIGTYPE_p_wxComboBox swig_types[55]
265 #define SWIGTYPE_p_wxHelpEvent swig_types[56]
266 #define SWIGTYPE_p_wxListItem swig_types[57]
267 #define SWIGTYPE_p_wxNotebookSizer swig_types[58]
268 #define SWIGTYPE_p_wxSpinEvent swig_types[59]
269 #define SWIGTYPE_p_wxGenericDragImage swig_types[60]
270 #define SWIGTYPE_p_wxSpinCtrl swig_types[61]
271 #define SWIGTYPE_p_wxImageList swig_types[62]
272 #define SWIGTYPE_p_wxHelpProvider swig_types[63]
273 #define SWIGTYPE_p_wxTextAttr swig_types[64]
274 #define SWIGTYPE_p_wxSimpleHelpProvider swig_types[65]
275 #define SWIGTYPE_p_wxPoint swig_types[66]
276 #define SWIGTYPE_p_wxListbookEvent swig_types[67]
277 #define SWIGTYPE_p_wxNotebookEvent swig_types[68]
278 #define SWIGTYPE_p_wxObject swig_types[69]
279 #define SWIGTYPE_p_wxCursor swig_types[70]
280 #define SWIGTYPE_p_wxKeyEvent swig_types[71]
281 #define SWIGTYPE_p_wxWindow swig_types[72]
282 #define SWIGTYPE_p_wxString swig_types[73]
283 #define SWIGTYPE_p_wxBitmap swig_types[74]
284 #define SWIGTYPE_p_wxTreeEvent swig_types[75]
285 #define SWIGTYPE_p_wxMouseEvent swig_types[76]
286 #define SWIGTYPE_p_wxCommandEvent swig_types[77]
287 #define SWIGTYPE_p_wxStaticText swig_types[78]
288 #define SWIGTYPE_p_wxControlWithItems swig_types[79]
289 #define SWIGTYPE_p_wxToolBarToolBase swig_types[80]
290 #define SWIGTYPE_p_wxColour swig_types[81]
291 #define SWIGTYPE_p_wxToolBar swig_types[82]
292 #define SWIGTYPE_p_wxBookCtrlSizer swig_types[83]
293 #define SWIGTYPE_p_wxValidator swig_types[84]
294 static swig_type_info *swig_types[86];
295
296 /* -------- TYPES TABLE (END) -------- */
297
298
299 /*-----------------------------------------------
300 @(target):= _controls_.so
301 ------------------------------------------------*/
302 #define SWIG_init init_controls_
303
304 #define SWIG_name "_controls_"
305
306 /* Auxiliar swig macros */
307
308 #ifdef __cplusplus
309 #define SWIGSTATICINLINE(a) static inline a
310 #define SWIGSTATIC(a) static a
311 #define swig_new_array(type, size) (new type[(size)])
312 #define swig_delete_array(cptr) delete[] cptr
313 #define swig_const_cast(type,a) const_cast<type>(a)
314 #define swig_static_cast(type,a) static_cast<type>(a)
315 #define swig_reinterpret_cast(type,a) reinterpret_cast<type>(a)
316
317 #ifdef HAVE_NUMERIC_CAST
318 #define swig_numeric_cast(type,a) numeric_cast<type>(a)
319 #else
320 #define swig_numeric_cast(type,a) static_cast<type>(a)
321 #endif
322
323 #else /* C case */
324
325 #define SWIGSTATICINLINE(a) static a
326 #define SWIGSTATIC(a) static a
327 #define swig_new_array(type, size) ((type*) malloc((size)*sizeof(type)))
328 #define swig_delete_array(cptr) free((char*)cptr)
329 #define swig_const_cast(type,a) (type)(a)
330 #define swig_static_cast(type,a) (type)(a)
331 #define swig_reinterpret_cast(type,a) (type)(a)
332 #define swig_numeric_cast(type,a) (type)(a)
333
334 #endif /* __cplusplus */
335
336
337 #define SWIG_FromSignedChar PyInt_FromLong
338 #define SWIG_FromUnsignedChar PyInt_FromLong
339 #define SWIG_FromShort PyInt_FromLong
340 #define SWIG_FromUnsignedShort PyInt_FromLong
341 #define SWIG_FromInt PyInt_FromLong
342 #define SWIG_FromLong PyInt_FromLong
343 #define SWIG_FromFloat PyFloat_FromDouble
344 #define SWIG_FromDouble PyFloat_FromDouble
345 #define SWIG_FromFloat PyFloat_FromDouble
346 #define SWIG_FromDouble PyFloat_FromDouble
347
348
349 #include "wx/wxPython/wxPython.h"
350 #include "wx/wxPython/pyclasses.h"
351
352 static const wxString wxPyPanelNameStr(wxPanelNameStr);
353 static const wxString wxPyEmptyString(wxEmptyString);
354 static const wxString wxPyControlNameStr(wxControlNameStr);
355
356 const wxArrayString wxPyEmptyStringArray;
357
358 static const wxString wxPyButtonNameStr(wxButtonNameStr);
359
360 #include <limits.h>
361
362
363 SWIGSTATICINLINE(long)
364 SWIG_CheckLongInRange(long value, const char* type,
365 long min_value, long max_value)
366 {
367 if (!PyErr_Occurred()) {
368 if (value < min_value) {
369 PyObject *err =
370 PyString_FromFormat("value %ld is less than '%s' minimum %ld",
371 value, type, min_value);
372
373 PyErr_SetObject(PyExc_OverflowError, err);
374 Py_DECREF(err);
375 } else if (value > max_value) {
376 PyObject *err =
377 PyString_FromFormat("value %ld is greater than '%s' maximum %ld",
378 value, type, max_value);
379 PyErr_SetObject(PyExc_OverflowError, err);
380 Py_DECREF(err);
381 }
382 }
383 return value;
384 }
385
386
387 SWIGSTATICINLINE(long)
388 SWIG_AsLong(PyObject * obj)
389 {
390 if (PyNumber_Check(obj))
391 return PyInt_AsLong(obj);
392 else {
393 PyObject* errmsg = PyString_FromFormat("Expected number, got %s",
394 obj->ob_type->tp_name);
395 PyErr_SetObject(PyExc_TypeError, errmsg);
396 Py_DECREF(errmsg);
397 return 0;
398 }
399 }
400
401
402 #if INT_MAX != LONG_MAX
403 SWIGSTATICINLINE(int)
404 SWIG_AsInt(PyObject *obj)
405 {
406 return swig_numeric_cast(int,
407 SWIG_CheckLongInRange(SWIG_AsLong(obj),
408 "int", INT_MIN, INT_MAX));
409 }
410 #else
411 #define SWIG_AsInt SWIG_AsLong
412 #endif
413
414
415 SWIGSTATICINLINE(int)
416 SWIG_CheckInt(PyObject* obj)
417 {
418 SWIG_AsInt(obj);
419 if (PyErr_Occurred()) {
420 PyErr_Clear();
421 return 0;
422 } else {
423 return 1;
424 }
425 }
426
427
428 SWIGSTATICINLINE(int)
429 SWIG_CheckLong(PyObject* obj)
430 {
431 SWIG_AsLong(obj);
432 if (PyErr_Occurred()) {
433 PyErr_Clear();
434 return 0;
435 } else {
436 return 1;
437 }
438 }
439
440 static const wxString wxPyCheckBoxNameStr(wxCheckBoxNameStr);
441
442 SWIGSTATICINLINE(bool)
443 SWIG_AsBool(PyObject *obj)
444 {
445 return PyObject_IsTrue(obj) ? true : false;
446 }
447
448
449 SWIGSTATICINLINE(int)
450 SWIG_CheckBool(PyObject* obj)
451 {
452 SWIG_AsBool(obj);
453 if (PyErr_Occurred()) {
454 PyErr_Clear();
455 return 0;
456 } else {
457 return 1;
458 }
459 }
460
461 static const wxString wxPyChoiceNameStr(wxChoiceNameStr);
462 static const wxString wxPyComboBoxNameStr(wxComboBoxNameStr);
463 static const wxString wxPyGaugeNameStr(wxGaugeNameStr);
464 static const wxString wxPyStaticBitmapNameStr(wxStaticBitmapNameStr);
465 static const wxString wxPyStaticBoxNameStr(wxStaticBoxNameStr);
466 static const wxString wxPyStaticTextNameStr(wxStaticTextNameStr);
467
468 #include <wx/checklst.h>
469
470
471 static const wxString wxPyListBoxNameStr(wxListBoxNameStr);
472 void wxListBox_Insert(wxListBox *self,wxString const &item,int pos,PyObject *clientData){
473 if (clientData) {
474 wxPyClientData* data = new wxPyClientData(clientData);
475 self->Insert(item, pos, data);
476 } else
477 self->Insert(item, pos);
478 }
479 PyObject *wxListBox_GetSelections(wxListBox *self){
480 wxArrayInt lst;
481 self->GetSelections(lst);
482 PyObject *tup = PyTuple_New(lst.GetCount());
483 for(size_t i=0; i<lst.GetCount(); i++) {
484 PyTuple_SetItem(tup, i, PyInt_FromLong(lst[i]));
485 }
486 return tup;
487 }
488 void wxListBox_SetItemForegroundColour(wxListBox *self,int item,wxColour const &c){
489 #ifdef __WXMSW__
490 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
491 self->GetItem(item)->SetTextColour(c);
492 #endif
493 }
494 void wxListBox_SetItemBackgroundColour(wxListBox *self,int item,wxColour const &c){
495 #ifdef __WXMSW__
496 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
497 self->GetItem(item)->SetBackgroundColour(c);
498 #endif
499 }
500 void wxListBox_SetItemFont(wxListBox *self,int item,wxFont const &f){
501 #ifdef __WXMSW__
502 if (self->GetWindowStyle() & wxLB_OWNERDRAW)
503 self->GetItem(item)->SetFont(f);
504 #endif
505 }
506 static const wxString wxPyTextCtrlNameStr(wxTextCtrlNameStr);
507
508 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
509 PyObject* o2;
510 PyObject* o3;
511
512 if (!target) {
513 target = o;
514 } else if (target == Py_None) {
515 Py_DECREF(Py_None);
516 target = o;
517 } else {
518 if (!PyTuple_Check(target)) {
519 o2 = target;
520 target = PyTuple_New(1);
521 PyTuple_SetItem(target, 0, o2);
522 }
523 o3 = PyTuple_New(1);
524 PyTuple_SetItem(o3, 0, o);
525
526 o2 = target;
527 target = PySequence_Concat(o2, o3);
528 Py_DECREF(o2);
529 Py_DECREF(o3);
530 }
531 return target;
532 }
533
534
535 SWIGSTATICINLINE(unsigned long)
536 SWIG_AsUnsignedLong(PyObject * obj)
537 {
538 if (PyLong_Check(obj)) {
539 return PyLong_AsUnsignedLong(obj);
540 } else {
541 long i = SWIG_AsLong(obj);
542 if ( !PyErr_Occurred() && (i < 0)) {
543 PyErr_SetString(PyExc_TypeError, "negative value received for unsigned type");
544 }
545 return i;
546 }
547 }
548
549
550 SWIGSTATICINLINE(int)
551 SWIG_CheckUnsignedLong(PyObject* obj)
552 {
553 SWIG_AsUnsignedLong(obj);
554 if (PyErr_Occurred()) {
555 PyErr_Clear();
556 return 0;
557 } else {
558 return 1;
559 }
560 }
561
562 void wxTextCtrl_write(wxTextCtrl *self,wxString const &text){
563 self->AppendText(text);
564 }
565 wxString wxTextCtrl_GetString(wxTextCtrl *self,long from,long to){
566 return self->GetValue().Mid(from, to - from);
567 }
568 static const wxString wxPyScrollBarNameStr(wxScrollBarNameStr);
569 static const wxString wxPySPIN_BUTTON_NAME(wxSPIN_BUTTON_NAME);
570 static const wxString wxPySpinCtrlNameStr(_T("wxSpinCtrl"));
571 static const wxString wxPyRadioBoxNameStr(wxRadioBoxNameStr);
572 static const wxString wxPyRadioButtonNameStr(wxRadioButtonNameStr);
573
574 #include <wx/slider.h>
575
576
577 static const wxString wxPySliderNameStr(wxSliderNameStr);
578 static const wxString wxPyToggleButtonNameStr(_T("wxToggleButton"));
579
580 #if !wxUSE_TOGGLEBTN
581 // implement dummy items for platforms that don't have this class
582
583 #define wxEVT_COMMAND_TOGGLEBUTTON_CLICKED 0
584
585 class wxToggleButton : public wxControl
586 {
587 public:
588 wxToggleButton(wxWindow *, wxWindowID, const wxString&,
589 const wxPoint&, const wxSize&, long,
590 const wxValidator&, const wxString&)
591 { wxPyRaiseNotImplemented(); }
592
593 wxToggleButton()
594 { wxPyRaiseNotImplemented(); }
595 };
596 #endif
597
598 static const wxString wxPyNOTEBOOK_NAME(wxNOTEBOOK_NAME);
599
600 SWIGSTATICINLINE(PyObject* )
601 SWIG_FromUnsignedLong(unsigned long value)
602 {
603 return (value > LONG_MAX) ?
604 PyLong_FromUnsignedLong(value)
605 : PyInt_FromLong(swig_numeric_cast(long,value));
606 }
607
608 static const wxString wxPyToolBarNameStr(wxToolBarNameStr);
609 PyObject *wxToolBarToolBase_GetClientData(wxToolBarToolBase *self){
610 wxPyUserData* udata = (wxPyUserData*)self->GetClientData();
611 if (udata) {
612 Py_INCREF(udata->m_obj);
613 return udata->m_obj;
614 } else {
615 Py_INCREF(Py_None);
616 return Py_None;
617 }
618 }
619 void wxToolBarToolBase_SetClientData(wxToolBarToolBase *self,PyObject *clientData){
620 self->SetClientData(new wxPyUserData(clientData));
621 }
622 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){
623 wxPyUserData* udata = NULL;
624 if (clientData && clientData != Py_None)
625 udata = new wxPyUserData(clientData);
626 return self->AddTool(id, label, bitmap, bmpDisabled, kind,
627 shortHelp, longHelp, udata);
628 }
629 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){
630 wxPyUserData* udata = NULL;
631 if (clientData && clientData != Py_None)
632 udata = new wxPyUserData(clientData);
633 return self->InsertTool(pos, id, label, bitmap, bmpDisabled, kind,
634 shortHelp, longHelp, udata);
635 }
636 PyObject *wxToolBarBase_GetToolClientData(wxToolBarBase *self,int id){
637 wxPyUserData* udata = (wxPyUserData*)self->GetToolClientData(id);
638 if (udata) {
639 Py_INCREF(udata->m_obj);
640 return udata->m_obj;
641 } else {
642 Py_INCREF(Py_None);
643 return Py_None;
644 }
645 }
646 void wxToolBarBase_SetToolClientData(wxToolBarBase *self,int id,PyObject *clientData){
647 self->SetToolClientData(id, new wxPyUserData(clientData));
648 }
649
650 #include <wx/listctrl.h>
651
652 static const wxString wxPyListCtrlNameStr(_T("wxListCtrl"));
653 void wxListItemAttr_Destroy(wxListItemAttr *self){ delete self; }
654 // Python aware sorting function for wxPyListCtrl
655 static int wxCALLBACK wxPyListCtrl_SortItems(long item1, long item2, long funcPtr) {
656 int retval = 0;
657 PyObject* func = (PyObject*)funcPtr;
658 bool blocked = wxPyBeginBlockThreads();
659
660 PyObject* args = Py_BuildValue("(ii)", item1, item2);
661 PyObject* result = PyEval_CallObject(func, args);
662 Py_DECREF(args);
663 if (result) {
664 retval = PyInt_AsLong(result);
665 Py_DECREF(result);
666 }
667
668 wxPyEndBlockThreads(blocked);
669 return retval;
670 }
671
672 // C++ Version of a Python aware class
673 class wxPyListCtrl : public wxListCtrl {
674 DECLARE_ABSTRACT_CLASS(wxPyListCtrl);
675 public:
676 wxPyListCtrl() : wxListCtrl() {}
677 wxPyListCtrl(wxWindow* parent, wxWindowID id,
678 const wxPoint& pos,
679 const wxSize& size,
680 long style,
681 const wxValidator& validator,
682 const wxString& name) :
683 wxListCtrl(parent, id, pos, size, style, validator, name) {}
684
685 bool Create(wxWindow* parent, wxWindowID id,
686 const wxPoint& pos,
687 const wxSize& size,
688 long style,
689 const wxValidator& validator,
690 const wxString& name) {
691 return wxListCtrl::Create(parent, id, pos, size, style, validator, name);
692 }
693
694 DEC_PYCALLBACK_STRING_LONGLONG(OnGetItemText);
695 DEC_PYCALLBACK_INT_LONG(OnGetItemImage);
696 DEC_PYCALLBACK_LISTATTR_LONG(OnGetItemAttr);
697
698 PYPRIVATE;
699 };
700
701 IMPLEMENT_ABSTRACT_CLASS(wxPyListCtrl, wxListCtrl);
702
703 IMP_PYCALLBACK_STRING_LONGLONG(wxPyListCtrl, wxListCtrl, OnGetItemText);
704 IMP_PYCALLBACK_INT_LONG(wxPyListCtrl, wxListCtrl, OnGetItemImage);
705 IMP_PYCALLBACK_LISTATTR_LONG(wxPyListCtrl, wxListCtrl, OnGetItemAttr);
706
707 wxListItem *wxPyListCtrl_GetColumn(wxPyListCtrl *self,int col){
708 wxListItem item;
709 item.SetMask( wxLIST_MASK_STATE |
710 wxLIST_MASK_TEXT |
711 wxLIST_MASK_IMAGE |
712 wxLIST_MASK_DATA |
713 wxLIST_SET_ITEM |
714 wxLIST_MASK_WIDTH |
715 wxLIST_MASK_FORMAT
716 );
717 if (self->GetColumn(col, item))
718 return new wxListItem(item);
719 else
720 return NULL;
721 }
722 wxListItem *wxPyListCtrl_GetItem(wxPyListCtrl *self,long itemId,int col){
723 wxListItem* info = new wxListItem;
724 info->m_itemId = itemId;
725 info->m_col = col;
726 info->m_mask = 0xFFFF;
727 self->GetItem(*info);
728 return info;
729 }
730 wxPoint wxPyListCtrl_GetItemPosition(wxPyListCtrl *self,long item){
731 wxPoint pos;
732 self->GetItemPosition(item, pos);
733 return pos;
734 }
735 wxRect wxPyListCtrl_GetItemRect(wxPyListCtrl *self,long item,int code){
736 wxRect rect;
737 self->GetItemRect(item, rect, code);
738 return rect;
739 }
740 bool wxPyListCtrl_SortItems(wxPyListCtrl *self,PyObject *func){
741 if (!PyCallable_Check(func))
742 return False;
743 return self->SortItems((wxListCtrlCompare)wxPyListCtrl_SortItems, (long)func);
744 }
745 wxWindow *wxPyListCtrl_GetMainWindow(wxPyListCtrl *self){
746
747 return self;
748
749
750
751 }
752
753 #include <wx/treectrl.h>
754 #include "wx/wxPython/pytree.h"
755
756 static const wxString wxPyTreeCtrlNameStr(_T("wxTreeCtrl"));
757 bool wxTreeItemId___eq__(wxTreeItemId *self,wxTreeItemId const *other){ return other ? (*self == *other) : False; }
758 bool wxTreeItemId___ne__(wxTreeItemId *self,wxTreeItemId const *other){ return other ? (*self != *other) : True; }
759 void wxPyTreeItemData_Destroy(wxPyTreeItemData *self){ delete self; }
760 // C++ version of Python aware wxTreeCtrl
761 class wxPyTreeCtrl : public wxTreeCtrl {
762 DECLARE_ABSTRACT_CLASS(wxPyTreeCtrl);
763 public:
764 wxPyTreeCtrl() : wxTreeCtrl() {}
765 wxPyTreeCtrl(wxWindow *parent, wxWindowID id,
766 const wxPoint& pos,
767 const wxSize& size,
768 long style,
769 const wxValidator& validator,
770 const wxString& name) :
771 wxTreeCtrl(parent, id, pos, size, style, validator, name) {}
772
773 bool Create(wxWindow *parent, wxWindowID id,
774 const wxPoint& pos,
775 const wxSize& size,
776 long style,
777 const wxValidator& validator,
778 const wxString& name) {
779 return wxTreeCtrl::Create(parent, id, pos, size, style, validator, name);
780 }
781
782
783 int OnCompareItems(const wxTreeItemId& item1,
784 const wxTreeItemId& item2) {
785 int rval = 0;
786 bool found;
787 bool blocked = wxPyBeginBlockThreads();
788 if ((found = wxPyCBH_findCallback(m_myInst, "OnCompareItems"))) {
789 PyObject *o1 = wxPyConstructObject((void*)&item1, wxT("wxTreeItemId"), False);
790 PyObject *o2 = wxPyConstructObject((void*)&item2, wxT("wxTreeItemId"), False);
791 rval = wxPyCBH_callCallback(m_myInst, Py_BuildValue("(OO)",o1,o2));
792 Py_DECREF(o1);
793 Py_DECREF(o2);
794 }
795 wxPyEndBlockThreads(blocked);
796 if (! found)
797 rval = wxTreeCtrl::OnCompareItems(item1, item2);
798 return rval;
799 }
800 PYPRIVATE;
801 };
802
803 IMPLEMENT_ABSTRACT_CLASS(wxPyTreeCtrl, wxTreeCtrl);
804
805
806
807 #if UINT_MAX < LONG_MAX
808 #define SWIG_FromUnsignedInt SWIG_FromLong
809 #else
810 #define SWIG_FromUnsignedInt SWIG_FromUnsignedLong
811 #endif
812
813
814 SWIGSTATICINLINE(unsigned long)
815 SWIG_CheckUnsignedLongInRange(unsigned long value, const char* type,
816 unsigned long max_value)
817 {
818 if (!PyErr_Occurred()) {
819 if (value > max_value) {
820 PyObject *err =
821 PyString_FromFormat("value %ld is greater than '%s' minimum %ld",
822 value, type, max_value);
823 PyErr_SetObject(PyExc_OverflowError, err);
824 Py_DECREF(err);
825 }
826 }
827 return value;
828 }
829
830
831 #if UINT_MAX != ULONG_MAX
832 SWIGSTATICINLINE(unsigned int)
833 SWIG_AsUnsignedInt(PyObject *obj)
834 {
835 return swig_numeric_cast(unsigned int,
836 SWIG_CheckUnsignedLongInRange(SWIG_AsUnsignedLong(obj),
837 "unsigned int", UINT_MAX));
838 }
839 #else
840 #define SWIG_AsUnsignedInt SWIG_AsUnsignedLong
841 #endif
842
843
844 SWIGSTATICINLINE(int)
845 SWIG_CheckUnsignedInt(PyObject* obj)
846 {
847 SWIG_AsUnsignedInt(obj);
848 if (PyErr_Occurred()) {
849 PyErr_Clear();
850 return 0;
851 } else {
852 return 1;
853 }
854 }
855
856 wxPyTreeItemData *wxPyTreeCtrl_GetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item){
857 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
858 if (data == NULL) {
859 data = new wxPyTreeItemData();
860 data->SetId(item); // set the id
861 self->SetItemData(item, data);
862 }
863 return data;
864 }
865 PyObject *wxPyTreeCtrl_GetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item){
866 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
867 if (data == NULL) {
868 data = new wxPyTreeItemData();
869 data->SetId(item); // set the id
870 self->SetItemData(item, data);
871 }
872 return data->GetData();
873 }
874 void wxPyTreeCtrl_SetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item,wxPyTreeItemData *data){
875 data->SetId(item); // set the id
876 self->SetItemData(item, data);
877 }
878 void wxPyTreeCtrl_SetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item,PyObject *obj){
879 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
880 if (data == NULL) {
881 data = new wxPyTreeItemData(obj);
882 data->SetId(item); // set the id
883 self->SetItemData(item, data);
884 } else
885 data->SetData(obj);
886 }
887 PyObject *wxPyTreeCtrl_GetSelections(wxPyTreeCtrl *self){
888 bool blocked = wxPyBeginBlockThreads();
889 PyObject* rval = PyList_New(0);
890 wxArrayTreeItemIds array;
891 size_t num, x;
892 num = self->GetSelections(array);
893 for (x=0; x < num; x++) {
894 wxTreeItemId *tii = new wxTreeItemId(array.Item(x));
895 PyObject* item = wxPyConstructObject((void*)tii, wxT("wxTreeItemId"), True);
896 PyList_Append(rval, item);
897 Py_DECREF(item);
898 }
899 wxPyEndBlockThreads(blocked);
900 return rval;
901 }
902 PyObject *wxPyTreeCtrl_GetFirstChild(wxPyTreeCtrl *self,wxTreeItemId const &item){
903 void* cookie = 0;
904 wxTreeItemId* ritem = new wxTreeItemId(self->GetFirstChild(item, cookie));
905 bool blocked = wxPyBeginBlockThreads();
906 PyObject* tup = PyTuple_New(2);
907 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), True));
908 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
909 wxPyEndBlockThreads(blocked);
910 return tup;
911 }
912 PyObject *wxPyTreeCtrl_GetNextChild(wxPyTreeCtrl *self,wxTreeItemId const &item,void *cookie){
913 wxTreeItemId* ritem = new wxTreeItemId(self->GetNextChild(item, cookie));
914 bool blocked = wxPyBeginBlockThreads();
915 PyObject* tup = PyTuple_New(2);
916 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), True));
917 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
918 wxPyEndBlockThreads(blocked);
919 return tup;
920 }
921 PyObject *wxPyTreeCtrl_GetBoundingRect(wxPyTreeCtrl *self,wxTreeItemId const &item,bool textOnly){
922 wxRect rect;
923 if (self->GetBoundingRect(item, rect, textOnly)) {
924 bool blocked = wxPyBeginBlockThreads();
925 wxRect* r = new wxRect(rect);
926 PyObject* val = wxPyConstructObject((void*)r, wxT("wxRect"), True);
927 wxPyEndBlockThreads(blocked);
928 return val;
929 }
930 else
931 RETURN_NONE();
932 }
933 static const wxString wxPyDirDialogDefaultFolderStr(wxDirDialogDefaultFolderStr);
934 // C++ version of Python aware wxControl
935 class wxPyControl : public wxControl
936 {
937 DECLARE_DYNAMIC_CLASS(wxPyControl)
938 public:
939 wxPyControl() : wxControl() {}
940 wxPyControl(wxWindow* parent, const wxWindowID id,
941 const wxPoint& pos = wxDefaultPosition,
942 const wxSize& size = wxDefaultSize,
943 long style = 0,
944 const wxValidator& validator=wxDefaultValidator,
945 const wxString& name = wxPyControlNameStr)
946 : wxControl(parent, id, pos, size, style, validator, name) {}
947
948 void SetBestSize(const wxSize& size) { wxControl::SetBestSize(size); }
949
950 DEC_PYCALLBACK_VOID_INT4(DoMoveWindow);
951 DEC_PYCALLBACK_VOID_INT5(DoSetSize);
952 DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize);
953 DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize);
954
955 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize);
956 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize);
957 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition);
958
959 DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize);
960 DEC_PYCALLBACK_SIZE_const(DoGetBestSize);
961
962 DEC_PYCALLBACK__(InitDialog);
963 DEC_PYCALLBACK_BOOL_(TransferDataFromWindow);
964 DEC_PYCALLBACK_BOOL_(TransferDataToWindow);
965 DEC_PYCALLBACK_BOOL_(Validate);
966
967 DEC_PYCALLBACK_BOOL_const(AcceptsFocus);
968 DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard);
969 DEC_PYCALLBACK_SIZE_const(GetMaxSize);
970
971 DEC_PYCALLBACK_VOID_WXWINBASE(AddChild);
972 DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild);
973
974 DEC_PYCALLBACK_BOOL_const(ShouldInheritColours);
975 DEC_PYCALLBACK__COLOUR(ApplyParentThemeBackground);
976 DEC_PYCALLBACK_VIZATTR_(GetDefaultAttributes);
977
978 PYPRIVATE;
979 };
980
981 IMPLEMENT_DYNAMIC_CLASS(wxPyControl, wxControl);
982
983 IMP_PYCALLBACK_VOID_INT4(wxPyControl, wxControl, DoMoveWindow);
984 IMP_PYCALLBACK_VOID_INT5(wxPyControl, wxControl, DoSetSize);
985 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetClientSize);
986 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetVirtualSize);
987
988 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetSize);
989 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetClientSize);
990 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetPosition);
991
992 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetVirtualSize);
993 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetBestSize);
994
995 IMP_PYCALLBACK__(wxPyControl, wxControl, InitDialog);
996 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataFromWindow);
997 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataToWindow);
998 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, Validate);
999
1000 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocus);
1001 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocusFromKeyboard);
1002 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, GetMaxSize);
1003
1004 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, AddChild);
1005 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, RemoveChild);
1006
1007 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, ShouldInheritColours);
1008 IMP_PYCALLBACK__COLOUR(wxPyControl, wxControl, ApplyParentThemeBackground);
1009 IMP_PYCALLBACK_VIZATTR_(wxPyControl, wxControl, GetDefaultAttributes);
1010
1011
1012
1013 void wxHelpProvider_Destroy(wxHelpProvider *self){ delete self; }
1014
1015 #include <wx/generic/dragimgg.h>
1016
1017 #ifdef __cplusplus
1018 extern "C" {
1019 #endif
1020 static int _wrap_ButtonNameStr_set(PyObject *_val) {
1021 PyErr_SetString(PyExc_TypeError,"Variable ButtonNameStr is read-only.");
1022 return 1;
1023 }
1024
1025
1026 static PyObject *_wrap_ButtonNameStr_get() {
1027 PyObject *pyobj;
1028
1029 {
1030 #if wxUSE_UNICODE
1031 pyobj = PyUnicode_FromWideChar((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
1032 #else
1033 pyobj = PyString_FromStringAndSize((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
1034 #endif
1035 }
1036 return pyobj;
1037 }
1038
1039
1040 static PyObject *_wrap_new_Button(PyObject *self, PyObject *args, PyObject *kwargs) {
1041 PyObject *resultobj;
1042 wxWindow *arg1 = (wxWindow *) 0 ;
1043 int arg2 ;
1044 wxString *arg3 = 0 ;
1045 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1046 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1047 wxSize const &arg5_defvalue = wxDefaultSize ;
1048 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1049 long arg6 = (long) 0 ;
1050 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1051 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1052 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1053 wxString *arg8 = (wxString *) &arg8_defvalue ;
1054 wxButton *result;
1055 bool temp3 = False ;
1056 wxPoint temp4 ;
1057 wxSize temp5 ;
1058 bool temp8 = False ;
1059 PyObject * obj0 = 0 ;
1060 PyObject * obj1 = 0 ;
1061 PyObject * obj2 = 0 ;
1062 PyObject * obj3 = 0 ;
1063 PyObject * obj4 = 0 ;
1064 PyObject * obj5 = 0 ;
1065 PyObject * obj6 = 0 ;
1066 PyObject * obj7 = 0 ;
1067 char *kwnames[] = {
1068 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1069 };
1070
1071 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_Button",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1072 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1073 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1074 arg2 = (int) SWIG_AsInt(obj1);
1075 if (PyErr_Occurred()) SWIG_fail;
1076 {
1077 arg3 = wxString_in_helper(obj2);
1078 if (arg3 == NULL) SWIG_fail;
1079 temp3 = True;
1080 }
1081 if (obj3) {
1082 {
1083 arg4 = &temp4;
1084 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1085 }
1086 }
1087 if (obj4) {
1088 {
1089 arg5 = &temp5;
1090 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1091 }
1092 }
1093 if (obj5) {
1094 arg6 = (long) SWIG_AsLong(obj5);
1095 if (PyErr_Occurred()) SWIG_fail;
1096 }
1097 if (obj6) {
1098 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
1099 SWIG_POINTER_EXCEPTION | 0)) == -1)
1100 SWIG_fail;
1101 if (arg7 == NULL) {
1102 PyErr_SetString(PyExc_TypeError,"null reference");
1103 SWIG_fail;
1104 }
1105 }
1106 if (obj7) {
1107 {
1108 arg8 = wxString_in_helper(obj7);
1109 if (arg8 == NULL) SWIG_fail;
1110 temp8 = True;
1111 }
1112 }
1113 {
1114 if (!wxPyCheckForApp()) SWIG_fail;
1115 PyThreadState* __tstate = wxPyBeginAllowThreads();
1116 result = (wxButton *)new wxButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1117
1118 wxPyEndAllowThreads(__tstate);
1119 if (PyErr_Occurred()) SWIG_fail;
1120 }
1121 {
1122 resultobj = wxPyMake_wxObject(result);
1123 }
1124 {
1125 if (temp3)
1126 delete arg3;
1127 }
1128 {
1129 if (temp8)
1130 delete arg8;
1131 }
1132 return resultobj;
1133 fail:
1134 {
1135 if (temp3)
1136 delete arg3;
1137 }
1138 {
1139 if (temp8)
1140 delete arg8;
1141 }
1142 return NULL;
1143 }
1144
1145
1146 static PyObject *_wrap_new_PreButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1147 PyObject *resultobj;
1148 wxButton *result;
1149 char *kwnames[] = {
1150 NULL
1151 };
1152
1153 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreButton",kwnames)) goto fail;
1154 {
1155 if (!wxPyCheckForApp()) SWIG_fail;
1156 PyThreadState* __tstate = wxPyBeginAllowThreads();
1157 result = (wxButton *)new wxButton();
1158
1159 wxPyEndAllowThreads(__tstate);
1160 if (PyErr_Occurred()) SWIG_fail;
1161 }
1162 {
1163 resultobj = wxPyMake_wxObject(result);
1164 }
1165 return resultobj;
1166 fail:
1167 return NULL;
1168 }
1169
1170
1171 static PyObject *_wrap_Button_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1172 PyObject *resultobj;
1173 wxButton *arg1 = (wxButton *) 0 ;
1174 wxWindow *arg2 = (wxWindow *) 0 ;
1175 int arg3 ;
1176 wxString *arg4 = 0 ;
1177 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1178 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1179 wxSize const &arg6_defvalue = wxDefaultSize ;
1180 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1181 long arg7 = (long) 0 ;
1182 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1183 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1184 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1185 wxString *arg9 = (wxString *) &arg9_defvalue ;
1186 bool result;
1187 bool temp4 = False ;
1188 wxPoint temp5 ;
1189 wxSize temp6 ;
1190 bool temp9 = False ;
1191 PyObject * obj0 = 0 ;
1192 PyObject * obj1 = 0 ;
1193 PyObject * obj2 = 0 ;
1194 PyObject * obj3 = 0 ;
1195 PyObject * obj4 = 0 ;
1196 PyObject * obj5 = 0 ;
1197 PyObject * obj6 = 0 ;
1198 PyObject * obj7 = 0 ;
1199 PyObject * obj8 = 0 ;
1200 char *kwnames[] = {
1201 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1202 };
1203
1204 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:Button_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1205 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxButton,
1206 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1207 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
1208 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1209 arg3 = (int) SWIG_AsInt(obj2);
1210 if (PyErr_Occurred()) SWIG_fail;
1211 {
1212 arg4 = wxString_in_helper(obj3);
1213 if (arg4 == NULL) SWIG_fail;
1214 temp4 = True;
1215 }
1216 if (obj4) {
1217 {
1218 arg5 = &temp5;
1219 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1220 }
1221 }
1222 if (obj5) {
1223 {
1224 arg6 = &temp6;
1225 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1226 }
1227 }
1228 if (obj6) {
1229 arg7 = (long) SWIG_AsLong(obj6);
1230 if (PyErr_Occurred()) SWIG_fail;
1231 }
1232 if (obj7) {
1233 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
1234 SWIG_POINTER_EXCEPTION | 0)) == -1)
1235 SWIG_fail;
1236 if (arg8 == NULL) {
1237 PyErr_SetString(PyExc_TypeError,"null reference");
1238 SWIG_fail;
1239 }
1240 }
1241 if (obj8) {
1242 {
1243 arg9 = wxString_in_helper(obj8);
1244 if (arg9 == NULL) SWIG_fail;
1245 temp9 = True;
1246 }
1247 }
1248 {
1249 PyThreadState* __tstate = wxPyBeginAllowThreads();
1250 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1251
1252 wxPyEndAllowThreads(__tstate);
1253 if (PyErr_Occurred()) SWIG_fail;
1254 }
1255 {
1256 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1257 }
1258 {
1259 if (temp4)
1260 delete arg4;
1261 }
1262 {
1263 if (temp9)
1264 delete arg9;
1265 }
1266 return resultobj;
1267 fail:
1268 {
1269 if (temp4)
1270 delete arg4;
1271 }
1272 {
1273 if (temp9)
1274 delete arg9;
1275 }
1276 return NULL;
1277 }
1278
1279
1280 static PyObject *_wrap_Button_SetDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
1281 PyObject *resultobj;
1282 wxButton *arg1 = (wxButton *) 0 ;
1283 PyObject * obj0 = 0 ;
1284 char *kwnames[] = {
1285 (char *) "self", NULL
1286 };
1287
1288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Button_SetDefault",kwnames,&obj0)) goto fail;
1289 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxButton,
1290 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1291 {
1292 PyThreadState* __tstate = wxPyBeginAllowThreads();
1293 (arg1)->SetDefault();
1294
1295 wxPyEndAllowThreads(__tstate);
1296 if (PyErr_Occurred()) SWIG_fail;
1297 }
1298 Py_INCREF(Py_None); resultobj = Py_None;
1299 return resultobj;
1300 fail:
1301 return NULL;
1302 }
1303
1304
1305 static PyObject *_wrap_Button_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
1306 PyObject *resultobj;
1307 wxSize result;
1308 char *kwnames[] = {
1309 NULL
1310 };
1311
1312 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":Button_GetDefaultSize",kwnames)) goto fail;
1313 {
1314 PyThreadState* __tstate = wxPyBeginAllowThreads();
1315 result = wxButton::GetDefaultSize();
1316
1317 wxPyEndAllowThreads(__tstate);
1318 if (PyErr_Occurred()) SWIG_fail;
1319 }
1320 {
1321 wxSize * resultptr;
1322 resultptr = new wxSize((wxSize &) result);
1323 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
1324 }
1325 return resultobj;
1326 fail:
1327 return NULL;
1328 }
1329
1330
1331 static PyObject *_wrap_Button_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
1332 PyObject *resultobj;
1333 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
1334 wxVisualAttributes result;
1335 PyObject * obj0 = 0 ;
1336 char *kwnames[] = {
1337 (char *) "variant", NULL
1338 };
1339
1340 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Button_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
1341 if (obj0) {
1342 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
1343 if (PyErr_Occurred()) SWIG_fail;
1344 }
1345 {
1346 if (!wxPyCheckForApp()) SWIG_fail;
1347 PyThreadState* __tstate = wxPyBeginAllowThreads();
1348 result = wxButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
1349
1350 wxPyEndAllowThreads(__tstate);
1351 if (PyErr_Occurred()) SWIG_fail;
1352 }
1353 {
1354 wxVisualAttributes * resultptr;
1355 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
1356 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
1357 }
1358 return resultobj;
1359 fail:
1360 return NULL;
1361 }
1362
1363
1364 static PyObject * Button_swigregister(PyObject *self, PyObject *args) {
1365 PyObject *obj;
1366 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1367 SWIG_TypeClientData(SWIGTYPE_p_wxButton, obj);
1368 Py_INCREF(obj);
1369 return Py_BuildValue((char *)"");
1370 }
1371 static PyObject *_wrap_new_BitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1372 PyObject *resultobj;
1373 wxWindow *arg1 = (wxWindow *) 0 ;
1374 int arg2 ;
1375 wxBitmap *arg3 = 0 ;
1376 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1377 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1378 wxSize const &arg5_defvalue = wxDefaultSize ;
1379 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1380 long arg6 = (long) wxBU_AUTODRAW ;
1381 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1382 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1383 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1384 wxString *arg8 = (wxString *) &arg8_defvalue ;
1385 wxBitmapButton *result;
1386 wxPoint temp4 ;
1387 wxSize temp5 ;
1388 bool temp8 = False ;
1389 PyObject * obj0 = 0 ;
1390 PyObject * obj1 = 0 ;
1391 PyObject * obj2 = 0 ;
1392 PyObject * obj3 = 0 ;
1393 PyObject * obj4 = 0 ;
1394 PyObject * obj5 = 0 ;
1395 PyObject * obj6 = 0 ;
1396 PyObject * obj7 = 0 ;
1397 char *kwnames[] = {
1398 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1399 };
1400
1401 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_BitmapButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1402 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1403 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1404 arg2 = (int) SWIG_AsInt(obj1);
1405 if (PyErr_Occurred()) SWIG_fail;
1406 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap,
1407 SWIG_POINTER_EXCEPTION | 0)) == -1)
1408 SWIG_fail;
1409 if (arg3 == NULL) {
1410 PyErr_SetString(PyExc_TypeError,"null reference");
1411 SWIG_fail;
1412 }
1413 if (obj3) {
1414 {
1415 arg4 = &temp4;
1416 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1417 }
1418 }
1419 if (obj4) {
1420 {
1421 arg5 = &temp5;
1422 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1423 }
1424 }
1425 if (obj5) {
1426 arg6 = (long) SWIG_AsLong(obj5);
1427 if (PyErr_Occurred()) SWIG_fail;
1428 }
1429 if (obj6) {
1430 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
1431 SWIG_POINTER_EXCEPTION | 0)) == -1)
1432 SWIG_fail;
1433 if (arg7 == NULL) {
1434 PyErr_SetString(PyExc_TypeError,"null reference");
1435 SWIG_fail;
1436 }
1437 }
1438 if (obj7) {
1439 {
1440 arg8 = wxString_in_helper(obj7);
1441 if (arg8 == NULL) SWIG_fail;
1442 temp8 = True;
1443 }
1444 }
1445 {
1446 if (!wxPyCheckForApp()) SWIG_fail;
1447 PyThreadState* __tstate = wxPyBeginAllowThreads();
1448 result = (wxBitmapButton *)new wxBitmapButton(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1449
1450 wxPyEndAllowThreads(__tstate);
1451 if (PyErr_Occurred()) SWIG_fail;
1452 }
1453 {
1454 resultobj = wxPyMake_wxObject(result);
1455 }
1456 {
1457 if (temp8)
1458 delete arg8;
1459 }
1460 return resultobj;
1461 fail:
1462 {
1463 if (temp8)
1464 delete arg8;
1465 }
1466 return NULL;
1467 }
1468
1469
1470 static PyObject *_wrap_new_PreBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1471 PyObject *resultobj;
1472 wxBitmapButton *result;
1473 char *kwnames[] = {
1474 NULL
1475 };
1476
1477 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreBitmapButton",kwnames)) goto fail;
1478 {
1479 if (!wxPyCheckForApp()) SWIG_fail;
1480 PyThreadState* __tstate = wxPyBeginAllowThreads();
1481 result = (wxBitmapButton *)new wxBitmapButton();
1482
1483 wxPyEndAllowThreads(__tstate);
1484 if (PyErr_Occurred()) SWIG_fail;
1485 }
1486 {
1487 resultobj = wxPyMake_wxObject(result);
1488 }
1489 return resultobj;
1490 fail:
1491 return NULL;
1492 }
1493
1494
1495 static PyObject *_wrap_BitmapButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1496 PyObject *resultobj;
1497 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1498 wxWindow *arg2 = (wxWindow *) 0 ;
1499 int arg3 ;
1500 wxBitmap *arg4 = 0 ;
1501 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1502 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1503 wxSize const &arg6_defvalue = wxDefaultSize ;
1504 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1505 long arg7 = (long) wxBU_AUTODRAW ;
1506 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1507 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1508 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1509 wxString *arg9 = (wxString *) &arg9_defvalue ;
1510 bool result;
1511 wxPoint temp5 ;
1512 wxSize temp6 ;
1513 bool temp9 = False ;
1514 PyObject * obj0 = 0 ;
1515 PyObject * obj1 = 0 ;
1516 PyObject * obj2 = 0 ;
1517 PyObject * obj3 = 0 ;
1518 PyObject * obj4 = 0 ;
1519 PyObject * obj5 = 0 ;
1520 PyObject * obj6 = 0 ;
1521 PyObject * obj7 = 0 ;
1522 PyObject * obj8 = 0 ;
1523 char *kwnames[] = {
1524 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1525 };
1526
1527 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:BitmapButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1528 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1529 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1530 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
1531 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1532 arg3 = (int) SWIG_AsInt(obj2);
1533 if (PyErr_Occurred()) SWIG_fail;
1534 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
1535 SWIG_POINTER_EXCEPTION | 0)) == -1)
1536 SWIG_fail;
1537 if (arg4 == NULL) {
1538 PyErr_SetString(PyExc_TypeError,"null reference");
1539 SWIG_fail;
1540 }
1541 if (obj4) {
1542 {
1543 arg5 = &temp5;
1544 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1545 }
1546 }
1547 if (obj5) {
1548 {
1549 arg6 = &temp6;
1550 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1551 }
1552 }
1553 if (obj6) {
1554 arg7 = (long) SWIG_AsLong(obj6);
1555 if (PyErr_Occurred()) SWIG_fail;
1556 }
1557 if (obj7) {
1558 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
1559 SWIG_POINTER_EXCEPTION | 0)) == -1)
1560 SWIG_fail;
1561 if (arg8 == NULL) {
1562 PyErr_SetString(PyExc_TypeError,"null reference");
1563 SWIG_fail;
1564 }
1565 }
1566 if (obj8) {
1567 {
1568 arg9 = wxString_in_helper(obj8);
1569 if (arg9 == NULL) SWIG_fail;
1570 temp9 = True;
1571 }
1572 }
1573 {
1574 PyThreadState* __tstate = wxPyBeginAllowThreads();
1575 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1576
1577 wxPyEndAllowThreads(__tstate);
1578 if (PyErr_Occurred()) SWIG_fail;
1579 }
1580 {
1581 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1582 }
1583 {
1584 if (temp9)
1585 delete arg9;
1586 }
1587 return resultobj;
1588 fail:
1589 {
1590 if (temp9)
1591 delete arg9;
1592 }
1593 return NULL;
1594 }
1595
1596
1597 static PyObject *_wrap_BitmapButton_GetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1598 PyObject *resultobj;
1599 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1600 wxBitmap result;
1601 PyObject * obj0 = 0 ;
1602 char *kwnames[] = {
1603 (char *) "self", NULL
1604 };
1605
1606 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapLabel",kwnames,&obj0)) goto fail;
1607 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1608 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1609 {
1610 PyThreadState* __tstate = wxPyBeginAllowThreads();
1611 result = (arg1)->GetBitmapLabel();
1612
1613 wxPyEndAllowThreads(__tstate);
1614 if (PyErr_Occurred()) SWIG_fail;
1615 }
1616 {
1617 wxBitmap * resultptr;
1618 resultptr = new wxBitmap((wxBitmap &) result);
1619 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1620 }
1621 return resultobj;
1622 fail:
1623 return NULL;
1624 }
1625
1626
1627 static PyObject *_wrap_BitmapButton_GetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1628 PyObject *resultobj;
1629 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1630 wxBitmap result;
1631 PyObject * obj0 = 0 ;
1632 char *kwnames[] = {
1633 (char *) "self", NULL
1634 };
1635
1636 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapDisabled",kwnames,&obj0)) goto fail;
1637 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1638 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1639 {
1640 PyThreadState* __tstate = wxPyBeginAllowThreads();
1641 result = (arg1)->GetBitmapDisabled();
1642
1643 wxPyEndAllowThreads(__tstate);
1644 if (PyErr_Occurred()) SWIG_fail;
1645 }
1646 {
1647 wxBitmap * resultptr;
1648 resultptr = new wxBitmap((wxBitmap &) result);
1649 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1650 }
1651 return resultobj;
1652 fail:
1653 return NULL;
1654 }
1655
1656
1657 static PyObject *_wrap_BitmapButton_GetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1658 PyObject *resultobj;
1659 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1660 wxBitmap result;
1661 PyObject * obj0 = 0 ;
1662 char *kwnames[] = {
1663 (char *) "self", NULL
1664 };
1665
1666 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapFocus",kwnames,&obj0)) goto fail;
1667 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1668 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1669 {
1670 PyThreadState* __tstate = wxPyBeginAllowThreads();
1671 result = (arg1)->GetBitmapFocus();
1672
1673 wxPyEndAllowThreads(__tstate);
1674 if (PyErr_Occurred()) SWIG_fail;
1675 }
1676 {
1677 wxBitmap * resultptr;
1678 resultptr = new wxBitmap((wxBitmap &) result);
1679 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1680 }
1681 return resultobj;
1682 fail:
1683 return NULL;
1684 }
1685
1686
1687 static PyObject *_wrap_BitmapButton_GetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1688 PyObject *resultobj;
1689 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1690 wxBitmap result;
1691 PyObject * obj0 = 0 ;
1692 char *kwnames[] = {
1693 (char *) "self", NULL
1694 };
1695
1696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapSelected",kwnames,&obj0)) goto fail;
1697 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1698 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1699 {
1700 PyThreadState* __tstate = wxPyBeginAllowThreads();
1701 result = (arg1)->GetBitmapSelected();
1702
1703 wxPyEndAllowThreads(__tstate);
1704 if (PyErr_Occurred()) SWIG_fail;
1705 }
1706 {
1707 wxBitmap * resultptr;
1708 resultptr = new wxBitmap((wxBitmap &) result);
1709 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1710 }
1711 return resultobj;
1712 fail:
1713 return NULL;
1714 }
1715
1716
1717 static PyObject *_wrap_BitmapButton_SetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1718 PyObject *resultobj;
1719 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1720 wxBitmap *arg2 = 0 ;
1721 PyObject * obj0 = 0 ;
1722 PyObject * obj1 = 0 ;
1723 char *kwnames[] = {
1724 (char *) "self",(char *) "bitmap", NULL
1725 };
1726
1727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapDisabled",kwnames,&obj0,&obj1)) goto fail;
1728 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1729 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1730 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1731 SWIG_POINTER_EXCEPTION | 0)) == -1)
1732 SWIG_fail;
1733 if (arg2 == NULL) {
1734 PyErr_SetString(PyExc_TypeError,"null reference");
1735 SWIG_fail;
1736 }
1737 {
1738 PyThreadState* __tstate = wxPyBeginAllowThreads();
1739 (arg1)->SetBitmapDisabled((wxBitmap const &)*arg2);
1740
1741 wxPyEndAllowThreads(__tstate);
1742 if (PyErr_Occurred()) SWIG_fail;
1743 }
1744 Py_INCREF(Py_None); resultobj = Py_None;
1745 return resultobj;
1746 fail:
1747 return NULL;
1748 }
1749
1750
1751 static PyObject *_wrap_BitmapButton_SetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1752 PyObject *resultobj;
1753 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1754 wxBitmap *arg2 = 0 ;
1755 PyObject * obj0 = 0 ;
1756 PyObject * obj1 = 0 ;
1757 char *kwnames[] = {
1758 (char *) "self",(char *) "bitmap", NULL
1759 };
1760
1761 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapFocus",kwnames,&obj0,&obj1)) goto fail;
1762 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1763 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1764 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1765 SWIG_POINTER_EXCEPTION | 0)) == -1)
1766 SWIG_fail;
1767 if (arg2 == NULL) {
1768 PyErr_SetString(PyExc_TypeError,"null reference");
1769 SWIG_fail;
1770 }
1771 {
1772 PyThreadState* __tstate = wxPyBeginAllowThreads();
1773 (arg1)->SetBitmapFocus((wxBitmap const &)*arg2);
1774
1775 wxPyEndAllowThreads(__tstate);
1776 if (PyErr_Occurred()) SWIG_fail;
1777 }
1778 Py_INCREF(Py_None); resultobj = Py_None;
1779 return resultobj;
1780 fail:
1781 return NULL;
1782 }
1783
1784
1785 static PyObject *_wrap_BitmapButton_SetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1786 PyObject *resultobj;
1787 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1788 wxBitmap *arg2 = 0 ;
1789 PyObject * obj0 = 0 ;
1790 PyObject * obj1 = 0 ;
1791 char *kwnames[] = {
1792 (char *) "self",(char *) "bitmap", NULL
1793 };
1794
1795 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapSelected",kwnames,&obj0,&obj1)) goto fail;
1796 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1797 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1798 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1799 SWIG_POINTER_EXCEPTION | 0)) == -1)
1800 SWIG_fail;
1801 if (arg2 == NULL) {
1802 PyErr_SetString(PyExc_TypeError,"null reference");
1803 SWIG_fail;
1804 }
1805 {
1806 PyThreadState* __tstate = wxPyBeginAllowThreads();
1807 (arg1)->SetBitmapSelected((wxBitmap const &)*arg2);
1808
1809 wxPyEndAllowThreads(__tstate);
1810 if (PyErr_Occurred()) SWIG_fail;
1811 }
1812 Py_INCREF(Py_None); resultobj = Py_None;
1813 return resultobj;
1814 fail:
1815 return NULL;
1816 }
1817
1818
1819 static PyObject *_wrap_BitmapButton_SetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1820 PyObject *resultobj;
1821 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1822 wxBitmap *arg2 = 0 ;
1823 PyObject * obj0 = 0 ;
1824 PyObject * obj1 = 0 ;
1825 char *kwnames[] = {
1826 (char *) "self",(char *) "bitmap", NULL
1827 };
1828
1829 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapLabel",kwnames,&obj0,&obj1)) goto fail;
1830 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1831 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1832 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1833 SWIG_POINTER_EXCEPTION | 0)) == -1)
1834 SWIG_fail;
1835 if (arg2 == NULL) {
1836 PyErr_SetString(PyExc_TypeError,"null reference");
1837 SWIG_fail;
1838 }
1839 {
1840 PyThreadState* __tstate = wxPyBeginAllowThreads();
1841 (arg1)->SetBitmapLabel((wxBitmap const &)*arg2);
1842
1843 wxPyEndAllowThreads(__tstate);
1844 if (PyErr_Occurred()) SWIG_fail;
1845 }
1846 Py_INCREF(Py_None); resultobj = Py_None;
1847 return resultobj;
1848 fail:
1849 return NULL;
1850 }
1851
1852
1853 static PyObject *_wrap_BitmapButton_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1854 PyObject *resultobj;
1855 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1856 int arg2 ;
1857 int arg3 ;
1858 PyObject * obj0 = 0 ;
1859 PyObject * obj1 = 0 ;
1860 PyObject * obj2 = 0 ;
1861 char *kwnames[] = {
1862 (char *) "self",(char *) "x",(char *) "y", NULL
1863 };
1864
1865 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BitmapButton_SetMargins",kwnames,&obj0,&obj1,&obj2)) goto fail;
1866 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1867 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1868 arg2 = (int) SWIG_AsInt(obj1);
1869 if (PyErr_Occurred()) SWIG_fail;
1870 arg3 = (int) SWIG_AsInt(obj2);
1871 if (PyErr_Occurred()) SWIG_fail;
1872 {
1873 PyThreadState* __tstate = wxPyBeginAllowThreads();
1874 (arg1)->SetMargins(arg2,arg3);
1875
1876 wxPyEndAllowThreads(__tstate);
1877 if (PyErr_Occurred()) SWIG_fail;
1878 }
1879 Py_INCREF(Py_None); resultobj = Py_None;
1880 return resultobj;
1881 fail:
1882 return NULL;
1883 }
1884
1885
1886 static PyObject *_wrap_BitmapButton_GetMarginX(PyObject *self, PyObject *args, PyObject *kwargs) {
1887 PyObject *resultobj;
1888 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1889 int result;
1890 PyObject * obj0 = 0 ;
1891 char *kwnames[] = {
1892 (char *) "self", NULL
1893 };
1894
1895 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginX",kwnames,&obj0)) goto fail;
1896 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1897 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1898 {
1899 PyThreadState* __tstate = wxPyBeginAllowThreads();
1900 result = (int)((wxBitmapButton const *)arg1)->GetMarginX();
1901
1902 wxPyEndAllowThreads(__tstate);
1903 if (PyErr_Occurred()) SWIG_fail;
1904 }
1905 resultobj = SWIG_FromInt((int)result);
1906 return resultobj;
1907 fail:
1908 return NULL;
1909 }
1910
1911
1912 static PyObject *_wrap_BitmapButton_GetMarginY(PyObject *self, PyObject *args, PyObject *kwargs) {
1913 PyObject *resultobj;
1914 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1915 int result;
1916 PyObject * obj0 = 0 ;
1917 char *kwnames[] = {
1918 (char *) "self", NULL
1919 };
1920
1921 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginY",kwnames,&obj0)) goto fail;
1922 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1923 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1924 {
1925 PyThreadState* __tstate = wxPyBeginAllowThreads();
1926 result = (int)((wxBitmapButton const *)arg1)->GetMarginY();
1927
1928 wxPyEndAllowThreads(__tstate);
1929 if (PyErr_Occurred()) SWIG_fail;
1930 }
1931 resultobj = SWIG_FromInt((int)result);
1932 return resultobj;
1933 fail:
1934 return NULL;
1935 }
1936
1937
1938 static PyObject * BitmapButton_swigregister(PyObject *self, PyObject *args) {
1939 PyObject *obj;
1940 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1941 SWIG_TypeClientData(SWIGTYPE_p_wxBitmapButton, obj);
1942 Py_INCREF(obj);
1943 return Py_BuildValue((char *)"");
1944 }
1945 static int _wrap_CheckBoxNameStr_set(PyObject *_val) {
1946 PyErr_SetString(PyExc_TypeError,"Variable CheckBoxNameStr is read-only.");
1947 return 1;
1948 }
1949
1950
1951 static PyObject *_wrap_CheckBoxNameStr_get() {
1952 PyObject *pyobj;
1953
1954 {
1955 #if wxUSE_UNICODE
1956 pyobj = PyUnicode_FromWideChar((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
1957 #else
1958 pyobj = PyString_FromStringAndSize((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
1959 #endif
1960 }
1961 return pyobj;
1962 }
1963
1964
1965 static PyObject *_wrap_new_CheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
1966 PyObject *resultobj;
1967 wxWindow *arg1 = (wxWindow *) 0 ;
1968 int arg2 ;
1969 wxString *arg3 = 0 ;
1970 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1971 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1972 wxSize const &arg5_defvalue = wxDefaultSize ;
1973 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1974 long arg6 = (long) 0 ;
1975 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1976 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1977 wxString const &arg8_defvalue = wxPyCheckBoxNameStr ;
1978 wxString *arg8 = (wxString *) &arg8_defvalue ;
1979 wxCheckBox *result;
1980 bool temp3 = False ;
1981 wxPoint temp4 ;
1982 wxSize temp5 ;
1983 bool temp8 = False ;
1984 PyObject * obj0 = 0 ;
1985 PyObject * obj1 = 0 ;
1986 PyObject * obj2 = 0 ;
1987 PyObject * obj3 = 0 ;
1988 PyObject * obj4 = 0 ;
1989 PyObject * obj5 = 0 ;
1990 PyObject * obj6 = 0 ;
1991 PyObject * obj7 = 0 ;
1992 char *kwnames[] = {
1993 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1994 };
1995
1996 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_CheckBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1997 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1998 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1999 arg2 = (int) SWIG_AsInt(obj1);
2000 if (PyErr_Occurred()) SWIG_fail;
2001 {
2002 arg3 = wxString_in_helper(obj2);
2003 if (arg3 == NULL) SWIG_fail;
2004 temp3 = True;
2005 }
2006 if (obj3) {
2007 {
2008 arg4 = &temp4;
2009 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2010 }
2011 }
2012 if (obj4) {
2013 {
2014 arg5 = &temp5;
2015 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2016 }
2017 }
2018 if (obj5) {
2019 arg6 = (long) SWIG_AsLong(obj5);
2020 if (PyErr_Occurred()) SWIG_fail;
2021 }
2022 if (obj6) {
2023 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
2024 SWIG_POINTER_EXCEPTION | 0)) == -1)
2025 SWIG_fail;
2026 if (arg7 == NULL) {
2027 PyErr_SetString(PyExc_TypeError,"null reference");
2028 SWIG_fail;
2029 }
2030 }
2031 if (obj7) {
2032 {
2033 arg8 = wxString_in_helper(obj7);
2034 if (arg8 == NULL) SWIG_fail;
2035 temp8 = True;
2036 }
2037 }
2038 {
2039 if (!wxPyCheckForApp()) SWIG_fail;
2040 PyThreadState* __tstate = wxPyBeginAllowThreads();
2041 result = (wxCheckBox *)new wxCheckBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2042
2043 wxPyEndAllowThreads(__tstate);
2044 if (PyErr_Occurred()) SWIG_fail;
2045 }
2046 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckBox, 1);
2047 {
2048 if (temp3)
2049 delete arg3;
2050 }
2051 {
2052 if (temp8)
2053 delete arg8;
2054 }
2055 return resultobj;
2056 fail:
2057 {
2058 if (temp3)
2059 delete arg3;
2060 }
2061 {
2062 if (temp8)
2063 delete arg8;
2064 }
2065 return NULL;
2066 }
2067
2068
2069 static PyObject *_wrap_new_PreCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2070 PyObject *resultobj;
2071 wxCheckBox *result;
2072 char *kwnames[] = {
2073 NULL
2074 };
2075
2076 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckBox",kwnames)) goto fail;
2077 {
2078 if (!wxPyCheckForApp()) SWIG_fail;
2079 PyThreadState* __tstate = wxPyBeginAllowThreads();
2080 result = (wxCheckBox *)new wxCheckBox();
2081
2082 wxPyEndAllowThreads(__tstate);
2083 if (PyErr_Occurred()) SWIG_fail;
2084 }
2085 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckBox, 1);
2086 return resultobj;
2087 fail:
2088 return NULL;
2089 }
2090
2091
2092 static PyObject *_wrap_CheckBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2093 PyObject *resultobj;
2094 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2095 wxWindow *arg2 = (wxWindow *) 0 ;
2096 int arg3 ;
2097 wxString *arg4 = 0 ;
2098 wxPoint const &arg5_defvalue = wxDefaultPosition ;
2099 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
2100 wxSize const &arg6_defvalue = wxDefaultSize ;
2101 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
2102 long arg7 = (long) 0 ;
2103 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2104 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2105 wxString const &arg9_defvalue = wxPyCheckBoxNameStr ;
2106 wxString *arg9 = (wxString *) &arg9_defvalue ;
2107 bool result;
2108 bool temp4 = False ;
2109 wxPoint temp5 ;
2110 wxSize temp6 ;
2111 bool temp9 = False ;
2112 PyObject * obj0 = 0 ;
2113 PyObject * obj1 = 0 ;
2114 PyObject * obj2 = 0 ;
2115 PyObject * obj3 = 0 ;
2116 PyObject * obj4 = 0 ;
2117 PyObject * obj5 = 0 ;
2118 PyObject * obj6 = 0 ;
2119 PyObject * obj7 = 0 ;
2120 PyObject * obj8 = 0 ;
2121 char *kwnames[] = {
2122 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
2123 };
2124
2125 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:CheckBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2126 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2127 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2128 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
2129 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2130 arg3 = (int) SWIG_AsInt(obj2);
2131 if (PyErr_Occurred()) SWIG_fail;
2132 {
2133 arg4 = wxString_in_helper(obj3);
2134 if (arg4 == NULL) SWIG_fail;
2135 temp4 = True;
2136 }
2137 if (obj4) {
2138 {
2139 arg5 = &temp5;
2140 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
2141 }
2142 }
2143 if (obj5) {
2144 {
2145 arg6 = &temp6;
2146 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
2147 }
2148 }
2149 if (obj6) {
2150 arg7 = (long) SWIG_AsLong(obj6);
2151 if (PyErr_Occurred()) SWIG_fail;
2152 }
2153 if (obj7) {
2154 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
2155 SWIG_POINTER_EXCEPTION | 0)) == -1)
2156 SWIG_fail;
2157 if (arg8 == NULL) {
2158 PyErr_SetString(PyExc_TypeError,"null reference");
2159 SWIG_fail;
2160 }
2161 }
2162 if (obj8) {
2163 {
2164 arg9 = wxString_in_helper(obj8);
2165 if (arg9 == NULL) SWIG_fail;
2166 temp9 = True;
2167 }
2168 }
2169 {
2170 PyThreadState* __tstate = wxPyBeginAllowThreads();
2171 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2172
2173 wxPyEndAllowThreads(__tstate);
2174 if (PyErr_Occurred()) SWIG_fail;
2175 }
2176 {
2177 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2178 }
2179 {
2180 if (temp4)
2181 delete arg4;
2182 }
2183 {
2184 if (temp9)
2185 delete arg9;
2186 }
2187 return resultobj;
2188 fail:
2189 {
2190 if (temp4)
2191 delete arg4;
2192 }
2193 {
2194 if (temp9)
2195 delete arg9;
2196 }
2197 return NULL;
2198 }
2199
2200
2201 static PyObject *_wrap_CheckBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2202 PyObject *resultobj;
2203 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2204 bool result;
2205 PyObject * obj0 = 0 ;
2206 char *kwnames[] = {
2207 (char *) "self", NULL
2208 };
2209
2210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_GetValue",kwnames,&obj0)) goto fail;
2211 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2212 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2213 {
2214 PyThreadState* __tstate = wxPyBeginAllowThreads();
2215 result = (bool)(arg1)->GetValue();
2216
2217 wxPyEndAllowThreads(__tstate);
2218 if (PyErr_Occurred()) SWIG_fail;
2219 }
2220 {
2221 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2222 }
2223 return resultobj;
2224 fail:
2225 return NULL;
2226 }
2227
2228
2229 static PyObject *_wrap_CheckBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
2230 PyObject *resultobj;
2231 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2232 bool result;
2233 PyObject * obj0 = 0 ;
2234 char *kwnames[] = {
2235 (char *) "self", NULL
2236 };
2237
2238 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_IsChecked",kwnames,&obj0)) goto fail;
2239 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2240 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2241 {
2242 PyThreadState* __tstate = wxPyBeginAllowThreads();
2243 result = (bool)(arg1)->IsChecked();
2244
2245 wxPyEndAllowThreads(__tstate);
2246 if (PyErr_Occurred()) SWIG_fail;
2247 }
2248 {
2249 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2250 }
2251 return resultobj;
2252 fail:
2253 return NULL;
2254 }
2255
2256
2257 static PyObject *_wrap_CheckBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2258 PyObject *resultobj;
2259 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2260 bool arg2 ;
2261 PyObject * obj0 = 0 ;
2262 PyObject * obj1 = 0 ;
2263 char *kwnames[] = {
2264 (char *) "self",(char *) "state", NULL
2265 };
2266
2267 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
2268 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2269 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2270 arg2 = (bool const) SWIG_AsBool(obj1);
2271 if (PyErr_Occurred()) SWIG_fail;
2272 {
2273 PyThreadState* __tstate = wxPyBeginAllowThreads();
2274 (arg1)->SetValue(arg2);
2275
2276 wxPyEndAllowThreads(__tstate);
2277 if (PyErr_Occurred()) SWIG_fail;
2278 }
2279 Py_INCREF(Py_None); resultobj = Py_None;
2280 return resultobj;
2281 fail:
2282 return NULL;
2283 }
2284
2285
2286 static PyObject *_wrap_CheckBox_Get3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2287 PyObject *resultobj;
2288 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2289 int result;
2290 PyObject * obj0 = 0 ;
2291 char *kwnames[] = {
2292 (char *) "self", NULL
2293 };
2294
2295 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Get3StateValue",kwnames,&obj0)) goto fail;
2296 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2297 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2298 {
2299 PyThreadState* __tstate = wxPyBeginAllowThreads();
2300 result = (int)((wxCheckBox const *)arg1)->Get3StateValue();
2301
2302 wxPyEndAllowThreads(__tstate);
2303 if (PyErr_Occurred()) SWIG_fail;
2304 }
2305 resultobj = SWIG_FromInt((int)result);
2306 return resultobj;
2307 fail:
2308 return NULL;
2309 }
2310
2311
2312 static PyObject *_wrap_CheckBox_Set3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2313 PyObject *resultobj;
2314 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2315 int arg2 ;
2316 PyObject * obj0 = 0 ;
2317 PyObject * obj1 = 0 ;
2318 char *kwnames[] = {
2319 (char *) "self",(char *) "state", NULL
2320 };
2321
2322 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_Set3StateValue",kwnames,&obj0,&obj1)) goto fail;
2323 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2324 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2325 arg2 = (wxCheckBoxState) SWIG_AsInt(obj1);
2326 if (PyErr_Occurred()) SWIG_fail;
2327 {
2328 PyThreadState* __tstate = wxPyBeginAllowThreads();
2329 (arg1)->Set3StateValue((wxCheckBoxState )arg2);
2330
2331 wxPyEndAllowThreads(__tstate);
2332 if (PyErr_Occurred()) SWIG_fail;
2333 }
2334 Py_INCREF(Py_None); resultobj = Py_None;
2335 return resultobj;
2336 fail:
2337 return NULL;
2338 }
2339
2340
2341 static PyObject *_wrap_CheckBox_Is3State(PyObject *self, PyObject *args, PyObject *kwargs) {
2342 PyObject *resultobj;
2343 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2344 bool result;
2345 PyObject * obj0 = 0 ;
2346 char *kwnames[] = {
2347 (char *) "self", NULL
2348 };
2349
2350 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3State",kwnames,&obj0)) goto fail;
2351 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2352 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2353 {
2354 PyThreadState* __tstate = wxPyBeginAllowThreads();
2355 result = (bool)((wxCheckBox const *)arg1)->Is3State();
2356
2357 wxPyEndAllowThreads(__tstate);
2358 if (PyErr_Occurred()) SWIG_fail;
2359 }
2360 {
2361 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2362 }
2363 return resultobj;
2364 fail:
2365 return NULL;
2366 }
2367
2368
2369 static PyObject *_wrap_CheckBox_Is3rdStateAllowedForUser(PyObject *self, PyObject *args, PyObject *kwargs) {
2370 PyObject *resultobj;
2371 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2372 bool result;
2373 PyObject * obj0 = 0 ;
2374 char *kwnames[] = {
2375 (char *) "self", NULL
2376 };
2377
2378 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3rdStateAllowedForUser",kwnames,&obj0)) goto fail;
2379 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2380 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2381 {
2382 PyThreadState* __tstate = wxPyBeginAllowThreads();
2383 result = (bool)((wxCheckBox const *)arg1)->Is3rdStateAllowedForUser();
2384
2385 wxPyEndAllowThreads(__tstate);
2386 if (PyErr_Occurred()) SWIG_fail;
2387 }
2388 {
2389 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2390 }
2391 return resultobj;
2392 fail:
2393 return NULL;
2394 }
2395
2396
2397 static PyObject *_wrap_CheckBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
2398 PyObject *resultobj;
2399 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
2400 wxVisualAttributes result;
2401 PyObject * obj0 = 0 ;
2402 char *kwnames[] = {
2403 (char *) "variant", NULL
2404 };
2405
2406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:CheckBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
2407 if (obj0) {
2408 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
2409 if (PyErr_Occurred()) SWIG_fail;
2410 }
2411 {
2412 if (!wxPyCheckForApp()) SWIG_fail;
2413 PyThreadState* __tstate = wxPyBeginAllowThreads();
2414 result = wxCheckBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
2415
2416 wxPyEndAllowThreads(__tstate);
2417 if (PyErr_Occurred()) SWIG_fail;
2418 }
2419 {
2420 wxVisualAttributes * resultptr;
2421 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
2422 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
2423 }
2424 return resultobj;
2425 fail:
2426 return NULL;
2427 }
2428
2429
2430 static PyObject * CheckBox_swigregister(PyObject *self, PyObject *args) {
2431 PyObject *obj;
2432 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2433 SWIG_TypeClientData(SWIGTYPE_p_wxCheckBox, obj);
2434 Py_INCREF(obj);
2435 return Py_BuildValue((char *)"");
2436 }
2437 static int _wrap_ChoiceNameStr_set(PyObject *_val) {
2438 PyErr_SetString(PyExc_TypeError,"Variable ChoiceNameStr is read-only.");
2439 return 1;
2440 }
2441
2442
2443 static PyObject *_wrap_ChoiceNameStr_get() {
2444 PyObject *pyobj;
2445
2446 {
2447 #if wxUSE_UNICODE
2448 pyobj = PyUnicode_FromWideChar((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2449 #else
2450 pyobj = PyString_FromStringAndSize((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2451 #endif
2452 }
2453 return pyobj;
2454 }
2455
2456
2457 static PyObject *_wrap_new_Choice(PyObject *self, PyObject *args, PyObject *kwargs) {
2458 PyObject *resultobj;
2459 wxWindow *arg1 = (wxWindow *) 0 ;
2460 int arg2 = (int) -1 ;
2461 wxPoint const &arg3_defvalue = wxDefaultPosition ;
2462 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
2463 wxSize const &arg4_defvalue = wxDefaultSize ;
2464 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
2465 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
2466 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
2467 long arg6 = (long) 0 ;
2468 wxValidator const &arg7_defvalue = wxDefaultValidator ;
2469 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
2470 wxString const &arg8_defvalue = wxPyChoiceNameStr ;
2471 wxString *arg8 = (wxString *) &arg8_defvalue ;
2472 wxChoice *result;
2473 wxPoint temp3 ;
2474 wxSize temp4 ;
2475 bool temp5 = False ;
2476 bool temp8 = False ;
2477 PyObject * obj0 = 0 ;
2478 PyObject * obj1 = 0 ;
2479 PyObject * obj2 = 0 ;
2480 PyObject * obj3 = 0 ;
2481 PyObject * obj4 = 0 ;
2482 PyObject * obj5 = 0 ;
2483 PyObject * obj6 = 0 ;
2484 PyObject * obj7 = 0 ;
2485 char *kwnames[] = {
2486 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2487 };
2488
2489 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_Choice",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
2490 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2491 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2492 if (obj1) {
2493 arg2 = (int) SWIG_AsInt(obj1);
2494 if (PyErr_Occurred()) SWIG_fail;
2495 }
2496 if (obj2) {
2497 {
2498 arg3 = &temp3;
2499 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
2500 }
2501 }
2502 if (obj3) {
2503 {
2504 arg4 = &temp4;
2505 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
2506 }
2507 }
2508 if (obj4) {
2509 {
2510 if (! PySequence_Check(obj4)) {
2511 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2512 SWIG_fail;
2513 }
2514 arg5 = new wxArrayString;
2515 temp5 = True;
2516 int i, len=PySequence_Length(obj4);
2517 for (i=0; i<len; i++) {
2518 PyObject* item = PySequence_GetItem(obj4, i);
2519 #if wxUSE_UNICODE
2520 PyObject* str = PyObject_Unicode(item);
2521 #else
2522 PyObject* str = PyObject_Str(item);
2523 #endif
2524 if (PyErr_Occurred()) SWIG_fail;
2525 arg5->Add(Py2wxString(str));
2526 Py_DECREF(item);
2527 Py_DECREF(str);
2528 }
2529 }
2530 }
2531 if (obj5) {
2532 arg6 = (long) SWIG_AsLong(obj5);
2533 if (PyErr_Occurred()) SWIG_fail;
2534 }
2535 if (obj6) {
2536 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
2537 SWIG_POINTER_EXCEPTION | 0)) == -1)
2538 SWIG_fail;
2539 if (arg7 == NULL) {
2540 PyErr_SetString(PyExc_TypeError,"null reference");
2541 SWIG_fail;
2542 }
2543 }
2544 if (obj7) {
2545 {
2546 arg8 = wxString_in_helper(obj7);
2547 if (arg8 == NULL) SWIG_fail;
2548 temp8 = True;
2549 }
2550 }
2551 {
2552 if (!wxPyCheckForApp()) SWIG_fail;
2553 PyThreadState* __tstate = wxPyBeginAllowThreads();
2554 result = (wxChoice *)new wxChoice(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2555
2556 wxPyEndAllowThreads(__tstate);
2557 if (PyErr_Occurred()) SWIG_fail;
2558 }
2559 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoice, 1);
2560 {
2561 if (temp5) delete arg5;
2562 }
2563 {
2564 if (temp8)
2565 delete arg8;
2566 }
2567 return resultobj;
2568 fail:
2569 {
2570 if (temp5) delete arg5;
2571 }
2572 {
2573 if (temp8)
2574 delete arg8;
2575 }
2576 return NULL;
2577 }
2578
2579
2580 static PyObject *_wrap_new_PreChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2581 PyObject *resultobj;
2582 wxChoice *result;
2583 char *kwnames[] = {
2584 NULL
2585 };
2586
2587 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreChoice",kwnames)) goto fail;
2588 {
2589 if (!wxPyCheckForApp()) SWIG_fail;
2590 PyThreadState* __tstate = wxPyBeginAllowThreads();
2591 result = (wxChoice *)new wxChoice();
2592
2593 wxPyEndAllowThreads(__tstate);
2594 if (PyErr_Occurred()) SWIG_fail;
2595 }
2596 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoice, 1);
2597 return resultobj;
2598 fail:
2599 return NULL;
2600 }
2601
2602
2603 static PyObject *_wrap_Choice_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2604 PyObject *resultobj;
2605 wxChoice *arg1 = (wxChoice *) 0 ;
2606 wxWindow *arg2 = (wxWindow *) 0 ;
2607 int arg3 = (int) -1 ;
2608 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2609 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2610 wxSize const &arg5_defvalue = wxDefaultSize ;
2611 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2612 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
2613 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
2614 long arg7 = (long) 0 ;
2615 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2616 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2617 wxString const &arg9_defvalue = wxPyChoiceNameStr ;
2618 wxString *arg9 = (wxString *) &arg9_defvalue ;
2619 bool result;
2620 wxPoint temp4 ;
2621 wxSize temp5 ;
2622 bool temp6 = False ;
2623 bool temp9 = False ;
2624 PyObject * obj0 = 0 ;
2625 PyObject * obj1 = 0 ;
2626 PyObject * obj2 = 0 ;
2627 PyObject * obj3 = 0 ;
2628 PyObject * obj4 = 0 ;
2629 PyObject * obj5 = 0 ;
2630 PyObject * obj6 = 0 ;
2631 PyObject * obj7 = 0 ;
2632 PyObject * obj8 = 0 ;
2633 char *kwnames[] = {
2634 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2635 };
2636
2637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:Choice_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2638 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2639 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2640 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
2641 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2642 if (obj2) {
2643 arg3 = (int) SWIG_AsInt(obj2);
2644 if (PyErr_Occurred()) SWIG_fail;
2645 }
2646 if (obj3) {
2647 {
2648 arg4 = &temp4;
2649 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2650 }
2651 }
2652 if (obj4) {
2653 {
2654 arg5 = &temp5;
2655 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2656 }
2657 }
2658 if (obj5) {
2659 {
2660 if (! PySequence_Check(obj5)) {
2661 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2662 SWIG_fail;
2663 }
2664 arg6 = new wxArrayString;
2665 temp6 = True;
2666 int i, len=PySequence_Length(obj5);
2667 for (i=0; i<len; i++) {
2668 PyObject* item = PySequence_GetItem(obj5, i);
2669 #if wxUSE_UNICODE
2670 PyObject* str = PyObject_Unicode(item);
2671 #else
2672 PyObject* str = PyObject_Str(item);
2673 #endif
2674 if (PyErr_Occurred()) SWIG_fail;
2675 arg6->Add(Py2wxString(str));
2676 Py_DECREF(item);
2677 Py_DECREF(str);
2678 }
2679 }
2680 }
2681 if (obj6) {
2682 arg7 = (long) SWIG_AsLong(obj6);
2683 if (PyErr_Occurred()) SWIG_fail;
2684 }
2685 if (obj7) {
2686 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
2687 SWIG_POINTER_EXCEPTION | 0)) == -1)
2688 SWIG_fail;
2689 if (arg8 == NULL) {
2690 PyErr_SetString(PyExc_TypeError,"null reference");
2691 SWIG_fail;
2692 }
2693 }
2694 if (obj8) {
2695 {
2696 arg9 = wxString_in_helper(obj8);
2697 if (arg9 == NULL) SWIG_fail;
2698 temp9 = True;
2699 }
2700 }
2701 {
2702 PyThreadState* __tstate = wxPyBeginAllowThreads();
2703 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2704
2705 wxPyEndAllowThreads(__tstate);
2706 if (PyErr_Occurred()) SWIG_fail;
2707 }
2708 {
2709 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2710 }
2711 {
2712 if (temp6) delete arg6;
2713 }
2714 {
2715 if (temp9)
2716 delete arg9;
2717 }
2718 return resultobj;
2719 fail:
2720 {
2721 if (temp6) delete arg6;
2722 }
2723 {
2724 if (temp9)
2725 delete arg9;
2726 }
2727 return NULL;
2728 }
2729
2730
2731 static PyObject *_wrap_Choice_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2732 PyObject *resultobj;
2733 wxChoice *arg1 = (wxChoice *) 0 ;
2734 int arg2 ;
2735 PyObject * obj0 = 0 ;
2736 PyObject * obj1 = 0 ;
2737 char *kwnames[] = {
2738 (char *) "self",(char *) "n", NULL
2739 };
2740
2741 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetSelection",kwnames,&obj0,&obj1)) goto fail;
2742 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2743 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2744 arg2 = (int const) SWIG_AsInt(obj1);
2745 if (PyErr_Occurred()) SWIG_fail;
2746 {
2747 PyThreadState* __tstate = wxPyBeginAllowThreads();
2748 (arg1)->SetSelection(arg2);
2749
2750 wxPyEndAllowThreads(__tstate);
2751 if (PyErr_Occurred()) SWIG_fail;
2752 }
2753 Py_INCREF(Py_None); resultobj = Py_None;
2754 return resultobj;
2755 fail:
2756 return NULL;
2757 }
2758
2759
2760 static PyObject *_wrap_Choice_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2761 PyObject *resultobj;
2762 wxChoice *arg1 = (wxChoice *) 0 ;
2763 wxString *arg2 = 0 ;
2764 bool result;
2765 bool temp2 = False ;
2766 PyObject * obj0 = 0 ;
2767 PyObject * obj1 = 0 ;
2768 char *kwnames[] = {
2769 (char *) "self",(char *) "string", NULL
2770 };
2771
2772 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
2773 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2774 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2775 {
2776 arg2 = wxString_in_helper(obj1);
2777 if (arg2 == NULL) SWIG_fail;
2778 temp2 = True;
2779 }
2780 {
2781 PyThreadState* __tstate = wxPyBeginAllowThreads();
2782 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
2783
2784 wxPyEndAllowThreads(__tstate);
2785 if (PyErr_Occurred()) SWIG_fail;
2786 }
2787 {
2788 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2789 }
2790 {
2791 if (temp2)
2792 delete arg2;
2793 }
2794 return resultobj;
2795 fail:
2796 {
2797 if (temp2)
2798 delete arg2;
2799 }
2800 return NULL;
2801 }
2802
2803
2804 static PyObject *_wrap_Choice_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
2805 PyObject *resultobj;
2806 wxChoice *arg1 = (wxChoice *) 0 ;
2807 int arg2 ;
2808 wxString *arg3 = 0 ;
2809 bool temp3 = False ;
2810 PyObject * obj0 = 0 ;
2811 PyObject * obj1 = 0 ;
2812 PyObject * obj2 = 0 ;
2813 char *kwnames[] = {
2814 (char *) "self",(char *) "n",(char *) "string", NULL
2815 };
2816
2817 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Choice_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
2818 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2819 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2820 arg2 = (int) SWIG_AsInt(obj1);
2821 if (PyErr_Occurred()) SWIG_fail;
2822 {
2823 arg3 = wxString_in_helper(obj2);
2824 if (arg3 == NULL) SWIG_fail;
2825 temp3 = True;
2826 }
2827 {
2828 PyThreadState* __tstate = wxPyBeginAllowThreads();
2829 (arg1)->SetString(arg2,(wxString const &)*arg3);
2830
2831 wxPyEndAllowThreads(__tstate);
2832 if (PyErr_Occurred()) SWIG_fail;
2833 }
2834 Py_INCREF(Py_None); resultobj = Py_None;
2835 {
2836 if (temp3)
2837 delete arg3;
2838 }
2839 return resultobj;
2840 fail:
2841 {
2842 if (temp3)
2843 delete arg3;
2844 }
2845 return NULL;
2846 }
2847
2848
2849 static PyObject *_wrap_Choice_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
2850 PyObject *resultobj;
2851 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
2852 wxVisualAttributes result;
2853 PyObject * obj0 = 0 ;
2854 char *kwnames[] = {
2855 (char *) "variant", NULL
2856 };
2857
2858 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Choice_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
2859 if (obj0) {
2860 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
2861 if (PyErr_Occurred()) SWIG_fail;
2862 }
2863 {
2864 if (!wxPyCheckForApp()) SWIG_fail;
2865 PyThreadState* __tstate = wxPyBeginAllowThreads();
2866 result = wxChoice::GetClassDefaultAttributes((wxWindowVariant )arg1);
2867
2868 wxPyEndAllowThreads(__tstate);
2869 if (PyErr_Occurred()) SWIG_fail;
2870 }
2871 {
2872 wxVisualAttributes * resultptr;
2873 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
2874 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
2875 }
2876 return resultobj;
2877 fail:
2878 return NULL;
2879 }
2880
2881
2882 static PyObject * Choice_swigregister(PyObject *self, PyObject *args) {
2883 PyObject *obj;
2884 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2885 SWIG_TypeClientData(SWIGTYPE_p_wxChoice, obj);
2886 Py_INCREF(obj);
2887 return Py_BuildValue((char *)"");
2888 }
2889 static int _wrap_ComboBoxNameStr_set(PyObject *_val) {
2890 PyErr_SetString(PyExc_TypeError,"Variable ComboBoxNameStr is read-only.");
2891 return 1;
2892 }
2893
2894
2895 static PyObject *_wrap_ComboBoxNameStr_get() {
2896 PyObject *pyobj;
2897
2898 {
2899 #if wxUSE_UNICODE
2900 pyobj = PyUnicode_FromWideChar((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
2901 #else
2902 pyobj = PyString_FromStringAndSize((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
2903 #endif
2904 }
2905 return pyobj;
2906 }
2907
2908
2909 static PyObject *_wrap_new_ComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2910 PyObject *resultobj;
2911 wxWindow *arg1 = (wxWindow *) 0 ;
2912 int arg2 = (int) -1 ;
2913 wxString const &arg3_defvalue = wxPyEmptyString ;
2914 wxString *arg3 = (wxString *) &arg3_defvalue ;
2915 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2916 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2917 wxSize const &arg5_defvalue = wxDefaultSize ;
2918 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2919 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
2920 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
2921 long arg7 = (long) 0 ;
2922 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2923 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2924 wxString const &arg9_defvalue = wxPyComboBoxNameStr ;
2925 wxString *arg9 = (wxString *) &arg9_defvalue ;
2926 wxComboBox *result;
2927 bool temp3 = False ;
2928 wxPoint temp4 ;
2929 wxSize temp5 ;
2930 bool temp6 = False ;
2931 bool temp9 = False ;
2932 PyObject * obj0 = 0 ;
2933 PyObject * obj1 = 0 ;
2934 PyObject * obj2 = 0 ;
2935 PyObject * obj3 = 0 ;
2936 PyObject * obj4 = 0 ;
2937 PyObject * obj5 = 0 ;
2938 PyObject * obj6 = 0 ;
2939 PyObject * obj7 = 0 ;
2940 PyObject * obj8 = 0 ;
2941 char *kwnames[] = {
2942 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2943 };
2944
2945 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_ComboBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2946 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2947 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2948 if (obj1) {
2949 arg2 = (int) SWIG_AsInt(obj1);
2950 if (PyErr_Occurred()) SWIG_fail;
2951 }
2952 if (obj2) {
2953 {
2954 arg3 = wxString_in_helper(obj2);
2955 if (arg3 == NULL) SWIG_fail;
2956 temp3 = True;
2957 }
2958 }
2959 if (obj3) {
2960 {
2961 arg4 = &temp4;
2962 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2963 }
2964 }
2965 if (obj4) {
2966 {
2967 arg5 = &temp5;
2968 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2969 }
2970 }
2971 if (obj5) {
2972 {
2973 if (! PySequence_Check(obj5)) {
2974 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2975 SWIG_fail;
2976 }
2977 arg6 = new wxArrayString;
2978 temp6 = True;
2979 int i, len=PySequence_Length(obj5);
2980 for (i=0; i<len; i++) {
2981 PyObject* item = PySequence_GetItem(obj5, i);
2982 #if wxUSE_UNICODE
2983 PyObject* str = PyObject_Unicode(item);
2984 #else
2985 PyObject* str = PyObject_Str(item);
2986 #endif
2987 if (PyErr_Occurred()) SWIG_fail;
2988 arg6->Add(Py2wxString(str));
2989 Py_DECREF(item);
2990 Py_DECREF(str);
2991 }
2992 }
2993 }
2994 if (obj6) {
2995 arg7 = (long) SWIG_AsLong(obj6);
2996 if (PyErr_Occurred()) SWIG_fail;
2997 }
2998 if (obj7) {
2999 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
3000 SWIG_POINTER_EXCEPTION | 0)) == -1)
3001 SWIG_fail;
3002 if (arg8 == NULL) {
3003 PyErr_SetString(PyExc_TypeError,"null reference");
3004 SWIG_fail;
3005 }
3006 }
3007 if (obj8) {
3008 {
3009 arg9 = wxString_in_helper(obj8);
3010 if (arg9 == NULL) SWIG_fail;
3011 temp9 = True;
3012 }
3013 }
3014 {
3015 if (!wxPyCheckForApp()) SWIG_fail;
3016 PyThreadState* __tstate = wxPyBeginAllowThreads();
3017 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);
3018
3019 wxPyEndAllowThreads(__tstate);
3020 if (PyErr_Occurred()) SWIG_fail;
3021 }
3022 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxComboBox, 1);
3023 {
3024 if (temp3)
3025 delete arg3;
3026 }
3027 {
3028 if (temp6) delete arg6;
3029 }
3030 {
3031 if (temp9)
3032 delete arg9;
3033 }
3034 return resultobj;
3035 fail:
3036 {
3037 if (temp3)
3038 delete arg3;
3039 }
3040 {
3041 if (temp6) delete arg6;
3042 }
3043 {
3044 if (temp9)
3045 delete arg9;
3046 }
3047 return NULL;
3048 }
3049
3050
3051 static PyObject *_wrap_new_PreComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
3052 PyObject *resultobj;
3053 wxComboBox *result;
3054 char *kwnames[] = {
3055 NULL
3056 };
3057
3058 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreComboBox",kwnames)) goto fail;
3059 {
3060 if (!wxPyCheckForApp()) SWIG_fail;
3061 PyThreadState* __tstate = wxPyBeginAllowThreads();
3062 result = (wxComboBox *)new wxComboBox();
3063
3064 wxPyEndAllowThreads(__tstate);
3065 if (PyErr_Occurred()) SWIG_fail;
3066 }
3067 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxComboBox, 1);
3068 return resultobj;
3069 fail:
3070 return NULL;
3071 }
3072
3073
3074 static PyObject *_wrap_ComboBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3075 PyObject *resultobj;
3076 wxComboBox *arg1 = (wxComboBox *) 0 ;
3077 wxWindow *arg2 = (wxWindow *) 0 ;
3078 int arg3 = (int) -1 ;
3079 wxString const &arg4_defvalue = wxPyEmptyString ;
3080 wxString *arg4 = (wxString *) &arg4_defvalue ;
3081 wxPoint const &arg5_defvalue = wxDefaultPosition ;
3082 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
3083 wxSize const &arg6_defvalue = wxDefaultSize ;
3084 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
3085 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
3086 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
3087 long arg8 = (long) 0 ;
3088 wxValidator const &arg9_defvalue = wxDefaultValidator ;
3089 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
3090 wxString const &arg10_defvalue = wxPyChoiceNameStr ;
3091 wxString *arg10 = (wxString *) &arg10_defvalue ;
3092 bool result;
3093 bool temp4 = False ;
3094 wxPoint temp5 ;
3095 wxSize temp6 ;
3096 bool temp7 = False ;
3097 bool temp10 = False ;
3098 PyObject * obj0 = 0 ;
3099 PyObject * obj1 = 0 ;
3100 PyObject * obj2 = 0 ;
3101 PyObject * obj3 = 0 ;
3102 PyObject * obj4 = 0 ;
3103 PyObject * obj5 = 0 ;
3104 PyObject * obj6 = 0 ;
3105 PyObject * obj7 = 0 ;
3106 PyObject * obj8 = 0 ;
3107 PyObject * obj9 = 0 ;
3108 char *kwnames[] = {
3109 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
3110 };
3111
3112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:ComboBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
3113 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3114 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3115 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
3116 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3117 if (obj2) {
3118 arg3 = (int) SWIG_AsInt(obj2);
3119 if (PyErr_Occurred()) SWIG_fail;
3120 }
3121 if (obj3) {
3122 {
3123 arg4 = wxString_in_helper(obj3);
3124 if (arg4 == NULL) SWIG_fail;
3125 temp4 = True;
3126 }
3127 }
3128 if (obj4) {
3129 {
3130 arg5 = &temp5;
3131 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
3132 }
3133 }
3134 if (obj5) {
3135 {
3136 arg6 = &temp6;
3137 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
3138 }
3139 }
3140 if (obj6) {
3141 {
3142 if (! PySequence_Check(obj6)) {
3143 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
3144 SWIG_fail;
3145 }
3146 arg7 = new wxArrayString;
3147 temp7 = True;
3148 int i, len=PySequence_Length(obj6);
3149 for (i=0; i<len; i++) {
3150 PyObject* item = PySequence_GetItem(obj6, i);
3151 #if wxUSE_UNICODE
3152 PyObject* str = PyObject_Unicode(item);
3153 #else
3154 PyObject* str = PyObject_Str(item);
3155 #endif
3156 if (PyErr_Occurred()) SWIG_fail;
3157 arg7->Add(Py2wxString(str));
3158 Py_DECREF(item);
3159 Py_DECREF(str);
3160 }
3161 }
3162 }
3163 if (obj7) {
3164 arg8 = (long) SWIG_AsLong(obj7);
3165 if (PyErr_Occurred()) SWIG_fail;
3166 }
3167 if (obj8) {
3168 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
3169 SWIG_POINTER_EXCEPTION | 0)) == -1)
3170 SWIG_fail;
3171 if (arg9 == NULL) {
3172 PyErr_SetString(PyExc_TypeError,"null reference");
3173 SWIG_fail;
3174 }
3175 }
3176 if (obj9) {
3177 {
3178 arg10 = wxString_in_helper(obj9);
3179 if (arg10 == NULL) SWIG_fail;
3180 temp10 = True;
3181 }
3182 }
3183 {
3184 PyThreadState* __tstate = wxPyBeginAllowThreads();
3185 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);
3186
3187 wxPyEndAllowThreads(__tstate);
3188 if (PyErr_Occurred()) SWIG_fail;
3189 }
3190 {
3191 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3192 }
3193 {
3194 if (temp4)
3195 delete arg4;
3196 }
3197 {
3198 if (temp7) delete arg7;
3199 }
3200 {
3201 if (temp10)
3202 delete arg10;
3203 }
3204 return resultobj;
3205 fail:
3206 {
3207 if (temp4)
3208 delete arg4;
3209 }
3210 {
3211 if (temp7) delete arg7;
3212 }
3213 {
3214 if (temp10)
3215 delete arg10;
3216 }
3217 return NULL;
3218 }
3219
3220
3221 static PyObject *_wrap_ComboBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3222 PyObject *resultobj;
3223 wxComboBox *arg1 = (wxComboBox *) 0 ;
3224 wxString result;
3225 PyObject * obj0 = 0 ;
3226 char *kwnames[] = {
3227 (char *) "self", NULL
3228 };
3229
3230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetValue",kwnames,&obj0)) goto fail;
3231 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3232 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3233 {
3234 PyThreadState* __tstate = wxPyBeginAllowThreads();
3235 result = ((wxComboBox const *)arg1)->GetValue();
3236
3237 wxPyEndAllowThreads(__tstate);
3238 if (PyErr_Occurred()) SWIG_fail;
3239 }
3240 {
3241 #if wxUSE_UNICODE
3242 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
3243 #else
3244 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
3245 #endif
3246 }
3247 return resultobj;
3248 fail:
3249 return NULL;
3250 }
3251
3252
3253 static PyObject *_wrap_ComboBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3254 PyObject *resultobj;
3255 wxComboBox *arg1 = (wxComboBox *) 0 ;
3256 wxString *arg2 = 0 ;
3257 bool temp2 = False ;
3258 PyObject * obj0 = 0 ;
3259 PyObject * obj1 = 0 ;
3260 char *kwnames[] = {
3261 (char *) "self",(char *) "value", NULL
3262 };
3263
3264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
3265 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3266 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3267 {
3268 arg2 = wxString_in_helper(obj1);
3269 if (arg2 == NULL) SWIG_fail;
3270 temp2 = True;
3271 }
3272 {
3273 PyThreadState* __tstate = wxPyBeginAllowThreads();
3274 (arg1)->SetValue((wxString const &)*arg2);
3275
3276 wxPyEndAllowThreads(__tstate);
3277 if (PyErr_Occurred()) SWIG_fail;
3278 }
3279 Py_INCREF(Py_None); resultobj = Py_None;
3280 {
3281 if (temp2)
3282 delete arg2;
3283 }
3284 return resultobj;
3285 fail:
3286 {
3287 if (temp2)
3288 delete arg2;
3289 }
3290 return NULL;
3291 }
3292
3293
3294 static PyObject *_wrap_ComboBox_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
3295 PyObject *resultobj;
3296 wxComboBox *arg1 = (wxComboBox *) 0 ;
3297 PyObject * obj0 = 0 ;
3298 char *kwnames[] = {
3299 (char *) "self", NULL
3300 };
3301
3302 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Copy",kwnames,&obj0)) goto fail;
3303 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3304 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3305 {
3306 PyThreadState* __tstate = wxPyBeginAllowThreads();
3307 (arg1)->Copy();
3308
3309 wxPyEndAllowThreads(__tstate);
3310 if (PyErr_Occurred()) SWIG_fail;
3311 }
3312 Py_INCREF(Py_None); resultobj = Py_None;
3313 return resultobj;
3314 fail:
3315 return NULL;
3316 }
3317
3318
3319 static PyObject *_wrap_ComboBox_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
3320 PyObject *resultobj;
3321 wxComboBox *arg1 = (wxComboBox *) 0 ;
3322 PyObject * obj0 = 0 ;
3323 char *kwnames[] = {
3324 (char *) "self", NULL
3325 };
3326
3327 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Cut",kwnames,&obj0)) goto fail;
3328 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3329 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3330 {
3331 PyThreadState* __tstate = wxPyBeginAllowThreads();
3332 (arg1)->Cut();
3333
3334 wxPyEndAllowThreads(__tstate);
3335 if (PyErr_Occurred()) SWIG_fail;
3336 }
3337 Py_INCREF(Py_None); resultobj = Py_None;
3338 return resultobj;
3339 fail:
3340 return NULL;
3341 }
3342
3343
3344 static PyObject *_wrap_ComboBox_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
3345 PyObject *resultobj;
3346 wxComboBox *arg1 = (wxComboBox *) 0 ;
3347 PyObject * obj0 = 0 ;
3348 char *kwnames[] = {
3349 (char *) "self", NULL
3350 };
3351
3352 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Paste",kwnames,&obj0)) goto fail;
3353 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3354 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3355 {
3356 PyThreadState* __tstate = wxPyBeginAllowThreads();
3357 (arg1)->Paste();
3358
3359 wxPyEndAllowThreads(__tstate);
3360 if (PyErr_Occurred()) SWIG_fail;
3361 }
3362 Py_INCREF(Py_None); resultobj = Py_None;
3363 return resultobj;
3364 fail:
3365 return NULL;
3366 }
3367
3368
3369 static PyObject *_wrap_ComboBox_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3370 PyObject *resultobj;
3371 wxComboBox *arg1 = (wxComboBox *) 0 ;
3372 long arg2 ;
3373 PyObject * obj0 = 0 ;
3374 PyObject * obj1 = 0 ;
3375 char *kwnames[] = {
3376 (char *) "self",(char *) "pos", NULL
3377 };
3378
3379 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
3380 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3381 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3382 arg2 = (long) SWIG_AsLong(obj1);
3383 if (PyErr_Occurred()) SWIG_fail;
3384 {
3385 PyThreadState* __tstate = wxPyBeginAllowThreads();
3386 (arg1)->SetInsertionPoint(arg2);
3387
3388 wxPyEndAllowThreads(__tstate);
3389 if (PyErr_Occurred()) SWIG_fail;
3390 }
3391 Py_INCREF(Py_None); resultobj = Py_None;
3392 return resultobj;
3393 fail:
3394 return NULL;
3395 }
3396
3397
3398 static PyObject *_wrap_ComboBox_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3399 PyObject *resultobj;
3400 wxComboBox *arg1 = (wxComboBox *) 0 ;
3401 long result;
3402 PyObject * obj0 = 0 ;
3403 char *kwnames[] = {
3404 (char *) "self", NULL
3405 };
3406
3407 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetInsertionPoint",kwnames,&obj0)) goto fail;
3408 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3409 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3410 {
3411 PyThreadState* __tstate = wxPyBeginAllowThreads();
3412 result = (long)((wxComboBox const *)arg1)->GetInsertionPoint();
3413
3414 wxPyEndAllowThreads(__tstate);
3415 if (PyErr_Occurred()) SWIG_fail;
3416 }
3417 resultobj = SWIG_FromLong((long)result);
3418 return resultobj;
3419 fail:
3420 return NULL;
3421 }
3422
3423
3424 static PyObject *_wrap_ComboBox_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
3425 PyObject *resultobj;
3426 wxComboBox *arg1 = (wxComboBox *) 0 ;
3427 long result;
3428 PyObject * obj0 = 0 ;
3429 char *kwnames[] = {
3430 (char *) "self", NULL
3431 };
3432
3433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetLastPosition",kwnames,&obj0)) goto fail;
3434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3436 {
3437 PyThreadState* __tstate = wxPyBeginAllowThreads();
3438 result = (long)((wxComboBox const *)arg1)->GetLastPosition();
3439
3440 wxPyEndAllowThreads(__tstate);
3441 if (PyErr_Occurred()) SWIG_fail;
3442 }
3443 resultobj = SWIG_FromLong((long)result);
3444 return resultobj;
3445 fail:
3446 return NULL;
3447 }
3448
3449
3450 static PyObject *_wrap_ComboBox_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
3451 PyObject *resultobj;
3452 wxComboBox *arg1 = (wxComboBox *) 0 ;
3453 long arg2 ;
3454 long arg3 ;
3455 wxString *arg4 = 0 ;
3456 bool temp4 = False ;
3457 PyObject * obj0 = 0 ;
3458 PyObject * obj1 = 0 ;
3459 PyObject * obj2 = 0 ;
3460 PyObject * obj3 = 0 ;
3461 char *kwnames[] = {
3462 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
3463 };
3464
3465 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ComboBox_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
3466 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3467 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3468 arg2 = (long) SWIG_AsLong(obj1);
3469 if (PyErr_Occurred()) SWIG_fail;
3470 arg3 = (long) SWIG_AsLong(obj2);
3471 if (PyErr_Occurred()) SWIG_fail;
3472 {
3473 arg4 = wxString_in_helper(obj3);
3474 if (arg4 == NULL) SWIG_fail;
3475 temp4 = True;
3476 }
3477 {
3478 PyThreadState* __tstate = wxPyBeginAllowThreads();
3479 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
3480
3481 wxPyEndAllowThreads(__tstate);
3482 if (PyErr_Occurred()) SWIG_fail;
3483 }
3484 Py_INCREF(Py_None); resultobj = Py_None;
3485 {
3486 if (temp4)
3487 delete arg4;
3488 }
3489 return resultobj;
3490 fail:
3491 {
3492 if (temp4)
3493 delete arg4;
3494 }
3495 return NULL;
3496 }
3497
3498
3499 static PyObject *_wrap_ComboBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3500 PyObject *resultobj;
3501 wxComboBox *arg1 = (wxComboBox *) 0 ;
3502 int arg2 ;
3503 PyObject * obj0 = 0 ;
3504 PyObject * obj1 = 0 ;
3505 char *kwnames[] = {
3506 (char *) "self",(char *) "n", NULL
3507 };
3508
3509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
3510 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3511 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3512 arg2 = (int) SWIG_AsInt(obj1);
3513 if (PyErr_Occurred()) SWIG_fail;
3514 {
3515 PyThreadState* __tstate = wxPyBeginAllowThreads();
3516 (arg1)->SetSelection(arg2);
3517
3518 wxPyEndAllowThreads(__tstate);
3519 if (PyErr_Occurred()) SWIG_fail;
3520 }
3521 Py_INCREF(Py_None); resultobj = Py_None;
3522 return resultobj;
3523 fail:
3524 return NULL;
3525 }
3526
3527
3528 static PyObject *_wrap_ComboBox_SetMark(PyObject *self, PyObject *args, PyObject *kwargs) {
3529 PyObject *resultobj;
3530 wxComboBox *arg1 = (wxComboBox *) 0 ;
3531 long arg2 ;
3532 long arg3 ;
3533 PyObject * obj0 = 0 ;
3534 PyObject * obj1 = 0 ;
3535 PyObject * obj2 = 0 ;
3536 char *kwnames[] = {
3537 (char *) "self",(char *) "from",(char *) "to", NULL
3538 };
3539
3540 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetMark",kwnames,&obj0,&obj1,&obj2)) goto fail;
3541 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3542 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3543 arg2 = (long) SWIG_AsLong(obj1);
3544 if (PyErr_Occurred()) SWIG_fail;
3545 arg3 = (long) SWIG_AsLong(obj2);
3546 if (PyErr_Occurred()) SWIG_fail;
3547 {
3548 PyThreadState* __tstate = wxPyBeginAllowThreads();
3549 (arg1)->SetSelection(arg2,arg3);
3550
3551 wxPyEndAllowThreads(__tstate);
3552 if (PyErr_Occurred()) SWIG_fail;
3553 }
3554 Py_INCREF(Py_None); resultobj = Py_None;
3555 return resultobj;
3556 fail:
3557 return NULL;
3558 }
3559
3560
3561 static PyObject *_wrap_ComboBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3562 PyObject *resultobj;
3563 wxComboBox *arg1 = (wxComboBox *) 0 ;
3564 wxString *arg2 = 0 ;
3565 bool result;
3566 bool temp2 = False ;
3567 PyObject * obj0 = 0 ;
3568 PyObject * obj1 = 0 ;
3569 char *kwnames[] = {
3570 (char *) "self",(char *) "string", NULL
3571 };
3572
3573 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
3574 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3575 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3576 {
3577 arg2 = wxString_in_helper(obj1);
3578 if (arg2 == NULL) SWIG_fail;
3579 temp2 = True;
3580 }
3581 {
3582 PyThreadState* __tstate = wxPyBeginAllowThreads();
3583 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
3584
3585 wxPyEndAllowThreads(__tstate);
3586 if (PyErr_Occurred()) SWIG_fail;
3587 }
3588 {
3589 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3590 }
3591 {
3592 if (temp2)
3593 delete arg2;
3594 }
3595 return resultobj;
3596 fail:
3597 {
3598 if (temp2)
3599 delete arg2;
3600 }
3601 return NULL;
3602 }
3603
3604
3605 static PyObject *_wrap_ComboBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
3606 PyObject *resultobj;
3607 wxComboBox *arg1 = (wxComboBox *) 0 ;
3608 int arg2 ;
3609 wxString *arg3 = 0 ;
3610 bool temp3 = False ;
3611 PyObject * obj0 = 0 ;
3612 PyObject * obj1 = 0 ;
3613 PyObject * obj2 = 0 ;
3614 char *kwnames[] = {
3615 (char *) "self",(char *) "n",(char *) "string", NULL
3616 };
3617
3618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
3619 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3620 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3621 arg2 = (int) SWIG_AsInt(obj1);
3622 if (PyErr_Occurred()) SWIG_fail;
3623 {
3624 arg3 = wxString_in_helper(obj2);
3625 if (arg3 == NULL) SWIG_fail;
3626 temp3 = True;
3627 }
3628 {
3629 PyThreadState* __tstate = wxPyBeginAllowThreads();
3630 (arg1)->SetString(arg2,(wxString const &)*arg3);
3631
3632 wxPyEndAllowThreads(__tstate);
3633 if (PyErr_Occurred()) SWIG_fail;
3634 }
3635 Py_INCREF(Py_None); resultobj = Py_None;
3636 {
3637 if (temp3)
3638 delete arg3;
3639 }
3640 return resultobj;
3641 fail:
3642 {
3643 if (temp3)
3644 delete arg3;
3645 }
3646 return NULL;
3647 }
3648
3649
3650 static PyObject *_wrap_ComboBox_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
3651 PyObject *resultobj;
3652 wxComboBox *arg1 = (wxComboBox *) 0 ;
3653 bool arg2 ;
3654 PyObject * obj0 = 0 ;
3655 PyObject * obj1 = 0 ;
3656 char *kwnames[] = {
3657 (char *) "self",(char *) "editable", NULL
3658 };
3659
3660 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetEditable",kwnames,&obj0,&obj1)) goto fail;
3661 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3662 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3663 arg2 = (bool) SWIG_AsBool(obj1);
3664 if (PyErr_Occurred()) SWIG_fail;
3665 {
3666 PyThreadState* __tstate = wxPyBeginAllowThreads();
3667 (arg1)->SetEditable(arg2);
3668
3669 wxPyEndAllowThreads(__tstate);
3670 if (PyErr_Occurred()) SWIG_fail;
3671 }
3672 Py_INCREF(Py_None); resultobj = Py_None;
3673 return resultobj;
3674 fail:
3675 return NULL;
3676 }
3677
3678
3679 static PyObject *_wrap_ComboBox_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
3680 PyObject *resultobj;
3681 wxComboBox *arg1 = (wxComboBox *) 0 ;
3682 PyObject * obj0 = 0 ;
3683 char *kwnames[] = {
3684 (char *) "self", NULL
3685 };
3686
3687 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
3688 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3689 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3690 {
3691 PyThreadState* __tstate = wxPyBeginAllowThreads();
3692 (arg1)->SetInsertionPointEnd();
3693
3694 wxPyEndAllowThreads(__tstate);
3695 if (PyErr_Occurred()) SWIG_fail;
3696 }
3697 Py_INCREF(Py_None); resultobj = Py_None;
3698 return resultobj;
3699 fail:
3700 return NULL;
3701 }
3702
3703
3704 static PyObject *_wrap_ComboBox_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
3705 PyObject *resultobj;
3706 wxComboBox *arg1 = (wxComboBox *) 0 ;
3707 long arg2 ;
3708 long arg3 ;
3709 PyObject * obj0 = 0 ;
3710 PyObject * obj1 = 0 ;
3711 PyObject * obj2 = 0 ;
3712 char *kwnames[] = {
3713 (char *) "self",(char *) "from",(char *) "to", NULL
3714 };
3715
3716 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
3717 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3718 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3719 arg2 = (long) SWIG_AsLong(obj1);
3720 if (PyErr_Occurred()) SWIG_fail;
3721 arg3 = (long) SWIG_AsLong(obj2);
3722 if (PyErr_Occurred()) SWIG_fail;
3723 {
3724 PyThreadState* __tstate = wxPyBeginAllowThreads();
3725 (arg1)->Remove(arg2,arg3);
3726
3727 wxPyEndAllowThreads(__tstate);
3728 if (PyErr_Occurred()) SWIG_fail;
3729 }
3730 Py_INCREF(Py_None); resultobj = Py_None;
3731 return resultobj;
3732 fail:
3733 return NULL;
3734 }
3735
3736
3737 static PyObject *_wrap_ComboBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
3738 PyObject *resultobj;
3739 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
3740 wxVisualAttributes result;
3741 PyObject * obj0 = 0 ;
3742 char *kwnames[] = {
3743 (char *) "variant", NULL
3744 };
3745
3746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ComboBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
3747 if (obj0) {
3748 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
3749 if (PyErr_Occurred()) SWIG_fail;
3750 }
3751 {
3752 if (!wxPyCheckForApp()) SWIG_fail;
3753 PyThreadState* __tstate = wxPyBeginAllowThreads();
3754 result = wxComboBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
3755
3756 wxPyEndAllowThreads(__tstate);
3757 if (PyErr_Occurred()) SWIG_fail;
3758 }
3759 {
3760 wxVisualAttributes * resultptr;
3761 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
3762 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
3763 }
3764 return resultobj;
3765 fail:
3766 return NULL;
3767 }
3768
3769
3770 static PyObject * ComboBox_swigregister(PyObject *self, PyObject *args) {
3771 PyObject *obj;
3772 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
3773 SWIG_TypeClientData(SWIGTYPE_p_wxComboBox, obj);
3774 Py_INCREF(obj);
3775 return Py_BuildValue((char *)"");
3776 }
3777 static int _wrap_GaugeNameStr_set(PyObject *_val) {
3778 PyErr_SetString(PyExc_TypeError,"Variable GaugeNameStr is read-only.");
3779 return 1;
3780 }
3781
3782
3783 static PyObject *_wrap_GaugeNameStr_get() {
3784 PyObject *pyobj;
3785
3786 {
3787 #if wxUSE_UNICODE
3788 pyobj = PyUnicode_FromWideChar((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3789 #else
3790 pyobj = PyString_FromStringAndSize((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3791 #endif
3792 }
3793 return pyobj;
3794 }
3795
3796
3797 static PyObject *_wrap_new_Gauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3798 PyObject *resultobj;
3799 wxWindow *arg1 = (wxWindow *) 0 ;
3800 int arg2 ;
3801 int arg3 ;
3802 wxPoint const &arg4_defvalue = wxDefaultPosition ;
3803 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
3804 wxSize const &arg5_defvalue = wxDefaultSize ;
3805 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
3806 long arg6 = (long) wxGA_HORIZONTAL ;
3807 wxValidator const &arg7_defvalue = wxDefaultValidator ;
3808 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
3809 wxString const &arg8_defvalue = wxPyGaugeNameStr ;
3810 wxString *arg8 = (wxString *) &arg8_defvalue ;
3811 wxGauge *result;
3812 wxPoint temp4 ;
3813 wxSize temp5 ;
3814 bool temp8 = False ;
3815 PyObject * obj0 = 0 ;
3816 PyObject * obj1 = 0 ;
3817 PyObject * obj2 = 0 ;
3818 PyObject * obj3 = 0 ;
3819 PyObject * obj4 = 0 ;
3820 PyObject * obj5 = 0 ;
3821 PyObject * obj6 = 0 ;
3822 PyObject * obj7 = 0 ;
3823 char *kwnames[] = {
3824 (char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3825 };
3826
3827 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_Gauge",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
3828 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
3829 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3830 arg2 = (int) SWIG_AsInt(obj1);
3831 if (PyErr_Occurred()) SWIG_fail;
3832 arg3 = (int) SWIG_AsInt(obj2);
3833 if (PyErr_Occurred()) SWIG_fail;
3834 if (obj3) {
3835 {
3836 arg4 = &temp4;
3837 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
3838 }
3839 }
3840 if (obj4) {
3841 {
3842 arg5 = &temp5;
3843 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
3844 }
3845 }
3846 if (obj5) {
3847 arg6 = (long) SWIG_AsLong(obj5);
3848 if (PyErr_Occurred()) SWIG_fail;
3849 }
3850 if (obj6) {
3851 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
3852 SWIG_POINTER_EXCEPTION | 0)) == -1)
3853 SWIG_fail;
3854 if (arg7 == NULL) {
3855 PyErr_SetString(PyExc_TypeError,"null reference");
3856 SWIG_fail;
3857 }
3858 }
3859 if (obj7) {
3860 {
3861 arg8 = wxString_in_helper(obj7);
3862 if (arg8 == NULL) SWIG_fail;
3863 temp8 = True;
3864 }
3865 }
3866 {
3867 if (!wxPyCheckForApp()) SWIG_fail;
3868 PyThreadState* __tstate = wxPyBeginAllowThreads();
3869 result = (wxGauge *)new wxGauge(arg1,arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
3870
3871 wxPyEndAllowThreads(__tstate);
3872 if (PyErr_Occurred()) SWIG_fail;
3873 }
3874 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGauge, 1);
3875 {
3876 if (temp8)
3877 delete arg8;
3878 }
3879 return resultobj;
3880 fail:
3881 {
3882 if (temp8)
3883 delete arg8;
3884 }
3885 return NULL;
3886 }
3887
3888
3889 static PyObject *_wrap_new_PreGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3890 PyObject *resultobj;
3891 wxGauge *result;
3892 char *kwnames[] = {
3893 NULL
3894 };
3895
3896 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGauge",kwnames)) goto fail;
3897 {
3898 if (!wxPyCheckForApp()) SWIG_fail;
3899 PyThreadState* __tstate = wxPyBeginAllowThreads();
3900 result = (wxGauge *)new wxGauge();
3901
3902 wxPyEndAllowThreads(__tstate);
3903 if (PyErr_Occurred()) SWIG_fail;
3904 }
3905 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGauge, 1);
3906 return resultobj;
3907 fail:
3908 return NULL;
3909 }
3910
3911
3912 static PyObject *_wrap_Gauge_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3913 PyObject *resultobj;
3914 wxGauge *arg1 = (wxGauge *) 0 ;
3915 wxWindow *arg2 = (wxWindow *) 0 ;
3916 int arg3 ;
3917 int arg4 ;
3918 wxPoint const &arg5_defvalue = wxDefaultPosition ;
3919 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
3920 wxSize const &arg6_defvalue = wxDefaultSize ;
3921 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
3922 long arg7 = (long) wxGA_HORIZONTAL ;
3923 wxValidator const &arg8_defvalue = wxDefaultValidator ;
3924 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
3925 wxString const &arg9_defvalue = wxPyGaugeNameStr ;
3926 wxString *arg9 = (wxString *) &arg9_defvalue ;
3927 bool result;
3928 wxPoint temp5 ;
3929 wxSize temp6 ;
3930 bool temp9 = False ;
3931 PyObject * obj0 = 0 ;
3932 PyObject * obj1 = 0 ;
3933 PyObject * obj2 = 0 ;
3934 PyObject * obj3 = 0 ;
3935 PyObject * obj4 = 0 ;
3936 PyObject * obj5 = 0 ;
3937 PyObject * obj6 = 0 ;
3938 PyObject * obj7 = 0 ;
3939 PyObject * obj8 = 0 ;
3940 char *kwnames[] = {
3941 (char *) "self",(char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3942 };
3943
3944 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:Gauge_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
3945 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
3946 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3947 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
3948 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3949 arg3 = (int) SWIG_AsInt(obj2);
3950 if (PyErr_Occurred()) SWIG_fail;
3951 arg4 = (int) SWIG_AsInt(obj3);
3952 if (PyErr_Occurred()) SWIG_fail;
3953 if (obj4) {
3954 {
3955 arg5 = &temp5;
3956 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
3957 }
3958 }
3959 if (obj5) {
3960 {
3961 arg6 = &temp6;
3962 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
3963 }
3964 }
3965 if (obj6) {
3966 arg7 = (long) SWIG_AsLong(obj6);
3967 if (PyErr_Occurred()) SWIG_fail;
3968 }
3969 if (obj7) {
3970 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
3971 SWIG_POINTER_EXCEPTION | 0)) == -1)
3972 SWIG_fail;
3973 if (arg8 == NULL) {
3974 PyErr_SetString(PyExc_TypeError,"null reference");
3975 SWIG_fail;
3976 }
3977 }
3978 if (obj8) {
3979 {
3980 arg9 = wxString_in_helper(obj8);
3981 if (arg9 == NULL) SWIG_fail;
3982 temp9 = True;
3983 }
3984 }
3985 {
3986 PyThreadState* __tstate = wxPyBeginAllowThreads();
3987 result = (bool)(arg1)->Create(arg2,arg3,arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
3988
3989 wxPyEndAllowThreads(__tstate);
3990 if (PyErr_Occurred()) SWIG_fail;
3991 }
3992 {
3993 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3994 }
3995 {
3996 if (temp9)
3997 delete arg9;
3998 }
3999 return resultobj;
4000 fail:
4001 {
4002 if (temp9)
4003 delete arg9;
4004 }
4005 return NULL;
4006 }
4007
4008
4009 static PyObject *_wrap_Gauge_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
4010 PyObject *resultobj;
4011 wxGauge *arg1 = (wxGauge *) 0 ;
4012 int arg2 ;
4013 PyObject * obj0 = 0 ;
4014 PyObject * obj1 = 0 ;
4015 char *kwnames[] = {
4016 (char *) "self",(char *) "range", NULL
4017 };
4018
4019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetRange",kwnames,&obj0,&obj1)) goto fail;
4020 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4021 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4022 arg2 = (int) SWIG_AsInt(obj1);
4023 if (PyErr_Occurred()) SWIG_fail;
4024 {
4025 PyThreadState* __tstate = wxPyBeginAllowThreads();
4026 (arg1)->SetRange(arg2);
4027
4028 wxPyEndAllowThreads(__tstate);
4029 if (PyErr_Occurred()) SWIG_fail;
4030 }
4031 Py_INCREF(Py_None); resultobj = Py_None;
4032 return resultobj;
4033 fail:
4034 return NULL;
4035 }
4036
4037
4038 static PyObject *_wrap_Gauge_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
4039 PyObject *resultobj;
4040 wxGauge *arg1 = (wxGauge *) 0 ;
4041 int result;
4042 PyObject * obj0 = 0 ;
4043 char *kwnames[] = {
4044 (char *) "self", NULL
4045 };
4046
4047 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetRange",kwnames,&obj0)) goto fail;
4048 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4049 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4050 {
4051 PyThreadState* __tstate = wxPyBeginAllowThreads();
4052 result = (int)((wxGauge const *)arg1)->GetRange();
4053
4054 wxPyEndAllowThreads(__tstate);
4055 if (PyErr_Occurred()) SWIG_fail;
4056 }
4057 resultobj = SWIG_FromInt((int)result);
4058 return resultobj;
4059 fail:
4060 return NULL;
4061 }
4062
4063
4064 static PyObject *_wrap_Gauge_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
4065 PyObject *resultobj;
4066 wxGauge *arg1 = (wxGauge *) 0 ;
4067 int arg2 ;
4068 PyObject * obj0 = 0 ;
4069 PyObject * obj1 = 0 ;
4070 char *kwnames[] = {
4071 (char *) "self",(char *) "pos", NULL
4072 };
4073
4074 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetValue",kwnames,&obj0,&obj1)) goto fail;
4075 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4076 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4077 arg2 = (int) SWIG_AsInt(obj1);
4078 if (PyErr_Occurred()) SWIG_fail;
4079 {
4080 PyThreadState* __tstate = wxPyBeginAllowThreads();
4081 (arg1)->SetValue(arg2);
4082
4083 wxPyEndAllowThreads(__tstate);
4084 if (PyErr_Occurred()) SWIG_fail;
4085 }
4086 Py_INCREF(Py_None); resultobj = Py_None;
4087 return resultobj;
4088 fail:
4089 return NULL;
4090 }
4091
4092
4093 static PyObject *_wrap_Gauge_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
4094 PyObject *resultobj;
4095 wxGauge *arg1 = (wxGauge *) 0 ;
4096 int result;
4097 PyObject * obj0 = 0 ;
4098 char *kwnames[] = {
4099 (char *) "self", NULL
4100 };
4101
4102 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetValue",kwnames,&obj0)) goto fail;
4103 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4104 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4105 {
4106 PyThreadState* __tstate = wxPyBeginAllowThreads();
4107 result = (int)((wxGauge const *)arg1)->GetValue();
4108
4109 wxPyEndAllowThreads(__tstate);
4110 if (PyErr_Occurred()) SWIG_fail;
4111 }
4112 resultobj = SWIG_FromInt((int)result);
4113 return resultobj;
4114 fail:
4115 return NULL;
4116 }
4117
4118
4119 static PyObject *_wrap_Gauge_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
4120 PyObject *resultobj;
4121 wxGauge *arg1 = (wxGauge *) 0 ;
4122 bool result;
4123 PyObject * obj0 = 0 ;
4124 char *kwnames[] = {
4125 (char *) "self", NULL
4126 };
4127
4128 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_IsVertical",kwnames,&obj0)) goto fail;
4129 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4130 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4131 {
4132 PyThreadState* __tstate = wxPyBeginAllowThreads();
4133 result = (bool)((wxGauge const *)arg1)->IsVertical();
4134
4135 wxPyEndAllowThreads(__tstate);
4136 if (PyErr_Occurred()) SWIG_fail;
4137 }
4138 {
4139 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4140 }
4141 return resultobj;
4142 fail:
4143 return NULL;
4144 }
4145
4146
4147 static PyObject *_wrap_Gauge_SetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
4148 PyObject *resultobj;
4149 wxGauge *arg1 = (wxGauge *) 0 ;
4150 int arg2 ;
4151 PyObject * obj0 = 0 ;
4152 PyObject * obj1 = 0 ;
4153 char *kwnames[] = {
4154 (char *) "self",(char *) "w", NULL
4155 };
4156
4157 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetShadowWidth",kwnames,&obj0,&obj1)) goto fail;
4158 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4159 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4160 arg2 = (int) SWIG_AsInt(obj1);
4161 if (PyErr_Occurred()) SWIG_fail;
4162 {
4163 PyThreadState* __tstate = wxPyBeginAllowThreads();
4164 (arg1)->SetShadowWidth(arg2);
4165
4166 wxPyEndAllowThreads(__tstate);
4167 if (PyErr_Occurred()) SWIG_fail;
4168 }
4169 Py_INCREF(Py_None); resultobj = Py_None;
4170 return resultobj;
4171 fail:
4172 return NULL;
4173 }
4174
4175
4176 static PyObject *_wrap_Gauge_GetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
4177 PyObject *resultobj;
4178 wxGauge *arg1 = (wxGauge *) 0 ;
4179 int result;
4180 PyObject * obj0 = 0 ;
4181 char *kwnames[] = {
4182 (char *) "self", NULL
4183 };
4184
4185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetShadowWidth",kwnames,&obj0)) goto fail;
4186 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4187 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4188 {
4189 PyThreadState* __tstate = wxPyBeginAllowThreads();
4190 result = (int)((wxGauge const *)arg1)->GetShadowWidth();
4191
4192 wxPyEndAllowThreads(__tstate);
4193 if (PyErr_Occurred()) SWIG_fail;
4194 }
4195 resultobj = SWIG_FromInt((int)result);
4196 return resultobj;
4197 fail:
4198 return NULL;
4199 }
4200
4201
4202 static PyObject *_wrap_Gauge_SetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
4203 PyObject *resultobj;
4204 wxGauge *arg1 = (wxGauge *) 0 ;
4205 int arg2 ;
4206 PyObject * obj0 = 0 ;
4207 PyObject * obj1 = 0 ;
4208 char *kwnames[] = {
4209 (char *) "self",(char *) "w", NULL
4210 };
4211
4212 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetBezelFace",kwnames,&obj0,&obj1)) goto fail;
4213 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4214 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4215 arg2 = (int) SWIG_AsInt(obj1);
4216 if (PyErr_Occurred()) SWIG_fail;
4217 {
4218 PyThreadState* __tstate = wxPyBeginAllowThreads();
4219 (arg1)->SetBezelFace(arg2);
4220
4221 wxPyEndAllowThreads(__tstate);
4222 if (PyErr_Occurred()) SWIG_fail;
4223 }
4224 Py_INCREF(Py_None); resultobj = Py_None;
4225 return resultobj;
4226 fail:
4227 return NULL;
4228 }
4229
4230
4231 static PyObject *_wrap_Gauge_GetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
4232 PyObject *resultobj;
4233 wxGauge *arg1 = (wxGauge *) 0 ;
4234 int result;
4235 PyObject * obj0 = 0 ;
4236 char *kwnames[] = {
4237 (char *) "self", NULL
4238 };
4239
4240 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetBezelFace",kwnames,&obj0)) goto fail;
4241 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4242 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4243 {
4244 PyThreadState* __tstate = wxPyBeginAllowThreads();
4245 result = (int)((wxGauge const *)arg1)->GetBezelFace();
4246
4247 wxPyEndAllowThreads(__tstate);
4248 if (PyErr_Occurred()) SWIG_fail;
4249 }
4250 resultobj = SWIG_FromInt((int)result);
4251 return resultobj;
4252 fail:
4253 return NULL;
4254 }
4255
4256
4257 static PyObject *_wrap_Gauge_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
4258 PyObject *resultobj;
4259 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4260 wxVisualAttributes result;
4261 PyObject * obj0 = 0 ;
4262 char *kwnames[] = {
4263 (char *) "variant", NULL
4264 };
4265
4266 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Gauge_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4267 if (obj0) {
4268 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
4269 if (PyErr_Occurred()) SWIG_fail;
4270 }
4271 {
4272 if (!wxPyCheckForApp()) SWIG_fail;
4273 PyThreadState* __tstate = wxPyBeginAllowThreads();
4274 result = wxGauge::GetClassDefaultAttributes((wxWindowVariant )arg1);
4275
4276 wxPyEndAllowThreads(__tstate);
4277 if (PyErr_Occurred()) SWIG_fail;
4278 }
4279 {
4280 wxVisualAttributes * resultptr;
4281 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4282 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4283 }
4284 return resultobj;
4285 fail:
4286 return NULL;
4287 }
4288
4289
4290 static PyObject * Gauge_swigregister(PyObject *self, PyObject *args) {
4291 PyObject *obj;
4292 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4293 SWIG_TypeClientData(SWIGTYPE_p_wxGauge, obj);
4294 Py_INCREF(obj);
4295 return Py_BuildValue((char *)"");
4296 }
4297 static int _wrap_StaticBitmapNameStr_set(PyObject *_val) {
4298 PyErr_SetString(PyExc_TypeError,"Variable StaticBitmapNameStr is read-only.");
4299 return 1;
4300 }
4301
4302
4303 static PyObject *_wrap_StaticBitmapNameStr_get() {
4304 PyObject *pyobj;
4305
4306 {
4307 #if wxUSE_UNICODE
4308 pyobj = PyUnicode_FromWideChar((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
4309 #else
4310 pyobj = PyString_FromStringAndSize((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
4311 #endif
4312 }
4313 return pyobj;
4314 }
4315
4316
4317 static int _wrap_StaticBoxNameStr_set(PyObject *_val) {
4318 PyErr_SetString(PyExc_TypeError,"Variable StaticBoxNameStr is read-only.");
4319 return 1;
4320 }
4321
4322
4323 static PyObject *_wrap_StaticBoxNameStr_get() {
4324 PyObject *pyobj;
4325
4326 {
4327 #if wxUSE_UNICODE
4328 pyobj = PyUnicode_FromWideChar((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
4329 #else
4330 pyobj = PyString_FromStringAndSize((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
4331 #endif
4332 }
4333 return pyobj;
4334 }
4335
4336
4337 static int _wrap_StaticTextNameStr_set(PyObject *_val) {
4338 PyErr_SetString(PyExc_TypeError,"Variable StaticTextNameStr is read-only.");
4339 return 1;
4340 }
4341
4342
4343 static PyObject *_wrap_StaticTextNameStr_get() {
4344 PyObject *pyobj;
4345
4346 {
4347 #if wxUSE_UNICODE
4348 pyobj = PyUnicode_FromWideChar((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
4349 #else
4350 pyobj = PyString_FromStringAndSize((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
4351 #endif
4352 }
4353 return pyobj;
4354 }
4355
4356
4357 static PyObject *_wrap_new_StaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4358 PyObject *resultobj;
4359 wxWindow *arg1 = (wxWindow *) 0 ;
4360 int arg2 ;
4361 wxString *arg3 = 0 ;
4362 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4363 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4364 wxSize const &arg5_defvalue = wxDefaultSize ;
4365 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4366 long arg6 = (long) 0 ;
4367 wxString const &arg7_defvalue = wxPyStaticBoxNameStr ;
4368 wxString *arg7 = (wxString *) &arg7_defvalue ;
4369 wxStaticBox *result;
4370 bool temp3 = False ;
4371 wxPoint temp4 ;
4372 wxSize temp5 ;
4373 bool temp7 = False ;
4374 PyObject * obj0 = 0 ;
4375 PyObject * obj1 = 0 ;
4376 PyObject * obj2 = 0 ;
4377 PyObject * obj3 = 0 ;
4378 PyObject * obj4 = 0 ;
4379 PyObject * obj5 = 0 ;
4380 PyObject * obj6 = 0 ;
4381 char *kwnames[] = {
4382 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4383 };
4384
4385 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4386 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4387 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4388 arg2 = (int) SWIG_AsInt(obj1);
4389 if (PyErr_Occurred()) SWIG_fail;
4390 {
4391 arg3 = wxString_in_helper(obj2);
4392 if (arg3 == NULL) SWIG_fail;
4393 temp3 = True;
4394 }
4395 if (obj3) {
4396 {
4397 arg4 = &temp4;
4398 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4399 }
4400 }
4401 if (obj4) {
4402 {
4403 arg5 = &temp5;
4404 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4405 }
4406 }
4407 if (obj5) {
4408 arg6 = (long) SWIG_AsLong(obj5);
4409 if (PyErr_Occurred()) SWIG_fail;
4410 }
4411 if (obj6) {
4412 {
4413 arg7 = wxString_in_helper(obj6);
4414 if (arg7 == NULL) SWIG_fail;
4415 temp7 = True;
4416 }
4417 }
4418 {
4419 if (!wxPyCheckForApp()) SWIG_fail;
4420 PyThreadState* __tstate = wxPyBeginAllowThreads();
4421 result = (wxStaticBox *)new wxStaticBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4422
4423 wxPyEndAllowThreads(__tstate);
4424 if (PyErr_Occurred()) SWIG_fail;
4425 }
4426 {
4427 resultobj = wxPyMake_wxObject(result);
4428 }
4429 {
4430 if (temp3)
4431 delete arg3;
4432 }
4433 {
4434 if (temp7)
4435 delete arg7;
4436 }
4437 return resultobj;
4438 fail:
4439 {
4440 if (temp3)
4441 delete arg3;
4442 }
4443 {
4444 if (temp7)
4445 delete arg7;
4446 }
4447 return NULL;
4448 }
4449
4450
4451 static PyObject *_wrap_new_PreStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4452 PyObject *resultobj;
4453 wxStaticBox *result;
4454 char *kwnames[] = {
4455 NULL
4456 };
4457
4458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBox",kwnames)) goto fail;
4459 {
4460 if (!wxPyCheckForApp()) SWIG_fail;
4461 PyThreadState* __tstate = wxPyBeginAllowThreads();
4462 result = (wxStaticBox *)new wxStaticBox();
4463
4464 wxPyEndAllowThreads(__tstate);
4465 if (PyErr_Occurred()) SWIG_fail;
4466 }
4467 {
4468 resultobj = wxPyMake_wxObject(result);
4469 }
4470 return resultobj;
4471 fail:
4472 return NULL;
4473 }
4474
4475
4476 static PyObject *_wrap_StaticBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4477 PyObject *resultobj;
4478 wxStaticBox *arg1 = (wxStaticBox *) 0 ;
4479 wxWindow *arg2 = (wxWindow *) 0 ;
4480 int arg3 ;
4481 wxString *arg4 = 0 ;
4482 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4483 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4484 wxSize const &arg6_defvalue = wxDefaultSize ;
4485 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4486 long arg7 = (long) 0 ;
4487 wxString const &arg8_defvalue = wxPyStaticBoxNameStr ;
4488 wxString *arg8 = (wxString *) &arg8_defvalue ;
4489 bool result;
4490 bool temp4 = False ;
4491 wxPoint temp5 ;
4492 wxSize temp6 ;
4493 bool temp8 = False ;
4494 PyObject * obj0 = 0 ;
4495 PyObject * obj1 = 0 ;
4496 PyObject * obj2 = 0 ;
4497 PyObject * obj3 = 0 ;
4498 PyObject * obj4 = 0 ;
4499 PyObject * obj5 = 0 ;
4500 PyObject * obj6 = 0 ;
4501 PyObject * obj7 = 0 ;
4502 char *kwnames[] = {
4503 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4504 };
4505
4506 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
4507 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBox,
4508 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4509 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4510 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4511 arg3 = (int) SWIG_AsInt(obj2);
4512 if (PyErr_Occurred()) SWIG_fail;
4513 {
4514 arg4 = wxString_in_helper(obj3);
4515 if (arg4 == NULL) SWIG_fail;
4516 temp4 = True;
4517 }
4518 if (obj4) {
4519 {
4520 arg5 = &temp5;
4521 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4522 }
4523 }
4524 if (obj5) {
4525 {
4526 arg6 = &temp6;
4527 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4528 }
4529 }
4530 if (obj6) {
4531 arg7 = (long) SWIG_AsLong(obj6);
4532 if (PyErr_Occurred()) SWIG_fail;
4533 }
4534 if (obj7) {
4535 {
4536 arg8 = wxString_in_helper(obj7);
4537 if (arg8 == NULL) SWIG_fail;
4538 temp8 = True;
4539 }
4540 }
4541 {
4542 PyThreadState* __tstate = wxPyBeginAllowThreads();
4543 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
4544
4545 wxPyEndAllowThreads(__tstate);
4546 if (PyErr_Occurred()) SWIG_fail;
4547 }
4548 {
4549 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4550 }
4551 {
4552 if (temp4)
4553 delete arg4;
4554 }
4555 {
4556 if (temp8)
4557 delete arg8;
4558 }
4559 return resultobj;
4560 fail:
4561 {
4562 if (temp4)
4563 delete arg4;
4564 }
4565 {
4566 if (temp8)
4567 delete arg8;
4568 }
4569 return NULL;
4570 }
4571
4572
4573 static PyObject *_wrap_StaticBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
4574 PyObject *resultobj;
4575 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4576 wxVisualAttributes result;
4577 PyObject * obj0 = 0 ;
4578 char *kwnames[] = {
4579 (char *) "variant", NULL
4580 };
4581
4582 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4583 if (obj0) {
4584 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
4585 if (PyErr_Occurred()) SWIG_fail;
4586 }
4587 {
4588 if (!wxPyCheckForApp()) SWIG_fail;
4589 PyThreadState* __tstate = wxPyBeginAllowThreads();
4590 result = wxStaticBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
4591
4592 wxPyEndAllowThreads(__tstate);
4593 if (PyErr_Occurred()) SWIG_fail;
4594 }
4595 {
4596 wxVisualAttributes * resultptr;
4597 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4598 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4599 }
4600 return resultobj;
4601 fail:
4602 return NULL;
4603 }
4604
4605
4606 static PyObject * StaticBox_swigregister(PyObject *self, PyObject *args) {
4607 PyObject *obj;
4608 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4609 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBox, obj);
4610 Py_INCREF(obj);
4611 return Py_BuildValue((char *)"");
4612 }
4613 static PyObject *_wrap_new_StaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4614 PyObject *resultobj;
4615 wxWindow *arg1 = (wxWindow *) 0 ;
4616 int arg2 ;
4617 wxPoint const &arg3_defvalue = wxDefaultPosition ;
4618 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
4619 wxSize const &arg4_defvalue = wxDefaultSize ;
4620 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
4621 long arg5 = (long) wxLI_HORIZONTAL ;
4622 wxString const &arg6_defvalue = wxPyStaticTextNameStr ;
4623 wxString *arg6 = (wxString *) &arg6_defvalue ;
4624 wxStaticLine *result;
4625 wxPoint temp3 ;
4626 wxSize temp4 ;
4627 bool temp6 = False ;
4628 PyObject * obj0 = 0 ;
4629 PyObject * obj1 = 0 ;
4630 PyObject * obj2 = 0 ;
4631 PyObject * obj3 = 0 ;
4632 PyObject * obj4 = 0 ;
4633 PyObject * obj5 = 0 ;
4634 char *kwnames[] = {
4635 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4636 };
4637
4638 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_StaticLine",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
4639 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4640 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4641 arg2 = (int) SWIG_AsInt(obj1);
4642 if (PyErr_Occurred()) SWIG_fail;
4643 if (obj2) {
4644 {
4645 arg3 = &temp3;
4646 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
4647 }
4648 }
4649 if (obj3) {
4650 {
4651 arg4 = &temp4;
4652 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
4653 }
4654 }
4655 if (obj4) {
4656 arg5 = (long) SWIG_AsLong(obj4);
4657 if (PyErr_Occurred()) SWIG_fail;
4658 }
4659 if (obj5) {
4660 {
4661 arg6 = wxString_in_helper(obj5);
4662 if (arg6 == NULL) SWIG_fail;
4663 temp6 = True;
4664 }
4665 }
4666 {
4667 if (!wxPyCheckForApp()) SWIG_fail;
4668 PyThreadState* __tstate = wxPyBeginAllowThreads();
4669 result = (wxStaticLine *)new wxStaticLine(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
4670
4671 wxPyEndAllowThreads(__tstate);
4672 if (PyErr_Occurred()) SWIG_fail;
4673 }
4674 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticLine, 1);
4675 {
4676 if (temp6)
4677 delete arg6;
4678 }
4679 return resultobj;
4680 fail:
4681 {
4682 if (temp6)
4683 delete arg6;
4684 }
4685 return NULL;
4686 }
4687
4688
4689 static PyObject *_wrap_new_PreStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4690 PyObject *resultobj;
4691 wxStaticLine *result;
4692 char *kwnames[] = {
4693 NULL
4694 };
4695
4696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticLine",kwnames)) goto fail;
4697 {
4698 if (!wxPyCheckForApp()) SWIG_fail;
4699 PyThreadState* __tstate = wxPyBeginAllowThreads();
4700 result = (wxStaticLine *)new wxStaticLine();
4701
4702 wxPyEndAllowThreads(__tstate);
4703 if (PyErr_Occurred()) SWIG_fail;
4704 }
4705 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticLine, 1);
4706 return resultobj;
4707 fail:
4708 return NULL;
4709 }
4710
4711
4712 static PyObject *_wrap_StaticLine_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4713 PyObject *resultobj;
4714 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4715 wxWindow *arg2 = (wxWindow *) 0 ;
4716 int arg3 ;
4717 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4718 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4719 wxSize const &arg5_defvalue = wxDefaultSize ;
4720 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4721 long arg6 = (long) wxLI_HORIZONTAL ;
4722 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
4723 wxString *arg7 = (wxString *) &arg7_defvalue ;
4724 bool result;
4725 wxPoint temp4 ;
4726 wxSize temp5 ;
4727 bool temp7 = False ;
4728 PyObject * obj0 = 0 ;
4729 PyObject * obj1 = 0 ;
4730 PyObject * obj2 = 0 ;
4731 PyObject * obj3 = 0 ;
4732 PyObject * obj4 = 0 ;
4733 PyObject * obj5 = 0 ;
4734 PyObject * obj6 = 0 ;
4735 char *kwnames[] = {
4736 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4737 };
4738
4739 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:StaticLine_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4740 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticLine,
4741 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4742 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4743 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4744 arg3 = (int) SWIG_AsInt(obj2);
4745 if (PyErr_Occurred()) SWIG_fail;
4746 if (obj3) {
4747 {
4748 arg4 = &temp4;
4749 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4750 }
4751 }
4752 if (obj4) {
4753 {
4754 arg5 = &temp5;
4755 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4756 }
4757 }
4758 if (obj5) {
4759 arg6 = (long) SWIG_AsLong(obj5);
4760 if (PyErr_Occurred()) SWIG_fail;
4761 }
4762 if (obj6) {
4763 {
4764 arg7 = wxString_in_helper(obj6);
4765 if (arg7 == NULL) SWIG_fail;
4766 temp7 = True;
4767 }
4768 }
4769 {
4770 PyThreadState* __tstate = wxPyBeginAllowThreads();
4771 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4772
4773 wxPyEndAllowThreads(__tstate);
4774 if (PyErr_Occurred()) SWIG_fail;
4775 }
4776 {
4777 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4778 }
4779 {
4780 if (temp7)
4781 delete arg7;
4782 }
4783 return resultobj;
4784 fail:
4785 {
4786 if (temp7)
4787 delete arg7;
4788 }
4789 return NULL;
4790 }
4791
4792
4793 static PyObject *_wrap_StaticLine_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
4794 PyObject *resultobj;
4795 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4796 bool result;
4797 PyObject * obj0 = 0 ;
4798 char *kwnames[] = {
4799 (char *) "self", NULL
4800 };
4801
4802 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticLine_IsVertical",kwnames,&obj0)) goto fail;
4803 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticLine,
4804 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4805 {
4806 PyThreadState* __tstate = wxPyBeginAllowThreads();
4807 result = (bool)((wxStaticLine const *)arg1)->IsVertical();
4808
4809 wxPyEndAllowThreads(__tstate);
4810 if (PyErr_Occurred()) SWIG_fail;
4811 }
4812 {
4813 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4814 }
4815 return resultobj;
4816 fail:
4817 return NULL;
4818 }
4819
4820
4821 static PyObject *_wrap_StaticLine_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
4822 PyObject *resultobj;
4823 int result;
4824 char *kwnames[] = {
4825 NULL
4826 };
4827
4828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":StaticLine_GetDefaultSize",kwnames)) goto fail;
4829 {
4830 PyThreadState* __tstate = wxPyBeginAllowThreads();
4831 result = (int)wxStaticLine::GetDefaultSize();
4832
4833 wxPyEndAllowThreads(__tstate);
4834 if (PyErr_Occurred()) SWIG_fail;
4835 }
4836 resultobj = SWIG_FromInt((int)result);
4837 return resultobj;
4838 fail:
4839 return NULL;
4840 }
4841
4842
4843 static PyObject *_wrap_StaticLine_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
4844 PyObject *resultobj;
4845 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4846 wxVisualAttributes result;
4847 PyObject * obj0 = 0 ;
4848 char *kwnames[] = {
4849 (char *) "variant", NULL
4850 };
4851
4852 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticLine_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4853 if (obj0) {
4854 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
4855 if (PyErr_Occurred()) SWIG_fail;
4856 }
4857 {
4858 if (!wxPyCheckForApp()) SWIG_fail;
4859 PyThreadState* __tstate = wxPyBeginAllowThreads();
4860 result = wxStaticLine::GetClassDefaultAttributes((wxWindowVariant )arg1);
4861
4862 wxPyEndAllowThreads(__tstate);
4863 if (PyErr_Occurred()) SWIG_fail;
4864 }
4865 {
4866 wxVisualAttributes * resultptr;
4867 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4868 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4869 }
4870 return resultobj;
4871 fail:
4872 return NULL;
4873 }
4874
4875
4876 static PyObject * StaticLine_swigregister(PyObject *self, PyObject *args) {
4877 PyObject *obj;
4878 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4879 SWIG_TypeClientData(SWIGTYPE_p_wxStaticLine, obj);
4880 Py_INCREF(obj);
4881 return Py_BuildValue((char *)"");
4882 }
4883 static PyObject *_wrap_new_StaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4884 PyObject *resultobj;
4885 wxWindow *arg1 = (wxWindow *) 0 ;
4886 int arg2 ;
4887 wxString *arg3 = 0 ;
4888 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4889 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4890 wxSize const &arg5_defvalue = wxDefaultSize ;
4891 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4892 long arg6 = (long) 0 ;
4893 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
4894 wxString *arg7 = (wxString *) &arg7_defvalue ;
4895 wxStaticText *result;
4896 bool temp3 = False ;
4897 wxPoint temp4 ;
4898 wxSize temp5 ;
4899 bool temp7 = False ;
4900 PyObject * obj0 = 0 ;
4901 PyObject * obj1 = 0 ;
4902 PyObject * obj2 = 0 ;
4903 PyObject * obj3 = 0 ;
4904 PyObject * obj4 = 0 ;
4905 PyObject * obj5 = 0 ;
4906 PyObject * obj6 = 0 ;
4907 char *kwnames[] = {
4908 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4909 };
4910
4911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticText",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4912 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4913 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4914 arg2 = (int) SWIG_AsInt(obj1);
4915 if (PyErr_Occurred()) SWIG_fail;
4916 {
4917 arg3 = wxString_in_helper(obj2);
4918 if (arg3 == NULL) SWIG_fail;
4919 temp3 = True;
4920 }
4921 if (obj3) {
4922 {
4923 arg4 = &temp4;
4924 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4925 }
4926 }
4927 if (obj4) {
4928 {
4929 arg5 = &temp5;
4930 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4931 }
4932 }
4933 if (obj5) {
4934 arg6 = (long) SWIG_AsLong(obj5);
4935 if (PyErr_Occurred()) SWIG_fail;
4936 }
4937 if (obj6) {
4938 {
4939 arg7 = wxString_in_helper(obj6);
4940 if (arg7 == NULL) SWIG_fail;
4941 temp7 = True;
4942 }
4943 }
4944 {
4945 if (!wxPyCheckForApp()) SWIG_fail;
4946 PyThreadState* __tstate = wxPyBeginAllowThreads();
4947 result = (wxStaticText *)new wxStaticText(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4948
4949 wxPyEndAllowThreads(__tstate);
4950 if (PyErr_Occurred()) SWIG_fail;
4951 }
4952 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticText, 1);
4953 {
4954 if (temp3)
4955 delete arg3;
4956 }
4957 {
4958 if (temp7)
4959 delete arg7;
4960 }
4961 return resultobj;
4962 fail:
4963 {
4964 if (temp3)
4965 delete arg3;
4966 }
4967 {
4968 if (temp7)
4969 delete arg7;
4970 }
4971 return NULL;
4972 }
4973
4974
4975 static PyObject *_wrap_new_PreStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4976 PyObject *resultobj;
4977 wxStaticText *result;
4978 char *kwnames[] = {
4979 NULL
4980 };
4981
4982 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticText",kwnames)) goto fail;
4983 {
4984 if (!wxPyCheckForApp()) SWIG_fail;
4985 PyThreadState* __tstate = wxPyBeginAllowThreads();
4986 result = (wxStaticText *)new wxStaticText();
4987
4988 wxPyEndAllowThreads(__tstate);
4989 if (PyErr_Occurred()) SWIG_fail;
4990 }
4991 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticText, 1);
4992 return resultobj;
4993 fail:
4994 return NULL;
4995 }
4996
4997
4998 static PyObject *_wrap_StaticText_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4999 PyObject *resultobj;
5000 wxStaticText *arg1 = (wxStaticText *) 0 ;
5001 wxWindow *arg2 = (wxWindow *) 0 ;
5002 int arg3 ;
5003 wxString *arg4 = 0 ;
5004 wxPoint const &arg5_defvalue = wxDefaultPosition ;
5005 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
5006 wxSize const &arg6_defvalue = wxDefaultSize ;
5007 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
5008 long arg7 = (long) 0 ;
5009 wxString const &arg8_defvalue = wxPyStaticTextNameStr ;
5010 wxString *arg8 = (wxString *) &arg8_defvalue ;
5011 bool result;
5012 bool temp4 = False ;
5013 wxPoint temp5 ;
5014 wxSize temp6 ;
5015 bool temp8 = False ;
5016 PyObject * obj0 = 0 ;
5017 PyObject * obj1 = 0 ;
5018 PyObject * obj2 = 0 ;
5019 PyObject * obj3 = 0 ;
5020 PyObject * obj4 = 0 ;
5021 PyObject * obj5 = 0 ;
5022 PyObject * obj6 = 0 ;
5023 PyObject * obj7 = 0 ;
5024 char *kwnames[] = {
5025 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5026 };
5027
5028 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticText_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5029 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticText,
5030 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5031 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5032 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5033 arg3 = (int) SWIG_AsInt(obj2);
5034 if (PyErr_Occurred()) SWIG_fail;
5035 {
5036 arg4 = wxString_in_helper(obj3);
5037 if (arg4 == NULL) SWIG_fail;
5038 temp4 = True;
5039 }
5040 if (obj4) {
5041 {
5042 arg5 = &temp5;
5043 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
5044 }
5045 }
5046 if (obj5) {
5047 {
5048 arg6 = &temp6;
5049 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
5050 }
5051 }
5052 if (obj6) {
5053 arg7 = (long) SWIG_AsLong(obj6);
5054 if (PyErr_Occurred()) SWIG_fail;
5055 }
5056 if (obj7) {
5057 {
5058 arg8 = wxString_in_helper(obj7);
5059 if (arg8 == NULL) SWIG_fail;
5060 temp8 = True;
5061 }
5062 }
5063 {
5064 PyThreadState* __tstate = wxPyBeginAllowThreads();
5065 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
5066
5067 wxPyEndAllowThreads(__tstate);
5068 if (PyErr_Occurred()) SWIG_fail;
5069 }
5070 {
5071 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5072 }
5073 {
5074 if (temp4)
5075 delete arg4;
5076 }
5077 {
5078 if (temp8)
5079 delete arg8;
5080 }
5081 return resultobj;
5082 fail:
5083 {
5084 if (temp4)
5085 delete arg4;
5086 }
5087 {
5088 if (temp8)
5089 delete arg8;
5090 }
5091 return NULL;
5092 }
5093
5094
5095 static PyObject *_wrap_StaticText_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
5096 PyObject *resultobj;
5097 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5098 wxVisualAttributes result;
5099 PyObject * obj0 = 0 ;
5100 char *kwnames[] = {
5101 (char *) "variant", NULL
5102 };
5103
5104 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticText_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5105 if (obj0) {
5106 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
5107 if (PyErr_Occurred()) SWIG_fail;
5108 }
5109 {
5110 if (!wxPyCheckForApp()) SWIG_fail;
5111 PyThreadState* __tstate = wxPyBeginAllowThreads();
5112 result = wxStaticText::GetClassDefaultAttributes((wxWindowVariant )arg1);
5113
5114 wxPyEndAllowThreads(__tstate);
5115 if (PyErr_Occurred()) SWIG_fail;
5116 }
5117 {
5118 wxVisualAttributes * resultptr;
5119 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5120 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5121 }
5122 return resultobj;
5123 fail:
5124 return NULL;
5125 }
5126
5127
5128 static PyObject * StaticText_swigregister(PyObject *self, PyObject *args) {
5129 PyObject *obj;
5130 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5131 SWIG_TypeClientData(SWIGTYPE_p_wxStaticText, obj);
5132 Py_INCREF(obj);
5133 return Py_BuildValue((char *)"");
5134 }
5135 static PyObject *_wrap_new_StaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
5136 PyObject *resultobj;
5137 wxWindow *arg1 = (wxWindow *) 0 ;
5138 int arg2 ;
5139 wxBitmap *arg3 = 0 ;
5140 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5141 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5142 wxSize const &arg5_defvalue = wxDefaultSize ;
5143 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5144 long arg6 = (long) 0 ;
5145 wxString const &arg7_defvalue = wxPyStaticBitmapNameStr ;
5146 wxString *arg7 = (wxString *) &arg7_defvalue ;
5147 wxStaticBitmap *result;
5148 wxPoint temp4 ;
5149 wxSize temp5 ;
5150 bool temp7 = False ;
5151 PyObject * obj0 = 0 ;
5152 PyObject * obj1 = 0 ;
5153 PyObject * obj2 = 0 ;
5154 PyObject * obj3 = 0 ;
5155 PyObject * obj4 = 0 ;
5156 PyObject * obj5 = 0 ;
5157 PyObject * obj6 = 0 ;
5158 char *kwnames[] = {
5159 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5160 };
5161
5162 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticBitmap",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
5163 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5164 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5165 arg2 = (int) SWIG_AsInt(obj1);
5166 if (PyErr_Occurred()) SWIG_fail;
5167 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap,
5168 SWIG_POINTER_EXCEPTION | 0)) == -1)
5169 SWIG_fail;
5170 if (arg3 == NULL) {
5171 PyErr_SetString(PyExc_TypeError,"null reference");
5172 SWIG_fail;
5173 }
5174 if (obj3) {
5175 {
5176 arg4 = &temp4;
5177 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5178 }
5179 }
5180 if (obj4) {
5181 {
5182 arg5 = &temp5;
5183 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5184 }
5185 }
5186 if (obj5) {
5187 arg6 = (long) SWIG_AsLong(obj5);
5188 if (PyErr_Occurred()) SWIG_fail;
5189 }
5190 if (obj6) {
5191 {
5192 arg7 = wxString_in_helper(obj6);
5193 if (arg7 == NULL) SWIG_fail;
5194 temp7 = True;
5195 }
5196 }
5197 {
5198 if (!wxPyCheckForApp()) SWIG_fail;
5199 PyThreadState* __tstate = wxPyBeginAllowThreads();
5200 result = (wxStaticBitmap *)new wxStaticBitmap(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
5201
5202 wxPyEndAllowThreads(__tstate);
5203 if (PyErr_Occurred()) SWIG_fail;
5204 }
5205 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBitmap, 1);
5206 {
5207 if (temp7)
5208 delete arg7;
5209 }
5210 return resultobj;
5211 fail:
5212 {
5213 if (temp7)
5214 delete arg7;
5215 }
5216 return NULL;
5217 }
5218
5219
5220 static PyObject *_wrap_new_PreStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
5221 PyObject *resultobj;
5222 wxStaticBitmap *result;
5223 char *kwnames[] = {
5224 NULL
5225 };
5226
5227 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBitmap",kwnames)) goto fail;
5228 {
5229 if (!wxPyCheckForApp()) SWIG_fail;
5230 PyThreadState* __tstate = wxPyBeginAllowThreads();
5231 result = (wxStaticBitmap *)new wxStaticBitmap();
5232
5233 wxPyEndAllowThreads(__tstate);
5234 if (PyErr_Occurred()) SWIG_fail;
5235 }
5236 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBitmap, 1);
5237 return resultobj;
5238 fail:
5239 return NULL;
5240 }
5241
5242
5243 static PyObject *_wrap_StaticBitmap_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5244 PyObject *resultobj;
5245 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5246 wxWindow *arg2 = (wxWindow *) 0 ;
5247 int arg3 ;
5248 wxBitmap *arg4 = 0 ;
5249 wxPoint const &arg5_defvalue = wxDefaultPosition ;
5250 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
5251 wxSize const &arg6_defvalue = wxDefaultSize ;
5252 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
5253 long arg7 = (long) 0 ;
5254 wxString const &arg8_defvalue = wxPyStaticBitmapNameStr ;
5255 wxString *arg8 = (wxString *) &arg8_defvalue ;
5256 bool result;
5257 wxPoint temp5 ;
5258 wxSize temp6 ;
5259 bool temp8 = False ;
5260 PyObject * obj0 = 0 ;
5261 PyObject * obj1 = 0 ;
5262 PyObject * obj2 = 0 ;
5263 PyObject * obj3 = 0 ;
5264 PyObject * obj4 = 0 ;
5265 PyObject * obj5 = 0 ;
5266 PyObject * obj6 = 0 ;
5267 PyObject * obj7 = 0 ;
5268 char *kwnames[] = {
5269 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5270 };
5271
5272 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticBitmap_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5273 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5274 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5275 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5276 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5277 arg3 = (int) SWIG_AsInt(obj2);
5278 if (PyErr_Occurred()) SWIG_fail;
5279 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
5280 SWIG_POINTER_EXCEPTION | 0)) == -1)
5281 SWIG_fail;
5282 if (arg4 == NULL) {
5283 PyErr_SetString(PyExc_TypeError,"null reference");
5284 SWIG_fail;
5285 }
5286 if (obj4) {
5287 {
5288 arg5 = &temp5;
5289 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
5290 }
5291 }
5292 if (obj5) {
5293 {
5294 arg6 = &temp6;
5295 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
5296 }
5297 }
5298 if (obj6) {
5299 arg7 = (long) SWIG_AsLong(obj6);
5300 if (PyErr_Occurred()) SWIG_fail;
5301 }
5302 if (obj7) {
5303 {
5304 arg8 = wxString_in_helper(obj7);
5305 if (arg8 == NULL) SWIG_fail;
5306 temp8 = True;
5307 }
5308 }
5309 {
5310 PyThreadState* __tstate = wxPyBeginAllowThreads();
5311 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
5312
5313 wxPyEndAllowThreads(__tstate);
5314 if (PyErr_Occurred()) SWIG_fail;
5315 }
5316 {
5317 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5318 }
5319 {
5320 if (temp8)
5321 delete arg8;
5322 }
5323 return resultobj;
5324 fail:
5325 {
5326 if (temp8)
5327 delete arg8;
5328 }
5329 return NULL;
5330 }
5331
5332
5333 static PyObject *_wrap_StaticBitmap_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
5334 PyObject *resultobj;
5335 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5336 wxBitmap result;
5337 PyObject * obj0 = 0 ;
5338 char *kwnames[] = {
5339 (char *) "self", NULL
5340 };
5341
5342 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticBitmap_GetBitmap",kwnames,&obj0)) goto fail;
5343 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5344 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5345 {
5346 PyThreadState* __tstate = wxPyBeginAllowThreads();
5347 result = (arg1)->GetBitmap();
5348
5349 wxPyEndAllowThreads(__tstate);
5350 if (PyErr_Occurred()) SWIG_fail;
5351 }
5352 {
5353 wxBitmap * resultptr;
5354 resultptr = new wxBitmap((wxBitmap &) result);
5355 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
5356 }
5357 return resultobj;
5358 fail:
5359 return NULL;
5360 }
5361
5362
5363 static PyObject *_wrap_StaticBitmap_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
5364 PyObject *resultobj;
5365 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5366 wxBitmap *arg2 = 0 ;
5367 PyObject * obj0 = 0 ;
5368 PyObject * obj1 = 0 ;
5369 char *kwnames[] = {
5370 (char *) "self",(char *) "bitmap", NULL
5371 };
5372
5373 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetBitmap",kwnames,&obj0,&obj1)) goto fail;
5374 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5375 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5376 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
5377 SWIG_POINTER_EXCEPTION | 0)) == -1)
5378 SWIG_fail;
5379 if (arg2 == NULL) {
5380 PyErr_SetString(PyExc_TypeError,"null reference");
5381 SWIG_fail;
5382 }
5383 {
5384 PyThreadState* __tstate = wxPyBeginAllowThreads();
5385 (arg1)->SetBitmap((wxBitmap const &)*arg2);
5386
5387 wxPyEndAllowThreads(__tstate);
5388 if (PyErr_Occurred()) SWIG_fail;
5389 }
5390 Py_INCREF(Py_None); resultobj = Py_None;
5391 return resultobj;
5392 fail:
5393 return NULL;
5394 }
5395
5396
5397 static PyObject *_wrap_StaticBitmap_SetIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
5398 PyObject *resultobj;
5399 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5400 wxIcon *arg2 = 0 ;
5401 PyObject * obj0 = 0 ;
5402 PyObject * obj1 = 0 ;
5403 char *kwnames[] = {
5404 (char *) "self",(char *) "icon", NULL
5405 };
5406
5407 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetIcon",kwnames,&obj0,&obj1)) goto fail;
5408 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5409 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5410 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxIcon,
5411 SWIG_POINTER_EXCEPTION | 0)) == -1)
5412 SWIG_fail;
5413 if (arg2 == NULL) {
5414 PyErr_SetString(PyExc_TypeError,"null reference");
5415 SWIG_fail;
5416 }
5417 {
5418 PyThreadState* __tstate = wxPyBeginAllowThreads();
5419 (arg1)->SetIcon((wxIcon const &)*arg2);
5420
5421 wxPyEndAllowThreads(__tstate);
5422 if (PyErr_Occurred()) SWIG_fail;
5423 }
5424 Py_INCREF(Py_None); resultobj = Py_None;
5425 return resultobj;
5426 fail:
5427 return NULL;
5428 }
5429
5430
5431 static PyObject *_wrap_StaticBitmap_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
5432 PyObject *resultobj;
5433 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5434 wxVisualAttributes result;
5435 PyObject * obj0 = 0 ;
5436 char *kwnames[] = {
5437 (char *) "variant", NULL
5438 };
5439
5440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticBitmap_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5441 if (obj0) {
5442 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
5443 if (PyErr_Occurred()) SWIG_fail;
5444 }
5445 {
5446 if (!wxPyCheckForApp()) SWIG_fail;
5447 PyThreadState* __tstate = wxPyBeginAllowThreads();
5448 result = wxStaticBitmap::GetClassDefaultAttributes((wxWindowVariant )arg1);
5449
5450 wxPyEndAllowThreads(__tstate);
5451 if (PyErr_Occurred()) SWIG_fail;
5452 }
5453 {
5454 wxVisualAttributes * resultptr;
5455 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5456 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5457 }
5458 return resultobj;
5459 fail:
5460 return NULL;
5461 }
5462
5463
5464 static PyObject * StaticBitmap_swigregister(PyObject *self, PyObject *args) {
5465 PyObject *obj;
5466 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5467 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBitmap, obj);
5468 Py_INCREF(obj);
5469 return Py_BuildValue((char *)"");
5470 }
5471 static int _wrap_ListBoxNameStr_set(PyObject *_val) {
5472 PyErr_SetString(PyExc_TypeError,"Variable ListBoxNameStr is read-only.");
5473 return 1;
5474 }
5475
5476
5477 static PyObject *_wrap_ListBoxNameStr_get() {
5478 PyObject *pyobj;
5479
5480 {
5481 #if wxUSE_UNICODE
5482 pyobj = PyUnicode_FromWideChar((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
5483 #else
5484 pyobj = PyString_FromStringAndSize((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
5485 #endif
5486 }
5487 return pyobj;
5488 }
5489
5490
5491 static PyObject *_wrap_new_ListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5492 PyObject *resultobj;
5493 wxWindow *arg1 = (wxWindow *) 0 ;
5494 int arg2 ;
5495 wxPoint const &arg3_defvalue = wxDefaultPosition ;
5496 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
5497 wxSize const &arg4_defvalue = wxDefaultSize ;
5498 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
5499 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
5500 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
5501 long arg6 = (long) 0 ;
5502 wxValidator const &arg7_defvalue = wxDefaultValidator ;
5503 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
5504 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
5505 wxString *arg8 = (wxString *) &arg8_defvalue ;
5506 wxListBox *result;
5507 wxPoint temp3 ;
5508 wxSize temp4 ;
5509 bool temp5 = False ;
5510 bool temp8 = False ;
5511 PyObject * obj0 = 0 ;
5512 PyObject * obj1 = 0 ;
5513 PyObject * obj2 = 0 ;
5514 PyObject * obj3 = 0 ;
5515 PyObject * obj4 = 0 ;
5516 PyObject * obj5 = 0 ;
5517 PyObject * obj6 = 0 ;
5518 PyObject * obj7 = 0 ;
5519 char *kwnames[] = {
5520 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5521 };
5522
5523 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_ListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5524 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5525 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5526 arg2 = (int) SWIG_AsInt(obj1);
5527 if (PyErr_Occurred()) SWIG_fail;
5528 if (obj2) {
5529 {
5530 arg3 = &temp3;
5531 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
5532 }
5533 }
5534 if (obj3) {
5535 {
5536 arg4 = &temp4;
5537 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
5538 }
5539 }
5540 if (obj4) {
5541 {
5542 if (! PySequence_Check(obj4)) {
5543 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5544 SWIG_fail;
5545 }
5546 arg5 = new wxArrayString;
5547 temp5 = True;
5548 int i, len=PySequence_Length(obj4);
5549 for (i=0; i<len; i++) {
5550 PyObject* item = PySequence_GetItem(obj4, i);
5551 #if wxUSE_UNICODE
5552 PyObject* str = PyObject_Unicode(item);
5553 #else
5554 PyObject* str = PyObject_Str(item);
5555 #endif
5556 if (PyErr_Occurred()) SWIG_fail;
5557 arg5->Add(Py2wxString(str));
5558 Py_DECREF(item);
5559 Py_DECREF(str);
5560 }
5561 }
5562 }
5563 if (obj5) {
5564 arg6 = (long) SWIG_AsLong(obj5);
5565 if (PyErr_Occurred()) SWIG_fail;
5566 }
5567 if (obj6) {
5568 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
5569 SWIG_POINTER_EXCEPTION | 0)) == -1)
5570 SWIG_fail;
5571 if (arg7 == NULL) {
5572 PyErr_SetString(PyExc_TypeError,"null reference");
5573 SWIG_fail;
5574 }
5575 }
5576 if (obj7) {
5577 {
5578 arg8 = wxString_in_helper(obj7);
5579 if (arg8 == NULL) SWIG_fail;
5580 temp8 = True;
5581 }
5582 }
5583 {
5584 if (!wxPyCheckForApp()) SWIG_fail;
5585 PyThreadState* __tstate = wxPyBeginAllowThreads();
5586 result = (wxListBox *)new wxListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
5587
5588 wxPyEndAllowThreads(__tstate);
5589 if (PyErr_Occurred()) SWIG_fail;
5590 }
5591 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListBox, 1);
5592 {
5593 if (temp5) delete arg5;
5594 }
5595 {
5596 if (temp8)
5597 delete arg8;
5598 }
5599 return resultobj;
5600 fail:
5601 {
5602 if (temp5) delete arg5;
5603 }
5604 {
5605 if (temp8)
5606 delete arg8;
5607 }
5608 return NULL;
5609 }
5610
5611
5612 static PyObject *_wrap_new_PreListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5613 PyObject *resultobj;
5614 wxListBox *result;
5615 char *kwnames[] = {
5616 NULL
5617 };
5618
5619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListBox",kwnames)) goto fail;
5620 {
5621 if (!wxPyCheckForApp()) SWIG_fail;
5622 PyThreadState* __tstate = wxPyBeginAllowThreads();
5623 result = (wxListBox *)new wxListBox();
5624
5625 wxPyEndAllowThreads(__tstate);
5626 if (PyErr_Occurred()) SWIG_fail;
5627 }
5628 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListBox, 1);
5629 return resultobj;
5630 fail:
5631 return NULL;
5632 }
5633
5634
5635 static PyObject *_wrap_ListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5636 PyObject *resultobj;
5637 wxListBox *arg1 = (wxListBox *) 0 ;
5638 wxWindow *arg2 = (wxWindow *) 0 ;
5639 int arg3 ;
5640 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5641 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5642 wxSize const &arg5_defvalue = wxDefaultSize ;
5643 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5644 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
5645 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
5646 long arg7 = (long) 0 ;
5647 wxValidator const &arg8_defvalue = wxDefaultValidator ;
5648 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
5649 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
5650 wxString *arg9 = (wxString *) &arg9_defvalue ;
5651 bool result;
5652 wxPoint temp4 ;
5653 wxSize temp5 ;
5654 bool temp6 = False ;
5655 bool temp9 = False ;
5656 PyObject * obj0 = 0 ;
5657 PyObject * obj1 = 0 ;
5658 PyObject * obj2 = 0 ;
5659 PyObject * obj3 = 0 ;
5660 PyObject * obj4 = 0 ;
5661 PyObject * obj5 = 0 ;
5662 PyObject * obj6 = 0 ;
5663 PyObject * obj7 = 0 ;
5664 PyObject * obj8 = 0 ;
5665 char *kwnames[] = {
5666 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5667 };
5668
5669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:ListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
5670 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5671 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5672 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5673 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5674 arg3 = (int) SWIG_AsInt(obj2);
5675 if (PyErr_Occurred()) SWIG_fail;
5676 if (obj3) {
5677 {
5678 arg4 = &temp4;
5679 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5680 }
5681 }
5682 if (obj4) {
5683 {
5684 arg5 = &temp5;
5685 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5686 }
5687 }
5688 if (obj5) {
5689 {
5690 if (! PySequence_Check(obj5)) {
5691 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5692 SWIG_fail;
5693 }
5694 arg6 = new wxArrayString;
5695 temp6 = True;
5696 int i, len=PySequence_Length(obj5);
5697 for (i=0; i<len; i++) {
5698 PyObject* item = PySequence_GetItem(obj5, i);
5699 #if wxUSE_UNICODE
5700 PyObject* str = PyObject_Unicode(item);
5701 #else
5702 PyObject* str = PyObject_Str(item);
5703 #endif
5704 if (PyErr_Occurred()) SWIG_fail;
5705 arg6->Add(Py2wxString(str));
5706 Py_DECREF(item);
5707 Py_DECREF(str);
5708 }
5709 }
5710 }
5711 if (obj6) {
5712 arg7 = (long) SWIG_AsLong(obj6);
5713 if (PyErr_Occurred()) SWIG_fail;
5714 }
5715 if (obj7) {
5716 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
5717 SWIG_POINTER_EXCEPTION | 0)) == -1)
5718 SWIG_fail;
5719 if (arg8 == NULL) {
5720 PyErr_SetString(PyExc_TypeError,"null reference");
5721 SWIG_fail;
5722 }
5723 }
5724 if (obj8) {
5725 {
5726 arg9 = wxString_in_helper(obj8);
5727 if (arg9 == NULL) SWIG_fail;
5728 temp9 = True;
5729 }
5730 }
5731 {
5732 PyThreadState* __tstate = wxPyBeginAllowThreads();
5733 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
5734
5735 wxPyEndAllowThreads(__tstate);
5736 if (PyErr_Occurred()) SWIG_fail;
5737 }
5738 {
5739 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5740 }
5741 {
5742 if (temp6) delete arg6;
5743 }
5744 {
5745 if (temp9)
5746 delete arg9;
5747 }
5748 return resultobj;
5749 fail:
5750 {
5751 if (temp6) delete arg6;
5752 }
5753 {
5754 if (temp9)
5755 delete arg9;
5756 }
5757 return NULL;
5758 }
5759
5760
5761 static PyObject *_wrap_ListBox_Insert(PyObject *self, PyObject *args, PyObject *kwargs) {
5762 PyObject *resultobj;
5763 wxListBox *arg1 = (wxListBox *) 0 ;
5764 wxString *arg2 = 0 ;
5765 int arg3 ;
5766 PyObject *arg4 = (PyObject *) NULL ;
5767 bool temp2 = False ;
5768 PyObject * obj0 = 0 ;
5769 PyObject * obj1 = 0 ;
5770 PyObject * obj2 = 0 ;
5771 PyObject * obj3 = 0 ;
5772 char *kwnames[] = {
5773 (char *) "self",(char *) "item",(char *) "pos",(char *) "clientData", NULL
5774 };
5775
5776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListBox_Insert",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
5777 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5778 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5779 {
5780 arg2 = wxString_in_helper(obj1);
5781 if (arg2 == NULL) SWIG_fail;
5782 temp2 = True;
5783 }
5784 arg3 = (int) SWIG_AsInt(obj2);
5785 if (PyErr_Occurred()) SWIG_fail;
5786 if (obj3) {
5787 arg4 = obj3;
5788 }
5789 {
5790 PyThreadState* __tstate = wxPyBeginAllowThreads();
5791 wxListBox_Insert(arg1,(wxString const &)*arg2,arg3,arg4);
5792
5793 wxPyEndAllowThreads(__tstate);
5794 if (PyErr_Occurred()) SWIG_fail;
5795 }
5796 Py_INCREF(Py_None); resultobj = Py_None;
5797 {
5798 if (temp2)
5799 delete arg2;
5800 }
5801 return resultobj;
5802 fail:
5803 {
5804 if (temp2)
5805 delete arg2;
5806 }
5807 return NULL;
5808 }
5809
5810
5811 static PyObject *_wrap_ListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
5812 PyObject *resultobj;
5813 wxListBox *arg1 = (wxListBox *) 0 ;
5814 wxArrayString *arg2 = 0 ;
5815 int arg3 ;
5816 bool temp2 = False ;
5817 PyObject * obj0 = 0 ;
5818 PyObject * obj1 = 0 ;
5819 PyObject * obj2 = 0 ;
5820 char *kwnames[] = {
5821 (char *) "self",(char *) "items",(char *) "pos", NULL
5822 };
5823
5824 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_InsertItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
5825 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5826 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5827 {
5828 if (! PySequence_Check(obj1)) {
5829 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5830 SWIG_fail;
5831 }
5832 arg2 = new wxArrayString;
5833 temp2 = True;
5834 int i, len=PySequence_Length(obj1);
5835 for (i=0; i<len; i++) {
5836 PyObject* item = PySequence_GetItem(obj1, i);
5837 #if wxUSE_UNICODE
5838 PyObject* str = PyObject_Unicode(item);
5839 #else
5840 PyObject* str = PyObject_Str(item);
5841 #endif
5842 if (PyErr_Occurred()) SWIG_fail;
5843 arg2->Add(Py2wxString(str));
5844 Py_DECREF(item);
5845 Py_DECREF(str);
5846 }
5847 }
5848 arg3 = (int) SWIG_AsInt(obj2);
5849 if (PyErr_Occurred()) SWIG_fail;
5850 {
5851 PyThreadState* __tstate = wxPyBeginAllowThreads();
5852 (arg1)->InsertItems((wxArrayString const &)*arg2,arg3);
5853
5854 wxPyEndAllowThreads(__tstate);
5855 if (PyErr_Occurred()) SWIG_fail;
5856 }
5857 Py_INCREF(Py_None); resultobj = Py_None;
5858 {
5859 if (temp2) delete arg2;
5860 }
5861 return resultobj;
5862 fail:
5863 {
5864 if (temp2) delete arg2;
5865 }
5866 return NULL;
5867 }
5868
5869
5870 static PyObject *_wrap_ListBox_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
5871 PyObject *resultobj;
5872 wxListBox *arg1 = (wxListBox *) 0 ;
5873 wxArrayString *arg2 = 0 ;
5874 bool temp2 = False ;
5875 PyObject * obj0 = 0 ;
5876 PyObject * obj1 = 0 ;
5877 char *kwnames[] = {
5878 (char *) "self",(char *) "items", NULL
5879 };
5880
5881 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Set",kwnames,&obj0,&obj1)) goto fail;
5882 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5883 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5884 {
5885 if (! PySequence_Check(obj1)) {
5886 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5887 SWIG_fail;
5888 }
5889 arg2 = new wxArrayString;
5890 temp2 = True;
5891 int i, len=PySequence_Length(obj1);
5892 for (i=0; i<len; i++) {
5893 PyObject* item = PySequence_GetItem(obj1, i);
5894 #if wxUSE_UNICODE
5895 PyObject* str = PyObject_Unicode(item);
5896 #else
5897 PyObject* str = PyObject_Str(item);
5898 #endif
5899 if (PyErr_Occurred()) SWIG_fail;
5900 arg2->Add(Py2wxString(str));
5901 Py_DECREF(item);
5902 Py_DECREF(str);
5903 }
5904 }
5905 {
5906 PyThreadState* __tstate = wxPyBeginAllowThreads();
5907 (arg1)->Set((wxArrayString const &)*arg2);
5908
5909 wxPyEndAllowThreads(__tstate);
5910 if (PyErr_Occurred()) SWIG_fail;
5911 }
5912 Py_INCREF(Py_None); resultobj = Py_None;
5913 {
5914 if (temp2) delete arg2;
5915 }
5916 return resultobj;
5917 fail:
5918 {
5919 if (temp2) delete arg2;
5920 }
5921 return NULL;
5922 }
5923
5924
5925 static PyObject *_wrap_ListBox_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
5926 PyObject *resultobj;
5927 wxListBox *arg1 = (wxListBox *) 0 ;
5928 int arg2 ;
5929 bool result;
5930 PyObject * obj0 = 0 ;
5931 PyObject * obj1 = 0 ;
5932 char *kwnames[] = {
5933 (char *) "self",(char *) "n", NULL
5934 };
5935
5936 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_IsSelected",kwnames,&obj0,&obj1)) goto fail;
5937 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5938 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5939 arg2 = (int) SWIG_AsInt(obj1);
5940 if (PyErr_Occurred()) SWIG_fail;
5941 {
5942 PyThreadState* __tstate = wxPyBeginAllowThreads();
5943 result = (bool)((wxListBox const *)arg1)->IsSelected(arg2);
5944
5945 wxPyEndAllowThreads(__tstate);
5946 if (PyErr_Occurred()) SWIG_fail;
5947 }
5948 {
5949 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5950 }
5951 return resultobj;
5952 fail:
5953 return NULL;
5954 }
5955
5956
5957 static PyObject *_wrap_ListBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5958 PyObject *resultobj;
5959 wxListBox *arg1 = (wxListBox *) 0 ;
5960 int arg2 ;
5961 bool arg3 = (bool) True ;
5962 PyObject * obj0 = 0 ;
5963 PyObject * obj1 = 0 ;
5964 PyObject * obj2 = 0 ;
5965 char *kwnames[] = {
5966 (char *) "self",(char *) "n",(char *) "select", NULL
5967 };
5968
5969 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
5970 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5971 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5972 arg2 = (int) SWIG_AsInt(obj1);
5973 if (PyErr_Occurred()) SWIG_fail;
5974 if (obj2) {
5975 arg3 = (bool) SWIG_AsBool(obj2);
5976 if (PyErr_Occurred()) SWIG_fail;
5977 }
5978 {
5979 PyThreadState* __tstate = wxPyBeginAllowThreads();
5980 (arg1)->SetSelection(arg2,arg3);
5981
5982 wxPyEndAllowThreads(__tstate);
5983 if (PyErr_Occurred()) SWIG_fail;
5984 }
5985 Py_INCREF(Py_None); resultobj = Py_None;
5986 return resultobj;
5987 fail:
5988 return NULL;
5989 }
5990
5991
5992 static PyObject *_wrap_ListBox_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
5993 PyObject *resultobj;
5994 wxListBox *arg1 = (wxListBox *) 0 ;
5995 int arg2 ;
5996 PyObject * obj0 = 0 ;
5997 PyObject * obj1 = 0 ;
5998 char *kwnames[] = {
5999 (char *) "self",(char *) "n", NULL
6000 };
6001
6002 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Select",kwnames,&obj0,&obj1)) goto fail;
6003 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6004 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6005 arg2 = (int) SWIG_AsInt(obj1);
6006 if (PyErr_Occurred()) SWIG_fail;
6007 {
6008 PyThreadState* __tstate = wxPyBeginAllowThreads();
6009 (arg1)->Select(arg2);
6010
6011 wxPyEndAllowThreads(__tstate);
6012 if (PyErr_Occurred()) SWIG_fail;
6013 }
6014 Py_INCREF(Py_None); resultobj = Py_None;
6015 return resultobj;
6016 fail:
6017 return NULL;
6018 }
6019
6020
6021 static PyObject *_wrap_ListBox_Deselect(PyObject *self, PyObject *args, PyObject *kwargs) {
6022 PyObject *resultobj;
6023 wxListBox *arg1 = (wxListBox *) 0 ;
6024 int arg2 ;
6025 PyObject * obj0 = 0 ;
6026 PyObject * obj1 = 0 ;
6027 char *kwnames[] = {
6028 (char *) "self",(char *) "n", NULL
6029 };
6030
6031 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Deselect",kwnames,&obj0,&obj1)) goto fail;
6032 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6033 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6034 arg2 = (int) SWIG_AsInt(obj1);
6035 if (PyErr_Occurred()) SWIG_fail;
6036 {
6037 PyThreadState* __tstate = wxPyBeginAllowThreads();
6038 (arg1)->Deselect(arg2);
6039
6040 wxPyEndAllowThreads(__tstate);
6041 if (PyErr_Occurred()) SWIG_fail;
6042 }
6043 Py_INCREF(Py_None); resultobj = Py_None;
6044 return resultobj;
6045 fail:
6046 return NULL;
6047 }
6048
6049
6050 static PyObject *_wrap_ListBox_DeselectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
6051 PyObject *resultobj;
6052 wxListBox *arg1 = (wxListBox *) 0 ;
6053 int arg2 = (int) -1 ;
6054 PyObject * obj0 = 0 ;
6055 PyObject * obj1 = 0 ;
6056 char *kwnames[] = {
6057 (char *) "self",(char *) "itemToLeaveSelected", NULL
6058 };
6059
6060 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListBox_DeselectAll",kwnames,&obj0,&obj1)) goto fail;
6061 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6062 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6063 if (obj1) {
6064 arg2 = (int) SWIG_AsInt(obj1);
6065 if (PyErr_Occurred()) SWIG_fail;
6066 }
6067 {
6068 PyThreadState* __tstate = wxPyBeginAllowThreads();
6069 (arg1)->DeselectAll(arg2);
6070
6071 wxPyEndAllowThreads(__tstate);
6072 if (PyErr_Occurred()) SWIG_fail;
6073 }
6074 Py_INCREF(Py_None); resultobj = Py_None;
6075 return resultobj;
6076 fail:
6077 return NULL;
6078 }
6079
6080
6081 static PyObject *_wrap_ListBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
6082 PyObject *resultobj;
6083 wxListBox *arg1 = (wxListBox *) 0 ;
6084 wxString *arg2 = 0 ;
6085 bool arg3 = (bool) True ;
6086 bool result;
6087 bool temp2 = False ;
6088 PyObject * obj0 = 0 ;
6089 PyObject * obj1 = 0 ;
6090 PyObject * obj2 = 0 ;
6091 char *kwnames[] = {
6092 (char *) "self",(char *) "s",(char *) "select", NULL
6093 };
6094
6095 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetStringSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
6096 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6097 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6098 {
6099 arg2 = wxString_in_helper(obj1);
6100 if (arg2 == NULL) SWIG_fail;
6101 temp2 = True;
6102 }
6103 if (obj2) {
6104 arg3 = (bool) SWIG_AsBool(obj2);
6105 if (PyErr_Occurred()) SWIG_fail;
6106 }
6107 {
6108 PyThreadState* __tstate = wxPyBeginAllowThreads();
6109 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2,arg3);
6110
6111 wxPyEndAllowThreads(__tstate);
6112 if (PyErr_Occurred()) SWIG_fail;
6113 }
6114 {
6115 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6116 }
6117 {
6118 if (temp2)
6119 delete arg2;
6120 }
6121 return resultobj;
6122 fail:
6123 {
6124 if (temp2)
6125 delete arg2;
6126 }
6127 return NULL;
6128 }
6129
6130
6131 static PyObject *_wrap_ListBox_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
6132 PyObject *resultobj;
6133 wxListBox *arg1 = (wxListBox *) 0 ;
6134 PyObject *result;
6135 PyObject * obj0 = 0 ;
6136 char *kwnames[] = {
6137 (char *) "self", NULL
6138 };
6139
6140 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_GetSelections",kwnames,&obj0)) goto fail;
6141 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6142 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6143 {
6144 PyThreadState* __tstate = wxPyBeginAllowThreads();
6145 result = (PyObject *)wxListBox_GetSelections(arg1);
6146
6147 wxPyEndAllowThreads(__tstate);
6148 if (PyErr_Occurred()) SWIG_fail;
6149 }
6150 resultobj = result;
6151 return resultobj;
6152 fail:
6153 return NULL;
6154 }
6155
6156
6157 static PyObject *_wrap_ListBox_SetFirstItem(PyObject *self, PyObject *args, PyObject *kwargs) {
6158 PyObject *resultobj;
6159 wxListBox *arg1 = (wxListBox *) 0 ;
6160 int arg2 ;
6161 PyObject * obj0 = 0 ;
6162 PyObject * obj1 = 0 ;
6163 char *kwnames[] = {
6164 (char *) "self",(char *) "n", NULL
6165 };
6166
6167 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItem",kwnames,&obj0,&obj1)) goto fail;
6168 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6169 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6170 arg2 = (int) SWIG_AsInt(obj1);
6171 if (PyErr_Occurred()) SWIG_fail;
6172 {
6173 PyThreadState* __tstate = wxPyBeginAllowThreads();
6174 (arg1)->SetFirstItem(arg2);
6175
6176 wxPyEndAllowThreads(__tstate);
6177 if (PyErr_Occurred()) SWIG_fail;
6178 }
6179 Py_INCREF(Py_None); resultobj = Py_None;
6180 return resultobj;
6181 fail:
6182 return NULL;
6183 }
6184
6185
6186 static PyObject *_wrap_ListBox_SetFirstItemStr(PyObject *self, PyObject *args, PyObject *kwargs) {
6187 PyObject *resultobj;
6188 wxListBox *arg1 = (wxListBox *) 0 ;
6189 wxString *arg2 = 0 ;
6190 bool temp2 = False ;
6191 PyObject * obj0 = 0 ;
6192 PyObject * obj1 = 0 ;
6193 char *kwnames[] = {
6194 (char *) "self",(char *) "s", NULL
6195 };
6196
6197 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItemStr",kwnames,&obj0,&obj1)) goto fail;
6198 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6199 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6200 {
6201 arg2 = wxString_in_helper(obj1);
6202 if (arg2 == NULL) SWIG_fail;
6203 temp2 = True;
6204 }
6205 {
6206 PyThreadState* __tstate = wxPyBeginAllowThreads();
6207 (arg1)->SetFirstItem((wxString const &)*arg2);
6208
6209 wxPyEndAllowThreads(__tstate);
6210 if (PyErr_Occurred()) SWIG_fail;
6211 }
6212 Py_INCREF(Py_None); resultobj = Py_None;
6213 {
6214 if (temp2)
6215 delete arg2;
6216 }
6217 return resultobj;
6218 fail:
6219 {
6220 if (temp2)
6221 delete arg2;
6222 }
6223 return NULL;
6224 }
6225
6226
6227 static PyObject *_wrap_ListBox_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
6228 PyObject *resultobj;
6229 wxListBox *arg1 = (wxListBox *) 0 ;
6230 int arg2 ;
6231 PyObject * obj0 = 0 ;
6232 PyObject * obj1 = 0 ;
6233 char *kwnames[] = {
6234 (char *) "self",(char *) "n", NULL
6235 };
6236
6237 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
6238 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6239 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6240 arg2 = (int) SWIG_AsInt(obj1);
6241 if (PyErr_Occurred()) SWIG_fail;
6242 {
6243 PyThreadState* __tstate = wxPyBeginAllowThreads();
6244 (arg1)->EnsureVisible(arg2);
6245
6246 wxPyEndAllowThreads(__tstate);
6247 if (PyErr_Occurred()) SWIG_fail;
6248 }
6249 Py_INCREF(Py_None); resultobj = Py_None;
6250 return resultobj;
6251 fail:
6252 return NULL;
6253 }
6254
6255
6256 static PyObject *_wrap_ListBox_AppendAndEnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
6257 PyObject *resultobj;
6258 wxListBox *arg1 = (wxListBox *) 0 ;
6259 wxString *arg2 = 0 ;
6260 bool temp2 = False ;
6261 PyObject * obj0 = 0 ;
6262 PyObject * obj1 = 0 ;
6263 char *kwnames[] = {
6264 (char *) "self",(char *) "s", NULL
6265 };
6266
6267 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_AppendAndEnsureVisible",kwnames,&obj0,&obj1)) goto fail;
6268 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6269 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6270 {
6271 arg2 = wxString_in_helper(obj1);
6272 if (arg2 == NULL) SWIG_fail;
6273 temp2 = True;
6274 }
6275 {
6276 PyThreadState* __tstate = wxPyBeginAllowThreads();
6277 (arg1)->AppendAndEnsureVisible((wxString const &)*arg2);
6278
6279 wxPyEndAllowThreads(__tstate);
6280 if (PyErr_Occurred()) SWIG_fail;
6281 }
6282 Py_INCREF(Py_None); resultobj = Py_None;
6283 {
6284 if (temp2)
6285 delete arg2;
6286 }
6287 return resultobj;
6288 fail:
6289 {
6290 if (temp2)
6291 delete arg2;
6292 }
6293 return NULL;
6294 }
6295
6296
6297 static PyObject *_wrap_ListBox_IsSorted(PyObject *self, PyObject *args, PyObject *kwargs) {
6298 PyObject *resultobj;
6299 wxListBox *arg1 = (wxListBox *) 0 ;
6300 bool result;
6301 PyObject * obj0 = 0 ;
6302 char *kwnames[] = {
6303 (char *) "self", NULL
6304 };
6305
6306 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_IsSorted",kwnames,&obj0)) goto fail;
6307 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6308 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6309 {
6310 PyThreadState* __tstate = wxPyBeginAllowThreads();
6311 result = (bool)((wxListBox const *)arg1)->IsSorted();
6312
6313 wxPyEndAllowThreads(__tstate);
6314 if (PyErr_Occurred()) SWIG_fail;
6315 }
6316 {
6317 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6318 }
6319 return resultobj;
6320 fail:
6321 return NULL;
6322 }
6323
6324
6325 static PyObject *_wrap_ListBox_SetItemForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6326 PyObject *resultobj;
6327 wxListBox *arg1 = (wxListBox *) 0 ;
6328 int arg2 ;
6329 wxColour *arg3 = 0 ;
6330 wxColour temp3 ;
6331 PyObject * obj0 = 0 ;
6332 PyObject * obj1 = 0 ;
6333 PyObject * obj2 = 0 ;
6334 char *kwnames[] = {
6335 (char *) "self",(char *) "item",(char *) "c", NULL
6336 };
6337
6338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemForegroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
6339 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6340 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6341 arg2 = (int) SWIG_AsInt(obj1);
6342 if (PyErr_Occurred()) SWIG_fail;
6343 {
6344 arg3 = &temp3;
6345 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
6346 }
6347 {
6348 PyThreadState* __tstate = wxPyBeginAllowThreads();
6349 wxListBox_SetItemForegroundColour(arg1,arg2,(wxColour const &)*arg3);
6350
6351 wxPyEndAllowThreads(__tstate);
6352 if (PyErr_Occurred()) SWIG_fail;
6353 }
6354 Py_INCREF(Py_None); resultobj = Py_None;
6355 return resultobj;
6356 fail:
6357 return NULL;
6358 }
6359
6360
6361 static PyObject *_wrap_ListBox_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6362 PyObject *resultobj;
6363 wxListBox *arg1 = (wxListBox *) 0 ;
6364 int arg2 ;
6365 wxColour *arg3 = 0 ;
6366 wxColour temp3 ;
6367 PyObject * obj0 = 0 ;
6368 PyObject * obj1 = 0 ;
6369 PyObject * obj2 = 0 ;
6370 char *kwnames[] = {
6371 (char *) "self",(char *) "item",(char *) "c", NULL
6372 };
6373
6374 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
6375 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6376 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6377 arg2 = (int) SWIG_AsInt(obj1);
6378 if (PyErr_Occurred()) SWIG_fail;
6379 {
6380 arg3 = &temp3;
6381 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
6382 }
6383 {
6384 PyThreadState* __tstate = wxPyBeginAllowThreads();
6385 wxListBox_SetItemBackgroundColour(arg1,arg2,(wxColour const &)*arg3);
6386
6387 wxPyEndAllowThreads(__tstate);
6388 if (PyErr_Occurred()) SWIG_fail;
6389 }
6390 Py_INCREF(Py_None); resultobj = Py_None;
6391 return resultobj;
6392 fail:
6393 return NULL;
6394 }
6395
6396
6397 static PyObject *_wrap_ListBox_SetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6398 PyObject *resultobj;
6399 wxListBox *arg1 = (wxListBox *) 0 ;
6400 int arg2 ;
6401 wxFont *arg3 = 0 ;
6402 PyObject * obj0 = 0 ;
6403 PyObject * obj1 = 0 ;
6404 PyObject * obj2 = 0 ;
6405 char *kwnames[] = {
6406 (char *) "self",(char *) "item",(char *) "f", NULL
6407 };
6408
6409 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
6410 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6411 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6412 arg2 = (int) SWIG_AsInt(obj1);
6413 if (PyErr_Occurred()) SWIG_fail;
6414 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
6415 SWIG_POINTER_EXCEPTION | 0)) == -1)
6416 SWIG_fail;
6417 if (arg3 == NULL) {
6418 PyErr_SetString(PyExc_TypeError,"null reference");
6419 SWIG_fail;
6420 }
6421 {
6422 PyThreadState* __tstate = wxPyBeginAllowThreads();
6423 wxListBox_SetItemFont(arg1,arg2,(wxFont const &)*arg3);
6424
6425 wxPyEndAllowThreads(__tstate);
6426 if (PyErr_Occurred()) SWIG_fail;
6427 }
6428 Py_INCREF(Py_None); resultobj = Py_None;
6429 return resultobj;
6430 fail:
6431 return NULL;
6432 }
6433
6434
6435 static PyObject *_wrap_ListBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
6436 PyObject *resultobj;
6437 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
6438 wxVisualAttributes result;
6439 PyObject * obj0 = 0 ;
6440 char *kwnames[] = {
6441 (char *) "variant", NULL
6442 };
6443
6444 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ListBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
6445 if (obj0) {
6446 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
6447 if (PyErr_Occurred()) SWIG_fail;
6448 }
6449 {
6450 if (!wxPyCheckForApp()) SWIG_fail;
6451 PyThreadState* __tstate = wxPyBeginAllowThreads();
6452 result = wxListBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
6453
6454 wxPyEndAllowThreads(__tstate);
6455 if (PyErr_Occurred()) SWIG_fail;
6456 }
6457 {
6458 wxVisualAttributes * resultptr;
6459 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
6460 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
6461 }
6462 return resultobj;
6463 fail:
6464 return NULL;
6465 }
6466
6467
6468 static PyObject * ListBox_swigregister(PyObject *self, PyObject *args) {
6469 PyObject *obj;
6470 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
6471 SWIG_TypeClientData(SWIGTYPE_p_wxListBox, obj);
6472 Py_INCREF(obj);
6473 return Py_BuildValue((char *)"");
6474 }
6475 static PyObject *_wrap_new_CheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
6476 PyObject *resultobj;
6477 wxWindow *arg1 = (wxWindow *) 0 ;
6478 int arg2 ;
6479 wxPoint const &arg3_defvalue = wxDefaultPosition ;
6480 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
6481 wxSize const &arg4_defvalue = wxDefaultSize ;
6482 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
6483 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
6484 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
6485 long arg6 = (long) 0 ;
6486 wxValidator const &arg7_defvalue = wxDefaultValidator ;
6487 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
6488 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
6489 wxString *arg8 = (wxString *) &arg8_defvalue ;
6490 wxCheckListBox *result;
6491 wxPoint temp3 ;
6492 wxSize temp4 ;
6493 bool temp5 = False ;
6494 bool temp8 = False ;
6495 PyObject * obj0 = 0 ;
6496 PyObject * obj1 = 0 ;
6497 PyObject * obj2 = 0 ;
6498 PyObject * obj3 = 0 ;
6499 PyObject * obj4 = 0 ;
6500 PyObject * obj5 = 0 ;
6501 PyObject * obj6 = 0 ;
6502 PyObject * obj7 = 0 ;
6503 char *kwnames[] = {
6504 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6505 };
6506
6507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_CheckListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
6508 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
6509 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6510 arg2 = (int) SWIG_AsInt(obj1);
6511 if (PyErr_Occurred()) SWIG_fail;
6512 if (obj2) {
6513 {
6514 arg3 = &temp3;
6515 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
6516 }
6517 }
6518 if (obj3) {
6519 {
6520 arg4 = &temp4;
6521 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
6522 }
6523 }
6524 if (obj4) {
6525 {
6526 if (! PySequence_Check(obj4)) {
6527 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6528 SWIG_fail;
6529 }
6530 arg5 = new wxArrayString;
6531 temp5 = True;
6532 int i, len=PySequence_Length(obj4);
6533 for (i=0; i<len; i++) {
6534 PyObject* item = PySequence_GetItem(obj4, i);
6535 #if wxUSE_UNICODE
6536 PyObject* str = PyObject_Unicode(item);
6537 #else
6538 PyObject* str = PyObject_Str(item);
6539 #endif
6540 if (PyErr_Occurred()) SWIG_fail;
6541 arg5->Add(Py2wxString(str));
6542 Py_DECREF(item);
6543 Py_DECREF(str);
6544 }
6545 }
6546 }
6547 if (obj5) {
6548 arg6 = (long) SWIG_AsLong(obj5);
6549 if (PyErr_Occurred()) SWIG_fail;
6550 }
6551 if (obj6) {
6552 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
6553 SWIG_POINTER_EXCEPTION | 0)) == -1)
6554 SWIG_fail;
6555 if (arg7 == NULL) {
6556 PyErr_SetString(PyExc_TypeError,"null reference");
6557 SWIG_fail;
6558 }
6559 }
6560 if (obj7) {
6561 {
6562 arg8 = wxString_in_helper(obj7);
6563 if (arg8 == NULL) SWIG_fail;
6564 temp8 = True;
6565 }
6566 }
6567 {
6568 if (!wxPyCheckForApp()) SWIG_fail;
6569 PyThreadState* __tstate = wxPyBeginAllowThreads();
6570 result = (wxCheckListBox *)new wxCheckListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
6571
6572 wxPyEndAllowThreads(__tstate);
6573 if (PyErr_Occurred()) SWIG_fail;
6574 }
6575 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckListBox, 1);
6576 {
6577 if (temp5) delete arg5;
6578 }
6579 {
6580 if (temp8)
6581 delete arg8;
6582 }
6583 return resultobj;
6584 fail:
6585 {
6586 if (temp5) delete arg5;
6587 }
6588 {
6589 if (temp8)
6590 delete arg8;
6591 }
6592 return NULL;
6593 }
6594
6595
6596 static PyObject *_wrap_new_PreCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
6597 PyObject *resultobj;
6598 wxCheckListBox *result;
6599 char *kwnames[] = {
6600 NULL
6601 };
6602
6603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckListBox",kwnames)) goto fail;
6604 {
6605 if (!wxPyCheckForApp()) SWIG_fail;
6606 PyThreadState* __tstate = wxPyBeginAllowThreads();
6607 result = (wxCheckListBox *)new wxCheckListBox();
6608
6609 wxPyEndAllowThreads(__tstate);
6610 if (PyErr_Occurred()) SWIG_fail;
6611 }
6612 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckListBox, 1);
6613 return resultobj;
6614 fail:
6615 return NULL;
6616 }
6617
6618
6619 static PyObject *_wrap_CheckListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
6620 PyObject *resultobj;
6621 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6622 wxWindow *arg2 = (wxWindow *) 0 ;
6623 int arg3 ;
6624 wxPoint const &arg4_defvalue = wxDefaultPosition ;
6625 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
6626 wxSize const &arg5_defvalue = wxDefaultSize ;
6627 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
6628 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
6629 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
6630 long arg7 = (long) 0 ;
6631 wxValidator const &arg8_defvalue = wxDefaultValidator ;
6632 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
6633 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
6634 wxString *arg9 = (wxString *) &arg9_defvalue ;
6635 bool result;
6636 wxPoint temp4 ;
6637 wxSize temp5 ;
6638 bool temp6 = False ;
6639 bool temp9 = False ;
6640 PyObject * obj0 = 0 ;
6641 PyObject * obj1 = 0 ;
6642 PyObject * obj2 = 0 ;
6643 PyObject * obj3 = 0 ;
6644 PyObject * obj4 = 0 ;
6645 PyObject * obj5 = 0 ;
6646 PyObject * obj6 = 0 ;
6647 PyObject * obj7 = 0 ;
6648 PyObject * obj8 = 0 ;
6649 char *kwnames[] = {
6650 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6651 };
6652
6653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:CheckListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
6654 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6655 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6656 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
6657 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6658 arg3 = (int) SWIG_AsInt(obj2);
6659 if (PyErr_Occurred()) SWIG_fail;
6660 if (obj3) {
6661 {
6662 arg4 = &temp4;
6663 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
6664 }
6665 }
6666 if (obj4) {
6667 {
6668 arg5 = &temp5;
6669 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
6670 }
6671 }
6672 if (obj5) {
6673 {
6674 if (! PySequence_Check(obj5)) {
6675 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6676 SWIG_fail;
6677 }
6678 arg6 = new wxArrayString;
6679 temp6 = True;
6680 int i, len=PySequence_Length(obj5);
6681 for (i=0; i<len; i++) {
6682 PyObject* item = PySequence_GetItem(obj5, i);
6683 #if wxUSE_UNICODE
6684 PyObject* str = PyObject_Unicode(item);
6685 #else
6686 PyObject* str = PyObject_Str(item);
6687 #endif
6688 if (PyErr_Occurred()) SWIG_fail;
6689 arg6->Add(Py2wxString(str));
6690 Py_DECREF(item);
6691 Py_DECREF(str);
6692 }
6693 }
6694 }
6695 if (obj6) {
6696 arg7 = (long) SWIG_AsLong(obj6);
6697 if (PyErr_Occurred()) SWIG_fail;
6698 }
6699 if (obj7) {
6700 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
6701 SWIG_POINTER_EXCEPTION | 0)) == -1)
6702 SWIG_fail;
6703 if (arg8 == NULL) {
6704 PyErr_SetString(PyExc_TypeError,"null reference");
6705 SWIG_fail;
6706 }
6707 }
6708 if (obj8) {
6709 {
6710 arg9 = wxString_in_helper(obj8);
6711 if (arg9 == NULL) SWIG_fail;
6712 temp9 = True;
6713 }
6714 }
6715 {
6716 PyThreadState* __tstate = wxPyBeginAllowThreads();
6717 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
6718
6719 wxPyEndAllowThreads(__tstate);
6720 if (PyErr_Occurred()) SWIG_fail;
6721 }
6722 {
6723 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6724 }
6725 {
6726 if (temp6) delete arg6;
6727 }
6728 {
6729 if (temp9)
6730 delete arg9;
6731 }
6732 return resultobj;
6733 fail:
6734 {
6735 if (temp6) delete arg6;
6736 }
6737 {
6738 if (temp9)
6739 delete arg9;
6740 }
6741 return NULL;
6742 }
6743
6744
6745 static PyObject *_wrap_CheckListBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
6746 PyObject *resultobj;
6747 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6748 int arg2 ;
6749 bool result;
6750 PyObject * obj0 = 0 ;
6751 PyObject * obj1 = 0 ;
6752 char *kwnames[] = {
6753 (char *) "self",(char *) "index", NULL
6754 };
6755
6756 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_IsChecked",kwnames,&obj0,&obj1)) goto fail;
6757 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6758 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6759 arg2 = (int) SWIG_AsInt(obj1);
6760 if (PyErr_Occurred()) SWIG_fail;
6761 {
6762 PyThreadState* __tstate = wxPyBeginAllowThreads();
6763 result = (bool)(arg1)->IsChecked(arg2);
6764
6765 wxPyEndAllowThreads(__tstate);
6766 if (PyErr_Occurred()) SWIG_fail;
6767 }
6768 {
6769 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6770 }
6771 return resultobj;
6772 fail:
6773 return NULL;
6774 }
6775
6776
6777 static PyObject *_wrap_CheckListBox_Check(PyObject *self, PyObject *args, PyObject *kwargs) {
6778 PyObject *resultobj;
6779 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6780 int arg2 ;
6781 int arg3 = (int) True ;
6782 PyObject * obj0 = 0 ;
6783 PyObject * obj1 = 0 ;
6784 PyObject * obj2 = 0 ;
6785 char *kwnames[] = {
6786 (char *) "self",(char *) "index",(char *) "check", NULL
6787 };
6788
6789 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:CheckListBox_Check",kwnames,&obj0,&obj1,&obj2)) goto fail;
6790 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6791 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6792 arg2 = (int) SWIG_AsInt(obj1);
6793 if (PyErr_Occurred()) SWIG_fail;
6794 if (obj2) {
6795 arg3 = (int) SWIG_AsInt(obj2);
6796 if (PyErr_Occurred()) SWIG_fail;
6797 }
6798 {
6799 PyThreadState* __tstate = wxPyBeginAllowThreads();
6800 (arg1)->Check(arg2,arg3);
6801
6802 wxPyEndAllowThreads(__tstate);
6803 if (PyErr_Occurred()) SWIG_fail;
6804 }
6805 Py_INCREF(Py_None); resultobj = Py_None;
6806 return resultobj;
6807 fail:
6808 return NULL;
6809 }
6810
6811
6812 static PyObject *_wrap_CheckListBox_GetItemHeight(PyObject *self, PyObject *args, PyObject *kwargs) {
6813 PyObject *resultobj;
6814 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6815 int result;
6816 PyObject * obj0 = 0 ;
6817 char *kwnames[] = {
6818 (char *) "self", NULL
6819 };
6820
6821 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckListBox_GetItemHeight",kwnames,&obj0)) goto fail;
6822 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6823 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6824 {
6825 PyThreadState* __tstate = wxPyBeginAllowThreads();
6826 result = (int)(arg1)->GetItemHeight();
6827
6828 wxPyEndAllowThreads(__tstate);
6829 if (PyErr_Occurred()) SWIG_fail;
6830 }
6831 resultobj = SWIG_FromInt((int)result);
6832 return resultobj;
6833 fail:
6834 return NULL;
6835 }
6836
6837
6838 static PyObject *_wrap_CheckListBox_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
6839 PyObject *resultobj;
6840 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6841 wxPoint *arg2 = 0 ;
6842 int result;
6843 wxPoint temp2 ;
6844 PyObject * obj0 = 0 ;
6845 PyObject * obj1 = 0 ;
6846 char *kwnames[] = {
6847 (char *) "self",(char *) "pt", NULL
6848 };
6849
6850 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_HitTest",kwnames,&obj0,&obj1)) goto fail;
6851 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6852 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6853 {
6854 arg2 = &temp2;
6855 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
6856 }
6857 {
6858 PyThreadState* __tstate = wxPyBeginAllowThreads();
6859 result = (int)((wxCheckListBox const *)arg1)->HitTest((wxPoint const &)*arg2);
6860
6861 wxPyEndAllowThreads(__tstate);
6862 if (PyErr_Occurred()) SWIG_fail;
6863 }
6864 resultobj = SWIG_FromInt((int)result);
6865 return resultobj;
6866 fail:
6867 return NULL;
6868 }
6869
6870
6871 static PyObject *_wrap_CheckListBox_HitTestXY(PyObject *self, PyObject *args, PyObject *kwargs) {
6872 PyObject *resultobj;
6873 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6874 int arg2 ;
6875 int arg3 ;
6876 int result;
6877 PyObject * obj0 = 0 ;
6878 PyObject * obj1 = 0 ;
6879 PyObject * obj2 = 0 ;
6880 char *kwnames[] = {
6881 (char *) "self",(char *) "x",(char *) "y", NULL
6882 };
6883
6884 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:CheckListBox_HitTestXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
6885 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6886 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6887 arg2 = (int) SWIG_AsInt(obj1);
6888 if (PyErr_Occurred()) SWIG_fail;
6889 arg3 = (int) SWIG_AsInt(obj2);
6890 if (PyErr_Occurred()) SWIG_fail;
6891 {
6892 PyThreadState* __tstate = wxPyBeginAllowThreads();
6893 result = (int)((wxCheckListBox const *)arg1)->HitTest(arg2,arg3);
6894
6895 wxPyEndAllowThreads(__tstate);
6896 if (PyErr_Occurred()) SWIG_fail;
6897 }
6898 resultobj = SWIG_FromInt((int)result);
6899 return resultobj;
6900 fail:
6901 return NULL;
6902 }
6903
6904
6905 static PyObject * CheckListBox_swigregister(PyObject *self, PyObject *args) {
6906 PyObject *obj;
6907 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
6908 SWIG_TypeClientData(SWIGTYPE_p_wxCheckListBox, obj);
6909 Py_INCREF(obj);
6910 return Py_BuildValue((char *)"");
6911 }
6912 static int _wrap_TextCtrlNameStr_set(PyObject *_val) {
6913 PyErr_SetString(PyExc_TypeError,"Variable TextCtrlNameStr is read-only.");
6914 return 1;
6915 }
6916
6917
6918 static PyObject *_wrap_TextCtrlNameStr_get() {
6919 PyObject *pyobj;
6920
6921 {
6922 #if wxUSE_UNICODE
6923 pyobj = PyUnicode_FromWideChar((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
6924 #else
6925 pyobj = PyString_FromStringAndSize((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
6926 #endif
6927 }
6928 return pyobj;
6929 }
6930
6931
6932 static PyObject *_wrap_new_TextAttr__SWIG_0(PyObject *self, PyObject *args) {
6933 PyObject *resultobj;
6934 wxTextAttr *result;
6935
6936 if(!PyArg_ParseTuple(args,(char *)":new_TextAttr")) goto fail;
6937 {
6938 PyThreadState* __tstate = wxPyBeginAllowThreads();
6939 result = (wxTextAttr *)new wxTextAttr();
6940
6941 wxPyEndAllowThreads(__tstate);
6942 if (PyErr_Occurred()) SWIG_fail;
6943 }
6944 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 1);
6945 return resultobj;
6946 fail:
6947 return NULL;
6948 }
6949
6950
6951 static PyObject *_wrap_new_TextAttr__SWIG_1(PyObject *self, PyObject *args) {
6952 PyObject *resultobj;
6953 wxColour *arg1 = 0 ;
6954 wxColour const &arg2_defvalue = wxNullColour ;
6955 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
6956 wxFont const &arg3_defvalue = wxNullFont ;
6957 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
6958 int arg4 = (int) wxTEXT_ALIGNMENT_DEFAULT ;
6959 wxTextAttr *result;
6960 wxColour temp1 ;
6961 wxColour temp2 ;
6962 PyObject * obj0 = 0 ;
6963 PyObject * obj1 = 0 ;
6964 PyObject * obj2 = 0 ;
6965 PyObject * obj3 = 0 ;
6966
6967 if(!PyArg_ParseTuple(args,(char *)"O|OOO:new_TextAttr",&obj0,&obj1,&obj2,&obj3)) goto fail;
6968 {
6969 arg1 = &temp1;
6970 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
6971 }
6972 if (obj1) {
6973 {
6974 arg2 = &temp2;
6975 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
6976 }
6977 }
6978 if (obj2) {
6979 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
6980 SWIG_POINTER_EXCEPTION | 0)) == -1)
6981 SWIG_fail;
6982 if (arg3 == NULL) {
6983 PyErr_SetString(PyExc_TypeError,"null reference");
6984 SWIG_fail;
6985 }
6986 }
6987 if (obj3) {
6988 arg4 = (wxTextAttrAlignment) SWIG_AsInt(obj3);
6989 if (PyErr_Occurred()) SWIG_fail;
6990 }
6991 {
6992 PyThreadState* __tstate = wxPyBeginAllowThreads();
6993 result = (wxTextAttr *)new wxTextAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3,(wxTextAttrAlignment )arg4);
6994
6995 wxPyEndAllowThreads(__tstate);
6996 if (PyErr_Occurred()) SWIG_fail;
6997 }
6998 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 1);
6999 return resultobj;
7000 fail:
7001 return NULL;
7002 }
7003
7004
7005 static PyObject *_wrap_new_TextAttr(PyObject *self, PyObject *args) {
7006 int argc;
7007 PyObject *argv[5];
7008 int ii;
7009
7010 argc = PyObject_Length(args);
7011 for (ii = 0; (ii < argc) && (ii < 4); ii++) {
7012 argv[ii] = PyTuple_GetItem(args,ii);
7013 }
7014 if (argc == 0) {
7015 return _wrap_new_TextAttr__SWIG_0(self,args);
7016 }
7017 if ((argc >= 1) && (argc <= 4)) {
7018 int _v;
7019 {
7020 _v = wxColour_typecheck(argv[0]);
7021 }
7022 if (_v) {
7023 if (argc <= 1) {
7024 return _wrap_new_TextAttr__SWIG_1(self,args);
7025 }
7026 {
7027 _v = wxColour_typecheck(argv[1]);
7028 }
7029 if (_v) {
7030 if (argc <= 2) {
7031 return _wrap_new_TextAttr__SWIG_1(self,args);
7032 }
7033 {
7034 void *ptr;
7035 if (SWIG_ConvertPtr(argv[2], &ptr, SWIGTYPE_p_wxFont, 0) == -1) {
7036 _v = 0;
7037 PyErr_Clear();
7038 } else {
7039 _v = 1;
7040 }
7041 }
7042 if (_v) {
7043 if (argc <= 3) {
7044 return _wrap_new_TextAttr__SWIG_1(self,args);
7045 }
7046 _v = SWIG_CheckInt(argv[3]);
7047 if (_v) {
7048 return _wrap_new_TextAttr__SWIG_1(self,args);
7049 }
7050 }
7051 }
7052 }
7053 }
7054
7055 PyErr_SetString(PyExc_TypeError,"No matching function for overloaded 'new_TextAttr'");
7056 return NULL;
7057 }
7058
7059
7060 static PyObject *_wrap_delete_TextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
7061 PyObject *resultobj;
7062 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7063 PyObject * obj0 = 0 ;
7064 char *kwnames[] = {
7065 (char *) "self", NULL
7066 };
7067
7068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TextAttr",kwnames,&obj0)) goto fail;
7069 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7070 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7071 {
7072 PyThreadState* __tstate = wxPyBeginAllowThreads();
7073 delete arg1;
7074
7075 wxPyEndAllowThreads(__tstate);
7076 if (PyErr_Occurred()) SWIG_fail;
7077 }
7078 Py_INCREF(Py_None); resultobj = Py_None;
7079 return resultobj;
7080 fail:
7081 return NULL;
7082 }
7083
7084
7085 static PyObject *_wrap_TextAttr_Init(PyObject *self, PyObject *args, PyObject *kwargs) {
7086 PyObject *resultobj;
7087 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7088 PyObject * obj0 = 0 ;
7089 char *kwnames[] = {
7090 (char *) "self", NULL
7091 };
7092
7093 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_Init",kwnames,&obj0)) goto fail;
7094 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7095 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7096 {
7097 PyThreadState* __tstate = wxPyBeginAllowThreads();
7098 (arg1)->Init();
7099
7100 wxPyEndAllowThreads(__tstate);
7101 if (PyErr_Occurred()) SWIG_fail;
7102 }
7103 Py_INCREF(Py_None); resultobj = Py_None;
7104 return resultobj;
7105 fail:
7106 return NULL;
7107 }
7108
7109
7110 static PyObject *_wrap_TextAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7111 PyObject *resultobj;
7112 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7113 wxColour *arg2 = 0 ;
7114 wxColour temp2 ;
7115 PyObject * obj0 = 0 ;
7116 PyObject * obj1 = 0 ;
7117 char *kwnames[] = {
7118 (char *) "self",(char *) "colText", NULL
7119 };
7120
7121 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
7122 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7123 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7124 {
7125 arg2 = &temp2;
7126 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7127 }
7128 {
7129 PyThreadState* __tstate = wxPyBeginAllowThreads();
7130 (arg1)->SetTextColour((wxColour const &)*arg2);
7131
7132 wxPyEndAllowThreads(__tstate);
7133 if (PyErr_Occurred()) SWIG_fail;
7134 }
7135 Py_INCREF(Py_None); resultobj = Py_None;
7136 return resultobj;
7137 fail:
7138 return NULL;
7139 }
7140
7141
7142 static PyObject *_wrap_TextAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7143 PyObject *resultobj;
7144 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7145 wxColour *arg2 = 0 ;
7146 wxColour temp2 ;
7147 PyObject * obj0 = 0 ;
7148 PyObject * obj1 = 0 ;
7149 char *kwnames[] = {
7150 (char *) "self",(char *) "colBack", NULL
7151 };
7152
7153 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
7154 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7155 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7156 {
7157 arg2 = &temp2;
7158 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7159 }
7160 {
7161 PyThreadState* __tstate = wxPyBeginAllowThreads();
7162 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
7163
7164 wxPyEndAllowThreads(__tstate);
7165 if (PyErr_Occurred()) SWIG_fail;
7166 }
7167 Py_INCREF(Py_None); resultobj = Py_None;
7168 return resultobj;
7169 fail:
7170 return NULL;
7171 }
7172
7173
7174 static PyObject *_wrap_TextAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
7175 PyObject *resultobj;
7176 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7177 wxFont *arg2 = 0 ;
7178 long arg3 = (long) wxTEXT_ATTR_FONT ;
7179 PyObject * obj0 = 0 ;
7180 PyObject * obj1 = 0 ;
7181 PyObject * obj2 = 0 ;
7182 char *kwnames[] = {
7183 (char *) "self",(char *) "font",(char *) "flags", NULL
7184 };
7185
7186 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
7187 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7188 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7189 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
7190 SWIG_POINTER_EXCEPTION | 0)) == -1)
7191 SWIG_fail;
7192 if (arg2 == NULL) {
7193 PyErr_SetString(PyExc_TypeError,"null reference");
7194 SWIG_fail;
7195 }
7196 if (obj2) {
7197 arg3 = (long) SWIG_AsLong(obj2);
7198 if (PyErr_Occurred()) SWIG_fail;
7199 }
7200 {
7201 PyThreadState* __tstate = wxPyBeginAllowThreads();
7202 (arg1)->SetFont((wxFont const &)*arg2,arg3);
7203
7204 wxPyEndAllowThreads(__tstate);
7205 if (PyErr_Occurred()) SWIG_fail;
7206 }
7207 Py_INCREF(Py_None); resultobj = Py_None;
7208 return resultobj;
7209 fail:
7210 return NULL;
7211 }
7212
7213
7214 static PyObject *_wrap_TextAttr_SetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
7215 PyObject *resultobj;
7216 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7217 int arg2 ;
7218 PyObject * obj0 = 0 ;
7219 PyObject * obj1 = 0 ;
7220 char *kwnames[] = {
7221 (char *) "self",(char *) "alignment", NULL
7222 };
7223
7224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetAlignment",kwnames,&obj0,&obj1)) goto fail;
7225 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7226 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7227 arg2 = (wxTextAttrAlignment) SWIG_AsInt(obj1);
7228 if (PyErr_Occurred()) SWIG_fail;
7229 {
7230 PyThreadState* __tstate = wxPyBeginAllowThreads();
7231 (arg1)->SetAlignment((wxTextAttrAlignment )arg2);
7232
7233 wxPyEndAllowThreads(__tstate);
7234 if (PyErr_Occurred()) SWIG_fail;
7235 }
7236 Py_INCREF(Py_None); resultobj = Py_None;
7237 return resultobj;
7238 fail:
7239 return NULL;
7240 }
7241
7242
7243 static PyObject *_wrap_TextAttr_SetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
7244 PyObject *resultobj;
7245 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7246 wxArrayInt *arg2 = 0 ;
7247 bool temp2 = False ;
7248 PyObject * obj0 = 0 ;
7249 PyObject * obj1 = 0 ;
7250 char *kwnames[] = {
7251 (char *) "self",(char *) "tabs", NULL
7252 };
7253
7254 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTabs",kwnames,&obj0,&obj1)) goto fail;
7255 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7256 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7257 {
7258 if (! PySequence_Check(obj1)) {
7259 PyErr_SetString(PyExc_TypeError, "Sequence of integers expected.");
7260 SWIG_fail;
7261 }
7262 arg2 = new wxArrayInt;
7263 temp2 = True;
7264 int i, len=PySequence_Length(obj1);
7265 for (i=0; i<len; i++) {
7266 PyObject* item = PySequence_GetItem(obj1, i);
7267 PyObject* number = PyNumber_Int(item);
7268 arg2->Add(PyInt_AS_LONG(number));
7269 Py_DECREF(item);
7270 Py_DECREF(number);
7271 }
7272 }
7273 {
7274 PyThreadState* __tstate = wxPyBeginAllowThreads();
7275 (arg1)->SetTabs((wxArrayInt const &)*arg2);
7276
7277 wxPyEndAllowThreads(__tstate);
7278 if (PyErr_Occurred()) SWIG_fail;
7279 }
7280 Py_INCREF(Py_None); resultobj = Py_None;
7281 {
7282 if (temp2) delete arg2;
7283 }
7284 return resultobj;
7285 fail:
7286 {
7287 if (temp2) delete arg2;
7288 }
7289 return NULL;
7290 }
7291
7292
7293 static PyObject *_wrap_TextAttr_SetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7294 PyObject *resultobj;
7295 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7296 int arg2 ;
7297 int arg3 = (int) 0 ;
7298 PyObject * obj0 = 0 ;
7299 PyObject * obj1 = 0 ;
7300 PyObject * obj2 = 0 ;
7301 char *kwnames[] = {
7302 (char *) "self",(char *) "indent",(char *) "subIndent", NULL
7303 };
7304
7305 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetLeftIndent",kwnames,&obj0,&obj1,&obj2)) goto fail;
7306 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7307 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7308 arg2 = (int) SWIG_AsInt(obj1);
7309 if (PyErr_Occurred()) SWIG_fail;
7310 if (obj2) {
7311 arg3 = (int) SWIG_AsInt(obj2);
7312 if (PyErr_Occurred()) SWIG_fail;
7313 }
7314 {
7315 PyThreadState* __tstate = wxPyBeginAllowThreads();
7316 (arg1)->SetLeftIndent(arg2,arg3);
7317
7318 wxPyEndAllowThreads(__tstate);
7319 if (PyErr_Occurred()) SWIG_fail;
7320 }
7321 Py_INCREF(Py_None); resultobj = Py_None;
7322 return resultobj;
7323 fail:
7324 return NULL;
7325 }
7326
7327
7328 static PyObject *_wrap_TextAttr_SetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7329 PyObject *resultobj;
7330 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7331 int arg2 ;
7332 PyObject * obj0 = 0 ;
7333 PyObject * obj1 = 0 ;
7334 char *kwnames[] = {
7335 (char *) "self",(char *) "indent", NULL
7336 };
7337
7338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetRightIndent",kwnames,&obj0,&obj1)) goto fail;
7339 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7340 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7341 arg2 = (int) SWIG_AsInt(obj1);
7342 if (PyErr_Occurred()) SWIG_fail;
7343 {
7344 PyThreadState* __tstate = wxPyBeginAllowThreads();
7345 (arg1)->SetRightIndent(arg2);
7346
7347 wxPyEndAllowThreads(__tstate);
7348 if (PyErr_Occurred()) SWIG_fail;
7349 }
7350 Py_INCREF(Py_None); resultobj = Py_None;
7351 return resultobj;
7352 fail:
7353 return NULL;
7354 }
7355
7356
7357 static PyObject *_wrap_TextAttr_SetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
7358 PyObject *resultobj;
7359 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7360 long arg2 ;
7361 PyObject * obj0 = 0 ;
7362 PyObject * obj1 = 0 ;
7363 char *kwnames[] = {
7364 (char *) "self",(char *) "flags", NULL
7365 };
7366
7367 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetFlags",kwnames,&obj0,&obj1)) goto fail;
7368 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7369 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7370 arg2 = (long) SWIG_AsLong(obj1);
7371 if (PyErr_Occurred()) SWIG_fail;
7372 {
7373 PyThreadState* __tstate = wxPyBeginAllowThreads();
7374 (arg1)->SetFlags(arg2);
7375
7376 wxPyEndAllowThreads(__tstate);
7377 if (PyErr_Occurred()) SWIG_fail;
7378 }
7379 Py_INCREF(Py_None); resultobj = Py_None;
7380 return resultobj;
7381 fail:
7382 return NULL;
7383 }
7384
7385
7386 static PyObject *_wrap_TextAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7387 PyObject *resultobj;
7388 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7389 bool result;
7390 PyObject * obj0 = 0 ;
7391 char *kwnames[] = {
7392 (char *) "self", NULL
7393 };
7394
7395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTextColour",kwnames,&obj0)) goto fail;
7396 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7397 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7398 {
7399 PyThreadState* __tstate = wxPyBeginAllowThreads();
7400 result = (bool)((wxTextAttr const *)arg1)->HasTextColour();
7401
7402 wxPyEndAllowThreads(__tstate);
7403 if (PyErr_Occurred()) SWIG_fail;
7404 }
7405 {
7406 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7407 }
7408 return resultobj;
7409 fail:
7410 return NULL;
7411 }
7412
7413
7414 static PyObject *_wrap_TextAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7415 PyObject *resultobj;
7416 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7417 bool result;
7418 PyObject * obj0 = 0 ;
7419 char *kwnames[] = {
7420 (char *) "self", NULL
7421 };
7422
7423 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
7424 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7425 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7426 {
7427 PyThreadState* __tstate = wxPyBeginAllowThreads();
7428 result = (bool)((wxTextAttr const *)arg1)->HasBackgroundColour();
7429
7430 wxPyEndAllowThreads(__tstate);
7431 if (PyErr_Occurred()) SWIG_fail;
7432 }
7433 {
7434 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7435 }
7436 return resultobj;
7437 fail:
7438 return NULL;
7439 }
7440
7441
7442 static PyObject *_wrap_TextAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
7443 PyObject *resultobj;
7444 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7445 bool result;
7446 PyObject * obj0 = 0 ;
7447 char *kwnames[] = {
7448 (char *) "self", NULL
7449 };
7450
7451 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasFont",kwnames,&obj0)) goto fail;
7452 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7453 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7454 {
7455 PyThreadState* __tstate = wxPyBeginAllowThreads();
7456 result = (bool)((wxTextAttr const *)arg1)->HasFont();
7457
7458 wxPyEndAllowThreads(__tstate);
7459 if (PyErr_Occurred()) SWIG_fail;
7460 }
7461 {
7462 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7463 }
7464 return resultobj;
7465 fail:
7466 return NULL;
7467 }
7468
7469
7470 static PyObject *_wrap_TextAttr_HasAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
7471 PyObject *resultobj;
7472 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7473 bool result;
7474 PyObject * obj0 = 0 ;
7475 char *kwnames[] = {
7476 (char *) "self", NULL
7477 };
7478
7479 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasAlignment",kwnames,&obj0)) goto fail;
7480 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7481 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7482 {
7483 PyThreadState* __tstate = wxPyBeginAllowThreads();
7484 result = (bool)((wxTextAttr const *)arg1)->HasAlignment();
7485
7486 wxPyEndAllowThreads(__tstate);
7487 if (PyErr_Occurred()) SWIG_fail;
7488 }
7489 {
7490 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7491 }
7492 return resultobj;
7493 fail:
7494 return NULL;
7495 }
7496
7497
7498 static PyObject *_wrap_TextAttr_HasTabs(PyObject *self, 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_HasTabs",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)->HasTabs();
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_HasLeftIndent(PyObject *self, 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_HasLeftIndent",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)->HasLeftIndent();
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_HasRightIndent(PyObject *self, 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_HasRightIndent",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)->HasRightIndent();
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_HasFlag(PyObject *self, PyObject *args, PyObject *kwargs) {
7583 PyObject *resultobj;
7584 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7585 long arg2 ;
7586 bool result;
7587 PyObject * obj0 = 0 ;
7588 PyObject * obj1 = 0 ;
7589 char *kwnames[] = {
7590 (char *) "self",(char *) "flag", NULL
7591 };
7592
7593 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_HasFlag",kwnames,&obj0,&obj1)) goto fail;
7594 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7595 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7596 arg2 = (long) SWIG_AsLong(obj1);
7597 if (PyErr_Occurred()) SWIG_fail;
7598 {
7599 PyThreadState* __tstate = wxPyBeginAllowThreads();
7600 result = (bool)((wxTextAttr const *)arg1)->HasFlag(arg2);
7601
7602 wxPyEndAllowThreads(__tstate);
7603 if (PyErr_Occurred()) SWIG_fail;
7604 }
7605 {
7606 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7607 }
7608 return resultobj;
7609 fail:
7610 return NULL;
7611 }
7612
7613
7614 static PyObject *_wrap_TextAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7615 PyObject *resultobj;
7616 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7617 wxColour *result;
7618 PyObject * obj0 = 0 ;
7619 char *kwnames[] = {
7620 (char *) "self", NULL
7621 };
7622
7623 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTextColour",kwnames,&obj0)) goto fail;
7624 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7625 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7626 {
7627 PyThreadState* __tstate = wxPyBeginAllowThreads();
7628 {
7629 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetTextColour();
7630 result = (wxColour *) &_result_ref;
7631 }
7632
7633 wxPyEndAllowThreads(__tstate);
7634 if (PyErr_Occurred()) SWIG_fail;
7635 }
7636 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxColour, 0);
7637 return resultobj;
7638 fail:
7639 return NULL;
7640 }
7641
7642
7643 static PyObject *_wrap_TextAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7644 PyObject *resultobj;
7645 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7646 wxColour *result;
7647 PyObject * obj0 = 0 ;
7648 char *kwnames[] = {
7649 (char *) "self", NULL
7650 };
7651
7652 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
7653 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7654 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7655 {
7656 PyThreadState* __tstate = wxPyBeginAllowThreads();
7657 {
7658 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetBackgroundColour();
7659 result = (wxColour *) &_result_ref;
7660 }
7661
7662 wxPyEndAllowThreads(__tstate);
7663 if (PyErr_Occurred()) SWIG_fail;
7664 }
7665 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxColour, 0);
7666 return resultobj;
7667 fail:
7668 return NULL;
7669 }
7670
7671
7672 static PyObject *_wrap_TextAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
7673 PyObject *resultobj;
7674 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7675 wxFont *result;
7676 PyObject * obj0 = 0 ;
7677 char *kwnames[] = {
7678 (char *) "self", NULL
7679 };
7680
7681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFont",kwnames,&obj0)) goto fail;
7682 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7683 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7684 {
7685 PyThreadState* __tstate = wxPyBeginAllowThreads();
7686 {
7687 wxFont const &_result_ref = ((wxTextAttr const *)arg1)->GetFont();
7688 result = (wxFont *) &_result_ref;
7689 }
7690
7691 wxPyEndAllowThreads(__tstate);
7692 if (PyErr_Occurred()) SWIG_fail;
7693 }
7694 {
7695 wxFont* resultptr = new wxFont(*result);
7696 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxFont, 1);
7697 }
7698 return resultobj;
7699 fail:
7700 return NULL;
7701 }
7702
7703
7704 static PyObject *_wrap_TextAttr_GetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
7705 PyObject *resultobj;
7706 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7707 int result;
7708 PyObject * obj0 = 0 ;
7709 char *kwnames[] = {
7710 (char *) "self", NULL
7711 };
7712
7713 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetAlignment",kwnames,&obj0)) goto fail;
7714 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7715 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7716 {
7717 PyThreadState* __tstate = wxPyBeginAllowThreads();
7718 result = (int)((wxTextAttr const *)arg1)->GetAlignment();
7719
7720 wxPyEndAllowThreads(__tstate);
7721 if (PyErr_Occurred()) SWIG_fail;
7722 }
7723 resultobj = SWIG_FromInt((int)result);
7724 return resultobj;
7725 fail:
7726 return NULL;
7727 }
7728
7729
7730 static PyObject *_wrap_TextAttr_GetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
7731 PyObject *resultobj;
7732 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7733 wxArrayInt *result;
7734 PyObject * obj0 = 0 ;
7735 char *kwnames[] = {
7736 (char *) "self", NULL
7737 };
7738
7739 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTabs",kwnames,&obj0)) goto fail;
7740 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7741 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7742 {
7743 PyThreadState* __tstate = wxPyBeginAllowThreads();
7744 {
7745 wxArrayInt const &_result_ref = ((wxTextAttr const *)arg1)->GetTabs();
7746 result = (wxArrayInt *) &_result_ref;
7747 }
7748
7749 wxPyEndAllowThreads(__tstate);
7750 if (PyErr_Occurred()) SWIG_fail;
7751 }
7752 {
7753 resultobj = PyList_New(0);
7754 size_t idx;
7755 for (idx = 0; idx < result->GetCount(); idx += 1) {
7756 PyObject* val = PyInt_FromLong( result->Item(idx) );
7757 PyList_Append(resultobj, val);
7758 Py_DECREF(val);
7759 }
7760 }
7761 return resultobj;
7762 fail:
7763 return NULL;
7764 }
7765
7766
7767 static PyObject *_wrap_TextAttr_GetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7768 PyObject *resultobj;
7769 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7770 long result;
7771 PyObject * obj0 = 0 ;
7772 char *kwnames[] = {
7773 (char *) "self", NULL
7774 };
7775
7776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftIndent",kwnames,&obj0)) goto fail;
7777 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7778 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7779 {
7780 PyThreadState* __tstate = wxPyBeginAllowThreads();
7781 result = (long)((wxTextAttr const *)arg1)->GetLeftIndent();
7782
7783 wxPyEndAllowThreads(__tstate);
7784 if (PyErr_Occurred()) SWIG_fail;
7785 }
7786 resultobj = SWIG_FromLong((long)result);
7787 return resultobj;
7788 fail:
7789 return NULL;
7790 }
7791
7792
7793 static PyObject *_wrap_TextAttr_GetLeftSubIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7794 PyObject *resultobj;
7795 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7796 long result;
7797 PyObject * obj0 = 0 ;
7798 char *kwnames[] = {
7799 (char *) "self", NULL
7800 };
7801
7802 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftSubIndent",kwnames,&obj0)) goto fail;
7803 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7804 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7805 {
7806 PyThreadState* __tstate = wxPyBeginAllowThreads();
7807 result = (long)((wxTextAttr const *)arg1)->GetLeftSubIndent();
7808
7809 wxPyEndAllowThreads(__tstate);
7810 if (PyErr_Occurred()) SWIG_fail;
7811 }
7812 resultobj = SWIG_FromLong((long)result);
7813 return resultobj;
7814 fail:
7815 return NULL;
7816 }
7817
7818
7819 static PyObject *_wrap_TextAttr_GetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7820 PyObject *resultobj;
7821 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7822 long result;
7823 PyObject * obj0 = 0 ;
7824 char *kwnames[] = {
7825 (char *) "self", NULL
7826 };
7827
7828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetRightIndent",kwnames,&obj0)) goto fail;
7829 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7830 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7831 {
7832 PyThreadState* __tstate = wxPyBeginAllowThreads();
7833 result = (long)((wxTextAttr const *)arg1)->GetRightIndent();
7834
7835 wxPyEndAllowThreads(__tstate);
7836 if (PyErr_Occurred()) SWIG_fail;
7837 }
7838 resultobj = SWIG_FromLong((long)result);
7839 return resultobj;
7840 fail:
7841 return NULL;
7842 }
7843
7844
7845 static PyObject *_wrap_TextAttr_GetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
7846 PyObject *resultobj;
7847 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7848 long result;
7849 PyObject * obj0 = 0 ;
7850 char *kwnames[] = {
7851 (char *) "self", NULL
7852 };
7853
7854 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFlags",kwnames,&obj0)) goto fail;
7855 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7856 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7857 {
7858 PyThreadState* __tstate = wxPyBeginAllowThreads();
7859 result = (long)((wxTextAttr const *)arg1)->GetFlags();
7860
7861 wxPyEndAllowThreads(__tstate);
7862 if (PyErr_Occurred()) SWIG_fail;
7863 }
7864 resultobj = SWIG_FromLong((long)result);
7865 return resultobj;
7866 fail:
7867 return NULL;
7868 }
7869
7870
7871 static PyObject *_wrap_TextAttr_IsDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
7872 PyObject *resultobj;
7873 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7874 bool result;
7875 PyObject * obj0 = 0 ;
7876 char *kwnames[] = {
7877 (char *) "self", NULL
7878 };
7879
7880 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_IsDefault",kwnames,&obj0)) goto fail;
7881 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7882 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7883 {
7884 PyThreadState* __tstate = wxPyBeginAllowThreads();
7885 result = (bool)((wxTextAttr const *)arg1)->IsDefault();
7886
7887 wxPyEndAllowThreads(__tstate);
7888 if (PyErr_Occurred()) SWIG_fail;
7889 }
7890 {
7891 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7892 }
7893 return resultobj;
7894 fail:
7895 return NULL;
7896 }
7897
7898
7899 static PyObject *_wrap_TextAttr_Combine(PyObject *self, PyObject *args, PyObject *kwargs) {
7900 PyObject *resultobj;
7901 wxTextAttr *arg1 = 0 ;
7902 wxTextAttr *arg2 = 0 ;
7903 wxTextCtrl *arg3 = (wxTextCtrl *) 0 ;
7904 wxTextAttr result;
7905 PyObject * obj0 = 0 ;
7906 PyObject * obj1 = 0 ;
7907 PyObject * obj2 = 0 ;
7908 char *kwnames[] = {
7909 (char *) "attr",(char *) "attrDef",(char *) "text", NULL
7910 };
7911
7912 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextAttr_Combine",kwnames,&obj0,&obj1,&obj2)) goto fail;
7913 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7914 SWIG_POINTER_EXCEPTION | 0)) == -1)
7915 SWIG_fail;
7916 if (arg1 == NULL) {
7917 PyErr_SetString(PyExc_TypeError,"null reference");
7918 SWIG_fail;
7919 }
7920 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTextAttr,
7921 SWIG_POINTER_EXCEPTION | 0)) == -1)
7922 SWIG_fail;
7923 if (arg2 == NULL) {
7924 PyErr_SetString(PyExc_TypeError,"null reference");
7925 SWIG_fail;
7926 }
7927 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTextCtrl,
7928 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7929 {
7930 PyThreadState* __tstate = wxPyBeginAllowThreads();
7931 result = wxTextAttr::Combine((wxTextAttr const &)*arg1,(wxTextAttr const &)*arg2,(wxTextCtrl const *)arg3);
7932
7933 wxPyEndAllowThreads(__tstate);
7934 if (PyErr_Occurred()) SWIG_fail;
7935 }
7936 {
7937 wxTextAttr * resultptr;
7938 resultptr = new wxTextAttr((wxTextAttr &) result);
7939 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTextAttr, 1);
7940 }
7941 return resultobj;
7942 fail:
7943 return NULL;
7944 }
7945
7946
7947 static PyObject * TextAttr_swigregister(PyObject *self, PyObject *args) {
7948 PyObject *obj;
7949 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
7950 SWIG_TypeClientData(SWIGTYPE_p_wxTextAttr, obj);
7951 Py_INCREF(obj);
7952 return Py_BuildValue((char *)"");
7953 }
7954 static PyObject *_wrap_new_TextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
7955 PyObject *resultobj;
7956 wxWindow *arg1 = (wxWindow *) 0 ;
7957 int arg2 ;
7958 wxString const &arg3_defvalue = wxPyEmptyString ;
7959 wxString *arg3 = (wxString *) &arg3_defvalue ;
7960 wxPoint const &arg4_defvalue = wxDefaultPosition ;
7961 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
7962 wxSize const &arg5_defvalue = wxDefaultSize ;
7963 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
7964 long arg6 = (long) 0 ;
7965 wxValidator const &arg7_defvalue = wxDefaultValidator ;
7966 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
7967 wxString const &arg8_defvalue = wxPyTextCtrlNameStr ;
7968 wxString *arg8 = (wxString *) &arg8_defvalue ;
7969 wxTextCtrl *result;
7970 bool temp3 = False ;
7971 wxPoint temp4 ;
7972 wxSize temp5 ;
7973 bool temp8 = False ;
7974 PyObject * obj0 = 0 ;
7975 PyObject * obj1 = 0 ;
7976 PyObject * obj2 = 0 ;
7977 PyObject * obj3 = 0 ;
7978 PyObject * obj4 = 0 ;
7979 PyObject * obj5 = 0 ;
7980 PyObject * obj6 = 0 ;
7981 PyObject * obj7 = 0 ;
7982 char *kwnames[] = {
7983 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
7984 };
7985
7986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_TextCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
7987 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
7988 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7989 arg2 = (int) SWIG_AsInt(obj1);
7990 if (PyErr_Occurred()) SWIG_fail;
7991 if (obj2) {
7992 {
7993 arg3 = wxString_in_helper(obj2);
7994 if (arg3 == NULL) SWIG_fail;
7995 temp3 = True;
7996 }
7997 }
7998 if (obj3) {
7999 {
8000 arg4 = &temp4;
8001 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
8002 }
8003 }
8004 if (obj4) {
8005 {
8006 arg5 = &temp5;
8007 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
8008 }
8009 }
8010 if (obj5) {
8011 arg6 = (long) SWIG_AsLong(obj5);
8012 if (PyErr_Occurred()) SWIG_fail;
8013 }
8014 if (obj6) {
8015 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
8016 SWIG_POINTER_EXCEPTION | 0)) == -1)
8017 SWIG_fail;
8018 if (arg7 == NULL) {
8019 PyErr_SetString(PyExc_TypeError,"null reference");
8020 SWIG_fail;
8021 }
8022 }
8023 if (obj7) {
8024 {
8025 arg8 = wxString_in_helper(obj7);
8026 if (arg8 == NULL) SWIG_fail;
8027 temp8 = True;
8028 }
8029 }
8030 {
8031 if (!wxPyCheckForApp()) SWIG_fail;
8032 PyThreadState* __tstate = wxPyBeginAllowThreads();
8033 result = (wxTextCtrl *)new wxTextCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
8034
8035 wxPyEndAllowThreads(__tstate);
8036 if (PyErr_Occurred()) SWIG_fail;
8037 }
8038 {
8039 resultobj = wxPyMake_wxObject(result);
8040 }
8041 {
8042 if (temp3)
8043 delete arg3;
8044 }
8045 {
8046 if (temp8)
8047 delete arg8;
8048 }
8049 return resultobj;
8050 fail:
8051 {
8052 if (temp3)
8053 delete arg3;
8054 }
8055 {
8056 if (temp8)
8057 delete arg8;
8058 }
8059 return NULL;
8060 }
8061
8062
8063 static PyObject *_wrap_new_PreTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
8064 PyObject *resultobj;
8065 wxTextCtrl *result;
8066 char *kwnames[] = {
8067 NULL
8068 };
8069
8070 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTextCtrl",kwnames)) goto fail;
8071 {
8072 if (!wxPyCheckForApp()) SWIG_fail;
8073 PyThreadState* __tstate = wxPyBeginAllowThreads();
8074 result = (wxTextCtrl *)new wxTextCtrl();
8075
8076 wxPyEndAllowThreads(__tstate);
8077 if (PyErr_Occurred()) SWIG_fail;
8078 }
8079 {
8080 resultobj = wxPyMake_wxObject(result);
8081 }
8082 return resultobj;
8083 fail:
8084 return NULL;
8085 }
8086
8087
8088 static PyObject *_wrap_TextCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8089 PyObject *resultobj;
8090 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8091 wxWindow *arg2 = (wxWindow *) 0 ;
8092 int arg3 ;
8093 wxString const &arg4_defvalue = wxPyEmptyString ;
8094 wxString *arg4 = (wxString *) &arg4_defvalue ;
8095 wxPoint const &arg5_defvalue = wxDefaultPosition ;
8096 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
8097 wxSize const &arg6_defvalue = wxDefaultSize ;
8098 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
8099 long arg7 = (long) 0 ;
8100 wxValidator const &arg8_defvalue = wxDefaultValidator ;
8101 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
8102 wxString const &arg9_defvalue = wxPyTextCtrlNameStr ;
8103 wxString *arg9 = (wxString *) &arg9_defvalue ;
8104 bool result;
8105 bool temp4 = False ;
8106 wxPoint temp5 ;
8107 wxSize temp6 ;
8108 bool temp9 = False ;
8109 PyObject * obj0 = 0 ;
8110 PyObject * obj1 = 0 ;
8111 PyObject * obj2 = 0 ;
8112 PyObject * obj3 = 0 ;
8113 PyObject * obj4 = 0 ;
8114 PyObject * obj5 = 0 ;
8115 PyObject * obj6 = 0 ;
8116 PyObject * obj7 = 0 ;
8117 PyObject * obj8 = 0 ;
8118 char *kwnames[] = {
8119 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
8120 };
8121
8122 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:TextCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
8123 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8124 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8125 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
8126 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8127 arg3 = (int) SWIG_AsInt(obj2);
8128 if (PyErr_Occurred()) SWIG_fail;
8129 if (obj3) {
8130 {
8131 arg4 = wxString_in_helper(obj3);
8132 if (arg4 == NULL) SWIG_fail;
8133 temp4 = True;
8134 }
8135 }
8136 if (obj4) {
8137 {
8138 arg5 = &temp5;
8139 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
8140 }
8141 }
8142 if (obj5) {
8143 {
8144 arg6 = &temp6;
8145 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
8146 }
8147 }
8148 if (obj6) {
8149 arg7 = (long) SWIG_AsLong(obj6);
8150 if (PyErr_Occurred()) SWIG_fail;
8151 }
8152 if (obj7) {
8153 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
8154 SWIG_POINTER_EXCEPTION | 0)) == -1)
8155 SWIG_fail;
8156 if (arg8 == NULL) {
8157 PyErr_SetString(PyExc_TypeError,"null reference");
8158 SWIG_fail;
8159 }
8160 }
8161 if (obj8) {
8162 {
8163 arg9 = wxString_in_helper(obj8);
8164 if (arg9 == NULL) SWIG_fail;
8165 temp9 = True;
8166 }
8167 }
8168 {
8169 PyThreadState* __tstate = wxPyBeginAllowThreads();
8170 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
8171
8172 wxPyEndAllowThreads(__tstate);
8173 if (PyErr_Occurred()) SWIG_fail;
8174 }
8175 {
8176 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8177 }
8178 {
8179 if (temp4)
8180 delete arg4;
8181 }
8182 {
8183 if (temp9)
8184 delete arg9;
8185 }
8186 return resultobj;
8187 fail:
8188 {
8189 if (temp4)
8190 delete arg4;
8191 }
8192 {
8193 if (temp9)
8194 delete arg9;
8195 }
8196 return NULL;
8197 }
8198
8199
8200 static PyObject *_wrap_TextCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8201 PyObject *resultobj;
8202 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8203 wxString result;
8204 PyObject * obj0 = 0 ;
8205 char *kwnames[] = {
8206 (char *) "self", NULL
8207 };
8208
8209 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetValue",kwnames,&obj0)) goto fail;
8210 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8211 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8212 {
8213 PyThreadState* __tstate = wxPyBeginAllowThreads();
8214 result = ((wxTextCtrl const *)arg1)->GetValue();
8215
8216 wxPyEndAllowThreads(__tstate);
8217 if (PyErr_Occurred()) SWIG_fail;
8218 }
8219 {
8220 #if wxUSE_UNICODE
8221 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8222 #else
8223 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8224 #endif
8225 }
8226 return resultobj;
8227 fail:
8228 return NULL;
8229 }
8230
8231
8232 static PyObject *_wrap_TextCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8233 PyObject *resultobj;
8234 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8235 wxString *arg2 = 0 ;
8236 bool temp2 = False ;
8237 PyObject * obj0 = 0 ;
8238 PyObject * obj1 = 0 ;
8239 char *kwnames[] = {
8240 (char *) "self",(char *) "value", NULL
8241 };
8242
8243 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
8244 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8245 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8246 {
8247 arg2 = wxString_in_helper(obj1);
8248 if (arg2 == NULL) SWIG_fail;
8249 temp2 = True;
8250 }
8251 {
8252 PyThreadState* __tstate = wxPyBeginAllowThreads();
8253 (arg1)->SetValue((wxString const &)*arg2);
8254
8255 wxPyEndAllowThreads(__tstate);
8256 if (PyErr_Occurred()) SWIG_fail;
8257 }
8258 Py_INCREF(Py_None); resultobj = Py_None;
8259 {
8260 if (temp2)
8261 delete arg2;
8262 }
8263 return resultobj;
8264 fail:
8265 {
8266 if (temp2)
8267 delete arg2;
8268 }
8269 return NULL;
8270 }
8271
8272
8273 static PyObject *_wrap_TextCtrl_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8274 PyObject *resultobj;
8275 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8276 long arg2 ;
8277 long arg3 ;
8278 wxString result;
8279 PyObject * obj0 = 0 ;
8280 PyObject * obj1 = 0 ;
8281 PyObject * obj2 = 0 ;
8282 char *kwnames[] = {
8283 (char *) "self",(char *) "from",(char *) "to", NULL
8284 };
8285
8286 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
8287 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8288 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8289 arg2 = (long) SWIG_AsLong(obj1);
8290 if (PyErr_Occurred()) SWIG_fail;
8291 arg3 = (long) SWIG_AsLong(obj2);
8292 if (PyErr_Occurred()) SWIG_fail;
8293 {
8294 PyThreadState* __tstate = wxPyBeginAllowThreads();
8295 result = ((wxTextCtrl const *)arg1)->GetRange(arg2,arg3);
8296
8297 wxPyEndAllowThreads(__tstate);
8298 if (PyErr_Occurred()) SWIG_fail;
8299 }
8300 {
8301 #if wxUSE_UNICODE
8302 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8303 #else
8304 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8305 #endif
8306 }
8307 return resultobj;
8308 fail:
8309 return NULL;
8310 }
8311
8312
8313 static PyObject *_wrap_TextCtrl_GetLineLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8314 PyObject *resultobj;
8315 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8316 long arg2 ;
8317 int result;
8318 PyObject * obj0 = 0 ;
8319 PyObject * obj1 = 0 ;
8320 char *kwnames[] = {
8321 (char *) "self",(char *) "lineNo", NULL
8322 };
8323
8324 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineLength",kwnames,&obj0,&obj1)) goto fail;
8325 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8326 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8327 arg2 = (long) SWIG_AsLong(obj1);
8328 if (PyErr_Occurred()) SWIG_fail;
8329 {
8330 PyThreadState* __tstate = wxPyBeginAllowThreads();
8331 result = (int)((wxTextCtrl const *)arg1)->GetLineLength(arg2);
8332
8333 wxPyEndAllowThreads(__tstate);
8334 if (PyErr_Occurred()) SWIG_fail;
8335 }
8336 resultobj = SWIG_FromInt((int)result);
8337 return resultobj;
8338 fail:
8339 return NULL;
8340 }
8341
8342
8343 static PyObject *_wrap_TextCtrl_GetLineText(PyObject *self, PyObject *args, PyObject *kwargs) {
8344 PyObject *resultobj;
8345 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8346 long arg2 ;
8347 wxString result;
8348 PyObject * obj0 = 0 ;
8349 PyObject * obj1 = 0 ;
8350 char *kwnames[] = {
8351 (char *) "self",(char *) "lineNo", NULL
8352 };
8353
8354 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineText",kwnames,&obj0,&obj1)) goto fail;
8355 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8356 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8357 arg2 = (long) SWIG_AsLong(obj1);
8358 if (PyErr_Occurred()) SWIG_fail;
8359 {
8360 PyThreadState* __tstate = wxPyBeginAllowThreads();
8361 result = ((wxTextCtrl const *)arg1)->GetLineText(arg2);
8362
8363 wxPyEndAllowThreads(__tstate);
8364 if (PyErr_Occurred()) SWIG_fail;
8365 }
8366 {
8367 #if wxUSE_UNICODE
8368 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8369 #else
8370 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8371 #endif
8372 }
8373 return resultobj;
8374 fail:
8375 return NULL;
8376 }
8377
8378
8379 static PyObject *_wrap_TextCtrl_GetNumberOfLines(PyObject *self, PyObject *args, PyObject *kwargs) {
8380 PyObject *resultobj;
8381 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8382 int result;
8383 PyObject * obj0 = 0 ;
8384 char *kwnames[] = {
8385 (char *) "self", NULL
8386 };
8387
8388 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetNumberOfLines",kwnames,&obj0)) goto fail;
8389 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8390 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8391 {
8392 PyThreadState* __tstate = wxPyBeginAllowThreads();
8393 result = (int)((wxTextCtrl const *)arg1)->GetNumberOfLines();
8394
8395 wxPyEndAllowThreads(__tstate);
8396 if (PyErr_Occurred()) SWIG_fail;
8397 }
8398 resultobj = SWIG_FromInt((int)result);
8399 return resultobj;
8400 fail:
8401 return NULL;
8402 }
8403
8404
8405 static PyObject *_wrap_TextCtrl_IsModified(PyObject *self, PyObject *args, PyObject *kwargs) {
8406 PyObject *resultobj;
8407 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8408 bool result;
8409 PyObject * obj0 = 0 ;
8410 char *kwnames[] = {
8411 (char *) "self", NULL
8412 };
8413
8414 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsModified",kwnames,&obj0)) goto fail;
8415 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8416 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8417 {
8418 PyThreadState* __tstate = wxPyBeginAllowThreads();
8419 result = (bool)((wxTextCtrl const *)arg1)->IsModified();
8420
8421 wxPyEndAllowThreads(__tstate);
8422 if (PyErr_Occurred()) SWIG_fail;
8423 }
8424 {
8425 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8426 }
8427 return resultobj;
8428 fail:
8429 return NULL;
8430 }
8431
8432
8433 static PyObject *_wrap_TextCtrl_IsEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
8434 PyObject *resultobj;
8435 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8436 bool result;
8437 PyObject * obj0 = 0 ;
8438 char *kwnames[] = {
8439 (char *) "self", NULL
8440 };
8441
8442 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsEditable",kwnames,&obj0)) goto fail;
8443 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8444 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8445 {
8446 PyThreadState* __tstate = wxPyBeginAllowThreads();
8447 result = (bool)((wxTextCtrl const *)arg1)->IsEditable();
8448
8449 wxPyEndAllowThreads(__tstate);
8450 if (PyErr_Occurred()) SWIG_fail;
8451 }
8452 {
8453 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8454 }
8455 return resultobj;
8456 fail:
8457 return NULL;
8458 }
8459
8460
8461 static PyObject *_wrap_TextCtrl_IsSingleLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8462 PyObject *resultobj;
8463 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8464 bool result;
8465 PyObject * obj0 = 0 ;
8466 char *kwnames[] = {
8467 (char *) "self", NULL
8468 };
8469
8470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsSingleLine",kwnames,&obj0)) goto fail;
8471 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8472 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8473 {
8474 PyThreadState* __tstate = wxPyBeginAllowThreads();
8475 result = (bool)((wxTextCtrl const *)arg1)->IsSingleLine();
8476
8477 wxPyEndAllowThreads(__tstate);
8478 if (PyErr_Occurred()) SWIG_fail;
8479 }
8480 {
8481 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8482 }
8483 return resultobj;
8484 fail:
8485 return NULL;
8486 }
8487
8488
8489 static PyObject *_wrap_TextCtrl_IsMultiLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8490 PyObject *resultobj;
8491 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8492 bool result;
8493 PyObject * obj0 = 0 ;
8494 char *kwnames[] = {
8495 (char *) "self", NULL
8496 };
8497
8498 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsMultiLine",kwnames,&obj0)) goto fail;
8499 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8500 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8501 {
8502 PyThreadState* __tstate = wxPyBeginAllowThreads();
8503 result = (bool)((wxTextCtrl const *)arg1)->IsMultiLine();
8504
8505 wxPyEndAllowThreads(__tstate);
8506 if (PyErr_Occurred()) SWIG_fail;
8507 }
8508 {
8509 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8510 }
8511 return resultobj;
8512 fail:
8513 return NULL;
8514 }
8515
8516
8517 static PyObject *_wrap_TextCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8518 PyObject *resultobj;
8519 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8520 long *arg2 = (long *) 0 ;
8521 long *arg3 = (long *) 0 ;
8522 long temp2 ;
8523 long temp3 ;
8524 PyObject * obj0 = 0 ;
8525 char *kwnames[] = {
8526 (char *) "self", NULL
8527 };
8528
8529 arg2 = &temp2;
8530 arg3 = &temp3;
8531 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetSelection",kwnames,&obj0)) goto fail;
8532 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8533 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8534 {
8535 PyThreadState* __tstate = wxPyBeginAllowThreads();
8536 ((wxTextCtrl const *)arg1)->GetSelection(arg2,arg3);
8537
8538 wxPyEndAllowThreads(__tstate);
8539 if (PyErr_Occurred()) SWIG_fail;
8540 }
8541 Py_INCREF(Py_None); resultobj = Py_None;
8542 {
8543 PyObject *o = PyInt_FromLong((long) (*arg2));
8544 resultobj = t_output_helper(resultobj,o);
8545 }
8546 {
8547 PyObject *o = PyInt_FromLong((long) (*arg3));
8548 resultobj = t_output_helper(resultobj,o);
8549 }
8550 return resultobj;
8551 fail:
8552 return NULL;
8553 }
8554
8555
8556 static PyObject *_wrap_TextCtrl_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8557 PyObject *resultobj;
8558 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8559 wxString result;
8560 PyObject * obj0 = 0 ;
8561 char *kwnames[] = {
8562 (char *) "self", NULL
8563 };
8564
8565 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetStringSelection",kwnames,&obj0)) goto fail;
8566 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8567 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8568 {
8569 PyThreadState* __tstate = wxPyBeginAllowThreads();
8570 result = ((wxTextCtrl const *)arg1)->GetStringSelection();
8571
8572 wxPyEndAllowThreads(__tstate);
8573 if (PyErr_Occurred()) SWIG_fail;
8574 }
8575 {
8576 #if wxUSE_UNICODE
8577 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8578 #else
8579 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8580 #endif
8581 }
8582 return resultobj;
8583 fail:
8584 return NULL;
8585 }
8586
8587
8588 static PyObject *_wrap_TextCtrl_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
8589 PyObject *resultobj;
8590 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8591 PyObject * obj0 = 0 ;
8592 char *kwnames[] = {
8593 (char *) "self", NULL
8594 };
8595
8596 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Clear",kwnames,&obj0)) goto fail;
8597 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8598 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8599 {
8600 PyThreadState* __tstate = wxPyBeginAllowThreads();
8601 (arg1)->Clear();
8602
8603 wxPyEndAllowThreads(__tstate);
8604 if (PyErr_Occurred()) SWIG_fail;
8605 }
8606 Py_INCREF(Py_None); resultobj = Py_None;
8607 return resultobj;
8608 fail:
8609 return NULL;
8610 }
8611
8612
8613 static PyObject *_wrap_TextCtrl_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
8614 PyObject *resultobj;
8615 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8616 long arg2 ;
8617 long arg3 ;
8618 wxString *arg4 = 0 ;
8619 bool temp4 = False ;
8620 PyObject * obj0 = 0 ;
8621 PyObject * obj1 = 0 ;
8622 PyObject * obj2 = 0 ;
8623 PyObject * obj3 = 0 ;
8624 char *kwnames[] = {
8625 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
8626 };
8627
8628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
8629 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8630 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8631 arg2 = (long) SWIG_AsLong(obj1);
8632 if (PyErr_Occurred()) SWIG_fail;
8633 arg3 = (long) SWIG_AsLong(obj2);
8634 if (PyErr_Occurred()) SWIG_fail;
8635 {
8636 arg4 = wxString_in_helper(obj3);
8637 if (arg4 == NULL) SWIG_fail;
8638 temp4 = True;
8639 }
8640 {
8641 PyThreadState* __tstate = wxPyBeginAllowThreads();
8642 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
8643
8644 wxPyEndAllowThreads(__tstate);
8645 if (PyErr_Occurred()) SWIG_fail;
8646 }
8647 Py_INCREF(Py_None); resultobj = Py_None;
8648 {
8649 if (temp4)
8650 delete arg4;
8651 }
8652 return resultobj;
8653 fail:
8654 {
8655 if (temp4)
8656 delete arg4;
8657 }
8658 return NULL;
8659 }
8660
8661
8662 static PyObject *_wrap_TextCtrl_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
8663 PyObject *resultobj;
8664 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8665 long arg2 ;
8666 long arg3 ;
8667 PyObject * obj0 = 0 ;
8668 PyObject * obj1 = 0 ;
8669 PyObject * obj2 = 0 ;
8670 char *kwnames[] = {
8671 (char *) "self",(char *) "from",(char *) "to", NULL
8672 };
8673
8674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
8675 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8676 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8677 arg2 = (long) SWIG_AsLong(obj1);
8678 if (PyErr_Occurred()) SWIG_fail;
8679 arg3 = (long) SWIG_AsLong(obj2);
8680 if (PyErr_Occurred()) SWIG_fail;
8681 {
8682 PyThreadState* __tstate = wxPyBeginAllowThreads();
8683 (arg1)->Remove(arg2,arg3);
8684
8685 wxPyEndAllowThreads(__tstate);
8686 if (PyErr_Occurred()) SWIG_fail;
8687 }
8688 Py_INCREF(Py_None); resultobj = Py_None;
8689 return resultobj;
8690 fail:
8691 return NULL;
8692 }
8693
8694
8695 static PyObject *_wrap_TextCtrl_LoadFile(PyObject *self, PyObject *args, PyObject *kwargs) {
8696 PyObject *resultobj;
8697 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8698 wxString *arg2 = 0 ;
8699 bool result;
8700 bool temp2 = False ;
8701 PyObject * obj0 = 0 ;
8702 PyObject * obj1 = 0 ;
8703 char *kwnames[] = {
8704 (char *) "self",(char *) "file", NULL
8705 };
8706
8707 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_LoadFile",kwnames,&obj0,&obj1)) goto fail;
8708 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8709 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8710 {
8711 arg2 = wxString_in_helper(obj1);
8712 if (arg2 == NULL) SWIG_fail;
8713 temp2 = True;
8714 }
8715 {
8716 PyThreadState* __tstate = wxPyBeginAllowThreads();
8717 result = (bool)(arg1)->LoadFile((wxString const &)*arg2);
8718
8719 wxPyEndAllowThreads(__tstate);
8720 if (PyErr_Occurred()) SWIG_fail;
8721 }
8722 {
8723 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8724 }
8725 {
8726 if (temp2)
8727 delete arg2;
8728 }
8729 return resultobj;
8730 fail:
8731 {
8732 if (temp2)
8733 delete arg2;
8734 }
8735 return NULL;
8736 }
8737
8738
8739 static PyObject *_wrap_TextCtrl_SaveFile(PyObject *self, PyObject *args, PyObject *kwargs) {
8740 PyObject *resultobj;
8741 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8742 wxString const &arg2_defvalue = wxPyEmptyString ;
8743 wxString *arg2 = (wxString *) &arg2_defvalue ;
8744 bool result;
8745 bool temp2 = False ;
8746 PyObject * obj0 = 0 ;
8747 PyObject * obj1 = 0 ;
8748 char *kwnames[] = {
8749 (char *) "self",(char *) "file", NULL
8750 };
8751
8752 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:TextCtrl_SaveFile",kwnames,&obj0,&obj1)) goto fail;
8753 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8754 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8755 if (obj1) {
8756 {
8757 arg2 = wxString_in_helper(obj1);
8758 if (arg2 == NULL) SWIG_fail;
8759 temp2 = True;
8760 }
8761 }
8762 {
8763 PyThreadState* __tstate = wxPyBeginAllowThreads();
8764 result = (bool)(arg1)->SaveFile((wxString const &)*arg2);
8765
8766 wxPyEndAllowThreads(__tstate);
8767 if (PyErr_Occurred()) SWIG_fail;
8768 }
8769 {
8770 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8771 }
8772 {
8773 if (temp2)
8774 delete arg2;
8775 }
8776 return resultobj;
8777 fail:
8778 {
8779 if (temp2)
8780 delete arg2;
8781 }
8782 return NULL;
8783 }
8784
8785
8786 static PyObject *_wrap_TextCtrl_MarkDirty(PyObject *self, PyObject *args, PyObject *kwargs) {
8787 PyObject *resultobj;
8788 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8789 PyObject * obj0 = 0 ;
8790 char *kwnames[] = {
8791 (char *) "self", NULL
8792 };
8793
8794 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_MarkDirty",kwnames,&obj0)) goto fail;
8795 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8796 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8797 {
8798 PyThreadState* __tstate = wxPyBeginAllowThreads();
8799 (arg1)->MarkDirty();
8800
8801 wxPyEndAllowThreads(__tstate);
8802 if (PyErr_Occurred()) SWIG_fail;
8803 }
8804 Py_INCREF(Py_None); resultobj = Py_None;
8805 return resultobj;
8806 fail:
8807 return NULL;
8808 }
8809
8810
8811 static PyObject *_wrap_TextCtrl_DiscardEdits(PyObject *self, PyObject *args, PyObject *kwargs) {
8812 PyObject *resultobj;
8813 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8814 PyObject * obj0 = 0 ;
8815 char *kwnames[] = {
8816 (char *) "self", NULL
8817 };
8818
8819 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_DiscardEdits",kwnames,&obj0)) goto fail;
8820 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8821 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8822 {
8823 PyThreadState* __tstate = wxPyBeginAllowThreads();
8824 (arg1)->DiscardEdits();
8825
8826 wxPyEndAllowThreads(__tstate);
8827 if (PyErr_Occurred()) SWIG_fail;
8828 }
8829 Py_INCREF(Py_None); resultobj = Py_None;
8830 return resultobj;
8831 fail:
8832 return NULL;
8833 }
8834
8835
8836 static PyObject *_wrap_TextCtrl_SetMaxLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8837 PyObject *resultobj;
8838 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8839 unsigned long arg2 ;
8840 PyObject * obj0 = 0 ;
8841 PyObject * obj1 = 0 ;
8842 char *kwnames[] = {
8843 (char *) "self",(char *) "len", NULL
8844 };
8845
8846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetMaxLength",kwnames,&obj0,&obj1)) goto fail;
8847 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8848 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8849 arg2 = (unsigned long) SWIG_AsUnsignedLong(obj1);
8850 if (PyErr_Occurred()) SWIG_fail;
8851 {
8852 PyThreadState* __tstate = wxPyBeginAllowThreads();
8853 (arg1)->SetMaxLength(arg2);
8854
8855 wxPyEndAllowThreads(__tstate);
8856 if (PyErr_Occurred()) SWIG_fail;
8857 }
8858 Py_INCREF(Py_None); resultobj = Py_None;
8859 return resultobj;
8860 fail:
8861 return NULL;
8862 }
8863
8864
8865 static PyObject *_wrap_TextCtrl_WriteText(PyObject *self, PyObject *args, PyObject *kwargs) {
8866 PyObject *resultobj;
8867 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8868 wxString *arg2 = 0 ;
8869 bool temp2 = False ;
8870 PyObject * obj0 = 0 ;
8871 PyObject * obj1 = 0 ;
8872 char *kwnames[] = {
8873 (char *) "self",(char *) "text", NULL
8874 };
8875
8876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_WriteText",kwnames,&obj0,&obj1)) goto fail;
8877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8879 {
8880 arg2 = wxString_in_helper(obj1);
8881 if (arg2 == NULL) SWIG_fail;
8882 temp2 = True;
8883 }
8884 {
8885 PyThreadState* __tstate = wxPyBeginAllowThreads();
8886 (arg1)->WriteText((wxString const &)*arg2);
8887
8888 wxPyEndAllowThreads(__tstate);
8889 if (PyErr_Occurred()) SWIG_fail;
8890 }
8891 Py_INCREF(Py_None); resultobj = Py_None;
8892 {
8893 if (temp2)
8894 delete arg2;
8895 }
8896 return resultobj;
8897 fail:
8898 {
8899 if (temp2)
8900 delete arg2;
8901 }
8902 return NULL;
8903 }
8904
8905
8906 static PyObject *_wrap_TextCtrl_AppendText(PyObject *self, PyObject *args, PyObject *kwargs) {
8907 PyObject *resultobj;
8908 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8909 wxString *arg2 = 0 ;
8910 bool temp2 = False ;
8911 PyObject * obj0 = 0 ;
8912 PyObject * obj1 = 0 ;
8913 char *kwnames[] = {
8914 (char *) "self",(char *) "text", NULL
8915 };
8916
8917 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_AppendText",kwnames,&obj0,&obj1)) goto fail;
8918 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8919 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8920 {
8921 arg2 = wxString_in_helper(obj1);
8922 if (arg2 == NULL) SWIG_fail;
8923 temp2 = True;
8924 }
8925 {
8926 PyThreadState* __tstate = wxPyBeginAllowThreads();
8927 (arg1)->AppendText((wxString const &)*arg2);
8928
8929 wxPyEndAllowThreads(__tstate);
8930 if (PyErr_Occurred()) SWIG_fail;
8931 }
8932 Py_INCREF(Py_None); resultobj = Py_None;
8933 {
8934 if (temp2)
8935 delete arg2;
8936 }
8937 return resultobj;
8938 fail:
8939 {
8940 if (temp2)
8941 delete arg2;
8942 }
8943 return NULL;
8944 }
8945
8946
8947 static PyObject *_wrap_TextCtrl_EmulateKeyPress(PyObject *self, PyObject *args, PyObject *kwargs) {
8948 PyObject *resultobj;
8949 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8950 wxKeyEvent *arg2 = 0 ;
8951 bool result;
8952 PyObject * obj0 = 0 ;
8953 PyObject * obj1 = 0 ;
8954 char *kwnames[] = {
8955 (char *) "self",(char *) "event", NULL
8956 };
8957
8958 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_EmulateKeyPress",kwnames,&obj0,&obj1)) goto fail;
8959 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8960 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8961 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxKeyEvent,
8962 SWIG_POINTER_EXCEPTION | 0)) == -1)
8963 SWIG_fail;
8964 if (arg2 == NULL) {
8965 PyErr_SetString(PyExc_TypeError,"null reference");
8966 SWIG_fail;
8967 }
8968 {
8969 PyThreadState* __tstate = wxPyBeginAllowThreads();
8970 result = (bool)(arg1)->EmulateKeyPress((wxKeyEvent const &)*arg2);
8971
8972 wxPyEndAllowThreads(__tstate);
8973 if (PyErr_Occurred()) SWIG_fail;
8974 }
8975 {
8976 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8977 }
8978 return resultobj;
8979 fail:
8980 return NULL;
8981 }
8982
8983
8984 static PyObject *_wrap_TextCtrl_SetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8985 PyObject *resultobj;
8986 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8987 long arg2 ;
8988 long arg3 ;
8989 wxTextAttr *arg4 = 0 ;
8990 bool result;
8991 PyObject * obj0 = 0 ;
8992 PyObject * obj1 = 0 ;
8993 PyObject * obj2 = 0 ;
8994 PyObject * obj3 = 0 ;
8995 char *kwnames[] = {
8996 (char *) "self",(char *) "start",(char *) "end",(char *) "style", NULL
8997 };
8998
8999 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_SetStyle",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
9000 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9001 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9002 arg2 = (long) SWIG_AsLong(obj1);
9003 if (PyErr_Occurred()) SWIG_fail;
9004 arg3 = (long) SWIG_AsLong(obj2);
9005 if (PyErr_Occurred()) SWIG_fail;
9006 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxTextAttr,
9007 SWIG_POINTER_EXCEPTION | 0)) == -1)
9008 SWIG_fail;
9009 if (arg4 == NULL) {
9010 PyErr_SetString(PyExc_TypeError,"null reference");
9011 SWIG_fail;
9012 }
9013 {
9014 PyThreadState* __tstate = wxPyBeginAllowThreads();
9015 result = (bool)(arg1)->SetStyle(arg2,arg3,(wxTextAttr const &)*arg4);
9016
9017 wxPyEndAllowThreads(__tstate);
9018 if (PyErr_Occurred()) SWIG_fail;
9019 }
9020 {
9021 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9022 }
9023 return resultobj;
9024 fail:
9025 return NULL;
9026 }
9027
9028
9029 static PyObject *_wrap_TextCtrl_GetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
9030 PyObject *resultobj;
9031 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9032 long arg2 ;
9033 wxTextAttr *arg3 = 0 ;
9034 bool result;
9035 PyObject * obj0 = 0 ;
9036 PyObject * obj1 = 0 ;
9037 PyObject * obj2 = 0 ;
9038 char *kwnames[] = {
9039 (char *) "self",(char *) "position",(char *) "style", NULL
9040 };
9041
9042 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
9043 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9044 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9045 arg2 = (long) SWIG_AsLong(obj1);
9046 if (PyErr_Occurred()) SWIG_fail;
9047 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTextAttr,
9048 SWIG_POINTER_EXCEPTION | 0)) == -1)
9049 SWIG_fail;
9050 if (arg3 == NULL) {
9051 PyErr_SetString(PyExc_TypeError,"null reference");
9052 SWIG_fail;
9053 }
9054 {
9055 PyThreadState* __tstate = wxPyBeginAllowThreads();
9056 result = (bool)(arg1)->GetStyle(arg2,*arg3);
9057
9058 wxPyEndAllowThreads(__tstate);
9059 if (PyErr_Occurred()) SWIG_fail;
9060 }
9061 {
9062 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9063 }
9064 return resultobj;
9065 fail:
9066 return NULL;
9067 }
9068
9069
9070 static PyObject *_wrap_TextCtrl_SetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
9071 PyObject *resultobj;
9072 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9073 wxTextAttr *arg2 = 0 ;
9074 bool result;
9075 PyObject * obj0 = 0 ;
9076 PyObject * obj1 = 0 ;
9077 char *kwnames[] = {
9078 (char *) "self",(char *) "style", NULL
9079 };
9080
9081 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetDefaultStyle",kwnames,&obj0,&obj1)) goto fail;
9082 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9083 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9084 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTextAttr,
9085 SWIG_POINTER_EXCEPTION | 0)) == -1)
9086 SWIG_fail;
9087 if (arg2 == NULL) {
9088 PyErr_SetString(PyExc_TypeError,"null reference");
9089 SWIG_fail;
9090 }
9091 {
9092 PyThreadState* __tstate = wxPyBeginAllowThreads();
9093 result = (bool)(arg1)->SetDefaultStyle((wxTextAttr const &)*arg2);
9094
9095 wxPyEndAllowThreads(__tstate);
9096 if (PyErr_Occurred()) SWIG_fail;
9097 }
9098 {
9099 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9100 }
9101 return resultobj;
9102 fail:
9103 return NULL;
9104 }
9105
9106
9107 static PyObject *_wrap_TextCtrl_GetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
9108 PyObject *resultobj;
9109 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9110 wxTextAttr *result;
9111 PyObject * obj0 = 0 ;
9112 char *kwnames[] = {
9113 (char *) "self", NULL
9114 };
9115
9116 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetDefaultStyle",kwnames,&obj0)) goto fail;
9117 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9118 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9119 {
9120 PyThreadState* __tstate = wxPyBeginAllowThreads();
9121 {
9122 wxTextAttr const &_result_ref = ((wxTextCtrl const *)arg1)->GetDefaultStyle();
9123 result = (wxTextAttr *) &_result_ref;
9124 }
9125
9126 wxPyEndAllowThreads(__tstate);
9127 if (PyErr_Occurred()) SWIG_fail;
9128 }
9129 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 0);
9130 return resultobj;
9131 fail:
9132 return NULL;
9133 }
9134
9135
9136 static PyObject *_wrap_TextCtrl_XYToPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9137 PyObject *resultobj;
9138 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9139 long arg2 ;
9140 long arg3 ;
9141 long result;
9142 PyObject * obj0 = 0 ;
9143 PyObject * obj1 = 0 ;
9144 PyObject * obj2 = 0 ;
9145 char *kwnames[] = {
9146 (char *) "self",(char *) "x",(char *) "y", NULL
9147 };
9148
9149 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_XYToPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
9150 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9151 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9152 arg2 = (long) SWIG_AsLong(obj1);
9153 if (PyErr_Occurred()) SWIG_fail;
9154 arg3 = (long) SWIG_AsLong(obj2);
9155 if (PyErr_Occurred()) SWIG_fail;
9156 {
9157 PyThreadState* __tstate = wxPyBeginAllowThreads();
9158 result = (long)((wxTextCtrl const *)arg1)->XYToPosition(arg2,arg3);
9159
9160 wxPyEndAllowThreads(__tstate);
9161 if (PyErr_Occurred()) SWIG_fail;
9162 }
9163 resultobj = SWIG_FromLong((long)result);
9164 return resultobj;
9165 fail:
9166 return NULL;
9167 }
9168
9169
9170 static PyObject *_wrap_TextCtrl_PositionToXY(PyObject *self, PyObject *args, PyObject *kwargs) {
9171 PyObject *resultobj;
9172 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9173 long arg2 ;
9174 long *arg3 = (long *) 0 ;
9175 long *arg4 = (long *) 0 ;
9176 long temp3 ;
9177 long temp4 ;
9178 PyObject * obj0 = 0 ;
9179 PyObject * obj1 = 0 ;
9180 char *kwnames[] = {
9181 (char *) "self",(char *) "pos", NULL
9182 };
9183
9184 arg3 = &temp3;
9185 arg4 = &temp4;
9186 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_PositionToXY",kwnames,&obj0,&obj1)) goto fail;
9187 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9188 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9189 arg2 = (long) SWIG_AsLong(obj1);
9190 if (PyErr_Occurred()) SWIG_fail;
9191 {
9192 PyThreadState* __tstate = wxPyBeginAllowThreads();
9193 ((wxTextCtrl const *)arg1)->PositionToXY(arg2,arg3,arg4);
9194
9195 wxPyEndAllowThreads(__tstate);
9196 if (PyErr_Occurred()) SWIG_fail;
9197 }
9198 Py_INCREF(Py_None); resultobj = Py_None;
9199 {
9200 PyObject *o = PyInt_FromLong((long) (*arg3));
9201 resultobj = t_output_helper(resultobj,o);
9202 }
9203 {
9204 PyObject *o = PyInt_FromLong((long) (*arg4));
9205 resultobj = t_output_helper(resultobj,o);
9206 }
9207 return resultobj;
9208 fail:
9209 return NULL;
9210 }
9211
9212
9213 static PyObject *_wrap_TextCtrl_ShowPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9214 PyObject *resultobj;
9215 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9216 long arg2 ;
9217 PyObject * obj0 = 0 ;
9218 PyObject * obj1 = 0 ;
9219 char *kwnames[] = {
9220 (char *) "self",(char *) "pos", NULL
9221 };
9222
9223 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_ShowPosition",kwnames,&obj0,&obj1)) goto fail;
9224 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9225 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9226 arg2 = (long) SWIG_AsLong(obj1);
9227 if (PyErr_Occurred()) SWIG_fail;
9228 {
9229 PyThreadState* __tstate = wxPyBeginAllowThreads();
9230 (arg1)->ShowPosition(arg2);
9231
9232 wxPyEndAllowThreads(__tstate);
9233 if (PyErr_Occurred()) SWIG_fail;
9234 }
9235 Py_INCREF(Py_None); resultobj = Py_None;
9236 return resultobj;
9237 fail:
9238 return NULL;
9239 }
9240
9241
9242 static PyObject *_wrap_TextCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
9243 PyObject *resultobj;
9244 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9245 wxPoint *arg2 = 0 ;
9246 long *arg3 = (long *) 0 ;
9247 long *arg4 = (long *) 0 ;
9248 int result;
9249 wxPoint temp2 ;
9250 long temp3 ;
9251 long temp4 ;
9252 PyObject * obj0 = 0 ;
9253 PyObject * obj1 = 0 ;
9254 char *kwnames[] = {
9255 (char *) "self",(char *) "pt", NULL
9256 };
9257
9258 arg3 = &temp3;
9259 arg4 = &temp4;
9260 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
9261 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9262 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9263 {
9264 arg2 = &temp2;
9265 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
9266 }
9267 {
9268 PyThreadState* __tstate = wxPyBeginAllowThreads();
9269 result = (int)((wxTextCtrl const *)arg1)->HitTest((wxPoint const &)*arg2,arg3,arg4);
9270
9271 wxPyEndAllowThreads(__tstate);
9272 if (PyErr_Occurred()) SWIG_fail;
9273 }
9274 resultobj = SWIG_FromInt((int)result);
9275 {
9276 PyObject *o = PyInt_FromLong((long) (*arg3));
9277 resultobj = t_output_helper(resultobj,o);
9278 }
9279 {
9280 PyObject *o = PyInt_FromLong((long) (*arg4));
9281 resultobj = t_output_helper(resultobj,o);
9282 }
9283 return resultobj;
9284 fail:
9285 return NULL;
9286 }
9287
9288
9289 static PyObject *_wrap_TextCtrl_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
9290 PyObject *resultobj;
9291 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9292 PyObject * obj0 = 0 ;
9293 char *kwnames[] = {
9294 (char *) "self", NULL
9295 };
9296
9297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Copy",kwnames,&obj0)) goto fail;
9298 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9299 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9300 {
9301 PyThreadState* __tstate = wxPyBeginAllowThreads();
9302 (arg1)->Copy();
9303
9304 wxPyEndAllowThreads(__tstate);
9305 if (PyErr_Occurred()) SWIG_fail;
9306 }
9307 Py_INCREF(Py_None); resultobj = Py_None;
9308 return resultobj;
9309 fail:
9310 return NULL;
9311 }
9312
9313
9314 static PyObject *_wrap_TextCtrl_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
9315 PyObject *resultobj;
9316 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9317 PyObject * obj0 = 0 ;
9318 char *kwnames[] = {
9319 (char *) "self", NULL
9320 };
9321
9322 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Cut",kwnames,&obj0)) goto fail;
9323 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9324 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9325 {
9326 PyThreadState* __tstate = wxPyBeginAllowThreads();
9327 (arg1)->Cut();
9328
9329 wxPyEndAllowThreads(__tstate);
9330 if (PyErr_Occurred()) SWIG_fail;
9331 }
9332 Py_INCREF(Py_None); resultobj = Py_None;
9333 return resultobj;
9334 fail:
9335 return NULL;
9336 }
9337
9338
9339 static PyObject *_wrap_TextCtrl_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
9340 PyObject *resultobj;
9341 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9342 PyObject * obj0 = 0 ;
9343 char *kwnames[] = {
9344 (char *) "self", NULL
9345 };
9346
9347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Paste",kwnames,&obj0)) goto fail;
9348 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9349 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9350 {
9351 PyThreadState* __tstate = wxPyBeginAllowThreads();
9352 (arg1)->Paste();
9353
9354 wxPyEndAllowThreads(__tstate);
9355 if (PyErr_Occurred()) SWIG_fail;
9356 }
9357 Py_INCREF(Py_None); resultobj = Py_None;
9358 return resultobj;
9359 fail:
9360 return NULL;
9361 }
9362
9363
9364 static PyObject *_wrap_TextCtrl_CanCopy(PyObject *self, PyObject *args, PyObject *kwargs) {
9365 PyObject *resultobj;
9366 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9367 bool result;
9368 PyObject * obj0 = 0 ;
9369 char *kwnames[] = {
9370 (char *) "self", NULL
9371 };
9372
9373 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCopy",kwnames,&obj0)) goto fail;
9374 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9375 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9376 {
9377 PyThreadState* __tstate = wxPyBeginAllowThreads();
9378 result = (bool)((wxTextCtrl const *)arg1)->CanCopy();
9379
9380 wxPyEndAllowThreads(__tstate);
9381 if (PyErr_Occurred()) SWIG_fail;
9382 }
9383 {
9384 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9385 }
9386 return resultobj;
9387 fail:
9388 return NULL;
9389 }
9390
9391
9392 static PyObject *_wrap_TextCtrl_CanCut(PyObject *self, PyObject *args, PyObject *kwargs) {
9393 PyObject *resultobj;
9394 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9395 bool result;
9396 PyObject * obj0 = 0 ;
9397 char *kwnames[] = {
9398 (char *) "self", NULL
9399 };
9400
9401 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCut",kwnames,&obj0)) goto fail;
9402 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9403 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9404 {
9405 PyThreadState* __tstate = wxPyBeginAllowThreads();
9406 result = (bool)((wxTextCtrl const *)arg1)->CanCut();
9407
9408 wxPyEndAllowThreads(__tstate);
9409 if (PyErr_Occurred()) SWIG_fail;
9410 }
9411 {
9412 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9413 }
9414 return resultobj;
9415 fail:
9416 return NULL;
9417 }
9418
9419
9420 static PyObject *_wrap_TextCtrl_CanPaste(PyObject *self, PyObject *args, PyObject *kwargs) {
9421 PyObject *resultobj;
9422 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9423 bool result;
9424 PyObject * obj0 = 0 ;
9425 char *kwnames[] = {
9426 (char *) "self", NULL
9427 };
9428
9429 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanPaste",kwnames,&obj0)) goto fail;
9430 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9431 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9432 {
9433 PyThreadState* __tstate = wxPyBeginAllowThreads();
9434 result = (bool)((wxTextCtrl const *)arg1)->CanPaste();
9435
9436 wxPyEndAllowThreads(__tstate);
9437 if (PyErr_Occurred()) SWIG_fail;
9438 }
9439 {
9440 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9441 }
9442 return resultobj;
9443 fail:
9444 return NULL;
9445 }
9446
9447
9448 static PyObject *_wrap_TextCtrl_Undo(PyObject *self, PyObject *args, PyObject *kwargs) {
9449 PyObject *resultobj;
9450 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9451 PyObject * obj0 = 0 ;
9452 char *kwnames[] = {
9453 (char *) "self", NULL
9454 };
9455
9456 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Undo",kwnames,&obj0)) goto fail;
9457 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9458 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9459 {
9460 PyThreadState* __tstate = wxPyBeginAllowThreads();
9461 (arg1)->Undo();
9462
9463 wxPyEndAllowThreads(__tstate);
9464 if (PyErr_Occurred()) SWIG_fail;
9465 }
9466 Py_INCREF(Py_None); resultobj = Py_None;
9467 return resultobj;
9468 fail:
9469 return NULL;
9470 }
9471
9472
9473 static PyObject *_wrap_TextCtrl_Redo(PyObject *self, PyObject *args, PyObject *kwargs) {
9474 PyObject *resultobj;
9475 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9476 PyObject * obj0 = 0 ;
9477 char *kwnames[] = {
9478 (char *) "self", NULL
9479 };
9480
9481 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Redo",kwnames,&obj0)) goto fail;
9482 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9483 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9484 {
9485 PyThreadState* __tstate = wxPyBeginAllowThreads();
9486 (arg1)->Redo();
9487
9488 wxPyEndAllowThreads(__tstate);
9489 if (PyErr_Occurred()) SWIG_fail;
9490 }
9491 Py_INCREF(Py_None); resultobj = Py_None;
9492 return resultobj;
9493 fail:
9494 return NULL;
9495 }
9496
9497
9498 static PyObject *_wrap_TextCtrl_CanUndo(PyObject *self, PyObject *args, PyObject *kwargs) {
9499 PyObject *resultobj;
9500 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9501 bool result;
9502 PyObject * obj0 = 0 ;
9503 char *kwnames[] = {
9504 (char *) "self", NULL
9505 };
9506
9507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanUndo",kwnames,&obj0)) goto fail;
9508 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9509 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9510 {
9511 PyThreadState* __tstate = wxPyBeginAllowThreads();
9512 result = (bool)((wxTextCtrl const *)arg1)->CanUndo();
9513
9514 wxPyEndAllowThreads(__tstate);
9515 if (PyErr_Occurred()) SWIG_fail;
9516 }
9517 {
9518 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9519 }
9520 return resultobj;
9521 fail:
9522 return NULL;
9523 }
9524
9525
9526 static PyObject *_wrap_TextCtrl_CanRedo(PyObject *self, PyObject *args, PyObject *kwargs) {
9527 PyObject *resultobj;
9528 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9529 bool result;
9530 PyObject * obj0 = 0 ;
9531 char *kwnames[] = {
9532 (char *) "self", NULL
9533 };
9534
9535 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanRedo",kwnames,&obj0)) goto fail;
9536 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9537 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9538 {
9539 PyThreadState* __tstate = wxPyBeginAllowThreads();
9540 result = (bool)((wxTextCtrl const *)arg1)->CanRedo();
9541
9542 wxPyEndAllowThreads(__tstate);
9543 if (PyErr_Occurred()) SWIG_fail;
9544 }
9545 {
9546 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9547 }
9548 return resultobj;
9549 fail:
9550 return NULL;
9551 }
9552
9553
9554 static PyObject *_wrap_TextCtrl_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
9555 PyObject *resultobj;
9556 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9557 long arg2 ;
9558 PyObject * obj0 = 0 ;
9559 PyObject * obj1 = 0 ;
9560 char *kwnames[] = {
9561 (char *) "self",(char *) "pos", NULL
9562 };
9563
9564 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
9565 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9566 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9567 arg2 = (long) SWIG_AsLong(obj1);
9568 if (PyErr_Occurred()) SWIG_fail;
9569 {
9570 PyThreadState* __tstate = wxPyBeginAllowThreads();
9571 (arg1)->SetInsertionPoint(arg2);
9572
9573 wxPyEndAllowThreads(__tstate);
9574 if (PyErr_Occurred()) SWIG_fail;
9575 }
9576 Py_INCREF(Py_None); resultobj = Py_None;
9577 return resultobj;
9578 fail:
9579 return NULL;
9580 }
9581
9582
9583 static PyObject *_wrap_TextCtrl_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
9584 PyObject *resultobj;
9585 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9586 PyObject * obj0 = 0 ;
9587 char *kwnames[] = {
9588 (char *) "self", NULL
9589 };
9590
9591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
9592 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9593 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9594 {
9595 PyThreadState* __tstate = wxPyBeginAllowThreads();
9596 (arg1)->SetInsertionPointEnd();
9597
9598 wxPyEndAllowThreads(__tstate);
9599 if (PyErr_Occurred()) SWIG_fail;
9600 }
9601 Py_INCREF(Py_None); resultobj = Py_None;
9602 return resultobj;
9603 fail:
9604 return NULL;
9605 }
9606
9607
9608 static PyObject *_wrap_TextCtrl_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
9609 PyObject *resultobj;
9610 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9611 long result;
9612 PyObject * obj0 = 0 ;
9613 char *kwnames[] = {
9614 (char *) "self", NULL
9615 };
9616
9617 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetInsertionPoint",kwnames,&obj0)) goto fail;
9618 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9619 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9620 {
9621 PyThreadState* __tstate = wxPyBeginAllowThreads();
9622 result = (long)((wxTextCtrl const *)arg1)->GetInsertionPoint();
9623
9624 wxPyEndAllowThreads(__tstate);
9625 if (PyErr_Occurred()) SWIG_fail;
9626 }
9627 resultobj = SWIG_FromLong((long)result);
9628 return resultobj;
9629 fail:
9630 return NULL;
9631 }
9632
9633
9634 static PyObject *_wrap_TextCtrl_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9635 PyObject *resultobj;
9636 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9637 long result;
9638 PyObject * obj0 = 0 ;
9639 char *kwnames[] = {
9640 (char *) "self", NULL
9641 };
9642
9643 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetLastPosition",kwnames,&obj0)) goto fail;
9644 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9645 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9646 {
9647 PyThreadState* __tstate = wxPyBeginAllowThreads();
9648 result = (long)((wxTextCtrl const *)arg1)->GetLastPosition();
9649
9650 wxPyEndAllowThreads(__tstate);
9651 if (PyErr_Occurred()) SWIG_fail;
9652 }
9653 resultobj = SWIG_FromLong((long)result);
9654 return resultobj;
9655 fail:
9656 return NULL;
9657 }
9658
9659
9660 static PyObject *_wrap_TextCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
9661 PyObject *resultobj;
9662 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9663 long arg2 ;
9664 long arg3 ;
9665 PyObject * obj0 = 0 ;
9666 PyObject * obj1 = 0 ;
9667 PyObject * obj2 = 0 ;
9668 char *kwnames[] = {
9669 (char *) "self",(char *) "from",(char *) "to", NULL
9670 };
9671
9672 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
9673 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9674 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9675 arg2 = (long) SWIG_AsLong(obj1);
9676 if (PyErr_Occurred()) SWIG_fail;
9677 arg3 = (long) SWIG_AsLong(obj2);
9678 if (PyErr_Occurred()) SWIG_fail;
9679 {
9680 PyThreadState* __tstate = wxPyBeginAllowThreads();
9681 (arg1)->SetSelection(arg2,arg3);
9682
9683 wxPyEndAllowThreads(__tstate);
9684 if (PyErr_Occurred()) SWIG_fail;
9685 }
9686 Py_INCREF(Py_None); resultobj = Py_None;
9687 return resultobj;
9688 fail:
9689 return NULL;
9690 }
9691
9692
9693 static PyObject *_wrap_TextCtrl_SelectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
9694 PyObject *resultobj;
9695 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9696 PyObject * obj0 = 0 ;
9697 char *kwnames[] = {
9698 (char *) "self", NULL
9699 };
9700
9701 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SelectAll",kwnames,&obj0)) goto fail;
9702 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9703 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9704 {
9705 PyThreadState* __tstate = wxPyBeginAllowThreads();
9706 (arg1)->SelectAll();
9707
9708 wxPyEndAllowThreads(__tstate);
9709 if (PyErr_Occurred()) SWIG_fail;
9710 }
9711 Py_INCREF(Py_None); resultobj = Py_None;
9712 return resultobj;
9713 fail:
9714 return NULL;
9715 }
9716
9717
9718 static PyObject *_wrap_TextCtrl_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
9719 PyObject *resultobj;
9720 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9721 bool arg2 ;
9722 PyObject * obj0 = 0 ;
9723 PyObject * obj1 = 0 ;
9724 char *kwnames[] = {
9725 (char *) "self",(char *) "editable", NULL
9726 };
9727
9728 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetEditable",kwnames,&obj0,&obj1)) goto fail;
9729 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9730 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9731 arg2 = (bool) SWIG_AsBool(obj1);
9732 if (PyErr_Occurred()) SWIG_fail;
9733 {
9734 PyThreadState* __tstate = wxPyBeginAllowThreads();
9735 (arg1)->SetEditable(arg2);
9736
9737 wxPyEndAllowThreads(__tstate);
9738 if (PyErr_Occurred()) SWIG_fail;
9739 }
9740 Py_INCREF(Py_None); resultobj = Py_None;
9741 return resultobj;
9742 fail:
9743 return NULL;
9744 }
9745
9746
9747 static PyObject *_wrap_TextCtrl_ShowNativeCaret(PyObject *self, PyObject *args, PyObject *kwargs) {
9748 PyObject *resultobj;
9749 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9750 bool arg2 = (bool) True ;
9751 bool result;
9752 PyObject * obj0 = 0 ;
9753 PyObject * obj1 = 0 ;
9754 char *kwnames[] = {
9755 (char *) "self",(char *) "show", NULL
9756 };
9757
9758 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:TextCtrl_ShowNativeCaret",kwnames,&obj0,&obj1)) goto fail;
9759 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9760 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9761 if (obj1) {
9762 arg2 = (bool) SWIG_AsBool(obj1);
9763 if (PyErr_Occurred()) SWIG_fail;
9764 }
9765 {
9766 PyThreadState* __tstate = wxPyBeginAllowThreads();
9767 result = (bool)(arg1)->ShowNativeCaret(arg2);
9768
9769 wxPyEndAllowThreads(__tstate);
9770 if (PyErr_Occurred()) SWIG_fail;
9771 }
9772 {
9773 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9774 }
9775 return resultobj;
9776 fail:
9777 return NULL;
9778 }
9779
9780
9781 static PyObject *_wrap_TextCtrl_HideNativeCaret(PyObject *self, PyObject *args, PyObject *kwargs) {
9782 PyObject *resultobj;
9783 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9784 bool result;
9785 PyObject * obj0 = 0 ;
9786 char *kwnames[] = {
9787 (char *) "self", NULL
9788 };
9789
9790 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_HideNativeCaret",kwnames,&obj0)) goto fail;
9791 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9792 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9793 {
9794 PyThreadState* __tstate = wxPyBeginAllowThreads();
9795 result = (bool)(arg1)->HideNativeCaret();
9796
9797 wxPyEndAllowThreads(__tstate);
9798 if (PyErr_Occurred()) SWIG_fail;
9799 }
9800 {
9801 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9802 }
9803 return resultobj;
9804 fail:
9805 return NULL;
9806 }
9807
9808
9809 static PyObject *_wrap_TextCtrl_write(PyObject *self, PyObject *args, PyObject *kwargs) {
9810 PyObject *resultobj;
9811 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9812 wxString *arg2 = 0 ;
9813 bool temp2 = False ;
9814 PyObject * obj0 = 0 ;
9815 PyObject * obj1 = 0 ;
9816 char *kwnames[] = {
9817 (char *) "self",(char *) "text", NULL
9818 };
9819
9820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_write",kwnames,&obj0,&obj1)) goto fail;
9821 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9823 {
9824 arg2 = wxString_in_helper(obj1);
9825 if (arg2 == NULL) SWIG_fail;
9826 temp2 = True;
9827 }
9828 {
9829 PyThreadState* __tstate = wxPyBeginAllowThreads();
9830 wxTextCtrl_write(arg1,(wxString const &)*arg2);
9831
9832 wxPyEndAllowThreads(__tstate);
9833 if (PyErr_Occurred()) SWIG_fail;
9834 }
9835 Py_INCREF(Py_None); resultobj = Py_None;
9836 {
9837 if (temp2)
9838 delete arg2;
9839 }
9840 return resultobj;
9841 fail:
9842 {
9843 if (temp2)
9844 delete arg2;
9845 }
9846 return NULL;
9847 }
9848
9849
9850 static PyObject *_wrap_TextCtrl_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
9851 PyObject *resultobj;
9852 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9853 long arg2 ;
9854 long arg3 ;
9855 wxString result;
9856 PyObject * obj0 = 0 ;
9857 PyObject * obj1 = 0 ;
9858 PyObject * obj2 = 0 ;
9859 char *kwnames[] = {
9860 (char *) "self",(char *) "from",(char *) "to", NULL
9861 };
9862
9863 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
9864 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9865 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9866 arg2 = (long) SWIG_AsLong(obj1);
9867 if (PyErr_Occurred()) SWIG_fail;
9868 arg3 = (long) SWIG_AsLong(obj2);
9869 if (PyErr_Occurred()) SWIG_fail;
9870 {
9871 PyThreadState* __tstate = wxPyBeginAllowThreads();
9872 result = wxTextCtrl_GetString(arg1,arg2,arg3);
9873
9874 wxPyEndAllowThreads(__tstate);
9875 if (PyErr_Occurred()) SWIG_fail;
9876 }
9877 {
9878 #if wxUSE_UNICODE
9879 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
9880 #else
9881 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
9882 #endif
9883 }
9884 return resultobj;
9885 fail:
9886 return NULL;
9887 }
9888
9889
9890 static PyObject *_wrap_TextCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
9891 PyObject *resultobj;
9892 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
9893 wxVisualAttributes result;
9894 PyObject * obj0 = 0 ;
9895 char *kwnames[] = {
9896 (char *) "variant", NULL
9897 };
9898
9899 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:TextCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
9900 if (obj0) {
9901 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
9902 if (PyErr_Occurred()) SWIG_fail;
9903 }
9904 {
9905 if (!wxPyCheckForApp()) SWIG_fail;
9906 PyThreadState* __tstate = wxPyBeginAllowThreads();
9907 result = wxTextCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
9908
9909 wxPyEndAllowThreads(__tstate);
9910 if (PyErr_Occurred()) SWIG_fail;
9911 }
9912 {
9913 wxVisualAttributes * resultptr;
9914 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
9915 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
9916 }
9917 return resultobj;
9918 fail:
9919 return NULL;
9920 }
9921
9922
9923 static PyObject * TextCtrl_swigregister(PyObject *self, PyObject *args) {
9924 PyObject *obj;
9925 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
9926 SWIG_TypeClientData(SWIGTYPE_p_wxTextCtrl, obj);
9927 Py_INCREF(obj);
9928 return Py_BuildValue((char *)"");
9929 }
9930 static PyObject *_wrap_new_TextUrlEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
9931 PyObject *resultobj;
9932 int arg1 ;
9933 wxMouseEvent *arg2 = 0 ;
9934 long arg3 ;
9935 long arg4 ;
9936 wxTextUrlEvent *result;
9937 PyObject * obj0 = 0 ;
9938 PyObject * obj1 = 0 ;
9939 PyObject * obj2 = 0 ;
9940 PyObject * obj3 = 0 ;
9941 char *kwnames[] = {
9942 (char *) "winid",(char *) "evtMouse",(char *) "start",(char *) "end", NULL
9943 };
9944
9945 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:new_TextUrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
9946 arg1 = (int) SWIG_AsInt(obj0);
9947 if (PyErr_Occurred()) SWIG_fail;
9948 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxMouseEvent,
9949 SWIG_POINTER_EXCEPTION | 0)) == -1)
9950 SWIG_fail;
9951 if (arg2 == NULL) {
9952 PyErr_SetString(PyExc_TypeError,"null reference");
9953 SWIG_fail;
9954 }
9955 arg3 = (long) SWIG_AsLong(obj2);
9956 if (PyErr_Occurred()) SWIG_fail;
9957 arg4 = (long) SWIG_AsLong(obj3);
9958 if (PyErr_Occurred()) SWIG_fail;
9959 {
9960 PyThreadState* __tstate = wxPyBeginAllowThreads();
9961 result = (wxTextUrlEvent *)new wxTextUrlEvent(arg1,(wxMouseEvent const &)*arg2,arg3,arg4);
9962
9963 wxPyEndAllowThreads(__tstate);
9964 if (PyErr_Occurred()) SWIG_fail;
9965 }
9966 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextUrlEvent, 1);
9967 return resultobj;
9968 fail:
9969 return NULL;
9970 }
9971
9972
9973 static PyObject *_wrap_TextUrlEvent_GetMouseEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
9974 PyObject *resultobj;
9975 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
9976 wxMouseEvent *result;
9977 PyObject * obj0 = 0 ;
9978 char *kwnames[] = {
9979 (char *) "self", NULL
9980 };
9981
9982 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetMouseEvent",kwnames,&obj0)) goto fail;
9983 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
9984 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9985 {
9986 PyThreadState* __tstate = wxPyBeginAllowThreads();
9987 {
9988 wxMouseEvent const &_result_ref = (arg1)->GetMouseEvent();
9989 result = (wxMouseEvent *) &_result_ref;
9990 }
9991
9992 wxPyEndAllowThreads(__tstate);
9993 if (PyErr_Occurred()) SWIG_fail;
9994 }
9995 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxMouseEvent, 0);
9996 return resultobj;
9997 fail:
9998 return NULL;
9999 }
10000
10001
10002 static PyObject *_wrap_TextUrlEvent_GetURLStart(PyObject *self, PyObject *args, PyObject *kwargs) {
10003 PyObject *resultobj;
10004 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
10005 long result;
10006 PyObject * obj0 = 0 ;
10007 char *kwnames[] = {
10008 (char *) "self", NULL
10009 };
10010
10011 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLStart",kwnames,&obj0)) goto fail;
10012 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
10013 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10014 {
10015 PyThreadState* __tstate = wxPyBeginAllowThreads();
10016 result = (long)((wxTextUrlEvent const *)arg1)->GetURLStart();
10017
10018 wxPyEndAllowThreads(__tstate);
10019 if (PyErr_Occurred()) SWIG_fail;
10020 }
10021 resultobj = SWIG_FromLong((long)result);
10022 return resultobj;
10023 fail:
10024 return NULL;
10025 }
10026
10027
10028 static PyObject *_wrap_TextUrlEvent_GetURLEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
10029 PyObject *resultobj;
10030 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
10031 long result;
10032 PyObject * obj0 = 0 ;
10033 char *kwnames[] = {
10034 (char *) "self", NULL
10035 };
10036
10037 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLEnd",kwnames,&obj0)) goto fail;
10038 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
10039 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10040 {
10041 PyThreadState* __tstate = wxPyBeginAllowThreads();
10042 result = (long)((wxTextUrlEvent const *)arg1)->GetURLEnd();
10043
10044 wxPyEndAllowThreads(__tstate);
10045 if (PyErr_Occurred()) SWIG_fail;
10046 }
10047 resultobj = SWIG_FromLong((long)result);
10048 return resultobj;
10049 fail:
10050 return NULL;
10051 }
10052
10053
10054 static PyObject * TextUrlEvent_swigregister(PyObject *self, PyObject *args) {
10055 PyObject *obj;
10056 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10057 SWIG_TypeClientData(SWIGTYPE_p_wxTextUrlEvent, obj);
10058 Py_INCREF(obj);
10059 return Py_BuildValue((char *)"");
10060 }
10061 static int _wrap_ScrollBarNameStr_set(PyObject *_val) {
10062 PyErr_SetString(PyExc_TypeError,"Variable ScrollBarNameStr is read-only.");
10063 return 1;
10064 }
10065
10066
10067 static PyObject *_wrap_ScrollBarNameStr_get() {
10068 PyObject *pyobj;
10069
10070 {
10071 #if wxUSE_UNICODE
10072 pyobj = PyUnicode_FromWideChar((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
10073 #else
10074 pyobj = PyString_FromStringAndSize((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
10075 #endif
10076 }
10077 return pyobj;
10078 }
10079
10080
10081 static PyObject *_wrap_new_ScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
10082 PyObject *resultobj;
10083 wxWindow *arg1 = (wxWindow *) 0 ;
10084 int arg2 = (int) -1 ;
10085 wxPoint const &arg3_defvalue = wxDefaultPosition ;
10086 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
10087 wxSize const &arg4_defvalue = wxDefaultSize ;
10088 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
10089 long arg5 = (long) wxSB_HORIZONTAL ;
10090 wxValidator const &arg6_defvalue = wxDefaultValidator ;
10091 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
10092 wxString const &arg7_defvalue = wxPyScrollBarNameStr ;
10093 wxString *arg7 = (wxString *) &arg7_defvalue ;
10094 wxScrollBar *result;
10095 wxPoint temp3 ;
10096 wxSize temp4 ;
10097 bool temp7 = False ;
10098 PyObject * obj0 = 0 ;
10099 PyObject * obj1 = 0 ;
10100 PyObject * obj2 = 0 ;
10101 PyObject * obj3 = 0 ;
10102 PyObject * obj4 = 0 ;
10103 PyObject * obj5 = 0 ;
10104 PyObject * obj6 = 0 ;
10105 char *kwnames[] = {
10106 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10107 };
10108
10109 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ScrollBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
10110 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
10111 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10112 if (obj1) {
10113 arg2 = (int) SWIG_AsInt(obj1);
10114 if (PyErr_Occurred()) SWIG_fail;
10115 }
10116 if (obj2) {
10117 {
10118 arg3 = &temp3;
10119 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
10120 }
10121 }
10122 if (obj3) {
10123 {
10124 arg4 = &temp4;
10125 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
10126 }
10127 }
10128 if (obj4) {
10129 arg5 = (long) SWIG_AsLong(obj4);
10130 if (PyErr_Occurred()) SWIG_fail;
10131 }
10132 if (obj5) {
10133 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
10134 SWIG_POINTER_EXCEPTION | 0)) == -1)
10135 SWIG_fail;
10136 if (arg6 == NULL) {
10137 PyErr_SetString(PyExc_TypeError,"null reference");
10138 SWIG_fail;
10139 }
10140 }
10141 if (obj6) {
10142 {
10143 arg7 = wxString_in_helper(obj6);
10144 if (arg7 == NULL) SWIG_fail;
10145 temp7 = True;
10146 }
10147 }
10148 {
10149 if (!wxPyCheckForApp()) SWIG_fail;
10150 PyThreadState* __tstate = wxPyBeginAllowThreads();
10151 result = (wxScrollBar *)new wxScrollBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
10152
10153 wxPyEndAllowThreads(__tstate);
10154 if (PyErr_Occurred()) SWIG_fail;
10155 }
10156 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxScrollBar, 1);
10157 {
10158 if (temp7)
10159 delete arg7;
10160 }
10161 return resultobj;
10162 fail:
10163 {
10164 if (temp7)
10165 delete arg7;
10166 }
10167 return NULL;
10168 }
10169
10170
10171 static PyObject *_wrap_new_PreScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
10172 PyObject *resultobj;
10173 wxScrollBar *result;
10174 char *kwnames[] = {
10175 NULL
10176 };
10177
10178 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreScrollBar",kwnames)) goto fail;
10179 {
10180 if (!wxPyCheckForApp()) SWIG_fail;
10181 PyThreadState* __tstate = wxPyBeginAllowThreads();
10182 result = (wxScrollBar *)new wxScrollBar();
10183
10184 wxPyEndAllowThreads(__tstate);
10185 if (PyErr_Occurred()) SWIG_fail;
10186 }
10187 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxScrollBar, 1);
10188 return resultobj;
10189 fail:
10190 return NULL;
10191 }
10192
10193
10194 static PyObject *_wrap_ScrollBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10195 PyObject *resultobj;
10196 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10197 wxWindow *arg2 = (wxWindow *) 0 ;
10198 int arg3 = (int) -1 ;
10199 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10200 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10201 wxSize const &arg5_defvalue = wxDefaultSize ;
10202 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10203 long arg6 = (long) wxSB_HORIZONTAL ;
10204 wxValidator const &arg7_defvalue = wxDefaultValidator ;
10205 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
10206 wxString const &arg8_defvalue = wxPyScrollBarNameStr ;
10207 wxString *arg8 = (wxString *) &arg8_defvalue ;
10208 bool result;
10209 wxPoint temp4 ;
10210 wxSize temp5 ;
10211 bool temp8 = False ;
10212 PyObject * obj0 = 0 ;
10213 PyObject * obj1 = 0 ;
10214 PyObject * obj2 = 0 ;
10215 PyObject * obj3 = 0 ;
10216 PyObject * obj4 = 0 ;
10217 PyObject * obj5 = 0 ;
10218 PyObject * obj6 = 0 ;
10219 PyObject * obj7 = 0 ;
10220 char *kwnames[] = {
10221 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10222 };
10223
10224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ScrollBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
10225 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10226 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10227 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
10228 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10229 if (obj2) {
10230 arg3 = (int) SWIG_AsInt(obj2);
10231 if (PyErr_Occurred()) SWIG_fail;
10232 }
10233 if (obj3) {
10234 {
10235 arg4 = &temp4;
10236 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10237 }
10238 }
10239 if (obj4) {
10240 {
10241 arg5 = &temp5;
10242 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10243 }
10244 }
10245 if (obj5) {
10246 arg6 = (long) SWIG_AsLong(obj5);
10247 if (PyErr_Occurred()) SWIG_fail;
10248 }
10249 if (obj6) {
10250 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
10251 SWIG_POINTER_EXCEPTION | 0)) == -1)
10252 SWIG_fail;
10253 if (arg7 == NULL) {
10254 PyErr_SetString(PyExc_TypeError,"null reference");
10255 SWIG_fail;
10256 }
10257 }
10258 if (obj7) {
10259 {
10260 arg8 = wxString_in_helper(obj7);
10261 if (arg8 == NULL) SWIG_fail;
10262 temp8 = True;
10263 }
10264 }
10265 {
10266 PyThreadState* __tstate = wxPyBeginAllowThreads();
10267 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
10268
10269 wxPyEndAllowThreads(__tstate);
10270 if (PyErr_Occurred()) SWIG_fail;
10271 }
10272 {
10273 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10274 }
10275 {
10276 if (temp8)
10277 delete arg8;
10278 }
10279 return resultobj;
10280 fail:
10281 {
10282 if (temp8)
10283 delete arg8;
10284 }
10285 return NULL;
10286 }
10287
10288
10289 static PyObject *_wrap_ScrollBar_GetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
10290 PyObject *resultobj;
10291 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10292 int result;
10293 PyObject * obj0 = 0 ;
10294 char *kwnames[] = {
10295 (char *) "self", NULL
10296 };
10297
10298 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbPosition",kwnames,&obj0)) goto fail;
10299 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10300 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10301 {
10302 PyThreadState* __tstate = wxPyBeginAllowThreads();
10303 result = (int)((wxScrollBar const *)arg1)->GetThumbPosition();
10304
10305 wxPyEndAllowThreads(__tstate);
10306 if (PyErr_Occurred()) SWIG_fail;
10307 }
10308 resultobj = SWIG_FromInt((int)result);
10309 return resultobj;
10310 fail:
10311 return NULL;
10312 }
10313
10314
10315 static PyObject *_wrap_ScrollBar_GetThumbSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10316 PyObject *resultobj;
10317 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10318 int result;
10319 PyObject * obj0 = 0 ;
10320 char *kwnames[] = {
10321 (char *) "self", NULL
10322 };
10323
10324 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbSize",kwnames,&obj0)) goto fail;
10325 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10326 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10327 {
10328 PyThreadState* __tstate = wxPyBeginAllowThreads();
10329 result = (int)((wxScrollBar const *)arg1)->GetThumbSize();
10330
10331 wxPyEndAllowThreads(__tstate);
10332 if (PyErr_Occurred()) SWIG_fail;
10333 }
10334 resultobj = SWIG_FromInt((int)result);
10335 return resultobj;
10336 fail:
10337 return NULL;
10338 }
10339
10340
10341 static PyObject *_wrap_ScrollBar_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10342 PyObject *resultobj;
10343 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10344 int result;
10345 PyObject * obj0 = 0 ;
10346 char *kwnames[] = {
10347 (char *) "self", NULL
10348 };
10349
10350 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetPageSize",kwnames,&obj0)) goto fail;
10351 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10352 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10353 {
10354 PyThreadState* __tstate = wxPyBeginAllowThreads();
10355 result = (int)((wxScrollBar const *)arg1)->GetPageSize();
10356
10357 wxPyEndAllowThreads(__tstate);
10358 if (PyErr_Occurred()) SWIG_fail;
10359 }
10360 resultobj = SWIG_FromInt((int)result);
10361 return resultobj;
10362 fail:
10363 return NULL;
10364 }
10365
10366
10367 static PyObject *_wrap_ScrollBar_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
10368 PyObject *resultobj;
10369 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10370 int result;
10371 PyObject * obj0 = 0 ;
10372 char *kwnames[] = {
10373 (char *) "self", NULL
10374 };
10375
10376 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetRange",kwnames,&obj0)) goto fail;
10377 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10378 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10379 {
10380 PyThreadState* __tstate = wxPyBeginAllowThreads();
10381 result = (int)((wxScrollBar const *)arg1)->GetRange();
10382
10383 wxPyEndAllowThreads(__tstate);
10384 if (PyErr_Occurred()) SWIG_fail;
10385 }
10386 resultobj = SWIG_FromInt((int)result);
10387 return resultobj;
10388 fail:
10389 return NULL;
10390 }
10391
10392
10393 static PyObject *_wrap_ScrollBar_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
10394 PyObject *resultobj;
10395 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10396 bool result;
10397 PyObject * obj0 = 0 ;
10398 char *kwnames[] = {
10399 (char *) "self", NULL
10400 };
10401
10402 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_IsVertical",kwnames,&obj0)) goto fail;
10403 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10404 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10405 {
10406 PyThreadState* __tstate = wxPyBeginAllowThreads();
10407 result = (bool)((wxScrollBar const *)arg1)->IsVertical();
10408
10409 wxPyEndAllowThreads(__tstate);
10410 if (PyErr_Occurred()) SWIG_fail;
10411 }
10412 {
10413 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10414 }
10415 return resultobj;
10416 fail:
10417 return NULL;
10418 }
10419
10420
10421 static PyObject *_wrap_ScrollBar_SetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
10422 PyObject *resultobj;
10423 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10424 int arg2 ;
10425 PyObject * obj0 = 0 ;
10426 PyObject * obj1 = 0 ;
10427 char *kwnames[] = {
10428 (char *) "self",(char *) "viewStart", NULL
10429 };
10430
10431 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ScrollBar_SetThumbPosition",kwnames,&obj0,&obj1)) goto fail;
10432 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10433 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10434 arg2 = (int) SWIG_AsInt(obj1);
10435 if (PyErr_Occurred()) SWIG_fail;
10436 {
10437 PyThreadState* __tstate = wxPyBeginAllowThreads();
10438 (arg1)->SetThumbPosition(arg2);
10439
10440 wxPyEndAllowThreads(__tstate);
10441 if (PyErr_Occurred()) SWIG_fail;
10442 }
10443 Py_INCREF(Py_None); resultobj = Py_None;
10444 return resultobj;
10445 fail:
10446 return NULL;
10447 }
10448
10449
10450 static PyObject *_wrap_ScrollBar_SetScrollbar(PyObject *self, PyObject *args, PyObject *kwargs) {
10451 PyObject *resultobj;
10452 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10453 int arg2 ;
10454 int arg3 ;
10455 int arg4 ;
10456 int arg5 ;
10457 bool arg6 = (bool) True ;
10458 PyObject * obj0 = 0 ;
10459 PyObject * obj1 = 0 ;
10460 PyObject * obj2 = 0 ;
10461 PyObject * obj3 = 0 ;
10462 PyObject * obj4 = 0 ;
10463 PyObject * obj5 = 0 ;
10464 char *kwnames[] = {
10465 (char *) "self",(char *) "position",(char *) "thumbSize",(char *) "range",(char *) "pageSize",(char *) "refresh", NULL
10466 };
10467
10468 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:ScrollBar_SetScrollbar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
10469 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10470 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10471 arg2 = (int) SWIG_AsInt(obj1);
10472 if (PyErr_Occurred()) SWIG_fail;
10473 arg3 = (int) SWIG_AsInt(obj2);
10474 if (PyErr_Occurred()) SWIG_fail;
10475 arg4 = (int) SWIG_AsInt(obj3);
10476 if (PyErr_Occurred()) SWIG_fail;
10477 arg5 = (int) SWIG_AsInt(obj4);
10478 if (PyErr_Occurred()) SWIG_fail;
10479 if (obj5) {
10480 arg6 = (bool) SWIG_AsBool(obj5);
10481 if (PyErr_Occurred()) SWIG_fail;
10482 }
10483 {
10484 PyThreadState* __tstate = wxPyBeginAllowThreads();
10485 (arg1)->SetScrollbar(arg2,arg3,arg4,arg5,arg6);
10486
10487 wxPyEndAllowThreads(__tstate);
10488 if (PyErr_Occurred()) SWIG_fail;
10489 }
10490 Py_INCREF(Py_None); resultobj = Py_None;
10491 return resultobj;
10492 fail:
10493 return NULL;
10494 }
10495
10496
10497 static PyObject *_wrap_ScrollBar_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
10498 PyObject *resultobj;
10499 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
10500 wxVisualAttributes result;
10501 PyObject * obj0 = 0 ;
10502 char *kwnames[] = {
10503 (char *) "variant", NULL
10504 };
10505
10506 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ScrollBar_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
10507 if (obj0) {
10508 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
10509 if (PyErr_Occurred()) SWIG_fail;
10510 }
10511 {
10512 if (!wxPyCheckForApp()) SWIG_fail;
10513 PyThreadState* __tstate = wxPyBeginAllowThreads();
10514 result = wxScrollBar::GetClassDefaultAttributes((wxWindowVariant )arg1);
10515
10516 wxPyEndAllowThreads(__tstate);
10517 if (PyErr_Occurred()) SWIG_fail;
10518 }
10519 {
10520 wxVisualAttributes * resultptr;
10521 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
10522 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
10523 }
10524 return resultobj;
10525 fail:
10526 return NULL;
10527 }
10528
10529
10530 static PyObject * ScrollBar_swigregister(PyObject *self, PyObject *args) {
10531 PyObject *obj;
10532 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10533 SWIG_TypeClientData(SWIGTYPE_p_wxScrollBar, obj);
10534 Py_INCREF(obj);
10535 return Py_BuildValue((char *)"");
10536 }
10537 static int _wrap_SPIN_BUTTON_NAME_set(PyObject *_val) {
10538 PyErr_SetString(PyExc_TypeError,"Variable SPIN_BUTTON_NAME is read-only.");
10539 return 1;
10540 }
10541
10542
10543 static PyObject *_wrap_SPIN_BUTTON_NAME_get() {
10544 PyObject *pyobj;
10545
10546 {
10547 #if wxUSE_UNICODE
10548 pyobj = PyUnicode_FromWideChar((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
10549 #else
10550 pyobj = PyString_FromStringAndSize((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
10551 #endif
10552 }
10553 return pyobj;
10554 }
10555
10556
10557 static int _wrap_SpinCtrlNameStr_set(PyObject *_val) {
10558 PyErr_SetString(PyExc_TypeError,"Variable SpinCtrlNameStr is read-only.");
10559 return 1;
10560 }
10561
10562
10563 static PyObject *_wrap_SpinCtrlNameStr_get() {
10564 PyObject *pyobj;
10565
10566 {
10567 #if wxUSE_UNICODE
10568 pyobj = PyUnicode_FromWideChar((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
10569 #else
10570 pyobj = PyString_FromStringAndSize((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
10571 #endif
10572 }
10573 return pyobj;
10574 }
10575
10576
10577 static PyObject *_wrap_new_SpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10578 PyObject *resultobj;
10579 wxWindow *arg1 = (wxWindow *) 0 ;
10580 int arg2 = (int) -1 ;
10581 wxPoint const &arg3_defvalue = wxDefaultPosition ;
10582 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
10583 wxSize const &arg4_defvalue = wxDefaultSize ;
10584 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
10585 long arg5 = (long) wxSP_HORIZONTAL ;
10586 wxString const &arg6_defvalue = wxPySPIN_BUTTON_NAME ;
10587 wxString *arg6 = (wxString *) &arg6_defvalue ;
10588 wxSpinButton *result;
10589 wxPoint temp3 ;
10590 wxSize temp4 ;
10591 bool temp6 = False ;
10592 PyObject * obj0 = 0 ;
10593 PyObject * obj1 = 0 ;
10594 PyObject * obj2 = 0 ;
10595 PyObject * obj3 = 0 ;
10596 PyObject * obj4 = 0 ;
10597 PyObject * obj5 = 0 ;
10598 char *kwnames[] = {
10599 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10600 };
10601
10602 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_SpinButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
10603 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
10604 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10605 if (obj1) {
10606 arg2 = (int) SWIG_AsInt(obj1);
10607 if (PyErr_Occurred()) SWIG_fail;
10608 }
10609 if (obj2) {
10610 {
10611 arg3 = &temp3;
10612 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
10613 }
10614 }
10615 if (obj3) {
10616 {
10617 arg4 = &temp4;
10618 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
10619 }
10620 }
10621 if (obj4) {
10622 arg5 = (long) SWIG_AsLong(obj4);
10623 if (PyErr_Occurred()) SWIG_fail;
10624 }
10625 if (obj5) {
10626 {
10627 arg6 = wxString_in_helper(obj5);
10628 if (arg6 == NULL) SWIG_fail;
10629 temp6 = True;
10630 }
10631 }
10632 {
10633 if (!wxPyCheckForApp()) SWIG_fail;
10634 PyThreadState* __tstate = wxPyBeginAllowThreads();
10635 result = (wxSpinButton *)new wxSpinButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
10636
10637 wxPyEndAllowThreads(__tstate);
10638 if (PyErr_Occurred()) SWIG_fail;
10639 }
10640 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinButton, 1);
10641 {
10642 if (temp6)
10643 delete arg6;
10644 }
10645 return resultobj;
10646 fail:
10647 {
10648 if (temp6)
10649 delete arg6;
10650 }
10651 return NULL;
10652 }
10653
10654
10655 static PyObject *_wrap_new_PreSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10656 PyObject *resultobj;
10657 wxSpinButton *result;
10658 char *kwnames[] = {
10659 NULL
10660 };
10661
10662 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinButton",kwnames)) goto fail;
10663 {
10664 if (!wxPyCheckForApp()) SWIG_fail;
10665 PyThreadState* __tstate = wxPyBeginAllowThreads();
10666 result = (wxSpinButton *)new wxSpinButton();
10667
10668 wxPyEndAllowThreads(__tstate);
10669 if (PyErr_Occurred()) SWIG_fail;
10670 }
10671 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinButton, 1);
10672 return resultobj;
10673 fail:
10674 return NULL;
10675 }
10676
10677
10678 static PyObject *_wrap_SpinButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10679 PyObject *resultobj;
10680 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10681 wxWindow *arg2 = (wxWindow *) 0 ;
10682 int arg3 = (int) -1 ;
10683 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10684 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10685 wxSize const &arg5_defvalue = wxDefaultSize ;
10686 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10687 long arg6 = (long) wxSP_HORIZONTAL ;
10688 wxString const &arg7_defvalue = wxPySPIN_BUTTON_NAME ;
10689 wxString *arg7 = (wxString *) &arg7_defvalue ;
10690 bool result;
10691 wxPoint temp4 ;
10692 wxSize temp5 ;
10693 bool temp7 = False ;
10694 PyObject * obj0 = 0 ;
10695 PyObject * obj1 = 0 ;
10696 PyObject * obj2 = 0 ;
10697 PyObject * obj3 = 0 ;
10698 PyObject * obj4 = 0 ;
10699 PyObject * obj5 = 0 ;
10700 PyObject * obj6 = 0 ;
10701 char *kwnames[] = {
10702 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10703 };
10704
10705 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:SpinButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
10706 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10707 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10708 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
10709 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10710 if (obj2) {
10711 arg3 = (int) SWIG_AsInt(obj2);
10712 if (PyErr_Occurred()) SWIG_fail;
10713 }
10714 if (obj3) {
10715 {
10716 arg4 = &temp4;
10717 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10718 }
10719 }
10720 if (obj4) {
10721 {
10722 arg5 = &temp5;
10723 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10724 }
10725 }
10726 if (obj5) {
10727 arg6 = (long) SWIG_AsLong(obj5);
10728 if (PyErr_Occurred()) SWIG_fail;
10729 }
10730 if (obj6) {
10731 {
10732 arg7 = wxString_in_helper(obj6);
10733 if (arg7 == NULL) SWIG_fail;
10734 temp7 = True;
10735 }
10736 }
10737 {
10738 PyThreadState* __tstate = wxPyBeginAllowThreads();
10739 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
10740
10741 wxPyEndAllowThreads(__tstate);
10742 if (PyErr_Occurred()) SWIG_fail;
10743 }
10744 {
10745 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10746 }
10747 {
10748 if (temp7)
10749 delete arg7;
10750 }
10751 return resultobj;
10752 fail:
10753 {
10754 if (temp7)
10755 delete arg7;
10756 }
10757 return NULL;
10758 }
10759
10760
10761 static PyObject *_wrap_SpinButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10762 PyObject *resultobj;
10763 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10764 int result;
10765 PyObject * obj0 = 0 ;
10766 char *kwnames[] = {
10767 (char *) "self", NULL
10768 };
10769
10770 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetValue",kwnames,&obj0)) goto fail;
10771 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10772 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10773 {
10774 PyThreadState* __tstate = wxPyBeginAllowThreads();
10775 result = (int)((wxSpinButton const *)arg1)->GetValue();
10776
10777 wxPyEndAllowThreads(__tstate);
10778 if (PyErr_Occurred()) SWIG_fail;
10779 }
10780 resultobj = SWIG_FromInt((int)result);
10781 return resultobj;
10782 fail:
10783 return NULL;
10784 }
10785
10786
10787 static PyObject *_wrap_SpinButton_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
10788 PyObject *resultobj;
10789 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10790 int result;
10791 PyObject * obj0 = 0 ;
10792 char *kwnames[] = {
10793 (char *) "self", NULL
10794 };
10795
10796 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMin",kwnames,&obj0)) goto fail;
10797 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10798 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10799 {
10800 PyThreadState* __tstate = wxPyBeginAllowThreads();
10801 result = (int)((wxSpinButton const *)arg1)->GetMin();
10802
10803 wxPyEndAllowThreads(__tstate);
10804 if (PyErr_Occurred()) SWIG_fail;
10805 }
10806 resultobj = SWIG_FromInt((int)result);
10807 return resultobj;
10808 fail:
10809 return NULL;
10810 }
10811
10812
10813 static PyObject *_wrap_SpinButton_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
10814 PyObject *resultobj;
10815 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10816 int result;
10817 PyObject * obj0 = 0 ;
10818 char *kwnames[] = {
10819 (char *) "self", NULL
10820 };
10821
10822 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMax",kwnames,&obj0)) goto fail;
10823 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10824 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10825 {
10826 PyThreadState* __tstate = wxPyBeginAllowThreads();
10827 result = (int)((wxSpinButton const *)arg1)->GetMax();
10828
10829 wxPyEndAllowThreads(__tstate);
10830 if (PyErr_Occurred()) SWIG_fail;
10831 }
10832 resultobj = SWIG_FromInt((int)result);
10833 return resultobj;
10834 fail:
10835 return NULL;
10836 }
10837
10838
10839 static PyObject *_wrap_SpinButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10840 PyObject *resultobj;
10841 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10842 int arg2 ;
10843 PyObject * obj0 = 0 ;
10844 PyObject * obj1 = 0 ;
10845 char *kwnames[] = {
10846 (char *) "self",(char *) "val", NULL
10847 };
10848
10849 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
10850 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10851 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10852 arg2 = (int) SWIG_AsInt(obj1);
10853 if (PyErr_Occurred()) SWIG_fail;
10854 {
10855 PyThreadState* __tstate = wxPyBeginAllowThreads();
10856 (arg1)->SetValue(arg2);
10857
10858 wxPyEndAllowThreads(__tstate);
10859 if (PyErr_Occurred()) SWIG_fail;
10860 }
10861 Py_INCREF(Py_None); resultobj = Py_None;
10862 return resultobj;
10863 fail:
10864 return NULL;
10865 }
10866
10867
10868 static PyObject *_wrap_SpinButton_SetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
10869 PyObject *resultobj;
10870 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10871 int arg2 ;
10872 PyObject * obj0 = 0 ;
10873 PyObject * obj1 = 0 ;
10874 char *kwnames[] = {
10875 (char *) "self",(char *) "minVal", NULL
10876 };
10877
10878 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMin",kwnames,&obj0,&obj1)) goto fail;
10879 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10880 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10881 arg2 = (int) SWIG_AsInt(obj1);
10882 if (PyErr_Occurred()) SWIG_fail;
10883 {
10884 PyThreadState* __tstate = wxPyBeginAllowThreads();
10885 (arg1)->SetMin(arg2);
10886
10887 wxPyEndAllowThreads(__tstate);
10888 if (PyErr_Occurred()) SWIG_fail;
10889 }
10890 Py_INCREF(Py_None); resultobj = Py_None;
10891 return resultobj;
10892 fail:
10893 return NULL;
10894 }
10895
10896
10897 static PyObject *_wrap_SpinButton_SetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
10898 PyObject *resultobj;
10899 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10900 int arg2 ;
10901 PyObject * obj0 = 0 ;
10902 PyObject * obj1 = 0 ;
10903 char *kwnames[] = {
10904 (char *) "self",(char *) "maxVal", NULL
10905 };
10906
10907 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMax",kwnames,&obj0,&obj1)) goto fail;
10908 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10909 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10910 arg2 = (int) SWIG_AsInt(obj1);
10911 if (PyErr_Occurred()) SWIG_fail;
10912 {
10913 PyThreadState* __tstate = wxPyBeginAllowThreads();
10914 (arg1)->SetMax(arg2);
10915
10916 wxPyEndAllowThreads(__tstate);
10917 if (PyErr_Occurred()) SWIG_fail;
10918 }
10919 Py_INCREF(Py_None); resultobj = Py_None;
10920 return resultobj;
10921 fail:
10922 return NULL;
10923 }
10924
10925
10926 static PyObject *_wrap_SpinButton_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
10927 PyObject *resultobj;
10928 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10929 int arg2 ;
10930 int arg3 ;
10931 PyObject * obj0 = 0 ;
10932 PyObject * obj1 = 0 ;
10933 PyObject * obj2 = 0 ;
10934 char *kwnames[] = {
10935 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
10936 };
10937
10938 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinButton_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
10939 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10940 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10941 arg2 = (int) SWIG_AsInt(obj1);
10942 if (PyErr_Occurred()) SWIG_fail;
10943 arg3 = (int) SWIG_AsInt(obj2);
10944 if (PyErr_Occurred()) SWIG_fail;
10945 {
10946 PyThreadState* __tstate = wxPyBeginAllowThreads();
10947 (arg1)->SetRange(arg2,arg3);
10948
10949 wxPyEndAllowThreads(__tstate);
10950 if (PyErr_Occurred()) SWIG_fail;
10951 }
10952 Py_INCREF(Py_None); resultobj = Py_None;
10953 return resultobj;
10954 fail:
10955 return NULL;
10956 }
10957
10958
10959 static PyObject *_wrap_SpinButton_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
10960 PyObject *resultobj;
10961 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10962 bool result;
10963 PyObject * obj0 = 0 ;
10964 char *kwnames[] = {
10965 (char *) "self", NULL
10966 };
10967
10968 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_IsVertical",kwnames,&obj0)) goto fail;
10969 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10970 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10971 {
10972 PyThreadState* __tstate = wxPyBeginAllowThreads();
10973 result = (bool)((wxSpinButton const *)arg1)->IsVertical();
10974
10975 wxPyEndAllowThreads(__tstate);
10976 if (PyErr_Occurred()) SWIG_fail;
10977 }
10978 {
10979 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10980 }
10981 return resultobj;
10982 fail:
10983 return NULL;
10984 }
10985
10986
10987 static PyObject *_wrap_SpinButton_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
10988 PyObject *resultobj;
10989 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
10990 wxVisualAttributes result;
10991 PyObject * obj0 = 0 ;
10992 char *kwnames[] = {
10993 (char *) "variant", NULL
10994 };
10995
10996 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:SpinButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
10997 if (obj0) {
10998 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
10999 if (PyErr_Occurred()) SWIG_fail;
11000 }
11001 {
11002 if (!wxPyCheckForApp()) SWIG_fail;
11003 PyThreadState* __tstate = wxPyBeginAllowThreads();
11004 result = wxSpinButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
11005
11006 wxPyEndAllowThreads(__tstate);
11007 if (PyErr_Occurred()) SWIG_fail;
11008 }
11009 {
11010 wxVisualAttributes * resultptr;
11011 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
11012 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
11013 }
11014 return resultobj;
11015 fail:
11016 return NULL;
11017 }
11018
11019
11020 static PyObject * SpinButton_swigregister(PyObject *self, PyObject *args) {
11021 PyObject *obj;
11022 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11023 SWIG_TypeClientData(SWIGTYPE_p_wxSpinButton, obj);
11024 Py_INCREF(obj);
11025 return Py_BuildValue((char *)"");
11026 }
11027 static PyObject *_wrap_new_SpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
11028 PyObject *resultobj;
11029 wxWindow *arg1 = (wxWindow *) 0 ;
11030 int arg2 = (int) -1 ;
11031 wxString const &arg3_defvalue = wxPyEmptyString ;
11032 wxString *arg3 = (wxString *) &arg3_defvalue ;
11033 wxPoint const &arg4_defvalue = wxDefaultPosition ;
11034 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
11035 wxSize const &arg5_defvalue = wxDefaultSize ;
11036 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
11037 long arg6 = (long) wxSP_ARROW_KEYS ;
11038 int arg7 = (int) 0 ;
11039 int arg8 = (int) 100 ;
11040 int arg9 = (int) 0 ;
11041 wxString const &arg10_defvalue = wxPySpinCtrlNameStr ;
11042 wxString *arg10 = (wxString *) &arg10_defvalue ;
11043 wxSpinCtrl *result;
11044 bool temp3 = False ;
11045 wxPoint temp4 ;
11046 wxSize temp5 ;
11047 bool temp10 = False ;
11048 PyObject * obj0 = 0 ;
11049 PyObject * obj1 = 0 ;
11050 PyObject * obj2 = 0 ;
11051 PyObject * obj3 = 0 ;
11052 PyObject * obj4 = 0 ;
11053 PyObject * obj5 = 0 ;
11054 PyObject * obj6 = 0 ;
11055 PyObject * obj7 = 0 ;
11056 PyObject * obj8 = 0 ;
11057 PyObject * obj9 = 0 ;
11058 char *kwnames[] = {
11059 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11060 };
11061
11062 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_SpinCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11063 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
11064 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11065 if (obj1) {
11066 arg2 = (int) SWIG_AsInt(obj1);
11067 if (PyErr_Occurred()) SWIG_fail;
11068 }
11069 if (obj2) {
11070 {
11071 arg3 = wxString_in_helper(obj2);
11072 if (arg3 == NULL) SWIG_fail;
11073 temp3 = True;
11074 }
11075 }
11076 if (obj3) {
11077 {
11078 arg4 = &temp4;
11079 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11080 }
11081 }
11082 if (obj4) {
11083 {
11084 arg5 = &temp5;
11085 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11086 }
11087 }
11088 if (obj5) {
11089 arg6 = (long) SWIG_AsLong(obj5);
11090 if (PyErr_Occurred()) SWIG_fail;
11091 }
11092 if (obj6) {
11093 arg7 = (int) SWIG_AsInt(obj6);
11094 if (PyErr_Occurred()) SWIG_fail;
11095 }
11096 if (obj7) {
11097 arg8 = (int) SWIG_AsInt(obj7);
11098 if (PyErr_Occurred()) SWIG_fail;
11099 }
11100 if (obj8) {
11101 arg9 = (int) SWIG_AsInt(obj8);
11102 if (PyErr_Occurred()) SWIG_fail;
11103 }
11104 if (obj9) {
11105 {
11106 arg10 = wxString_in_helper(obj9);
11107 if (arg10 == NULL) SWIG_fail;
11108 temp10 = True;
11109 }
11110 }
11111 {
11112 if (!wxPyCheckForApp()) SWIG_fail;
11113 PyThreadState* __tstate = wxPyBeginAllowThreads();
11114 result = (wxSpinCtrl *)new wxSpinCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,arg7,arg8,arg9,(wxString const &)*arg10);
11115
11116 wxPyEndAllowThreads(__tstate);
11117 if (PyErr_Occurred()) SWIG_fail;
11118 }
11119 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinCtrl, 1);
11120 {
11121 if (temp3)
11122 delete arg3;
11123 }
11124 {
11125 if (temp10)
11126 delete arg10;
11127 }
11128 return resultobj;
11129 fail:
11130 {
11131 if (temp3)
11132 delete arg3;
11133 }
11134 {
11135 if (temp10)
11136 delete arg10;
11137 }
11138 return NULL;
11139 }
11140
11141
11142 static PyObject *_wrap_new_PreSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
11143 PyObject *resultobj;
11144 wxSpinCtrl *result;
11145 char *kwnames[] = {
11146 NULL
11147 };
11148
11149 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinCtrl",kwnames)) goto fail;
11150 {
11151 if (!wxPyCheckForApp()) SWIG_fail;
11152 PyThreadState* __tstate = wxPyBeginAllowThreads();
11153 result = (wxSpinCtrl *)new wxSpinCtrl();
11154
11155 wxPyEndAllowThreads(__tstate);
11156 if (PyErr_Occurred()) SWIG_fail;
11157 }
11158 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinCtrl, 1);
11159 return resultobj;
11160 fail:
11161 return NULL;
11162 }
11163
11164
11165 static PyObject *_wrap_SpinCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11166 PyObject *resultobj;
11167 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11168 wxWindow *arg2 = (wxWindow *) 0 ;
11169 int arg3 = (int) -1 ;
11170 wxString const &arg4_defvalue = wxPyEmptyString ;
11171 wxString *arg4 = (wxString *) &arg4_defvalue ;
11172 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11173 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11174 wxSize const &arg6_defvalue = wxDefaultSize ;
11175 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11176 long arg7 = (long) wxSP_ARROW_KEYS ;
11177 int arg8 = (int) 0 ;
11178 int arg9 = (int) 100 ;
11179 int arg10 = (int) 0 ;
11180 wxString const &arg11_defvalue = wxPySpinCtrlNameStr ;
11181 wxString *arg11 = (wxString *) &arg11_defvalue ;
11182 bool result;
11183 bool temp4 = False ;
11184 wxPoint temp5 ;
11185 wxSize temp6 ;
11186 bool temp11 = False ;
11187 PyObject * obj0 = 0 ;
11188 PyObject * obj1 = 0 ;
11189 PyObject * obj2 = 0 ;
11190 PyObject * obj3 = 0 ;
11191 PyObject * obj4 = 0 ;
11192 PyObject * obj5 = 0 ;
11193 PyObject * obj6 = 0 ;
11194 PyObject * obj7 = 0 ;
11195 PyObject * obj8 = 0 ;
11196 PyObject * obj9 = 0 ;
11197 PyObject * obj10 = 0 ;
11198 char *kwnames[] = {
11199 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11200 };
11201
11202 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:SpinCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11203 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11204 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11205 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
11206 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11207 if (obj2) {
11208 arg3 = (int) SWIG_AsInt(obj2);
11209 if (PyErr_Occurred()) SWIG_fail;
11210 }
11211 if (obj3) {
11212 {
11213 arg4 = wxString_in_helper(obj3);
11214 if (arg4 == NULL) SWIG_fail;
11215 temp4 = True;
11216 }
11217 }
11218 if (obj4) {
11219 {
11220 arg5 = &temp5;
11221 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
11222 }
11223 }
11224 if (obj5) {
11225 {
11226 arg6 = &temp6;
11227 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
11228 }
11229 }
11230 if (obj6) {
11231 arg7 = (long) SWIG_AsLong(obj6);
11232 if (PyErr_Occurred()) SWIG_fail;
11233 }
11234 if (obj7) {
11235 arg8 = (int) SWIG_AsInt(obj7);
11236 if (PyErr_Occurred()) SWIG_fail;
11237 }
11238 if (obj8) {
11239 arg9 = (int) SWIG_AsInt(obj8);
11240 if (PyErr_Occurred()) SWIG_fail;
11241 }
11242 if (obj9) {
11243 arg10 = (int) SWIG_AsInt(obj9);
11244 if (PyErr_Occurred()) SWIG_fail;
11245 }
11246 if (obj10) {
11247 {
11248 arg11 = wxString_in_helper(obj10);
11249 if (arg11 == NULL) SWIG_fail;
11250 temp11 = True;
11251 }
11252 }
11253 {
11254 PyThreadState* __tstate = wxPyBeginAllowThreads();
11255 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,arg8,arg9,arg10,(wxString const &)*arg11);
11256
11257 wxPyEndAllowThreads(__tstate);
11258 if (PyErr_Occurred()) SWIG_fail;
11259 }
11260 {
11261 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11262 }
11263 {
11264 if (temp4)
11265 delete arg4;
11266 }
11267 {
11268 if (temp11)
11269 delete arg11;
11270 }
11271 return resultobj;
11272 fail:
11273 {
11274 if (temp4)
11275 delete arg4;
11276 }
11277 {
11278 if (temp11)
11279 delete arg11;
11280 }
11281 return NULL;
11282 }
11283
11284
11285 static PyObject *_wrap_SpinCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11286 PyObject *resultobj;
11287 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11288 int result;
11289 PyObject * obj0 = 0 ;
11290 char *kwnames[] = {
11291 (char *) "self", NULL
11292 };
11293
11294 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetValue",kwnames,&obj0)) goto fail;
11295 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11296 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11297 {
11298 PyThreadState* __tstate = wxPyBeginAllowThreads();
11299 result = (int)((wxSpinCtrl const *)arg1)->GetValue();
11300
11301 wxPyEndAllowThreads(__tstate);
11302 if (PyErr_Occurred()) SWIG_fail;
11303 }
11304 resultobj = SWIG_FromInt((int)result);
11305 return resultobj;
11306 fail:
11307 return NULL;
11308 }
11309
11310
11311 static PyObject *_wrap_SpinCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11312 PyObject *resultobj;
11313 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11314 int arg2 ;
11315 PyObject * obj0 = 0 ;
11316 PyObject * obj1 = 0 ;
11317 char *kwnames[] = {
11318 (char *) "self",(char *) "value", NULL
11319 };
11320
11321 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
11322 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11323 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11324 arg2 = (int) SWIG_AsInt(obj1);
11325 if (PyErr_Occurred()) SWIG_fail;
11326 {
11327 PyThreadState* __tstate = wxPyBeginAllowThreads();
11328 (arg1)->SetValue(arg2);
11329
11330 wxPyEndAllowThreads(__tstate);
11331 if (PyErr_Occurred()) SWIG_fail;
11332 }
11333 Py_INCREF(Py_None); resultobj = Py_None;
11334 return resultobj;
11335 fail:
11336 return NULL;
11337 }
11338
11339
11340 static PyObject *_wrap_SpinCtrl_SetValueString(PyObject *self, PyObject *args, PyObject *kwargs) {
11341 PyObject *resultobj;
11342 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11343 wxString *arg2 = 0 ;
11344 bool temp2 = False ;
11345 PyObject * obj0 = 0 ;
11346 PyObject * obj1 = 0 ;
11347 char *kwnames[] = {
11348 (char *) "self",(char *) "text", NULL
11349 };
11350
11351 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValueString",kwnames,&obj0,&obj1)) goto fail;
11352 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11353 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11354 {
11355 arg2 = wxString_in_helper(obj1);
11356 if (arg2 == NULL) SWIG_fail;
11357 temp2 = True;
11358 }
11359 {
11360 PyThreadState* __tstate = wxPyBeginAllowThreads();
11361 (arg1)->SetValue((wxString const &)*arg2);
11362
11363 wxPyEndAllowThreads(__tstate);
11364 if (PyErr_Occurred()) SWIG_fail;
11365 }
11366 Py_INCREF(Py_None); resultobj = Py_None;
11367 {
11368 if (temp2)
11369 delete arg2;
11370 }
11371 return resultobj;
11372 fail:
11373 {
11374 if (temp2)
11375 delete arg2;
11376 }
11377 return NULL;
11378 }
11379
11380
11381 static PyObject *_wrap_SpinCtrl_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
11382 PyObject *resultobj;
11383 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11384 int arg2 ;
11385 int arg3 ;
11386 PyObject * obj0 = 0 ;
11387 PyObject * obj1 = 0 ;
11388 PyObject * obj2 = 0 ;
11389 char *kwnames[] = {
11390 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
11391 };
11392
11393 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
11394 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11395 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11396 arg2 = (int) SWIG_AsInt(obj1);
11397 if (PyErr_Occurred()) SWIG_fail;
11398 arg3 = (int) SWIG_AsInt(obj2);
11399 if (PyErr_Occurred()) SWIG_fail;
11400 {
11401 PyThreadState* __tstate = wxPyBeginAllowThreads();
11402 (arg1)->SetRange(arg2,arg3);
11403
11404 wxPyEndAllowThreads(__tstate);
11405 if (PyErr_Occurred()) SWIG_fail;
11406 }
11407 Py_INCREF(Py_None); resultobj = Py_None;
11408 return resultobj;
11409 fail:
11410 return NULL;
11411 }
11412
11413
11414 static PyObject *_wrap_SpinCtrl_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
11415 PyObject *resultobj;
11416 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11417 int result;
11418 PyObject * obj0 = 0 ;
11419 char *kwnames[] = {
11420 (char *) "self", NULL
11421 };
11422
11423 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMin",kwnames,&obj0)) goto fail;
11424 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11425 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11426 {
11427 PyThreadState* __tstate = wxPyBeginAllowThreads();
11428 result = (int)((wxSpinCtrl const *)arg1)->GetMin();
11429
11430 wxPyEndAllowThreads(__tstate);
11431 if (PyErr_Occurred()) SWIG_fail;
11432 }
11433 resultobj = SWIG_FromInt((int)result);
11434 return resultobj;
11435 fail:
11436 return NULL;
11437 }
11438
11439
11440 static PyObject *_wrap_SpinCtrl_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
11441 PyObject *resultobj;
11442 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11443 int result;
11444 PyObject * obj0 = 0 ;
11445 char *kwnames[] = {
11446 (char *) "self", NULL
11447 };
11448
11449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMax",kwnames,&obj0)) goto fail;
11450 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11451 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11452 {
11453 PyThreadState* __tstate = wxPyBeginAllowThreads();
11454 result = (int)((wxSpinCtrl const *)arg1)->GetMax();
11455
11456 wxPyEndAllowThreads(__tstate);
11457 if (PyErr_Occurred()) SWIG_fail;
11458 }
11459 resultobj = SWIG_FromInt((int)result);
11460 return resultobj;
11461 fail:
11462 return NULL;
11463 }
11464
11465
11466 static PyObject *_wrap_SpinCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11467 PyObject *resultobj;
11468 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11469 long arg2 ;
11470 long arg3 ;
11471 PyObject * obj0 = 0 ;
11472 PyObject * obj1 = 0 ;
11473 PyObject * obj2 = 0 ;
11474 char *kwnames[] = {
11475 (char *) "self",(char *) "from",(char *) "to", NULL
11476 };
11477
11478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
11479 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11480 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11481 arg2 = (long) SWIG_AsLong(obj1);
11482 if (PyErr_Occurred()) SWIG_fail;
11483 arg3 = (long) SWIG_AsLong(obj2);
11484 if (PyErr_Occurred()) SWIG_fail;
11485 {
11486 PyThreadState* __tstate = wxPyBeginAllowThreads();
11487 (arg1)->SetSelection(arg2,arg3);
11488
11489 wxPyEndAllowThreads(__tstate);
11490 if (PyErr_Occurred()) SWIG_fail;
11491 }
11492 Py_INCREF(Py_None); resultobj = Py_None;
11493 return resultobj;
11494 fail:
11495 return NULL;
11496 }
11497
11498
11499 static PyObject *_wrap_SpinCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
11500 PyObject *resultobj;
11501 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
11502 wxVisualAttributes result;
11503 PyObject * obj0 = 0 ;
11504 char *kwnames[] = {
11505 (char *) "variant", NULL
11506 };
11507
11508 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:SpinCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
11509 if (obj0) {
11510 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
11511 if (PyErr_Occurred()) SWIG_fail;
11512 }
11513 {
11514 if (!wxPyCheckForApp()) SWIG_fail;
11515 PyThreadState* __tstate = wxPyBeginAllowThreads();
11516 result = wxSpinCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
11517
11518 wxPyEndAllowThreads(__tstate);
11519 if (PyErr_Occurred()) SWIG_fail;
11520 }
11521 {
11522 wxVisualAttributes * resultptr;
11523 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
11524 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
11525 }
11526 return resultobj;
11527 fail:
11528 return NULL;
11529 }
11530
11531
11532 static PyObject * SpinCtrl_swigregister(PyObject *self, PyObject *args) {
11533 PyObject *obj;
11534 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11535 SWIG_TypeClientData(SWIGTYPE_p_wxSpinCtrl, obj);
11536 Py_INCREF(obj);
11537 return Py_BuildValue((char *)"");
11538 }
11539 static PyObject *_wrap_new_SpinEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
11540 PyObject *resultobj;
11541 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
11542 int arg2 = (int) 0 ;
11543 wxSpinEvent *result;
11544 PyObject * obj0 = 0 ;
11545 PyObject * obj1 = 0 ;
11546 char *kwnames[] = {
11547 (char *) "commandType",(char *) "winid", NULL
11548 };
11549
11550 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_SpinEvent",kwnames,&obj0,&obj1)) goto fail;
11551 if (obj0) {
11552 arg1 = (wxEventType) SWIG_AsInt(obj0);
11553 if (PyErr_Occurred()) SWIG_fail;
11554 }
11555 if (obj1) {
11556 arg2 = (int) SWIG_AsInt(obj1);
11557 if (PyErr_Occurred()) SWIG_fail;
11558 }
11559 {
11560 PyThreadState* __tstate = wxPyBeginAllowThreads();
11561 result = (wxSpinEvent *)new wxSpinEvent(arg1,arg2);
11562
11563 wxPyEndAllowThreads(__tstate);
11564 if (PyErr_Occurred()) SWIG_fail;
11565 }
11566 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinEvent, 1);
11567 return resultobj;
11568 fail:
11569 return NULL;
11570 }
11571
11572
11573 static PyObject *_wrap_SpinEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
11574 PyObject *resultobj;
11575 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
11576 int result;
11577 PyObject * obj0 = 0 ;
11578 char *kwnames[] = {
11579 (char *) "self", NULL
11580 };
11581
11582 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinEvent_GetPosition",kwnames,&obj0)) goto fail;
11583 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinEvent,
11584 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11585 {
11586 PyThreadState* __tstate = wxPyBeginAllowThreads();
11587 result = (int)((wxSpinEvent const *)arg1)->GetPosition();
11588
11589 wxPyEndAllowThreads(__tstate);
11590 if (PyErr_Occurred()) SWIG_fail;
11591 }
11592 resultobj = SWIG_FromInt((int)result);
11593 return resultobj;
11594 fail:
11595 return NULL;
11596 }
11597
11598
11599 static PyObject *_wrap_SpinEvent_SetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
11600 PyObject *resultobj;
11601 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
11602 int arg2 ;
11603 PyObject * obj0 = 0 ;
11604 PyObject * obj1 = 0 ;
11605 char *kwnames[] = {
11606 (char *) "self",(char *) "pos", NULL
11607 };
11608
11609 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
11610 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinEvent,
11611 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11612 arg2 = (int) SWIG_AsInt(obj1);
11613 if (PyErr_Occurred()) SWIG_fail;
11614 {
11615 PyThreadState* __tstate = wxPyBeginAllowThreads();
11616 (arg1)->SetPosition(arg2);
11617
11618 wxPyEndAllowThreads(__tstate);
11619 if (PyErr_Occurred()) SWIG_fail;
11620 }
11621 Py_INCREF(Py_None); resultobj = Py_None;
11622 return resultobj;
11623 fail:
11624 return NULL;
11625 }
11626
11627
11628 static PyObject * SpinEvent_swigregister(PyObject *self, PyObject *args) {
11629 PyObject *obj;
11630 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11631 SWIG_TypeClientData(SWIGTYPE_p_wxSpinEvent, obj);
11632 Py_INCREF(obj);
11633 return Py_BuildValue((char *)"");
11634 }
11635 static int _wrap_RadioBoxNameStr_set(PyObject *_val) {
11636 PyErr_SetString(PyExc_TypeError,"Variable RadioBoxNameStr is read-only.");
11637 return 1;
11638 }
11639
11640
11641 static PyObject *_wrap_RadioBoxNameStr_get() {
11642 PyObject *pyobj;
11643
11644 {
11645 #if wxUSE_UNICODE
11646 pyobj = PyUnicode_FromWideChar((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
11647 #else
11648 pyobj = PyString_FromStringAndSize((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
11649 #endif
11650 }
11651 return pyobj;
11652 }
11653
11654
11655 static int _wrap_RadioButtonNameStr_set(PyObject *_val) {
11656 PyErr_SetString(PyExc_TypeError,"Variable RadioButtonNameStr is read-only.");
11657 return 1;
11658 }
11659
11660
11661 static PyObject *_wrap_RadioButtonNameStr_get() {
11662 PyObject *pyobj;
11663
11664 {
11665 #if wxUSE_UNICODE
11666 pyobj = PyUnicode_FromWideChar((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
11667 #else
11668 pyobj = PyString_FromStringAndSize((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
11669 #endif
11670 }
11671 return pyobj;
11672 }
11673
11674
11675 static PyObject *_wrap_new_RadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
11676 PyObject *resultobj;
11677 wxWindow *arg1 = (wxWindow *) 0 ;
11678 int arg2 ;
11679 wxString *arg3 = 0 ;
11680 wxPoint const &arg4_defvalue = wxDefaultPosition ;
11681 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
11682 wxSize const &arg5_defvalue = wxDefaultSize ;
11683 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
11684 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
11685 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
11686 int arg7 = (int) 0 ;
11687 long arg8 = (long) wxRA_HORIZONTAL ;
11688 wxValidator const &arg9_defvalue = wxDefaultValidator ;
11689 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
11690 wxString const &arg10_defvalue = wxPyRadioBoxNameStr ;
11691 wxString *arg10 = (wxString *) &arg10_defvalue ;
11692 wxRadioBox *result;
11693 bool temp3 = False ;
11694 wxPoint temp4 ;
11695 wxSize temp5 ;
11696 bool temp6 = False ;
11697 bool temp10 = False ;
11698 PyObject * obj0 = 0 ;
11699 PyObject * obj1 = 0 ;
11700 PyObject * obj2 = 0 ;
11701 PyObject * obj3 = 0 ;
11702 PyObject * obj4 = 0 ;
11703 PyObject * obj5 = 0 ;
11704 PyObject * obj6 = 0 ;
11705 PyObject * obj7 = 0 ;
11706 PyObject * obj8 = 0 ;
11707 PyObject * obj9 = 0 ;
11708 char *kwnames[] = {
11709 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11710 };
11711
11712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOOO:new_RadioBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11713 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
11714 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11715 arg2 = (int) SWIG_AsInt(obj1);
11716 if (PyErr_Occurred()) SWIG_fail;
11717 {
11718 arg3 = wxString_in_helper(obj2);
11719 if (arg3 == NULL) SWIG_fail;
11720 temp3 = True;
11721 }
11722 if (obj3) {
11723 {
11724 arg4 = &temp4;
11725 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11726 }
11727 }
11728 if (obj4) {
11729 {
11730 arg5 = &temp5;
11731 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11732 }
11733 }
11734 if (obj5) {
11735 {
11736 if (! PySequence_Check(obj5)) {
11737 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
11738 SWIG_fail;
11739 }
11740 arg6 = new wxArrayString;
11741 temp6 = True;
11742 int i, len=PySequence_Length(obj5);
11743 for (i=0; i<len; i++) {
11744 PyObject* item = PySequence_GetItem(obj5, i);
11745 #if wxUSE_UNICODE
11746 PyObject* str = PyObject_Unicode(item);
11747 #else
11748 PyObject* str = PyObject_Str(item);
11749 #endif
11750 if (PyErr_Occurred()) SWIG_fail;
11751 arg6->Add(Py2wxString(str));
11752 Py_DECREF(item);
11753 Py_DECREF(str);
11754 }
11755 }
11756 }
11757 if (obj6) {
11758 arg7 = (int) SWIG_AsInt(obj6);
11759 if (PyErr_Occurred()) SWIG_fail;
11760 }
11761 if (obj7) {
11762 arg8 = (long) SWIG_AsLong(obj7);
11763 if (PyErr_Occurred()) SWIG_fail;
11764 }
11765 if (obj8) {
11766 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
11767 SWIG_POINTER_EXCEPTION | 0)) == -1)
11768 SWIG_fail;
11769 if (arg9 == NULL) {
11770 PyErr_SetString(PyExc_TypeError,"null reference");
11771 SWIG_fail;
11772 }
11773 }
11774 if (obj9) {
11775 {
11776 arg10 = wxString_in_helper(obj9);
11777 if (arg10 == NULL) SWIG_fail;
11778 temp10 = True;
11779 }
11780 }
11781 {
11782 if (!wxPyCheckForApp()) SWIG_fail;
11783 PyThreadState* __tstate = wxPyBeginAllowThreads();
11784 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);
11785
11786 wxPyEndAllowThreads(__tstate);
11787 if (PyErr_Occurred()) SWIG_fail;
11788 }
11789 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioBox, 1);
11790 {
11791 if (temp3)
11792 delete arg3;
11793 }
11794 {
11795 if (temp6) delete arg6;
11796 }
11797 {
11798 if (temp10)
11799 delete arg10;
11800 }
11801 return resultobj;
11802 fail:
11803 {
11804 if (temp3)
11805 delete arg3;
11806 }
11807 {
11808 if (temp6) delete arg6;
11809 }
11810 {
11811 if (temp10)
11812 delete arg10;
11813 }
11814 return NULL;
11815 }
11816
11817
11818 static PyObject *_wrap_new_PreRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
11819 PyObject *resultobj;
11820 wxRadioBox *result;
11821 char *kwnames[] = {
11822 NULL
11823 };
11824
11825 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioBox",kwnames)) goto fail;
11826 {
11827 if (!wxPyCheckForApp()) SWIG_fail;
11828 PyThreadState* __tstate = wxPyBeginAllowThreads();
11829 result = (wxRadioBox *)new wxRadioBox();
11830
11831 wxPyEndAllowThreads(__tstate);
11832 if (PyErr_Occurred()) SWIG_fail;
11833 }
11834 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioBox, 1);
11835 return resultobj;
11836 fail:
11837 return NULL;
11838 }
11839
11840
11841 static PyObject *_wrap_RadioBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11842 PyObject *resultobj;
11843 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11844 wxWindow *arg2 = (wxWindow *) 0 ;
11845 int arg3 ;
11846 wxString *arg4 = 0 ;
11847 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11848 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11849 wxSize const &arg6_defvalue = wxDefaultSize ;
11850 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11851 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
11852 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
11853 int arg8 = (int) 0 ;
11854 long arg9 = (long) wxRA_HORIZONTAL ;
11855 wxValidator const &arg10_defvalue = wxDefaultValidator ;
11856 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
11857 wxString const &arg11_defvalue = wxPyRadioBoxNameStr ;
11858 wxString *arg11 = (wxString *) &arg11_defvalue ;
11859 bool result;
11860 bool temp4 = False ;
11861 wxPoint temp5 ;
11862 wxSize temp6 ;
11863 bool temp7 = False ;
11864 bool temp11 = False ;
11865 PyObject * obj0 = 0 ;
11866 PyObject * obj1 = 0 ;
11867 PyObject * obj2 = 0 ;
11868 PyObject * obj3 = 0 ;
11869 PyObject * obj4 = 0 ;
11870 PyObject * obj5 = 0 ;
11871 PyObject * obj6 = 0 ;
11872 PyObject * obj7 = 0 ;
11873 PyObject * obj8 = 0 ;
11874 PyObject * obj9 = 0 ;
11875 PyObject * obj10 = 0 ;
11876 char *kwnames[] = {
11877 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11878 };
11879
11880 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOOOO:RadioBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11881 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
11882 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11883 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
11884 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11885 arg3 = (int) SWIG_AsInt(obj2);
11886 if (PyErr_Occurred()) SWIG_fail;
11887 {
11888 arg4 = wxString_in_helper(obj3);
11889 if (arg4 == NULL) SWIG_fail;
11890 temp4 = True;
11891 }
11892 if (obj4) {
11893 {
11894 arg5 = &temp5;
11895 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
11896 }
11897 }
11898 if (obj5) {
11899 {
11900 arg6 = &temp6;
11901 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
11902 }
11903 }
11904 if (obj6) {
11905 {
11906 if (! PySequence_Check(obj6)) {
11907 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
11908 SWIG_fail;
11909 }
11910 arg7 = new wxArrayString;
11911 temp7 = True;
11912 int i, len=PySequence_Length(obj6);
11913 for (i=0; i<len; i++) {
11914 PyObject* item = PySequence_GetItem(obj6, i);
11915 #if wxUSE_UNICODE
11916 PyObject* str = PyObject_Unicode(item);
11917 #else
11918 PyObject* str = PyObject_Str(item);
11919 #endif
11920 if (PyErr_Occurred()) SWIG_fail;
11921 arg7->Add(Py2wxString(str));
11922 Py_DECREF(item);
11923 Py_DECREF(str);
11924 }
11925 }
11926 }
11927 if (obj7) {
11928 arg8 = (int) SWIG_AsInt(obj7);
11929 if (PyErr_Occurred()) SWIG_fail;
11930 }
11931 if (obj8) {
11932 arg9 = (long) SWIG_AsLong(obj8);
11933 if (PyErr_Occurred()) SWIG_fail;
11934 }
11935 if (obj9) {
11936 if ((SWIG_ConvertPtr(obj9,(void **)(&arg10),SWIGTYPE_p_wxValidator,
11937 SWIG_POINTER_EXCEPTION | 0)) == -1)
11938 SWIG_fail;
11939 if (arg10 == NULL) {
11940 PyErr_SetString(PyExc_TypeError,"null reference");
11941 SWIG_fail;
11942 }
11943 }
11944 if (obj10) {
11945 {
11946 arg11 = wxString_in_helper(obj10);
11947 if (arg11 == NULL) SWIG_fail;
11948 temp11 = True;
11949 }
11950 }
11951 {
11952 PyThreadState* __tstate = wxPyBeginAllowThreads();
11953 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);
11954
11955 wxPyEndAllowThreads(__tstate);
11956 if (PyErr_Occurred()) SWIG_fail;
11957 }
11958 {
11959 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11960 }
11961 {
11962 if (temp4)
11963 delete arg4;
11964 }
11965 {
11966 if (temp7) delete arg7;
11967 }
11968 {
11969 if (temp11)
11970 delete arg11;
11971 }
11972 return resultobj;
11973 fail:
11974 {
11975 if (temp4)
11976 delete arg4;
11977 }
11978 {
11979 if (temp7) delete arg7;
11980 }
11981 {
11982 if (temp11)
11983 delete arg11;
11984 }
11985 return NULL;
11986 }
11987
11988
11989 static PyObject *_wrap_RadioBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11990 PyObject *resultobj;
11991 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11992 int arg2 ;
11993 PyObject * obj0 = 0 ;
11994 PyObject * obj1 = 0 ;
11995 char *kwnames[] = {
11996 (char *) "self",(char *) "n", NULL
11997 };
11998
11999 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
12000 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12001 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12002 arg2 = (int) SWIG_AsInt(obj1);
12003 if (PyErr_Occurred()) SWIG_fail;
12004 {
12005 PyThreadState* __tstate = wxPyBeginAllowThreads();
12006 (arg1)->SetSelection(arg2);
12007
12008 wxPyEndAllowThreads(__tstate);
12009 if (PyErr_Occurred()) SWIG_fail;
12010 }
12011 Py_INCREF(Py_None); resultobj = Py_None;
12012 return resultobj;
12013 fail:
12014 return NULL;
12015 }
12016
12017
12018 static PyObject *_wrap_RadioBox_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
12019 PyObject *resultobj;
12020 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12021 int result;
12022 PyObject * obj0 = 0 ;
12023 char *kwnames[] = {
12024 (char *) "self", NULL
12025 };
12026
12027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetSelection",kwnames,&obj0)) goto fail;
12028 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12029 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12030 {
12031 PyThreadState* __tstate = wxPyBeginAllowThreads();
12032 result = (int)((wxRadioBox const *)arg1)->GetSelection();
12033
12034 wxPyEndAllowThreads(__tstate);
12035 if (PyErr_Occurred()) SWIG_fail;
12036 }
12037 resultobj = SWIG_FromInt((int)result);
12038 return resultobj;
12039 fail:
12040 return NULL;
12041 }
12042
12043
12044 static PyObject *_wrap_RadioBox_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
12045 PyObject *resultobj;
12046 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12047 wxString result;
12048 PyObject * obj0 = 0 ;
12049 char *kwnames[] = {
12050 (char *) "self", NULL
12051 };
12052
12053 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetStringSelection",kwnames,&obj0)) goto fail;
12054 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12055 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12056 {
12057 PyThreadState* __tstate = wxPyBeginAllowThreads();
12058 result = ((wxRadioBox const *)arg1)->GetStringSelection();
12059
12060 wxPyEndAllowThreads(__tstate);
12061 if (PyErr_Occurred()) SWIG_fail;
12062 }
12063 {
12064 #if wxUSE_UNICODE
12065 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
12066 #else
12067 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
12068 #endif
12069 }
12070 return resultobj;
12071 fail:
12072 return NULL;
12073 }
12074
12075
12076 static PyObject *_wrap_RadioBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
12077 PyObject *resultobj;
12078 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12079 wxString *arg2 = 0 ;
12080 bool result;
12081 bool temp2 = False ;
12082 PyObject * obj0 = 0 ;
12083 PyObject * obj1 = 0 ;
12084 char *kwnames[] = {
12085 (char *) "self",(char *) "s", NULL
12086 };
12087
12088 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
12089 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12090 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12091 {
12092 arg2 = wxString_in_helper(obj1);
12093 if (arg2 == NULL) SWIG_fail;
12094 temp2 = True;
12095 }
12096 {
12097 PyThreadState* __tstate = wxPyBeginAllowThreads();
12098 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
12099
12100 wxPyEndAllowThreads(__tstate);
12101 if (PyErr_Occurred()) SWIG_fail;
12102 }
12103 {
12104 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12105 }
12106 {
12107 if (temp2)
12108 delete arg2;
12109 }
12110 return resultobj;
12111 fail:
12112 {
12113 if (temp2)
12114 delete arg2;
12115 }
12116 return NULL;
12117 }
12118
12119
12120 static PyObject *_wrap_RadioBox_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
12121 PyObject *resultobj;
12122 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12123 int result;
12124 PyObject * obj0 = 0 ;
12125 char *kwnames[] = {
12126 (char *) "self", NULL
12127 };
12128
12129 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetCount",kwnames,&obj0)) goto fail;
12130 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12131 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12132 {
12133 PyThreadState* __tstate = wxPyBeginAllowThreads();
12134 result = (int)((wxRadioBox const *)arg1)->GetCount();
12135
12136 wxPyEndAllowThreads(__tstate);
12137 if (PyErr_Occurred()) SWIG_fail;
12138 }
12139 resultobj = SWIG_FromInt((int)result);
12140 return resultobj;
12141 fail:
12142 return NULL;
12143 }
12144
12145
12146 static PyObject *_wrap_RadioBox_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
12147 PyObject *resultobj;
12148 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12149 wxString *arg2 = 0 ;
12150 int result;
12151 bool temp2 = False ;
12152 PyObject * obj0 = 0 ;
12153 PyObject * obj1 = 0 ;
12154 char *kwnames[] = {
12155 (char *) "self",(char *) "s", NULL
12156 };
12157
12158 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_FindString",kwnames,&obj0,&obj1)) goto fail;
12159 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12160 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12161 {
12162 arg2 = wxString_in_helper(obj1);
12163 if (arg2 == NULL) SWIG_fail;
12164 temp2 = True;
12165 }
12166 {
12167 PyThreadState* __tstate = wxPyBeginAllowThreads();
12168 result = (int)((wxRadioBox const *)arg1)->FindString((wxString const &)*arg2);
12169
12170 wxPyEndAllowThreads(__tstate);
12171 if (PyErr_Occurred()) SWIG_fail;
12172 }
12173 resultobj = SWIG_FromInt((int)result);
12174 {
12175 if (temp2)
12176 delete arg2;
12177 }
12178 return resultobj;
12179 fail:
12180 {
12181 if (temp2)
12182 delete arg2;
12183 }
12184 return NULL;
12185 }
12186
12187
12188 static PyObject *_wrap_RadioBox_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
12189 PyObject *resultobj;
12190 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12191 int arg2 ;
12192 wxString result;
12193 PyObject * obj0 = 0 ;
12194 PyObject * obj1 = 0 ;
12195 char *kwnames[] = {
12196 (char *) "self",(char *) "n", NULL
12197 };
12198
12199 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_GetString",kwnames,&obj0,&obj1)) goto fail;
12200 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12201 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12202 arg2 = (int) SWIG_AsInt(obj1);
12203 if (PyErr_Occurred()) SWIG_fail;
12204 {
12205 PyThreadState* __tstate = wxPyBeginAllowThreads();
12206 result = ((wxRadioBox const *)arg1)->GetString(arg2);
12207
12208 wxPyEndAllowThreads(__tstate);
12209 if (PyErr_Occurred()) SWIG_fail;
12210 }
12211 {
12212 #if wxUSE_UNICODE
12213 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
12214 #else
12215 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
12216 #endif
12217 }
12218 return resultobj;
12219 fail:
12220 return NULL;
12221 }
12222
12223
12224 static PyObject *_wrap_RadioBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
12225 PyObject *resultobj;
12226 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12227 int arg2 ;
12228 wxString *arg3 = 0 ;
12229 bool temp3 = False ;
12230 PyObject * obj0 = 0 ;
12231 PyObject * obj1 = 0 ;
12232 PyObject * obj2 = 0 ;
12233 char *kwnames[] = {
12234 (char *) "self",(char *) "n",(char *) "label", NULL
12235 };
12236
12237 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:RadioBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
12238 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12239 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12240 arg2 = (int) SWIG_AsInt(obj1);
12241 if (PyErr_Occurred()) SWIG_fail;
12242 {
12243 arg3 = wxString_in_helper(obj2);
12244 if (arg3 == NULL) SWIG_fail;
12245 temp3 = True;
12246 }
12247 {
12248 PyThreadState* __tstate = wxPyBeginAllowThreads();
12249 (arg1)->SetString(arg2,(wxString const &)*arg3);
12250
12251 wxPyEndAllowThreads(__tstate);
12252 if (PyErr_Occurred()) SWIG_fail;
12253 }
12254 Py_INCREF(Py_None); resultobj = Py_None;
12255 {
12256 if (temp3)
12257 delete arg3;
12258 }
12259 return resultobj;
12260 fail:
12261 {
12262 if (temp3)
12263 delete arg3;
12264 }
12265 return NULL;
12266 }
12267
12268
12269 static PyObject *_wrap_RadioBox_EnableItem(PyObject *self, PyObject *args, PyObject *kwargs) {
12270 PyObject *resultobj;
12271 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12272 int arg2 ;
12273 bool arg3 = (bool) True ;
12274 PyObject * obj0 = 0 ;
12275 PyObject * obj1 = 0 ;
12276 PyObject * obj2 = 0 ;
12277 char *kwnames[] = {
12278 (char *) "self",(char *) "n",(char *) "enable", NULL
12279 };
12280
12281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_EnableItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
12282 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12283 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12284 arg2 = (int) SWIG_AsInt(obj1);
12285 if (PyErr_Occurred()) SWIG_fail;
12286 if (obj2) {
12287 arg3 = (bool) SWIG_AsBool(obj2);
12288 if (PyErr_Occurred()) SWIG_fail;
12289 }
12290 {
12291 PyThreadState* __tstate = wxPyBeginAllowThreads();
12292 (arg1)->Enable(arg2,arg3);
12293
12294 wxPyEndAllowThreads(__tstate);
12295 if (PyErr_Occurred()) SWIG_fail;
12296 }
12297 Py_INCREF(Py_None); resultobj = Py_None;
12298 return resultobj;
12299 fail:
12300 return NULL;
12301 }
12302
12303
12304 static PyObject *_wrap_RadioBox_ShowItem(PyObject *self, PyObject *args, PyObject *kwargs) {
12305 PyObject *resultobj;
12306 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12307 int arg2 ;
12308 bool arg3 = (bool) True ;
12309 PyObject * obj0 = 0 ;
12310 PyObject * obj1 = 0 ;
12311 PyObject * obj2 = 0 ;
12312 char *kwnames[] = {
12313 (char *) "self",(char *) "n",(char *) "show", NULL
12314 };
12315
12316 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_ShowItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
12317 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12318 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12319 arg2 = (int) SWIG_AsInt(obj1);
12320 if (PyErr_Occurred()) SWIG_fail;
12321 if (obj2) {
12322 arg3 = (bool) SWIG_AsBool(obj2);
12323 if (PyErr_Occurred()) SWIG_fail;
12324 }
12325 {
12326 PyThreadState* __tstate = wxPyBeginAllowThreads();
12327 (arg1)->Show(arg2,arg3);
12328
12329 wxPyEndAllowThreads(__tstate);
12330 if (PyErr_Occurred()) SWIG_fail;
12331 }
12332 Py_INCREF(Py_None); resultobj = Py_None;
12333 return resultobj;
12334 fail:
12335 return NULL;
12336 }
12337
12338
12339 static PyObject *_wrap_RadioBox_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
12340 PyObject *resultobj;
12341 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12342 int result;
12343 PyObject * obj0 = 0 ;
12344 char *kwnames[] = {
12345 (char *) "self", NULL
12346 };
12347
12348 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetColumnCount",kwnames,&obj0)) goto fail;
12349 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12350 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12351 {
12352 PyThreadState* __tstate = wxPyBeginAllowThreads();
12353 result = (int)((wxRadioBox const *)arg1)->GetColumnCount();
12354
12355 wxPyEndAllowThreads(__tstate);
12356 if (PyErr_Occurred()) SWIG_fail;
12357 }
12358 resultobj = SWIG_FromInt((int)result);
12359 return resultobj;
12360 fail:
12361 return NULL;
12362 }
12363
12364
12365 static PyObject *_wrap_RadioBox_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
12366 PyObject *resultobj;
12367 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12368 int result;
12369 PyObject * obj0 = 0 ;
12370 char *kwnames[] = {
12371 (char *) "self", NULL
12372 };
12373
12374 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetRowCount",kwnames,&obj0)) goto fail;
12375 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12376 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12377 {
12378 PyThreadState* __tstate = wxPyBeginAllowThreads();
12379 result = (int)((wxRadioBox const *)arg1)->GetRowCount();
12380
12381 wxPyEndAllowThreads(__tstate);
12382 if (PyErr_Occurred()) SWIG_fail;
12383 }
12384 resultobj = SWIG_FromInt((int)result);
12385 return resultobj;
12386 fail:
12387 return NULL;
12388 }
12389
12390
12391 static PyObject *_wrap_RadioBox_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) {
12392 PyObject *resultobj;
12393 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12394 int arg2 ;
12395 int arg3 ;
12396 long arg4 ;
12397 int result;
12398 PyObject * obj0 = 0 ;
12399 PyObject * obj1 = 0 ;
12400 PyObject * obj2 = 0 ;
12401 PyObject * obj3 = 0 ;
12402 char *kwnames[] = {
12403 (char *) "self",(char *) "item",(char *) "dir",(char *) "style", NULL
12404 };
12405
12406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:RadioBox_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
12407 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12408 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12409 arg2 = (int) SWIG_AsInt(obj1);
12410 if (PyErr_Occurred()) SWIG_fail;
12411 arg3 = (wxDirection) SWIG_AsInt(obj2);
12412 if (PyErr_Occurred()) SWIG_fail;
12413 arg4 = (long) SWIG_AsLong(obj3);
12414 if (PyErr_Occurred()) SWIG_fail;
12415 {
12416 PyThreadState* __tstate = wxPyBeginAllowThreads();
12417 result = (int)((wxRadioBox const *)arg1)->GetNextItem(arg2,(wxDirection )arg3,arg4);
12418
12419 wxPyEndAllowThreads(__tstate);
12420 if (PyErr_Occurred()) SWIG_fail;
12421 }
12422 resultobj = SWIG_FromInt((int)result);
12423 return resultobj;
12424 fail:
12425 return NULL;
12426 }
12427
12428
12429 static PyObject *_wrap_RadioBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
12430 PyObject *resultobj;
12431 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
12432 wxVisualAttributes result;
12433 PyObject * obj0 = 0 ;
12434 char *kwnames[] = {
12435 (char *) "variant", NULL
12436 };
12437
12438 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:RadioBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
12439 if (obj0) {
12440 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
12441 if (PyErr_Occurred()) SWIG_fail;
12442 }
12443 {
12444 if (!wxPyCheckForApp()) SWIG_fail;
12445 PyThreadState* __tstate = wxPyBeginAllowThreads();
12446 result = wxRadioBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
12447
12448 wxPyEndAllowThreads(__tstate);
12449 if (PyErr_Occurred()) SWIG_fail;
12450 }
12451 {
12452 wxVisualAttributes * resultptr;
12453 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
12454 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
12455 }
12456 return resultobj;
12457 fail:
12458 return NULL;
12459 }
12460
12461
12462 static PyObject * RadioBox_swigregister(PyObject *self, PyObject *args) {
12463 PyObject *obj;
12464 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12465 SWIG_TypeClientData(SWIGTYPE_p_wxRadioBox, obj);
12466 Py_INCREF(obj);
12467 return Py_BuildValue((char *)"");
12468 }
12469 static PyObject *_wrap_new_RadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
12470 PyObject *resultobj;
12471 wxWindow *arg1 = (wxWindow *) 0 ;
12472 int arg2 ;
12473 wxString *arg3 = 0 ;
12474 wxPoint const &arg4_defvalue = wxDefaultPosition ;
12475 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
12476 wxSize const &arg5_defvalue = wxDefaultSize ;
12477 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
12478 long arg6 = (long) 0 ;
12479 wxValidator const &arg7_defvalue = wxDefaultValidator ;
12480 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
12481 wxString const &arg8_defvalue = wxPyRadioButtonNameStr ;
12482 wxString *arg8 = (wxString *) &arg8_defvalue ;
12483 wxRadioButton *result;
12484 bool temp3 = False ;
12485 wxPoint temp4 ;
12486 wxSize temp5 ;
12487 bool temp8 = False ;
12488 PyObject * obj0 = 0 ;
12489 PyObject * obj1 = 0 ;
12490 PyObject * obj2 = 0 ;
12491 PyObject * obj3 = 0 ;
12492 PyObject * obj4 = 0 ;
12493 PyObject * obj5 = 0 ;
12494 PyObject * obj6 = 0 ;
12495 PyObject * obj7 = 0 ;
12496 char *kwnames[] = {
12497 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12498 };
12499
12500 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_RadioButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
12501 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
12502 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12503 arg2 = (int) SWIG_AsInt(obj1);
12504 if (PyErr_Occurred()) SWIG_fail;
12505 {
12506 arg3 = wxString_in_helper(obj2);
12507 if (arg3 == NULL) SWIG_fail;
12508 temp3 = True;
12509 }
12510 if (obj3) {
12511 {
12512 arg4 = &temp4;
12513 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
12514 }
12515 }
12516 if (obj4) {
12517 {
12518 arg5 = &temp5;
12519 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
12520 }
12521 }
12522 if (obj5) {
12523 arg6 = (long) SWIG_AsLong(obj5);
12524 if (PyErr_Occurred()) SWIG_fail;
12525 }
12526 if (obj6) {
12527 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
12528 SWIG_POINTER_EXCEPTION | 0)) == -1)
12529 SWIG_fail;
12530 if (arg7 == NULL) {
12531 PyErr_SetString(PyExc_TypeError,"null reference");
12532 SWIG_fail;
12533 }
12534 }
12535 if (obj7) {
12536 {
12537 arg8 = wxString_in_helper(obj7);
12538 if (arg8 == NULL) SWIG_fail;
12539 temp8 = True;
12540 }
12541 }
12542 {
12543 if (!wxPyCheckForApp()) SWIG_fail;
12544 PyThreadState* __tstate = wxPyBeginAllowThreads();
12545 result = (wxRadioButton *)new wxRadioButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
12546
12547 wxPyEndAllowThreads(__tstate);
12548 if (PyErr_Occurred()) SWIG_fail;
12549 }
12550 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioButton, 1);
12551 {
12552 if (temp3)
12553 delete arg3;
12554 }
12555 {
12556 if (temp8)
12557 delete arg8;
12558 }
12559 return resultobj;
12560 fail:
12561 {
12562 if (temp3)
12563 delete arg3;
12564 }
12565 {
12566 if (temp8)
12567 delete arg8;
12568 }
12569 return NULL;
12570 }
12571
12572
12573 static PyObject *_wrap_new_PreRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
12574 PyObject *resultobj;
12575 wxRadioButton *result;
12576 char *kwnames[] = {
12577 NULL
12578 };
12579
12580 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioButton",kwnames)) goto fail;
12581 {
12582 if (!wxPyCheckForApp()) SWIG_fail;
12583 PyThreadState* __tstate = wxPyBeginAllowThreads();
12584 result = (wxRadioButton *)new wxRadioButton();
12585
12586 wxPyEndAllowThreads(__tstate);
12587 if (PyErr_Occurred()) SWIG_fail;
12588 }
12589 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioButton, 1);
12590 return resultobj;
12591 fail:
12592 return NULL;
12593 }
12594
12595
12596 static PyObject *_wrap_RadioButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
12597 PyObject *resultobj;
12598 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12599 wxWindow *arg2 = (wxWindow *) 0 ;
12600 int arg3 ;
12601 wxString *arg4 = 0 ;
12602 wxPoint const &arg5_defvalue = wxDefaultPosition ;
12603 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
12604 wxSize const &arg6_defvalue = wxDefaultSize ;
12605 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
12606 long arg7 = (long) 0 ;
12607 wxValidator const &arg8_defvalue = wxDefaultValidator ;
12608 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
12609 wxString const &arg9_defvalue = wxPyRadioButtonNameStr ;
12610 wxString *arg9 = (wxString *) &arg9_defvalue ;
12611 bool result;
12612 bool temp4 = False ;
12613 wxPoint temp5 ;
12614 wxSize temp6 ;
12615 bool temp9 = False ;
12616 PyObject * obj0 = 0 ;
12617 PyObject * obj1 = 0 ;
12618 PyObject * obj2 = 0 ;
12619 PyObject * obj3 = 0 ;
12620 PyObject * obj4 = 0 ;
12621 PyObject * obj5 = 0 ;
12622 PyObject * obj6 = 0 ;
12623 PyObject * obj7 = 0 ;
12624 PyObject * obj8 = 0 ;
12625 char *kwnames[] = {
12626 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12627 };
12628
12629 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:RadioButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
12630 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12631 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12632 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
12633 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12634 arg3 = (int) SWIG_AsInt(obj2);
12635 if (PyErr_Occurred()) SWIG_fail;
12636 {
12637 arg4 = wxString_in_helper(obj3);
12638 if (arg4 == NULL) SWIG_fail;
12639 temp4 = True;
12640 }
12641 if (obj4) {
12642 {
12643 arg5 = &temp5;
12644 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
12645 }
12646 }
12647 if (obj5) {
12648 {
12649 arg6 = &temp6;
12650 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
12651 }
12652 }
12653 if (obj6) {
12654 arg7 = (long) SWIG_AsLong(obj6);
12655 if (PyErr_Occurred()) SWIG_fail;
12656 }
12657 if (obj7) {
12658 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
12659 SWIG_POINTER_EXCEPTION | 0)) == -1)
12660 SWIG_fail;
12661 if (arg8 == NULL) {
12662 PyErr_SetString(PyExc_TypeError,"null reference");
12663 SWIG_fail;
12664 }
12665 }
12666 if (obj8) {
12667 {
12668 arg9 = wxString_in_helper(obj8);
12669 if (arg9 == NULL) SWIG_fail;
12670 temp9 = True;
12671 }
12672 }
12673 {
12674 PyThreadState* __tstate = wxPyBeginAllowThreads();
12675 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
12676
12677 wxPyEndAllowThreads(__tstate);
12678 if (PyErr_Occurred()) SWIG_fail;
12679 }
12680 {
12681 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12682 }
12683 {
12684 if (temp4)
12685 delete arg4;
12686 }
12687 {
12688 if (temp9)
12689 delete arg9;
12690 }
12691 return resultobj;
12692 fail:
12693 {
12694 if (temp4)
12695 delete arg4;
12696 }
12697 {
12698 if (temp9)
12699 delete arg9;
12700 }
12701 return NULL;
12702 }
12703
12704
12705 static PyObject *_wrap_RadioButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12706 PyObject *resultobj;
12707 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12708 bool result;
12709 PyObject * obj0 = 0 ;
12710 char *kwnames[] = {
12711 (char *) "self", NULL
12712 };
12713
12714 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioButton_GetValue",kwnames,&obj0)) goto fail;
12715 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12716 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12717 {
12718 PyThreadState* __tstate = wxPyBeginAllowThreads();
12719 result = (bool)(arg1)->GetValue();
12720
12721 wxPyEndAllowThreads(__tstate);
12722 if (PyErr_Occurred()) SWIG_fail;
12723 }
12724 {
12725 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12726 }
12727 return resultobj;
12728 fail:
12729 return NULL;
12730 }
12731
12732
12733 static PyObject *_wrap_RadioButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12734 PyObject *resultobj;
12735 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12736 bool arg2 ;
12737 PyObject * obj0 = 0 ;
12738 PyObject * obj1 = 0 ;
12739 char *kwnames[] = {
12740 (char *) "self",(char *) "value", NULL
12741 };
12742
12743 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
12744 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12745 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12746 arg2 = (bool) SWIG_AsBool(obj1);
12747 if (PyErr_Occurred()) SWIG_fail;
12748 {
12749 PyThreadState* __tstate = wxPyBeginAllowThreads();
12750 (arg1)->SetValue(arg2);
12751
12752 wxPyEndAllowThreads(__tstate);
12753 if (PyErr_Occurred()) SWIG_fail;
12754 }
12755 Py_INCREF(Py_None); resultobj = Py_None;
12756 return resultobj;
12757 fail:
12758 return NULL;
12759 }
12760
12761
12762 static PyObject *_wrap_RadioButton_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
12763 PyObject *resultobj;
12764 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
12765 wxVisualAttributes result;
12766 PyObject * obj0 = 0 ;
12767 char *kwnames[] = {
12768 (char *) "variant", NULL
12769 };
12770
12771 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:RadioButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
12772 if (obj0) {
12773 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
12774 if (PyErr_Occurred()) SWIG_fail;
12775 }
12776 {
12777 if (!wxPyCheckForApp()) SWIG_fail;
12778 PyThreadState* __tstate = wxPyBeginAllowThreads();
12779 result = wxRadioButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
12780
12781 wxPyEndAllowThreads(__tstate);
12782 if (PyErr_Occurred()) SWIG_fail;
12783 }
12784 {
12785 wxVisualAttributes * resultptr;
12786 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
12787 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
12788 }
12789 return resultobj;
12790 fail:
12791 return NULL;
12792 }
12793
12794
12795 static PyObject * RadioButton_swigregister(PyObject *self, PyObject *args) {
12796 PyObject *obj;
12797 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12798 SWIG_TypeClientData(SWIGTYPE_p_wxRadioButton, obj);
12799 Py_INCREF(obj);
12800 return Py_BuildValue((char *)"");
12801 }
12802 static int _wrap_SliderNameStr_set(PyObject *_val) {
12803 PyErr_SetString(PyExc_TypeError,"Variable SliderNameStr is read-only.");
12804 return 1;
12805 }
12806
12807
12808 static PyObject *_wrap_SliderNameStr_get() {
12809 PyObject *pyobj;
12810
12811 {
12812 #if wxUSE_UNICODE
12813 pyobj = PyUnicode_FromWideChar((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
12814 #else
12815 pyobj = PyString_FromStringAndSize((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
12816 #endif
12817 }
12818 return pyobj;
12819 }
12820
12821
12822 static PyObject *_wrap_new_Slider(PyObject *self, PyObject *args, PyObject *kwargs) {
12823 PyObject *resultobj;
12824 wxWindow *arg1 = (wxWindow *) 0 ;
12825 int arg2 ;
12826 int arg3 ;
12827 int arg4 ;
12828 int arg5 ;
12829 wxPoint const &arg6_defvalue = wxDefaultPosition ;
12830 wxPoint *arg6 = (wxPoint *) &arg6_defvalue ;
12831 wxSize const &arg7_defvalue = wxDefaultSize ;
12832 wxSize *arg7 = (wxSize *) &arg7_defvalue ;
12833 long arg8 = (long) wxSL_HORIZONTAL ;
12834 wxValidator const &arg9_defvalue = wxDefaultValidator ;
12835 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
12836 wxString const &arg10_defvalue = wxPySliderNameStr ;
12837 wxString *arg10 = (wxString *) &arg10_defvalue ;
12838 wxSlider *result;
12839 wxPoint temp6 ;
12840 wxSize temp7 ;
12841 bool temp10 = False ;
12842 PyObject * obj0 = 0 ;
12843 PyObject * obj1 = 0 ;
12844 PyObject * obj2 = 0 ;
12845 PyObject * obj3 = 0 ;
12846 PyObject * obj4 = 0 ;
12847 PyObject * obj5 = 0 ;
12848 PyObject * obj6 = 0 ;
12849 PyObject * obj7 = 0 ;
12850 PyObject * obj8 = 0 ;
12851 PyObject * obj9 = 0 ;
12852 char *kwnames[] = {
12853 (char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12854 };
12855
12856 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOOOO:new_Slider",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
12857 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
12858 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12859 arg2 = (int) SWIG_AsInt(obj1);
12860 if (PyErr_Occurred()) SWIG_fail;
12861 arg3 = (int) SWIG_AsInt(obj2);
12862 if (PyErr_Occurred()) SWIG_fail;
12863 arg4 = (int) SWIG_AsInt(obj3);
12864 if (PyErr_Occurred()) SWIG_fail;
12865 arg5 = (int) SWIG_AsInt(obj4);
12866 if (PyErr_Occurred()) SWIG_fail;
12867 if (obj5) {
12868 {
12869 arg6 = &temp6;
12870 if ( ! wxPoint_helper(obj5, &arg6)) SWIG_fail;
12871 }
12872 }
12873 if (obj6) {
12874 {
12875 arg7 = &temp7;
12876 if ( ! wxSize_helper(obj6, &arg7)) SWIG_fail;
12877 }
12878 }
12879 if (obj7) {
12880 arg8 = (long) SWIG_AsLong(obj7);
12881 if (PyErr_Occurred()) SWIG_fail;
12882 }
12883 if (obj8) {
12884 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
12885 SWIG_POINTER_EXCEPTION | 0)) == -1)
12886 SWIG_fail;
12887 if (arg9 == NULL) {
12888 PyErr_SetString(PyExc_TypeError,"null reference");
12889 SWIG_fail;
12890 }
12891 }
12892 if (obj9) {
12893 {
12894 arg10 = wxString_in_helper(obj9);
12895 if (arg10 == NULL) SWIG_fail;
12896 temp10 = True;
12897 }
12898 }
12899 {
12900 if (!wxPyCheckForApp()) SWIG_fail;
12901 PyThreadState* __tstate = wxPyBeginAllowThreads();
12902 result = (wxSlider *)new wxSlider(arg1,arg2,arg3,arg4,arg5,(wxPoint const &)*arg6,(wxSize const &)*arg7,arg8,(wxValidator const &)*arg9,(wxString const &)*arg10);
12903
12904 wxPyEndAllowThreads(__tstate);
12905 if (PyErr_Occurred()) SWIG_fail;
12906 }
12907 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSlider, 1);
12908 {
12909 if (temp10)
12910 delete arg10;
12911 }
12912 return resultobj;
12913 fail:
12914 {
12915 if (temp10)
12916 delete arg10;
12917 }
12918 return NULL;
12919 }
12920
12921
12922 static PyObject *_wrap_new_PreSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
12923 PyObject *resultobj;
12924 wxSlider *result;
12925 char *kwnames[] = {
12926 NULL
12927 };
12928
12929 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSlider",kwnames)) goto fail;
12930 {
12931 if (!wxPyCheckForApp()) SWIG_fail;
12932 PyThreadState* __tstate = wxPyBeginAllowThreads();
12933 result = (wxSlider *)new wxSlider();
12934
12935 wxPyEndAllowThreads(__tstate);
12936 if (PyErr_Occurred()) SWIG_fail;
12937 }
12938 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSlider, 1);
12939 return resultobj;
12940 fail:
12941 return NULL;
12942 }
12943
12944
12945 static PyObject *_wrap_Slider_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
12946 PyObject *resultobj;
12947 wxSlider *arg1 = (wxSlider *) 0 ;
12948 wxWindow *arg2 = (wxWindow *) 0 ;
12949 int arg3 ;
12950 int arg4 ;
12951 int arg5 ;
12952 int arg6 ;
12953 wxPoint const &arg7_defvalue = wxDefaultPosition ;
12954 wxPoint *arg7 = (wxPoint *) &arg7_defvalue ;
12955 wxSize const &arg8_defvalue = wxDefaultSize ;
12956 wxSize *arg8 = (wxSize *) &arg8_defvalue ;
12957 long arg9 = (long) wxSL_HORIZONTAL ;
12958 wxValidator const &arg10_defvalue = wxDefaultValidator ;
12959 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
12960 wxString const &arg11_defvalue = wxPySliderNameStr ;
12961 wxString *arg11 = (wxString *) &arg11_defvalue ;
12962 bool result;
12963 wxPoint temp7 ;
12964 wxSize temp8 ;
12965 bool temp11 = False ;
12966 PyObject * obj0 = 0 ;
12967 PyObject * obj1 = 0 ;
12968 PyObject * obj2 = 0 ;
12969 PyObject * obj3 = 0 ;
12970 PyObject * obj4 = 0 ;
12971 PyObject * obj5 = 0 ;
12972 PyObject * obj6 = 0 ;
12973 PyObject * obj7 = 0 ;
12974 PyObject * obj8 = 0 ;
12975 PyObject * obj9 = 0 ;
12976 PyObject * obj10 = 0 ;
12977 char *kwnames[] = {
12978 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12979 };
12980
12981 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOOO|OOOOO:Slider_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
12982 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
12983 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12984 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
12985 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12986 arg3 = (int) SWIG_AsInt(obj2);
12987 if (PyErr_Occurred()) SWIG_fail;
12988 arg4 = (int) SWIG_AsInt(obj3);
12989 if (PyErr_Occurred()) SWIG_fail;
12990 arg5 = (int) SWIG_AsInt(obj4);
12991 if (PyErr_Occurred()) SWIG_fail;
12992 arg6 = (int) SWIG_AsInt(obj5);
12993 if (PyErr_Occurred()) SWIG_fail;
12994 if (obj6) {
12995 {
12996 arg7 = &temp7;
12997 if ( ! wxPoint_helper(obj6, &arg7)) SWIG_fail;
12998 }
12999 }
13000 if (obj7) {
13001 {
13002 arg8 = &temp8;
13003 if ( ! wxSize_helper(obj7, &arg8)) SWIG_fail;
13004 }
13005 }
13006 if (obj8) {
13007 arg9 = (long) SWIG_AsLong(obj8);
13008 if (PyErr_Occurred()) SWIG_fail;
13009 }
13010 if (obj9) {
13011 if ((SWIG_ConvertPtr(obj9,(void **)(&arg10),SWIGTYPE_p_wxValidator,
13012 SWIG_POINTER_EXCEPTION | 0)) == -1)
13013 SWIG_fail;
13014 if (arg10 == NULL) {
13015 PyErr_SetString(PyExc_TypeError,"null reference");
13016 SWIG_fail;
13017 }
13018 }
13019 if (obj10) {
13020 {
13021 arg11 = wxString_in_helper(obj10);
13022 if (arg11 == NULL) SWIG_fail;
13023 temp11 = True;
13024 }
13025 }
13026 {
13027 PyThreadState* __tstate = wxPyBeginAllowThreads();
13028 result = (bool)(arg1)->Create(arg2,arg3,arg4,arg5,arg6,(wxPoint const &)*arg7,(wxSize const &)*arg8,arg9,(wxValidator const &)*arg10,(wxString const &)*arg11);
13029
13030 wxPyEndAllowThreads(__tstate);
13031 if (PyErr_Occurred()) SWIG_fail;
13032 }
13033 {
13034 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13035 }
13036 {
13037 if (temp11)
13038 delete arg11;
13039 }
13040 return resultobj;
13041 fail:
13042 {
13043 if (temp11)
13044 delete arg11;
13045 }
13046 return NULL;
13047 }
13048
13049
13050 static PyObject *_wrap_Slider_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
13051 PyObject *resultobj;
13052 wxSlider *arg1 = (wxSlider *) 0 ;
13053 int result;
13054 PyObject * obj0 = 0 ;
13055 char *kwnames[] = {
13056 (char *) "self", NULL
13057 };
13058
13059 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetValue",kwnames,&obj0)) goto fail;
13060 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13061 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13062 {
13063 PyThreadState* __tstate = wxPyBeginAllowThreads();
13064 result = (int)((wxSlider const *)arg1)->GetValue();
13065
13066 wxPyEndAllowThreads(__tstate);
13067 if (PyErr_Occurred()) SWIG_fail;
13068 }
13069 resultobj = SWIG_FromInt((int)result);
13070 return resultobj;
13071 fail:
13072 return NULL;
13073 }
13074
13075
13076 static PyObject *_wrap_Slider_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
13077 PyObject *resultobj;
13078 wxSlider *arg1 = (wxSlider *) 0 ;
13079 int arg2 ;
13080 PyObject * obj0 = 0 ;
13081 PyObject * obj1 = 0 ;
13082 char *kwnames[] = {
13083 (char *) "self",(char *) "value", NULL
13084 };
13085
13086 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetValue",kwnames,&obj0,&obj1)) goto fail;
13087 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13088 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13089 arg2 = (int) SWIG_AsInt(obj1);
13090 if (PyErr_Occurred()) SWIG_fail;
13091 {
13092 PyThreadState* __tstate = wxPyBeginAllowThreads();
13093 (arg1)->SetValue(arg2);
13094
13095 wxPyEndAllowThreads(__tstate);
13096 if (PyErr_Occurred()) SWIG_fail;
13097 }
13098 Py_INCREF(Py_None); resultobj = Py_None;
13099 return resultobj;
13100 fail:
13101 return NULL;
13102 }
13103
13104
13105 static PyObject *_wrap_Slider_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
13106 PyObject *resultobj;
13107 wxSlider *arg1 = (wxSlider *) 0 ;
13108 int arg2 ;
13109 int arg3 ;
13110 PyObject * obj0 = 0 ;
13111 PyObject * obj1 = 0 ;
13112 PyObject * obj2 = 0 ;
13113 char *kwnames[] = {
13114 (char *) "self",(char *) "minValue",(char *) "maxValue", NULL
13115 };
13116
13117 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
13118 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13119 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13120 arg2 = (int) SWIG_AsInt(obj1);
13121 if (PyErr_Occurred()) SWIG_fail;
13122 arg3 = (int) SWIG_AsInt(obj2);
13123 if (PyErr_Occurred()) SWIG_fail;
13124 {
13125 PyThreadState* __tstate = wxPyBeginAllowThreads();
13126 (arg1)->SetRange(arg2,arg3);
13127
13128 wxPyEndAllowThreads(__tstate);
13129 if (PyErr_Occurred()) SWIG_fail;
13130 }
13131 Py_INCREF(Py_None); resultobj = Py_None;
13132 return resultobj;
13133 fail:
13134 return NULL;
13135 }
13136
13137
13138 static PyObject *_wrap_Slider_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
13139 PyObject *resultobj;
13140 wxSlider *arg1 = (wxSlider *) 0 ;
13141 int result;
13142 PyObject * obj0 = 0 ;
13143 char *kwnames[] = {
13144 (char *) "self", NULL
13145 };
13146
13147 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMin",kwnames,&obj0)) goto fail;
13148 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13149 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13150 {
13151 PyThreadState* __tstate = wxPyBeginAllowThreads();
13152 result = (int)((wxSlider const *)arg1)->GetMin();
13153
13154 wxPyEndAllowThreads(__tstate);
13155 if (PyErr_Occurred()) SWIG_fail;
13156 }
13157 resultobj = SWIG_FromInt((int)result);
13158 return resultobj;
13159 fail:
13160 return NULL;
13161 }
13162
13163
13164 static PyObject *_wrap_Slider_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
13165 PyObject *resultobj;
13166 wxSlider *arg1 = (wxSlider *) 0 ;
13167 int result;
13168 PyObject * obj0 = 0 ;
13169 char *kwnames[] = {
13170 (char *) "self", NULL
13171 };
13172
13173 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMax",kwnames,&obj0)) goto fail;
13174 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13175 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13176 {
13177 PyThreadState* __tstate = wxPyBeginAllowThreads();
13178 result = (int)((wxSlider const *)arg1)->GetMax();
13179
13180 wxPyEndAllowThreads(__tstate);
13181 if (PyErr_Occurred()) SWIG_fail;
13182 }
13183 resultobj = SWIG_FromInt((int)result);
13184 return resultobj;
13185 fail:
13186 return NULL;
13187 }
13188
13189
13190 static PyObject *_wrap_Slider_SetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
13191 PyObject *resultobj;
13192 wxSlider *arg1 = (wxSlider *) 0 ;
13193 int arg2 ;
13194 PyObject * obj0 = 0 ;
13195 PyObject * obj1 = 0 ;
13196 char *kwnames[] = {
13197 (char *) "self",(char *) "minValue", NULL
13198 };
13199
13200 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMin",kwnames,&obj0,&obj1)) goto fail;
13201 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13202 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13203 arg2 = (int) SWIG_AsInt(obj1);
13204 if (PyErr_Occurred()) SWIG_fail;
13205 {
13206 PyThreadState* __tstate = wxPyBeginAllowThreads();
13207 (arg1)->SetMin(arg2);
13208
13209 wxPyEndAllowThreads(__tstate);
13210 if (PyErr_Occurred()) SWIG_fail;
13211 }
13212 Py_INCREF(Py_None); resultobj = Py_None;
13213 return resultobj;
13214 fail:
13215 return NULL;
13216 }
13217
13218
13219 static PyObject *_wrap_Slider_SetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
13220 PyObject *resultobj;
13221 wxSlider *arg1 = (wxSlider *) 0 ;
13222 int arg2 ;
13223 PyObject * obj0 = 0 ;
13224 PyObject * obj1 = 0 ;
13225 char *kwnames[] = {
13226 (char *) "self",(char *) "maxValue", NULL
13227 };
13228
13229 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMax",kwnames,&obj0,&obj1)) goto fail;
13230 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13231 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13232 arg2 = (int) SWIG_AsInt(obj1);
13233 if (PyErr_Occurred()) SWIG_fail;
13234 {
13235 PyThreadState* __tstate = wxPyBeginAllowThreads();
13236 (arg1)->SetMax(arg2);
13237
13238 wxPyEndAllowThreads(__tstate);
13239 if (PyErr_Occurred()) SWIG_fail;
13240 }
13241 Py_INCREF(Py_None); resultobj = Py_None;
13242 return resultobj;
13243 fail:
13244 return NULL;
13245 }
13246
13247
13248 static PyObject *_wrap_Slider_SetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13249 PyObject *resultobj;
13250 wxSlider *arg1 = (wxSlider *) 0 ;
13251 int arg2 ;
13252 PyObject * obj0 = 0 ;
13253 PyObject * obj1 = 0 ;
13254 char *kwnames[] = {
13255 (char *) "self",(char *) "lineSize", NULL
13256 };
13257
13258 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetLineSize",kwnames,&obj0,&obj1)) goto fail;
13259 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13260 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13261 arg2 = (int) SWIG_AsInt(obj1);
13262 if (PyErr_Occurred()) SWIG_fail;
13263 {
13264 PyThreadState* __tstate = wxPyBeginAllowThreads();
13265 (arg1)->SetLineSize(arg2);
13266
13267 wxPyEndAllowThreads(__tstate);
13268 if (PyErr_Occurred()) SWIG_fail;
13269 }
13270 Py_INCREF(Py_None); resultobj = Py_None;
13271 return resultobj;
13272 fail:
13273 return NULL;
13274 }
13275
13276
13277 static PyObject *_wrap_Slider_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13278 PyObject *resultobj;
13279 wxSlider *arg1 = (wxSlider *) 0 ;
13280 int arg2 ;
13281 PyObject * obj0 = 0 ;
13282 PyObject * obj1 = 0 ;
13283 char *kwnames[] = {
13284 (char *) "self",(char *) "pageSize", NULL
13285 };
13286
13287 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
13288 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13289 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13290 arg2 = (int) SWIG_AsInt(obj1);
13291 if (PyErr_Occurred()) SWIG_fail;
13292 {
13293 PyThreadState* __tstate = wxPyBeginAllowThreads();
13294 (arg1)->SetPageSize(arg2);
13295
13296 wxPyEndAllowThreads(__tstate);
13297 if (PyErr_Occurred()) SWIG_fail;
13298 }
13299 Py_INCREF(Py_None); resultobj = Py_None;
13300 return resultobj;
13301 fail:
13302 return NULL;
13303 }
13304
13305
13306 static PyObject *_wrap_Slider_GetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13307 PyObject *resultobj;
13308 wxSlider *arg1 = (wxSlider *) 0 ;
13309 int result;
13310 PyObject * obj0 = 0 ;
13311 char *kwnames[] = {
13312 (char *) "self", NULL
13313 };
13314
13315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetLineSize",kwnames,&obj0)) goto fail;
13316 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13317 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13318 {
13319 PyThreadState* __tstate = wxPyBeginAllowThreads();
13320 result = (int)((wxSlider const *)arg1)->GetLineSize();
13321
13322 wxPyEndAllowThreads(__tstate);
13323 if (PyErr_Occurred()) SWIG_fail;
13324 }
13325 resultobj = SWIG_FromInt((int)result);
13326 return resultobj;
13327 fail:
13328 return NULL;
13329 }
13330
13331
13332 static PyObject *_wrap_Slider_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13333 PyObject *resultobj;
13334 wxSlider *arg1 = (wxSlider *) 0 ;
13335 int result;
13336 PyObject * obj0 = 0 ;
13337 char *kwnames[] = {
13338 (char *) "self", NULL
13339 };
13340
13341 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetPageSize",kwnames,&obj0)) goto fail;
13342 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13344 {
13345 PyThreadState* __tstate = wxPyBeginAllowThreads();
13346 result = (int)((wxSlider const *)arg1)->GetPageSize();
13347
13348 wxPyEndAllowThreads(__tstate);
13349 if (PyErr_Occurred()) SWIG_fail;
13350 }
13351 resultobj = SWIG_FromInt((int)result);
13352 return resultobj;
13353 fail:
13354 return NULL;
13355 }
13356
13357
13358 static PyObject *_wrap_Slider_SetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
13359 PyObject *resultobj;
13360 wxSlider *arg1 = (wxSlider *) 0 ;
13361 int arg2 ;
13362 PyObject * obj0 = 0 ;
13363 PyObject * obj1 = 0 ;
13364 char *kwnames[] = {
13365 (char *) "self",(char *) "lenPixels", NULL
13366 };
13367
13368 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetThumbLength",kwnames,&obj0,&obj1)) goto fail;
13369 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13370 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13371 arg2 = (int) SWIG_AsInt(obj1);
13372 if (PyErr_Occurred()) SWIG_fail;
13373 {
13374 PyThreadState* __tstate = wxPyBeginAllowThreads();
13375 (arg1)->SetThumbLength(arg2);
13376
13377 wxPyEndAllowThreads(__tstate);
13378 if (PyErr_Occurred()) SWIG_fail;
13379 }
13380 Py_INCREF(Py_None); resultobj = Py_None;
13381 return resultobj;
13382 fail:
13383 return NULL;
13384 }
13385
13386
13387 static PyObject *_wrap_Slider_GetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
13388 PyObject *resultobj;
13389 wxSlider *arg1 = (wxSlider *) 0 ;
13390 int result;
13391 PyObject * obj0 = 0 ;
13392 char *kwnames[] = {
13393 (char *) "self", NULL
13394 };
13395
13396 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetThumbLength",kwnames,&obj0)) goto fail;
13397 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13398 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13399 {
13400 PyThreadState* __tstate = wxPyBeginAllowThreads();
13401 result = (int)((wxSlider const *)arg1)->GetThumbLength();
13402
13403 wxPyEndAllowThreads(__tstate);
13404 if (PyErr_Occurred()) SWIG_fail;
13405 }
13406 resultobj = SWIG_FromInt((int)result);
13407 return resultobj;
13408 fail:
13409 return NULL;
13410 }
13411
13412
13413 static PyObject *_wrap_Slider_SetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
13414 PyObject *resultobj;
13415 wxSlider *arg1 = (wxSlider *) 0 ;
13416 int arg2 ;
13417 int arg3 = (int) 1 ;
13418 PyObject * obj0 = 0 ;
13419 PyObject * obj1 = 0 ;
13420 PyObject * obj2 = 0 ;
13421 char *kwnames[] = {
13422 (char *) "self",(char *) "n",(char *) "pos", NULL
13423 };
13424
13425 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:Slider_SetTickFreq",kwnames,&obj0,&obj1,&obj2)) goto fail;
13426 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13427 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13428 arg2 = (int) SWIG_AsInt(obj1);
13429 if (PyErr_Occurred()) SWIG_fail;
13430 if (obj2) {
13431 arg3 = (int) SWIG_AsInt(obj2);
13432 if (PyErr_Occurred()) SWIG_fail;
13433 }
13434 {
13435 PyThreadState* __tstate = wxPyBeginAllowThreads();
13436 (arg1)->SetTickFreq(arg2,arg3);
13437
13438 wxPyEndAllowThreads(__tstate);
13439 if (PyErr_Occurred()) SWIG_fail;
13440 }
13441 Py_INCREF(Py_None); resultobj = Py_None;
13442 return resultobj;
13443 fail:
13444 return NULL;
13445 }
13446
13447
13448 static PyObject *_wrap_Slider_GetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
13449 PyObject *resultobj;
13450 wxSlider *arg1 = (wxSlider *) 0 ;
13451 int result;
13452 PyObject * obj0 = 0 ;
13453 char *kwnames[] = {
13454 (char *) "self", NULL
13455 };
13456
13457 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetTickFreq",kwnames,&obj0)) goto fail;
13458 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13459 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13460 {
13461 PyThreadState* __tstate = wxPyBeginAllowThreads();
13462 result = (int)((wxSlider const *)arg1)->GetTickFreq();
13463
13464 wxPyEndAllowThreads(__tstate);
13465 if (PyErr_Occurred()) SWIG_fail;
13466 }
13467 resultobj = SWIG_FromInt((int)result);
13468 return resultobj;
13469 fail:
13470 return NULL;
13471 }
13472
13473
13474 static PyObject *_wrap_Slider_ClearTicks(PyObject *self, PyObject *args, PyObject *kwargs) {
13475 PyObject *resultobj;
13476 wxSlider *arg1 = (wxSlider *) 0 ;
13477 PyObject * obj0 = 0 ;
13478 char *kwnames[] = {
13479 (char *) "self", NULL
13480 };
13481
13482 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearTicks",kwnames,&obj0)) goto fail;
13483 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13484 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13485 {
13486 PyThreadState* __tstate = wxPyBeginAllowThreads();
13487 (arg1)->ClearTicks();
13488
13489 wxPyEndAllowThreads(__tstate);
13490 if (PyErr_Occurred()) SWIG_fail;
13491 }
13492 Py_INCREF(Py_None); resultobj = Py_None;
13493 return resultobj;
13494 fail:
13495 return NULL;
13496 }
13497
13498
13499 static PyObject *_wrap_Slider_SetTick(PyObject *self, PyObject *args, PyObject *kwargs) {
13500 PyObject *resultobj;
13501 wxSlider *arg1 = (wxSlider *) 0 ;
13502 int arg2 ;
13503 PyObject * obj0 = 0 ;
13504 PyObject * obj1 = 0 ;
13505 char *kwnames[] = {
13506 (char *) "self",(char *) "tickPos", NULL
13507 };
13508
13509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetTick",kwnames,&obj0,&obj1)) goto fail;
13510 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13511 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13512 arg2 = (int) SWIG_AsInt(obj1);
13513 if (PyErr_Occurred()) SWIG_fail;
13514 {
13515 PyThreadState* __tstate = wxPyBeginAllowThreads();
13516 (arg1)->SetTick(arg2);
13517
13518 wxPyEndAllowThreads(__tstate);
13519 if (PyErr_Occurred()) SWIG_fail;
13520 }
13521 Py_INCREF(Py_None); resultobj = Py_None;
13522 return resultobj;
13523 fail:
13524 return NULL;
13525 }
13526
13527
13528 static PyObject *_wrap_Slider_ClearSel(PyObject *self, PyObject *args, PyObject *kwargs) {
13529 PyObject *resultobj;
13530 wxSlider *arg1 = (wxSlider *) 0 ;
13531 PyObject * obj0 = 0 ;
13532 char *kwnames[] = {
13533 (char *) "self", NULL
13534 };
13535
13536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearSel",kwnames,&obj0)) goto fail;
13537 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13538 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13539 {
13540 PyThreadState* __tstate = wxPyBeginAllowThreads();
13541 (arg1)->ClearSel();
13542
13543 wxPyEndAllowThreads(__tstate);
13544 if (PyErr_Occurred()) SWIG_fail;
13545 }
13546 Py_INCREF(Py_None); resultobj = Py_None;
13547 return resultobj;
13548 fail:
13549 return NULL;
13550 }
13551
13552
13553 static PyObject *_wrap_Slider_GetSelEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
13554 PyObject *resultobj;
13555 wxSlider *arg1 = (wxSlider *) 0 ;
13556 int result;
13557 PyObject * obj0 = 0 ;
13558 char *kwnames[] = {
13559 (char *) "self", NULL
13560 };
13561
13562 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelEnd",kwnames,&obj0)) goto fail;
13563 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13564 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13565 {
13566 PyThreadState* __tstate = wxPyBeginAllowThreads();
13567 result = (int)((wxSlider const *)arg1)->GetSelEnd();
13568
13569 wxPyEndAllowThreads(__tstate);
13570 if (PyErr_Occurred()) SWIG_fail;
13571 }
13572 resultobj = SWIG_FromInt((int)result);
13573 return resultobj;
13574 fail:
13575 return NULL;
13576 }
13577
13578
13579 static PyObject *_wrap_Slider_GetSelStart(PyObject *self, PyObject *args, PyObject *kwargs) {
13580 PyObject *resultobj;
13581 wxSlider *arg1 = (wxSlider *) 0 ;
13582 int result;
13583 PyObject * obj0 = 0 ;
13584 char *kwnames[] = {
13585 (char *) "self", NULL
13586 };
13587
13588 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelStart",kwnames,&obj0)) goto fail;
13589 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13590 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13591 {
13592 PyThreadState* __tstate = wxPyBeginAllowThreads();
13593 result = (int)((wxSlider const *)arg1)->GetSelStart();
13594
13595 wxPyEndAllowThreads(__tstate);
13596 if (PyErr_Occurred()) SWIG_fail;
13597 }
13598 resultobj = SWIG_FromInt((int)result);
13599 return resultobj;
13600 fail:
13601 return NULL;
13602 }
13603
13604
13605 static PyObject *_wrap_Slider_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
13606 PyObject *resultobj;
13607 wxSlider *arg1 = (wxSlider *) 0 ;
13608 int arg2 ;
13609 int arg3 ;
13610 PyObject * obj0 = 0 ;
13611 PyObject * obj1 = 0 ;
13612 PyObject * obj2 = 0 ;
13613 char *kwnames[] = {
13614 (char *) "self",(char *) "min",(char *) "max", NULL
13615 };
13616
13617 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
13618 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13619 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13620 arg2 = (int) SWIG_AsInt(obj1);
13621 if (PyErr_Occurred()) SWIG_fail;
13622 arg3 = (int) SWIG_AsInt(obj2);
13623 if (PyErr_Occurred()) SWIG_fail;
13624 {
13625 PyThreadState* __tstate = wxPyBeginAllowThreads();
13626 (arg1)->SetSelection(arg2,arg3);
13627
13628 wxPyEndAllowThreads(__tstate);
13629 if (PyErr_Occurred()) SWIG_fail;
13630 }
13631 Py_INCREF(Py_None); resultobj = Py_None;
13632 return resultobj;
13633 fail:
13634 return NULL;
13635 }
13636
13637
13638 static PyObject *_wrap_Slider_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
13639 PyObject *resultobj;
13640 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
13641 wxVisualAttributes result;
13642 PyObject * obj0 = 0 ;
13643 char *kwnames[] = {
13644 (char *) "variant", NULL
13645 };
13646
13647 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Slider_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
13648 if (obj0) {
13649 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
13650 if (PyErr_Occurred()) SWIG_fail;
13651 }
13652 {
13653 if (!wxPyCheckForApp()) SWIG_fail;
13654 PyThreadState* __tstate = wxPyBeginAllowThreads();
13655 result = wxSlider::GetClassDefaultAttributes((wxWindowVariant )arg1);
13656
13657 wxPyEndAllowThreads(__tstate);
13658 if (PyErr_Occurred()) SWIG_fail;
13659 }
13660 {
13661 wxVisualAttributes * resultptr;
13662 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
13663 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
13664 }
13665 return resultobj;
13666 fail:
13667 return NULL;
13668 }
13669
13670
13671 static PyObject * Slider_swigregister(PyObject *self, PyObject *args) {
13672 PyObject *obj;
13673 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
13674 SWIG_TypeClientData(SWIGTYPE_p_wxSlider, obj);
13675 Py_INCREF(obj);
13676 return Py_BuildValue((char *)"");
13677 }
13678 static int _wrap_ToggleButtonNameStr_set(PyObject *_val) {
13679 PyErr_SetString(PyExc_TypeError,"Variable ToggleButtonNameStr is read-only.");
13680 return 1;
13681 }
13682
13683
13684 static PyObject *_wrap_ToggleButtonNameStr_get() {
13685 PyObject *pyobj;
13686
13687 {
13688 #if wxUSE_UNICODE
13689 pyobj = PyUnicode_FromWideChar((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
13690 #else
13691 pyobj = PyString_FromStringAndSize((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
13692 #endif
13693 }
13694 return pyobj;
13695 }
13696
13697
13698 static PyObject *_wrap_new_ToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
13699 PyObject *resultobj;
13700 wxWindow *arg1 = (wxWindow *) 0 ;
13701 int arg2 ;
13702 wxString *arg3 = 0 ;
13703 wxPoint const &arg4_defvalue = wxDefaultPosition ;
13704 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
13705 wxSize const &arg5_defvalue = wxDefaultSize ;
13706 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
13707 long arg6 = (long) 0 ;
13708 wxValidator const &arg7_defvalue = wxDefaultValidator ;
13709 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
13710 wxString const &arg8_defvalue = wxPyToggleButtonNameStr ;
13711 wxString *arg8 = (wxString *) &arg8_defvalue ;
13712 wxToggleButton *result;
13713 bool temp3 = False ;
13714 wxPoint temp4 ;
13715 wxSize temp5 ;
13716 bool temp8 = False ;
13717 PyObject * obj0 = 0 ;
13718 PyObject * obj1 = 0 ;
13719 PyObject * obj2 = 0 ;
13720 PyObject * obj3 = 0 ;
13721 PyObject * obj4 = 0 ;
13722 PyObject * obj5 = 0 ;
13723 PyObject * obj6 = 0 ;
13724 PyObject * obj7 = 0 ;
13725 char *kwnames[] = {
13726 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13727 };
13728
13729 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_ToggleButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
13730 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
13731 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13732 arg2 = (int) SWIG_AsInt(obj1);
13733 if (PyErr_Occurred()) SWIG_fail;
13734 {
13735 arg3 = wxString_in_helper(obj2);
13736 if (arg3 == NULL) SWIG_fail;
13737 temp3 = True;
13738 }
13739 if (obj3) {
13740 {
13741 arg4 = &temp4;
13742 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
13743 }
13744 }
13745 if (obj4) {
13746 {
13747 arg5 = &temp5;
13748 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
13749 }
13750 }
13751 if (obj5) {
13752 arg6 = (long) SWIG_AsLong(obj5);
13753 if (PyErr_Occurred()) SWIG_fail;
13754 }
13755 if (obj6) {
13756 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
13757 SWIG_POINTER_EXCEPTION | 0)) == -1)
13758 SWIG_fail;
13759 if (arg7 == NULL) {
13760 PyErr_SetString(PyExc_TypeError,"null reference");
13761 SWIG_fail;
13762 }
13763 }
13764 if (obj7) {
13765 {
13766 arg8 = wxString_in_helper(obj7);
13767 if (arg8 == NULL) SWIG_fail;
13768 temp8 = True;
13769 }
13770 }
13771 {
13772 if (!wxPyCheckForApp()) SWIG_fail;
13773 PyThreadState* __tstate = wxPyBeginAllowThreads();
13774 result = (wxToggleButton *)new wxToggleButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
13775
13776 wxPyEndAllowThreads(__tstate);
13777 if (PyErr_Occurred()) SWIG_fail;
13778 }
13779 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToggleButton, 1);
13780 {
13781 if (temp3)
13782 delete arg3;
13783 }
13784 {
13785 if (temp8)
13786 delete arg8;
13787 }
13788 return resultobj;
13789 fail:
13790 {
13791 if (temp3)
13792 delete arg3;
13793 }
13794 {
13795 if (temp8)
13796 delete arg8;
13797 }
13798 return NULL;
13799 }
13800
13801
13802 static PyObject *_wrap_new_PreToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
13803 PyObject *resultobj;
13804 wxToggleButton *result;
13805 char *kwnames[] = {
13806 NULL
13807 };
13808
13809 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToggleButton",kwnames)) goto fail;
13810 {
13811 if (!wxPyCheckForApp()) SWIG_fail;
13812 PyThreadState* __tstate = wxPyBeginAllowThreads();
13813 result = (wxToggleButton *)new wxToggleButton();
13814
13815 wxPyEndAllowThreads(__tstate);
13816 if (PyErr_Occurred()) SWIG_fail;
13817 }
13818 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToggleButton, 1);
13819 return resultobj;
13820 fail:
13821 return NULL;
13822 }
13823
13824
13825 static PyObject *_wrap_ToggleButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
13826 PyObject *resultobj;
13827 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13828 wxWindow *arg2 = (wxWindow *) 0 ;
13829 int arg3 ;
13830 wxString *arg4 = 0 ;
13831 wxPoint const &arg5_defvalue = wxDefaultPosition ;
13832 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
13833 wxSize const &arg6_defvalue = wxDefaultSize ;
13834 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
13835 long arg7 = (long) 0 ;
13836 wxValidator const &arg8_defvalue = wxDefaultValidator ;
13837 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
13838 wxString const &arg9_defvalue = wxPyToggleButtonNameStr ;
13839 wxString *arg9 = (wxString *) &arg9_defvalue ;
13840 bool result;
13841 bool temp4 = False ;
13842 wxPoint temp5 ;
13843 wxSize temp6 ;
13844 bool temp9 = False ;
13845 PyObject * obj0 = 0 ;
13846 PyObject * obj1 = 0 ;
13847 PyObject * obj2 = 0 ;
13848 PyObject * obj3 = 0 ;
13849 PyObject * obj4 = 0 ;
13850 PyObject * obj5 = 0 ;
13851 PyObject * obj6 = 0 ;
13852 PyObject * obj7 = 0 ;
13853 PyObject * obj8 = 0 ;
13854 char *kwnames[] = {
13855 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13856 };
13857
13858 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:ToggleButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
13859 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
13860 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13861 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
13862 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13863 arg3 = (int) SWIG_AsInt(obj2);
13864 if (PyErr_Occurred()) SWIG_fail;
13865 {
13866 arg4 = wxString_in_helper(obj3);
13867 if (arg4 == NULL) SWIG_fail;
13868 temp4 = True;
13869 }
13870 if (obj4) {
13871 {
13872 arg5 = &temp5;
13873 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
13874 }
13875 }
13876 if (obj5) {
13877 {
13878 arg6 = &temp6;
13879 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
13880 }
13881 }
13882 if (obj6) {
13883 arg7 = (long) SWIG_AsLong(obj6);
13884 if (PyErr_Occurred()) SWIG_fail;
13885 }
13886 if (obj7) {
13887 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
13888 SWIG_POINTER_EXCEPTION | 0)) == -1)
13889 SWIG_fail;
13890 if (arg8 == NULL) {
13891 PyErr_SetString(PyExc_TypeError,"null reference");
13892 SWIG_fail;
13893 }
13894 }
13895 if (obj8) {
13896 {
13897 arg9 = wxString_in_helper(obj8);
13898 if (arg9 == NULL) SWIG_fail;
13899 temp9 = True;
13900 }
13901 }
13902 {
13903 PyThreadState* __tstate = wxPyBeginAllowThreads();
13904 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
13905
13906 wxPyEndAllowThreads(__tstate);
13907 if (PyErr_Occurred()) SWIG_fail;
13908 }
13909 {
13910 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13911 }
13912 {
13913 if (temp4)
13914 delete arg4;
13915 }
13916 {
13917 if (temp9)
13918 delete arg9;
13919 }
13920 return resultobj;
13921 fail:
13922 {
13923 if (temp4)
13924 delete arg4;
13925 }
13926 {
13927 if (temp9)
13928 delete arg9;
13929 }
13930 return NULL;
13931 }
13932
13933
13934 static PyObject *_wrap_ToggleButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
13935 PyObject *resultobj;
13936 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13937 bool arg2 ;
13938 PyObject * obj0 = 0 ;
13939 PyObject * obj1 = 0 ;
13940 char *kwnames[] = {
13941 (char *) "self",(char *) "value", NULL
13942 };
13943
13944 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
13945 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
13946 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13947 arg2 = (bool) SWIG_AsBool(obj1);
13948 if (PyErr_Occurred()) SWIG_fail;
13949 {
13950 PyThreadState* __tstate = wxPyBeginAllowThreads();
13951 (arg1)->SetValue(arg2);
13952
13953 wxPyEndAllowThreads(__tstate);
13954 if (PyErr_Occurred()) SWIG_fail;
13955 }
13956 Py_INCREF(Py_None); resultobj = Py_None;
13957 return resultobj;
13958 fail:
13959 return NULL;
13960 }
13961
13962
13963 static PyObject *_wrap_ToggleButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
13964 PyObject *resultobj;
13965 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13966 bool result;
13967 PyObject * obj0 = 0 ;
13968 char *kwnames[] = {
13969 (char *) "self", NULL
13970 };
13971
13972 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToggleButton_GetValue",kwnames,&obj0)) goto fail;
13973 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
13974 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13975 {
13976 PyThreadState* __tstate = wxPyBeginAllowThreads();
13977 result = (bool)((wxToggleButton const *)arg1)->GetValue();
13978
13979 wxPyEndAllowThreads(__tstate);
13980 if (PyErr_Occurred()) SWIG_fail;
13981 }
13982 {
13983 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13984 }
13985 return resultobj;
13986 fail:
13987 return NULL;
13988 }
13989
13990
13991 static PyObject *_wrap_ToggleButton_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
13992 PyObject *resultobj;
13993 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13994 wxString *arg2 = 0 ;
13995 bool temp2 = False ;
13996 PyObject * obj0 = 0 ;
13997 PyObject * obj1 = 0 ;
13998 char *kwnames[] = {
13999 (char *) "self",(char *) "label", NULL
14000 };
14001
14002 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetLabel",kwnames,&obj0,&obj1)) goto fail;
14003 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
14004 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14005 {
14006 arg2 = wxString_in_helper(obj1);
14007 if (arg2 == NULL) SWIG_fail;
14008 temp2 = True;
14009 }
14010 {
14011 PyThreadState* __tstate = wxPyBeginAllowThreads();
14012 (arg1)->SetLabel((wxString const &)*arg2);
14013
14014 wxPyEndAllowThreads(__tstate);
14015 if (PyErr_Occurred()) SWIG_fail;
14016 }
14017 Py_INCREF(Py_None); resultobj = Py_None;
14018 {
14019 if (temp2)
14020 delete arg2;
14021 }
14022 return resultobj;
14023 fail:
14024 {
14025 if (temp2)
14026 delete arg2;
14027 }
14028 return NULL;
14029 }
14030
14031
14032 static PyObject *_wrap_ToggleButton_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
14033 PyObject *resultobj;
14034 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
14035 wxVisualAttributes result;
14036 PyObject * obj0 = 0 ;
14037 char *kwnames[] = {
14038 (char *) "variant", NULL
14039 };
14040
14041 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ToggleButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
14042 if (obj0) {
14043 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
14044 if (PyErr_Occurred()) SWIG_fail;
14045 }
14046 {
14047 if (!wxPyCheckForApp()) SWIG_fail;
14048 PyThreadState* __tstate = wxPyBeginAllowThreads();
14049 result = wxToggleButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
14050
14051 wxPyEndAllowThreads(__tstate);
14052 if (PyErr_Occurred()) SWIG_fail;
14053 }
14054 {
14055 wxVisualAttributes * resultptr;
14056 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
14057 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
14058 }
14059 return resultobj;
14060 fail:
14061 return NULL;
14062 }
14063
14064
14065 static PyObject * ToggleButton_swigregister(PyObject *self, PyObject *args) {
14066 PyObject *obj;
14067 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14068 SWIG_TypeClientData(SWIGTYPE_p_wxToggleButton, obj);
14069 Py_INCREF(obj);
14070 return Py_BuildValue((char *)"");
14071 }
14072 static int _wrap_NOTEBOOK_NAME_set(PyObject *_val) {
14073 PyErr_SetString(PyExc_TypeError,"Variable NOTEBOOK_NAME is read-only.");
14074 return 1;
14075 }
14076
14077
14078 static PyObject *_wrap_NOTEBOOK_NAME_get() {
14079 PyObject *pyobj;
14080
14081 {
14082 #if wxUSE_UNICODE
14083 pyobj = PyUnicode_FromWideChar((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
14084 #else
14085 pyobj = PyString_FromStringAndSize((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
14086 #endif
14087 }
14088 return pyobj;
14089 }
14090
14091
14092 static PyObject *_wrap_BookCtrl_GetPageCount(PyObject *self, PyObject *args, PyObject *kwargs) {
14093 PyObject *resultobj;
14094 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14095 size_t result;
14096 PyObject * obj0 = 0 ;
14097 char *kwnames[] = {
14098 (char *) "self", NULL
14099 };
14100
14101 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetPageCount",kwnames,&obj0)) goto fail;
14102 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14103 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14104 {
14105 PyThreadState* __tstate = wxPyBeginAllowThreads();
14106 result = (size_t)((wxBookCtrl const *)arg1)->GetPageCount();
14107
14108 wxPyEndAllowThreads(__tstate);
14109 if (PyErr_Occurred()) SWIG_fail;
14110 }
14111 resultobj = SWIG_FromUnsignedLong((unsigned long)result);
14112 return resultobj;
14113 fail:
14114 return NULL;
14115 }
14116
14117
14118 static PyObject *_wrap_BookCtrl_GetPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14119 PyObject *resultobj;
14120 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14121 size_t arg2 ;
14122 wxWindow *result;
14123 PyObject * obj0 = 0 ;
14124 PyObject * obj1 = 0 ;
14125 char *kwnames[] = {
14126 (char *) "self",(char *) "n", NULL
14127 };
14128
14129 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPage",kwnames,&obj0,&obj1)) goto fail;
14130 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14131 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14132 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14133 if (PyErr_Occurred()) SWIG_fail;
14134 {
14135 PyThreadState* __tstate = wxPyBeginAllowThreads();
14136 result = (wxWindow *)(arg1)->GetPage(arg2);
14137
14138 wxPyEndAllowThreads(__tstate);
14139 if (PyErr_Occurred()) SWIG_fail;
14140 }
14141 {
14142 resultobj = wxPyMake_wxObject(result);
14143 }
14144 return resultobj;
14145 fail:
14146 return NULL;
14147 }
14148
14149
14150 static PyObject *_wrap_BookCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14151 PyObject *resultobj;
14152 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14153 int result;
14154 PyObject * obj0 = 0 ;
14155 char *kwnames[] = {
14156 (char *) "self", NULL
14157 };
14158
14159 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetSelection",kwnames,&obj0)) goto fail;
14160 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14161 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14162 {
14163 PyThreadState* __tstate = wxPyBeginAllowThreads();
14164 result = (int)((wxBookCtrl const *)arg1)->GetSelection();
14165
14166 wxPyEndAllowThreads(__tstate);
14167 if (PyErr_Occurred()) SWIG_fail;
14168 }
14169 resultobj = SWIG_FromInt((int)result);
14170 return resultobj;
14171 fail:
14172 return NULL;
14173 }
14174
14175
14176 static PyObject *_wrap_BookCtrl_SetPageText(PyObject *self, PyObject *args, PyObject *kwargs) {
14177 PyObject *resultobj;
14178 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14179 size_t arg2 ;
14180 wxString *arg3 = 0 ;
14181 bool result;
14182 bool temp3 = False ;
14183 PyObject * obj0 = 0 ;
14184 PyObject * obj1 = 0 ;
14185 PyObject * obj2 = 0 ;
14186 char *kwnames[] = {
14187 (char *) "self",(char *) "n",(char *) "strText", NULL
14188 };
14189
14190 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageText",kwnames,&obj0,&obj1,&obj2)) goto fail;
14191 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14192 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14193 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14194 if (PyErr_Occurred()) SWIG_fail;
14195 {
14196 arg3 = wxString_in_helper(obj2);
14197 if (arg3 == NULL) SWIG_fail;
14198 temp3 = True;
14199 }
14200 {
14201 PyThreadState* __tstate = wxPyBeginAllowThreads();
14202 result = (bool)(arg1)->SetPageText(arg2,(wxString const &)*arg3);
14203
14204 wxPyEndAllowThreads(__tstate);
14205 if (PyErr_Occurred()) SWIG_fail;
14206 }
14207 {
14208 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14209 }
14210 {
14211 if (temp3)
14212 delete arg3;
14213 }
14214 return resultobj;
14215 fail:
14216 {
14217 if (temp3)
14218 delete arg3;
14219 }
14220 return NULL;
14221 }
14222
14223
14224 static PyObject *_wrap_BookCtrl_GetPageText(PyObject *self, PyObject *args, PyObject *kwargs) {
14225 PyObject *resultobj;
14226 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14227 size_t arg2 ;
14228 wxString result;
14229 PyObject * obj0 = 0 ;
14230 PyObject * obj1 = 0 ;
14231 char *kwnames[] = {
14232 (char *) "self",(char *) "n", NULL
14233 };
14234
14235 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageText",kwnames,&obj0,&obj1)) goto fail;
14236 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14237 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14238 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14239 if (PyErr_Occurred()) SWIG_fail;
14240 {
14241 PyThreadState* __tstate = wxPyBeginAllowThreads();
14242 result = ((wxBookCtrl const *)arg1)->GetPageText(arg2);
14243
14244 wxPyEndAllowThreads(__tstate);
14245 if (PyErr_Occurred()) SWIG_fail;
14246 }
14247 {
14248 #if wxUSE_UNICODE
14249 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
14250 #else
14251 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
14252 #endif
14253 }
14254 return resultobj;
14255 fail:
14256 return NULL;
14257 }
14258
14259
14260 static PyObject *_wrap_BookCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
14261 PyObject *resultobj;
14262 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14263 wxImageList *arg2 = (wxImageList *) 0 ;
14264 PyObject * obj0 = 0 ;
14265 PyObject * obj1 = 0 ;
14266 char *kwnames[] = {
14267 (char *) "self",(char *) "imageList", NULL
14268 };
14269
14270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
14271 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14272 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14273 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
14274 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14275 {
14276 PyThreadState* __tstate = wxPyBeginAllowThreads();
14277 (arg1)->SetImageList(arg2);
14278
14279 wxPyEndAllowThreads(__tstate);
14280 if (PyErr_Occurred()) SWIG_fail;
14281 }
14282 Py_INCREF(Py_None); resultobj = Py_None;
14283 return resultobj;
14284 fail:
14285 return NULL;
14286 }
14287
14288
14289 static PyObject *_wrap_BookCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
14290 PyObject *resultobj;
14291 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14292 wxImageList *arg2 = (wxImageList *) 0 ;
14293 PyObject * obj0 = 0 ;
14294 PyObject * obj1 = 0 ;
14295 char *kwnames[] = {
14296 (char *) "self",(char *) "imageList", NULL
14297 };
14298
14299 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
14300 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14301 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14302 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
14303 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
14304 {
14305 PyThreadState* __tstate = wxPyBeginAllowThreads();
14306 (arg1)->AssignImageList(arg2);
14307
14308 wxPyEndAllowThreads(__tstate);
14309 if (PyErr_Occurred()) SWIG_fail;
14310 }
14311 Py_INCREF(Py_None); resultobj = Py_None;
14312 return resultobj;
14313 fail:
14314 return NULL;
14315 }
14316
14317
14318 static PyObject *_wrap_BookCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
14319 PyObject *resultobj;
14320 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14321 wxImageList *result;
14322 PyObject * obj0 = 0 ;
14323 char *kwnames[] = {
14324 (char *) "self", NULL
14325 };
14326
14327 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetImageList",kwnames,&obj0)) goto fail;
14328 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14329 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14330 {
14331 PyThreadState* __tstate = wxPyBeginAllowThreads();
14332 result = (wxImageList *)((wxBookCtrl const *)arg1)->GetImageList();
14333
14334 wxPyEndAllowThreads(__tstate);
14335 if (PyErr_Occurred()) SWIG_fail;
14336 }
14337 {
14338 resultobj = wxPyMake_wxObject(result);
14339 }
14340 return resultobj;
14341 fail:
14342 return NULL;
14343 }
14344
14345
14346 static PyObject *_wrap_BookCtrl_GetPageImage(PyObject *self, PyObject *args, PyObject *kwargs) {
14347 PyObject *resultobj;
14348 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14349 size_t arg2 ;
14350 int result;
14351 PyObject * obj0 = 0 ;
14352 PyObject * obj1 = 0 ;
14353 char *kwnames[] = {
14354 (char *) "self",(char *) "n", NULL
14355 };
14356
14357 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageImage",kwnames,&obj0,&obj1)) goto fail;
14358 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14359 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14360 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14361 if (PyErr_Occurred()) SWIG_fail;
14362 {
14363 PyThreadState* __tstate = wxPyBeginAllowThreads();
14364 result = (int)((wxBookCtrl const *)arg1)->GetPageImage(arg2);
14365
14366 wxPyEndAllowThreads(__tstate);
14367 if (PyErr_Occurred()) SWIG_fail;
14368 }
14369 resultobj = SWIG_FromInt((int)result);
14370 return resultobj;
14371 fail:
14372 return NULL;
14373 }
14374
14375
14376 static PyObject *_wrap_BookCtrl_SetPageImage(PyObject *self, PyObject *args, PyObject *kwargs) {
14377 PyObject *resultobj;
14378 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14379 size_t arg2 ;
14380 int arg3 ;
14381 bool result;
14382 PyObject * obj0 = 0 ;
14383 PyObject * obj1 = 0 ;
14384 PyObject * obj2 = 0 ;
14385 char *kwnames[] = {
14386 (char *) "self",(char *) "n",(char *) "imageId", NULL
14387 };
14388
14389 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
14390 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14391 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14392 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14393 if (PyErr_Occurred()) SWIG_fail;
14394 arg3 = (int) SWIG_AsInt(obj2);
14395 if (PyErr_Occurred()) SWIG_fail;
14396 {
14397 PyThreadState* __tstate = wxPyBeginAllowThreads();
14398 result = (bool)(arg1)->SetPageImage(arg2,arg3);
14399
14400 wxPyEndAllowThreads(__tstate);
14401 if (PyErr_Occurred()) SWIG_fail;
14402 }
14403 {
14404 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14405 }
14406 return resultobj;
14407 fail:
14408 return NULL;
14409 }
14410
14411
14412 static PyObject *_wrap_BookCtrl_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
14413 PyObject *resultobj;
14414 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14415 wxSize *arg2 = 0 ;
14416 wxSize temp2 ;
14417 PyObject * obj0 = 0 ;
14418 PyObject * obj1 = 0 ;
14419 char *kwnames[] = {
14420 (char *) "self",(char *) "size", NULL
14421 };
14422
14423 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
14424 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14425 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14426 {
14427 arg2 = &temp2;
14428 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14429 }
14430 {
14431 PyThreadState* __tstate = wxPyBeginAllowThreads();
14432 (arg1)->SetPageSize((wxSize const &)*arg2);
14433
14434 wxPyEndAllowThreads(__tstate);
14435 if (PyErr_Occurred()) SWIG_fail;
14436 }
14437 Py_INCREF(Py_None); resultobj = Py_None;
14438 return resultobj;
14439 fail:
14440 return NULL;
14441 }
14442
14443
14444 static PyObject *_wrap_BookCtrl_CalcSizeFromPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14445 PyObject *resultobj;
14446 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14447 wxSize *arg2 = 0 ;
14448 wxSize result;
14449 wxSize temp2 ;
14450 PyObject * obj0 = 0 ;
14451 PyObject * obj1 = 0 ;
14452 char *kwnames[] = {
14453 (char *) "self",(char *) "sizePage", NULL
14454 };
14455
14456 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
14457 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14458 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14459 {
14460 arg2 = &temp2;
14461 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14462 }
14463 {
14464 PyThreadState* __tstate = wxPyBeginAllowThreads();
14465 result = ((wxBookCtrl const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
14466
14467 wxPyEndAllowThreads(__tstate);
14468 if (PyErr_Occurred()) SWIG_fail;
14469 }
14470 {
14471 wxSize * resultptr;
14472 resultptr = new wxSize((wxSize &) result);
14473 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
14474 }
14475 return resultobj;
14476 fail:
14477 return NULL;
14478 }
14479
14480
14481 static PyObject *_wrap_BookCtrl_DeletePage(PyObject *self, PyObject *args, PyObject *kwargs) {
14482 PyObject *resultobj;
14483 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14484 size_t arg2 ;
14485 bool result;
14486 PyObject * obj0 = 0 ;
14487 PyObject * obj1 = 0 ;
14488 char *kwnames[] = {
14489 (char *) "self",(char *) "n", NULL
14490 };
14491
14492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_DeletePage",kwnames,&obj0,&obj1)) goto fail;
14493 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14494 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14495 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14496 if (PyErr_Occurred()) SWIG_fail;
14497 {
14498 PyThreadState* __tstate = wxPyBeginAllowThreads();
14499 result = (bool)(arg1)->DeletePage(arg2);
14500
14501 wxPyEndAllowThreads(__tstate);
14502 if (PyErr_Occurred()) SWIG_fail;
14503 }
14504 {
14505 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14506 }
14507 return resultobj;
14508 fail:
14509 return NULL;
14510 }
14511
14512
14513 static PyObject *_wrap_BookCtrl_RemovePage(PyObject *self, PyObject *args, PyObject *kwargs) {
14514 PyObject *resultobj;
14515 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14516 size_t arg2 ;
14517 bool result;
14518 PyObject * obj0 = 0 ;
14519 PyObject * obj1 = 0 ;
14520 char *kwnames[] = {
14521 (char *) "self",(char *) "n", NULL
14522 };
14523
14524 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_RemovePage",kwnames,&obj0,&obj1)) goto fail;
14525 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14526 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14527 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14528 if (PyErr_Occurred()) SWIG_fail;
14529 {
14530 PyThreadState* __tstate = wxPyBeginAllowThreads();
14531 result = (bool)(arg1)->RemovePage(arg2);
14532
14533 wxPyEndAllowThreads(__tstate);
14534 if (PyErr_Occurred()) SWIG_fail;
14535 }
14536 {
14537 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14538 }
14539 return resultobj;
14540 fail:
14541 return NULL;
14542 }
14543
14544
14545 static PyObject *_wrap_BookCtrl_DeleteAllPages(PyObject *self, PyObject *args, PyObject *kwargs) {
14546 PyObject *resultobj;
14547 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14548 bool result;
14549 PyObject * obj0 = 0 ;
14550 char *kwnames[] = {
14551 (char *) "self", NULL
14552 };
14553
14554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_DeleteAllPages",kwnames,&obj0)) goto fail;
14555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14557 {
14558 PyThreadState* __tstate = wxPyBeginAllowThreads();
14559 result = (bool)(arg1)->DeleteAllPages();
14560
14561 wxPyEndAllowThreads(__tstate);
14562 if (PyErr_Occurred()) SWIG_fail;
14563 }
14564 {
14565 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14566 }
14567 return resultobj;
14568 fail:
14569 return NULL;
14570 }
14571
14572
14573 static PyObject *_wrap_BookCtrl_AddPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14574 PyObject *resultobj;
14575 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14576 wxWindow *arg2 = (wxWindow *) 0 ;
14577 wxString *arg3 = 0 ;
14578 bool arg4 = (bool) False ;
14579 int arg5 = (int) -1 ;
14580 bool result;
14581 bool temp3 = False ;
14582 PyObject * obj0 = 0 ;
14583 PyObject * obj1 = 0 ;
14584 PyObject * obj2 = 0 ;
14585 PyObject * obj3 = 0 ;
14586 PyObject * obj4 = 0 ;
14587 char *kwnames[] = {
14588 (char *) "self",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14589 };
14590
14591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:BookCtrl_AddPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
14592 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14593 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14594 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
14595 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14596 {
14597 arg3 = wxString_in_helper(obj2);
14598 if (arg3 == NULL) SWIG_fail;
14599 temp3 = True;
14600 }
14601 if (obj3) {
14602 arg4 = (bool) SWIG_AsBool(obj3);
14603 if (PyErr_Occurred()) SWIG_fail;
14604 }
14605 if (obj4) {
14606 arg5 = (int) SWIG_AsInt(obj4);
14607 if (PyErr_Occurred()) SWIG_fail;
14608 }
14609 {
14610 PyThreadState* __tstate = wxPyBeginAllowThreads();
14611 result = (bool)(arg1)->AddPage(arg2,(wxString const &)*arg3,arg4,arg5);
14612
14613 wxPyEndAllowThreads(__tstate);
14614 if (PyErr_Occurred()) SWIG_fail;
14615 }
14616 {
14617 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14618 }
14619 {
14620 if (temp3)
14621 delete arg3;
14622 }
14623 return resultobj;
14624 fail:
14625 {
14626 if (temp3)
14627 delete arg3;
14628 }
14629 return NULL;
14630 }
14631
14632
14633 static PyObject *_wrap_BookCtrl_InsertPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14634 PyObject *resultobj;
14635 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14636 size_t arg2 ;
14637 wxWindow *arg3 = (wxWindow *) 0 ;
14638 wxString *arg4 = 0 ;
14639 bool arg5 = (bool) False ;
14640 int arg6 = (int) -1 ;
14641 bool result;
14642 bool temp4 = False ;
14643 PyObject * obj0 = 0 ;
14644 PyObject * obj1 = 0 ;
14645 PyObject * obj2 = 0 ;
14646 PyObject * obj3 = 0 ;
14647 PyObject * obj4 = 0 ;
14648 PyObject * obj5 = 0 ;
14649 char *kwnames[] = {
14650 (char *) "self",(char *) "n",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14651 };
14652
14653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OO:BookCtrl_InsertPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) 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_AsUnsignedLong(obj1);
14657 if (PyErr_Occurred()) SWIG_fail;
14658 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
14659 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14660 {
14661 arg4 = wxString_in_helper(obj3);
14662 if (arg4 == NULL) SWIG_fail;
14663 temp4 = True;
14664 }
14665 if (obj4) {
14666 arg5 = (bool) SWIG_AsBool(obj4);
14667 if (PyErr_Occurred()) SWIG_fail;
14668 }
14669 if (obj5) {
14670 arg6 = (int) SWIG_AsInt(obj5);
14671 if (PyErr_Occurred()) SWIG_fail;
14672 }
14673 {
14674 PyThreadState* __tstate = wxPyBeginAllowThreads();
14675 result = (bool)(arg1)->InsertPage(arg2,arg3,(wxString const &)*arg4,arg5,arg6);
14676
14677 wxPyEndAllowThreads(__tstate);
14678 if (PyErr_Occurred()) SWIG_fail;
14679 }
14680 {
14681 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14682 }
14683 {
14684 if (temp4)
14685 delete arg4;
14686 }
14687 return resultobj;
14688 fail:
14689 {
14690 if (temp4)
14691 delete arg4;
14692 }
14693 return NULL;
14694 }
14695
14696
14697 static PyObject *_wrap_BookCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14698 PyObject *resultobj;
14699 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14700 size_t arg2 ;
14701 int result;
14702 PyObject * obj0 = 0 ;
14703 PyObject * obj1 = 0 ;
14704 char *kwnames[] = {
14705 (char *) "self",(char *) "n", NULL
14706 };
14707
14708 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetSelection",kwnames,&obj0,&obj1)) goto fail;
14709 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14710 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14711 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14712 if (PyErr_Occurred()) SWIG_fail;
14713 {
14714 PyThreadState* __tstate = wxPyBeginAllowThreads();
14715 result = (int)(arg1)->SetSelection(arg2);
14716
14717 wxPyEndAllowThreads(__tstate);
14718 if (PyErr_Occurred()) SWIG_fail;
14719 }
14720 resultobj = SWIG_FromInt((int)result);
14721 return resultobj;
14722 fail:
14723 return NULL;
14724 }
14725
14726
14727 static PyObject *_wrap_BookCtrl_AdvanceSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14728 PyObject *resultobj;
14729 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14730 bool arg2 = (bool) True ;
14731 PyObject * obj0 = 0 ;
14732 PyObject * obj1 = 0 ;
14733 char *kwnames[] = {
14734 (char *) "self",(char *) "forward", NULL
14735 };
14736
14737 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:BookCtrl_AdvanceSelection",kwnames,&obj0,&obj1)) goto fail;
14738 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14739 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14740 if (obj1) {
14741 arg2 = (bool) SWIG_AsBool(obj1);
14742 if (PyErr_Occurred()) SWIG_fail;
14743 }
14744 {
14745 PyThreadState* __tstate = wxPyBeginAllowThreads();
14746 (arg1)->AdvanceSelection(arg2);
14747
14748 wxPyEndAllowThreads(__tstate);
14749 if (PyErr_Occurred()) SWIG_fail;
14750 }
14751 Py_INCREF(Py_None); resultobj = Py_None;
14752 return resultobj;
14753 fail:
14754 return NULL;
14755 }
14756
14757
14758 static PyObject *_wrap_BookCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
14759 PyObject *resultobj;
14760 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
14761 wxVisualAttributes result;
14762 PyObject * obj0 = 0 ;
14763 char *kwnames[] = {
14764 (char *) "variant", NULL
14765 };
14766
14767 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:BookCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
14768 if (obj0) {
14769 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
14770 if (PyErr_Occurred()) SWIG_fail;
14771 }
14772 {
14773 if (!wxPyCheckForApp()) SWIG_fail;
14774 PyThreadState* __tstate = wxPyBeginAllowThreads();
14775 result = wxBookCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
14776
14777 wxPyEndAllowThreads(__tstate);
14778 if (PyErr_Occurred()) SWIG_fail;
14779 }
14780 {
14781 wxVisualAttributes * resultptr;
14782 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
14783 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
14784 }
14785 return resultobj;
14786 fail:
14787 return NULL;
14788 }
14789
14790
14791 static PyObject * BookCtrl_swigregister(PyObject *self, PyObject *args) {
14792 PyObject *obj;
14793 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14794 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrl, obj);
14795 Py_INCREF(obj);
14796 return Py_BuildValue((char *)"");
14797 }
14798 static PyObject *_wrap_new_BookCtrlEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
14799 PyObject *resultobj;
14800 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
14801 int arg2 = (int) 0 ;
14802 int arg3 = (int) -1 ;
14803 int arg4 = (int) -1 ;
14804 wxBookCtrlEvent *result;
14805 PyObject * obj0 = 0 ;
14806 PyObject * obj1 = 0 ;
14807 PyObject * obj2 = 0 ;
14808 PyObject * obj3 = 0 ;
14809 char *kwnames[] = {
14810 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
14811 };
14812
14813 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_BookCtrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
14814 if (obj0) {
14815 arg1 = (wxEventType) SWIG_AsInt(obj0);
14816 if (PyErr_Occurred()) SWIG_fail;
14817 }
14818 if (obj1) {
14819 arg2 = (int) SWIG_AsInt(obj1);
14820 if (PyErr_Occurred()) SWIG_fail;
14821 }
14822 if (obj2) {
14823 arg3 = (int) SWIG_AsInt(obj2);
14824 if (PyErr_Occurred()) SWIG_fail;
14825 }
14826 if (obj3) {
14827 arg4 = (int) SWIG_AsInt(obj3);
14828 if (PyErr_Occurred()) SWIG_fail;
14829 }
14830 {
14831 PyThreadState* __tstate = wxPyBeginAllowThreads();
14832 result = (wxBookCtrlEvent *)new wxBookCtrlEvent(arg1,arg2,arg3,arg4);
14833
14834 wxPyEndAllowThreads(__tstate);
14835 if (PyErr_Occurred()) SWIG_fail;
14836 }
14837 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrlEvent, 1);
14838 return resultobj;
14839 fail:
14840 return NULL;
14841 }
14842
14843
14844 static PyObject *_wrap_BookCtrlEvent_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14845 PyObject *resultobj;
14846 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14847 int result;
14848 PyObject * obj0 = 0 ;
14849 char *kwnames[] = {
14850 (char *) "self", NULL
14851 };
14852
14853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetSelection",kwnames,&obj0)) goto fail;
14854 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14855 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14856 {
14857 PyThreadState* __tstate = wxPyBeginAllowThreads();
14858 result = (int)((wxBookCtrlEvent const *)arg1)->GetSelection();
14859
14860 wxPyEndAllowThreads(__tstate);
14861 if (PyErr_Occurred()) SWIG_fail;
14862 }
14863 resultobj = SWIG_FromInt((int)result);
14864 return resultobj;
14865 fail:
14866 return NULL;
14867 }
14868
14869
14870 static PyObject *_wrap_BookCtrlEvent_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14871 PyObject *resultobj;
14872 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14873 int arg2 ;
14874 PyObject * obj0 = 0 ;
14875 PyObject * obj1 = 0 ;
14876 char *kwnames[] = {
14877 (char *) "self",(char *) "nSel", NULL
14878 };
14879
14880 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetSelection",kwnames,&obj0,&obj1)) goto fail;
14881 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14882 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14883 arg2 = (int) SWIG_AsInt(obj1);
14884 if (PyErr_Occurred()) SWIG_fail;
14885 {
14886 PyThreadState* __tstate = wxPyBeginAllowThreads();
14887 (arg1)->SetSelection(arg2);
14888
14889 wxPyEndAllowThreads(__tstate);
14890 if (PyErr_Occurred()) SWIG_fail;
14891 }
14892 Py_INCREF(Py_None); resultobj = Py_None;
14893 return resultobj;
14894 fail:
14895 return NULL;
14896 }
14897
14898
14899 static PyObject *_wrap_BookCtrlEvent_GetOldSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14900 PyObject *resultobj;
14901 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14902 int result;
14903 PyObject * obj0 = 0 ;
14904 char *kwnames[] = {
14905 (char *) "self", NULL
14906 };
14907
14908 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetOldSelection",kwnames,&obj0)) goto fail;
14909 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14910 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14911 {
14912 PyThreadState* __tstate = wxPyBeginAllowThreads();
14913 result = (int)((wxBookCtrlEvent const *)arg1)->GetOldSelection();
14914
14915 wxPyEndAllowThreads(__tstate);
14916 if (PyErr_Occurred()) SWIG_fail;
14917 }
14918 resultobj = SWIG_FromInt((int)result);
14919 return resultobj;
14920 fail:
14921 return NULL;
14922 }
14923
14924
14925 static PyObject *_wrap_BookCtrlEvent_SetOldSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14926 PyObject *resultobj;
14927 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14928 int arg2 ;
14929 PyObject * obj0 = 0 ;
14930 PyObject * obj1 = 0 ;
14931 char *kwnames[] = {
14932 (char *) "self",(char *) "nOldSel", NULL
14933 };
14934
14935 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetOldSelection",kwnames,&obj0,&obj1)) goto fail;
14936 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14937 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14938 arg2 = (int) SWIG_AsInt(obj1);
14939 if (PyErr_Occurred()) SWIG_fail;
14940 {
14941 PyThreadState* __tstate = wxPyBeginAllowThreads();
14942 (arg1)->SetOldSelection(arg2);
14943
14944 wxPyEndAllowThreads(__tstate);
14945 if (PyErr_Occurred()) SWIG_fail;
14946 }
14947 Py_INCREF(Py_None); resultobj = Py_None;
14948 return resultobj;
14949 fail:
14950 return NULL;
14951 }
14952
14953
14954 static PyObject * BookCtrlEvent_swigregister(PyObject *self, PyObject *args) {
14955 PyObject *obj;
14956 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14957 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlEvent, obj);
14958 Py_INCREF(obj);
14959 return Py_BuildValue((char *)"");
14960 }
14961 static PyObject *_wrap_new_Notebook(PyObject *self, PyObject *args, PyObject *kwargs) {
14962 PyObject *resultobj;
14963 wxWindow *arg1 = (wxWindow *) 0 ;
14964 int arg2 = (int) -1 ;
14965 wxPoint const &arg3_defvalue = wxDefaultPosition ;
14966 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
14967 wxSize const &arg4_defvalue = wxDefaultSize ;
14968 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
14969 long arg5 = (long) 0 ;
14970 wxString const &arg6_defvalue = wxPyNOTEBOOK_NAME ;
14971 wxString *arg6 = (wxString *) &arg6_defvalue ;
14972 wxNotebook *result;
14973 wxPoint temp3 ;
14974 wxSize temp4 ;
14975 bool temp6 = False ;
14976 PyObject * obj0 = 0 ;
14977 PyObject * obj1 = 0 ;
14978 PyObject * obj2 = 0 ;
14979 PyObject * obj3 = 0 ;
14980 PyObject * obj4 = 0 ;
14981 PyObject * obj5 = 0 ;
14982 char *kwnames[] = {
14983 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
14984 };
14985
14986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Notebook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
14987 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
14988 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14989 if (obj1) {
14990 arg2 = (int) SWIG_AsInt(obj1);
14991 if (PyErr_Occurred()) SWIG_fail;
14992 }
14993 if (obj2) {
14994 {
14995 arg3 = &temp3;
14996 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
14997 }
14998 }
14999 if (obj3) {
15000 {
15001 arg4 = &temp4;
15002 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
15003 }
15004 }
15005 if (obj4) {
15006 arg5 = (long) SWIG_AsLong(obj4);
15007 if (PyErr_Occurred()) SWIG_fail;
15008 }
15009 if (obj5) {
15010 {
15011 arg6 = wxString_in_helper(obj5);
15012 if (arg6 == NULL) SWIG_fail;
15013 temp6 = True;
15014 }
15015 }
15016 {
15017 if (!wxPyCheckForApp()) SWIG_fail;
15018 PyThreadState* __tstate = wxPyBeginAllowThreads();
15019 result = (wxNotebook *)new wxNotebook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
15020
15021 wxPyEndAllowThreads(__tstate);
15022 if (PyErr_Occurred()) SWIG_fail;
15023 }
15024 {
15025 resultobj = wxPyMake_wxObject(result);
15026 }
15027 {
15028 if (temp6)
15029 delete arg6;
15030 }
15031 return resultobj;
15032 fail:
15033 {
15034 if (temp6)
15035 delete arg6;
15036 }
15037 return NULL;
15038 }
15039
15040
15041 static PyObject *_wrap_new_PreNotebook(PyObject *self, PyObject *args, PyObject *kwargs) {
15042 PyObject *resultobj;
15043 wxNotebook *result;
15044 char *kwnames[] = {
15045 NULL
15046 };
15047
15048 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreNotebook",kwnames)) goto fail;
15049 {
15050 if (!wxPyCheckForApp()) SWIG_fail;
15051 PyThreadState* __tstate = wxPyBeginAllowThreads();
15052 result = (wxNotebook *)new wxNotebook();
15053
15054 wxPyEndAllowThreads(__tstate);
15055 if (PyErr_Occurred()) SWIG_fail;
15056 }
15057 {
15058 resultobj = wxPyMake_wxObject(result);
15059 }
15060 return resultobj;
15061 fail:
15062 return NULL;
15063 }
15064
15065
15066 static PyObject *_wrap_Notebook_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
15067 PyObject *resultobj;
15068 wxNotebook *arg1 = (wxNotebook *) 0 ;
15069 wxWindow *arg2 = (wxWindow *) 0 ;
15070 int arg3 ;
15071 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15072 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15073 wxSize const &arg5_defvalue = wxDefaultSize ;
15074 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15075 long arg6 = (long) 0 ;
15076 wxString const &arg7_defvalue = wxPyNOTEBOOK_NAME ;
15077 wxString *arg7 = (wxString *) &arg7_defvalue ;
15078 bool result;
15079 wxPoint temp4 ;
15080 wxSize temp5 ;
15081 bool temp7 = False ;
15082 PyObject * obj0 = 0 ;
15083 PyObject * obj1 = 0 ;
15084 PyObject * obj2 = 0 ;
15085 PyObject * obj3 = 0 ;
15086 PyObject * obj4 = 0 ;
15087 PyObject * obj5 = 0 ;
15088 PyObject * obj6 = 0 ;
15089 char *kwnames[] = {
15090 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15091 };
15092
15093 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:Notebook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15094 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15095 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15096 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15097 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15098 arg3 = (int) SWIG_AsInt(obj2);
15099 if (PyErr_Occurred()) SWIG_fail;
15100 if (obj3) {
15101 {
15102 arg4 = &temp4;
15103 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15104 }
15105 }
15106 if (obj4) {
15107 {
15108 arg5 = &temp5;
15109 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15110 }
15111 }
15112 if (obj5) {
15113 arg6 = (long) SWIG_AsLong(obj5);
15114 if (PyErr_Occurred()) SWIG_fail;
15115 }
15116 if (obj6) {
15117 {
15118 arg7 = wxString_in_helper(obj6);
15119 if (arg7 == NULL) SWIG_fail;
15120 temp7 = True;
15121 }
15122 }
15123 {
15124 PyThreadState* __tstate = wxPyBeginAllowThreads();
15125 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15126
15127 wxPyEndAllowThreads(__tstate);
15128 if (PyErr_Occurred()) SWIG_fail;
15129 }
15130 {
15131 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15132 }
15133 {
15134 if (temp7)
15135 delete arg7;
15136 }
15137 return resultobj;
15138 fail:
15139 {
15140 if (temp7)
15141 delete arg7;
15142 }
15143 return NULL;
15144 }
15145
15146
15147 static PyObject *_wrap_Notebook_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
15148 PyObject *resultobj;
15149 wxNotebook *arg1 = (wxNotebook *) 0 ;
15150 int result;
15151 PyObject * obj0 = 0 ;
15152 char *kwnames[] = {
15153 (char *) "self", NULL
15154 };
15155
15156 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Notebook_GetRowCount",kwnames,&obj0)) goto fail;
15157 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15158 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15159 {
15160 PyThreadState* __tstate = wxPyBeginAllowThreads();
15161 result = (int)((wxNotebook const *)arg1)->GetRowCount();
15162
15163 wxPyEndAllowThreads(__tstate);
15164 if (PyErr_Occurred()) SWIG_fail;
15165 }
15166 resultobj = SWIG_FromInt((int)result);
15167 return resultobj;
15168 fail:
15169 return NULL;
15170 }
15171
15172
15173 static PyObject *_wrap_Notebook_SetPadding(PyObject *self, PyObject *args, PyObject *kwargs) {
15174 PyObject *resultobj;
15175 wxNotebook *arg1 = (wxNotebook *) 0 ;
15176 wxSize *arg2 = 0 ;
15177 wxSize temp2 ;
15178 PyObject * obj0 = 0 ;
15179 PyObject * obj1 = 0 ;
15180 char *kwnames[] = {
15181 (char *) "self",(char *) "padding", NULL
15182 };
15183
15184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetPadding",kwnames,&obj0,&obj1)) goto fail;
15185 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15186 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15187 {
15188 arg2 = &temp2;
15189 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15190 }
15191 {
15192 PyThreadState* __tstate = wxPyBeginAllowThreads();
15193 (arg1)->SetPadding((wxSize const &)*arg2);
15194
15195 wxPyEndAllowThreads(__tstate);
15196 if (PyErr_Occurred()) SWIG_fail;
15197 }
15198 Py_INCREF(Py_None); resultobj = Py_None;
15199 return resultobj;
15200 fail:
15201 return NULL;
15202 }
15203
15204
15205 static PyObject *_wrap_Notebook_SetTabSize(PyObject *self, PyObject *args, PyObject *kwargs) {
15206 PyObject *resultobj;
15207 wxNotebook *arg1 = (wxNotebook *) 0 ;
15208 wxSize *arg2 = 0 ;
15209 wxSize temp2 ;
15210 PyObject * obj0 = 0 ;
15211 PyObject * obj1 = 0 ;
15212 char *kwnames[] = {
15213 (char *) "self",(char *) "sz", NULL
15214 };
15215
15216 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetTabSize",kwnames,&obj0,&obj1)) goto fail;
15217 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15218 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15219 {
15220 arg2 = &temp2;
15221 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15222 }
15223 {
15224 PyThreadState* __tstate = wxPyBeginAllowThreads();
15225 (arg1)->SetTabSize((wxSize const &)*arg2);
15226
15227 wxPyEndAllowThreads(__tstate);
15228 if (PyErr_Occurred()) SWIG_fail;
15229 }
15230 Py_INCREF(Py_None); resultobj = Py_None;
15231 return resultobj;
15232 fail:
15233 return NULL;
15234 }
15235
15236
15237 static PyObject *_wrap_Notebook_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
15238 PyObject *resultobj;
15239 wxNotebook *arg1 = (wxNotebook *) 0 ;
15240 wxPoint *arg2 = 0 ;
15241 long *arg3 = (long *) 0 ;
15242 int result;
15243 wxPoint temp2 ;
15244 long temp3 ;
15245 PyObject * obj0 = 0 ;
15246 PyObject * obj1 = 0 ;
15247 char *kwnames[] = {
15248 (char *) "self",(char *) "pt", NULL
15249 };
15250
15251 arg3 = &temp3;
15252 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_HitTest",kwnames,&obj0,&obj1)) goto fail;
15253 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15254 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15255 {
15256 arg2 = &temp2;
15257 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
15258 }
15259 {
15260 PyThreadState* __tstate = wxPyBeginAllowThreads();
15261 result = (int)((wxNotebook const *)arg1)->HitTest((wxPoint const &)*arg2,arg3);
15262
15263 wxPyEndAllowThreads(__tstate);
15264 if (PyErr_Occurred()) SWIG_fail;
15265 }
15266 resultobj = SWIG_FromInt((int)result);
15267 {
15268 PyObject *o = PyInt_FromLong((long) (*arg3));
15269 resultobj = t_output_helper(resultobj,o);
15270 }
15271 return resultobj;
15272 fail:
15273 return NULL;
15274 }
15275
15276
15277 static PyObject *_wrap_Notebook_CalcSizeFromPage(PyObject *self, PyObject *args, PyObject *kwargs) {
15278 PyObject *resultobj;
15279 wxNotebook *arg1 = (wxNotebook *) 0 ;
15280 wxSize *arg2 = 0 ;
15281 wxSize result;
15282 wxSize temp2 ;
15283 PyObject * obj0 = 0 ;
15284 PyObject * obj1 = 0 ;
15285 char *kwnames[] = {
15286 (char *) "self",(char *) "sizePage", NULL
15287 };
15288
15289 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
15290 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15291 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15292 {
15293 arg2 = &temp2;
15294 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15295 }
15296 {
15297 PyThreadState* __tstate = wxPyBeginAllowThreads();
15298 result = ((wxNotebook const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
15299
15300 wxPyEndAllowThreads(__tstate);
15301 if (PyErr_Occurred()) SWIG_fail;
15302 }
15303 {
15304 wxSize * resultptr;
15305 resultptr = new wxSize((wxSize &) result);
15306 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15307 }
15308 return resultobj;
15309 fail:
15310 return NULL;
15311 }
15312
15313
15314 static PyObject *_wrap_Notebook_ApplyThemeBackground(PyObject *self, PyObject *args, PyObject *kwargs) {
15315 PyObject *resultobj;
15316 wxNotebook *arg1 = (wxNotebook *) 0 ;
15317 wxWindow *arg2 = (wxWindow *) 0 ;
15318 wxColour *arg3 = 0 ;
15319 wxColour temp3 ;
15320 PyObject * obj0 = 0 ;
15321 PyObject * obj1 = 0 ;
15322 PyObject * obj2 = 0 ;
15323 char *kwnames[] = {
15324 (char *) "self",(char *) "window",(char *) "colour", NULL
15325 };
15326
15327 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Notebook_ApplyThemeBackground",kwnames,&obj0,&obj1,&obj2)) goto fail;
15328 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15329 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15330 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15331 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15332 {
15333 arg3 = &temp3;
15334 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
15335 }
15336 {
15337 PyThreadState* __tstate = wxPyBeginAllowThreads();
15338 (arg1)->ApplyThemeBackground(arg2,(wxColour const &)*arg3);
15339
15340 wxPyEndAllowThreads(__tstate);
15341 if (PyErr_Occurred()) SWIG_fail;
15342 }
15343 Py_INCREF(Py_None); resultobj = Py_None;
15344 return resultobj;
15345 fail:
15346 return NULL;
15347 }
15348
15349
15350 static PyObject *_wrap_Notebook_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
15351 PyObject *resultobj;
15352 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
15353 wxVisualAttributes result;
15354 PyObject * obj0 = 0 ;
15355 char *kwnames[] = {
15356 (char *) "variant", NULL
15357 };
15358
15359 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Notebook_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
15360 if (obj0) {
15361 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
15362 if (PyErr_Occurred()) SWIG_fail;
15363 }
15364 {
15365 if (!wxPyCheckForApp()) SWIG_fail;
15366 PyThreadState* __tstate = wxPyBeginAllowThreads();
15367 result = wxNotebook::GetClassDefaultAttributes((wxWindowVariant )arg1);
15368
15369 wxPyEndAllowThreads(__tstate);
15370 if (PyErr_Occurred()) SWIG_fail;
15371 }
15372 {
15373 wxVisualAttributes * resultptr;
15374 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
15375 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
15376 }
15377 return resultobj;
15378 fail:
15379 return NULL;
15380 }
15381
15382
15383 static PyObject * Notebook_swigregister(PyObject *self, PyObject *args) {
15384 PyObject *obj;
15385 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15386 SWIG_TypeClientData(SWIGTYPE_p_wxNotebook, obj);
15387 Py_INCREF(obj);
15388 return Py_BuildValue((char *)"");
15389 }
15390 static PyObject *_wrap_new_NotebookEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
15391 PyObject *resultobj;
15392 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
15393 int arg2 = (int) 0 ;
15394 int arg3 = (int) -1 ;
15395 int arg4 = (int) -1 ;
15396 wxNotebookEvent *result;
15397 PyObject * obj0 = 0 ;
15398 PyObject * obj1 = 0 ;
15399 PyObject * obj2 = 0 ;
15400 PyObject * obj3 = 0 ;
15401 char *kwnames[] = {
15402 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15403 };
15404
15405 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_NotebookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
15406 if (obj0) {
15407 arg1 = (wxEventType) SWIG_AsInt(obj0);
15408 if (PyErr_Occurred()) SWIG_fail;
15409 }
15410 if (obj1) {
15411 arg2 = (int) SWIG_AsInt(obj1);
15412 if (PyErr_Occurred()) SWIG_fail;
15413 }
15414 if (obj2) {
15415 arg3 = (int) SWIG_AsInt(obj2);
15416 if (PyErr_Occurred()) SWIG_fail;
15417 }
15418 if (obj3) {
15419 arg4 = (int) SWIG_AsInt(obj3);
15420 if (PyErr_Occurred()) SWIG_fail;
15421 }
15422 {
15423 PyThreadState* __tstate = wxPyBeginAllowThreads();
15424 result = (wxNotebookEvent *)new wxNotebookEvent(arg1,arg2,arg3,arg4);
15425
15426 wxPyEndAllowThreads(__tstate);
15427 if (PyErr_Occurred()) SWIG_fail;
15428 }
15429 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebookEvent, 1);
15430 return resultobj;
15431 fail:
15432 return NULL;
15433 }
15434
15435
15436 static PyObject * NotebookEvent_swigregister(PyObject *self, PyObject *args) {
15437 PyObject *obj;
15438 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15439 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookEvent, obj);
15440 Py_INCREF(obj);
15441 return Py_BuildValue((char *)"");
15442 }
15443 static PyObject *_wrap_new_Listbook(PyObject *self, PyObject *args, PyObject *kwargs) {
15444 PyObject *resultobj;
15445 wxWindow *arg1 = (wxWindow *) 0 ;
15446 int arg2 = (int) -1 ;
15447 wxPoint const &arg3_defvalue = wxDefaultPosition ;
15448 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
15449 wxSize const &arg4_defvalue = wxDefaultSize ;
15450 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
15451 long arg5 = (long) 0 ;
15452 wxString const &arg6_defvalue = wxPyEmptyString ;
15453 wxString *arg6 = (wxString *) &arg6_defvalue ;
15454 wxListbook *result;
15455 wxPoint temp3 ;
15456 wxSize temp4 ;
15457 bool temp6 = False ;
15458 PyObject * obj0 = 0 ;
15459 PyObject * obj1 = 0 ;
15460 PyObject * obj2 = 0 ;
15461 PyObject * obj3 = 0 ;
15462 PyObject * obj4 = 0 ;
15463 PyObject * obj5 = 0 ;
15464 char *kwnames[] = {
15465 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15466 };
15467
15468 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Listbook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
15469 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
15470 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15471 if (obj1) {
15472 arg2 = (int) SWIG_AsInt(obj1);
15473 if (PyErr_Occurred()) SWIG_fail;
15474 }
15475 if (obj2) {
15476 {
15477 arg3 = &temp3;
15478 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
15479 }
15480 }
15481 if (obj3) {
15482 {
15483 arg4 = &temp4;
15484 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
15485 }
15486 }
15487 if (obj4) {
15488 arg5 = (long) SWIG_AsLong(obj4);
15489 if (PyErr_Occurred()) SWIG_fail;
15490 }
15491 if (obj5) {
15492 {
15493 arg6 = wxString_in_helper(obj5);
15494 if (arg6 == NULL) SWIG_fail;
15495 temp6 = True;
15496 }
15497 }
15498 {
15499 if (!wxPyCheckForApp()) SWIG_fail;
15500 PyThreadState* __tstate = wxPyBeginAllowThreads();
15501 result = (wxListbook *)new wxListbook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
15502
15503 wxPyEndAllowThreads(__tstate);
15504 if (PyErr_Occurred()) SWIG_fail;
15505 }
15506 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbook, 1);
15507 {
15508 if (temp6)
15509 delete arg6;
15510 }
15511 return resultobj;
15512 fail:
15513 {
15514 if (temp6)
15515 delete arg6;
15516 }
15517 return NULL;
15518 }
15519
15520
15521 static PyObject *_wrap_new_PreListbook(PyObject *self, PyObject *args, PyObject *kwargs) {
15522 PyObject *resultobj;
15523 wxListbook *result;
15524 char *kwnames[] = {
15525 NULL
15526 };
15527
15528 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListbook",kwnames)) goto fail;
15529 {
15530 if (!wxPyCheckForApp()) SWIG_fail;
15531 PyThreadState* __tstate = wxPyBeginAllowThreads();
15532 result = (wxListbook *)new wxListbook();
15533
15534 wxPyEndAllowThreads(__tstate);
15535 if (PyErr_Occurred()) SWIG_fail;
15536 }
15537 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbook, 1);
15538 return resultobj;
15539 fail:
15540 return NULL;
15541 }
15542
15543
15544 static PyObject *_wrap_Listbook_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
15545 PyObject *resultobj;
15546 wxListbook *arg1 = (wxListbook *) 0 ;
15547 wxWindow *arg2 = (wxWindow *) 0 ;
15548 int arg3 ;
15549 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15550 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15551 wxSize const &arg5_defvalue = wxDefaultSize ;
15552 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15553 long arg6 = (long) 0 ;
15554 wxString const &arg7_defvalue = wxPyEmptyString ;
15555 wxString *arg7 = (wxString *) &arg7_defvalue ;
15556 bool result;
15557 wxPoint temp4 ;
15558 wxSize temp5 ;
15559 bool temp7 = False ;
15560 PyObject * obj0 = 0 ;
15561 PyObject * obj1 = 0 ;
15562 PyObject * obj2 = 0 ;
15563 PyObject * obj3 = 0 ;
15564 PyObject * obj4 = 0 ;
15565 PyObject * obj5 = 0 ;
15566 PyObject * obj6 = 0 ;
15567 char *kwnames[] = {
15568 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15569 };
15570
15571 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:Listbook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15572 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15573 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15574 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15575 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15576 arg3 = (int) SWIG_AsInt(obj2);
15577 if (PyErr_Occurred()) SWIG_fail;
15578 if (obj3) {
15579 {
15580 arg4 = &temp4;
15581 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15582 }
15583 }
15584 if (obj4) {
15585 {
15586 arg5 = &temp5;
15587 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15588 }
15589 }
15590 if (obj5) {
15591 arg6 = (long) SWIG_AsLong(obj5);
15592 if (PyErr_Occurred()) SWIG_fail;
15593 }
15594 if (obj6) {
15595 {
15596 arg7 = wxString_in_helper(obj6);
15597 if (arg7 == NULL) SWIG_fail;
15598 temp7 = True;
15599 }
15600 }
15601 {
15602 PyThreadState* __tstate = wxPyBeginAllowThreads();
15603 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15604
15605 wxPyEndAllowThreads(__tstate);
15606 if (PyErr_Occurred()) SWIG_fail;
15607 }
15608 {
15609 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15610 }
15611 {
15612 if (temp7)
15613 delete arg7;
15614 }
15615 return resultobj;
15616 fail:
15617 {
15618 if (temp7)
15619 delete arg7;
15620 }
15621 return NULL;
15622 }
15623
15624
15625 static PyObject *_wrap_Listbook_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
15626 PyObject *resultobj;
15627 wxListbook *arg1 = (wxListbook *) 0 ;
15628 bool result;
15629 PyObject * obj0 = 0 ;
15630 char *kwnames[] = {
15631 (char *) "self", NULL
15632 };
15633
15634 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Listbook_IsVertical",kwnames,&obj0)) goto fail;
15635 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15636 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15637 {
15638 PyThreadState* __tstate = wxPyBeginAllowThreads();
15639 result = (bool)((wxListbook const *)arg1)->IsVertical();
15640
15641 wxPyEndAllowThreads(__tstate);
15642 if (PyErr_Occurred()) SWIG_fail;
15643 }
15644 {
15645 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15646 }
15647 return resultobj;
15648 fail:
15649 return NULL;
15650 }
15651
15652
15653 static PyObject * Listbook_swigregister(PyObject *self, PyObject *args) {
15654 PyObject *obj;
15655 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15656 SWIG_TypeClientData(SWIGTYPE_p_wxListbook, obj);
15657 Py_INCREF(obj);
15658 return Py_BuildValue((char *)"");
15659 }
15660 static PyObject *_wrap_new_ListbookEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
15661 PyObject *resultobj;
15662 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
15663 int arg2 = (int) 0 ;
15664 int arg3 = (int) -1 ;
15665 int arg4 = (int) -1 ;
15666 wxListbookEvent *result;
15667 PyObject * obj0 = 0 ;
15668 PyObject * obj1 = 0 ;
15669 PyObject * obj2 = 0 ;
15670 PyObject * obj3 = 0 ;
15671 char *kwnames[] = {
15672 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15673 };
15674
15675 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_ListbookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
15676 if (obj0) {
15677 arg1 = (wxEventType) SWIG_AsInt(obj0);
15678 if (PyErr_Occurred()) SWIG_fail;
15679 }
15680 if (obj1) {
15681 arg2 = (int) SWIG_AsInt(obj1);
15682 if (PyErr_Occurred()) SWIG_fail;
15683 }
15684 if (obj2) {
15685 arg3 = (int) SWIG_AsInt(obj2);
15686 if (PyErr_Occurred()) SWIG_fail;
15687 }
15688 if (obj3) {
15689 arg4 = (int) SWIG_AsInt(obj3);
15690 if (PyErr_Occurred()) SWIG_fail;
15691 }
15692 {
15693 PyThreadState* __tstate = wxPyBeginAllowThreads();
15694 result = (wxListbookEvent *)new wxListbookEvent(arg1,arg2,arg3,arg4);
15695
15696 wxPyEndAllowThreads(__tstate);
15697 if (PyErr_Occurred()) SWIG_fail;
15698 }
15699 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbookEvent, 1);
15700 return resultobj;
15701 fail:
15702 return NULL;
15703 }
15704
15705
15706 static PyObject * ListbookEvent_swigregister(PyObject *self, PyObject *args) {
15707 PyObject *obj;
15708 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15709 SWIG_TypeClientData(SWIGTYPE_p_wxListbookEvent, obj);
15710 Py_INCREF(obj);
15711 return Py_BuildValue((char *)"");
15712 }
15713 static PyObject *_wrap_new_BookCtrlSizer(PyObject *self, PyObject *args, PyObject *kwargs) {
15714 PyObject *resultobj;
15715 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
15716 wxBookCtrlSizer *result;
15717 PyObject * obj0 = 0 ;
15718 char *kwnames[] = {
15719 (char *) "nb", NULL
15720 };
15721
15722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_BookCtrlSizer",kwnames,&obj0)) goto fail;
15723 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
15724 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15725 {
15726 PyThreadState* __tstate = wxPyBeginAllowThreads();
15727 result = (wxBookCtrlSizer *)new wxBookCtrlSizer(arg1);
15728
15729 wxPyEndAllowThreads(__tstate);
15730 if (PyErr_Occurred()) SWIG_fail;
15731 }
15732 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrlSizer, 1);
15733 return resultobj;
15734 fail:
15735 return NULL;
15736 }
15737
15738
15739 static PyObject *_wrap_BookCtrlSizer_RecalcSizes(PyObject *self, PyObject *args, PyObject *kwargs) {
15740 PyObject *resultobj;
15741 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15742 PyObject * obj0 = 0 ;
15743 char *kwnames[] = {
15744 (char *) "self", NULL
15745 };
15746
15747 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_RecalcSizes",kwnames,&obj0)) goto fail;
15748 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15749 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15750 {
15751 PyThreadState* __tstate = wxPyBeginAllowThreads();
15752 (arg1)->RecalcSizes();
15753
15754 wxPyEndAllowThreads(__tstate);
15755 if (PyErr_Occurred()) SWIG_fail;
15756 }
15757 Py_INCREF(Py_None); resultobj = Py_None;
15758 return resultobj;
15759 fail:
15760 return NULL;
15761 }
15762
15763
15764 static PyObject *_wrap_BookCtrlSizer_CalcMin(PyObject *self, PyObject *args, PyObject *kwargs) {
15765 PyObject *resultobj;
15766 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15767 wxSize result;
15768 PyObject * obj0 = 0 ;
15769 char *kwnames[] = {
15770 (char *) "self", NULL
15771 };
15772
15773 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_CalcMin",kwnames,&obj0)) goto fail;
15774 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15775 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15776 {
15777 PyThreadState* __tstate = wxPyBeginAllowThreads();
15778 result = (arg1)->CalcMin();
15779
15780 wxPyEndAllowThreads(__tstate);
15781 if (PyErr_Occurred()) SWIG_fail;
15782 }
15783 {
15784 wxSize * resultptr;
15785 resultptr = new wxSize((wxSize &) result);
15786 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15787 }
15788 return resultobj;
15789 fail:
15790 return NULL;
15791 }
15792
15793
15794 static PyObject *_wrap_BookCtrlSizer_GetControl(PyObject *self, PyObject *args, PyObject *kwargs) {
15795 PyObject *resultobj;
15796 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15797 wxBookCtrl *result;
15798 PyObject * obj0 = 0 ;
15799 char *kwnames[] = {
15800 (char *) "self", NULL
15801 };
15802
15803 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_GetControl",kwnames,&obj0)) goto fail;
15804 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15805 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15806 {
15807 PyThreadState* __tstate = wxPyBeginAllowThreads();
15808 result = (wxBookCtrl *)(arg1)->GetControl();
15809
15810 wxPyEndAllowThreads(__tstate);
15811 if (PyErr_Occurred()) SWIG_fail;
15812 }
15813 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrl, 0);
15814 return resultobj;
15815 fail:
15816 return NULL;
15817 }
15818
15819
15820 static PyObject * BookCtrlSizer_swigregister(PyObject *self, PyObject *args) {
15821 PyObject *obj;
15822 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15823 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlSizer, obj);
15824 Py_INCREF(obj);
15825 return Py_BuildValue((char *)"");
15826 }
15827 static PyObject *_wrap_new_NotebookSizer(PyObject *self, PyObject *args, PyObject *kwargs) {
15828 PyObject *resultobj;
15829 wxNotebook *arg1 = (wxNotebook *) 0 ;
15830 wxNotebookSizer *result;
15831 PyObject * obj0 = 0 ;
15832 char *kwnames[] = {
15833 (char *) "nb", NULL
15834 };
15835
15836 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_NotebookSizer",kwnames,&obj0)) goto fail;
15837 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15838 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15839 {
15840 PyThreadState* __tstate = wxPyBeginAllowThreads();
15841 result = (wxNotebookSizer *)new wxNotebookSizer(arg1);
15842
15843 wxPyEndAllowThreads(__tstate);
15844 if (PyErr_Occurred()) SWIG_fail;
15845 }
15846 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebookSizer, 1);
15847 return resultobj;
15848 fail:
15849 return NULL;
15850 }
15851
15852
15853 static PyObject *_wrap_NotebookSizer_RecalcSizes(PyObject *self, PyObject *args, PyObject *kwargs) {
15854 PyObject *resultobj;
15855 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
15856 PyObject * obj0 = 0 ;
15857 char *kwnames[] = {
15858 (char *) "self", NULL
15859 };
15860
15861 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_RecalcSizes",kwnames,&obj0)) goto fail;
15862 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
15863 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15864 {
15865 PyThreadState* __tstate = wxPyBeginAllowThreads();
15866 (arg1)->RecalcSizes();
15867
15868 wxPyEndAllowThreads(__tstate);
15869 if (PyErr_Occurred()) SWIG_fail;
15870 }
15871 Py_INCREF(Py_None); resultobj = Py_None;
15872 return resultobj;
15873 fail:
15874 return NULL;
15875 }
15876
15877
15878 static PyObject *_wrap_NotebookSizer_CalcMin(PyObject *self, PyObject *args, PyObject *kwargs) {
15879 PyObject *resultobj;
15880 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
15881 wxSize result;
15882 PyObject * obj0 = 0 ;
15883 char *kwnames[] = {
15884 (char *) "self", NULL
15885 };
15886
15887 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_CalcMin",kwnames,&obj0)) goto fail;
15888 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
15889 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15890 {
15891 PyThreadState* __tstate = wxPyBeginAllowThreads();
15892 result = (arg1)->CalcMin();
15893
15894 wxPyEndAllowThreads(__tstate);
15895 if (PyErr_Occurred()) SWIG_fail;
15896 }
15897 {
15898 wxSize * resultptr;
15899 resultptr = new wxSize((wxSize &) result);
15900 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15901 }
15902 return resultobj;
15903 fail:
15904 return NULL;
15905 }
15906
15907
15908 static PyObject *_wrap_NotebookSizer_GetNotebook(PyObject *self, PyObject *args, PyObject *kwargs) {
15909 PyObject *resultobj;
15910 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
15911 wxNotebook *result;
15912 PyObject * obj0 = 0 ;
15913 char *kwnames[] = {
15914 (char *) "self", NULL
15915 };
15916
15917 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_GetNotebook",kwnames,&obj0)) goto fail;
15918 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
15919 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15920 {
15921 PyThreadState* __tstate = wxPyBeginAllowThreads();
15922 result = (wxNotebook *)(arg1)->GetNotebook();
15923
15924 wxPyEndAllowThreads(__tstate);
15925 if (PyErr_Occurred()) SWIG_fail;
15926 }
15927 {
15928 resultobj = wxPyMake_wxObject(result);
15929 }
15930 return resultobj;
15931 fail:
15932 return NULL;
15933 }
15934
15935
15936 static PyObject * NotebookSizer_swigregister(PyObject *self, PyObject *args) {
15937 PyObject *obj;
15938 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15939 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookSizer, obj);
15940 Py_INCREF(obj);
15941 return Py_BuildValue((char *)"");
15942 }
15943 static PyObject *_wrap_ToolBarToolBase_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
15944 PyObject *resultobj;
15945 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15946 int result;
15947 PyObject * obj0 = 0 ;
15948 char *kwnames[] = {
15949 (char *) "self", NULL
15950 };
15951
15952 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetId",kwnames,&obj0)) goto fail;
15953 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
15954 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15955 {
15956 PyThreadState* __tstate = wxPyBeginAllowThreads();
15957 result = (int)(arg1)->GetId();
15958
15959 wxPyEndAllowThreads(__tstate);
15960 if (PyErr_Occurred()) SWIG_fail;
15961 }
15962 resultobj = SWIG_FromInt((int)result);
15963 return resultobj;
15964 fail:
15965 return NULL;
15966 }
15967
15968
15969 static PyObject *_wrap_ToolBarToolBase_GetControl(PyObject *self, PyObject *args, PyObject *kwargs) {
15970 PyObject *resultobj;
15971 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15972 wxControl *result;
15973 PyObject * obj0 = 0 ;
15974 char *kwnames[] = {
15975 (char *) "self", NULL
15976 };
15977
15978 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetControl",kwnames,&obj0)) goto fail;
15979 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
15980 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15981 {
15982 PyThreadState* __tstate = wxPyBeginAllowThreads();
15983 result = (wxControl *)(arg1)->GetControl();
15984
15985 wxPyEndAllowThreads(__tstate);
15986 if (PyErr_Occurred()) SWIG_fail;
15987 }
15988 {
15989 resultobj = wxPyMake_wxObject(result);
15990 }
15991 return resultobj;
15992 fail:
15993 return NULL;
15994 }
15995
15996
15997 static PyObject *_wrap_ToolBarToolBase_GetToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
15998 PyObject *resultobj;
15999 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16000 wxToolBarBase *result;
16001 PyObject * obj0 = 0 ;
16002 char *kwnames[] = {
16003 (char *) "self", NULL
16004 };
16005
16006 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetToolBar",kwnames,&obj0)) goto fail;
16007 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16008 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16009 {
16010 PyThreadState* __tstate = wxPyBeginAllowThreads();
16011 result = (wxToolBarBase *)(arg1)->GetToolBar();
16012
16013 wxPyEndAllowThreads(__tstate);
16014 if (PyErr_Occurred()) SWIG_fail;
16015 }
16016 {
16017 resultobj = wxPyMake_wxObject(result);
16018 }
16019 return resultobj;
16020 fail:
16021 return NULL;
16022 }
16023
16024
16025 static PyObject *_wrap_ToolBarToolBase_IsButton(PyObject *self, PyObject *args, PyObject *kwargs) {
16026 PyObject *resultobj;
16027 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16028 int result;
16029 PyObject * obj0 = 0 ;
16030 char *kwnames[] = {
16031 (char *) "self", NULL
16032 };
16033
16034 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsButton",kwnames,&obj0)) goto fail;
16035 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16036 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16037 {
16038 PyThreadState* __tstate = wxPyBeginAllowThreads();
16039 result = (int)(arg1)->IsButton();
16040
16041 wxPyEndAllowThreads(__tstate);
16042 if (PyErr_Occurred()) SWIG_fail;
16043 }
16044 resultobj = SWIG_FromInt((int)result);
16045 return resultobj;
16046 fail:
16047 return NULL;
16048 }
16049
16050
16051 static PyObject *_wrap_ToolBarToolBase_IsControl(PyObject *self, PyObject *args, PyObject *kwargs) {
16052 PyObject *resultobj;
16053 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16054 int result;
16055 PyObject * obj0 = 0 ;
16056 char *kwnames[] = {
16057 (char *) "self", NULL
16058 };
16059
16060 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsControl",kwnames,&obj0)) goto fail;
16061 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16062 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16063 {
16064 PyThreadState* __tstate = wxPyBeginAllowThreads();
16065 result = (int)(arg1)->IsControl();
16066
16067 wxPyEndAllowThreads(__tstate);
16068 if (PyErr_Occurred()) SWIG_fail;
16069 }
16070 resultobj = SWIG_FromInt((int)result);
16071 return resultobj;
16072 fail:
16073 return NULL;
16074 }
16075
16076
16077 static PyObject *_wrap_ToolBarToolBase_IsSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
16078 PyObject *resultobj;
16079 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16080 int result;
16081 PyObject * obj0 = 0 ;
16082 char *kwnames[] = {
16083 (char *) "self", NULL
16084 };
16085
16086 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsSeparator",kwnames,&obj0)) goto fail;
16087 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16088 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16089 {
16090 PyThreadState* __tstate = wxPyBeginAllowThreads();
16091 result = (int)(arg1)->IsSeparator();
16092
16093 wxPyEndAllowThreads(__tstate);
16094 if (PyErr_Occurred()) SWIG_fail;
16095 }
16096 resultobj = SWIG_FromInt((int)result);
16097 return resultobj;
16098 fail:
16099 return NULL;
16100 }
16101
16102
16103 static PyObject *_wrap_ToolBarToolBase_GetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
16104 PyObject *resultobj;
16105 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16106 int result;
16107 PyObject * obj0 = 0 ;
16108 char *kwnames[] = {
16109 (char *) "self", NULL
16110 };
16111
16112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetStyle",kwnames,&obj0)) goto fail;
16113 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16114 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16115 {
16116 PyThreadState* __tstate = wxPyBeginAllowThreads();
16117 result = (int)(arg1)->GetStyle();
16118
16119 wxPyEndAllowThreads(__tstate);
16120 if (PyErr_Occurred()) SWIG_fail;
16121 }
16122 resultobj = SWIG_FromInt((int)result);
16123 return resultobj;
16124 fail:
16125 return NULL;
16126 }
16127
16128
16129 static PyObject *_wrap_ToolBarToolBase_GetKind(PyObject *self, PyObject *args, PyObject *kwargs) {
16130 PyObject *resultobj;
16131 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16132 int result;
16133 PyObject * obj0 = 0 ;
16134 char *kwnames[] = {
16135 (char *) "self", NULL
16136 };
16137
16138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetKind",kwnames,&obj0)) goto fail;
16139 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16140 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16141 {
16142 PyThreadState* __tstate = wxPyBeginAllowThreads();
16143 result = (int)(arg1)->GetKind();
16144
16145 wxPyEndAllowThreads(__tstate);
16146 if (PyErr_Occurred()) SWIG_fail;
16147 }
16148 resultobj = SWIG_FromInt((int)result);
16149 return resultobj;
16150 fail:
16151 return NULL;
16152 }
16153
16154
16155 static PyObject *_wrap_ToolBarToolBase_IsEnabled(PyObject *self, PyObject *args, PyObject *kwargs) {
16156 PyObject *resultobj;
16157 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16158 bool result;
16159 PyObject * obj0 = 0 ;
16160 char *kwnames[] = {
16161 (char *) "self", NULL
16162 };
16163
16164 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsEnabled",kwnames,&obj0)) goto fail;
16165 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16166 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16167 {
16168 PyThreadState* __tstate = wxPyBeginAllowThreads();
16169 result = (bool)(arg1)->IsEnabled();
16170
16171 wxPyEndAllowThreads(__tstate);
16172 if (PyErr_Occurred()) SWIG_fail;
16173 }
16174 {
16175 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16176 }
16177 return resultobj;
16178 fail:
16179 return NULL;
16180 }
16181
16182
16183 static PyObject *_wrap_ToolBarToolBase_IsToggled(PyObject *self, PyObject *args, PyObject *kwargs) {
16184 PyObject *resultobj;
16185 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16186 bool result;
16187 PyObject * obj0 = 0 ;
16188 char *kwnames[] = {
16189 (char *) "self", NULL
16190 };
16191
16192 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsToggled",kwnames,&obj0)) goto fail;
16193 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16194 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16195 {
16196 PyThreadState* __tstate = wxPyBeginAllowThreads();
16197 result = (bool)(arg1)->IsToggled();
16198
16199 wxPyEndAllowThreads(__tstate);
16200 if (PyErr_Occurred()) SWIG_fail;
16201 }
16202 {
16203 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16204 }
16205 return resultobj;
16206 fail:
16207 return NULL;
16208 }
16209
16210
16211 static PyObject *_wrap_ToolBarToolBase_CanBeToggled(PyObject *self, PyObject *args, PyObject *kwargs) {
16212 PyObject *resultobj;
16213 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16214 bool result;
16215 PyObject * obj0 = 0 ;
16216 char *kwnames[] = {
16217 (char *) "self", NULL
16218 };
16219
16220 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_CanBeToggled",kwnames,&obj0)) goto fail;
16221 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16222 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16223 {
16224 PyThreadState* __tstate = wxPyBeginAllowThreads();
16225 result = (bool)(arg1)->CanBeToggled();
16226
16227 wxPyEndAllowThreads(__tstate);
16228 if (PyErr_Occurred()) SWIG_fail;
16229 }
16230 {
16231 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16232 }
16233 return resultobj;
16234 fail:
16235 return NULL;
16236 }
16237
16238
16239 static PyObject *_wrap_ToolBarToolBase_GetNormalBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16240 PyObject *resultobj;
16241 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16242 wxBitmap *result;
16243 PyObject * obj0 = 0 ;
16244 char *kwnames[] = {
16245 (char *) "self", NULL
16246 };
16247
16248 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetNormalBitmap",kwnames,&obj0)) goto fail;
16249 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16250 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16251 {
16252 PyThreadState* __tstate = wxPyBeginAllowThreads();
16253 {
16254 wxBitmap const &_result_ref = (arg1)->GetNormalBitmap();
16255 result = (wxBitmap *) &_result_ref;
16256 }
16257
16258 wxPyEndAllowThreads(__tstate);
16259 if (PyErr_Occurred()) SWIG_fail;
16260 }
16261 {
16262 wxBitmap* resultptr = new wxBitmap(*result);
16263 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16264 }
16265 return resultobj;
16266 fail:
16267 return NULL;
16268 }
16269
16270
16271 static PyObject *_wrap_ToolBarToolBase_GetDisabledBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16272 PyObject *resultobj;
16273 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16274 wxBitmap *result;
16275 PyObject * obj0 = 0 ;
16276 char *kwnames[] = {
16277 (char *) "self", NULL
16278 };
16279
16280 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetDisabledBitmap",kwnames,&obj0)) goto fail;
16281 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16282 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16283 {
16284 PyThreadState* __tstate = wxPyBeginAllowThreads();
16285 {
16286 wxBitmap const &_result_ref = (arg1)->GetDisabledBitmap();
16287 result = (wxBitmap *) &_result_ref;
16288 }
16289
16290 wxPyEndAllowThreads(__tstate);
16291 if (PyErr_Occurred()) SWIG_fail;
16292 }
16293 {
16294 wxBitmap* resultptr = new wxBitmap(*result);
16295 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16296 }
16297 return resultobj;
16298 fail:
16299 return NULL;
16300 }
16301
16302
16303 static PyObject *_wrap_ToolBarToolBase_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16304 PyObject *resultobj;
16305 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16306 wxBitmap result;
16307 PyObject * obj0 = 0 ;
16308 char *kwnames[] = {
16309 (char *) "self", NULL
16310 };
16311
16312 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetBitmap",kwnames,&obj0)) goto fail;
16313 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16314 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16315 {
16316 PyThreadState* __tstate = wxPyBeginAllowThreads();
16317 result = (arg1)->GetBitmap();
16318
16319 wxPyEndAllowThreads(__tstate);
16320 if (PyErr_Occurred()) SWIG_fail;
16321 }
16322 {
16323 wxBitmap * resultptr;
16324 resultptr = new wxBitmap((wxBitmap &) result);
16325 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16326 }
16327 return resultobj;
16328 fail:
16329 return NULL;
16330 }
16331
16332
16333 static PyObject *_wrap_ToolBarToolBase_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
16334 PyObject *resultobj;
16335 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16336 wxString result;
16337 PyObject * obj0 = 0 ;
16338 char *kwnames[] = {
16339 (char *) "self", NULL
16340 };
16341
16342 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLabel",kwnames,&obj0)) goto fail;
16343 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16344 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16345 {
16346 PyThreadState* __tstate = wxPyBeginAllowThreads();
16347 result = (arg1)->GetLabel();
16348
16349 wxPyEndAllowThreads(__tstate);
16350 if (PyErr_Occurred()) SWIG_fail;
16351 }
16352 {
16353 #if wxUSE_UNICODE
16354 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16355 #else
16356 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16357 #endif
16358 }
16359 return resultobj;
16360 fail:
16361 return NULL;
16362 }
16363
16364
16365 static PyObject *_wrap_ToolBarToolBase_GetShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16366 PyObject *resultobj;
16367 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16368 wxString result;
16369 PyObject * obj0 = 0 ;
16370 char *kwnames[] = {
16371 (char *) "self", NULL
16372 };
16373
16374 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetShortHelp",kwnames,&obj0)) goto fail;
16375 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16376 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16377 {
16378 PyThreadState* __tstate = wxPyBeginAllowThreads();
16379 result = (arg1)->GetShortHelp();
16380
16381 wxPyEndAllowThreads(__tstate);
16382 if (PyErr_Occurred()) SWIG_fail;
16383 }
16384 {
16385 #if wxUSE_UNICODE
16386 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16387 #else
16388 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16389 #endif
16390 }
16391 return resultobj;
16392 fail:
16393 return NULL;
16394 }
16395
16396
16397 static PyObject *_wrap_ToolBarToolBase_GetLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16398 PyObject *resultobj;
16399 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16400 wxString result;
16401 PyObject * obj0 = 0 ;
16402 char *kwnames[] = {
16403 (char *) "self", NULL
16404 };
16405
16406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLongHelp",kwnames,&obj0)) goto fail;
16407 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16408 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16409 {
16410 PyThreadState* __tstate = wxPyBeginAllowThreads();
16411 result = (arg1)->GetLongHelp();
16412
16413 wxPyEndAllowThreads(__tstate);
16414 if (PyErr_Occurred()) SWIG_fail;
16415 }
16416 {
16417 #if wxUSE_UNICODE
16418 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16419 #else
16420 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16421 #endif
16422 }
16423 return resultobj;
16424 fail:
16425 return NULL;
16426 }
16427
16428
16429 static PyObject *_wrap_ToolBarToolBase_Enable(PyObject *self, PyObject *args, PyObject *kwargs) {
16430 PyObject *resultobj;
16431 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16432 bool arg2 ;
16433 bool result;
16434 PyObject * obj0 = 0 ;
16435 PyObject * obj1 = 0 ;
16436 char *kwnames[] = {
16437 (char *) "self",(char *) "enable", NULL
16438 };
16439
16440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Enable",kwnames,&obj0,&obj1)) goto fail;
16441 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16442 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16443 arg2 = (bool) SWIG_AsBool(obj1);
16444 if (PyErr_Occurred()) SWIG_fail;
16445 {
16446 PyThreadState* __tstate = wxPyBeginAllowThreads();
16447 result = (bool)(arg1)->Enable(arg2);
16448
16449 wxPyEndAllowThreads(__tstate);
16450 if (PyErr_Occurred()) SWIG_fail;
16451 }
16452 {
16453 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16454 }
16455 return resultobj;
16456 fail:
16457 return NULL;
16458 }
16459
16460
16461 static PyObject *_wrap_ToolBarToolBase_Toggle(PyObject *self, PyObject *args, PyObject *kwargs) {
16462 PyObject *resultobj;
16463 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16464 PyObject * obj0 = 0 ;
16465 char *kwnames[] = {
16466 (char *) "self", NULL
16467 };
16468
16469 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Toggle",kwnames,&obj0)) goto fail;
16470 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16471 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16472 {
16473 PyThreadState* __tstate = wxPyBeginAllowThreads();
16474 (arg1)->Toggle();
16475
16476 wxPyEndAllowThreads(__tstate);
16477 if (PyErr_Occurred()) SWIG_fail;
16478 }
16479 Py_INCREF(Py_None); resultobj = Py_None;
16480 return resultobj;
16481 fail:
16482 return NULL;
16483 }
16484
16485
16486 static PyObject *_wrap_ToolBarToolBase_SetToggle(PyObject *self, PyObject *args, PyObject *kwargs) {
16487 PyObject *resultobj;
16488 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16489 bool arg2 ;
16490 bool result;
16491 PyObject * obj0 = 0 ;
16492 PyObject * obj1 = 0 ;
16493 char *kwnames[] = {
16494 (char *) "self",(char *) "toggle", NULL
16495 };
16496
16497 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetToggle",kwnames,&obj0,&obj1)) goto fail;
16498 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16499 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16500 arg2 = (bool) SWIG_AsBool(obj1);
16501 if (PyErr_Occurred()) SWIG_fail;
16502 {
16503 PyThreadState* __tstate = wxPyBeginAllowThreads();
16504 result = (bool)(arg1)->SetToggle(arg2);
16505
16506 wxPyEndAllowThreads(__tstate);
16507 if (PyErr_Occurred()) SWIG_fail;
16508 }
16509 {
16510 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16511 }
16512 return resultobj;
16513 fail:
16514 return NULL;
16515 }
16516
16517
16518 static PyObject *_wrap_ToolBarToolBase_SetShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16519 PyObject *resultobj;
16520 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16521 wxString *arg2 = 0 ;
16522 bool result;
16523 bool temp2 = False ;
16524 PyObject * obj0 = 0 ;
16525 PyObject * obj1 = 0 ;
16526 char *kwnames[] = {
16527 (char *) "self",(char *) "help", NULL
16528 };
16529
16530 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetShortHelp",kwnames,&obj0,&obj1)) goto fail;
16531 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16532 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16533 {
16534 arg2 = wxString_in_helper(obj1);
16535 if (arg2 == NULL) SWIG_fail;
16536 temp2 = True;
16537 }
16538 {
16539 PyThreadState* __tstate = wxPyBeginAllowThreads();
16540 result = (bool)(arg1)->SetShortHelp((wxString const &)*arg2);
16541
16542 wxPyEndAllowThreads(__tstate);
16543 if (PyErr_Occurred()) SWIG_fail;
16544 }
16545 {
16546 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16547 }
16548 {
16549 if (temp2)
16550 delete arg2;
16551 }
16552 return resultobj;
16553 fail:
16554 {
16555 if (temp2)
16556 delete arg2;
16557 }
16558 return NULL;
16559 }
16560
16561
16562 static PyObject *_wrap_ToolBarToolBase_SetLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16563 PyObject *resultobj;
16564 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16565 wxString *arg2 = 0 ;
16566 bool result;
16567 bool temp2 = False ;
16568 PyObject * obj0 = 0 ;
16569 PyObject * obj1 = 0 ;
16570 char *kwnames[] = {
16571 (char *) "self",(char *) "help", NULL
16572 };
16573
16574 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLongHelp",kwnames,&obj0,&obj1)) goto fail;
16575 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16576 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16577 {
16578 arg2 = wxString_in_helper(obj1);
16579 if (arg2 == NULL) SWIG_fail;
16580 temp2 = True;
16581 }
16582 {
16583 PyThreadState* __tstate = wxPyBeginAllowThreads();
16584 result = (bool)(arg1)->SetLongHelp((wxString const &)*arg2);
16585
16586 wxPyEndAllowThreads(__tstate);
16587 if (PyErr_Occurred()) SWIG_fail;
16588 }
16589 {
16590 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16591 }
16592 {
16593 if (temp2)
16594 delete arg2;
16595 }
16596 return resultobj;
16597 fail:
16598 {
16599 if (temp2)
16600 delete arg2;
16601 }
16602 return NULL;
16603 }
16604
16605
16606 static PyObject *_wrap_ToolBarToolBase_SetNormalBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16607 PyObject *resultobj;
16608 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16609 wxBitmap *arg2 = 0 ;
16610 PyObject * obj0 = 0 ;
16611 PyObject * obj1 = 0 ;
16612 char *kwnames[] = {
16613 (char *) "self",(char *) "bmp", NULL
16614 };
16615
16616 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetNormalBitmap",kwnames,&obj0,&obj1)) goto fail;
16617 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16618 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16619 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
16620 SWIG_POINTER_EXCEPTION | 0)) == -1)
16621 SWIG_fail;
16622 if (arg2 == NULL) {
16623 PyErr_SetString(PyExc_TypeError,"null reference");
16624 SWIG_fail;
16625 }
16626 {
16627 PyThreadState* __tstate = wxPyBeginAllowThreads();
16628 (arg1)->SetNormalBitmap((wxBitmap const &)*arg2);
16629
16630 wxPyEndAllowThreads(__tstate);
16631 if (PyErr_Occurred()) SWIG_fail;
16632 }
16633 Py_INCREF(Py_None); resultobj = Py_None;
16634 return resultobj;
16635 fail:
16636 return NULL;
16637 }
16638
16639
16640 static PyObject *_wrap_ToolBarToolBase_SetDisabledBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16641 PyObject *resultobj;
16642 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16643 wxBitmap *arg2 = 0 ;
16644 PyObject * obj0 = 0 ;
16645 PyObject * obj1 = 0 ;
16646 char *kwnames[] = {
16647 (char *) "self",(char *) "bmp", NULL
16648 };
16649
16650 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetDisabledBitmap",kwnames,&obj0,&obj1)) goto fail;
16651 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16652 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16653 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
16654 SWIG_POINTER_EXCEPTION | 0)) == -1)
16655 SWIG_fail;
16656 if (arg2 == NULL) {
16657 PyErr_SetString(PyExc_TypeError,"null reference");
16658 SWIG_fail;
16659 }
16660 {
16661 PyThreadState* __tstate = wxPyBeginAllowThreads();
16662 (arg1)->SetDisabledBitmap((wxBitmap const &)*arg2);
16663
16664 wxPyEndAllowThreads(__tstate);
16665 if (PyErr_Occurred()) SWIG_fail;
16666 }
16667 Py_INCREF(Py_None); resultobj = Py_None;
16668 return resultobj;
16669 fail:
16670 return NULL;
16671 }
16672
16673
16674 static PyObject *_wrap_ToolBarToolBase_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
16675 PyObject *resultobj;
16676 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16677 wxString *arg2 = 0 ;
16678 bool temp2 = False ;
16679 PyObject * obj0 = 0 ;
16680 PyObject * obj1 = 0 ;
16681 char *kwnames[] = {
16682 (char *) "self",(char *) "label", NULL
16683 };
16684
16685 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLabel",kwnames,&obj0,&obj1)) goto fail;
16686 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16687 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16688 {
16689 arg2 = wxString_in_helper(obj1);
16690 if (arg2 == NULL) SWIG_fail;
16691 temp2 = True;
16692 }
16693 {
16694 PyThreadState* __tstate = wxPyBeginAllowThreads();
16695 (arg1)->SetLabel((wxString const &)*arg2);
16696
16697 wxPyEndAllowThreads(__tstate);
16698 if (PyErr_Occurred()) SWIG_fail;
16699 }
16700 Py_INCREF(Py_None); resultobj = Py_None;
16701 {
16702 if (temp2)
16703 delete arg2;
16704 }
16705 return resultobj;
16706 fail:
16707 {
16708 if (temp2)
16709 delete arg2;
16710 }
16711 return NULL;
16712 }
16713
16714
16715 static PyObject *_wrap_ToolBarToolBase_Detach(PyObject *self, PyObject *args, PyObject *kwargs) {
16716 PyObject *resultobj;
16717 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16718 PyObject * obj0 = 0 ;
16719 char *kwnames[] = {
16720 (char *) "self", NULL
16721 };
16722
16723 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Detach",kwnames,&obj0)) goto fail;
16724 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16725 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16726 {
16727 PyThreadState* __tstate = wxPyBeginAllowThreads();
16728 (arg1)->Detach();
16729
16730 wxPyEndAllowThreads(__tstate);
16731 if (PyErr_Occurred()) SWIG_fail;
16732 }
16733 Py_INCREF(Py_None); resultobj = Py_None;
16734 return resultobj;
16735 fail:
16736 return NULL;
16737 }
16738
16739
16740 static PyObject *_wrap_ToolBarToolBase_Attach(PyObject *self, PyObject *args, PyObject *kwargs) {
16741 PyObject *resultobj;
16742 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16743 wxToolBarBase *arg2 = (wxToolBarBase *) 0 ;
16744 PyObject * obj0 = 0 ;
16745 PyObject * obj1 = 0 ;
16746 char *kwnames[] = {
16747 (char *) "self",(char *) "tbar", NULL
16748 };
16749
16750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Attach",kwnames,&obj0,&obj1)) goto fail;
16751 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16752 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16753 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxToolBarBase,
16754 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16755 {
16756 PyThreadState* __tstate = wxPyBeginAllowThreads();
16757 (arg1)->Attach(arg2);
16758
16759 wxPyEndAllowThreads(__tstate);
16760 if (PyErr_Occurred()) SWIG_fail;
16761 }
16762 Py_INCREF(Py_None); resultobj = Py_None;
16763 return resultobj;
16764 fail:
16765 return NULL;
16766 }
16767
16768
16769 static PyObject *_wrap_ToolBarToolBase_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
16770 PyObject *resultobj;
16771 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16772 PyObject *result;
16773 PyObject * obj0 = 0 ;
16774 char *kwnames[] = {
16775 (char *) "self", NULL
16776 };
16777
16778 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetClientData",kwnames,&obj0)) goto fail;
16779 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16780 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16781 {
16782 PyThreadState* __tstate = wxPyBeginAllowThreads();
16783 result = (PyObject *)wxToolBarToolBase_GetClientData(arg1);
16784
16785 wxPyEndAllowThreads(__tstate);
16786 if (PyErr_Occurred()) SWIG_fail;
16787 }
16788 resultobj = result;
16789 return resultobj;
16790 fail:
16791 return NULL;
16792 }
16793
16794
16795 static PyObject *_wrap_ToolBarToolBase_SetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
16796 PyObject *resultobj;
16797 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16798 PyObject *arg2 = (PyObject *) 0 ;
16799 PyObject * obj0 = 0 ;
16800 PyObject * obj1 = 0 ;
16801 char *kwnames[] = {
16802 (char *) "self",(char *) "clientData", NULL
16803 };
16804
16805 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetClientData",kwnames,&obj0,&obj1)) goto fail;
16806 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16807 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16808 arg2 = obj1;
16809 {
16810 PyThreadState* __tstate = wxPyBeginAllowThreads();
16811 wxToolBarToolBase_SetClientData(arg1,arg2);
16812
16813 wxPyEndAllowThreads(__tstate);
16814 if (PyErr_Occurred()) SWIG_fail;
16815 }
16816 Py_INCREF(Py_None); resultobj = Py_None;
16817 return resultobj;
16818 fail:
16819 return NULL;
16820 }
16821
16822
16823 static PyObject * ToolBarToolBase_swigregister(PyObject *self, PyObject *args) {
16824 PyObject *obj;
16825 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
16826 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarToolBase, obj);
16827 Py_INCREF(obj);
16828 return Py_BuildValue((char *)"");
16829 }
16830 static PyObject *_wrap_ToolBarBase_DoAddTool(PyObject *self, PyObject *args, PyObject *kwargs) {
16831 PyObject *resultobj;
16832 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16833 int arg2 ;
16834 wxString *arg3 = 0 ;
16835 wxBitmap *arg4 = 0 ;
16836 wxBitmap const &arg5_defvalue = wxNullBitmap ;
16837 wxBitmap *arg5 = (wxBitmap *) &arg5_defvalue ;
16838 int arg6 = (int) wxITEM_NORMAL ;
16839 wxString const &arg7_defvalue = wxPyEmptyString ;
16840 wxString *arg7 = (wxString *) &arg7_defvalue ;
16841 wxString const &arg8_defvalue = wxPyEmptyString ;
16842 wxString *arg8 = (wxString *) &arg8_defvalue ;
16843 PyObject *arg9 = (PyObject *) NULL ;
16844 wxToolBarToolBase *result;
16845 bool temp3 = False ;
16846 bool temp7 = False ;
16847 bool temp8 = False ;
16848 PyObject * obj0 = 0 ;
16849 PyObject * obj1 = 0 ;
16850 PyObject * obj2 = 0 ;
16851 PyObject * obj3 = 0 ;
16852 PyObject * obj4 = 0 ;
16853 PyObject * obj5 = 0 ;
16854 PyObject * obj6 = 0 ;
16855 PyObject * obj7 = 0 ;
16856 PyObject * obj8 = 0 ;
16857 char *kwnames[] = {
16858 (char *) "self",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
16859 };
16860
16861 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:ToolBarBase_DoAddTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
16862 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
16863 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16864 arg2 = (int) SWIG_AsInt(obj1);
16865 if (PyErr_Occurred()) SWIG_fail;
16866 {
16867 arg3 = wxString_in_helper(obj2);
16868 if (arg3 == NULL) SWIG_fail;
16869 temp3 = True;
16870 }
16871 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
16872 SWIG_POINTER_EXCEPTION | 0)) == -1)
16873 SWIG_fail;
16874 if (arg4 == NULL) {
16875 PyErr_SetString(PyExc_TypeError,"null reference");
16876 SWIG_fail;
16877 }
16878 if (obj4) {
16879 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap,
16880 SWIG_POINTER_EXCEPTION | 0)) == -1)
16881 SWIG_fail;
16882 if (arg5 == NULL) {
16883 PyErr_SetString(PyExc_TypeError,"null reference");
16884 SWIG_fail;
16885 }
16886 }
16887 if (obj5) {
16888 arg6 = (wxItemKind) SWIG_AsInt(obj5);
16889 if (PyErr_Occurred()) SWIG_fail;
16890 }
16891 if (obj6) {
16892 {
16893 arg7 = wxString_in_helper(obj6);
16894 if (arg7 == NULL) SWIG_fail;
16895 temp7 = True;
16896 }
16897 }
16898 if (obj7) {
16899 {
16900 arg8 = wxString_in_helper(obj7);
16901 if (arg8 == NULL) SWIG_fail;
16902 temp8 = True;
16903 }
16904 }
16905 if (obj8) {
16906 arg9 = obj8;
16907 }
16908 {
16909 PyThreadState* __tstate = wxPyBeginAllowThreads();
16910 result = (wxToolBarToolBase *)wxToolBarBase_DoAddTool(arg1,arg2,(wxString const &)*arg3,(wxBitmap const &)*arg4,(wxBitmap const &)*arg5,(wxItemKind )arg6,(wxString const &)*arg7,(wxString const &)*arg8,arg9);
16911
16912 wxPyEndAllowThreads(__tstate);
16913 if (PyErr_Occurred()) SWIG_fail;
16914 }
16915 {
16916 resultobj = wxPyMake_wxObject(result);
16917 }
16918 {
16919 if (temp3)
16920 delete arg3;
16921 }
16922 {
16923 if (temp7)
16924 delete arg7;
16925 }
16926 {
16927 if (temp8)
16928 delete arg8;
16929 }
16930 return resultobj;
16931 fail:
16932 {
16933 if (temp3)
16934 delete arg3;
16935 }
16936 {
16937 if (temp7)
16938 delete arg7;
16939 }
16940 {
16941 if (temp8)
16942 delete arg8;
16943 }
16944 return NULL;
16945 }
16946
16947
16948 static PyObject *_wrap_ToolBarBase_DoInsertTool(PyObject *self, PyObject *args, PyObject *kwargs) {
16949 PyObject *resultobj;
16950 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16951 size_t arg2 ;
16952 int arg3 ;
16953 wxString *arg4 = 0 ;
16954 wxBitmap *arg5 = 0 ;
16955 wxBitmap const &arg6_defvalue = wxNullBitmap ;
16956 wxBitmap *arg6 = (wxBitmap *) &arg6_defvalue ;
16957 int arg7 = (int) wxITEM_NORMAL ;
16958 wxString const &arg8_defvalue = wxPyEmptyString ;
16959 wxString *arg8 = (wxString *) &arg8_defvalue ;
16960 wxString const &arg9_defvalue = wxPyEmptyString ;
16961 wxString *arg9 = (wxString *) &arg9_defvalue ;
16962 PyObject *arg10 = (PyObject *) NULL ;
16963 wxToolBarToolBase *result;
16964 bool temp4 = False ;
16965 bool temp8 = False ;
16966 bool temp9 = False ;
16967 PyObject * obj0 = 0 ;
16968 PyObject * obj1 = 0 ;
16969 PyObject * obj2 = 0 ;
16970 PyObject * obj3 = 0 ;
16971 PyObject * obj4 = 0 ;
16972 PyObject * obj5 = 0 ;
16973 PyObject * obj6 = 0 ;
16974 PyObject * obj7 = 0 ;
16975 PyObject * obj8 = 0 ;
16976 PyObject * obj9 = 0 ;
16977 char *kwnames[] = {
16978 (char *) "self",(char *) "pos",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
16979 };
16980
16981 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOOOO:ToolBarBase_DoInsertTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
16982 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
16983 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16984 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
16985 if (PyErr_Occurred()) SWIG_fail;
16986 arg3 = (int) SWIG_AsInt(obj2);
16987 if (PyErr_Occurred()) SWIG_fail;
16988 {
16989 arg4 = wxString_in_helper(obj3);
16990 if (arg4 == NULL) SWIG_fail;
16991 temp4 = True;
16992 }
16993 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap,
16994 SWIG_POINTER_EXCEPTION | 0)) == -1)
16995 SWIG_fail;
16996 if (arg5 == NULL) {
16997 PyErr_SetString(PyExc_TypeError,"null reference");
16998 SWIG_fail;
16999 }
17000 if (obj5) {
17001 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxBitmap,
17002 SWIG_POINTER_EXCEPTION | 0)) == -1)
17003 SWIG_fail;
17004 if (arg6 == NULL) {
17005 PyErr_SetString(PyExc_TypeError,"null reference");
17006 SWIG_fail;
17007 }
17008 }
17009 if (obj6) {
17010 arg7 = (wxItemKind) SWIG_AsInt(obj6);
17011 if (PyErr_Occurred()) SWIG_fail;
17012 }
17013 if (obj7) {
17014 {
17015 arg8 = wxString_in_helper(obj7);
17016 if (arg8 == NULL) SWIG_fail;
17017 temp8 = True;
17018 }
17019 }
17020 if (obj8) {
17021 {
17022 arg9 = wxString_in_helper(obj8);
17023 if (arg9 == NULL) SWIG_fail;
17024 temp9 = True;
17025 }
17026 }
17027 if (obj9) {
17028 arg10 = obj9;
17029 }
17030 {
17031 PyThreadState* __tstate = wxPyBeginAllowThreads();
17032 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);
17033
17034 wxPyEndAllowThreads(__tstate);
17035 if (PyErr_Occurred()) SWIG_fail;
17036 }
17037 {
17038 resultobj = wxPyMake_wxObject(result);
17039 }
17040 {
17041 if (temp4)
17042 delete arg4;
17043 }
17044 {
17045 if (temp8)
17046 delete arg8;
17047 }
17048 {
17049 if (temp9)
17050 delete arg9;
17051 }
17052 return resultobj;
17053 fail:
17054 {
17055 if (temp4)
17056 delete arg4;
17057 }
17058 {
17059 if (temp8)
17060 delete arg8;
17061 }
17062 {
17063 if (temp9)
17064 delete arg9;
17065 }
17066 return NULL;
17067 }
17068
17069
17070 static PyObject *_wrap_ToolBarBase_AddToolItem(PyObject *self, PyObject *args, PyObject *kwargs) {
17071 PyObject *resultobj;
17072 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17073 wxToolBarToolBase *arg2 = (wxToolBarToolBase *) 0 ;
17074 wxToolBarToolBase *result;
17075 PyObject * obj0 = 0 ;
17076 PyObject * obj1 = 0 ;
17077 char *kwnames[] = {
17078 (char *) "self",(char *) "tool", NULL
17079 };
17080
17081 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddToolItem",kwnames,&obj0,&obj1)) goto fail;
17082 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17083 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17084 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxToolBarToolBase,
17085 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17086 {
17087 PyThreadState* __tstate = wxPyBeginAllowThreads();
17088 result = (wxToolBarToolBase *)(arg1)->AddTool(arg2);
17089
17090 wxPyEndAllowThreads(__tstate);
17091 if (PyErr_Occurred()) SWIG_fail;
17092 }
17093 {
17094 resultobj = wxPyMake_wxObject(result);
17095 }
17096 return resultobj;
17097 fail:
17098 return NULL;
17099 }
17100
17101
17102 static PyObject *_wrap_ToolBarBase_InsertToolItem(PyObject *self, PyObject *args, PyObject *kwargs) {
17103 PyObject *resultobj;
17104 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17105 size_t arg2 ;
17106 wxToolBarToolBase *arg3 = (wxToolBarToolBase *) 0 ;
17107 wxToolBarToolBase *result;
17108 PyObject * obj0 = 0 ;
17109 PyObject * obj1 = 0 ;
17110 PyObject * obj2 = 0 ;
17111 char *kwnames[] = {
17112 (char *) "self",(char *) "pos",(char *) "tool", NULL
17113 };
17114
17115 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertToolItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
17116 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17117 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17118 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
17119 if (PyErr_Occurred()) SWIG_fail;
17120 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxToolBarToolBase,
17121 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17122 {
17123 PyThreadState* __tstate = wxPyBeginAllowThreads();
17124 result = (wxToolBarToolBase *)(arg1)->InsertTool(arg2,arg3);
17125
17126 wxPyEndAllowThreads(__tstate);
17127 if (PyErr_Occurred()) SWIG_fail;
17128 }
17129 {
17130 resultobj = wxPyMake_wxObject(result);
17131 }
17132 return resultobj;
17133 fail:
17134 return NULL;
17135 }
17136
17137
17138 static PyObject *_wrap_ToolBarBase_AddControl(PyObject *self, PyObject *args, PyObject *kwargs) {
17139 PyObject *resultobj;
17140 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17141 wxControl *arg2 = (wxControl *) 0 ;
17142 wxToolBarToolBase *result;
17143 PyObject * obj0 = 0 ;
17144 PyObject * obj1 = 0 ;
17145 char *kwnames[] = {
17146 (char *) "self",(char *) "control", NULL
17147 };
17148
17149 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddControl",kwnames,&obj0,&obj1)) goto fail;
17150 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17151 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17152 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxControl,
17153 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17154 {
17155 PyThreadState* __tstate = wxPyBeginAllowThreads();
17156 result = (wxToolBarToolBase *)(arg1)->AddControl(arg2);
17157
17158 wxPyEndAllowThreads(__tstate);
17159 if (PyErr_Occurred()) SWIG_fail;
17160 }
17161 {
17162 resultobj = wxPyMake_wxObject(result);
17163 }
17164 return resultobj;
17165 fail:
17166 return NULL;
17167 }
17168
17169
17170 static PyObject *_wrap_ToolBarBase_InsertControl(PyObject *self, PyObject *args, PyObject *kwargs) {
17171 PyObject *resultobj;
17172 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17173 size_t arg2 ;
17174 wxControl *arg3 = (wxControl *) 0 ;
17175 wxToolBarToolBase *result;
17176 PyObject * obj0 = 0 ;
17177 PyObject * obj1 = 0 ;
17178 PyObject * obj2 = 0 ;
17179 char *kwnames[] = {
17180 (char *) "self",(char *) "pos",(char *) "control", NULL
17181 };
17182
17183 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertControl",kwnames,&obj0,&obj1,&obj2)) goto fail;
17184 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17185 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17186 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
17187 if (PyErr_Occurred()) SWIG_fail;
17188 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxControl,
17189 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17190 {
17191 PyThreadState* __tstate = wxPyBeginAllowThreads();
17192 result = (wxToolBarToolBase *)(arg1)->InsertControl(arg2,arg3);
17193
17194 wxPyEndAllowThreads(__tstate);
17195 if (PyErr_Occurred()) SWIG_fail;
17196 }
17197 {
17198 resultobj = wxPyMake_wxObject(result);
17199 }
17200 return resultobj;
17201 fail:
17202 return NULL;
17203 }
17204
17205
17206 static PyObject *_wrap_ToolBarBase_FindControl(PyObject *self, PyObject *args, PyObject *kwargs) {
17207 PyObject *resultobj;
17208 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17209 int arg2 ;
17210 wxControl *result;
17211 PyObject * obj0 = 0 ;
17212 PyObject * obj1 = 0 ;
17213 char *kwnames[] = {
17214 (char *) "self",(char *) "id", NULL
17215 };
17216
17217 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindControl",kwnames,&obj0,&obj1)) goto fail;
17218 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17219 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17220 arg2 = (int) SWIG_AsInt(obj1);
17221 if (PyErr_Occurred()) SWIG_fail;
17222 {
17223 PyThreadState* __tstate = wxPyBeginAllowThreads();
17224 result = (wxControl *)(arg1)->FindControl(arg2);
17225
17226 wxPyEndAllowThreads(__tstate);
17227 if (PyErr_Occurred()) SWIG_fail;
17228 }
17229 {
17230 resultobj = wxPyMake_wxObject(result);
17231 }
17232 return resultobj;
17233 fail:
17234 return NULL;
17235 }
17236
17237
17238 static PyObject *_wrap_ToolBarBase_AddSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
17239 PyObject *resultobj;
17240 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17241 wxToolBarToolBase *result;
17242 PyObject * obj0 = 0 ;
17243 char *kwnames[] = {
17244 (char *) "self", NULL
17245 };
17246
17247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_AddSeparator",kwnames,&obj0)) goto fail;
17248 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17249 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17250 {
17251 PyThreadState* __tstate = wxPyBeginAllowThreads();
17252 result = (wxToolBarToolBase *)(arg1)->AddSeparator();
17253
17254 wxPyEndAllowThreads(__tstate);
17255 if (PyErr_Occurred()) SWIG_fail;
17256 }
17257 {
17258 resultobj = wxPyMake_wxObject(result);
17259 }
17260 return resultobj;
17261 fail:
17262 return NULL;
17263 }
17264
17265
17266 static PyObject *_wrap_ToolBarBase_InsertSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
17267 PyObject *resultobj;
17268 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17269 size_t arg2 ;
17270 wxToolBarToolBase *result;
17271 PyObject * obj0 = 0 ;
17272 PyObject * obj1 = 0 ;
17273 char *kwnames[] = {
17274 (char *) "self",(char *) "pos", NULL
17275 };
17276
17277 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_InsertSeparator",kwnames,&obj0,&obj1)) goto fail;
17278 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17279 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17280 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
17281 if (PyErr_Occurred()) SWIG_fail;
17282 {
17283 PyThreadState* __tstate = wxPyBeginAllowThreads();
17284 result = (wxToolBarToolBase *)(arg1)->InsertSeparator(arg2);
17285
17286 wxPyEndAllowThreads(__tstate);
17287 if (PyErr_Occurred()) SWIG_fail;
17288 }
17289 {
17290 resultobj = wxPyMake_wxObject(result);
17291 }
17292 return resultobj;
17293 fail:
17294 return NULL;
17295 }
17296
17297
17298 static PyObject *_wrap_ToolBarBase_RemoveTool(PyObject *self, PyObject *args, PyObject *kwargs) {
17299 PyObject *resultobj;
17300 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17301 int arg2 ;
17302 wxToolBarToolBase *result;
17303 PyObject * obj0 = 0 ;
17304 PyObject * obj1 = 0 ;
17305 char *kwnames[] = {
17306 (char *) "self",(char *) "id", NULL
17307 };
17308
17309 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_RemoveTool",kwnames,&obj0,&obj1)) goto fail;
17310 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17311 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17312 arg2 = (int) SWIG_AsInt(obj1);
17313 if (PyErr_Occurred()) SWIG_fail;
17314 {
17315 PyThreadState* __tstate = wxPyBeginAllowThreads();
17316 result = (wxToolBarToolBase *)(arg1)->RemoveTool(arg2);
17317
17318 wxPyEndAllowThreads(__tstate);
17319 if (PyErr_Occurred()) SWIG_fail;
17320 }
17321 {
17322 resultobj = wxPyMake_wxObject(result);
17323 }
17324 return resultobj;
17325 fail:
17326 return NULL;
17327 }
17328
17329
17330 static PyObject *_wrap_ToolBarBase_DeleteToolByPos(PyObject *self, PyObject *args, PyObject *kwargs) {
17331 PyObject *resultobj;
17332 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17333 size_t arg2 ;
17334 bool result;
17335 PyObject * obj0 = 0 ;
17336 PyObject * obj1 = 0 ;
17337 char *kwnames[] = {
17338 (char *) "self",(char *) "pos", NULL
17339 };
17340
17341 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteToolByPos",kwnames,&obj0,&obj1)) goto fail;
17342 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17344 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
17345 if (PyErr_Occurred()) SWIG_fail;
17346 {
17347 PyThreadState* __tstate = wxPyBeginAllowThreads();
17348 result = (bool)(arg1)->DeleteToolByPos(arg2);
17349
17350 wxPyEndAllowThreads(__tstate);
17351 if (PyErr_Occurred()) SWIG_fail;
17352 }
17353 {
17354 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17355 }
17356 return resultobj;
17357 fail:
17358 return NULL;
17359 }
17360
17361
17362 static PyObject *_wrap_ToolBarBase_DeleteTool(PyObject *self, PyObject *args, PyObject *kwargs) {
17363 PyObject *resultobj;
17364 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17365 int arg2 ;
17366 bool result;
17367 PyObject * obj0 = 0 ;
17368 PyObject * obj1 = 0 ;
17369 char *kwnames[] = {
17370 (char *) "self",(char *) "id", NULL
17371 };
17372
17373 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteTool",kwnames,&obj0,&obj1)) goto fail;
17374 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17375 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17376 arg2 = (int) SWIG_AsInt(obj1);
17377 if (PyErr_Occurred()) SWIG_fail;
17378 {
17379 PyThreadState* __tstate = wxPyBeginAllowThreads();
17380 result = (bool)(arg1)->DeleteTool(arg2);
17381
17382 wxPyEndAllowThreads(__tstate);
17383 if (PyErr_Occurred()) SWIG_fail;
17384 }
17385 {
17386 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17387 }
17388 return resultobj;
17389 fail:
17390 return NULL;
17391 }
17392
17393
17394 static PyObject *_wrap_ToolBarBase_ClearTools(PyObject *self, PyObject *args, PyObject *kwargs) {
17395 PyObject *resultobj;
17396 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17397 PyObject * obj0 = 0 ;
17398 char *kwnames[] = {
17399 (char *) "self", NULL
17400 };
17401
17402 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_ClearTools",kwnames,&obj0)) goto fail;
17403 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17404 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17405 {
17406 PyThreadState* __tstate = wxPyBeginAllowThreads();
17407 (arg1)->ClearTools();
17408
17409 wxPyEndAllowThreads(__tstate);
17410 if (PyErr_Occurred()) SWIG_fail;
17411 }
17412 Py_INCREF(Py_None); resultobj = Py_None;
17413 return resultobj;
17414 fail:
17415 return NULL;
17416 }
17417
17418
17419 static PyObject *_wrap_ToolBarBase_Realize(PyObject *self, PyObject *args, PyObject *kwargs) {
17420 PyObject *resultobj;
17421 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17422 bool result;
17423 PyObject * obj0 = 0 ;
17424 char *kwnames[] = {
17425 (char *) "self", NULL
17426 };
17427
17428 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_Realize",kwnames,&obj0)) goto fail;
17429 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17430 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17431 {
17432 PyThreadState* __tstate = wxPyBeginAllowThreads();
17433 result = (bool)(arg1)->Realize();
17434
17435 wxPyEndAllowThreads(__tstate);
17436 if (PyErr_Occurred()) SWIG_fail;
17437 }
17438 {
17439 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17440 }
17441 return resultobj;
17442 fail:
17443 return NULL;
17444 }
17445
17446
17447 static PyObject *_wrap_ToolBarBase_EnableTool(PyObject *self, PyObject *args, PyObject *kwargs) {
17448 PyObject *resultobj;
17449 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17450 int arg2 ;
17451 bool arg3 ;
17452 PyObject * obj0 = 0 ;
17453 PyObject * obj1 = 0 ;
17454 PyObject * obj2 = 0 ;
17455 char *kwnames[] = {
17456 (char *) "self",(char *) "id",(char *) "enable", NULL
17457 };
17458
17459 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_EnableTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
17460 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17461 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17462 arg2 = (int) SWIG_AsInt(obj1);
17463 if (PyErr_Occurred()) SWIG_fail;
17464 arg3 = (bool) SWIG_AsBool(obj2);
17465 if (PyErr_Occurred()) SWIG_fail;
17466 {
17467 PyThreadState* __tstate = wxPyBeginAllowThreads();
17468 (arg1)->EnableTool(arg2,arg3);
17469
17470 wxPyEndAllowThreads(__tstate);
17471 if (PyErr_Occurred()) SWIG_fail;
17472 }
17473 Py_INCREF(Py_None); resultobj = Py_None;
17474 return resultobj;
17475 fail:
17476 return NULL;
17477 }
17478
17479
17480 static PyObject *_wrap_ToolBarBase_ToggleTool(PyObject *self, PyObject *args, PyObject *kwargs) {
17481 PyObject *resultobj;
17482 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17483 int arg2 ;
17484 bool arg3 ;
17485 PyObject * obj0 = 0 ;
17486 PyObject * obj1 = 0 ;
17487 PyObject * obj2 = 0 ;
17488 char *kwnames[] = {
17489 (char *) "self",(char *) "id",(char *) "toggle", NULL
17490 };
17491
17492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_ToggleTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
17493 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17494 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17495 arg2 = (int) SWIG_AsInt(obj1);
17496 if (PyErr_Occurred()) SWIG_fail;
17497 arg3 = (bool) SWIG_AsBool(obj2);
17498 if (PyErr_Occurred()) SWIG_fail;
17499 {
17500 PyThreadState* __tstate = wxPyBeginAllowThreads();
17501 (arg1)->ToggleTool(arg2,arg3);
17502
17503 wxPyEndAllowThreads(__tstate);
17504 if (PyErr_Occurred()) SWIG_fail;
17505 }
17506 Py_INCREF(Py_None); resultobj = Py_None;
17507 return resultobj;
17508 fail:
17509 return NULL;
17510 }
17511
17512
17513 static PyObject *_wrap_ToolBarBase_SetToggle(PyObject *self, PyObject *args, PyObject *kwargs) {
17514 PyObject *resultobj;
17515 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17516 int arg2 ;
17517 bool arg3 ;
17518 PyObject * obj0 = 0 ;
17519 PyObject * obj1 = 0 ;
17520 PyObject * obj2 = 0 ;
17521 char *kwnames[] = {
17522 (char *) "self",(char *) "id",(char *) "toggle", NULL
17523 };
17524
17525 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToggle",kwnames,&obj0,&obj1,&obj2)) goto fail;
17526 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17527 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17528 arg2 = (int) SWIG_AsInt(obj1);
17529 if (PyErr_Occurred()) SWIG_fail;
17530 arg3 = (bool) SWIG_AsBool(obj2);
17531 if (PyErr_Occurred()) SWIG_fail;
17532 {
17533 PyThreadState* __tstate = wxPyBeginAllowThreads();
17534 (arg1)->SetToggle(arg2,arg3);
17535
17536 wxPyEndAllowThreads(__tstate);
17537 if (PyErr_Occurred()) SWIG_fail;
17538 }
17539 Py_INCREF(Py_None); resultobj = Py_None;
17540 return resultobj;
17541 fail:
17542 return NULL;
17543 }
17544
17545
17546 static PyObject *_wrap_ToolBarBase_GetToolClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
17547 PyObject *resultobj;
17548 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17549 int arg2 ;
17550 PyObject *result;
17551 PyObject * obj0 = 0 ;
17552 PyObject * obj1 = 0 ;
17553 char *kwnames[] = {
17554 (char *) "self",(char *) "id", NULL
17555 };
17556
17557 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolClientData",kwnames,&obj0,&obj1)) goto fail;
17558 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17559 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17560 arg2 = (int) SWIG_AsInt(obj1);
17561 if (PyErr_Occurred()) SWIG_fail;
17562 {
17563 PyThreadState* __tstate = wxPyBeginAllowThreads();
17564 result = (PyObject *)wxToolBarBase_GetToolClientData(arg1,arg2);
17565
17566 wxPyEndAllowThreads(__tstate);
17567 if (PyErr_Occurred()) SWIG_fail;
17568 }
17569 resultobj = result;
17570 return resultobj;
17571 fail:
17572 return NULL;
17573 }
17574
17575
17576 static PyObject *_wrap_ToolBarBase_SetToolClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
17577 PyObject *resultobj;
17578 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17579 int arg2 ;
17580 PyObject *arg3 = (PyObject *) 0 ;
17581 PyObject * obj0 = 0 ;
17582 PyObject * obj1 = 0 ;
17583 PyObject * obj2 = 0 ;
17584 char *kwnames[] = {
17585 (char *) "self",(char *) "id",(char *) "clientData", NULL
17586 };
17587
17588 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolClientData",kwnames,&obj0,&obj1,&obj2)) goto fail;
17589 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17590 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17591 arg2 = (int) SWIG_AsInt(obj1);
17592 if (PyErr_Occurred()) SWIG_fail;
17593 arg3 = obj2;
17594 {
17595 PyThreadState* __tstate = wxPyBeginAllowThreads();
17596 wxToolBarBase_SetToolClientData(arg1,arg2,arg3);
17597
17598 wxPyEndAllowThreads(__tstate);
17599 if (PyErr_Occurred()) SWIG_fail;
17600 }
17601 Py_INCREF(Py_None); resultobj = Py_None;
17602 return resultobj;
17603 fail:
17604 return NULL;
17605 }
17606
17607
17608 static PyObject *_wrap_ToolBarBase_GetToolPos(PyObject *self, PyObject *args, PyObject *kwargs) {
17609 PyObject *resultobj;
17610 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17611 int arg2 ;
17612 int result;
17613 PyObject * obj0 = 0 ;
17614 PyObject * obj1 = 0 ;
17615 char *kwnames[] = {
17616 (char *) "self",(char *) "id", NULL
17617 };
17618
17619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolPos",kwnames,&obj0,&obj1)) goto fail;
17620 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17621 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17622 arg2 = (int) SWIG_AsInt(obj1);
17623 if (PyErr_Occurred()) SWIG_fail;
17624 {
17625 PyThreadState* __tstate = wxPyBeginAllowThreads();
17626 result = (int)((wxToolBarBase const *)arg1)->GetToolPos(arg2);
17627
17628 wxPyEndAllowThreads(__tstate);
17629 if (PyErr_Occurred()) SWIG_fail;
17630 }
17631 resultobj = SWIG_FromInt((int)result);
17632 return resultobj;
17633 fail:
17634 return NULL;
17635 }
17636
17637
17638 static PyObject *_wrap_ToolBarBase_GetToolState(PyObject *self, PyObject *args, PyObject *kwargs) {
17639 PyObject *resultobj;
17640 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17641 int arg2 ;
17642 bool result;
17643 PyObject * obj0 = 0 ;
17644 PyObject * obj1 = 0 ;
17645 char *kwnames[] = {
17646 (char *) "self",(char *) "id", NULL
17647 };
17648
17649 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolState",kwnames,&obj0,&obj1)) goto fail;
17650 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17651 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17652 arg2 = (int) SWIG_AsInt(obj1);
17653 if (PyErr_Occurred()) SWIG_fail;
17654 {
17655 PyThreadState* __tstate = wxPyBeginAllowThreads();
17656 result = (bool)(arg1)->GetToolState(arg2);
17657
17658 wxPyEndAllowThreads(__tstate);
17659 if (PyErr_Occurred()) SWIG_fail;
17660 }
17661 {
17662 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17663 }
17664 return resultobj;
17665 fail:
17666 return NULL;
17667 }
17668
17669
17670 static PyObject *_wrap_ToolBarBase_GetToolEnabled(PyObject *self, PyObject *args, PyObject *kwargs) {
17671 PyObject *resultobj;
17672 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17673 int arg2 ;
17674 bool result;
17675 PyObject * obj0 = 0 ;
17676 PyObject * obj1 = 0 ;
17677 char *kwnames[] = {
17678 (char *) "self",(char *) "id", NULL
17679 };
17680
17681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolEnabled",kwnames,&obj0,&obj1)) goto fail;
17682 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17683 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17684 arg2 = (int) SWIG_AsInt(obj1);
17685 if (PyErr_Occurred()) SWIG_fail;
17686 {
17687 PyThreadState* __tstate = wxPyBeginAllowThreads();
17688 result = (bool)(arg1)->GetToolEnabled(arg2);
17689
17690 wxPyEndAllowThreads(__tstate);
17691 if (PyErr_Occurred()) SWIG_fail;
17692 }
17693 {
17694 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17695 }
17696 return resultobj;
17697 fail:
17698 return NULL;
17699 }
17700
17701
17702 static PyObject *_wrap_ToolBarBase_SetToolShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
17703 PyObject *resultobj;
17704 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17705 int arg2 ;
17706 wxString *arg3 = 0 ;
17707 bool temp3 = False ;
17708 PyObject * obj0 = 0 ;
17709 PyObject * obj1 = 0 ;
17710 PyObject * obj2 = 0 ;
17711 char *kwnames[] = {
17712 (char *) "self",(char *) "id",(char *) "helpString", NULL
17713 };
17714
17715 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolShortHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
17716 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17717 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17718 arg2 = (int) SWIG_AsInt(obj1);
17719 if (PyErr_Occurred()) SWIG_fail;
17720 {
17721 arg3 = wxString_in_helper(obj2);
17722 if (arg3 == NULL) SWIG_fail;
17723 temp3 = True;
17724 }
17725 {
17726 PyThreadState* __tstate = wxPyBeginAllowThreads();
17727 (arg1)->SetToolShortHelp(arg2,(wxString const &)*arg3);
17728
17729 wxPyEndAllowThreads(__tstate);
17730 if (PyErr_Occurred()) SWIG_fail;
17731 }
17732 Py_INCREF(Py_None); resultobj = Py_None;
17733 {
17734 if (temp3)
17735 delete arg3;
17736 }
17737 return resultobj;
17738 fail:
17739 {
17740 if (temp3)
17741 delete arg3;
17742 }
17743 return NULL;
17744 }
17745
17746
17747 static PyObject *_wrap_ToolBarBase_GetToolShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
17748 PyObject *resultobj;
17749 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17750 int arg2 ;
17751 wxString result;
17752 PyObject * obj0 = 0 ;
17753 PyObject * obj1 = 0 ;
17754 char *kwnames[] = {
17755 (char *) "self",(char *) "id", NULL
17756 };
17757
17758 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolShortHelp",kwnames,&obj0,&obj1)) goto fail;
17759 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17760 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17761 arg2 = (int) SWIG_AsInt(obj1);
17762 if (PyErr_Occurred()) SWIG_fail;
17763 {
17764 PyThreadState* __tstate = wxPyBeginAllowThreads();
17765 result = (arg1)->GetToolShortHelp(arg2);
17766
17767 wxPyEndAllowThreads(__tstate);
17768 if (PyErr_Occurred()) SWIG_fail;
17769 }
17770 {
17771 #if wxUSE_UNICODE
17772 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
17773 #else
17774 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
17775 #endif
17776 }
17777 return resultobj;
17778 fail:
17779 return NULL;
17780 }
17781
17782
17783 static PyObject *_wrap_ToolBarBase_SetToolLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
17784 PyObject *resultobj;
17785 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17786 int arg2 ;
17787 wxString *arg3 = 0 ;
17788 bool temp3 = False ;
17789 PyObject * obj0 = 0 ;
17790 PyObject * obj1 = 0 ;
17791 PyObject * obj2 = 0 ;
17792 char *kwnames[] = {
17793 (char *) "self",(char *) "id",(char *) "helpString", NULL
17794 };
17795
17796 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolLongHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
17797 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17798 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17799 arg2 = (int) SWIG_AsInt(obj1);
17800 if (PyErr_Occurred()) SWIG_fail;
17801 {
17802 arg3 = wxString_in_helper(obj2);
17803 if (arg3 == NULL) SWIG_fail;
17804 temp3 = True;
17805 }
17806 {
17807 PyThreadState* __tstate = wxPyBeginAllowThreads();
17808 (arg1)->SetToolLongHelp(arg2,(wxString const &)*arg3);
17809
17810 wxPyEndAllowThreads(__tstate);
17811 if (PyErr_Occurred()) SWIG_fail;
17812 }
17813 Py_INCREF(Py_None); resultobj = Py_None;
17814 {
17815 if (temp3)
17816 delete arg3;
17817 }
17818 return resultobj;
17819 fail:
17820 {
17821 if (temp3)
17822 delete arg3;
17823 }
17824 return NULL;
17825 }
17826
17827
17828 static PyObject *_wrap_ToolBarBase_GetToolLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
17829 PyObject *resultobj;
17830 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17831 int arg2 ;
17832 wxString result;
17833 PyObject * obj0 = 0 ;
17834 PyObject * obj1 = 0 ;
17835 char *kwnames[] = {
17836 (char *) "self",(char *) "id", NULL
17837 };
17838
17839 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolLongHelp",kwnames,&obj0,&obj1)) goto fail;
17840 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17841 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17842 arg2 = (int) SWIG_AsInt(obj1);
17843 if (PyErr_Occurred()) SWIG_fail;
17844 {
17845 PyThreadState* __tstate = wxPyBeginAllowThreads();
17846 result = (arg1)->GetToolLongHelp(arg2);
17847
17848 wxPyEndAllowThreads(__tstate);
17849 if (PyErr_Occurred()) SWIG_fail;
17850 }
17851 {
17852 #if wxUSE_UNICODE
17853 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
17854 #else
17855 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
17856 #endif
17857 }
17858 return resultobj;
17859 fail:
17860 return NULL;
17861 }
17862
17863
17864 static PyObject *_wrap_ToolBarBase_SetMarginsXY(PyObject *self, PyObject *args, PyObject *kwargs) {
17865 PyObject *resultobj;
17866 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17867 int arg2 ;
17868 int arg3 ;
17869 PyObject * obj0 = 0 ;
17870 PyObject * obj1 = 0 ;
17871 PyObject * obj2 = 0 ;
17872 char *kwnames[] = {
17873 (char *) "self",(char *) "x",(char *) "y", NULL
17874 };
17875
17876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMarginsXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
17877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17879 arg2 = (int) SWIG_AsInt(obj1);
17880 if (PyErr_Occurred()) SWIG_fail;
17881 arg3 = (int) SWIG_AsInt(obj2);
17882 if (PyErr_Occurred()) SWIG_fail;
17883 {
17884 PyThreadState* __tstate = wxPyBeginAllowThreads();
17885 (arg1)->SetMargins(arg2,arg3);
17886
17887 wxPyEndAllowThreads(__tstate);
17888 if (PyErr_Occurred()) SWIG_fail;
17889 }
17890 Py_INCREF(Py_None); resultobj = Py_None;
17891 return resultobj;
17892 fail:
17893 return NULL;
17894 }
17895
17896
17897 static PyObject *_wrap_ToolBarBase_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
17898 PyObject *resultobj;
17899 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17900 wxSize *arg2 = 0 ;
17901 wxSize temp2 ;
17902 PyObject * obj0 = 0 ;
17903 PyObject * obj1 = 0 ;
17904 char *kwnames[] = {
17905 (char *) "self",(char *) "size", NULL
17906 };
17907
17908 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetMargins",kwnames,&obj0,&obj1)) goto fail;
17909 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17910 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17911 {
17912 arg2 = &temp2;
17913 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
17914 }
17915 {
17916 PyThreadState* __tstate = wxPyBeginAllowThreads();
17917 (arg1)->SetMargins((wxSize const &)*arg2);
17918
17919 wxPyEndAllowThreads(__tstate);
17920 if (PyErr_Occurred()) SWIG_fail;
17921 }
17922 Py_INCREF(Py_None); resultobj = Py_None;
17923 return resultobj;
17924 fail:
17925 return NULL;
17926 }
17927
17928
17929 static PyObject *_wrap_ToolBarBase_SetToolPacking(PyObject *self, PyObject *args, PyObject *kwargs) {
17930 PyObject *resultobj;
17931 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17932 int arg2 ;
17933 PyObject * obj0 = 0 ;
17934 PyObject * obj1 = 0 ;
17935 char *kwnames[] = {
17936 (char *) "self",(char *) "packing", NULL
17937 };
17938
17939 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolPacking",kwnames,&obj0,&obj1)) goto fail;
17940 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17941 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17942 arg2 = (int) SWIG_AsInt(obj1);
17943 if (PyErr_Occurred()) SWIG_fail;
17944 {
17945 PyThreadState* __tstate = wxPyBeginAllowThreads();
17946 (arg1)->SetToolPacking(arg2);
17947
17948 wxPyEndAllowThreads(__tstate);
17949 if (PyErr_Occurred()) SWIG_fail;
17950 }
17951 Py_INCREF(Py_None); resultobj = Py_None;
17952 return resultobj;
17953 fail:
17954 return NULL;
17955 }
17956
17957
17958 static PyObject *_wrap_ToolBarBase_SetToolSeparation(PyObject *self, PyObject *args, PyObject *kwargs) {
17959 PyObject *resultobj;
17960 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17961 int arg2 ;
17962 PyObject * obj0 = 0 ;
17963 PyObject * obj1 = 0 ;
17964 char *kwnames[] = {
17965 (char *) "self",(char *) "separation", NULL
17966 };
17967
17968 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolSeparation",kwnames,&obj0,&obj1)) goto fail;
17969 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17970 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17971 arg2 = (int) SWIG_AsInt(obj1);
17972 if (PyErr_Occurred()) SWIG_fail;
17973 {
17974 PyThreadState* __tstate = wxPyBeginAllowThreads();
17975 (arg1)->SetToolSeparation(arg2);
17976
17977 wxPyEndAllowThreads(__tstate);
17978 if (PyErr_Occurred()) SWIG_fail;
17979 }
17980 Py_INCREF(Py_None); resultobj = Py_None;
17981 return resultobj;
17982 fail:
17983 return NULL;
17984 }
17985
17986
17987 static PyObject *_wrap_ToolBarBase_GetToolMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
17988 PyObject *resultobj;
17989 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17990 wxSize result;
17991 PyObject * obj0 = 0 ;
17992 char *kwnames[] = {
17993 (char *) "self", NULL
17994 };
17995
17996 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolMargins",kwnames,&obj0)) goto fail;
17997 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17998 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17999 {
18000 PyThreadState* __tstate = wxPyBeginAllowThreads();
18001 result = (arg1)->GetToolMargins();
18002
18003 wxPyEndAllowThreads(__tstate);
18004 if (PyErr_Occurred()) SWIG_fail;
18005 }
18006 {
18007 wxSize * resultptr;
18008 resultptr = new wxSize((wxSize &) result);
18009 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18010 }
18011 return resultobj;
18012 fail:
18013 return NULL;
18014 }
18015
18016
18017 static PyObject *_wrap_ToolBarBase_GetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
18018 PyObject *resultobj;
18019 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18020 wxSize result;
18021 PyObject * obj0 = 0 ;
18022 char *kwnames[] = {
18023 (char *) "self", NULL
18024 };
18025
18026 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMargins",kwnames,&obj0)) goto fail;
18027 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18028 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18029 {
18030 PyThreadState* __tstate = wxPyBeginAllowThreads();
18031 result = (arg1)->GetMargins();
18032
18033 wxPyEndAllowThreads(__tstate);
18034 if (PyErr_Occurred()) SWIG_fail;
18035 }
18036 {
18037 wxSize * resultptr;
18038 resultptr = new wxSize((wxSize &) result);
18039 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18040 }
18041 return resultobj;
18042 fail:
18043 return NULL;
18044 }
18045
18046
18047 static PyObject *_wrap_ToolBarBase_GetToolPacking(PyObject *self, PyObject *args, PyObject *kwargs) {
18048 PyObject *resultobj;
18049 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18050 int result;
18051 PyObject * obj0 = 0 ;
18052 char *kwnames[] = {
18053 (char *) "self", NULL
18054 };
18055
18056 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolPacking",kwnames,&obj0)) goto fail;
18057 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18058 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18059 {
18060 PyThreadState* __tstate = wxPyBeginAllowThreads();
18061 result = (int)(arg1)->GetToolPacking();
18062
18063 wxPyEndAllowThreads(__tstate);
18064 if (PyErr_Occurred()) SWIG_fail;
18065 }
18066 resultobj = SWIG_FromInt((int)result);
18067 return resultobj;
18068 fail:
18069 return NULL;
18070 }
18071
18072
18073 static PyObject *_wrap_ToolBarBase_GetToolSeparation(PyObject *self, PyObject *args, PyObject *kwargs) {
18074 PyObject *resultobj;
18075 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18076 int result;
18077 PyObject * obj0 = 0 ;
18078 char *kwnames[] = {
18079 (char *) "self", NULL
18080 };
18081
18082 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSeparation",kwnames,&obj0)) goto fail;
18083 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18084 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18085 {
18086 PyThreadState* __tstate = wxPyBeginAllowThreads();
18087 result = (int)(arg1)->GetToolSeparation();
18088
18089 wxPyEndAllowThreads(__tstate);
18090 if (PyErr_Occurred()) SWIG_fail;
18091 }
18092 resultobj = SWIG_FromInt((int)result);
18093 return resultobj;
18094 fail:
18095 return NULL;
18096 }
18097
18098
18099 static PyObject *_wrap_ToolBarBase_SetRows(PyObject *self, PyObject *args, PyObject *kwargs) {
18100 PyObject *resultobj;
18101 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18102 int arg2 ;
18103 PyObject * obj0 = 0 ;
18104 PyObject * obj1 = 0 ;
18105 char *kwnames[] = {
18106 (char *) "self",(char *) "nRows", NULL
18107 };
18108
18109 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetRows",kwnames,&obj0,&obj1)) goto fail;
18110 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18111 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18112 arg2 = (int) SWIG_AsInt(obj1);
18113 if (PyErr_Occurred()) SWIG_fail;
18114 {
18115 PyThreadState* __tstate = wxPyBeginAllowThreads();
18116 (arg1)->SetRows(arg2);
18117
18118 wxPyEndAllowThreads(__tstate);
18119 if (PyErr_Occurred()) SWIG_fail;
18120 }
18121 Py_INCREF(Py_None); resultobj = Py_None;
18122 return resultobj;
18123 fail:
18124 return NULL;
18125 }
18126
18127
18128 static PyObject *_wrap_ToolBarBase_SetMaxRowsCols(PyObject *self, PyObject *args, PyObject *kwargs) {
18129 PyObject *resultobj;
18130 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18131 int arg2 ;
18132 int arg3 ;
18133 PyObject * obj0 = 0 ;
18134 PyObject * obj1 = 0 ;
18135 PyObject * obj2 = 0 ;
18136 char *kwnames[] = {
18137 (char *) "self",(char *) "rows",(char *) "cols", NULL
18138 };
18139
18140 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMaxRowsCols",kwnames,&obj0,&obj1,&obj2)) goto fail;
18141 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18142 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18143 arg2 = (int) SWIG_AsInt(obj1);
18144 if (PyErr_Occurred()) SWIG_fail;
18145 arg3 = (int) SWIG_AsInt(obj2);
18146 if (PyErr_Occurred()) SWIG_fail;
18147 {
18148 PyThreadState* __tstate = wxPyBeginAllowThreads();
18149 (arg1)->SetMaxRowsCols(arg2,arg3);
18150
18151 wxPyEndAllowThreads(__tstate);
18152 if (PyErr_Occurred()) SWIG_fail;
18153 }
18154 Py_INCREF(Py_None); resultobj = Py_None;
18155 return resultobj;
18156 fail:
18157 return NULL;
18158 }
18159
18160
18161 static PyObject *_wrap_ToolBarBase_GetMaxRows(PyObject *self, PyObject *args, PyObject *kwargs) {
18162 PyObject *resultobj;
18163 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18164 int result;
18165 PyObject * obj0 = 0 ;
18166 char *kwnames[] = {
18167 (char *) "self", NULL
18168 };
18169
18170 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxRows",kwnames,&obj0)) goto fail;
18171 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18172 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18173 {
18174 PyThreadState* __tstate = wxPyBeginAllowThreads();
18175 result = (int)(arg1)->GetMaxRows();
18176
18177 wxPyEndAllowThreads(__tstate);
18178 if (PyErr_Occurred()) SWIG_fail;
18179 }
18180 resultobj = SWIG_FromInt((int)result);
18181 return resultobj;
18182 fail:
18183 return NULL;
18184 }
18185
18186
18187 static PyObject *_wrap_ToolBarBase_GetMaxCols(PyObject *self, PyObject *args, PyObject *kwargs) {
18188 PyObject *resultobj;
18189 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18190 int result;
18191 PyObject * obj0 = 0 ;
18192 char *kwnames[] = {
18193 (char *) "self", NULL
18194 };
18195
18196 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxCols",kwnames,&obj0)) goto fail;
18197 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18198 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18199 {
18200 PyThreadState* __tstate = wxPyBeginAllowThreads();
18201 result = (int)(arg1)->GetMaxCols();
18202
18203 wxPyEndAllowThreads(__tstate);
18204 if (PyErr_Occurred()) SWIG_fail;
18205 }
18206 resultobj = SWIG_FromInt((int)result);
18207 return resultobj;
18208 fail:
18209 return NULL;
18210 }
18211
18212
18213 static PyObject *_wrap_ToolBarBase_SetToolBitmapSize(PyObject *self, PyObject *args, PyObject *kwargs) {
18214 PyObject *resultobj;
18215 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18216 wxSize *arg2 = 0 ;
18217 wxSize temp2 ;
18218 PyObject * obj0 = 0 ;
18219 PyObject * obj1 = 0 ;
18220 char *kwnames[] = {
18221 (char *) "self",(char *) "size", NULL
18222 };
18223
18224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolBitmapSize",kwnames,&obj0,&obj1)) goto fail;
18225 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18226 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18227 {
18228 arg2 = &temp2;
18229 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
18230 }
18231 {
18232 PyThreadState* __tstate = wxPyBeginAllowThreads();
18233 (arg1)->SetToolBitmapSize((wxSize const &)*arg2);
18234
18235 wxPyEndAllowThreads(__tstate);
18236 if (PyErr_Occurred()) SWIG_fail;
18237 }
18238 Py_INCREF(Py_None); resultobj = Py_None;
18239 return resultobj;
18240 fail:
18241 return NULL;
18242 }
18243
18244
18245 static PyObject *_wrap_ToolBarBase_GetToolBitmapSize(PyObject *self, PyObject *args, PyObject *kwargs) {
18246 PyObject *resultobj;
18247 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18248 wxSize result;
18249 PyObject * obj0 = 0 ;
18250 char *kwnames[] = {
18251 (char *) "self", NULL
18252 };
18253
18254 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolBitmapSize",kwnames,&obj0)) goto fail;
18255 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18256 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18257 {
18258 PyThreadState* __tstate = wxPyBeginAllowThreads();
18259 result = (arg1)->GetToolBitmapSize();
18260
18261 wxPyEndAllowThreads(__tstate);
18262 if (PyErr_Occurred()) SWIG_fail;
18263 }
18264 {
18265 wxSize * resultptr;
18266 resultptr = new wxSize((wxSize &) result);
18267 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18268 }
18269 return resultobj;
18270 fail:
18271 return NULL;
18272 }
18273
18274
18275 static PyObject *_wrap_ToolBarBase_GetToolSize(PyObject *self, PyObject *args, PyObject *kwargs) {
18276 PyObject *resultobj;
18277 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18278 wxSize result;
18279 PyObject * obj0 = 0 ;
18280 char *kwnames[] = {
18281 (char *) "self", NULL
18282 };
18283
18284 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSize",kwnames,&obj0)) goto fail;
18285 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18286 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18287 {
18288 PyThreadState* __tstate = wxPyBeginAllowThreads();
18289 result = (arg1)->GetToolSize();
18290
18291 wxPyEndAllowThreads(__tstate);
18292 if (PyErr_Occurred()) SWIG_fail;
18293 }
18294 {
18295 wxSize * resultptr;
18296 resultptr = new wxSize((wxSize &) result);
18297 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18298 }
18299 return resultobj;
18300 fail:
18301 return NULL;
18302 }
18303
18304
18305 static PyObject *_wrap_ToolBarBase_FindToolForPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
18306 PyObject *resultobj;
18307 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18308 int arg2 ;
18309 int arg3 ;
18310 wxToolBarToolBase *result;
18311 PyObject * obj0 = 0 ;
18312 PyObject * obj1 = 0 ;
18313 PyObject * obj2 = 0 ;
18314 char *kwnames[] = {
18315 (char *) "self",(char *) "x",(char *) "y", NULL
18316 };
18317
18318 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
18319 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18320 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18321 arg2 = (int) SWIG_AsInt(obj1);
18322 if (PyErr_Occurred()) SWIG_fail;
18323 arg3 = (int) SWIG_AsInt(obj2);
18324 if (PyErr_Occurred()) SWIG_fail;
18325 {
18326 PyThreadState* __tstate = wxPyBeginAllowThreads();
18327 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
18328
18329 wxPyEndAllowThreads(__tstate);
18330 if (PyErr_Occurred()) SWIG_fail;
18331 }
18332 {
18333 resultobj = wxPyMake_wxObject(result);
18334 }
18335 return resultobj;
18336 fail:
18337 return NULL;
18338 }
18339
18340
18341 static PyObject *_wrap_ToolBarBase_FindById(PyObject *self, PyObject *args, PyObject *kwargs) {
18342 PyObject *resultobj;
18343 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18344 int arg2 ;
18345 wxToolBarToolBase *result;
18346 PyObject * obj0 = 0 ;
18347 PyObject * obj1 = 0 ;
18348 char *kwnames[] = {
18349 (char *) "self",(char *) "toolid", NULL
18350 };
18351
18352 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindById",kwnames,&obj0,&obj1)) goto fail;
18353 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18354 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18355 arg2 = (int) SWIG_AsInt(obj1);
18356 if (PyErr_Occurred()) SWIG_fail;
18357 {
18358 PyThreadState* __tstate = wxPyBeginAllowThreads();
18359 result = (wxToolBarToolBase *)((wxToolBarBase const *)arg1)->FindById(arg2);
18360
18361 wxPyEndAllowThreads(__tstate);
18362 if (PyErr_Occurred()) SWIG_fail;
18363 }
18364 {
18365 resultobj = wxPyMake_wxObject(result);
18366 }
18367 return resultobj;
18368 fail:
18369 return NULL;
18370 }
18371
18372
18373 static PyObject *_wrap_ToolBarBase_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
18374 PyObject *resultobj;
18375 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18376 bool result;
18377 PyObject * obj0 = 0 ;
18378 char *kwnames[] = {
18379 (char *) "self", NULL
18380 };
18381
18382 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_IsVertical",kwnames,&obj0)) goto fail;
18383 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18384 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18385 {
18386 PyThreadState* __tstate = wxPyBeginAllowThreads();
18387 result = (bool)(arg1)->IsVertical();
18388
18389 wxPyEndAllowThreads(__tstate);
18390 if (PyErr_Occurred()) SWIG_fail;
18391 }
18392 {
18393 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18394 }
18395 return resultobj;
18396 fail:
18397 return NULL;
18398 }
18399
18400
18401 static PyObject * ToolBarBase_swigregister(PyObject *self, PyObject *args) {
18402 PyObject *obj;
18403 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
18404 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarBase, obj);
18405 Py_INCREF(obj);
18406 return Py_BuildValue((char *)"");
18407 }
18408 static PyObject *_wrap_new_ToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
18409 PyObject *resultobj;
18410 wxWindow *arg1 = (wxWindow *) 0 ;
18411 int arg2 ;
18412 wxPoint const &arg3_defvalue = wxDefaultPosition ;
18413 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
18414 wxSize const &arg4_defvalue = wxDefaultSize ;
18415 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
18416 long arg5 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
18417 wxString const &arg6_defvalue = wxPyToolBarNameStr ;
18418 wxString *arg6 = (wxString *) &arg6_defvalue ;
18419 wxToolBar *result;
18420 wxPoint temp3 ;
18421 wxSize temp4 ;
18422 bool temp6 = False ;
18423 PyObject * obj0 = 0 ;
18424 PyObject * obj1 = 0 ;
18425 PyObject * obj2 = 0 ;
18426 PyObject * obj3 = 0 ;
18427 PyObject * obj4 = 0 ;
18428 PyObject * obj5 = 0 ;
18429 char *kwnames[] = {
18430 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18431 };
18432
18433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_ToolBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
18434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
18435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18436 arg2 = (int) SWIG_AsInt(obj1);
18437 if (PyErr_Occurred()) SWIG_fail;
18438 if (obj2) {
18439 {
18440 arg3 = &temp3;
18441 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
18442 }
18443 }
18444 if (obj3) {
18445 {
18446 arg4 = &temp4;
18447 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
18448 }
18449 }
18450 if (obj4) {
18451 arg5 = (long) SWIG_AsLong(obj4);
18452 if (PyErr_Occurred()) SWIG_fail;
18453 }
18454 if (obj5) {
18455 {
18456 arg6 = wxString_in_helper(obj5);
18457 if (arg6 == NULL) SWIG_fail;
18458 temp6 = True;
18459 }
18460 }
18461 {
18462 if (!wxPyCheckForApp()) SWIG_fail;
18463 PyThreadState* __tstate = wxPyBeginAllowThreads();
18464 result = (wxToolBar *)new wxToolBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
18465
18466 wxPyEndAllowThreads(__tstate);
18467 if (PyErr_Occurred()) SWIG_fail;
18468 }
18469 {
18470 resultobj = wxPyMake_wxObject(result);
18471 }
18472 {
18473 if (temp6)
18474 delete arg6;
18475 }
18476 return resultobj;
18477 fail:
18478 {
18479 if (temp6)
18480 delete arg6;
18481 }
18482 return NULL;
18483 }
18484
18485
18486 static PyObject *_wrap_new_PreToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
18487 PyObject *resultobj;
18488 wxToolBar *result;
18489 char *kwnames[] = {
18490 NULL
18491 };
18492
18493 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToolBar",kwnames)) goto fail;
18494 {
18495 if (!wxPyCheckForApp()) SWIG_fail;
18496 PyThreadState* __tstate = wxPyBeginAllowThreads();
18497 result = (wxToolBar *)new wxToolBar();
18498
18499 wxPyEndAllowThreads(__tstate);
18500 if (PyErr_Occurred()) SWIG_fail;
18501 }
18502 {
18503 resultobj = wxPyMake_wxObject(result);
18504 }
18505 return resultobj;
18506 fail:
18507 return NULL;
18508 }
18509
18510
18511 static PyObject *_wrap_ToolBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
18512 PyObject *resultobj;
18513 wxToolBar *arg1 = (wxToolBar *) 0 ;
18514 wxWindow *arg2 = (wxWindow *) 0 ;
18515 int arg3 ;
18516 wxPoint const &arg4_defvalue = wxDefaultPosition ;
18517 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
18518 wxSize const &arg5_defvalue = wxDefaultSize ;
18519 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
18520 long arg6 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
18521 wxString const &arg7_defvalue = wxPyToolBarNameStr ;
18522 wxString *arg7 = (wxString *) &arg7_defvalue ;
18523 bool result;
18524 wxPoint temp4 ;
18525 wxSize temp5 ;
18526 bool temp7 = False ;
18527 PyObject * obj0 = 0 ;
18528 PyObject * obj1 = 0 ;
18529 PyObject * obj2 = 0 ;
18530 PyObject * obj3 = 0 ;
18531 PyObject * obj4 = 0 ;
18532 PyObject * obj5 = 0 ;
18533 PyObject * obj6 = 0 ;
18534 char *kwnames[] = {
18535 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18536 };
18537
18538 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:ToolBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
18539 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBar,
18540 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18541 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
18542 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18543 arg3 = (int) SWIG_AsInt(obj2);
18544 if (PyErr_Occurred()) SWIG_fail;
18545 if (obj3) {
18546 {
18547 arg4 = &temp4;
18548 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
18549 }
18550 }
18551 if (obj4) {
18552 {
18553 arg5 = &temp5;
18554 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
18555 }
18556 }
18557 if (obj5) {
18558 arg6 = (long) SWIG_AsLong(obj5);
18559 if (PyErr_Occurred()) SWIG_fail;
18560 }
18561 if (obj6) {
18562 {
18563 arg7 = wxString_in_helper(obj6);
18564 if (arg7 == NULL) SWIG_fail;
18565 temp7 = True;
18566 }
18567 }
18568 {
18569 PyThreadState* __tstate = wxPyBeginAllowThreads();
18570 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
18571
18572 wxPyEndAllowThreads(__tstate);
18573 if (PyErr_Occurred()) SWIG_fail;
18574 }
18575 {
18576 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18577 }
18578 {
18579 if (temp7)
18580 delete arg7;
18581 }
18582 return resultobj;
18583 fail:
18584 {
18585 if (temp7)
18586 delete arg7;
18587 }
18588 return NULL;
18589 }
18590
18591
18592 static PyObject *_wrap_ToolBar_FindToolForPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
18593 PyObject *resultobj;
18594 wxToolBar *arg1 = (wxToolBar *) 0 ;
18595 int arg2 ;
18596 int arg3 ;
18597 wxToolBarToolBase *result;
18598 PyObject * obj0 = 0 ;
18599 PyObject * obj1 = 0 ;
18600 PyObject * obj2 = 0 ;
18601 char *kwnames[] = {
18602 (char *) "self",(char *) "x",(char *) "y", NULL
18603 };
18604
18605 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBar_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
18606 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBar,
18607 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18608 arg2 = (int) SWIG_AsInt(obj1);
18609 if (PyErr_Occurred()) SWIG_fail;
18610 arg3 = (int) SWIG_AsInt(obj2);
18611 if (PyErr_Occurred()) SWIG_fail;
18612 {
18613 PyThreadState* __tstate = wxPyBeginAllowThreads();
18614 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
18615
18616 wxPyEndAllowThreads(__tstate);
18617 if (PyErr_Occurred()) SWIG_fail;
18618 }
18619 {
18620 resultobj = wxPyMake_wxObject(result);
18621 }
18622 return resultobj;
18623 fail:
18624 return NULL;
18625 }
18626
18627
18628 static PyObject *_wrap_ToolBar_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
18629 PyObject *resultobj;
18630 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
18631 wxVisualAttributes result;
18632 PyObject * obj0 = 0 ;
18633 char *kwnames[] = {
18634 (char *) "variant", NULL
18635 };
18636
18637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ToolBar_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
18638 if (obj0) {
18639 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
18640 if (PyErr_Occurred()) SWIG_fail;
18641 }
18642 {
18643 if (!wxPyCheckForApp()) SWIG_fail;
18644 PyThreadState* __tstate = wxPyBeginAllowThreads();
18645 result = wxToolBar::GetClassDefaultAttributes((wxWindowVariant )arg1);
18646
18647 wxPyEndAllowThreads(__tstate);
18648 if (PyErr_Occurred()) SWIG_fail;
18649 }
18650 {
18651 wxVisualAttributes * resultptr;
18652 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
18653 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
18654 }
18655 return resultobj;
18656 fail:
18657 return NULL;
18658 }
18659
18660
18661 static PyObject * ToolBar_swigregister(PyObject *self, PyObject *args) {
18662 PyObject *obj;
18663 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
18664 SWIG_TypeClientData(SWIGTYPE_p_wxToolBar, obj);
18665 Py_INCREF(obj);
18666 return Py_BuildValue((char *)"");
18667 }
18668 static int _wrap_ListCtrlNameStr_set(PyObject *_val) {
18669 PyErr_SetString(PyExc_TypeError,"Variable ListCtrlNameStr is read-only.");
18670 return 1;
18671 }
18672
18673
18674 static PyObject *_wrap_ListCtrlNameStr_get() {
18675 PyObject *pyobj;
18676
18677 {
18678 #if wxUSE_UNICODE
18679 pyobj = PyUnicode_FromWideChar((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
18680 #else
18681 pyobj = PyString_FromStringAndSize((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
18682 #endif
18683 }
18684 return pyobj;
18685 }
18686
18687
18688 static PyObject *_wrap_new_ListItemAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
18689 PyObject *resultobj;
18690 wxColour const &arg1_defvalue = wxNullColour ;
18691 wxColour *arg1 = (wxColour *) &arg1_defvalue ;
18692 wxColour const &arg2_defvalue = wxNullColour ;
18693 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
18694 wxFont const &arg3_defvalue = wxNullFont ;
18695 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
18696 wxListItemAttr *result;
18697 wxColour temp1 ;
18698 wxColour temp2 ;
18699 PyObject * obj0 = 0 ;
18700 PyObject * obj1 = 0 ;
18701 PyObject * obj2 = 0 ;
18702 char *kwnames[] = {
18703 (char *) "colText",(char *) "colBack",(char *) "font", NULL
18704 };
18705
18706 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_ListItemAttr",kwnames,&obj0,&obj1,&obj2)) goto fail;
18707 if (obj0) {
18708 {
18709 arg1 = &temp1;
18710 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
18711 }
18712 }
18713 if (obj1) {
18714 {
18715 arg2 = &temp2;
18716 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18717 }
18718 }
18719 if (obj2) {
18720 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
18721 SWIG_POINTER_EXCEPTION | 0)) == -1)
18722 SWIG_fail;
18723 if (arg3 == NULL) {
18724 PyErr_SetString(PyExc_TypeError,"null reference");
18725 SWIG_fail;
18726 }
18727 }
18728 {
18729 PyThreadState* __tstate = wxPyBeginAllowThreads();
18730 result = (wxListItemAttr *)new wxListItemAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3);
18731
18732 wxPyEndAllowThreads(__tstate);
18733 if (PyErr_Occurred()) SWIG_fail;
18734 }
18735 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItemAttr, 1);
18736 return resultobj;
18737 fail:
18738 return NULL;
18739 }
18740
18741
18742 static PyObject *_wrap_ListItemAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18743 PyObject *resultobj;
18744 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18745 wxColour *arg2 = 0 ;
18746 wxColour temp2 ;
18747 PyObject * obj0 = 0 ;
18748 PyObject * obj1 = 0 ;
18749 char *kwnames[] = {
18750 (char *) "self",(char *) "colText", NULL
18751 };
18752
18753 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
18754 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18755 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18756 {
18757 arg2 = &temp2;
18758 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18759 }
18760 {
18761 PyThreadState* __tstate = wxPyBeginAllowThreads();
18762 (arg1)->SetTextColour((wxColour const &)*arg2);
18763
18764 wxPyEndAllowThreads(__tstate);
18765 if (PyErr_Occurred()) SWIG_fail;
18766 }
18767 Py_INCREF(Py_None); resultobj = Py_None;
18768 return resultobj;
18769 fail:
18770 return NULL;
18771 }
18772
18773
18774 static PyObject *_wrap_ListItemAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18775 PyObject *resultobj;
18776 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18777 wxColour *arg2 = 0 ;
18778 wxColour temp2 ;
18779 PyObject * obj0 = 0 ;
18780 PyObject * obj1 = 0 ;
18781 char *kwnames[] = {
18782 (char *) "self",(char *) "colBack", NULL
18783 };
18784
18785 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
18786 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18787 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18788 {
18789 arg2 = &temp2;
18790 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18791 }
18792 {
18793 PyThreadState* __tstate = wxPyBeginAllowThreads();
18794 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
18795
18796 wxPyEndAllowThreads(__tstate);
18797 if (PyErr_Occurred()) SWIG_fail;
18798 }
18799 Py_INCREF(Py_None); resultobj = Py_None;
18800 return resultobj;
18801 fail:
18802 return NULL;
18803 }
18804
18805
18806 static PyObject *_wrap_ListItemAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
18807 PyObject *resultobj;
18808 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18809 wxFont *arg2 = 0 ;
18810 PyObject * obj0 = 0 ;
18811 PyObject * obj1 = 0 ;
18812 char *kwnames[] = {
18813 (char *) "self",(char *) "font", NULL
18814 };
18815
18816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetFont",kwnames,&obj0,&obj1)) goto fail;
18817 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18818 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18819 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
18820 SWIG_POINTER_EXCEPTION | 0)) == -1)
18821 SWIG_fail;
18822 if (arg2 == NULL) {
18823 PyErr_SetString(PyExc_TypeError,"null reference");
18824 SWIG_fail;
18825 }
18826 {
18827 PyThreadState* __tstate = wxPyBeginAllowThreads();
18828 (arg1)->SetFont((wxFont const &)*arg2);
18829
18830 wxPyEndAllowThreads(__tstate);
18831 if (PyErr_Occurred()) SWIG_fail;
18832 }
18833 Py_INCREF(Py_None); resultobj = Py_None;
18834 return resultobj;
18835 fail:
18836 return NULL;
18837 }
18838
18839
18840 static PyObject *_wrap_ListItemAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18841 PyObject *resultobj;
18842 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18843 bool result;
18844 PyObject * obj0 = 0 ;
18845 char *kwnames[] = {
18846 (char *) "self", NULL
18847 };
18848
18849 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasTextColour",kwnames,&obj0)) goto fail;
18850 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18851 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18852 {
18853 PyThreadState* __tstate = wxPyBeginAllowThreads();
18854 result = (bool)(arg1)->HasTextColour();
18855
18856 wxPyEndAllowThreads(__tstate);
18857 if (PyErr_Occurred()) SWIG_fail;
18858 }
18859 {
18860 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18861 }
18862 return resultobj;
18863 fail:
18864 return NULL;
18865 }
18866
18867
18868 static PyObject *_wrap_ListItemAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18869 PyObject *resultobj;
18870 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18871 bool result;
18872 PyObject * obj0 = 0 ;
18873 char *kwnames[] = {
18874 (char *) "self", NULL
18875 };
18876
18877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
18878 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18879 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18880 {
18881 PyThreadState* __tstate = wxPyBeginAllowThreads();
18882 result = (bool)(arg1)->HasBackgroundColour();
18883
18884 wxPyEndAllowThreads(__tstate);
18885 if (PyErr_Occurred()) SWIG_fail;
18886 }
18887 {
18888 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18889 }
18890 return resultobj;
18891 fail:
18892 return NULL;
18893 }
18894
18895
18896 static PyObject *_wrap_ListItemAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
18897 PyObject *resultobj;
18898 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18899 bool result;
18900 PyObject * obj0 = 0 ;
18901 char *kwnames[] = {
18902 (char *) "self", NULL
18903 };
18904
18905 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasFont",kwnames,&obj0)) goto fail;
18906 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18907 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18908 {
18909 PyThreadState* __tstate = wxPyBeginAllowThreads();
18910 result = (bool)(arg1)->HasFont();
18911
18912 wxPyEndAllowThreads(__tstate);
18913 if (PyErr_Occurred()) SWIG_fail;
18914 }
18915 {
18916 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18917 }
18918 return resultobj;
18919 fail:
18920 return NULL;
18921 }
18922
18923
18924 static PyObject *_wrap_ListItemAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18925 PyObject *resultobj;
18926 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18927 wxColour result;
18928 PyObject * obj0 = 0 ;
18929 char *kwnames[] = {
18930 (char *) "self", NULL
18931 };
18932
18933 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetTextColour",kwnames,&obj0)) goto fail;
18934 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18935 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18936 {
18937 PyThreadState* __tstate = wxPyBeginAllowThreads();
18938 result = (arg1)->GetTextColour();
18939
18940 wxPyEndAllowThreads(__tstate);
18941 if (PyErr_Occurred()) SWIG_fail;
18942 }
18943 {
18944 wxColour * resultptr;
18945 resultptr = new wxColour((wxColour &) result);
18946 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
18947 }
18948 return resultobj;
18949 fail:
18950 return NULL;
18951 }
18952
18953
18954 static PyObject *_wrap_ListItemAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18955 PyObject *resultobj;
18956 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18957 wxColour result;
18958 PyObject * obj0 = 0 ;
18959 char *kwnames[] = {
18960 (char *) "self", NULL
18961 };
18962
18963 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
18964 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18965 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18966 {
18967 PyThreadState* __tstate = wxPyBeginAllowThreads();
18968 result = (arg1)->GetBackgroundColour();
18969
18970 wxPyEndAllowThreads(__tstate);
18971 if (PyErr_Occurred()) SWIG_fail;
18972 }
18973 {
18974 wxColour * resultptr;
18975 resultptr = new wxColour((wxColour &) result);
18976 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
18977 }
18978 return resultobj;
18979 fail:
18980 return NULL;
18981 }
18982
18983
18984 static PyObject *_wrap_ListItemAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
18985 PyObject *resultobj;
18986 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18987 wxFont result;
18988 PyObject * obj0 = 0 ;
18989 char *kwnames[] = {
18990 (char *) "self", NULL
18991 };
18992
18993 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetFont",kwnames,&obj0)) goto fail;
18994 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18995 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18996 {
18997 PyThreadState* __tstate = wxPyBeginAllowThreads();
18998 result = (arg1)->GetFont();
18999
19000 wxPyEndAllowThreads(__tstate);
19001 if (PyErr_Occurred()) SWIG_fail;
19002 }
19003 {
19004 wxFont * resultptr;
19005 resultptr = new wxFont((wxFont &) result);
19006 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
19007 }
19008 return resultobj;
19009 fail:
19010 return NULL;
19011 }
19012
19013
19014 static PyObject *_wrap_ListItemAttr_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
19015 PyObject *resultobj;
19016 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
19017 PyObject * obj0 = 0 ;
19018 char *kwnames[] = {
19019 (char *) "self", NULL
19020 };
19021
19022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_Destroy",kwnames,&obj0)) goto fail;
19023 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
19024 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19025 {
19026 PyThreadState* __tstate = wxPyBeginAllowThreads();
19027 wxListItemAttr_Destroy(arg1);
19028
19029 wxPyEndAllowThreads(__tstate);
19030 if (PyErr_Occurred()) SWIG_fail;
19031 }
19032 Py_INCREF(Py_None); resultobj = Py_None;
19033 return resultobj;
19034 fail:
19035 return NULL;
19036 }
19037
19038
19039 static PyObject * ListItemAttr_swigregister(PyObject *self, PyObject *args) {
19040 PyObject *obj;
19041 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
19042 SWIG_TypeClientData(SWIGTYPE_p_wxListItemAttr, obj);
19043 Py_INCREF(obj);
19044 return Py_BuildValue((char *)"");
19045 }
19046 static PyObject *_wrap_new_ListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
19047 PyObject *resultobj;
19048 wxListItem *result;
19049 char *kwnames[] = {
19050 NULL
19051 };
19052
19053 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_ListItem",kwnames)) goto fail;
19054 {
19055 PyThreadState* __tstate = wxPyBeginAllowThreads();
19056 result = (wxListItem *)new wxListItem();
19057
19058 wxPyEndAllowThreads(__tstate);
19059 if (PyErr_Occurred()) SWIG_fail;
19060 }
19061 {
19062 resultobj = wxPyMake_wxObject(result);
19063 }
19064 return resultobj;
19065 fail:
19066 return NULL;
19067 }
19068
19069
19070 static PyObject *_wrap_delete_ListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
19071 PyObject *resultobj;
19072 wxListItem *arg1 = (wxListItem *) 0 ;
19073 PyObject * obj0 = 0 ;
19074 char *kwnames[] = {
19075 (char *) "self", NULL
19076 };
19077
19078 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ListItem",kwnames,&obj0)) goto fail;
19079 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19080 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19081 {
19082 PyThreadState* __tstate = wxPyBeginAllowThreads();
19083 delete arg1;
19084
19085 wxPyEndAllowThreads(__tstate);
19086 if (PyErr_Occurred()) SWIG_fail;
19087 }
19088 Py_INCREF(Py_None); resultobj = Py_None;
19089 return resultobj;
19090 fail:
19091 return NULL;
19092 }
19093
19094
19095 static PyObject *_wrap_ListItem_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
19096 PyObject *resultobj;
19097 wxListItem *arg1 = (wxListItem *) 0 ;
19098 PyObject * obj0 = 0 ;
19099 char *kwnames[] = {
19100 (char *) "self", NULL
19101 };
19102
19103 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_Clear",kwnames,&obj0)) goto fail;
19104 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19105 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19106 {
19107 PyThreadState* __tstate = wxPyBeginAllowThreads();
19108 (arg1)->Clear();
19109
19110 wxPyEndAllowThreads(__tstate);
19111 if (PyErr_Occurred()) SWIG_fail;
19112 }
19113 Py_INCREF(Py_None); resultobj = Py_None;
19114 return resultobj;
19115 fail:
19116 return NULL;
19117 }
19118
19119
19120 static PyObject *_wrap_ListItem_ClearAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
19121 PyObject *resultobj;
19122 wxListItem *arg1 = (wxListItem *) 0 ;
19123 PyObject * obj0 = 0 ;
19124 char *kwnames[] = {
19125 (char *) "self", NULL
19126 };
19127
19128 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_ClearAttributes",kwnames,&obj0)) goto fail;
19129 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19130 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19131 {
19132 PyThreadState* __tstate = wxPyBeginAllowThreads();
19133 (arg1)->ClearAttributes();
19134
19135 wxPyEndAllowThreads(__tstate);
19136 if (PyErr_Occurred()) SWIG_fail;
19137 }
19138 Py_INCREF(Py_None); resultobj = Py_None;
19139 return resultobj;
19140 fail:
19141 return NULL;
19142 }
19143
19144
19145 static PyObject *_wrap_ListItem_SetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
19146 PyObject *resultobj;
19147 wxListItem *arg1 = (wxListItem *) 0 ;
19148 long arg2 ;
19149 PyObject * obj0 = 0 ;
19150 PyObject * obj1 = 0 ;
19151 char *kwnames[] = {
19152 (char *) "self",(char *) "mask", NULL
19153 };
19154
19155 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetMask",kwnames,&obj0,&obj1)) goto fail;
19156 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19157 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19158 arg2 = (long) SWIG_AsLong(obj1);
19159 if (PyErr_Occurred()) SWIG_fail;
19160 {
19161 PyThreadState* __tstate = wxPyBeginAllowThreads();
19162 (arg1)->SetMask(arg2);
19163
19164 wxPyEndAllowThreads(__tstate);
19165 if (PyErr_Occurred()) SWIG_fail;
19166 }
19167 Py_INCREF(Py_None); resultobj = Py_None;
19168 return resultobj;
19169 fail:
19170 return NULL;
19171 }
19172
19173
19174 static PyObject *_wrap_ListItem_SetId(PyObject *self, PyObject *args, PyObject *kwargs) {
19175 PyObject *resultobj;
19176 wxListItem *arg1 = (wxListItem *) 0 ;
19177 long arg2 ;
19178 PyObject * obj0 = 0 ;
19179 PyObject * obj1 = 0 ;
19180 char *kwnames[] = {
19181 (char *) "self",(char *) "id", NULL
19182 };
19183
19184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetId",kwnames,&obj0,&obj1)) goto fail;
19185 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19186 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19187 arg2 = (long) SWIG_AsLong(obj1);
19188 if (PyErr_Occurred()) SWIG_fail;
19189 {
19190 PyThreadState* __tstate = wxPyBeginAllowThreads();
19191 (arg1)->SetId(arg2);
19192
19193 wxPyEndAllowThreads(__tstate);
19194 if (PyErr_Occurred()) SWIG_fail;
19195 }
19196 Py_INCREF(Py_None); resultobj = Py_None;
19197 return resultobj;
19198 fail:
19199 return NULL;
19200 }
19201
19202
19203 static PyObject *_wrap_ListItem_SetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
19204 PyObject *resultobj;
19205 wxListItem *arg1 = (wxListItem *) 0 ;
19206 int arg2 ;
19207 PyObject * obj0 = 0 ;
19208 PyObject * obj1 = 0 ;
19209 char *kwnames[] = {
19210 (char *) "self",(char *) "col", NULL
19211 };
19212
19213 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetColumn",kwnames,&obj0,&obj1)) goto fail;
19214 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19215 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19216 arg2 = (int) SWIG_AsInt(obj1);
19217 if (PyErr_Occurred()) SWIG_fail;
19218 {
19219 PyThreadState* __tstate = wxPyBeginAllowThreads();
19220 (arg1)->SetColumn(arg2);
19221
19222 wxPyEndAllowThreads(__tstate);
19223 if (PyErr_Occurred()) SWIG_fail;
19224 }
19225 Py_INCREF(Py_None); resultobj = Py_None;
19226 return resultobj;
19227 fail:
19228 return NULL;
19229 }
19230
19231
19232 static PyObject *_wrap_ListItem_SetState(PyObject *self, PyObject *args, PyObject *kwargs) {
19233 PyObject *resultobj;
19234 wxListItem *arg1 = (wxListItem *) 0 ;
19235 long arg2 ;
19236 PyObject * obj0 = 0 ;
19237 PyObject * obj1 = 0 ;
19238 char *kwnames[] = {
19239 (char *) "self",(char *) "state", NULL
19240 };
19241
19242 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetState",kwnames,&obj0,&obj1)) goto fail;
19243 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19244 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19245 arg2 = (long) SWIG_AsLong(obj1);
19246 if (PyErr_Occurred()) SWIG_fail;
19247 {
19248 PyThreadState* __tstate = wxPyBeginAllowThreads();
19249 (arg1)->SetState(arg2);
19250
19251 wxPyEndAllowThreads(__tstate);
19252 if (PyErr_Occurred()) SWIG_fail;
19253 }
19254 Py_INCREF(Py_None); resultobj = Py_None;
19255 return resultobj;
19256 fail:
19257 return NULL;
19258 }
19259
19260
19261 static PyObject *_wrap_ListItem_SetStateMask(PyObject *self, PyObject *args, PyObject *kwargs) {
19262 PyObject *resultobj;
19263 wxListItem *arg1 = (wxListItem *) 0 ;
19264 long arg2 ;
19265 PyObject * obj0 = 0 ;
19266 PyObject * obj1 = 0 ;
19267 char *kwnames[] = {
19268 (char *) "self",(char *) "stateMask", NULL
19269 };
19270
19271 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetStateMask",kwnames,&obj0,&obj1)) goto fail;
19272 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19273 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19274 arg2 = (long) SWIG_AsLong(obj1);
19275 if (PyErr_Occurred()) SWIG_fail;
19276 {
19277 PyThreadState* __tstate = wxPyBeginAllowThreads();
19278 (arg1)->SetStateMask(arg2);
19279
19280 wxPyEndAllowThreads(__tstate);
19281 if (PyErr_Occurred()) SWIG_fail;
19282 }
19283 Py_INCREF(Py_None); resultobj = Py_None;
19284 return resultobj;
19285 fail:
19286 return NULL;
19287 }
19288
19289
19290 static PyObject *_wrap_ListItem_SetText(PyObject *self, PyObject *args, PyObject *kwargs) {
19291 PyObject *resultobj;
19292 wxListItem *arg1 = (wxListItem *) 0 ;
19293 wxString *arg2 = 0 ;
19294 bool temp2 = False ;
19295 PyObject * obj0 = 0 ;
19296 PyObject * obj1 = 0 ;
19297 char *kwnames[] = {
19298 (char *) "self",(char *) "text", NULL
19299 };
19300
19301 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetText",kwnames,&obj0,&obj1)) goto fail;
19302 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19303 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19304 {
19305 arg2 = wxString_in_helper(obj1);
19306 if (arg2 == NULL) SWIG_fail;
19307 temp2 = True;
19308 }
19309 {
19310 PyThreadState* __tstate = wxPyBeginAllowThreads();
19311 (arg1)->SetText((wxString const &)*arg2);
19312
19313 wxPyEndAllowThreads(__tstate);
19314 if (PyErr_Occurred()) SWIG_fail;
19315 }
19316 Py_INCREF(Py_None); resultobj = Py_None;
19317 {
19318 if (temp2)
19319 delete arg2;
19320 }
19321 return resultobj;
19322 fail:
19323 {
19324 if (temp2)
19325 delete arg2;
19326 }
19327 return NULL;
19328 }
19329
19330
19331 static PyObject *_wrap_ListItem_SetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
19332 PyObject *resultobj;
19333 wxListItem *arg1 = (wxListItem *) 0 ;
19334 int arg2 ;
19335 PyObject * obj0 = 0 ;
19336 PyObject * obj1 = 0 ;
19337 char *kwnames[] = {
19338 (char *) "self",(char *) "image", NULL
19339 };
19340
19341 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetImage",kwnames,&obj0,&obj1)) goto fail;
19342 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19344 arg2 = (int) SWIG_AsInt(obj1);
19345 if (PyErr_Occurred()) SWIG_fail;
19346 {
19347 PyThreadState* __tstate = wxPyBeginAllowThreads();
19348 (arg1)->SetImage(arg2);
19349
19350 wxPyEndAllowThreads(__tstate);
19351 if (PyErr_Occurred()) SWIG_fail;
19352 }
19353 Py_INCREF(Py_None); resultobj = Py_None;
19354 return resultobj;
19355 fail:
19356 return NULL;
19357 }
19358
19359
19360 static PyObject *_wrap_ListItem_SetData(PyObject *self, PyObject *args, PyObject *kwargs) {
19361 PyObject *resultobj;
19362 wxListItem *arg1 = (wxListItem *) 0 ;
19363 long arg2 ;
19364 PyObject * obj0 = 0 ;
19365 PyObject * obj1 = 0 ;
19366 char *kwnames[] = {
19367 (char *) "self",(char *) "data", NULL
19368 };
19369
19370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetData",kwnames,&obj0,&obj1)) goto fail;
19371 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19372 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19373 arg2 = (long) SWIG_AsLong(obj1);
19374 if (PyErr_Occurred()) SWIG_fail;
19375 {
19376 PyThreadState* __tstate = wxPyBeginAllowThreads();
19377 (arg1)->SetData(arg2);
19378
19379 wxPyEndAllowThreads(__tstate);
19380 if (PyErr_Occurred()) SWIG_fail;
19381 }
19382 Py_INCREF(Py_None); resultobj = Py_None;
19383 return resultobj;
19384 fail:
19385 return NULL;
19386 }
19387
19388
19389 static PyObject *_wrap_ListItem_SetWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
19390 PyObject *resultobj;
19391 wxListItem *arg1 = (wxListItem *) 0 ;
19392 int arg2 ;
19393 PyObject * obj0 = 0 ;
19394 PyObject * obj1 = 0 ;
19395 char *kwnames[] = {
19396 (char *) "self",(char *) "width", NULL
19397 };
19398
19399 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetWidth",kwnames,&obj0,&obj1)) goto fail;
19400 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19401 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19402 arg2 = (int) SWIG_AsInt(obj1);
19403 if (PyErr_Occurred()) SWIG_fail;
19404 {
19405 PyThreadState* __tstate = wxPyBeginAllowThreads();
19406 (arg1)->SetWidth(arg2);
19407
19408 wxPyEndAllowThreads(__tstate);
19409 if (PyErr_Occurred()) SWIG_fail;
19410 }
19411 Py_INCREF(Py_None); resultobj = Py_None;
19412 return resultobj;
19413 fail:
19414 return NULL;
19415 }
19416
19417
19418 static PyObject *_wrap_ListItem_SetAlign(PyObject *self, PyObject *args, PyObject *kwargs) {
19419 PyObject *resultobj;
19420 wxListItem *arg1 = (wxListItem *) 0 ;
19421 int arg2 ;
19422 PyObject * obj0 = 0 ;
19423 PyObject * obj1 = 0 ;
19424 char *kwnames[] = {
19425 (char *) "self",(char *) "align", NULL
19426 };
19427
19428 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetAlign",kwnames,&obj0,&obj1)) goto fail;
19429 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19430 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19431 arg2 = (wxListColumnFormat) SWIG_AsInt(obj1);
19432 if (PyErr_Occurred()) SWIG_fail;
19433 {
19434 PyThreadState* __tstate = wxPyBeginAllowThreads();
19435 (arg1)->SetAlign((wxListColumnFormat )arg2);
19436
19437 wxPyEndAllowThreads(__tstate);
19438 if (PyErr_Occurred()) SWIG_fail;
19439 }
19440 Py_INCREF(Py_None); resultobj = Py_None;
19441 return resultobj;
19442 fail:
19443 return NULL;
19444 }
19445
19446
19447 static PyObject *_wrap_ListItem_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19448 PyObject *resultobj;
19449 wxListItem *arg1 = (wxListItem *) 0 ;
19450 wxColour *arg2 = 0 ;
19451 wxColour temp2 ;
19452 PyObject * obj0 = 0 ;
19453 PyObject * obj1 = 0 ;
19454 char *kwnames[] = {
19455 (char *) "self",(char *) "colText", NULL
19456 };
19457
19458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
19459 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19460 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19461 {
19462 arg2 = &temp2;
19463 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19464 }
19465 {
19466 PyThreadState* __tstate = wxPyBeginAllowThreads();
19467 (arg1)->SetTextColour((wxColour const &)*arg2);
19468
19469 wxPyEndAllowThreads(__tstate);
19470 if (PyErr_Occurred()) SWIG_fail;
19471 }
19472 Py_INCREF(Py_None); resultobj = Py_None;
19473 return resultobj;
19474 fail:
19475 return NULL;
19476 }
19477
19478
19479 static PyObject *_wrap_ListItem_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19480 PyObject *resultobj;
19481 wxListItem *arg1 = (wxListItem *) 0 ;
19482 wxColour *arg2 = 0 ;
19483 wxColour temp2 ;
19484 PyObject * obj0 = 0 ;
19485 PyObject * obj1 = 0 ;
19486 char *kwnames[] = {
19487 (char *) "self",(char *) "colBack", NULL
19488 };
19489
19490 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
19491 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19492 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19493 {
19494 arg2 = &temp2;
19495 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19496 }
19497 {
19498 PyThreadState* __tstate = wxPyBeginAllowThreads();
19499 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
19500
19501 wxPyEndAllowThreads(__tstate);
19502 if (PyErr_Occurred()) SWIG_fail;
19503 }
19504 Py_INCREF(Py_None); resultobj = Py_None;
19505 return resultobj;
19506 fail:
19507 return NULL;
19508 }
19509
19510
19511 static PyObject *_wrap_ListItem_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
19512 PyObject *resultobj;
19513 wxListItem *arg1 = (wxListItem *) 0 ;
19514 wxFont *arg2 = 0 ;
19515 PyObject * obj0 = 0 ;
19516 PyObject * obj1 = 0 ;
19517 char *kwnames[] = {
19518 (char *) "self",(char *) "font", NULL
19519 };
19520
19521 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetFont",kwnames,&obj0,&obj1)) goto fail;
19522 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19523 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19524 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
19525 SWIG_POINTER_EXCEPTION | 0)) == -1)
19526 SWIG_fail;
19527 if (arg2 == NULL) {
19528 PyErr_SetString(PyExc_TypeError,"null reference");
19529 SWIG_fail;
19530 }
19531 {
19532 PyThreadState* __tstate = wxPyBeginAllowThreads();
19533 (arg1)->SetFont((wxFont const &)*arg2);
19534
19535 wxPyEndAllowThreads(__tstate);
19536 if (PyErr_Occurred()) SWIG_fail;
19537 }
19538 Py_INCREF(Py_None); resultobj = Py_None;
19539 return resultobj;
19540 fail:
19541 return NULL;
19542 }
19543
19544
19545 static PyObject *_wrap_ListItem_GetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
19546 PyObject *resultobj;
19547 wxListItem *arg1 = (wxListItem *) 0 ;
19548 long result;
19549 PyObject * obj0 = 0 ;
19550 char *kwnames[] = {
19551 (char *) "self", NULL
19552 };
19553
19554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetMask",kwnames,&obj0)) goto fail;
19555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19557 {
19558 PyThreadState* __tstate = wxPyBeginAllowThreads();
19559 result = (long)(arg1)->GetMask();
19560
19561 wxPyEndAllowThreads(__tstate);
19562 if (PyErr_Occurred()) SWIG_fail;
19563 }
19564 resultobj = SWIG_FromLong((long)result);
19565 return resultobj;
19566 fail:
19567 return NULL;
19568 }
19569
19570
19571 static PyObject *_wrap_ListItem_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
19572 PyObject *resultobj;
19573 wxListItem *arg1 = (wxListItem *) 0 ;
19574 long result;
19575 PyObject * obj0 = 0 ;
19576 char *kwnames[] = {
19577 (char *) "self", NULL
19578 };
19579
19580 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetId",kwnames,&obj0)) goto fail;
19581 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19582 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19583 {
19584 PyThreadState* __tstate = wxPyBeginAllowThreads();
19585 result = (long)(arg1)->GetId();
19586
19587 wxPyEndAllowThreads(__tstate);
19588 if (PyErr_Occurred()) SWIG_fail;
19589 }
19590 resultobj = SWIG_FromLong((long)result);
19591 return resultobj;
19592 fail:
19593 return NULL;
19594 }
19595
19596
19597 static PyObject *_wrap_ListItem_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
19598 PyObject *resultobj;
19599 wxListItem *arg1 = (wxListItem *) 0 ;
19600 int result;
19601 PyObject * obj0 = 0 ;
19602 char *kwnames[] = {
19603 (char *) "self", NULL
19604 };
19605
19606 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetColumn",kwnames,&obj0)) goto fail;
19607 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19608 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19609 {
19610 PyThreadState* __tstate = wxPyBeginAllowThreads();
19611 result = (int)(arg1)->GetColumn();
19612
19613 wxPyEndAllowThreads(__tstate);
19614 if (PyErr_Occurred()) SWIG_fail;
19615 }
19616 resultobj = SWIG_FromInt((int)result);
19617 return resultobj;
19618 fail:
19619 return NULL;
19620 }
19621
19622
19623 static PyObject *_wrap_ListItem_GetState(PyObject *self, PyObject *args, PyObject *kwargs) {
19624 PyObject *resultobj;
19625 wxListItem *arg1 = (wxListItem *) 0 ;
19626 long result;
19627 PyObject * obj0 = 0 ;
19628 char *kwnames[] = {
19629 (char *) "self", NULL
19630 };
19631
19632 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetState",kwnames,&obj0)) goto fail;
19633 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19634 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19635 {
19636 PyThreadState* __tstate = wxPyBeginAllowThreads();
19637 result = (long)(arg1)->GetState();
19638
19639 wxPyEndAllowThreads(__tstate);
19640 if (PyErr_Occurred()) SWIG_fail;
19641 }
19642 resultobj = SWIG_FromLong((long)result);
19643 return resultobj;
19644 fail:
19645 return NULL;
19646 }
19647
19648
19649 static PyObject *_wrap_ListItem_GetText(PyObject *self, PyObject *args, PyObject *kwargs) {
19650 PyObject *resultobj;
19651 wxListItem *arg1 = (wxListItem *) 0 ;
19652 wxString *result;
19653 PyObject * obj0 = 0 ;
19654 char *kwnames[] = {
19655 (char *) "self", NULL
19656 };
19657
19658 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetText",kwnames,&obj0)) goto fail;
19659 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19660 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19661 {
19662 PyThreadState* __tstate = wxPyBeginAllowThreads();
19663 {
19664 wxString const &_result_ref = (arg1)->GetText();
19665 result = (wxString *) &_result_ref;
19666 }
19667
19668 wxPyEndAllowThreads(__tstate);
19669 if (PyErr_Occurred()) SWIG_fail;
19670 }
19671 {
19672 #if wxUSE_UNICODE
19673 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
19674 #else
19675 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
19676 #endif
19677 }
19678 return resultobj;
19679 fail:
19680 return NULL;
19681 }
19682
19683
19684 static PyObject *_wrap_ListItem_GetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
19685 PyObject *resultobj;
19686 wxListItem *arg1 = (wxListItem *) 0 ;
19687 int result;
19688 PyObject * obj0 = 0 ;
19689 char *kwnames[] = {
19690 (char *) "self", NULL
19691 };
19692
19693 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetImage",kwnames,&obj0)) goto fail;
19694 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19695 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19696 {
19697 PyThreadState* __tstate = wxPyBeginAllowThreads();
19698 result = (int)(arg1)->GetImage();
19699
19700 wxPyEndAllowThreads(__tstate);
19701 if (PyErr_Occurred()) SWIG_fail;
19702 }
19703 resultobj = SWIG_FromInt((int)result);
19704 return resultobj;
19705 fail:
19706 return NULL;
19707 }
19708
19709
19710 static PyObject *_wrap_ListItem_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
19711 PyObject *resultobj;
19712 wxListItem *arg1 = (wxListItem *) 0 ;
19713 long result;
19714 PyObject * obj0 = 0 ;
19715 char *kwnames[] = {
19716 (char *) "self", NULL
19717 };
19718
19719 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetData",kwnames,&obj0)) goto fail;
19720 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19721 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19722 {
19723 PyThreadState* __tstate = wxPyBeginAllowThreads();
19724 result = (long)(arg1)->GetData();
19725
19726 wxPyEndAllowThreads(__tstate);
19727 if (PyErr_Occurred()) SWIG_fail;
19728 }
19729 resultobj = SWIG_FromLong((long)result);
19730 return resultobj;
19731 fail:
19732 return NULL;
19733 }
19734
19735
19736 static PyObject *_wrap_ListItem_GetWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
19737 PyObject *resultobj;
19738 wxListItem *arg1 = (wxListItem *) 0 ;
19739 int result;
19740 PyObject * obj0 = 0 ;
19741 char *kwnames[] = {
19742 (char *) "self", NULL
19743 };
19744
19745 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetWidth",kwnames,&obj0)) goto fail;
19746 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19747 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19748 {
19749 PyThreadState* __tstate = wxPyBeginAllowThreads();
19750 result = (int)(arg1)->GetWidth();
19751
19752 wxPyEndAllowThreads(__tstate);
19753 if (PyErr_Occurred()) SWIG_fail;
19754 }
19755 resultobj = SWIG_FromInt((int)result);
19756 return resultobj;
19757 fail:
19758 return NULL;
19759 }
19760
19761
19762 static PyObject *_wrap_ListItem_GetAlign(PyObject *self, PyObject *args, PyObject *kwargs) {
19763 PyObject *resultobj;
19764 wxListItem *arg1 = (wxListItem *) 0 ;
19765 int result;
19766 PyObject * obj0 = 0 ;
19767 char *kwnames[] = {
19768 (char *) "self", NULL
19769 };
19770
19771 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAlign",kwnames,&obj0)) goto fail;
19772 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19773 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19774 {
19775 PyThreadState* __tstate = wxPyBeginAllowThreads();
19776 result = (int)(arg1)->GetAlign();
19777
19778 wxPyEndAllowThreads(__tstate);
19779 if (PyErr_Occurred()) SWIG_fail;
19780 }
19781 resultobj = SWIG_FromInt((int)result);
19782 return resultobj;
19783 fail:
19784 return NULL;
19785 }
19786
19787
19788 static PyObject *_wrap_ListItem_GetAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
19789 PyObject *resultobj;
19790 wxListItem *arg1 = (wxListItem *) 0 ;
19791 wxListItemAttr *result;
19792 PyObject * obj0 = 0 ;
19793 char *kwnames[] = {
19794 (char *) "self", NULL
19795 };
19796
19797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAttributes",kwnames,&obj0)) goto fail;
19798 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19799 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19800 {
19801 PyThreadState* __tstate = wxPyBeginAllowThreads();
19802 result = (wxListItemAttr *)(arg1)->GetAttributes();
19803
19804 wxPyEndAllowThreads(__tstate);
19805 if (PyErr_Occurred()) SWIG_fail;
19806 }
19807 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItemAttr, 0);
19808 return resultobj;
19809 fail:
19810 return NULL;
19811 }
19812
19813
19814 static PyObject *_wrap_ListItem_HasAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
19815 PyObject *resultobj;
19816 wxListItem *arg1 = (wxListItem *) 0 ;
19817 bool result;
19818 PyObject * obj0 = 0 ;
19819 char *kwnames[] = {
19820 (char *) "self", NULL
19821 };
19822
19823 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_HasAttributes",kwnames,&obj0)) goto fail;
19824 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19825 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19826 {
19827 PyThreadState* __tstate = wxPyBeginAllowThreads();
19828 result = (bool)(arg1)->HasAttributes();
19829
19830 wxPyEndAllowThreads(__tstate);
19831 if (PyErr_Occurred()) SWIG_fail;
19832 }
19833 {
19834 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19835 }
19836 return resultobj;
19837 fail:
19838 return NULL;
19839 }
19840
19841
19842 static PyObject *_wrap_ListItem_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19843 PyObject *resultobj;
19844 wxListItem *arg1 = (wxListItem *) 0 ;
19845 wxColour result;
19846 PyObject * obj0 = 0 ;
19847 char *kwnames[] = {
19848 (char *) "self", NULL
19849 };
19850
19851 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetTextColour",kwnames,&obj0)) goto fail;
19852 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19853 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19854 {
19855 PyThreadState* __tstate = wxPyBeginAllowThreads();
19856 result = ((wxListItem const *)arg1)->GetTextColour();
19857
19858 wxPyEndAllowThreads(__tstate);
19859 if (PyErr_Occurred()) SWIG_fail;
19860 }
19861 {
19862 wxColour * resultptr;
19863 resultptr = new wxColour((wxColour &) result);
19864 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
19865 }
19866 return resultobj;
19867 fail:
19868 return NULL;
19869 }
19870
19871
19872 static PyObject *_wrap_ListItem_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19873 PyObject *resultobj;
19874 wxListItem *arg1 = (wxListItem *) 0 ;
19875 wxColour result;
19876 PyObject * obj0 = 0 ;
19877 char *kwnames[] = {
19878 (char *) "self", NULL
19879 };
19880
19881 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetBackgroundColour",kwnames,&obj0)) goto fail;
19882 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19883 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19884 {
19885 PyThreadState* __tstate = wxPyBeginAllowThreads();
19886 result = ((wxListItem const *)arg1)->GetBackgroundColour();
19887
19888 wxPyEndAllowThreads(__tstate);
19889 if (PyErr_Occurred()) SWIG_fail;
19890 }
19891 {
19892 wxColour * resultptr;
19893 resultptr = new wxColour((wxColour &) result);
19894 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
19895 }
19896 return resultobj;
19897 fail:
19898 return NULL;
19899 }
19900
19901
19902 static PyObject *_wrap_ListItem_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
19903 PyObject *resultobj;
19904 wxListItem *arg1 = (wxListItem *) 0 ;
19905 wxFont result;
19906 PyObject * obj0 = 0 ;
19907 char *kwnames[] = {
19908 (char *) "self", NULL
19909 };
19910
19911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetFont",kwnames,&obj0)) goto fail;
19912 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19913 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19914 {
19915 PyThreadState* __tstate = wxPyBeginAllowThreads();
19916 result = ((wxListItem const *)arg1)->GetFont();
19917
19918 wxPyEndAllowThreads(__tstate);
19919 if (PyErr_Occurred()) SWIG_fail;
19920 }
19921 {
19922 wxFont * resultptr;
19923 resultptr = new wxFont((wxFont &) result);
19924 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
19925 }
19926 return resultobj;
19927 fail:
19928 return NULL;
19929 }
19930
19931
19932 static PyObject *_wrap_ListItem_m_mask_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19933 PyObject *resultobj;
19934 wxListItem *arg1 = (wxListItem *) 0 ;
19935 long arg2 ;
19936 PyObject * obj0 = 0 ;
19937 PyObject * obj1 = 0 ;
19938 char *kwnames[] = {
19939 (char *) "self",(char *) "m_mask", NULL
19940 };
19941
19942 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_mask_set",kwnames,&obj0,&obj1)) goto fail;
19943 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19944 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19945 arg2 = (long) SWIG_AsLong(obj1);
19946 if (PyErr_Occurred()) SWIG_fail;
19947 if (arg1) (arg1)->m_mask = arg2;
19948
19949 Py_INCREF(Py_None); resultobj = Py_None;
19950 return resultobj;
19951 fail:
19952 return NULL;
19953 }
19954
19955
19956 static PyObject *_wrap_ListItem_m_mask_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19957 PyObject *resultobj;
19958 wxListItem *arg1 = (wxListItem *) 0 ;
19959 long result;
19960 PyObject * obj0 = 0 ;
19961 char *kwnames[] = {
19962 (char *) "self", NULL
19963 };
19964
19965 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_mask_get",kwnames,&obj0)) goto fail;
19966 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19967 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19968 result = (long) ((arg1)->m_mask);
19969
19970 resultobj = SWIG_FromLong((long)result);
19971 return resultobj;
19972 fail:
19973 return NULL;
19974 }
19975
19976
19977 static PyObject *_wrap_ListItem_m_itemId_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19978 PyObject *resultobj;
19979 wxListItem *arg1 = (wxListItem *) 0 ;
19980 long arg2 ;
19981 PyObject * obj0 = 0 ;
19982 PyObject * obj1 = 0 ;
19983 char *kwnames[] = {
19984 (char *) "self",(char *) "m_itemId", NULL
19985 };
19986
19987 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_itemId_set",kwnames,&obj0,&obj1)) goto fail;
19988 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19989 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19990 arg2 = (long) SWIG_AsLong(obj1);
19991 if (PyErr_Occurred()) SWIG_fail;
19992 if (arg1) (arg1)->m_itemId = arg2;
19993
19994 Py_INCREF(Py_None); resultobj = Py_None;
19995 return resultobj;
19996 fail:
19997 return NULL;
19998 }
19999
20000
20001 static PyObject *_wrap_ListItem_m_itemId_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20002 PyObject *resultobj;
20003 wxListItem *arg1 = (wxListItem *) 0 ;
20004 long result;
20005 PyObject * obj0 = 0 ;
20006 char *kwnames[] = {
20007 (char *) "self", NULL
20008 };
20009
20010 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_itemId_get",kwnames,&obj0)) goto fail;
20011 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20012 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20013 result = (long) ((arg1)->m_itemId);
20014
20015 resultobj = SWIG_FromLong((long)result);
20016 return resultobj;
20017 fail:
20018 return NULL;
20019 }
20020
20021
20022 static PyObject *_wrap_ListItem_m_col_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20023 PyObject *resultobj;
20024 wxListItem *arg1 = (wxListItem *) 0 ;
20025 int arg2 ;
20026 PyObject * obj0 = 0 ;
20027 PyObject * obj1 = 0 ;
20028 char *kwnames[] = {
20029 (char *) "self",(char *) "m_col", NULL
20030 };
20031
20032 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_col_set",kwnames,&obj0,&obj1)) goto fail;
20033 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20034 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20035 arg2 = (int) SWIG_AsInt(obj1);
20036 if (PyErr_Occurred()) SWIG_fail;
20037 if (arg1) (arg1)->m_col = arg2;
20038
20039 Py_INCREF(Py_None); resultobj = Py_None;
20040 return resultobj;
20041 fail:
20042 return NULL;
20043 }
20044
20045
20046 static PyObject *_wrap_ListItem_m_col_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20047 PyObject *resultobj;
20048 wxListItem *arg1 = (wxListItem *) 0 ;
20049 int result;
20050 PyObject * obj0 = 0 ;
20051 char *kwnames[] = {
20052 (char *) "self", NULL
20053 };
20054
20055 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_col_get",kwnames,&obj0)) goto fail;
20056 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20057 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20058 result = (int) ((arg1)->m_col);
20059
20060 resultobj = SWIG_FromInt((int)result);
20061 return resultobj;
20062 fail:
20063 return NULL;
20064 }
20065
20066
20067 static PyObject *_wrap_ListItem_m_state_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20068 PyObject *resultobj;
20069 wxListItem *arg1 = (wxListItem *) 0 ;
20070 long arg2 ;
20071 PyObject * obj0 = 0 ;
20072 PyObject * obj1 = 0 ;
20073 char *kwnames[] = {
20074 (char *) "self",(char *) "m_state", NULL
20075 };
20076
20077 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_state_set",kwnames,&obj0,&obj1)) goto fail;
20078 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20079 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20080 arg2 = (long) SWIG_AsLong(obj1);
20081 if (PyErr_Occurred()) SWIG_fail;
20082 if (arg1) (arg1)->m_state = arg2;
20083
20084 Py_INCREF(Py_None); resultobj = Py_None;
20085 return resultobj;
20086 fail:
20087 return NULL;
20088 }
20089
20090
20091 static PyObject *_wrap_ListItem_m_state_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20092 PyObject *resultobj;
20093 wxListItem *arg1 = (wxListItem *) 0 ;
20094 long result;
20095 PyObject * obj0 = 0 ;
20096 char *kwnames[] = {
20097 (char *) "self", NULL
20098 };
20099
20100 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_state_get",kwnames,&obj0)) goto fail;
20101 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20102 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20103 result = (long) ((arg1)->m_state);
20104
20105 resultobj = SWIG_FromLong((long)result);
20106 return resultobj;
20107 fail:
20108 return NULL;
20109 }
20110
20111
20112 static PyObject *_wrap_ListItem_m_stateMask_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20113 PyObject *resultobj;
20114 wxListItem *arg1 = (wxListItem *) 0 ;
20115 long arg2 ;
20116 PyObject * obj0 = 0 ;
20117 PyObject * obj1 = 0 ;
20118 char *kwnames[] = {
20119 (char *) "self",(char *) "m_stateMask", NULL
20120 };
20121
20122 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_stateMask_set",kwnames,&obj0,&obj1)) goto fail;
20123 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20124 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20125 arg2 = (long) SWIG_AsLong(obj1);
20126 if (PyErr_Occurred()) SWIG_fail;
20127 if (arg1) (arg1)->m_stateMask = arg2;
20128
20129 Py_INCREF(Py_None); resultobj = Py_None;
20130 return resultobj;
20131 fail:
20132 return NULL;
20133 }
20134
20135
20136 static PyObject *_wrap_ListItem_m_stateMask_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20137 PyObject *resultobj;
20138 wxListItem *arg1 = (wxListItem *) 0 ;
20139 long result;
20140 PyObject * obj0 = 0 ;
20141 char *kwnames[] = {
20142 (char *) "self", NULL
20143 };
20144
20145 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_stateMask_get",kwnames,&obj0)) goto fail;
20146 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20147 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20148 result = (long) ((arg1)->m_stateMask);
20149
20150 resultobj = SWIG_FromLong((long)result);
20151 return resultobj;
20152 fail:
20153 return NULL;
20154 }
20155
20156
20157 static PyObject *_wrap_ListItem_m_text_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20158 PyObject *resultobj;
20159 wxListItem *arg1 = (wxListItem *) 0 ;
20160 wxString *arg2 = (wxString *) 0 ;
20161 bool temp2 = False ;
20162 PyObject * obj0 = 0 ;
20163 PyObject * obj1 = 0 ;
20164 char *kwnames[] = {
20165 (char *) "self",(char *) "m_text", NULL
20166 };
20167
20168 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_text_set",kwnames,&obj0,&obj1)) goto fail;
20169 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20170 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20171 {
20172 arg2 = wxString_in_helper(obj1);
20173 if (arg2 == NULL) SWIG_fail;
20174 temp2 = True;
20175 }
20176 if (arg1) (arg1)->m_text = *arg2;
20177
20178 Py_INCREF(Py_None); resultobj = Py_None;
20179 {
20180 if (temp2)
20181 delete arg2;
20182 }
20183 return resultobj;
20184 fail:
20185 {
20186 if (temp2)
20187 delete arg2;
20188 }
20189 return NULL;
20190 }
20191
20192
20193 static PyObject *_wrap_ListItem_m_text_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20194 PyObject *resultobj;
20195 wxListItem *arg1 = (wxListItem *) 0 ;
20196 wxString *result;
20197 PyObject * obj0 = 0 ;
20198 char *kwnames[] = {
20199 (char *) "self", NULL
20200 };
20201
20202 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_text_get",kwnames,&obj0)) goto fail;
20203 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20204 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20205 result = (wxString *)& ((arg1)->m_text);
20206
20207 {
20208 #if wxUSE_UNICODE
20209 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20210 #else
20211 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20212 #endif
20213 }
20214 return resultobj;
20215 fail:
20216 return NULL;
20217 }
20218
20219
20220 static PyObject *_wrap_ListItem_m_image_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20221 PyObject *resultobj;
20222 wxListItem *arg1 = (wxListItem *) 0 ;
20223 int arg2 ;
20224 PyObject * obj0 = 0 ;
20225 PyObject * obj1 = 0 ;
20226 char *kwnames[] = {
20227 (char *) "self",(char *) "m_image", NULL
20228 };
20229
20230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_image_set",kwnames,&obj0,&obj1)) goto fail;
20231 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20232 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20233 arg2 = (int) SWIG_AsInt(obj1);
20234 if (PyErr_Occurred()) SWIG_fail;
20235 if (arg1) (arg1)->m_image = arg2;
20236
20237 Py_INCREF(Py_None); resultobj = Py_None;
20238 return resultobj;
20239 fail:
20240 return NULL;
20241 }
20242
20243
20244 static PyObject *_wrap_ListItem_m_image_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20245 PyObject *resultobj;
20246 wxListItem *arg1 = (wxListItem *) 0 ;
20247 int result;
20248 PyObject * obj0 = 0 ;
20249 char *kwnames[] = {
20250 (char *) "self", NULL
20251 };
20252
20253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_image_get",kwnames,&obj0)) goto fail;
20254 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20255 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20256 result = (int) ((arg1)->m_image);
20257
20258 resultobj = SWIG_FromInt((int)result);
20259 return resultobj;
20260 fail:
20261 return NULL;
20262 }
20263
20264
20265 static PyObject *_wrap_ListItem_m_data_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20266 PyObject *resultobj;
20267 wxListItem *arg1 = (wxListItem *) 0 ;
20268 long arg2 ;
20269 PyObject * obj0 = 0 ;
20270 PyObject * obj1 = 0 ;
20271 char *kwnames[] = {
20272 (char *) "self",(char *) "m_data", NULL
20273 };
20274
20275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_data_set",kwnames,&obj0,&obj1)) goto fail;
20276 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20277 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20278 arg2 = (long) SWIG_AsLong(obj1);
20279 if (PyErr_Occurred()) SWIG_fail;
20280 if (arg1) (arg1)->m_data = arg2;
20281
20282 Py_INCREF(Py_None); resultobj = Py_None;
20283 return resultobj;
20284 fail:
20285 return NULL;
20286 }
20287
20288
20289 static PyObject *_wrap_ListItem_m_data_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20290 PyObject *resultobj;
20291 wxListItem *arg1 = (wxListItem *) 0 ;
20292 long result;
20293 PyObject * obj0 = 0 ;
20294 char *kwnames[] = {
20295 (char *) "self", NULL
20296 };
20297
20298 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_data_get",kwnames,&obj0)) goto fail;
20299 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20300 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20301 result = (long) ((arg1)->m_data);
20302
20303 resultobj = SWIG_FromLong((long)result);
20304 return resultobj;
20305 fail:
20306 return NULL;
20307 }
20308
20309
20310 static PyObject *_wrap_ListItem_m_format_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20311 PyObject *resultobj;
20312 wxListItem *arg1 = (wxListItem *) 0 ;
20313 int arg2 ;
20314 PyObject * obj0 = 0 ;
20315 PyObject * obj1 = 0 ;
20316 char *kwnames[] = {
20317 (char *) "self",(char *) "m_format", NULL
20318 };
20319
20320 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_format_set",kwnames,&obj0,&obj1)) goto fail;
20321 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20322 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20323 arg2 = (int) SWIG_AsInt(obj1);
20324 if (PyErr_Occurred()) SWIG_fail;
20325 if (arg1) (arg1)->m_format = arg2;
20326
20327 Py_INCREF(Py_None); resultobj = Py_None;
20328 return resultobj;
20329 fail:
20330 return NULL;
20331 }
20332
20333
20334 static PyObject *_wrap_ListItem_m_format_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20335 PyObject *resultobj;
20336 wxListItem *arg1 = (wxListItem *) 0 ;
20337 int result;
20338 PyObject * obj0 = 0 ;
20339 char *kwnames[] = {
20340 (char *) "self", NULL
20341 };
20342
20343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_format_get",kwnames,&obj0)) goto fail;
20344 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20345 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20346 result = (int) ((arg1)->m_format);
20347
20348 resultobj = SWIG_FromInt((int)result);
20349 return resultobj;
20350 fail:
20351 return NULL;
20352 }
20353
20354
20355 static PyObject *_wrap_ListItem_m_width_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20356 PyObject *resultobj;
20357 wxListItem *arg1 = (wxListItem *) 0 ;
20358 int arg2 ;
20359 PyObject * obj0 = 0 ;
20360 PyObject * obj1 = 0 ;
20361 char *kwnames[] = {
20362 (char *) "self",(char *) "m_width", NULL
20363 };
20364
20365 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_width_set",kwnames,&obj0,&obj1)) goto fail;
20366 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20367 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20368 arg2 = (int) SWIG_AsInt(obj1);
20369 if (PyErr_Occurred()) SWIG_fail;
20370 if (arg1) (arg1)->m_width = arg2;
20371
20372 Py_INCREF(Py_None); resultobj = Py_None;
20373 return resultobj;
20374 fail:
20375 return NULL;
20376 }
20377
20378
20379 static PyObject *_wrap_ListItem_m_width_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20380 PyObject *resultobj;
20381 wxListItem *arg1 = (wxListItem *) 0 ;
20382 int result;
20383 PyObject * obj0 = 0 ;
20384 char *kwnames[] = {
20385 (char *) "self", NULL
20386 };
20387
20388 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_width_get",kwnames,&obj0)) goto fail;
20389 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20390 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20391 result = (int) ((arg1)->m_width);
20392
20393 resultobj = SWIG_FromInt((int)result);
20394 return resultobj;
20395 fail:
20396 return NULL;
20397 }
20398
20399
20400 static PyObject * ListItem_swigregister(PyObject *self, PyObject *args) {
20401 PyObject *obj;
20402 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
20403 SWIG_TypeClientData(SWIGTYPE_p_wxListItem, obj);
20404 Py_INCREF(obj);
20405 return Py_BuildValue((char *)"");
20406 }
20407 static PyObject *_wrap_new_ListEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
20408 PyObject *resultobj;
20409 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
20410 int arg2 = (int) 0 ;
20411 wxListEvent *result;
20412 PyObject * obj0 = 0 ;
20413 PyObject * obj1 = 0 ;
20414 char *kwnames[] = {
20415 (char *) "commandType",(char *) "id", NULL
20416 };
20417
20418 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ListEvent",kwnames,&obj0,&obj1)) goto fail;
20419 if (obj0) {
20420 arg1 = (wxEventType) SWIG_AsInt(obj0);
20421 if (PyErr_Occurred()) SWIG_fail;
20422 }
20423 if (obj1) {
20424 arg2 = (int) SWIG_AsInt(obj1);
20425 if (PyErr_Occurred()) SWIG_fail;
20426 }
20427 {
20428 PyThreadState* __tstate = wxPyBeginAllowThreads();
20429 result = (wxListEvent *)new wxListEvent(arg1,arg2);
20430
20431 wxPyEndAllowThreads(__tstate);
20432 if (PyErr_Occurred()) SWIG_fail;
20433 }
20434 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListEvent, 1);
20435 return resultobj;
20436 fail:
20437 return NULL;
20438 }
20439
20440
20441 static PyObject *_wrap_ListEvent_m_code_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20442 PyObject *resultobj;
20443 wxListEvent *arg1 = (wxListEvent *) 0 ;
20444 int arg2 ;
20445 PyObject * obj0 = 0 ;
20446 PyObject * obj1 = 0 ;
20447 char *kwnames[] = {
20448 (char *) "self",(char *) "m_code", NULL
20449 };
20450
20451 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_code_set",kwnames,&obj0,&obj1)) goto fail;
20452 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20453 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20454 arg2 = (int) SWIG_AsInt(obj1);
20455 if (PyErr_Occurred()) SWIG_fail;
20456 if (arg1) (arg1)->m_code = arg2;
20457
20458 Py_INCREF(Py_None); resultobj = Py_None;
20459 return resultobj;
20460 fail:
20461 return NULL;
20462 }
20463
20464
20465 static PyObject *_wrap_ListEvent_m_code_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20466 PyObject *resultobj;
20467 wxListEvent *arg1 = (wxListEvent *) 0 ;
20468 int result;
20469 PyObject * obj0 = 0 ;
20470 char *kwnames[] = {
20471 (char *) "self", NULL
20472 };
20473
20474 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_code_get",kwnames,&obj0)) goto fail;
20475 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20476 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20477 result = (int) ((arg1)->m_code);
20478
20479 resultobj = SWIG_FromInt((int)result);
20480 return resultobj;
20481 fail:
20482 return NULL;
20483 }
20484
20485
20486 static PyObject *_wrap_ListEvent_m_oldItemIndex_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20487 PyObject *resultobj;
20488 wxListEvent *arg1 = (wxListEvent *) 0 ;
20489 long arg2 ;
20490 PyObject * obj0 = 0 ;
20491 PyObject * obj1 = 0 ;
20492 char *kwnames[] = {
20493 (char *) "self",(char *) "m_oldItemIndex", NULL
20494 };
20495
20496 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_oldItemIndex_set",kwnames,&obj0,&obj1)) goto fail;
20497 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20498 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20499 arg2 = (long) SWIG_AsLong(obj1);
20500 if (PyErr_Occurred()) SWIG_fail;
20501 if (arg1) (arg1)->m_oldItemIndex = arg2;
20502
20503 Py_INCREF(Py_None); resultobj = Py_None;
20504 return resultobj;
20505 fail:
20506 return NULL;
20507 }
20508
20509
20510 static PyObject *_wrap_ListEvent_m_oldItemIndex_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20511 PyObject *resultobj;
20512 wxListEvent *arg1 = (wxListEvent *) 0 ;
20513 long result;
20514 PyObject * obj0 = 0 ;
20515 char *kwnames[] = {
20516 (char *) "self", NULL
20517 };
20518
20519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_oldItemIndex_get",kwnames,&obj0)) goto fail;
20520 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20521 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20522 result = (long) ((arg1)->m_oldItemIndex);
20523
20524 resultobj = SWIG_FromLong((long)result);
20525 return resultobj;
20526 fail:
20527 return NULL;
20528 }
20529
20530
20531 static PyObject *_wrap_ListEvent_m_itemIndex_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20532 PyObject *resultobj;
20533 wxListEvent *arg1 = (wxListEvent *) 0 ;
20534 long arg2 ;
20535 PyObject * obj0 = 0 ;
20536 PyObject * obj1 = 0 ;
20537 char *kwnames[] = {
20538 (char *) "self",(char *) "m_itemIndex", NULL
20539 };
20540
20541 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_itemIndex_set",kwnames,&obj0,&obj1)) goto fail;
20542 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20543 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20544 arg2 = (long) SWIG_AsLong(obj1);
20545 if (PyErr_Occurred()) SWIG_fail;
20546 if (arg1) (arg1)->m_itemIndex = arg2;
20547
20548 Py_INCREF(Py_None); resultobj = Py_None;
20549 return resultobj;
20550 fail:
20551 return NULL;
20552 }
20553
20554
20555 static PyObject *_wrap_ListEvent_m_itemIndex_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20556 PyObject *resultobj;
20557 wxListEvent *arg1 = (wxListEvent *) 0 ;
20558 long result;
20559 PyObject * obj0 = 0 ;
20560 char *kwnames[] = {
20561 (char *) "self", NULL
20562 };
20563
20564 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_itemIndex_get",kwnames,&obj0)) goto fail;
20565 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20566 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20567 result = (long) ((arg1)->m_itemIndex);
20568
20569 resultobj = SWIG_FromLong((long)result);
20570 return resultobj;
20571 fail:
20572 return NULL;
20573 }
20574
20575
20576 static PyObject *_wrap_ListEvent_m_col_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20577 PyObject *resultobj;
20578 wxListEvent *arg1 = (wxListEvent *) 0 ;
20579 int arg2 ;
20580 PyObject * obj0 = 0 ;
20581 PyObject * obj1 = 0 ;
20582 char *kwnames[] = {
20583 (char *) "self",(char *) "m_col", NULL
20584 };
20585
20586 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_col_set",kwnames,&obj0,&obj1)) goto fail;
20587 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20588 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20589 arg2 = (int) SWIG_AsInt(obj1);
20590 if (PyErr_Occurred()) SWIG_fail;
20591 if (arg1) (arg1)->m_col = arg2;
20592
20593 Py_INCREF(Py_None); resultobj = Py_None;
20594 return resultobj;
20595 fail:
20596 return NULL;
20597 }
20598
20599
20600 static PyObject *_wrap_ListEvent_m_col_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20601 PyObject *resultobj;
20602 wxListEvent *arg1 = (wxListEvent *) 0 ;
20603 int result;
20604 PyObject * obj0 = 0 ;
20605 char *kwnames[] = {
20606 (char *) "self", NULL
20607 };
20608
20609 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_col_get",kwnames,&obj0)) goto fail;
20610 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20611 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20612 result = (int) ((arg1)->m_col);
20613
20614 resultobj = SWIG_FromInt((int)result);
20615 return resultobj;
20616 fail:
20617 return NULL;
20618 }
20619
20620
20621 static PyObject *_wrap_ListEvent_m_pointDrag_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20622 PyObject *resultobj;
20623 wxListEvent *arg1 = (wxListEvent *) 0 ;
20624 wxPoint *arg2 = (wxPoint *) 0 ;
20625 PyObject * obj0 = 0 ;
20626 PyObject * obj1 = 0 ;
20627 char *kwnames[] = {
20628 (char *) "self",(char *) "m_pointDrag", NULL
20629 };
20630
20631 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_pointDrag_set",kwnames,&obj0,&obj1)) goto fail;
20632 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20633 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20634 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxPoint,
20635 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20636 if (arg1) (arg1)->m_pointDrag = *arg2;
20637
20638 Py_INCREF(Py_None); resultobj = Py_None;
20639 return resultobj;
20640 fail:
20641 return NULL;
20642 }
20643
20644
20645 static PyObject *_wrap_ListEvent_m_pointDrag_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20646 PyObject *resultobj;
20647 wxListEvent *arg1 = (wxListEvent *) 0 ;
20648 wxPoint *result;
20649 PyObject * obj0 = 0 ;
20650 char *kwnames[] = {
20651 (char *) "self", NULL
20652 };
20653
20654 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_pointDrag_get",kwnames,&obj0)) goto fail;
20655 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20656 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20657 result = (wxPoint *)& ((arg1)->m_pointDrag);
20658
20659 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPoint, 0);
20660 return resultobj;
20661 fail:
20662 return NULL;
20663 }
20664
20665
20666 static PyObject *_wrap_ListEvent_m_item_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20667 PyObject *resultobj;
20668 wxListEvent *arg1 = (wxListEvent *) 0 ;
20669 wxListItem *result;
20670 PyObject * obj0 = 0 ;
20671 char *kwnames[] = {
20672 (char *) "self", NULL
20673 };
20674
20675 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_item_get",kwnames,&obj0)) goto fail;
20676 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20677 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20678 result = (wxListItem *)& ((arg1)->m_item);
20679
20680 {
20681 resultobj = wxPyMake_wxObject(result);
20682 }
20683 return resultobj;
20684 fail:
20685 return NULL;
20686 }
20687
20688
20689 static PyObject *_wrap_ListEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) {
20690 PyObject *resultobj;
20691 wxListEvent *arg1 = (wxListEvent *) 0 ;
20692 int result;
20693 PyObject * obj0 = 0 ;
20694 char *kwnames[] = {
20695 (char *) "self", NULL
20696 };
20697
20698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetKeyCode",kwnames,&obj0)) goto fail;
20699 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20700 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20701 {
20702 PyThreadState* __tstate = wxPyBeginAllowThreads();
20703 result = (int)(arg1)->GetKeyCode();
20704
20705 wxPyEndAllowThreads(__tstate);
20706 if (PyErr_Occurred()) SWIG_fail;
20707 }
20708 resultobj = SWIG_FromInt((int)result);
20709 return resultobj;
20710 fail:
20711 return NULL;
20712 }
20713
20714
20715 static PyObject *_wrap_ListEvent_GetIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
20716 PyObject *resultobj;
20717 wxListEvent *arg1 = (wxListEvent *) 0 ;
20718 long result;
20719 PyObject * obj0 = 0 ;
20720 char *kwnames[] = {
20721 (char *) "self", NULL
20722 };
20723
20724 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetIndex",kwnames,&obj0)) goto fail;
20725 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20726 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20727 {
20728 PyThreadState* __tstate = wxPyBeginAllowThreads();
20729 result = (long)(arg1)->GetIndex();
20730
20731 wxPyEndAllowThreads(__tstate);
20732 if (PyErr_Occurred()) SWIG_fail;
20733 }
20734 resultobj = SWIG_FromLong((long)result);
20735 return resultobj;
20736 fail:
20737 return NULL;
20738 }
20739
20740
20741 static PyObject *_wrap_ListEvent_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
20742 PyObject *resultobj;
20743 wxListEvent *arg1 = (wxListEvent *) 0 ;
20744 int result;
20745 PyObject * obj0 = 0 ;
20746 char *kwnames[] = {
20747 (char *) "self", NULL
20748 };
20749
20750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetColumn",kwnames,&obj0)) goto fail;
20751 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20752 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20753 {
20754 PyThreadState* __tstate = wxPyBeginAllowThreads();
20755 result = (int)(arg1)->GetColumn();
20756
20757 wxPyEndAllowThreads(__tstate);
20758 if (PyErr_Occurred()) SWIG_fail;
20759 }
20760 resultobj = SWIG_FromInt((int)result);
20761 return resultobj;
20762 fail:
20763 return NULL;
20764 }
20765
20766
20767 static PyObject *_wrap_ListEvent_GetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
20768 PyObject *resultobj;
20769 wxListEvent *arg1 = (wxListEvent *) 0 ;
20770 wxPoint result;
20771 PyObject * obj0 = 0 ;
20772 char *kwnames[] = {
20773 (char *) "self", NULL
20774 };
20775
20776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetPoint",kwnames,&obj0)) goto fail;
20777 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20778 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20779 {
20780 PyThreadState* __tstate = wxPyBeginAllowThreads();
20781 result = (arg1)->GetPoint();
20782
20783 wxPyEndAllowThreads(__tstate);
20784 if (PyErr_Occurred()) SWIG_fail;
20785 }
20786 {
20787 wxPoint * resultptr;
20788 resultptr = new wxPoint((wxPoint &) result);
20789 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
20790 }
20791 return resultobj;
20792 fail:
20793 return NULL;
20794 }
20795
20796
20797 static PyObject *_wrap_ListEvent_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
20798 PyObject *resultobj;
20799 wxListEvent *arg1 = (wxListEvent *) 0 ;
20800 wxString *result;
20801 PyObject * obj0 = 0 ;
20802 char *kwnames[] = {
20803 (char *) "self", NULL
20804 };
20805
20806 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetLabel",kwnames,&obj0)) goto fail;
20807 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20808 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20809 {
20810 PyThreadState* __tstate = wxPyBeginAllowThreads();
20811 {
20812 wxString const &_result_ref = (arg1)->GetLabel();
20813 result = (wxString *) &_result_ref;
20814 }
20815
20816 wxPyEndAllowThreads(__tstate);
20817 if (PyErr_Occurred()) SWIG_fail;
20818 }
20819 {
20820 #if wxUSE_UNICODE
20821 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20822 #else
20823 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20824 #endif
20825 }
20826 return resultobj;
20827 fail:
20828 return NULL;
20829 }
20830
20831
20832 static PyObject *_wrap_ListEvent_GetText(PyObject *self, PyObject *args, PyObject *kwargs) {
20833 PyObject *resultobj;
20834 wxListEvent *arg1 = (wxListEvent *) 0 ;
20835 wxString *result;
20836 PyObject * obj0 = 0 ;
20837 char *kwnames[] = {
20838 (char *) "self", NULL
20839 };
20840
20841 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetText",kwnames,&obj0)) goto fail;
20842 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20843 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20844 {
20845 PyThreadState* __tstate = wxPyBeginAllowThreads();
20846 {
20847 wxString const &_result_ref = (arg1)->GetText();
20848 result = (wxString *) &_result_ref;
20849 }
20850
20851 wxPyEndAllowThreads(__tstate);
20852 if (PyErr_Occurred()) SWIG_fail;
20853 }
20854 {
20855 #if wxUSE_UNICODE
20856 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20857 #else
20858 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20859 #endif
20860 }
20861 return resultobj;
20862 fail:
20863 return NULL;
20864 }
20865
20866
20867 static PyObject *_wrap_ListEvent_GetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
20868 PyObject *resultobj;
20869 wxListEvent *arg1 = (wxListEvent *) 0 ;
20870 int result;
20871 PyObject * obj0 = 0 ;
20872 char *kwnames[] = {
20873 (char *) "self", NULL
20874 };
20875
20876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetImage",kwnames,&obj0)) goto fail;
20877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20879 {
20880 PyThreadState* __tstate = wxPyBeginAllowThreads();
20881 result = (int)(arg1)->GetImage();
20882
20883 wxPyEndAllowThreads(__tstate);
20884 if (PyErr_Occurred()) SWIG_fail;
20885 }
20886 resultobj = SWIG_FromInt((int)result);
20887 return resultobj;
20888 fail:
20889 return NULL;
20890 }
20891
20892
20893 static PyObject *_wrap_ListEvent_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
20894 PyObject *resultobj;
20895 wxListEvent *arg1 = (wxListEvent *) 0 ;
20896 long result;
20897 PyObject * obj0 = 0 ;
20898 char *kwnames[] = {
20899 (char *) "self", NULL
20900 };
20901
20902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetData",kwnames,&obj0)) goto fail;
20903 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20904 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20905 {
20906 PyThreadState* __tstate = wxPyBeginAllowThreads();
20907 result = (long)(arg1)->GetData();
20908
20909 wxPyEndAllowThreads(__tstate);
20910 if (PyErr_Occurred()) SWIG_fail;
20911 }
20912 resultobj = SWIG_FromLong((long)result);
20913 return resultobj;
20914 fail:
20915 return NULL;
20916 }
20917
20918
20919 static PyObject *_wrap_ListEvent_GetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
20920 PyObject *resultobj;
20921 wxListEvent *arg1 = (wxListEvent *) 0 ;
20922 long result;
20923 PyObject * obj0 = 0 ;
20924 char *kwnames[] = {
20925 (char *) "self", NULL
20926 };
20927
20928 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetMask",kwnames,&obj0)) goto fail;
20929 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20930 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20931 {
20932 PyThreadState* __tstate = wxPyBeginAllowThreads();
20933 result = (long)(arg1)->GetMask();
20934
20935 wxPyEndAllowThreads(__tstate);
20936 if (PyErr_Occurred()) SWIG_fail;
20937 }
20938 resultobj = SWIG_FromLong((long)result);
20939 return resultobj;
20940 fail:
20941 return NULL;
20942 }
20943
20944
20945 static PyObject *_wrap_ListEvent_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
20946 PyObject *resultobj;
20947 wxListEvent *arg1 = (wxListEvent *) 0 ;
20948 wxListItem *result;
20949 PyObject * obj0 = 0 ;
20950 char *kwnames[] = {
20951 (char *) "self", NULL
20952 };
20953
20954 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetItem",kwnames,&obj0)) goto fail;
20955 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20956 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20957 {
20958 PyThreadState* __tstate = wxPyBeginAllowThreads();
20959 {
20960 wxListItem const &_result_ref = (arg1)->GetItem();
20961 result = (wxListItem *) &_result_ref;
20962 }
20963
20964 wxPyEndAllowThreads(__tstate);
20965 if (PyErr_Occurred()) SWIG_fail;
20966 }
20967 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItem, 0);
20968 return resultobj;
20969 fail:
20970 return NULL;
20971 }
20972
20973
20974 static PyObject *_wrap_ListEvent_GetCacheFrom(PyObject *self, PyObject *args, PyObject *kwargs) {
20975 PyObject *resultobj;
20976 wxListEvent *arg1 = (wxListEvent *) 0 ;
20977 long result;
20978 PyObject * obj0 = 0 ;
20979 char *kwnames[] = {
20980 (char *) "self", NULL
20981 };
20982
20983 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheFrom",kwnames,&obj0)) goto fail;
20984 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20985 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20986 {
20987 PyThreadState* __tstate = wxPyBeginAllowThreads();
20988 result = (long)(arg1)->GetCacheFrom();
20989
20990 wxPyEndAllowThreads(__tstate);
20991 if (PyErr_Occurred()) SWIG_fail;
20992 }
20993 resultobj = SWIG_FromLong((long)result);
20994 return resultobj;
20995 fail:
20996 return NULL;
20997 }
20998
20999
21000 static PyObject *_wrap_ListEvent_GetCacheTo(PyObject *self, PyObject *args, PyObject *kwargs) {
21001 PyObject *resultobj;
21002 wxListEvent *arg1 = (wxListEvent *) 0 ;
21003 long result;
21004 PyObject * obj0 = 0 ;
21005 char *kwnames[] = {
21006 (char *) "self", NULL
21007 };
21008
21009 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheTo",kwnames,&obj0)) goto fail;
21010 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21011 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21012 {
21013 PyThreadState* __tstate = wxPyBeginAllowThreads();
21014 result = (long)(arg1)->GetCacheTo();
21015
21016 wxPyEndAllowThreads(__tstate);
21017 if (PyErr_Occurred()) SWIG_fail;
21018 }
21019 resultobj = SWIG_FromLong((long)result);
21020 return resultobj;
21021 fail:
21022 return NULL;
21023 }
21024
21025
21026 static PyObject *_wrap_ListEvent_IsEditCancelled(PyObject *self, PyObject *args, PyObject *kwargs) {
21027 PyObject *resultobj;
21028 wxListEvent *arg1 = (wxListEvent *) 0 ;
21029 bool result;
21030 PyObject * obj0 = 0 ;
21031 char *kwnames[] = {
21032 (char *) "self", NULL
21033 };
21034
21035 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
21036 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21037 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21038 {
21039 PyThreadState* __tstate = wxPyBeginAllowThreads();
21040 result = (bool)((wxListEvent const *)arg1)->IsEditCancelled();
21041
21042 wxPyEndAllowThreads(__tstate);
21043 if (PyErr_Occurred()) SWIG_fail;
21044 }
21045 {
21046 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21047 }
21048 return resultobj;
21049 fail:
21050 return NULL;
21051 }
21052
21053
21054 static PyObject *_wrap_ListEvent_SetEditCanceled(PyObject *self, PyObject *args, PyObject *kwargs) {
21055 PyObject *resultobj;
21056 wxListEvent *arg1 = (wxListEvent *) 0 ;
21057 bool arg2 ;
21058 PyObject * obj0 = 0 ;
21059 PyObject * obj1 = 0 ;
21060 char *kwnames[] = {
21061 (char *) "self",(char *) "editCancelled", NULL
21062 };
21063
21064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
21065 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
21066 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21067 arg2 = (bool) SWIG_AsBool(obj1);
21068 if (PyErr_Occurred()) SWIG_fail;
21069 {
21070 PyThreadState* __tstate = wxPyBeginAllowThreads();
21071 (arg1)->SetEditCanceled(arg2);
21072
21073 wxPyEndAllowThreads(__tstate);
21074 if (PyErr_Occurred()) SWIG_fail;
21075 }
21076 Py_INCREF(Py_None); resultobj = Py_None;
21077 return resultobj;
21078 fail:
21079 return NULL;
21080 }
21081
21082
21083 static PyObject * ListEvent_swigregister(PyObject *self, PyObject *args) {
21084 PyObject *obj;
21085 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
21086 SWIG_TypeClientData(SWIGTYPE_p_wxListEvent, obj);
21087 Py_INCREF(obj);
21088 return Py_BuildValue((char *)"");
21089 }
21090 static PyObject *_wrap_new_ListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
21091 PyObject *resultobj;
21092 wxWindow *arg1 = (wxWindow *) 0 ;
21093 int arg2 = (int) -1 ;
21094 wxPoint const &arg3_defvalue = wxDefaultPosition ;
21095 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
21096 wxSize const &arg4_defvalue = wxDefaultSize ;
21097 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
21098 long arg5 = (long) wxLC_ICON ;
21099 wxValidator const &arg6_defvalue = wxDefaultValidator ;
21100 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
21101 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
21102 wxString *arg7 = (wxString *) &arg7_defvalue ;
21103 wxPyListCtrl *result;
21104 wxPoint temp3 ;
21105 wxSize temp4 ;
21106 bool temp7 = False ;
21107 PyObject * obj0 = 0 ;
21108 PyObject * obj1 = 0 ;
21109 PyObject * obj2 = 0 ;
21110 PyObject * obj3 = 0 ;
21111 PyObject * obj4 = 0 ;
21112 PyObject * obj5 = 0 ;
21113 PyObject * obj6 = 0 ;
21114 char *kwnames[] = {
21115 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21116 };
21117
21118 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
21119 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
21120 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21121 if (obj1) {
21122 arg2 = (int) SWIG_AsInt(obj1);
21123 if (PyErr_Occurred()) SWIG_fail;
21124 }
21125 if (obj2) {
21126 {
21127 arg3 = &temp3;
21128 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
21129 }
21130 }
21131 if (obj3) {
21132 {
21133 arg4 = &temp4;
21134 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
21135 }
21136 }
21137 if (obj4) {
21138 arg5 = (long) SWIG_AsLong(obj4);
21139 if (PyErr_Occurred()) SWIG_fail;
21140 }
21141 if (obj5) {
21142 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
21143 SWIG_POINTER_EXCEPTION | 0)) == -1)
21144 SWIG_fail;
21145 if (arg6 == NULL) {
21146 PyErr_SetString(PyExc_TypeError,"null reference");
21147 SWIG_fail;
21148 }
21149 }
21150 if (obj6) {
21151 {
21152 arg7 = wxString_in_helper(obj6);
21153 if (arg7 == NULL) SWIG_fail;
21154 temp7 = True;
21155 }
21156 }
21157 {
21158 if (!wxPyCheckForApp()) SWIG_fail;
21159 PyThreadState* __tstate = wxPyBeginAllowThreads();
21160 result = (wxPyListCtrl *)new wxPyListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
21161
21162 wxPyEndAllowThreads(__tstate);
21163 if (PyErr_Occurred()) SWIG_fail;
21164 }
21165 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyListCtrl, 1);
21166 {
21167 if (temp7)
21168 delete arg7;
21169 }
21170 return resultobj;
21171 fail:
21172 {
21173 if (temp7)
21174 delete arg7;
21175 }
21176 return NULL;
21177 }
21178
21179
21180 static PyObject *_wrap_new_PreListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
21181 PyObject *resultobj;
21182 wxPyListCtrl *result;
21183 char *kwnames[] = {
21184 NULL
21185 };
21186
21187 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListCtrl",kwnames)) goto fail;
21188 {
21189 if (!wxPyCheckForApp()) SWIG_fail;
21190 PyThreadState* __tstate = wxPyBeginAllowThreads();
21191 result = (wxPyListCtrl *)new wxPyListCtrl();
21192
21193 wxPyEndAllowThreads(__tstate);
21194 if (PyErr_Occurred()) SWIG_fail;
21195 }
21196 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyListCtrl, 1);
21197 return resultobj;
21198 fail:
21199 return NULL;
21200 }
21201
21202
21203 static PyObject *_wrap_ListCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
21204 PyObject *resultobj;
21205 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21206 wxWindow *arg2 = (wxWindow *) 0 ;
21207 int arg3 = (int) -1 ;
21208 wxPoint const &arg4_defvalue = wxDefaultPosition ;
21209 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
21210 wxSize const &arg5_defvalue = wxDefaultSize ;
21211 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
21212 long arg6 = (long) wxLC_ICON ;
21213 wxValidator const &arg7_defvalue = wxDefaultValidator ;
21214 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
21215 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
21216 wxString *arg8 = (wxString *) &arg8_defvalue ;
21217 bool result;
21218 wxPoint temp4 ;
21219 wxSize temp5 ;
21220 bool temp8 = False ;
21221 PyObject * obj0 = 0 ;
21222 PyObject * obj1 = 0 ;
21223 PyObject * obj2 = 0 ;
21224 PyObject * obj3 = 0 ;
21225 PyObject * obj4 = 0 ;
21226 PyObject * obj5 = 0 ;
21227 PyObject * obj6 = 0 ;
21228 PyObject * obj7 = 0 ;
21229 char *kwnames[] = {
21230 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21231 };
21232
21233 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
21234 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21235 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21236 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
21237 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21238 if (obj2) {
21239 arg3 = (int) SWIG_AsInt(obj2);
21240 if (PyErr_Occurred()) SWIG_fail;
21241 }
21242 if (obj3) {
21243 {
21244 arg4 = &temp4;
21245 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
21246 }
21247 }
21248 if (obj4) {
21249 {
21250 arg5 = &temp5;
21251 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
21252 }
21253 }
21254 if (obj5) {
21255 arg6 = (long) SWIG_AsLong(obj5);
21256 if (PyErr_Occurred()) SWIG_fail;
21257 }
21258 if (obj6) {
21259 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
21260 SWIG_POINTER_EXCEPTION | 0)) == -1)
21261 SWIG_fail;
21262 if (arg7 == NULL) {
21263 PyErr_SetString(PyExc_TypeError,"null reference");
21264 SWIG_fail;
21265 }
21266 }
21267 if (obj7) {
21268 {
21269 arg8 = wxString_in_helper(obj7);
21270 if (arg8 == NULL) SWIG_fail;
21271 temp8 = True;
21272 }
21273 }
21274 {
21275 PyThreadState* __tstate = wxPyBeginAllowThreads();
21276 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
21277
21278 wxPyEndAllowThreads(__tstate);
21279 if (PyErr_Occurred()) SWIG_fail;
21280 }
21281 {
21282 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21283 }
21284 {
21285 if (temp8)
21286 delete arg8;
21287 }
21288 return resultobj;
21289 fail:
21290 {
21291 if (temp8)
21292 delete arg8;
21293 }
21294 return NULL;
21295 }
21296
21297
21298 static PyObject *_wrap_ListCtrl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
21299 PyObject *resultobj;
21300 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21301 PyObject *arg2 = (PyObject *) 0 ;
21302 PyObject *arg3 = (PyObject *) 0 ;
21303 PyObject * obj0 = 0 ;
21304 PyObject * obj1 = 0 ;
21305 PyObject * obj2 = 0 ;
21306 char *kwnames[] = {
21307 (char *) "self",(char *) "self",(char *) "_class", NULL
21308 };
21309
21310 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
21311 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21312 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21313 arg2 = obj1;
21314 arg3 = obj2;
21315 {
21316 PyThreadState* __tstate = wxPyBeginAllowThreads();
21317 (arg1)->_setCallbackInfo(arg2,arg3);
21318
21319 wxPyEndAllowThreads(__tstate);
21320 if (PyErr_Occurred()) SWIG_fail;
21321 }
21322 Py_INCREF(Py_None); resultobj = Py_None;
21323 return resultobj;
21324 fail:
21325 return NULL;
21326 }
21327
21328
21329 static PyObject *_wrap_ListCtrl_SetForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
21330 PyObject *resultobj;
21331 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21332 wxColour *arg2 = 0 ;
21333 bool result;
21334 wxColour temp2 ;
21335 PyObject * obj0 = 0 ;
21336 PyObject * obj1 = 0 ;
21337 char *kwnames[] = {
21338 (char *) "self",(char *) "col", NULL
21339 };
21340
21341 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetForegroundColour",kwnames,&obj0,&obj1)) goto fail;
21342 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21344 {
21345 arg2 = &temp2;
21346 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
21347 }
21348 {
21349 PyThreadState* __tstate = wxPyBeginAllowThreads();
21350 result = (bool)(arg1)->SetForegroundColour((wxColour const &)*arg2);
21351
21352 wxPyEndAllowThreads(__tstate);
21353 if (PyErr_Occurred()) SWIG_fail;
21354 }
21355 {
21356 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21357 }
21358 return resultobj;
21359 fail:
21360 return NULL;
21361 }
21362
21363
21364 static PyObject *_wrap_ListCtrl_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
21365 PyObject *resultobj;
21366 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21367 wxColour *arg2 = 0 ;
21368 bool result;
21369 wxColour temp2 ;
21370 PyObject * obj0 = 0 ;
21371 PyObject * obj1 = 0 ;
21372 char *kwnames[] = {
21373 (char *) "self",(char *) "col", NULL
21374 };
21375
21376 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
21377 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21378 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21379 {
21380 arg2 = &temp2;
21381 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
21382 }
21383 {
21384 PyThreadState* __tstate = wxPyBeginAllowThreads();
21385 result = (bool)(arg1)->SetBackgroundColour((wxColour const &)*arg2);
21386
21387 wxPyEndAllowThreads(__tstate);
21388 if (PyErr_Occurred()) SWIG_fail;
21389 }
21390 {
21391 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21392 }
21393 return resultobj;
21394 fail:
21395 return NULL;
21396 }
21397
21398
21399 static PyObject *_wrap_ListCtrl_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
21400 PyObject *resultobj;
21401 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21402 int arg2 ;
21403 wxListItem *result;
21404 PyObject * obj0 = 0 ;
21405 PyObject * obj1 = 0 ;
21406 char *kwnames[] = {
21407 (char *) "self",(char *) "col", NULL
21408 };
21409
21410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumn",kwnames,&obj0,&obj1)) goto fail;
21411 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21412 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21413 arg2 = (int) SWIG_AsInt(obj1);
21414 if (PyErr_Occurred()) SWIG_fail;
21415 {
21416 PyThreadState* __tstate = wxPyBeginAllowThreads();
21417 result = (wxListItem *)wxPyListCtrl_GetColumn(arg1,arg2);
21418
21419 wxPyEndAllowThreads(__tstate);
21420 if (PyErr_Occurred()) SWIG_fail;
21421 }
21422 {
21423 resultobj = wxPyMake_wxObject(result);
21424 }
21425 return resultobj;
21426 fail:
21427 return NULL;
21428 }
21429
21430
21431 static PyObject *_wrap_ListCtrl_SetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
21432 PyObject *resultobj;
21433 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21434 int arg2 ;
21435 wxListItem *arg3 = 0 ;
21436 bool result;
21437 PyObject * obj0 = 0 ;
21438 PyObject * obj1 = 0 ;
21439 PyObject * obj2 = 0 ;
21440 char *kwnames[] = {
21441 (char *) "self",(char *) "col",(char *) "item", NULL
21442 };
21443
21444 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumn",kwnames,&obj0,&obj1,&obj2)) goto fail;
21445 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21446 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21447 arg2 = (int) SWIG_AsInt(obj1);
21448 if (PyErr_Occurred()) SWIG_fail;
21449 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxListItem,
21450 SWIG_POINTER_EXCEPTION | 0)) == -1)
21451 SWIG_fail;
21452 if (arg3 == NULL) {
21453 PyErr_SetString(PyExc_TypeError,"null reference");
21454 SWIG_fail;
21455 }
21456 {
21457 PyThreadState* __tstate = wxPyBeginAllowThreads();
21458 result = (bool)(arg1)->SetColumn(arg2,*arg3);
21459
21460 wxPyEndAllowThreads(__tstate);
21461 if (PyErr_Occurred()) SWIG_fail;
21462 }
21463 {
21464 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21465 }
21466 return resultobj;
21467 fail:
21468 return NULL;
21469 }
21470
21471
21472 static PyObject *_wrap_ListCtrl_GetColumnWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
21473 PyObject *resultobj;
21474 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21475 int arg2 ;
21476 int result;
21477 PyObject * obj0 = 0 ;
21478 PyObject * obj1 = 0 ;
21479 char *kwnames[] = {
21480 (char *) "self",(char *) "col", NULL
21481 };
21482
21483 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumnWidth",kwnames,&obj0,&obj1)) goto fail;
21484 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21485 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21486 arg2 = (int) SWIG_AsInt(obj1);
21487 if (PyErr_Occurred()) SWIG_fail;
21488 {
21489 PyThreadState* __tstate = wxPyBeginAllowThreads();
21490 result = (int)((wxPyListCtrl const *)arg1)->GetColumnWidth(arg2);
21491
21492 wxPyEndAllowThreads(__tstate);
21493 if (PyErr_Occurred()) SWIG_fail;
21494 }
21495 resultobj = SWIG_FromInt((int)result);
21496 return resultobj;
21497 fail:
21498 return NULL;
21499 }
21500
21501
21502 static PyObject *_wrap_ListCtrl_SetColumnWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
21503 PyObject *resultobj;
21504 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21505 int arg2 ;
21506 int arg3 ;
21507 bool result;
21508 PyObject * obj0 = 0 ;
21509 PyObject * obj1 = 0 ;
21510 PyObject * obj2 = 0 ;
21511 char *kwnames[] = {
21512 (char *) "self",(char *) "col",(char *) "width", NULL
21513 };
21514
21515 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumnWidth",kwnames,&obj0,&obj1,&obj2)) goto fail;
21516 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21517 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21518 arg2 = (int) SWIG_AsInt(obj1);
21519 if (PyErr_Occurred()) SWIG_fail;
21520 arg3 = (int) SWIG_AsInt(obj2);
21521 if (PyErr_Occurred()) SWIG_fail;
21522 {
21523 PyThreadState* __tstate = wxPyBeginAllowThreads();
21524 result = (bool)(arg1)->SetColumnWidth(arg2,arg3);
21525
21526 wxPyEndAllowThreads(__tstate);
21527 if (PyErr_Occurred()) SWIG_fail;
21528 }
21529 {
21530 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21531 }
21532 return resultobj;
21533 fail:
21534 return NULL;
21535 }
21536
21537
21538 static PyObject *_wrap_ListCtrl_GetCountPerPage(PyObject *self, PyObject *args, PyObject *kwargs) {
21539 PyObject *resultobj;
21540 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21541 int result;
21542 PyObject * obj0 = 0 ;
21543 char *kwnames[] = {
21544 (char *) "self", NULL
21545 };
21546
21547 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetCountPerPage",kwnames,&obj0)) goto fail;
21548 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21549 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21550 {
21551 PyThreadState* __tstate = wxPyBeginAllowThreads();
21552 result = (int)((wxPyListCtrl const *)arg1)->GetCountPerPage();
21553
21554 wxPyEndAllowThreads(__tstate);
21555 if (PyErr_Occurred()) SWIG_fail;
21556 }
21557 resultobj = SWIG_FromInt((int)result);
21558 return resultobj;
21559 fail:
21560 return NULL;
21561 }
21562
21563
21564 static PyObject *_wrap_ListCtrl_GetViewRect(PyObject *self, PyObject *args, PyObject *kwargs) {
21565 PyObject *resultobj;
21566 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21567 wxRect result;
21568 PyObject * obj0 = 0 ;
21569 char *kwnames[] = {
21570 (char *) "self", NULL
21571 };
21572
21573 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetViewRect",kwnames,&obj0)) goto fail;
21574 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21575 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21576 {
21577 PyThreadState* __tstate = wxPyBeginAllowThreads();
21578 result = ((wxPyListCtrl const *)arg1)->GetViewRect();
21579
21580 wxPyEndAllowThreads(__tstate);
21581 if (PyErr_Occurred()) SWIG_fail;
21582 }
21583 {
21584 wxRect * resultptr;
21585 resultptr = new wxRect((wxRect &) result);
21586 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
21587 }
21588 return resultobj;
21589 fail:
21590 return NULL;
21591 }
21592
21593
21594 static PyObject *_wrap_ListCtrl_GetEditControl(PyObject *self, PyObject *args, PyObject *kwargs) {
21595 PyObject *resultobj;
21596 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21597 wxTextCtrl *result;
21598 PyObject * obj0 = 0 ;
21599 char *kwnames[] = {
21600 (char *) "self", NULL
21601 };
21602
21603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetEditControl",kwnames,&obj0)) goto fail;
21604 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21605 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21606 {
21607 PyThreadState* __tstate = wxPyBeginAllowThreads();
21608 result = (wxTextCtrl *)((wxPyListCtrl const *)arg1)->GetEditControl();
21609
21610 wxPyEndAllowThreads(__tstate);
21611 if (PyErr_Occurred()) SWIG_fail;
21612 }
21613 {
21614 resultobj = wxPyMake_wxObject(result);
21615 }
21616 return resultobj;
21617 fail:
21618 return NULL;
21619 }
21620
21621
21622 static PyObject *_wrap_ListCtrl_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21623 PyObject *resultobj;
21624 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21625 long arg2 ;
21626 int arg3 = (int) 0 ;
21627 wxListItem *result;
21628 PyObject * obj0 = 0 ;
21629 PyObject * obj1 = 0 ;
21630 PyObject * obj2 = 0 ;
21631 char *kwnames[] = {
21632 (char *) "self",(char *) "itemId",(char *) "col", NULL
21633 };
21634
21635 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
21636 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21637 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21638 arg2 = (long) SWIG_AsLong(obj1);
21639 if (PyErr_Occurred()) SWIG_fail;
21640 if (obj2) {
21641 arg3 = (int) SWIG_AsInt(obj2);
21642 if (PyErr_Occurred()) SWIG_fail;
21643 }
21644 {
21645 PyThreadState* __tstate = wxPyBeginAllowThreads();
21646 result = (wxListItem *)wxPyListCtrl_GetItem(arg1,arg2,arg3);
21647
21648 wxPyEndAllowThreads(__tstate);
21649 if (PyErr_Occurred()) SWIG_fail;
21650 }
21651 {
21652 resultobj = wxPyMake_wxObject(result);
21653 }
21654 return resultobj;
21655 fail:
21656 return NULL;
21657 }
21658
21659
21660 static PyObject *_wrap_ListCtrl_SetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21661 PyObject *resultobj;
21662 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21663 wxListItem *arg2 = 0 ;
21664 bool result;
21665 PyObject * obj0 = 0 ;
21666 PyObject * obj1 = 0 ;
21667 char *kwnames[] = {
21668 (char *) "self",(char *) "info", NULL
21669 };
21670
21671 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItem",kwnames,&obj0,&obj1)) goto fail;
21672 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21673 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21674 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxListItem,
21675 SWIG_POINTER_EXCEPTION | 0)) == -1)
21676 SWIG_fail;
21677 if (arg2 == NULL) {
21678 PyErr_SetString(PyExc_TypeError,"null reference");
21679 SWIG_fail;
21680 }
21681 {
21682 PyThreadState* __tstate = wxPyBeginAllowThreads();
21683 result = (bool)(arg1)->SetItem(*arg2);
21684
21685 wxPyEndAllowThreads(__tstate);
21686 if (PyErr_Occurred()) SWIG_fail;
21687 }
21688 {
21689 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21690 }
21691 return resultobj;
21692 fail:
21693 return NULL;
21694 }
21695
21696
21697 static PyObject *_wrap_ListCtrl_SetStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21698 PyObject *resultobj;
21699 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21700 long arg2 ;
21701 int arg3 ;
21702 wxString *arg4 = 0 ;
21703 int arg5 = (int) -1 ;
21704 long result;
21705 bool temp4 = False ;
21706 PyObject * obj0 = 0 ;
21707 PyObject * obj1 = 0 ;
21708 PyObject * obj2 = 0 ;
21709 PyObject * obj3 = 0 ;
21710 PyObject * obj4 = 0 ;
21711 char *kwnames[] = {
21712 (char *) "self",(char *) "index",(char *) "col",(char *) "label",(char *) "imageId", NULL
21713 };
21714
21715 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|O:ListCtrl_SetStringItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
21716 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21717 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21718 arg2 = (long) SWIG_AsLong(obj1);
21719 if (PyErr_Occurred()) SWIG_fail;
21720 arg3 = (int) SWIG_AsInt(obj2);
21721 if (PyErr_Occurred()) SWIG_fail;
21722 {
21723 arg4 = wxString_in_helper(obj3);
21724 if (arg4 == NULL) SWIG_fail;
21725 temp4 = True;
21726 }
21727 if (obj4) {
21728 arg5 = (int) SWIG_AsInt(obj4);
21729 if (PyErr_Occurred()) SWIG_fail;
21730 }
21731 {
21732 PyThreadState* __tstate = wxPyBeginAllowThreads();
21733 result = (long)(arg1)->SetItem(arg2,arg3,(wxString const &)*arg4,arg5);
21734
21735 wxPyEndAllowThreads(__tstate);
21736 if (PyErr_Occurred()) SWIG_fail;
21737 }
21738 resultobj = SWIG_FromLong((long)result);
21739 {
21740 if (temp4)
21741 delete arg4;
21742 }
21743 return resultobj;
21744 fail:
21745 {
21746 if (temp4)
21747 delete arg4;
21748 }
21749 return NULL;
21750 }
21751
21752
21753 static PyObject *_wrap_ListCtrl_GetItemState(PyObject *self, PyObject *args, PyObject *kwargs) {
21754 PyObject *resultobj;
21755 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21756 long arg2 ;
21757 long arg3 ;
21758 int result;
21759 PyObject * obj0 = 0 ;
21760 PyObject * obj1 = 0 ;
21761 PyObject * obj2 = 0 ;
21762 char *kwnames[] = {
21763 (char *) "self",(char *) "item",(char *) "stateMask", NULL
21764 };
21765
21766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_GetItemState",kwnames,&obj0,&obj1,&obj2)) goto fail;
21767 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21768 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21769 arg2 = (long) SWIG_AsLong(obj1);
21770 if (PyErr_Occurred()) SWIG_fail;
21771 arg3 = (long) SWIG_AsLong(obj2);
21772 if (PyErr_Occurred()) SWIG_fail;
21773 {
21774 PyThreadState* __tstate = wxPyBeginAllowThreads();
21775 result = (int)((wxPyListCtrl const *)arg1)->GetItemState(arg2,arg3);
21776
21777 wxPyEndAllowThreads(__tstate);
21778 if (PyErr_Occurred()) SWIG_fail;
21779 }
21780 resultobj = SWIG_FromInt((int)result);
21781 return resultobj;
21782 fail:
21783 return NULL;
21784 }
21785
21786
21787 static PyObject *_wrap_ListCtrl_SetItemState(PyObject *self, PyObject *args, PyObject *kwargs) {
21788 PyObject *resultobj;
21789 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21790 long arg2 ;
21791 long arg3 ;
21792 long arg4 ;
21793 bool result;
21794 PyObject * obj0 = 0 ;
21795 PyObject * obj1 = 0 ;
21796 PyObject * obj2 = 0 ;
21797 PyObject * obj3 = 0 ;
21798 char *kwnames[] = {
21799 (char *) "self",(char *) "item",(char *) "state",(char *) "stateMask", NULL
21800 };
21801
21802 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemState",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21803 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21804 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21805 arg2 = (long) SWIG_AsLong(obj1);
21806 if (PyErr_Occurred()) SWIG_fail;
21807 arg3 = (long) SWIG_AsLong(obj2);
21808 if (PyErr_Occurred()) SWIG_fail;
21809 arg4 = (long) SWIG_AsLong(obj3);
21810 if (PyErr_Occurred()) SWIG_fail;
21811 {
21812 PyThreadState* __tstate = wxPyBeginAllowThreads();
21813 result = (bool)(arg1)->SetItemState(arg2,arg3,arg4);
21814
21815 wxPyEndAllowThreads(__tstate);
21816 if (PyErr_Occurred()) SWIG_fail;
21817 }
21818 {
21819 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21820 }
21821 return resultobj;
21822 fail:
21823 return NULL;
21824 }
21825
21826
21827 static PyObject *_wrap_ListCtrl_SetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
21828 PyObject *resultobj;
21829 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21830 long arg2 ;
21831 int arg3 ;
21832 int arg4 ;
21833 bool result;
21834 PyObject * obj0 = 0 ;
21835 PyObject * obj1 = 0 ;
21836 PyObject * obj2 = 0 ;
21837 PyObject * obj3 = 0 ;
21838 char *kwnames[] = {
21839 (char *) "self",(char *) "item",(char *) "image",(char *) "selImage", NULL
21840 };
21841
21842 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21843 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21844 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21845 arg2 = (long) SWIG_AsLong(obj1);
21846 if (PyErr_Occurred()) SWIG_fail;
21847 arg3 = (int) SWIG_AsInt(obj2);
21848 if (PyErr_Occurred()) SWIG_fail;
21849 arg4 = (int) SWIG_AsInt(obj3);
21850 if (PyErr_Occurred()) SWIG_fail;
21851 {
21852 PyThreadState* __tstate = wxPyBeginAllowThreads();
21853 result = (bool)(arg1)->SetItemImage(arg2,arg3,arg4);
21854
21855 wxPyEndAllowThreads(__tstate);
21856 if (PyErr_Occurred()) SWIG_fail;
21857 }
21858 {
21859 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21860 }
21861 return resultobj;
21862 fail:
21863 return NULL;
21864 }
21865
21866
21867 static PyObject *_wrap_ListCtrl_GetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
21868 PyObject *resultobj;
21869 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21870 long arg2 ;
21871 wxString result;
21872 PyObject * obj0 = 0 ;
21873 PyObject * obj1 = 0 ;
21874 char *kwnames[] = {
21875 (char *) "self",(char *) "item", NULL
21876 };
21877
21878 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
21879 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21880 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21881 arg2 = (long) SWIG_AsLong(obj1);
21882 if (PyErr_Occurred()) SWIG_fail;
21883 {
21884 PyThreadState* __tstate = wxPyBeginAllowThreads();
21885 result = ((wxPyListCtrl const *)arg1)->GetItemText(arg2);
21886
21887 wxPyEndAllowThreads(__tstate);
21888 if (PyErr_Occurred()) SWIG_fail;
21889 }
21890 {
21891 #if wxUSE_UNICODE
21892 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
21893 #else
21894 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
21895 #endif
21896 }
21897 return resultobj;
21898 fail:
21899 return NULL;
21900 }
21901
21902
21903 static PyObject *_wrap_ListCtrl_SetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
21904 PyObject *resultobj;
21905 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21906 long arg2 ;
21907 wxString *arg3 = 0 ;
21908 bool temp3 = False ;
21909 PyObject * obj0 = 0 ;
21910 PyObject * obj1 = 0 ;
21911 PyObject * obj2 = 0 ;
21912 char *kwnames[] = {
21913 (char *) "self",(char *) "item",(char *) "str", NULL
21914 };
21915
21916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
21917 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21918 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21919 arg2 = (long) SWIG_AsLong(obj1);
21920 if (PyErr_Occurred()) SWIG_fail;
21921 {
21922 arg3 = wxString_in_helper(obj2);
21923 if (arg3 == NULL) SWIG_fail;
21924 temp3 = True;
21925 }
21926 {
21927 PyThreadState* __tstate = wxPyBeginAllowThreads();
21928 (arg1)->SetItemText(arg2,(wxString const &)*arg3);
21929
21930 wxPyEndAllowThreads(__tstate);
21931 if (PyErr_Occurred()) SWIG_fail;
21932 }
21933 Py_INCREF(Py_None); resultobj = Py_None;
21934 {
21935 if (temp3)
21936 delete arg3;
21937 }
21938 return resultobj;
21939 fail:
21940 {
21941 if (temp3)
21942 delete arg3;
21943 }
21944 return NULL;
21945 }
21946
21947
21948 static PyObject *_wrap_ListCtrl_GetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
21949 PyObject *resultobj;
21950 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21951 long arg2 ;
21952 long result;
21953 PyObject * obj0 = 0 ;
21954 PyObject * obj1 = 0 ;
21955 char *kwnames[] = {
21956 (char *) "self",(char *) "item", NULL
21957 };
21958
21959 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
21960 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21961 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21962 arg2 = (long) SWIG_AsLong(obj1);
21963 if (PyErr_Occurred()) SWIG_fail;
21964 {
21965 PyThreadState* __tstate = wxPyBeginAllowThreads();
21966 result = (long)((wxPyListCtrl const *)arg1)->GetItemData(arg2);
21967
21968 wxPyEndAllowThreads(__tstate);
21969 if (PyErr_Occurred()) SWIG_fail;
21970 }
21971 resultobj = SWIG_FromLong((long)result);
21972 return resultobj;
21973 fail:
21974 return NULL;
21975 }
21976
21977
21978 static PyObject *_wrap_ListCtrl_SetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
21979 PyObject *resultobj;
21980 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21981 long arg2 ;
21982 long arg3 ;
21983 bool result;
21984 PyObject * obj0 = 0 ;
21985 PyObject * obj1 = 0 ;
21986 PyObject * obj2 = 0 ;
21987 char *kwnames[] = {
21988 (char *) "self",(char *) "item",(char *) "data", NULL
21989 };
21990
21991 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
21992 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21993 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21994 arg2 = (long) SWIG_AsLong(obj1);
21995 if (PyErr_Occurred()) SWIG_fail;
21996 arg3 = (long) SWIG_AsLong(obj2);
21997 if (PyErr_Occurred()) SWIG_fail;
21998 {
21999 PyThreadState* __tstate = wxPyBeginAllowThreads();
22000 result = (bool)(arg1)->SetItemData(arg2,arg3);
22001
22002 wxPyEndAllowThreads(__tstate);
22003 if (PyErr_Occurred()) SWIG_fail;
22004 }
22005 {
22006 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22007 }
22008 return resultobj;
22009 fail:
22010 return NULL;
22011 }
22012
22013
22014 static PyObject *_wrap_ListCtrl_GetItemPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
22015 PyObject *resultobj;
22016 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22017 long arg2 ;
22018 wxPoint result;
22019 PyObject * obj0 = 0 ;
22020 PyObject * obj1 = 0 ;
22021 char *kwnames[] = {
22022 (char *) "self",(char *) "item", NULL
22023 };
22024
22025 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemPosition",kwnames,&obj0,&obj1)) goto fail;
22026 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22027 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22028 arg2 = (long) SWIG_AsLong(obj1);
22029 if (PyErr_Occurred()) SWIG_fail;
22030 {
22031 PyThreadState* __tstate = wxPyBeginAllowThreads();
22032 result = wxPyListCtrl_GetItemPosition(arg1,arg2);
22033
22034 wxPyEndAllowThreads(__tstate);
22035 if (PyErr_Occurred()) SWIG_fail;
22036 }
22037 {
22038 wxPoint * resultptr;
22039 resultptr = new wxPoint((wxPoint &) result);
22040 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
22041 }
22042 return resultobj;
22043 fail:
22044 return NULL;
22045 }
22046
22047
22048 static PyObject *_wrap_ListCtrl_GetItemRect(PyObject *self, PyObject *args, PyObject *kwargs) {
22049 PyObject *resultobj;
22050 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22051 long arg2 ;
22052 int arg3 = (int) wxLIST_RECT_BOUNDS ;
22053 wxRect result;
22054 PyObject * obj0 = 0 ;
22055 PyObject * obj1 = 0 ;
22056 PyObject * obj2 = 0 ;
22057 char *kwnames[] = {
22058 (char *) "self",(char *) "item",(char *) "code", NULL
22059 };
22060
22061 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItemRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
22062 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22063 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22064 arg2 = (long) SWIG_AsLong(obj1);
22065 if (PyErr_Occurred()) SWIG_fail;
22066 if (obj2) {
22067 arg3 = (int) SWIG_AsInt(obj2);
22068 if (PyErr_Occurred()) SWIG_fail;
22069 }
22070 {
22071 PyThreadState* __tstate = wxPyBeginAllowThreads();
22072 result = wxPyListCtrl_GetItemRect(arg1,arg2,arg3);
22073
22074 wxPyEndAllowThreads(__tstate);
22075 if (PyErr_Occurred()) SWIG_fail;
22076 }
22077 {
22078 wxRect * resultptr;
22079 resultptr = new wxRect((wxRect &) result);
22080 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
22081 }
22082 return resultobj;
22083 fail:
22084 return NULL;
22085 }
22086
22087
22088 static PyObject *_wrap_ListCtrl_SetItemPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
22089 PyObject *resultobj;
22090 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22091 long arg2 ;
22092 wxPoint *arg3 = 0 ;
22093 bool result;
22094 wxPoint temp3 ;
22095 PyObject * obj0 = 0 ;
22096 PyObject * obj1 = 0 ;
22097 PyObject * obj2 = 0 ;
22098 char *kwnames[] = {
22099 (char *) "self",(char *) "item",(char *) "pos", NULL
22100 };
22101
22102 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
22103 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22104 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22105 arg2 = (long) SWIG_AsLong(obj1);
22106 if (PyErr_Occurred()) SWIG_fail;
22107 {
22108 arg3 = &temp3;
22109 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
22110 }
22111 {
22112 PyThreadState* __tstate = wxPyBeginAllowThreads();
22113 result = (bool)(arg1)->SetItemPosition(arg2,(wxPoint const &)*arg3);
22114
22115 wxPyEndAllowThreads(__tstate);
22116 if (PyErr_Occurred()) SWIG_fail;
22117 }
22118 {
22119 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22120 }
22121 return resultobj;
22122 fail:
22123 return NULL;
22124 }
22125
22126
22127 static PyObject *_wrap_ListCtrl_GetItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
22128 PyObject *resultobj;
22129 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22130 int result;
22131 PyObject * obj0 = 0 ;
22132 char *kwnames[] = {
22133 (char *) "self", NULL
22134 };
22135
22136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemCount",kwnames,&obj0)) goto fail;
22137 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22138 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22139 {
22140 PyThreadState* __tstate = wxPyBeginAllowThreads();
22141 result = (int)((wxPyListCtrl const *)arg1)->GetItemCount();
22142
22143 wxPyEndAllowThreads(__tstate);
22144 if (PyErr_Occurred()) SWIG_fail;
22145 }
22146 resultobj = SWIG_FromInt((int)result);
22147 return resultobj;
22148 fail:
22149 return NULL;
22150 }
22151
22152
22153 static PyObject *_wrap_ListCtrl_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
22154 PyObject *resultobj;
22155 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22156 int result;
22157 PyObject * obj0 = 0 ;
22158 char *kwnames[] = {
22159 (char *) "self", NULL
22160 };
22161
22162 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetColumnCount",kwnames,&obj0)) goto fail;
22163 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22164 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22165 {
22166 PyThreadState* __tstate = wxPyBeginAllowThreads();
22167 result = (int)((wxPyListCtrl const *)arg1)->GetColumnCount();
22168
22169 wxPyEndAllowThreads(__tstate);
22170 if (PyErr_Occurred()) SWIG_fail;
22171 }
22172 resultobj = SWIG_FromInt((int)result);
22173 return resultobj;
22174 fail:
22175 return NULL;
22176 }
22177
22178
22179 static PyObject *_wrap_ListCtrl_GetItemSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
22180 PyObject *resultobj;
22181 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22182 wxSize result;
22183 PyObject * obj0 = 0 ;
22184 char *kwnames[] = {
22185 (char *) "self", NULL
22186 };
22187
22188 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemSpacing",kwnames,&obj0)) goto fail;
22189 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22190 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22191 {
22192 PyThreadState* __tstate = wxPyBeginAllowThreads();
22193 result = ((wxPyListCtrl const *)arg1)->GetItemSpacing();
22194
22195 wxPyEndAllowThreads(__tstate);
22196 if (PyErr_Occurred()) SWIG_fail;
22197 }
22198 {
22199 wxSize * resultptr;
22200 resultptr = new wxSize((wxSize &) result);
22201 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
22202 }
22203 return resultobj;
22204 fail:
22205 return NULL;
22206 }
22207
22208
22209 static PyObject *_wrap_ListCtrl_GetSelectedItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
22210 PyObject *resultobj;
22211 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22212 int result;
22213 PyObject * obj0 = 0 ;
22214 char *kwnames[] = {
22215 (char *) "self", NULL
22216 };
22217
22218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetSelectedItemCount",kwnames,&obj0)) goto fail;
22219 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22220 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22221 {
22222 PyThreadState* __tstate = wxPyBeginAllowThreads();
22223 result = (int)((wxPyListCtrl const *)arg1)->GetSelectedItemCount();
22224
22225 wxPyEndAllowThreads(__tstate);
22226 if (PyErr_Occurred()) SWIG_fail;
22227 }
22228 resultobj = SWIG_FromInt((int)result);
22229 return resultobj;
22230 fail:
22231 return NULL;
22232 }
22233
22234
22235 static PyObject *_wrap_ListCtrl_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
22236 PyObject *resultobj;
22237 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22238 wxColour result;
22239 PyObject * obj0 = 0 ;
22240 char *kwnames[] = {
22241 (char *) "self", NULL
22242 };
22243
22244 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTextColour",kwnames,&obj0)) goto fail;
22245 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22246 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22247 {
22248 PyThreadState* __tstate = wxPyBeginAllowThreads();
22249 result = ((wxPyListCtrl const *)arg1)->GetTextColour();
22250
22251 wxPyEndAllowThreads(__tstate);
22252 if (PyErr_Occurred()) SWIG_fail;
22253 }
22254 {
22255 wxColour * resultptr;
22256 resultptr = new wxColour((wxColour &) result);
22257 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
22258 }
22259 return resultobj;
22260 fail:
22261 return NULL;
22262 }
22263
22264
22265 static PyObject *_wrap_ListCtrl_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
22266 PyObject *resultobj;
22267 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22268 wxColour *arg2 = 0 ;
22269 wxColour temp2 ;
22270 PyObject * obj0 = 0 ;
22271 PyObject * obj1 = 0 ;
22272 char *kwnames[] = {
22273 (char *) "self",(char *) "col", NULL
22274 };
22275
22276 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
22277 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22278 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22279 {
22280 arg2 = &temp2;
22281 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
22282 }
22283 {
22284 PyThreadState* __tstate = wxPyBeginAllowThreads();
22285 (arg1)->SetTextColour((wxColour const &)*arg2);
22286
22287 wxPyEndAllowThreads(__tstate);
22288 if (PyErr_Occurred()) SWIG_fail;
22289 }
22290 Py_INCREF(Py_None); resultobj = Py_None;
22291 return resultobj;
22292 fail:
22293 return NULL;
22294 }
22295
22296
22297 static PyObject *_wrap_ListCtrl_GetTopItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22298 PyObject *resultobj;
22299 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22300 long result;
22301 PyObject * obj0 = 0 ;
22302 char *kwnames[] = {
22303 (char *) "self", NULL
22304 };
22305
22306 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTopItem",kwnames,&obj0)) goto fail;
22307 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22308 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22309 {
22310 PyThreadState* __tstate = wxPyBeginAllowThreads();
22311 result = (long)((wxPyListCtrl const *)arg1)->GetTopItem();
22312
22313 wxPyEndAllowThreads(__tstate);
22314 if (PyErr_Occurred()) SWIG_fail;
22315 }
22316 resultobj = SWIG_FromLong((long)result);
22317 return resultobj;
22318 fail:
22319 return NULL;
22320 }
22321
22322
22323 static PyObject *_wrap_ListCtrl_SetSingleStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
22324 PyObject *resultobj;
22325 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22326 long arg2 ;
22327 bool arg3 = (bool) True ;
22328 PyObject * obj0 = 0 ;
22329 PyObject * obj1 = 0 ;
22330 PyObject * obj2 = 0 ;
22331 char *kwnames[] = {
22332 (char *) "self",(char *) "style",(char *) "add", NULL
22333 };
22334
22335 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetSingleStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
22336 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22337 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22338 arg2 = (long) SWIG_AsLong(obj1);
22339 if (PyErr_Occurred()) SWIG_fail;
22340 if (obj2) {
22341 arg3 = (bool) SWIG_AsBool(obj2);
22342 if (PyErr_Occurred()) SWIG_fail;
22343 }
22344 {
22345 PyThreadState* __tstate = wxPyBeginAllowThreads();
22346 (arg1)->SetSingleStyle(arg2,arg3);
22347
22348 wxPyEndAllowThreads(__tstate);
22349 if (PyErr_Occurred()) SWIG_fail;
22350 }
22351 Py_INCREF(Py_None); resultobj = Py_None;
22352 return resultobj;
22353 fail:
22354 return NULL;
22355 }
22356
22357
22358 static PyObject *_wrap_ListCtrl_SetWindowStyleFlag(PyObject *self, PyObject *args, PyObject *kwargs) {
22359 PyObject *resultobj;
22360 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22361 long arg2 ;
22362 PyObject * obj0 = 0 ;
22363 PyObject * obj1 = 0 ;
22364 char *kwnames[] = {
22365 (char *) "self",(char *) "style", NULL
22366 };
22367
22368 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetWindowStyleFlag",kwnames,&obj0,&obj1)) goto fail;
22369 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22370 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22371 arg2 = (long) SWIG_AsLong(obj1);
22372 if (PyErr_Occurred()) SWIG_fail;
22373 {
22374 PyThreadState* __tstate = wxPyBeginAllowThreads();
22375 (arg1)->SetWindowStyleFlag(arg2);
22376
22377 wxPyEndAllowThreads(__tstate);
22378 if (PyErr_Occurred()) SWIG_fail;
22379 }
22380 Py_INCREF(Py_None); resultobj = Py_None;
22381 return resultobj;
22382 fail:
22383 return NULL;
22384 }
22385
22386
22387 static PyObject *_wrap_ListCtrl_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22388 PyObject *resultobj;
22389 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22390 long arg2 ;
22391 int arg3 = (int) wxLIST_NEXT_ALL ;
22392 int arg4 = (int) wxLIST_STATE_DONTCARE ;
22393 long result;
22394 PyObject * obj0 = 0 ;
22395 PyObject * obj1 = 0 ;
22396 PyObject * obj2 = 0 ;
22397 PyObject * obj3 = 0 ;
22398 char *kwnames[] = {
22399 (char *) "self",(char *) "item",(char *) "geometry",(char *) "state", NULL
22400 };
22401
22402 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:ListCtrl_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
22403 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22404 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22405 arg2 = (long) SWIG_AsLong(obj1);
22406 if (PyErr_Occurred()) SWIG_fail;
22407 if (obj2) {
22408 arg3 = (int) SWIG_AsInt(obj2);
22409 if (PyErr_Occurred()) SWIG_fail;
22410 }
22411 if (obj3) {
22412 arg4 = (int) SWIG_AsInt(obj3);
22413 if (PyErr_Occurred()) SWIG_fail;
22414 }
22415 {
22416 PyThreadState* __tstate = wxPyBeginAllowThreads();
22417 result = (long)((wxPyListCtrl const *)arg1)->GetNextItem(arg2,arg3,arg4);
22418
22419 wxPyEndAllowThreads(__tstate);
22420 if (PyErr_Occurred()) SWIG_fail;
22421 }
22422 resultobj = SWIG_FromLong((long)result);
22423 return resultobj;
22424 fail:
22425 return NULL;
22426 }
22427
22428
22429 static PyObject *_wrap_ListCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
22430 PyObject *resultobj;
22431 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22432 int arg2 ;
22433 wxImageList *result;
22434 PyObject * obj0 = 0 ;
22435 PyObject * obj1 = 0 ;
22436 char *kwnames[] = {
22437 (char *) "self",(char *) "which", NULL
22438 };
22439
22440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetImageList",kwnames,&obj0,&obj1)) goto fail;
22441 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22442 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22443 arg2 = (int) SWIG_AsInt(obj1);
22444 if (PyErr_Occurred()) SWIG_fail;
22445 {
22446 PyThreadState* __tstate = wxPyBeginAllowThreads();
22447 result = (wxImageList *)((wxPyListCtrl const *)arg1)->GetImageList(arg2);
22448
22449 wxPyEndAllowThreads(__tstate);
22450 if (PyErr_Occurred()) SWIG_fail;
22451 }
22452 {
22453 resultobj = wxPyMake_wxObject(result);
22454 }
22455 return resultobj;
22456 fail:
22457 return NULL;
22458 }
22459
22460
22461 static PyObject *_wrap_ListCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
22462 PyObject *resultobj;
22463 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22464 wxImageList *arg2 = (wxImageList *) 0 ;
22465 int arg3 ;
22466 PyObject * obj0 = 0 ;
22467 PyObject * obj1 = 0 ;
22468 PyObject * obj2 = 0 ;
22469 char *kwnames[] = {
22470 (char *) "self",(char *) "imageList",(char *) "which", NULL
22471 };
22472
22473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
22474 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22475 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22476 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
22477 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22478 arg3 = (int) SWIG_AsInt(obj2);
22479 if (PyErr_Occurred()) SWIG_fail;
22480 {
22481 PyThreadState* __tstate = wxPyBeginAllowThreads();
22482 (arg1)->SetImageList(arg2,arg3);
22483
22484 wxPyEndAllowThreads(__tstate);
22485 if (PyErr_Occurred()) SWIG_fail;
22486 }
22487 Py_INCREF(Py_None); resultobj = Py_None;
22488 return resultobj;
22489 fail:
22490 return NULL;
22491 }
22492
22493
22494 static PyObject *_wrap_ListCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
22495 PyObject *resultobj;
22496 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22497 wxImageList *arg2 = (wxImageList *) 0 ;
22498 int arg3 ;
22499 PyObject * obj0 = 0 ;
22500 PyObject * obj1 = 0 ;
22501 PyObject * obj2 = 0 ;
22502 char *kwnames[] = {
22503 (char *) "self",(char *) "imageList",(char *) "which", NULL
22504 };
22505
22506 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_AssignImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
22507 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22508 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22509 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
22510 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
22511 arg3 = (int) SWIG_AsInt(obj2);
22512 if (PyErr_Occurred()) SWIG_fail;
22513 {
22514 PyThreadState* __tstate = wxPyBeginAllowThreads();
22515 (arg1)->AssignImageList(arg2,arg3);
22516
22517 wxPyEndAllowThreads(__tstate);
22518 if (PyErr_Occurred()) SWIG_fail;
22519 }
22520 Py_INCREF(Py_None); resultobj = Py_None;
22521 return resultobj;
22522 fail:
22523 return NULL;
22524 }
22525
22526
22527 static PyObject *_wrap_ListCtrl_InReportView(PyObject *self, PyObject *args, PyObject *kwargs) {
22528 PyObject *resultobj;
22529 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22530 bool result;
22531 PyObject * obj0 = 0 ;
22532 char *kwnames[] = {
22533 (char *) "self", NULL
22534 };
22535
22536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_InReportView",kwnames,&obj0)) goto fail;
22537 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22538 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22539 {
22540 PyThreadState* __tstate = wxPyBeginAllowThreads();
22541 result = (bool)((wxPyListCtrl const *)arg1)->InReportView();
22542
22543 wxPyEndAllowThreads(__tstate);
22544 if (PyErr_Occurred()) SWIG_fail;
22545 }
22546 {
22547 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22548 }
22549 return resultobj;
22550 fail:
22551 return NULL;
22552 }
22553
22554
22555 static PyObject *_wrap_ListCtrl_IsVirtual(PyObject *self, PyObject *args, PyObject *kwargs) {
22556 PyObject *resultobj;
22557 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22558 bool result;
22559 PyObject * obj0 = 0 ;
22560 char *kwnames[] = {
22561 (char *) "self", NULL
22562 };
22563
22564 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_IsVirtual",kwnames,&obj0)) goto fail;
22565 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22566 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22567 {
22568 PyThreadState* __tstate = wxPyBeginAllowThreads();
22569 result = (bool)((wxPyListCtrl const *)arg1)->IsVirtual();
22570
22571 wxPyEndAllowThreads(__tstate);
22572 if (PyErr_Occurred()) SWIG_fail;
22573 }
22574 {
22575 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22576 }
22577 return resultobj;
22578 fail:
22579 return NULL;
22580 }
22581
22582
22583 static PyObject *_wrap_ListCtrl_RefreshItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22584 PyObject *resultobj;
22585 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22586 long arg2 ;
22587 PyObject * obj0 = 0 ;
22588 PyObject * obj1 = 0 ;
22589 char *kwnames[] = {
22590 (char *) "self",(char *) "item", NULL
22591 };
22592
22593 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_RefreshItem",kwnames,&obj0,&obj1)) goto fail;
22594 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22595 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22596 arg2 = (long) SWIG_AsLong(obj1);
22597 if (PyErr_Occurred()) SWIG_fail;
22598 {
22599 PyThreadState* __tstate = wxPyBeginAllowThreads();
22600 (arg1)->RefreshItem(arg2);
22601
22602 wxPyEndAllowThreads(__tstate);
22603 if (PyErr_Occurred()) SWIG_fail;
22604 }
22605 Py_INCREF(Py_None); resultobj = Py_None;
22606 return resultobj;
22607 fail:
22608 return NULL;
22609 }
22610
22611
22612 static PyObject *_wrap_ListCtrl_RefreshItems(PyObject *self, PyObject *args, PyObject *kwargs) {
22613 PyObject *resultobj;
22614 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22615 long arg2 ;
22616 long arg3 ;
22617 PyObject * obj0 = 0 ;
22618 PyObject * obj1 = 0 ;
22619 PyObject * obj2 = 0 ;
22620 char *kwnames[] = {
22621 (char *) "self",(char *) "itemFrom",(char *) "itemTo", NULL
22622 };
22623
22624 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_RefreshItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
22625 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22626 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22627 arg2 = (long) SWIG_AsLong(obj1);
22628 if (PyErr_Occurred()) SWIG_fail;
22629 arg3 = (long) SWIG_AsLong(obj2);
22630 if (PyErr_Occurred()) SWIG_fail;
22631 {
22632 PyThreadState* __tstate = wxPyBeginAllowThreads();
22633 (arg1)->RefreshItems(arg2,arg3);
22634
22635 wxPyEndAllowThreads(__tstate);
22636 if (PyErr_Occurred()) SWIG_fail;
22637 }
22638 Py_INCREF(Py_None); resultobj = Py_None;
22639 return resultobj;
22640 fail:
22641 return NULL;
22642 }
22643
22644
22645 static PyObject *_wrap_ListCtrl_Arrange(PyObject *self, PyObject *args, PyObject *kwargs) {
22646 PyObject *resultobj;
22647 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22648 int arg2 = (int) wxLIST_ALIGN_DEFAULT ;
22649 bool result;
22650 PyObject * obj0 = 0 ;
22651 PyObject * obj1 = 0 ;
22652 char *kwnames[] = {
22653 (char *) "self",(char *) "flag", NULL
22654 };
22655
22656 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListCtrl_Arrange",kwnames,&obj0,&obj1)) goto fail;
22657 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22658 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22659 if (obj1) {
22660 arg2 = (int) SWIG_AsInt(obj1);
22661 if (PyErr_Occurred()) SWIG_fail;
22662 }
22663 {
22664 PyThreadState* __tstate = wxPyBeginAllowThreads();
22665 result = (bool)(arg1)->Arrange(arg2);
22666
22667 wxPyEndAllowThreads(__tstate);
22668 if (PyErr_Occurred()) SWIG_fail;
22669 }
22670 {
22671 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22672 }
22673 return resultobj;
22674 fail:
22675 return NULL;
22676 }
22677
22678
22679 static PyObject *_wrap_ListCtrl_DeleteItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22680 PyObject *resultobj;
22681 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22682 long arg2 ;
22683 bool result;
22684 PyObject * obj0 = 0 ;
22685 PyObject * obj1 = 0 ;
22686 char *kwnames[] = {
22687 (char *) "self",(char *) "item", NULL
22688 };
22689
22690 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteItem",kwnames,&obj0,&obj1)) goto fail;
22691 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22692 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22693 arg2 = (long) SWIG_AsLong(obj1);
22694 if (PyErr_Occurred()) SWIG_fail;
22695 {
22696 PyThreadState* __tstate = wxPyBeginAllowThreads();
22697 result = (bool)(arg1)->DeleteItem(arg2);
22698
22699 wxPyEndAllowThreads(__tstate);
22700 if (PyErr_Occurred()) SWIG_fail;
22701 }
22702 {
22703 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22704 }
22705 return resultobj;
22706 fail:
22707 return NULL;
22708 }
22709
22710
22711 static PyObject *_wrap_ListCtrl_DeleteAllItems(PyObject *self, PyObject *args, PyObject *kwargs) {
22712 PyObject *resultobj;
22713 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22714 bool result;
22715 PyObject * obj0 = 0 ;
22716 char *kwnames[] = {
22717 (char *) "self", NULL
22718 };
22719
22720 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
22721 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22722 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22723 {
22724 PyThreadState* __tstate = wxPyBeginAllowThreads();
22725 result = (bool)(arg1)->DeleteAllItems();
22726
22727 wxPyEndAllowThreads(__tstate);
22728 if (PyErr_Occurred()) SWIG_fail;
22729 }
22730 {
22731 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22732 }
22733 return resultobj;
22734 fail:
22735 return NULL;
22736 }
22737
22738
22739 static PyObject *_wrap_ListCtrl_DeleteColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
22740 PyObject *resultobj;
22741 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22742 int arg2 ;
22743 bool result;
22744 PyObject * obj0 = 0 ;
22745 PyObject * obj1 = 0 ;
22746 char *kwnames[] = {
22747 (char *) "self",(char *) "col", NULL
22748 };
22749
22750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteColumn",kwnames,&obj0,&obj1)) goto fail;
22751 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22752 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22753 arg2 = (int) SWIG_AsInt(obj1);
22754 if (PyErr_Occurred()) SWIG_fail;
22755 {
22756 PyThreadState* __tstate = wxPyBeginAllowThreads();
22757 result = (bool)(arg1)->DeleteColumn(arg2);
22758
22759 wxPyEndAllowThreads(__tstate);
22760 if (PyErr_Occurred()) SWIG_fail;
22761 }
22762 {
22763 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22764 }
22765 return resultobj;
22766 fail:
22767 return NULL;
22768 }
22769
22770
22771 static PyObject *_wrap_ListCtrl_DeleteAllColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
22772 PyObject *resultobj;
22773 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22774 bool result;
22775 PyObject * obj0 = 0 ;
22776 char *kwnames[] = {
22777 (char *) "self", NULL
22778 };
22779
22780 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllColumns",kwnames,&obj0)) goto fail;
22781 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22782 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22783 {
22784 PyThreadState* __tstate = wxPyBeginAllowThreads();
22785 result = (bool)(arg1)->DeleteAllColumns();
22786
22787 wxPyEndAllowThreads(__tstate);
22788 if (PyErr_Occurred()) SWIG_fail;
22789 }
22790 {
22791 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22792 }
22793 return resultobj;
22794 fail:
22795 return NULL;
22796 }
22797
22798
22799 static PyObject *_wrap_ListCtrl_ClearAll(PyObject *self, PyObject *args, PyObject *kwargs) {
22800 PyObject *resultobj;
22801 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22802 PyObject * obj0 = 0 ;
22803 char *kwnames[] = {
22804 (char *) "self", NULL
22805 };
22806
22807 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_ClearAll",kwnames,&obj0)) goto fail;
22808 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22809 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22810 {
22811 PyThreadState* __tstate = wxPyBeginAllowThreads();
22812 (arg1)->ClearAll();
22813
22814 wxPyEndAllowThreads(__tstate);
22815 if (PyErr_Occurred()) SWIG_fail;
22816 }
22817 Py_INCREF(Py_None); resultobj = Py_None;
22818 return resultobj;
22819 fail:
22820 return NULL;
22821 }
22822
22823
22824 static PyObject *_wrap_ListCtrl_EditLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
22825 PyObject *resultobj;
22826 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22827 long arg2 ;
22828 wxTextCtrl *result;
22829 PyObject * obj0 = 0 ;
22830 PyObject * obj1 = 0 ;
22831 char *kwnames[] = {
22832 (char *) "self",(char *) "item", NULL
22833 };
22834
22835 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
22836 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22837 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22838 arg2 = (long) SWIG_AsLong(obj1);
22839 if (PyErr_Occurred()) SWIG_fail;
22840 {
22841 PyThreadState* __tstate = wxPyBeginAllowThreads();
22842 result = (wxTextCtrl *)(arg1)->EditLabel(arg2);
22843
22844 wxPyEndAllowThreads(__tstate);
22845 if (PyErr_Occurred()) SWIG_fail;
22846 }
22847 {
22848 resultobj = wxPyMake_wxObject(result);
22849 }
22850 return resultobj;
22851 fail:
22852 return NULL;
22853 }
22854
22855
22856 static PyObject *_wrap_ListCtrl_EndEditLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
22857 PyObject *resultobj;
22858 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22859 bool arg2 ;
22860 bool result;
22861 PyObject * obj0 = 0 ;
22862 PyObject * obj1 = 0 ;
22863 char *kwnames[] = {
22864 (char *) "self",(char *) "cancel", NULL
22865 };
22866
22867 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EndEditLabel",kwnames,&obj0,&obj1)) goto fail;
22868 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22869 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22870 arg2 = (bool) SWIG_AsBool(obj1);
22871 if (PyErr_Occurred()) SWIG_fail;
22872 {
22873 PyThreadState* __tstate = wxPyBeginAllowThreads();
22874 result = (bool)(arg1)->EndEditLabel(arg2);
22875
22876 wxPyEndAllowThreads(__tstate);
22877 if (PyErr_Occurred()) SWIG_fail;
22878 }
22879 {
22880 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22881 }
22882 return resultobj;
22883 fail:
22884 return NULL;
22885 }
22886
22887
22888 static PyObject *_wrap_ListCtrl_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
22889 PyObject *resultobj;
22890 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22891 long arg2 ;
22892 bool result;
22893 PyObject * obj0 = 0 ;
22894 PyObject * obj1 = 0 ;
22895 char *kwnames[] = {
22896 (char *) "self",(char *) "item", NULL
22897 };
22898
22899 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
22900 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22901 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22902 arg2 = (long) SWIG_AsLong(obj1);
22903 if (PyErr_Occurred()) SWIG_fail;
22904 {
22905 PyThreadState* __tstate = wxPyBeginAllowThreads();
22906 result = (bool)(arg1)->EnsureVisible(arg2);
22907
22908 wxPyEndAllowThreads(__tstate);
22909 if (PyErr_Occurred()) SWIG_fail;
22910 }
22911 {
22912 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22913 }
22914 return resultobj;
22915 fail:
22916 return NULL;
22917 }
22918
22919
22920 static PyObject *_wrap_ListCtrl_FindItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22921 PyObject *resultobj;
22922 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22923 long arg2 ;
22924 wxString *arg3 = 0 ;
22925 bool arg4 = (bool) False ;
22926 long result;
22927 bool temp3 = False ;
22928 PyObject * obj0 = 0 ;
22929 PyObject * obj1 = 0 ;
22930 PyObject * obj2 = 0 ;
22931 PyObject * obj3 = 0 ;
22932 char *kwnames[] = {
22933 (char *) "self",(char *) "start",(char *) "str",(char *) "partial", NULL
22934 };
22935
22936 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListCtrl_FindItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
22937 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22938 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22939 arg2 = (long) SWIG_AsLong(obj1);
22940 if (PyErr_Occurred()) SWIG_fail;
22941 {
22942 arg3 = wxString_in_helper(obj2);
22943 if (arg3 == NULL) SWIG_fail;
22944 temp3 = True;
22945 }
22946 if (obj3) {
22947 arg4 = (bool) SWIG_AsBool(obj3);
22948 if (PyErr_Occurred()) SWIG_fail;
22949 }
22950 {
22951 PyThreadState* __tstate = wxPyBeginAllowThreads();
22952 result = (long)(arg1)->FindItem(arg2,(wxString const &)*arg3,arg4);
22953
22954 wxPyEndAllowThreads(__tstate);
22955 if (PyErr_Occurred()) SWIG_fail;
22956 }
22957 resultobj = SWIG_FromLong((long)result);
22958 {
22959 if (temp3)
22960 delete arg3;
22961 }
22962 return resultobj;
22963 fail:
22964 {
22965 if (temp3)
22966 delete arg3;
22967 }
22968 return NULL;
22969 }
22970
22971
22972 static PyObject *_wrap_ListCtrl_FindItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
22973 PyObject *resultobj;
22974 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22975 long arg2 ;
22976 long arg3 ;
22977 long result;
22978 PyObject * obj0 = 0 ;
22979 PyObject * obj1 = 0 ;
22980 PyObject * obj2 = 0 ;
22981 char *kwnames[] = {
22982 (char *) "self",(char *) "start",(char *) "data", NULL
22983 };
22984
22985 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_FindItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
22986 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22987 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22988 arg2 = (long) SWIG_AsLong(obj1);
22989 if (PyErr_Occurred()) SWIG_fail;
22990 arg3 = (long) SWIG_AsLong(obj2);
22991 if (PyErr_Occurred()) SWIG_fail;
22992 {
22993 PyThreadState* __tstate = wxPyBeginAllowThreads();
22994 result = (long)(arg1)->FindItem(arg2,arg3);
22995
22996 wxPyEndAllowThreads(__tstate);
22997 if (PyErr_Occurred()) SWIG_fail;
22998 }
22999 resultobj = SWIG_FromLong((long)result);
23000 return resultobj;
23001 fail:
23002 return NULL;
23003 }
23004
23005
23006 static PyObject *_wrap_ListCtrl_FindItemAtPos(PyObject *self, PyObject *args, PyObject *kwargs) {
23007 PyObject *resultobj;
23008 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23009 long arg2 ;
23010 wxPoint *arg3 = 0 ;
23011 int arg4 ;
23012 long result;
23013 wxPoint temp3 ;
23014 PyObject * obj0 = 0 ;
23015 PyObject * obj1 = 0 ;
23016 PyObject * obj2 = 0 ;
23017 PyObject * obj3 = 0 ;
23018 char *kwnames[] = {
23019 (char *) "self",(char *) "start",(char *) "pt",(char *) "direction", NULL
23020 };
23021
23022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_FindItemAtPos",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23023 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23024 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23025 arg2 = (long) SWIG_AsLong(obj1);
23026 if (PyErr_Occurred()) SWIG_fail;
23027 {
23028 arg3 = &temp3;
23029 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
23030 }
23031 arg4 = (int) SWIG_AsInt(obj3);
23032 if (PyErr_Occurred()) SWIG_fail;
23033 {
23034 PyThreadState* __tstate = wxPyBeginAllowThreads();
23035 result = (long)(arg1)->FindItem(arg2,(wxPoint const &)*arg3,arg4);
23036
23037 wxPyEndAllowThreads(__tstate);
23038 if (PyErr_Occurred()) SWIG_fail;
23039 }
23040 resultobj = SWIG_FromLong((long)result);
23041 return resultobj;
23042 fail:
23043 return NULL;
23044 }
23045
23046
23047 static PyObject *_wrap_ListCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
23048 PyObject *resultobj;
23049 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23050 wxPoint *arg2 = 0 ;
23051 int *arg3 = 0 ;
23052 long result;
23053 wxPoint temp2 ;
23054 int temp3 ;
23055 PyObject * obj0 = 0 ;
23056 PyObject * obj1 = 0 ;
23057 char *kwnames[] = {
23058 (char *) "self",(char *) "point", NULL
23059 };
23060
23061 arg3 = &temp3;
23062 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
23063 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23064 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23065 {
23066 arg2 = &temp2;
23067 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
23068 }
23069 {
23070 PyThreadState* __tstate = wxPyBeginAllowThreads();
23071 result = (long)(arg1)->HitTest((wxPoint const &)*arg2,*arg3);
23072
23073 wxPyEndAllowThreads(__tstate);
23074 if (PyErr_Occurred()) SWIG_fail;
23075 }
23076 resultobj = SWIG_FromLong((long)result);
23077 {
23078 PyObject *o = PyInt_FromLong((long) (*arg3));
23079 resultobj = t_output_helper(resultobj,o);
23080 }
23081 return resultobj;
23082 fail:
23083 return NULL;
23084 }
23085
23086
23087 static PyObject *_wrap_ListCtrl_InsertItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23088 PyObject *resultobj;
23089 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23090 wxListItem *arg2 = 0 ;
23091 long result;
23092 PyObject * obj0 = 0 ;
23093 PyObject * obj1 = 0 ;
23094 char *kwnames[] = {
23095 (char *) "self",(char *) "info", NULL
23096 };
23097
23098 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_InsertItem",kwnames,&obj0,&obj1)) goto fail;
23099 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23100 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23101 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxListItem,
23102 SWIG_POINTER_EXCEPTION | 0)) == -1)
23103 SWIG_fail;
23104 if (arg2 == NULL) {
23105 PyErr_SetString(PyExc_TypeError,"null reference");
23106 SWIG_fail;
23107 }
23108 {
23109 PyThreadState* __tstate = wxPyBeginAllowThreads();
23110 result = (long)(arg1)->InsertItem(*arg2);
23111
23112 wxPyEndAllowThreads(__tstate);
23113 if (PyErr_Occurred()) SWIG_fail;
23114 }
23115 resultobj = SWIG_FromLong((long)result);
23116 return resultobj;
23117 fail:
23118 return NULL;
23119 }
23120
23121
23122 static PyObject *_wrap_ListCtrl_InsertStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23123 PyObject *resultobj;
23124 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23125 long arg2 ;
23126 wxString *arg3 = 0 ;
23127 long result;
23128 bool temp3 = False ;
23129 PyObject * obj0 = 0 ;
23130 PyObject * obj1 = 0 ;
23131 PyObject * obj2 = 0 ;
23132 char *kwnames[] = {
23133 (char *) "self",(char *) "index",(char *) "label", NULL
23134 };
23135
23136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertStringItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
23137 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23138 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23139 arg2 = (long) SWIG_AsLong(obj1);
23140 if (PyErr_Occurred()) SWIG_fail;
23141 {
23142 arg3 = wxString_in_helper(obj2);
23143 if (arg3 == NULL) SWIG_fail;
23144 temp3 = True;
23145 }
23146 {
23147 PyThreadState* __tstate = wxPyBeginAllowThreads();
23148 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3);
23149
23150 wxPyEndAllowThreads(__tstate);
23151 if (PyErr_Occurred()) SWIG_fail;
23152 }
23153 resultobj = SWIG_FromLong((long)result);
23154 {
23155 if (temp3)
23156 delete arg3;
23157 }
23158 return resultobj;
23159 fail:
23160 {
23161 if (temp3)
23162 delete arg3;
23163 }
23164 return NULL;
23165 }
23166
23167
23168 static PyObject *_wrap_ListCtrl_InsertImageItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23169 PyObject *resultobj;
23170 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23171 long arg2 ;
23172 int arg3 ;
23173 long result;
23174 PyObject * obj0 = 0 ;
23175 PyObject * obj1 = 0 ;
23176 PyObject * obj2 = 0 ;
23177 char *kwnames[] = {
23178 (char *) "self",(char *) "index",(char *) "imageIndex", NULL
23179 };
23180
23181 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertImageItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
23182 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23183 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23184 arg2 = (long) SWIG_AsLong(obj1);
23185 if (PyErr_Occurred()) SWIG_fail;
23186 arg3 = (int) SWIG_AsInt(obj2);
23187 if (PyErr_Occurred()) SWIG_fail;
23188 {
23189 PyThreadState* __tstate = wxPyBeginAllowThreads();
23190 result = (long)(arg1)->InsertItem(arg2,arg3);
23191
23192 wxPyEndAllowThreads(__tstate);
23193 if (PyErr_Occurred()) SWIG_fail;
23194 }
23195 resultobj = SWIG_FromLong((long)result);
23196 return resultobj;
23197 fail:
23198 return NULL;
23199 }
23200
23201
23202 static PyObject *_wrap_ListCtrl_InsertImageStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23203 PyObject *resultobj;
23204 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23205 long arg2 ;
23206 wxString *arg3 = 0 ;
23207 int arg4 ;
23208 long result;
23209 bool temp3 = False ;
23210 PyObject * obj0 = 0 ;
23211 PyObject * obj1 = 0 ;
23212 PyObject * obj2 = 0 ;
23213 PyObject * obj3 = 0 ;
23214 char *kwnames[] = {
23215 (char *) "self",(char *) "index",(char *) "label",(char *) "imageIndex", NULL
23216 };
23217
23218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_InsertImageStringItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23219 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23220 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23221 arg2 = (long) SWIG_AsLong(obj1);
23222 if (PyErr_Occurred()) SWIG_fail;
23223 {
23224 arg3 = wxString_in_helper(obj2);
23225 if (arg3 == NULL) SWIG_fail;
23226 temp3 = True;
23227 }
23228 arg4 = (int) SWIG_AsInt(obj3);
23229 if (PyErr_Occurred()) SWIG_fail;
23230 {
23231 PyThreadState* __tstate = wxPyBeginAllowThreads();
23232 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3,arg4);
23233
23234 wxPyEndAllowThreads(__tstate);
23235 if (PyErr_Occurred()) SWIG_fail;
23236 }
23237 resultobj = SWIG_FromLong((long)result);
23238 {
23239 if (temp3)
23240 delete arg3;
23241 }
23242 return resultobj;
23243 fail:
23244 {
23245 if (temp3)
23246 delete arg3;
23247 }
23248 return NULL;
23249 }
23250
23251
23252 static PyObject *_wrap_ListCtrl_InsertColumnInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
23253 PyObject *resultobj;
23254 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23255 long arg2 ;
23256 wxListItem *arg3 = 0 ;
23257 long result;
23258 PyObject * obj0 = 0 ;
23259 PyObject * obj1 = 0 ;
23260 PyObject * obj2 = 0 ;
23261 char *kwnames[] = {
23262 (char *) "self",(char *) "col",(char *) "info", NULL
23263 };
23264
23265 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertColumnInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
23266 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23267 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23268 arg2 = (long) SWIG_AsLong(obj1);
23269 if (PyErr_Occurred()) SWIG_fail;
23270 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxListItem,
23271 SWIG_POINTER_EXCEPTION | 0)) == -1)
23272 SWIG_fail;
23273 if (arg3 == NULL) {
23274 PyErr_SetString(PyExc_TypeError,"null reference");
23275 SWIG_fail;
23276 }
23277 {
23278 PyThreadState* __tstate = wxPyBeginAllowThreads();
23279 result = (long)(arg1)->InsertColumn(arg2,*arg3);
23280
23281 wxPyEndAllowThreads(__tstate);
23282 if (PyErr_Occurred()) SWIG_fail;
23283 }
23284 resultobj = SWIG_FromLong((long)result);
23285 return resultobj;
23286 fail:
23287 return NULL;
23288 }
23289
23290
23291 static PyObject *_wrap_ListCtrl_InsertColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
23292 PyObject *resultobj;
23293 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23294 long arg2 ;
23295 wxString *arg3 = 0 ;
23296 int arg4 = (int) wxLIST_FORMAT_LEFT ;
23297 int arg5 = (int) -1 ;
23298 long result;
23299 bool temp3 = False ;
23300 PyObject * obj0 = 0 ;
23301 PyObject * obj1 = 0 ;
23302 PyObject * obj2 = 0 ;
23303 PyObject * obj3 = 0 ;
23304 PyObject * obj4 = 0 ;
23305 char *kwnames[] = {
23306 (char *) "self",(char *) "col",(char *) "heading",(char *) "format",(char *) "width", NULL
23307 };
23308
23309 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:ListCtrl_InsertColumn",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
23310 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23311 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23312 arg2 = (long) SWIG_AsLong(obj1);
23313 if (PyErr_Occurred()) SWIG_fail;
23314 {
23315 arg3 = wxString_in_helper(obj2);
23316 if (arg3 == NULL) SWIG_fail;
23317 temp3 = True;
23318 }
23319 if (obj3) {
23320 arg4 = (int) SWIG_AsInt(obj3);
23321 if (PyErr_Occurred()) SWIG_fail;
23322 }
23323 if (obj4) {
23324 arg5 = (int) SWIG_AsInt(obj4);
23325 if (PyErr_Occurred()) SWIG_fail;
23326 }
23327 {
23328 PyThreadState* __tstate = wxPyBeginAllowThreads();
23329 result = (long)(arg1)->InsertColumn(arg2,(wxString const &)*arg3,arg4,arg5);
23330
23331 wxPyEndAllowThreads(__tstate);
23332 if (PyErr_Occurred()) SWIG_fail;
23333 }
23334 resultobj = SWIG_FromLong((long)result);
23335 {
23336 if (temp3)
23337 delete arg3;
23338 }
23339 return resultobj;
23340 fail:
23341 {
23342 if (temp3)
23343 delete arg3;
23344 }
23345 return NULL;
23346 }
23347
23348
23349 static PyObject *_wrap_ListCtrl_SetItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
23350 PyObject *resultobj;
23351 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23352 long arg2 ;
23353 PyObject * obj0 = 0 ;
23354 PyObject * obj1 = 0 ;
23355 char *kwnames[] = {
23356 (char *) "self",(char *) "count", NULL
23357 };
23358
23359 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItemCount",kwnames,&obj0,&obj1)) goto fail;
23360 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23361 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23362 arg2 = (long) SWIG_AsLong(obj1);
23363 if (PyErr_Occurred()) SWIG_fail;
23364 {
23365 PyThreadState* __tstate = wxPyBeginAllowThreads();
23366 (arg1)->SetItemCount(arg2);
23367
23368 wxPyEndAllowThreads(__tstate);
23369 if (PyErr_Occurred()) SWIG_fail;
23370 }
23371 Py_INCREF(Py_None); resultobj = Py_None;
23372 return resultobj;
23373 fail:
23374 return NULL;
23375 }
23376
23377
23378 static PyObject *_wrap_ListCtrl_ScrollList(PyObject *self, PyObject *args, PyObject *kwargs) {
23379 PyObject *resultobj;
23380 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23381 int arg2 ;
23382 int arg3 ;
23383 bool result;
23384 PyObject * obj0 = 0 ;
23385 PyObject * obj1 = 0 ;
23386 PyObject * obj2 = 0 ;
23387 char *kwnames[] = {
23388 (char *) "self",(char *) "dx",(char *) "dy", NULL
23389 };
23390
23391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_ScrollList",kwnames,&obj0,&obj1,&obj2)) goto fail;
23392 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23393 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23394 arg2 = (int) SWIG_AsInt(obj1);
23395 if (PyErr_Occurred()) SWIG_fail;
23396 arg3 = (int) SWIG_AsInt(obj2);
23397 if (PyErr_Occurred()) SWIG_fail;
23398 {
23399 PyThreadState* __tstate = wxPyBeginAllowThreads();
23400 result = (bool)(arg1)->ScrollList(arg2,arg3);
23401
23402 wxPyEndAllowThreads(__tstate);
23403 if (PyErr_Occurred()) SWIG_fail;
23404 }
23405 {
23406 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23407 }
23408 return resultobj;
23409 fail:
23410 return NULL;
23411 }
23412
23413
23414 static PyObject *_wrap_ListCtrl_SetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
23415 PyObject *resultobj;
23416 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23417 long arg2 ;
23418 wxColour *arg3 = 0 ;
23419 wxColour temp3 ;
23420 PyObject * obj0 = 0 ;
23421 PyObject * obj1 = 0 ;
23422 PyObject * obj2 = 0 ;
23423 char *kwnames[] = {
23424 (char *) "self",(char *) "item",(char *) "col", NULL
23425 };
23426
23427 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
23428 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23429 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23430 arg2 = (long) SWIG_AsLong(obj1);
23431 if (PyErr_Occurred()) SWIG_fail;
23432 {
23433 arg3 = &temp3;
23434 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
23435 }
23436 {
23437 PyThreadState* __tstate = wxPyBeginAllowThreads();
23438 (arg1)->SetItemTextColour(arg2,(wxColour const &)*arg3);
23439
23440 wxPyEndAllowThreads(__tstate);
23441 if (PyErr_Occurred()) SWIG_fail;
23442 }
23443 Py_INCREF(Py_None); resultobj = Py_None;
23444 return resultobj;
23445 fail:
23446 return NULL;
23447 }
23448
23449
23450 static PyObject *_wrap_ListCtrl_GetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
23451 PyObject *resultobj;
23452 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23453 long arg2 ;
23454 wxColour result;
23455 PyObject * obj0 = 0 ;
23456 PyObject * obj1 = 0 ;
23457 char *kwnames[] = {
23458 (char *) "self",(char *) "item", NULL
23459 };
23460
23461 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
23462 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23463 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23464 arg2 = (long) SWIG_AsLong(obj1);
23465 if (PyErr_Occurred()) SWIG_fail;
23466 {
23467 PyThreadState* __tstate = wxPyBeginAllowThreads();
23468 result = ((wxPyListCtrl const *)arg1)->GetItemTextColour(arg2);
23469
23470 wxPyEndAllowThreads(__tstate);
23471 if (PyErr_Occurred()) SWIG_fail;
23472 }
23473 {
23474 wxColour * resultptr;
23475 resultptr = new wxColour((wxColour &) result);
23476 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
23477 }
23478 return resultobj;
23479 fail:
23480 return NULL;
23481 }
23482
23483
23484 static PyObject *_wrap_ListCtrl_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
23485 PyObject *resultobj;
23486 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23487 long arg2 ;
23488 wxColour *arg3 = 0 ;
23489 wxColour temp3 ;
23490 PyObject * obj0 = 0 ;
23491 PyObject * obj1 = 0 ;
23492 PyObject * obj2 = 0 ;
23493 char *kwnames[] = {
23494 (char *) "self",(char *) "item",(char *) "col", NULL
23495 };
23496
23497 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
23498 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23499 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23500 arg2 = (long) SWIG_AsLong(obj1);
23501 if (PyErr_Occurred()) SWIG_fail;
23502 {
23503 arg3 = &temp3;
23504 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
23505 }
23506 {
23507 PyThreadState* __tstate = wxPyBeginAllowThreads();
23508 (arg1)->SetItemBackgroundColour(arg2,(wxColour const &)*arg3);
23509
23510 wxPyEndAllowThreads(__tstate);
23511 if (PyErr_Occurred()) SWIG_fail;
23512 }
23513 Py_INCREF(Py_None); resultobj = Py_None;
23514 return resultobj;
23515 fail:
23516 return NULL;
23517 }
23518
23519
23520 static PyObject *_wrap_ListCtrl_GetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
23521 PyObject *resultobj;
23522 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23523 long arg2 ;
23524 wxColour result;
23525 PyObject * obj0 = 0 ;
23526 PyObject * obj1 = 0 ;
23527 char *kwnames[] = {
23528 (char *) "self",(char *) "item", NULL
23529 };
23530
23531 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
23532 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23533 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23534 arg2 = (long) SWIG_AsLong(obj1);
23535 if (PyErr_Occurred()) SWIG_fail;
23536 {
23537 PyThreadState* __tstate = wxPyBeginAllowThreads();
23538 result = ((wxPyListCtrl const *)arg1)->GetItemBackgroundColour(arg2);
23539
23540 wxPyEndAllowThreads(__tstate);
23541 if (PyErr_Occurred()) SWIG_fail;
23542 }
23543 {
23544 wxColour * resultptr;
23545 resultptr = new wxColour((wxColour &) result);
23546 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
23547 }
23548 return resultobj;
23549 fail:
23550 return NULL;
23551 }
23552
23553
23554 static PyObject *_wrap_ListCtrl_SortItems(PyObject *self, PyObject *args, PyObject *kwargs) {
23555 PyObject *resultobj;
23556 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23557 PyObject *arg2 = (PyObject *) 0 ;
23558 bool result;
23559 PyObject * obj0 = 0 ;
23560 PyObject * obj1 = 0 ;
23561 char *kwnames[] = {
23562 (char *) "self",(char *) "func", NULL
23563 };
23564
23565 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SortItems",kwnames,&obj0,&obj1)) goto fail;
23566 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23567 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23568 arg2 = obj1;
23569 {
23570 PyThreadState* __tstate = wxPyBeginAllowThreads();
23571 result = (bool)wxPyListCtrl_SortItems(arg1,arg2);
23572
23573 wxPyEndAllowThreads(__tstate);
23574 if (PyErr_Occurred()) SWIG_fail;
23575 }
23576 {
23577 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23578 }
23579 return resultobj;
23580 fail:
23581 return NULL;
23582 }
23583
23584
23585 static PyObject *_wrap_ListCtrl_GetMainWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
23586 PyObject *resultobj;
23587 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23588 wxWindow *result;
23589 PyObject * obj0 = 0 ;
23590 char *kwnames[] = {
23591 (char *) "self", NULL
23592 };
23593
23594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetMainWindow",kwnames,&obj0)) goto fail;
23595 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23596 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23597 {
23598 PyThreadState* __tstate = wxPyBeginAllowThreads();
23599 result = (wxWindow *)wxPyListCtrl_GetMainWindow(arg1);
23600
23601 wxPyEndAllowThreads(__tstate);
23602 if (PyErr_Occurred()) SWIG_fail;
23603 }
23604 {
23605 resultobj = wxPyMake_wxObject(result);
23606 }
23607 return resultobj;
23608 fail:
23609 return NULL;
23610 }
23611
23612
23613 static PyObject *_wrap_ListCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
23614 PyObject *resultobj;
23615 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
23616 wxVisualAttributes result;
23617 PyObject * obj0 = 0 ;
23618 char *kwnames[] = {
23619 (char *) "variant", NULL
23620 };
23621
23622 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ListCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
23623 if (obj0) {
23624 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
23625 if (PyErr_Occurred()) SWIG_fail;
23626 }
23627 {
23628 if (!wxPyCheckForApp()) SWIG_fail;
23629 PyThreadState* __tstate = wxPyBeginAllowThreads();
23630 result = wxPyListCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
23631
23632 wxPyEndAllowThreads(__tstate);
23633 if (PyErr_Occurred()) SWIG_fail;
23634 }
23635 {
23636 wxVisualAttributes * resultptr;
23637 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
23638 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
23639 }
23640 return resultobj;
23641 fail:
23642 return NULL;
23643 }
23644
23645
23646 static PyObject * ListCtrl_swigregister(PyObject *self, PyObject *args) {
23647 PyObject *obj;
23648 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
23649 SWIG_TypeClientData(SWIGTYPE_p_wxPyListCtrl, obj);
23650 Py_INCREF(obj);
23651 return Py_BuildValue((char *)"");
23652 }
23653 static PyObject *_wrap_new_ListView(PyObject *self, PyObject *args, PyObject *kwargs) {
23654 PyObject *resultobj;
23655 wxWindow *arg1 = (wxWindow *) 0 ;
23656 int arg2 = (int) -1 ;
23657 wxPoint const &arg3_defvalue = wxDefaultPosition ;
23658 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
23659 wxSize const &arg4_defvalue = wxDefaultSize ;
23660 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
23661 long arg5 = (long) wxLC_REPORT ;
23662 wxValidator const &arg6_defvalue = wxDefaultValidator ;
23663 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
23664 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
23665 wxString *arg7 = (wxString *) &arg7_defvalue ;
23666 wxListView *result;
23667 wxPoint temp3 ;
23668 wxSize temp4 ;
23669 bool temp7 = False ;
23670 PyObject * obj0 = 0 ;
23671 PyObject * obj1 = 0 ;
23672 PyObject * obj2 = 0 ;
23673 PyObject * obj3 = 0 ;
23674 PyObject * obj4 = 0 ;
23675 PyObject * obj5 = 0 ;
23676 PyObject * obj6 = 0 ;
23677 char *kwnames[] = {
23678 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23679 };
23680
23681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListView",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
23682 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
23683 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23684 if (obj1) {
23685 arg2 = (int) SWIG_AsInt(obj1);
23686 if (PyErr_Occurred()) SWIG_fail;
23687 }
23688 if (obj2) {
23689 {
23690 arg3 = &temp3;
23691 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
23692 }
23693 }
23694 if (obj3) {
23695 {
23696 arg4 = &temp4;
23697 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
23698 }
23699 }
23700 if (obj4) {
23701 arg5 = (long) SWIG_AsLong(obj4);
23702 if (PyErr_Occurred()) SWIG_fail;
23703 }
23704 if (obj5) {
23705 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
23706 SWIG_POINTER_EXCEPTION | 0)) == -1)
23707 SWIG_fail;
23708 if (arg6 == NULL) {
23709 PyErr_SetString(PyExc_TypeError,"null reference");
23710 SWIG_fail;
23711 }
23712 }
23713 if (obj6) {
23714 {
23715 arg7 = wxString_in_helper(obj6);
23716 if (arg7 == NULL) SWIG_fail;
23717 temp7 = True;
23718 }
23719 }
23720 {
23721 if (!wxPyCheckForApp()) SWIG_fail;
23722 PyThreadState* __tstate = wxPyBeginAllowThreads();
23723 result = (wxListView *)new wxListView(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
23724
23725 wxPyEndAllowThreads(__tstate);
23726 if (PyErr_Occurred()) SWIG_fail;
23727 }
23728 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 1);
23729 {
23730 if (temp7)
23731 delete arg7;
23732 }
23733 return resultobj;
23734 fail:
23735 {
23736 if (temp7)
23737 delete arg7;
23738 }
23739 return NULL;
23740 }
23741
23742
23743 static PyObject *_wrap_new_PreListView(PyObject *self, PyObject *args, PyObject *kwargs) {
23744 PyObject *resultobj;
23745 wxListView *result;
23746 char *kwnames[] = {
23747 NULL
23748 };
23749
23750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListView",kwnames)) goto fail;
23751 {
23752 if (!wxPyCheckForApp()) SWIG_fail;
23753 PyThreadState* __tstate = wxPyBeginAllowThreads();
23754 result = (wxListView *)new wxListView();
23755
23756 wxPyEndAllowThreads(__tstate);
23757 if (PyErr_Occurred()) SWIG_fail;
23758 }
23759 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 1);
23760 return resultobj;
23761 fail:
23762 return NULL;
23763 }
23764
23765
23766 static PyObject *_wrap_ListView_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
23767 PyObject *resultobj;
23768 wxListView *arg1 = (wxListView *) 0 ;
23769 wxWindow *arg2 = (wxWindow *) 0 ;
23770 int arg3 = (int) -1 ;
23771 wxPoint const &arg4_defvalue = wxDefaultPosition ;
23772 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
23773 wxSize const &arg5_defvalue = wxDefaultSize ;
23774 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
23775 long arg6 = (long) wxLC_REPORT ;
23776 wxValidator const &arg7_defvalue = wxDefaultValidator ;
23777 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
23778 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
23779 wxString *arg8 = (wxString *) &arg8_defvalue ;
23780 bool result;
23781 wxPoint temp4 ;
23782 wxSize temp5 ;
23783 bool temp8 = False ;
23784 PyObject * obj0 = 0 ;
23785 PyObject * obj1 = 0 ;
23786 PyObject * obj2 = 0 ;
23787 PyObject * obj3 = 0 ;
23788 PyObject * obj4 = 0 ;
23789 PyObject * obj5 = 0 ;
23790 PyObject * obj6 = 0 ;
23791 PyObject * obj7 = 0 ;
23792 char *kwnames[] = {
23793 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23794 };
23795
23796 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListView_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
23797 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23798 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23799 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
23800 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23801 if (obj2) {
23802 arg3 = (int) SWIG_AsInt(obj2);
23803 if (PyErr_Occurred()) SWIG_fail;
23804 }
23805 if (obj3) {
23806 {
23807 arg4 = &temp4;
23808 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
23809 }
23810 }
23811 if (obj4) {
23812 {
23813 arg5 = &temp5;
23814 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
23815 }
23816 }
23817 if (obj5) {
23818 arg6 = (long) SWIG_AsLong(obj5);
23819 if (PyErr_Occurred()) SWIG_fail;
23820 }
23821 if (obj6) {
23822 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
23823 SWIG_POINTER_EXCEPTION | 0)) == -1)
23824 SWIG_fail;
23825 if (arg7 == NULL) {
23826 PyErr_SetString(PyExc_TypeError,"null reference");
23827 SWIG_fail;
23828 }
23829 }
23830 if (obj7) {
23831 {
23832 arg8 = wxString_in_helper(obj7);
23833 if (arg8 == NULL) SWIG_fail;
23834 temp8 = True;
23835 }
23836 }
23837 {
23838 PyThreadState* __tstate = wxPyBeginAllowThreads();
23839 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
23840
23841 wxPyEndAllowThreads(__tstate);
23842 if (PyErr_Occurred()) SWIG_fail;
23843 }
23844 {
23845 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23846 }
23847 {
23848 if (temp8)
23849 delete arg8;
23850 }
23851 return resultobj;
23852 fail:
23853 {
23854 if (temp8)
23855 delete arg8;
23856 }
23857 return NULL;
23858 }
23859
23860
23861 static PyObject *_wrap_ListView_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
23862 PyObject *resultobj;
23863 wxListView *arg1 = (wxListView *) 0 ;
23864 long arg2 ;
23865 bool arg3 = (bool) True ;
23866 PyObject * obj0 = 0 ;
23867 PyObject * obj1 = 0 ;
23868 PyObject * obj2 = 0 ;
23869 char *kwnames[] = {
23870 (char *) "self",(char *) "n",(char *) "on", NULL
23871 };
23872
23873 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListView_Select",kwnames,&obj0,&obj1,&obj2)) goto fail;
23874 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23875 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23876 arg2 = (long) SWIG_AsLong(obj1);
23877 if (PyErr_Occurred()) SWIG_fail;
23878 if (obj2) {
23879 arg3 = (bool) SWIG_AsBool(obj2);
23880 if (PyErr_Occurred()) SWIG_fail;
23881 }
23882 {
23883 PyThreadState* __tstate = wxPyBeginAllowThreads();
23884 (arg1)->Select(arg2,arg3);
23885
23886 wxPyEndAllowThreads(__tstate);
23887 if (PyErr_Occurred()) SWIG_fail;
23888 }
23889 Py_INCREF(Py_None); resultobj = Py_None;
23890 return resultobj;
23891 fail:
23892 return NULL;
23893 }
23894
23895
23896 static PyObject *_wrap_ListView_Focus(PyObject *self, PyObject *args, PyObject *kwargs) {
23897 PyObject *resultobj;
23898 wxListView *arg1 = (wxListView *) 0 ;
23899 long arg2 ;
23900 PyObject * obj0 = 0 ;
23901 PyObject * obj1 = 0 ;
23902 char *kwnames[] = {
23903 (char *) "self",(char *) "index", NULL
23904 };
23905
23906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_Focus",kwnames,&obj0,&obj1)) goto fail;
23907 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23908 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23909 arg2 = (long) SWIG_AsLong(obj1);
23910 if (PyErr_Occurred()) SWIG_fail;
23911 {
23912 PyThreadState* __tstate = wxPyBeginAllowThreads();
23913 (arg1)->Focus(arg2);
23914
23915 wxPyEndAllowThreads(__tstate);
23916 if (PyErr_Occurred()) SWIG_fail;
23917 }
23918 Py_INCREF(Py_None); resultobj = Py_None;
23919 return resultobj;
23920 fail:
23921 return NULL;
23922 }
23923
23924
23925 static PyObject *_wrap_ListView_GetFocusedItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23926 PyObject *resultobj;
23927 wxListView *arg1 = (wxListView *) 0 ;
23928 long result;
23929 PyObject * obj0 = 0 ;
23930 char *kwnames[] = {
23931 (char *) "self", NULL
23932 };
23933
23934 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFocusedItem",kwnames,&obj0)) goto fail;
23935 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23936 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23937 {
23938 PyThreadState* __tstate = wxPyBeginAllowThreads();
23939 result = (long)((wxListView const *)arg1)->GetFocusedItem();
23940
23941 wxPyEndAllowThreads(__tstate);
23942 if (PyErr_Occurred()) SWIG_fail;
23943 }
23944 resultobj = SWIG_FromLong((long)result);
23945 return resultobj;
23946 fail:
23947 return NULL;
23948 }
23949
23950
23951 static PyObject *_wrap_ListView_GetNextSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
23952 PyObject *resultobj;
23953 wxListView *arg1 = (wxListView *) 0 ;
23954 long arg2 ;
23955 long result;
23956 PyObject * obj0 = 0 ;
23957 PyObject * obj1 = 0 ;
23958 char *kwnames[] = {
23959 (char *) "self",(char *) "item", NULL
23960 };
23961
23962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_GetNextSelected",kwnames,&obj0,&obj1)) goto fail;
23963 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23964 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23965 arg2 = (long) SWIG_AsLong(obj1);
23966 if (PyErr_Occurred()) SWIG_fail;
23967 {
23968 PyThreadState* __tstate = wxPyBeginAllowThreads();
23969 result = (long)((wxListView const *)arg1)->GetNextSelected(arg2);
23970
23971 wxPyEndAllowThreads(__tstate);
23972 if (PyErr_Occurred()) SWIG_fail;
23973 }
23974 resultobj = SWIG_FromLong((long)result);
23975 return resultobj;
23976 fail:
23977 return NULL;
23978 }
23979
23980
23981 static PyObject *_wrap_ListView_GetFirstSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
23982 PyObject *resultobj;
23983 wxListView *arg1 = (wxListView *) 0 ;
23984 long result;
23985 PyObject * obj0 = 0 ;
23986 char *kwnames[] = {
23987 (char *) "self", NULL
23988 };
23989
23990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFirstSelected",kwnames,&obj0)) goto fail;
23991 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23992 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23993 {
23994 PyThreadState* __tstate = wxPyBeginAllowThreads();
23995 result = (long)((wxListView const *)arg1)->GetFirstSelected();
23996
23997 wxPyEndAllowThreads(__tstate);
23998 if (PyErr_Occurred()) SWIG_fail;
23999 }
24000 resultobj = SWIG_FromLong((long)result);
24001 return resultobj;
24002 fail:
24003 return NULL;
24004 }
24005
24006
24007 static PyObject *_wrap_ListView_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
24008 PyObject *resultobj;
24009 wxListView *arg1 = (wxListView *) 0 ;
24010 long arg2 ;
24011 bool result;
24012 PyObject * obj0 = 0 ;
24013 PyObject * obj1 = 0 ;
24014 char *kwnames[] = {
24015 (char *) "self",(char *) "index", NULL
24016 };
24017
24018 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_IsSelected",kwnames,&obj0,&obj1)) goto fail;
24019 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24020 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24021 arg2 = (long) SWIG_AsLong(obj1);
24022 if (PyErr_Occurred()) SWIG_fail;
24023 {
24024 PyThreadState* __tstate = wxPyBeginAllowThreads();
24025 result = (bool)(arg1)->IsSelected(arg2);
24026
24027 wxPyEndAllowThreads(__tstate);
24028 if (PyErr_Occurred()) SWIG_fail;
24029 }
24030 {
24031 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24032 }
24033 return resultobj;
24034 fail:
24035 return NULL;
24036 }
24037
24038
24039 static PyObject *_wrap_ListView_SetColumnImage(PyObject *self, PyObject *args, PyObject *kwargs) {
24040 PyObject *resultobj;
24041 wxListView *arg1 = (wxListView *) 0 ;
24042 int arg2 ;
24043 int arg3 ;
24044 PyObject * obj0 = 0 ;
24045 PyObject * obj1 = 0 ;
24046 PyObject * obj2 = 0 ;
24047 char *kwnames[] = {
24048 (char *) "self",(char *) "col",(char *) "image", NULL
24049 };
24050
24051 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListView_SetColumnImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
24052 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24053 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24054 arg2 = (int) SWIG_AsInt(obj1);
24055 if (PyErr_Occurred()) SWIG_fail;
24056 arg3 = (int) SWIG_AsInt(obj2);
24057 if (PyErr_Occurred()) SWIG_fail;
24058 {
24059 PyThreadState* __tstate = wxPyBeginAllowThreads();
24060 (arg1)->SetColumnImage(arg2,arg3);
24061
24062 wxPyEndAllowThreads(__tstate);
24063 if (PyErr_Occurred()) SWIG_fail;
24064 }
24065 Py_INCREF(Py_None); resultobj = Py_None;
24066 return resultobj;
24067 fail:
24068 return NULL;
24069 }
24070
24071
24072 static PyObject *_wrap_ListView_ClearColumnImage(PyObject *self, PyObject *args, PyObject *kwargs) {
24073 PyObject *resultobj;
24074 wxListView *arg1 = (wxListView *) 0 ;
24075 int arg2 ;
24076 PyObject * obj0 = 0 ;
24077 PyObject * obj1 = 0 ;
24078 char *kwnames[] = {
24079 (char *) "self",(char *) "col", NULL
24080 };
24081
24082 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_ClearColumnImage",kwnames,&obj0,&obj1)) goto fail;
24083 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
24084 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24085 arg2 = (int) SWIG_AsInt(obj1);
24086 if (PyErr_Occurred()) SWIG_fail;
24087 {
24088 PyThreadState* __tstate = wxPyBeginAllowThreads();
24089 (arg1)->ClearColumnImage(arg2);
24090
24091 wxPyEndAllowThreads(__tstate);
24092 if (PyErr_Occurred()) SWIG_fail;
24093 }
24094 Py_INCREF(Py_None); resultobj = Py_None;
24095 return resultobj;
24096 fail:
24097 return NULL;
24098 }
24099
24100
24101 static PyObject * ListView_swigregister(PyObject *self, PyObject *args) {
24102 PyObject *obj;
24103 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24104 SWIG_TypeClientData(SWIGTYPE_p_wxListView, obj);
24105 Py_INCREF(obj);
24106 return Py_BuildValue((char *)"");
24107 }
24108 static int _wrap_TreeCtrlNameStr_set(PyObject *_val) {
24109 PyErr_SetString(PyExc_TypeError,"Variable TreeCtrlNameStr is read-only.");
24110 return 1;
24111 }
24112
24113
24114 static PyObject *_wrap_TreeCtrlNameStr_get() {
24115 PyObject *pyobj;
24116
24117 {
24118 #if wxUSE_UNICODE
24119 pyobj = PyUnicode_FromWideChar((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
24120 #else
24121 pyobj = PyString_FromStringAndSize((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
24122 #endif
24123 }
24124 return pyobj;
24125 }
24126
24127
24128 static PyObject *_wrap_new_TreeItemId(PyObject *self, PyObject *args, PyObject *kwargs) {
24129 PyObject *resultobj;
24130 wxTreeItemId *result;
24131 char *kwnames[] = {
24132 NULL
24133 };
24134
24135 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_TreeItemId",kwnames)) goto fail;
24136 {
24137 PyThreadState* __tstate = wxPyBeginAllowThreads();
24138 result = (wxTreeItemId *)new wxTreeItemId();
24139
24140 wxPyEndAllowThreads(__tstate);
24141 if (PyErr_Occurred()) SWIG_fail;
24142 }
24143 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeItemId, 1);
24144 return resultobj;
24145 fail:
24146 return NULL;
24147 }
24148
24149
24150 static PyObject *_wrap_delete_TreeItemId(PyObject *self, PyObject *args, PyObject *kwargs) {
24151 PyObject *resultobj;
24152 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24153 PyObject * obj0 = 0 ;
24154 char *kwnames[] = {
24155 (char *) "self", NULL
24156 };
24157
24158 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TreeItemId",kwnames,&obj0)) goto fail;
24159 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24160 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24161 {
24162 PyThreadState* __tstate = wxPyBeginAllowThreads();
24163 delete arg1;
24164
24165 wxPyEndAllowThreads(__tstate);
24166 if (PyErr_Occurred()) SWIG_fail;
24167 }
24168 Py_INCREF(Py_None); resultobj = Py_None;
24169 return resultobj;
24170 fail:
24171 return NULL;
24172 }
24173
24174
24175 static PyObject *_wrap_TreeItemId_IsOk(PyObject *self, PyObject *args, PyObject *kwargs) {
24176 PyObject *resultobj;
24177 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24178 bool result;
24179 PyObject * obj0 = 0 ;
24180 char *kwnames[] = {
24181 (char *) "self", NULL
24182 };
24183
24184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_IsOk",kwnames,&obj0)) goto fail;
24185 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24186 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24187 {
24188 PyThreadState* __tstate = wxPyBeginAllowThreads();
24189 result = (bool)((wxTreeItemId const *)arg1)->IsOk();
24190
24191 wxPyEndAllowThreads(__tstate);
24192 if (PyErr_Occurred()) SWIG_fail;
24193 }
24194 {
24195 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24196 }
24197 return resultobj;
24198 fail:
24199 return NULL;
24200 }
24201
24202
24203 static PyObject *_wrap_TreeItemId___eq__(PyObject *self, PyObject *args, PyObject *kwargs) {
24204 PyObject *resultobj;
24205 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24206 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
24207 bool result;
24208 PyObject * obj0 = 0 ;
24209 PyObject * obj1 = 0 ;
24210 char *kwnames[] = {
24211 (char *) "self",(char *) "other", NULL
24212 };
24213
24214 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___eq__",kwnames,&obj0,&obj1)) goto fail;
24215 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24216 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24217 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24218 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24219 {
24220 PyThreadState* __tstate = wxPyBeginAllowThreads();
24221 result = (bool)wxTreeItemId___eq__(arg1,(wxTreeItemId const *)arg2);
24222
24223 wxPyEndAllowThreads(__tstate);
24224 if (PyErr_Occurred()) SWIG_fail;
24225 }
24226 {
24227 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24228 }
24229 return resultobj;
24230 fail:
24231 return NULL;
24232 }
24233
24234
24235 static PyObject *_wrap_TreeItemId___ne__(PyObject *self, PyObject *args, PyObject *kwargs) {
24236 PyObject *resultobj;
24237 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24238 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
24239 bool result;
24240 PyObject * obj0 = 0 ;
24241 PyObject * obj1 = 0 ;
24242 char *kwnames[] = {
24243 (char *) "self",(char *) "other", NULL
24244 };
24245
24246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___ne__",kwnames,&obj0,&obj1)) goto fail;
24247 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24248 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24249 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24250 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24251 {
24252 PyThreadState* __tstate = wxPyBeginAllowThreads();
24253 result = (bool)wxTreeItemId___ne__(arg1,(wxTreeItemId const *)arg2);
24254
24255 wxPyEndAllowThreads(__tstate);
24256 if (PyErr_Occurred()) SWIG_fail;
24257 }
24258 {
24259 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24260 }
24261 return resultobj;
24262 fail:
24263 return NULL;
24264 }
24265
24266
24267 static PyObject *_wrap_TreeItemId_m_pItem_set(PyObject *self, PyObject *args, PyObject *kwargs) {
24268 PyObject *resultobj;
24269 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24270 void *arg2 = (void *) 0 ;
24271 PyObject * obj0 = 0 ;
24272 PyObject * obj1 = 0 ;
24273 char *kwnames[] = {
24274 (char *) "self",(char *) "m_pItem", NULL
24275 };
24276
24277 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId_m_pItem_set",kwnames,&obj0,&obj1)) goto fail;
24278 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24279 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24280 if ((SWIG_ConvertPtr(obj1,&arg2,0,SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
24281 if (arg1) (arg1)->m_pItem = arg2;
24282
24283 Py_INCREF(Py_None); resultobj = Py_None;
24284 return resultobj;
24285 fail:
24286 return NULL;
24287 }
24288
24289
24290 static PyObject *_wrap_TreeItemId_m_pItem_get(PyObject *self, PyObject *args, PyObject *kwargs) {
24291 PyObject *resultobj;
24292 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24293 void *result;
24294 PyObject * obj0 = 0 ;
24295 char *kwnames[] = {
24296 (char *) "self", NULL
24297 };
24298
24299 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_m_pItem_get",kwnames,&obj0)) goto fail;
24300 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24301 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24302 result = (void *) ((arg1)->m_pItem);
24303
24304 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_void, 0);
24305 return resultobj;
24306 fail:
24307 return NULL;
24308 }
24309
24310
24311 static PyObject * TreeItemId_swigregister(PyObject *self, PyObject *args) {
24312 PyObject *obj;
24313 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24314 SWIG_TypeClientData(SWIGTYPE_p_wxTreeItemId, obj);
24315 Py_INCREF(obj);
24316 return Py_BuildValue((char *)"");
24317 }
24318 static PyObject *_wrap_new_TreeItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
24319 PyObject *resultobj;
24320 PyObject *arg1 = (PyObject *) NULL ;
24321 wxPyTreeItemData *result;
24322 PyObject * obj0 = 0 ;
24323 char *kwnames[] = {
24324 (char *) "obj", NULL
24325 };
24326
24327 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:new_TreeItemData",kwnames,&obj0)) goto fail;
24328 if (obj0) {
24329 arg1 = obj0;
24330 }
24331 {
24332 PyThreadState* __tstate = wxPyBeginAllowThreads();
24333 result = (wxPyTreeItemData *)new wxPyTreeItemData(arg1);
24334
24335 wxPyEndAllowThreads(__tstate);
24336 if (PyErr_Occurred()) SWIG_fail;
24337 }
24338 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeItemData, 1);
24339 return resultobj;
24340 fail:
24341 return NULL;
24342 }
24343
24344
24345 static PyObject *_wrap_TreeItemData_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
24346 PyObject *resultobj;
24347 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24348 PyObject *result;
24349 PyObject * obj0 = 0 ;
24350 char *kwnames[] = {
24351 (char *) "self", NULL
24352 };
24353
24354 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetData",kwnames,&obj0)) goto fail;
24355 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24356 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24357 {
24358 PyThreadState* __tstate = wxPyBeginAllowThreads();
24359 result = (PyObject *)(arg1)->GetData();
24360
24361 wxPyEndAllowThreads(__tstate);
24362 if (PyErr_Occurred()) SWIG_fail;
24363 }
24364 resultobj = result;
24365 return resultobj;
24366 fail:
24367 return NULL;
24368 }
24369
24370
24371 static PyObject *_wrap_TreeItemData_SetData(PyObject *self, PyObject *args, PyObject *kwargs) {
24372 PyObject *resultobj;
24373 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24374 PyObject *arg2 = (PyObject *) 0 ;
24375 PyObject * obj0 = 0 ;
24376 PyObject * obj1 = 0 ;
24377 char *kwnames[] = {
24378 (char *) "self",(char *) "obj", NULL
24379 };
24380
24381 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetData",kwnames,&obj0,&obj1)) goto fail;
24382 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24383 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24384 arg2 = obj1;
24385 {
24386 PyThreadState* __tstate = wxPyBeginAllowThreads();
24387 (arg1)->SetData(arg2);
24388
24389 wxPyEndAllowThreads(__tstate);
24390 if (PyErr_Occurred()) SWIG_fail;
24391 }
24392 Py_INCREF(Py_None); resultobj = Py_None;
24393 return resultobj;
24394 fail:
24395 return NULL;
24396 }
24397
24398
24399 static PyObject *_wrap_TreeItemData_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
24400 PyObject *resultobj;
24401 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24402 wxTreeItemId *result;
24403 PyObject * obj0 = 0 ;
24404 char *kwnames[] = {
24405 (char *) "self", NULL
24406 };
24407
24408 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetId",kwnames,&obj0)) goto fail;
24409 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24410 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24411 {
24412 PyThreadState* __tstate = wxPyBeginAllowThreads();
24413 {
24414 wxTreeItemId const &_result_ref = (arg1)->GetId();
24415 result = (wxTreeItemId *) &_result_ref;
24416 }
24417
24418 wxPyEndAllowThreads(__tstate);
24419 if (PyErr_Occurred()) SWIG_fail;
24420 }
24421 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeItemId, 0);
24422 return resultobj;
24423 fail:
24424 return NULL;
24425 }
24426
24427
24428 static PyObject *_wrap_TreeItemData_SetId(PyObject *self, PyObject *args, PyObject *kwargs) {
24429 PyObject *resultobj;
24430 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24431 wxTreeItemId *arg2 = 0 ;
24432 PyObject * obj0 = 0 ;
24433 PyObject * obj1 = 0 ;
24434 char *kwnames[] = {
24435 (char *) "self",(char *) "id", NULL
24436 };
24437
24438 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetId",kwnames,&obj0,&obj1)) goto fail;
24439 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24440 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24441 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24442 SWIG_POINTER_EXCEPTION | 0)) == -1)
24443 SWIG_fail;
24444 if (arg2 == NULL) {
24445 PyErr_SetString(PyExc_TypeError,"null reference");
24446 SWIG_fail;
24447 }
24448 {
24449 PyThreadState* __tstate = wxPyBeginAllowThreads();
24450 (arg1)->SetId((wxTreeItemId const &)*arg2);
24451
24452 wxPyEndAllowThreads(__tstate);
24453 if (PyErr_Occurred()) SWIG_fail;
24454 }
24455 Py_INCREF(Py_None); resultobj = Py_None;
24456 return resultobj;
24457 fail:
24458 return NULL;
24459 }
24460
24461
24462 static PyObject *_wrap_TreeItemData_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
24463 PyObject *resultobj;
24464 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24465 PyObject * obj0 = 0 ;
24466 char *kwnames[] = {
24467 (char *) "self", NULL
24468 };
24469
24470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_Destroy",kwnames,&obj0)) goto fail;
24471 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24472 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24473 {
24474 PyThreadState* __tstate = wxPyBeginAllowThreads();
24475 wxPyTreeItemData_Destroy(arg1);
24476
24477 wxPyEndAllowThreads(__tstate);
24478 if (PyErr_Occurred()) SWIG_fail;
24479 }
24480 Py_INCREF(Py_None); resultobj = Py_None;
24481 return resultobj;
24482 fail:
24483 return NULL;
24484 }
24485
24486
24487 static PyObject * TreeItemData_swigregister(PyObject *self, PyObject *args) {
24488 PyObject *obj;
24489 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24490 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeItemData, obj);
24491 Py_INCREF(obj);
24492 return Py_BuildValue((char *)"");
24493 }
24494 static PyObject *_wrap_new_TreeEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
24495 PyObject *resultobj;
24496 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
24497 int arg2 = (int) 0 ;
24498 wxTreeEvent *result;
24499 PyObject * obj0 = 0 ;
24500 PyObject * obj1 = 0 ;
24501 char *kwnames[] = {
24502 (char *) "commandType",(char *) "id", NULL
24503 };
24504
24505 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_TreeEvent",kwnames,&obj0,&obj1)) goto fail;
24506 if (obj0) {
24507 arg1 = (wxEventType) SWIG_AsInt(obj0);
24508 if (PyErr_Occurred()) SWIG_fail;
24509 }
24510 if (obj1) {
24511 arg2 = (int) SWIG_AsInt(obj1);
24512 if (PyErr_Occurred()) SWIG_fail;
24513 }
24514 {
24515 PyThreadState* __tstate = wxPyBeginAllowThreads();
24516 result = (wxTreeEvent *)new wxTreeEvent(arg1,arg2);
24517
24518 wxPyEndAllowThreads(__tstate);
24519 if (PyErr_Occurred()) SWIG_fail;
24520 }
24521 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeEvent, 1);
24522 return resultobj;
24523 fail:
24524 return NULL;
24525 }
24526
24527
24528 static PyObject *_wrap_TreeEvent_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24529 PyObject *resultobj;
24530 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24531 wxTreeItemId result;
24532 PyObject * obj0 = 0 ;
24533 char *kwnames[] = {
24534 (char *) "self", NULL
24535 };
24536
24537 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetItem",kwnames,&obj0)) goto fail;
24538 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24539 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24540 {
24541 PyThreadState* __tstate = wxPyBeginAllowThreads();
24542 result = ((wxTreeEvent const *)arg1)->GetItem();
24543
24544 wxPyEndAllowThreads(__tstate);
24545 if (PyErr_Occurred()) SWIG_fail;
24546 }
24547 {
24548 wxTreeItemId * resultptr;
24549 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24550 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
24551 }
24552 return resultobj;
24553 fail:
24554 return NULL;
24555 }
24556
24557
24558 static PyObject *_wrap_TreeEvent_SetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24559 PyObject *resultobj;
24560 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24561 wxTreeItemId *arg2 = 0 ;
24562 PyObject * obj0 = 0 ;
24563 PyObject * obj1 = 0 ;
24564 char *kwnames[] = {
24565 (char *) "self",(char *) "item", NULL
24566 };
24567
24568 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetItem",kwnames,&obj0,&obj1)) goto fail;
24569 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24570 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24571 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24572 SWIG_POINTER_EXCEPTION | 0)) == -1)
24573 SWIG_fail;
24574 if (arg2 == NULL) {
24575 PyErr_SetString(PyExc_TypeError,"null reference");
24576 SWIG_fail;
24577 }
24578 {
24579 PyThreadState* __tstate = wxPyBeginAllowThreads();
24580 (arg1)->SetItem((wxTreeItemId const &)*arg2);
24581
24582 wxPyEndAllowThreads(__tstate);
24583 if (PyErr_Occurred()) SWIG_fail;
24584 }
24585 Py_INCREF(Py_None); resultobj = Py_None;
24586 return resultobj;
24587 fail:
24588 return NULL;
24589 }
24590
24591
24592 static PyObject *_wrap_TreeEvent_GetOldItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24593 PyObject *resultobj;
24594 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24595 wxTreeItemId result;
24596 PyObject * obj0 = 0 ;
24597 char *kwnames[] = {
24598 (char *) "self", NULL
24599 };
24600
24601 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetOldItem",kwnames,&obj0)) goto fail;
24602 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24603 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24604 {
24605 PyThreadState* __tstate = wxPyBeginAllowThreads();
24606 result = ((wxTreeEvent const *)arg1)->GetOldItem();
24607
24608 wxPyEndAllowThreads(__tstate);
24609 if (PyErr_Occurred()) SWIG_fail;
24610 }
24611 {
24612 wxTreeItemId * resultptr;
24613 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24614 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
24615 }
24616 return resultobj;
24617 fail:
24618 return NULL;
24619 }
24620
24621
24622 static PyObject *_wrap_TreeEvent_SetOldItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24623 PyObject *resultobj;
24624 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24625 wxTreeItemId *arg2 = 0 ;
24626 PyObject * obj0 = 0 ;
24627 PyObject * obj1 = 0 ;
24628 char *kwnames[] = {
24629 (char *) "self",(char *) "item", NULL
24630 };
24631
24632 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetOldItem",kwnames,&obj0,&obj1)) goto fail;
24633 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24634 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24635 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24636 SWIG_POINTER_EXCEPTION | 0)) == -1)
24637 SWIG_fail;
24638 if (arg2 == NULL) {
24639 PyErr_SetString(PyExc_TypeError,"null reference");
24640 SWIG_fail;
24641 }
24642 {
24643 PyThreadState* __tstate = wxPyBeginAllowThreads();
24644 (arg1)->SetOldItem((wxTreeItemId const &)*arg2);
24645
24646 wxPyEndAllowThreads(__tstate);
24647 if (PyErr_Occurred()) SWIG_fail;
24648 }
24649 Py_INCREF(Py_None); resultobj = Py_None;
24650 return resultobj;
24651 fail:
24652 return NULL;
24653 }
24654
24655
24656 static PyObject *_wrap_TreeEvent_GetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
24657 PyObject *resultobj;
24658 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24659 wxPoint result;
24660 PyObject * obj0 = 0 ;
24661 char *kwnames[] = {
24662 (char *) "self", NULL
24663 };
24664
24665 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetPoint",kwnames,&obj0)) goto fail;
24666 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24667 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24668 {
24669 PyThreadState* __tstate = wxPyBeginAllowThreads();
24670 result = ((wxTreeEvent const *)arg1)->GetPoint();
24671
24672 wxPyEndAllowThreads(__tstate);
24673 if (PyErr_Occurred()) SWIG_fail;
24674 }
24675 {
24676 wxPoint * resultptr;
24677 resultptr = new wxPoint((wxPoint &) result);
24678 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
24679 }
24680 return resultobj;
24681 fail:
24682 return NULL;
24683 }
24684
24685
24686 static PyObject *_wrap_TreeEvent_SetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
24687 PyObject *resultobj;
24688 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24689 wxPoint *arg2 = 0 ;
24690 wxPoint temp2 ;
24691 PyObject * obj0 = 0 ;
24692 PyObject * obj1 = 0 ;
24693 char *kwnames[] = {
24694 (char *) "self",(char *) "pt", NULL
24695 };
24696
24697 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetPoint",kwnames,&obj0,&obj1)) goto fail;
24698 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24699 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24700 {
24701 arg2 = &temp2;
24702 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
24703 }
24704 {
24705 PyThreadState* __tstate = wxPyBeginAllowThreads();
24706 (arg1)->SetPoint((wxPoint const &)*arg2);
24707
24708 wxPyEndAllowThreads(__tstate);
24709 if (PyErr_Occurred()) SWIG_fail;
24710 }
24711 Py_INCREF(Py_None); resultobj = Py_None;
24712 return resultobj;
24713 fail:
24714 return NULL;
24715 }
24716
24717
24718 static PyObject *_wrap_TreeEvent_GetKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
24719 PyObject *resultobj;
24720 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24721 wxKeyEvent *result;
24722 PyObject * obj0 = 0 ;
24723 char *kwnames[] = {
24724 (char *) "self", NULL
24725 };
24726
24727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyEvent",kwnames,&obj0)) goto fail;
24728 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24729 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24730 {
24731 PyThreadState* __tstate = wxPyBeginAllowThreads();
24732 {
24733 wxKeyEvent const &_result_ref = ((wxTreeEvent const *)arg1)->GetKeyEvent();
24734 result = (wxKeyEvent *) &_result_ref;
24735 }
24736
24737 wxPyEndAllowThreads(__tstate);
24738 if (PyErr_Occurred()) SWIG_fail;
24739 }
24740 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxKeyEvent, 0);
24741 return resultobj;
24742 fail:
24743 return NULL;
24744 }
24745
24746
24747 static PyObject *_wrap_TreeEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) {
24748 PyObject *resultobj;
24749 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24750 int result;
24751 PyObject * obj0 = 0 ;
24752 char *kwnames[] = {
24753 (char *) "self", NULL
24754 };
24755
24756 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyCode",kwnames,&obj0)) goto fail;
24757 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24758 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24759 {
24760 PyThreadState* __tstate = wxPyBeginAllowThreads();
24761 result = (int)((wxTreeEvent const *)arg1)->GetKeyCode();
24762
24763 wxPyEndAllowThreads(__tstate);
24764 if (PyErr_Occurred()) SWIG_fail;
24765 }
24766 resultobj = SWIG_FromInt((int)result);
24767 return resultobj;
24768 fail:
24769 return NULL;
24770 }
24771
24772
24773 static PyObject *_wrap_TreeEvent_SetKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
24774 PyObject *resultobj;
24775 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24776 wxKeyEvent *arg2 = 0 ;
24777 PyObject * obj0 = 0 ;
24778 PyObject * obj1 = 0 ;
24779 char *kwnames[] = {
24780 (char *) "self",(char *) "evt", NULL
24781 };
24782
24783 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetKeyEvent",kwnames,&obj0,&obj1)) goto fail;
24784 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24785 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24786 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxKeyEvent,
24787 SWIG_POINTER_EXCEPTION | 0)) == -1)
24788 SWIG_fail;
24789 if (arg2 == NULL) {
24790 PyErr_SetString(PyExc_TypeError,"null reference");
24791 SWIG_fail;
24792 }
24793 {
24794 PyThreadState* __tstate = wxPyBeginAllowThreads();
24795 (arg1)->SetKeyEvent((wxKeyEvent const &)*arg2);
24796
24797 wxPyEndAllowThreads(__tstate);
24798 if (PyErr_Occurred()) SWIG_fail;
24799 }
24800 Py_INCREF(Py_None); resultobj = Py_None;
24801 return resultobj;
24802 fail:
24803 return NULL;
24804 }
24805
24806
24807 static PyObject *_wrap_TreeEvent_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
24808 PyObject *resultobj;
24809 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24810 wxString *result;
24811 PyObject * obj0 = 0 ;
24812 char *kwnames[] = {
24813 (char *) "self", NULL
24814 };
24815
24816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetLabel",kwnames,&obj0)) goto fail;
24817 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24818 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24819 {
24820 PyThreadState* __tstate = wxPyBeginAllowThreads();
24821 {
24822 wxString const &_result_ref = ((wxTreeEvent const *)arg1)->GetLabel();
24823 result = (wxString *) &_result_ref;
24824 }
24825
24826 wxPyEndAllowThreads(__tstate);
24827 if (PyErr_Occurred()) SWIG_fail;
24828 }
24829 {
24830 #if wxUSE_UNICODE
24831 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
24832 #else
24833 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
24834 #endif
24835 }
24836 return resultobj;
24837 fail:
24838 return NULL;
24839 }
24840
24841
24842 static PyObject *_wrap_TreeEvent_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
24843 PyObject *resultobj;
24844 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24845 wxString *arg2 = 0 ;
24846 bool temp2 = False ;
24847 PyObject * obj0 = 0 ;
24848 PyObject * obj1 = 0 ;
24849 char *kwnames[] = {
24850 (char *) "self",(char *) "label", NULL
24851 };
24852
24853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetLabel",kwnames,&obj0,&obj1)) goto fail;
24854 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24855 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24856 {
24857 arg2 = wxString_in_helper(obj1);
24858 if (arg2 == NULL) SWIG_fail;
24859 temp2 = True;
24860 }
24861 {
24862 PyThreadState* __tstate = wxPyBeginAllowThreads();
24863 (arg1)->SetLabel((wxString const &)*arg2);
24864
24865 wxPyEndAllowThreads(__tstate);
24866 if (PyErr_Occurred()) SWIG_fail;
24867 }
24868 Py_INCREF(Py_None); resultobj = Py_None;
24869 {
24870 if (temp2)
24871 delete arg2;
24872 }
24873 return resultobj;
24874 fail:
24875 {
24876 if (temp2)
24877 delete arg2;
24878 }
24879 return NULL;
24880 }
24881
24882
24883 static PyObject *_wrap_TreeEvent_IsEditCancelled(PyObject *self, PyObject *args, PyObject *kwargs) {
24884 PyObject *resultobj;
24885 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24886 bool result;
24887 PyObject * obj0 = 0 ;
24888 char *kwnames[] = {
24889 (char *) "self", NULL
24890 };
24891
24892 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
24893 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24894 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24895 {
24896 PyThreadState* __tstate = wxPyBeginAllowThreads();
24897 result = (bool)((wxTreeEvent const *)arg1)->IsEditCancelled();
24898
24899 wxPyEndAllowThreads(__tstate);
24900 if (PyErr_Occurred()) SWIG_fail;
24901 }
24902 {
24903 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24904 }
24905 return resultobj;
24906 fail:
24907 return NULL;
24908 }
24909
24910
24911 static PyObject *_wrap_TreeEvent_SetEditCanceled(PyObject *self, PyObject *args, PyObject *kwargs) {
24912 PyObject *resultobj;
24913 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24914 bool arg2 ;
24915 PyObject * obj0 = 0 ;
24916 PyObject * obj1 = 0 ;
24917 char *kwnames[] = {
24918 (char *) "self",(char *) "editCancelled", NULL
24919 };
24920
24921 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
24922 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24923 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24924 arg2 = (bool) SWIG_AsBool(obj1);
24925 if (PyErr_Occurred()) SWIG_fail;
24926 {
24927 PyThreadState* __tstate = wxPyBeginAllowThreads();
24928 (arg1)->SetEditCanceled(arg2);
24929
24930 wxPyEndAllowThreads(__tstate);
24931 if (PyErr_Occurred()) SWIG_fail;
24932 }
24933 Py_INCREF(Py_None); resultobj = Py_None;
24934 return resultobj;
24935 fail:
24936 return NULL;
24937 }
24938
24939
24940 static PyObject *_wrap_TreeEvent_SetToolTip(PyObject *self, PyObject *args, PyObject *kwargs) {
24941 PyObject *resultobj;
24942 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24943 wxString *arg2 = 0 ;
24944 bool temp2 = False ;
24945 PyObject * obj0 = 0 ;
24946 PyObject * obj1 = 0 ;
24947 char *kwnames[] = {
24948 (char *) "self",(char *) "toolTip", NULL
24949 };
24950
24951 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetToolTip",kwnames,&obj0,&obj1)) goto fail;
24952 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24953 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24954 {
24955 arg2 = wxString_in_helper(obj1);
24956 if (arg2 == NULL) SWIG_fail;
24957 temp2 = True;
24958 }
24959 {
24960 PyThreadState* __tstate = wxPyBeginAllowThreads();
24961 (arg1)->SetToolTip((wxString const &)*arg2);
24962
24963 wxPyEndAllowThreads(__tstate);
24964 if (PyErr_Occurred()) SWIG_fail;
24965 }
24966 Py_INCREF(Py_None); resultobj = Py_None;
24967 {
24968 if (temp2)
24969 delete arg2;
24970 }
24971 return resultobj;
24972 fail:
24973 {
24974 if (temp2)
24975 delete arg2;
24976 }
24977 return NULL;
24978 }
24979
24980
24981 static PyObject * TreeEvent_swigregister(PyObject *self, PyObject *args) {
24982 PyObject *obj;
24983 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24984 SWIG_TypeClientData(SWIGTYPE_p_wxTreeEvent, obj);
24985 Py_INCREF(obj);
24986 return Py_BuildValue((char *)"");
24987 }
24988 static PyObject *_wrap_new_TreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
24989 PyObject *resultobj;
24990 wxWindow *arg1 = (wxWindow *) 0 ;
24991 int arg2 = (int) -1 ;
24992 wxPoint const &arg3_defvalue = wxDefaultPosition ;
24993 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
24994 wxSize const &arg4_defvalue = wxDefaultSize ;
24995 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
24996 long arg5 = (long) wxTR_DEFAULT_STYLE ;
24997 wxValidator const &arg6_defvalue = wxDefaultValidator ;
24998 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
24999 wxString const &arg7_defvalue = wxPyTreeCtrlNameStr ;
25000 wxString *arg7 = (wxString *) &arg7_defvalue ;
25001 wxPyTreeCtrl *result;
25002 wxPoint temp3 ;
25003 wxSize temp4 ;
25004 bool temp7 = False ;
25005 PyObject * obj0 = 0 ;
25006 PyObject * obj1 = 0 ;
25007 PyObject * obj2 = 0 ;
25008 PyObject * obj3 = 0 ;
25009 PyObject * obj4 = 0 ;
25010 PyObject * obj5 = 0 ;
25011 PyObject * obj6 = 0 ;
25012 char *kwnames[] = {
25013 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25014 };
25015
25016 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_TreeCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
25017 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
25018 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25019 if (obj1) {
25020 arg2 = (int) SWIG_AsInt(obj1);
25021 if (PyErr_Occurred()) SWIG_fail;
25022 }
25023 if (obj2) {
25024 {
25025 arg3 = &temp3;
25026 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
25027 }
25028 }
25029 if (obj3) {
25030 {
25031 arg4 = &temp4;
25032 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
25033 }
25034 }
25035 if (obj4) {
25036 arg5 = (long) SWIG_AsLong(obj4);
25037 if (PyErr_Occurred()) SWIG_fail;
25038 }
25039 if (obj5) {
25040 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
25041 SWIG_POINTER_EXCEPTION | 0)) == -1)
25042 SWIG_fail;
25043 if (arg6 == NULL) {
25044 PyErr_SetString(PyExc_TypeError,"null reference");
25045 SWIG_fail;
25046 }
25047 }
25048 if (obj6) {
25049 {
25050 arg7 = wxString_in_helper(obj6);
25051 if (arg7 == NULL) SWIG_fail;
25052 temp7 = True;
25053 }
25054 }
25055 {
25056 if (!wxPyCheckForApp()) SWIG_fail;
25057 PyThreadState* __tstate = wxPyBeginAllowThreads();
25058 result = (wxPyTreeCtrl *)new wxPyTreeCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
25059
25060 wxPyEndAllowThreads(__tstate);
25061 if (PyErr_Occurred()) SWIG_fail;
25062 }
25063 {
25064 resultobj = wxPyMake_wxObject(result);
25065 }
25066 {
25067 if (temp7)
25068 delete arg7;
25069 }
25070 return resultobj;
25071 fail:
25072 {
25073 if (temp7)
25074 delete arg7;
25075 }
25076 return NULL;
25077 }
25078
25079
25080 static PyObject *_wrap_new_PreTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
25081 PyObject *resultobj;
25082 wxPyTreeCtrl *result;
25083 char *kwnames[] = {
25084 NULL
25085 };
25086
25087 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTreeCtrl",kwnames)) goto fail;
25088 {
25089 if (!wxPyCheckForApp()) SWIG_fail;
25090 PyThreadState* __tstate = wxPyBeginAllowThreads();
25091 result = (wxPyTreeCtrl *)new wxPyTreeCtrl();
25092
25093 wxPyEndAllowThreads(__tstate);
25094 if (PyErr_Occurred()) SWIG_fail;
25095 }
25096 {
25097 resultobj = wxPyMake_wxObject(result);
25098 }
25099 return resultobj;
25100 fail:
25101 return NULL;
25102 }
25103
25104
25105 static PyObject *_wrap_TreeCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
25106 PyObject *resultobj;
25107 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25108 wxWindow *arg2 = (wxWindow *) 0 ;
25109 int arg3 = (int) -1 ;
25110 wxPoint const &arg4_defvalue = wxDefaultPosition ;
25111 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
25112 wxSize const &arg5_defvalue = wxDefaultSize ;
25113 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
25114 long arg6 = (long) wxTR_DEFAULT_STYLE ;
25115 wxValidator const &arg7_defvalue = wxDefaultValidator ;
25116 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
25117 wxString const &arg8_defvalue = wxPyTreeCtrlNameStr ;
25118 wxString *arg8 = (wxString *) &arg8_defvalue ;
25119 bool result;
25120 wxPoint temp4 ;
25121 wxSize temp5 ;
25122 bool temp8 = False ;
25123 PyObject * obj0 = 0 ;
25124 PyObject * obj1 = 0 ;
25125 PyObject * obj2 = 0 ;
25126 PyObject * obj3 = 0 ;
25127 PyObject * obj4 = 0 ;
25128 PyObject * obj5 = 0 ;
25129 PyObject * obj6 = 0 ;
25130 PyObject * obj7 = 0 ;
25131 char *kwnames[] = {
25132 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25133 };
25134
25135 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:TreeCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
25136 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25137 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25138 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
25139 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25140 if (obj2) {
25141 arg3 = (int) SWIG_AsInt(obj2);
25142 if (PyErr_Occurred()) SWIG_fail;
25143 }
25144 if (obj3) {
25145 {
25146 arg4 = &temp4;
25147 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
25148 }
25149 }
25150 if (obj4) {
25151 {
25152 arg5 = &temp5;
25153 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
25154 }
25155 }
25156 if (obj5) {
25157 arg6 = (long) SWIG_AsLong(obj5);
25158 if (PyErr_Occurred()) SWIG_fail;
25159 }
25160 if (obj6) {
25161 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
25162 SWIG_POINTER_EXCEPTION | 0)) == -1)
25163 SWIG_fail;
25164 if (arg7 == NULL) {
25165 PyErr_SetString(PyExc_TypeError,"null reference");
25166 SWIG_fail;
25167 }
25168 }
25169 if (obj7) {
25170 {
25171 arg8 = wxString_in_helper(obj7);
25172 if (arg8 == NULL) SWIG_fail;
25173 temp8 = True;
25174 }
25175 }
25176 {
25177 PyThreadState* __tstate = wxPyBeginAllowThreads();
25178 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
25179
25180 wxPyEndAllowThreads(__tstate);
25181 if (PyErr_Occurred()) SWIG_fail;
25182 }
25183 {
25184 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
25185 }
25186 {
25187 if (temp8)
25188 delete arg8;
25189 }
25190 return resultobj;
25191 fail:
25192 {
25193 if (temp8)
25194 delete arg8;
25195 }
25196 return NULL;
25197 }
25198
25199
25200 static PyObject *_wrap_TreeCtrl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
25201 PyObject *resultobj;
25202 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25203 PyObject *arg2 = (PyObject *) 0 ;
25204 PyObject *arg3 = (PyObject *) 0 ;
25205 PyObject * obj0 = 0 ;
25206 PyObject * obj1 = 0 ;
25207 PyObject * obj2 = 0 ;
25208 char *kwnames[] = {
25209 (char *) "self",(char *) "self",(char *) "_class", NULL
25210 };
25211
25212 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
25213 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25214 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25215 arg2 = obj1;
25216 arg3 = obj2;
25217 {
25218 PyThreadState* __tstate = wxPyBeginAllowThreads();
25219 (arg1)->_setCallbackInfo(arg2,arg3);
25220
25221 wxPyEndAllowThreads(__tstate);
25222 if (PyErr_Occurred()) SWIG_fail;
25223 }
25224 Py_INCREF(Py_None); resultobj = Py_None;
25225 return resultobj;
25226 fail:
25227 return NULL;
25228 }
25229
25230
25231 static PyObject *_wrap_TreeCtrl_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
25232 PyObject *resultobj;
25233 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25234 size_t result;
25235 PyObject * obj0 = 0 ;
25236 char *kwnames[] = {
25237 (char *) "self", NULL
25238 };
25239
25240 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetCount",kwnames,&obj0)) goto fail;
25241 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25242 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25243 {
25244 PyThreadState* __tstate = wxPyBeginAllowThreads();
25245 result = (size_t)((wxPyTreeCtrl const *)arg1)->GetCount();
25246
25247 wxPyEndAllowThreads(__tstate);
25248 if (PyErr_Occurred()) SWIG_fail;
25249 }
25250 resultobj = SWIG_FromUnsignedLong((unsigned long)result);
25251 return resultobj;
25252 fail:
25253 return NULL;
25254 }
25255
25256
25257 static PyObject *_wrap_TreeCtrl_GetIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
25258 PyObject *resultobj;
25259 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25260 unsigned int result;
25261 PyObject * obj0 = 0 ;
25262 char *kwnames[] = {
25263 (char *) "self", NULL
25264 };
25265
25266 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetIndent",kwnames,&obj0)) goto fail;
25267 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25268 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25269 {
25270 PyThreadState* __tstate = wxPyBeginAllowThreads();
25271 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetIndent();
25272
25273 wxPyEndAllowThreads(__tstate);
25274 if (PyErr_Occurred()) SWIG_fail;
25275 }
25276 resultobj = SWIG_FromUnsignedInt((unsigned int)result);
25277 return resultobj;
25278 fail:
25279 return NULL;
25280 }
25281
25282
25283 static PyObject *_wrap_TreeCtrl_SetIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
25284 PyObject *resultobj;
25285 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25286 unsigned int arg2 ;
25287 PyObject * obj0 = 0 ;
25288 PyObject * obj1 = 0 ;
25289 char *kwnames[] = {
25290 (char *) "self",(char *) "indent", NULL
25291 };
25292
25293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetIndent",kwnames,&obj0,&obj1)) goto fail;
25294 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25295 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25296 arg2 = (unsigned int) SWIG_AsUnsignedInt(obj1);
25297 if (PyErr_Occurred()) SWIG_fail;
25298 {
25299 PyThreadState* __tstate = wxPyBeginAllowThreads();
25300 (arg1)->SetIndent(arg2);
25301
25302 wxPyEndAllowThreads(__tstate);
25303 if (PyErr_Occurred()) SWIG_fail;
25304 }
25305 Py_INCREF(Py_None); resultobj = Py_None;
25306 return resultobj;
25307 fail:
25308 return NULL;
25309 }
25310
25311
25312 static PyObject *_wrap_TreeCtrl_GetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
25313 PyObject *resultobj;
25314 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25315 unsigned int result;
25316 PyObject * obj0 = 0 ;
25317 char *kwnames[] = {
25318 (char *) "self", NULL
25319 };
25320
25321 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSpacing",kwnames,&obj0)) goto fail;
25322 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25323 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25324 {
25325 PyThreadState* __tstate = wxPyBeginAllowThreads();
25326 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetSpacing();
25327
25328 wxPyEndAllowThreads(__tstate);
25329 if (PyErr_Occurred()) SWIG_fail;
25330 }
25331 resultobj = SWIG_FromUnsignedInt((unsigned int)result);
25332 return resultobj;
25333 fail:
25334 return NULL;
25335 }
25336
25337
25338 static PyObject *_wrap_TreeCtrl_SetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
25339 PyObject *resultobj;
25340 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25341 unsigned int arg2 ;
25342 PyObject * obj0 = 0 ;
25343 PyObject * obj1 = 0 ;
25344 char *kwnames[] = {
25345 (char *) "self",(char *) "spacing", NULL
25346 };
25347
25348 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetSpacing",kwnames,&obj0,&obj1)) goto fail;
25349 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25350 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25351 arg2 = (unsigned int) SWIG_AsUnsignedInt(obj1);
25352 if (PyErr_Occurred()) SWIG_fail;
25353 {
25354 PyThreadState* __tstate = wxPyBeginAllowThreads();
25355 (arg1)->SetSpacing(arg2);
25356
25357 wxPyEndAllowThreads(__tstate);
25358 if (PyErr_Occurred()) SWIG_fail;
25359 }
25360 Py_INCREF(Py_None); resultobj = Py_None;
25361 return resultobj;
25362 fail:
25363 return NULL;
25364 }
25365
25366
25367 static PyObject *_wrap_TreeCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25368 PyObject *resultobj;
25369 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25370 wxImageList *result;
25371 PyObject * obj0 = 0 ;
25372 char *kwnames[] = {
25373 (char *) "self", NULL
25374 };
25375
25376 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetImageList",kwnames,&obj0)) goto fail;
25377 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25378 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25379 {
25380 PyThreadState* __tstate = wxPyBeginAllowThreads();
25381 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetImageList();
25382
25383 wxPyEndAllowThreads(__tstate);
25384 if (PyErr_Occurred()) SWIG_fail;
25385 }
25386 {
25387 resultobj = wxPyMake_wxObject(result);
25388 }
25389 return resultobj;
25390 fail:
25391 return NULL;
25392 }
25393
25394
25395 static PyObject *_wrap_TreeCtrl_GetStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25396 PyObject *resultobj;
25397 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25398 wxImageList *result;
25399 PyObject * obj0 = 0 ;
25400 char *kwnames[] = {
25401 (char *) "self", NULL
25402 };
25403
25404 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetStateImageList",kwnames,&obj0)) goto fail;
25405 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25406 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25407 {
25408 PyThreadState* __tstate = wxPyBeginAllowThreads();
25409 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetStateImageList();
25410
25411 wxPyEndAllowThreads(__tstate);
25412 if (PyErr_Occurred()) SWIG_fail;
25413 }
25414 {
25415 resultobj = wxPyMake_wxObject(result);
25416 }
25417 return resultobj;
25418 fail:
25419 return NULL;
25420 }
25421
25422
25423 static PyObject *_wrap_TreeCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25424 PyObject *resultobj;
25425 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25426 wxImageList *arg2 = (wxImageList *) 0 ;
25427 PyObject * obj0 = 0 ;
25428 PyObject * obj1 = 0 ;
25429 char *kwnames[] = {
25430 (char *) "self",(char *) "imageList", NULL
25431 };
25432
25433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
25434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25436 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25437 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25438 {
25439 PyThreadState* __tstate = wxPyBeginAllowThreads();
25440 (arg1)->SetImageList(arg2);
25441
25442 wxPyEndAllowThreads(__tstate);
25443 if (PyErr_Occurred()) SWIG_fail;
25444 }
25445 Py_INCREF(Py_None); resultobj = Py_None;
25446 return resultobj;
25447 fail:
25448 return NULL;
25449 }
25450
25451
25452 static PyObject *_wrap_TreeCtrl_SetStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25453 PyObject *resultobj;
25454 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25455 wxImageList *arg2 = (wxImageList *) 0 ;
25456 PyObject * obj0 = 0 ;
25457 PyObject * obj1 = 0 ;
25458 char *kwnames[] = {
25459 (char *) "self",(char *) "imageList", NULL
25460 };
25461
25462 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetStateImageList",kwnames,&obj0,&obj1)) goto fail;
25463 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25464 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25465 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25466 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25467 {
25468 PyThreadState* __tstate = wxPyBeginAllowThreads();
25469 (arg1)->SetStateImageList(arg2);
25470
25471 wxPyEndAllowThreads(__tstate);
25472 if (PyErr_Occurred()) SWIG_fail;
25473 }
25474 Py_INCREF(Py_None); resultobj = Py_None;
25475 return resultobj;
25476 fail:
25477 return NULL;
25478 }
25479
25480
25481 static PyObject *_wrap_TreeCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25482 PyObject *resultobj;
25483 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25484 wxImageList *arg2 = (wxImageList *) 0 ;
25485 PyObject * obj0 = 0 ;
25486 PyObject * obj1 = 0 ;
25487 char *kwnames[] = {
25488 (char *) "self",(char *) "imageList", NULL
25489 };
25490
25491 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
25492 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25493 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25494 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25495 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
25496 {
25497 PyThreadState* __tstate = wxPyBeginAllowThreads();
25498 (arg1)->AssignImageList(arg2);
25499
25500 wxPyEndAllowThreads(__tstate);
25501 if (PyErr_Occurred()) SWIG_fail;
25502 }
25503 Py_INCREF(Py_None); resultobj = Py_None;
25504 return resultobj;
25505 fail:
25506 return NULL;
25507 }
25508
25509
25510 static PyObject *_wrap_TreeCtrl_AssignStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25511 PyObject *resultobj;
25512 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25513 wxImageList *arg2 = (wxImageList *) 0 ;
25514 PyObject * obj0 = 0 ;
25515 PyObject * obj1 = 0 ;
25516 char *kwnames[] = {
25517 (char *) "self",(char *) "imageList", NULL
25518 };
25519
25520 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignStateImageList",kwnames,&obj0,&obj1)) goto fail;
25521 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25522 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25523 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25524 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
25525 {
25526 PyThreadState* __tstate = wxPyBeginAllowThreads();
25527 (arg1)->AssignStateImageList(arg2);
25528
25529 wxPyEndAllowThreads(__tstate);
25530 if (PyErr_Occurred()) SWIG_fail;
25531 }
25532 Py_INCREF(Py_None); resultobj = Py_None;
25533 return resultobj;
25534 fail:
25535 return NULL;
25536 }
25537
25538
25539 static PyObject *_wrap_TreeCtrl_GetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
25540 PyObject *resultobj;
25541 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25542 wxTreeItemId *arg2 = 0 ;
25543 wxString result;
25544 PyObject * obj0 = 0 ;
25545 PyObject * obj1 = 0 ;
25546 char *kwnames[] = {
25547 (char *) "self",(char *) "item", NULL
25548 };
25549
25550 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
25551 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25552 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25553 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25554 SWIG_POINTER_EXCEPTION | 0)) == -1)
25555 SWIG_fail;
25556 if (arg2 == NULL) {
25557 PyErr_SetString(PyExc_TypeError,"null reference");
25558 SWIG_fail;
25559 }
25560 {
25561 PyThreadState* __tstate = wxPyBeginAllowThreads();
25562 result = ((wxPyTreeCtrl const *)arg1)->GetItemText((wxTreeItemId const &)*arg2);
25563
25564 wxPyEndAllowThreads(__tstate);
25565 if (PyErr_Occurred()) SWIG_fail;
25566 }
25567 {
25568 #if wxUSE_UNICODE
25569 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
25570 #else
25571 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
25572 #endif
25573 }
25574 return resultobj;
25575 fail:
25576 return NULL;
25577 }
25578
25579
25580 static PyObject *_wrap_TreeCtrl_GetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
25581 PyObject *resultobj;
25582 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25583 wxTreeItemId *arg2 = 0 ;
25584 int arg3 = (int) wxTreeItemIcon_Normal ;
25585 int result;
25586 PyObject * obj0 = 0 ;
25587 PyObject * obj1 = 0 ;
25588 PyObject * obj2 = 0 ;
25589 char *kwnames[] = {
25590 (char *) "self",(char *) "item",(char *) "which", NULL
25591 };
25592
25593 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetItemImage",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 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25597 SWIG_POINTER_EXCEPTION | 0)) == -1)
25598 SWIG_fail;
25599 if (arg2 == NULL) {
25600 PyErr_SetString(PyExc_TypeError,"null reference");
25601 SWIG_fail;
25602 }
25603 if (obj2) {
25604 arg3 = (wxTreeItemIcon) SWIG_AsInt(obj2);
25605 if (PyErr_Occurred()) SWIG_fail;
25606 }
25607 {
25608 PyThreadState* __tstate = wxPyBeginAllowThreads();
25609 result = (int)((wxPyTreeCtrl const *)arg1)->GetItemImage((wxTreeItemId const &)*arg2,(wxTreeItemIcon )arg3);
25610
25611 wxPyEndAllowThreads(__tstate);
25612 if (PyErr_Occurred()) SWIG_fail;
25613 }
25614 resultobj = SWIG_FromInt((int)result);
25615 return resultobj;
25616 fail:
25617 return NULL;
25618 }
25619
25620
25621 static PyObject *_wrap_TreeCtrl_GetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
25622 PyObject *resultobj;
25623 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25624 wxTreeItemId *arg2 = 0 ;
25625 wxPyTreeItemData *result;
25626 PyObject * obj0 = 0 ;
25627 PyObject * obj1 = 0 ;
25628 char *kwnames[] = {
25629 (char *) "self",(char *) "item", NULL
25630 };
25631
25632 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
25633 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25634 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25635 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25636 SWIG_POINTER_EXCEPTION | 0)) == -1)
25637 SWIG_fail;
25638 if (arg2 == NULL) {
25639 PyErr_SetString(PyExc_TypeError,"null reference");
25640 SWIG_fail;
25641 }
25642 {
25643 PyThreadState* __tstate = wxPyBeginAllowThreads();
25644 result = (wxPyTreeItemData *)wxPyTreeCtrl_GetItemData(arg1,(wxTreeItemId const &)*arg2);
25645
25646 wxPyEndAllowThreads(__tstate);
25647 if (PyErr_Occurred()) SWIG_fail;
25648 }
25649 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeItemData, 0);
25650 return resultobj;
25651 fail:
25652 return NULL;
25653 }
25654
25655
25656 static PyObject *_wrap_TreeCtrl_GetItemPyData(PyObject *self, PyObject *args, PyObject *kwargs) {
25657 PyObject *resultobj;
25658 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25659 wxTreeItemId *arg2 = 0 ;
25660 PyObject *result;
25661 PyObject * obj0 = 0 ;
25662 PyObject * obj1 = 0 ;
25663 char *kwnames[] = {
25664 (char *) "self",(char *) "item", NULL
25665 };
25666
25667 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemPyData",kwnames,&obj0,&obj1)) goto fail;
25668 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25669 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25670 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25671 SWIG_POINTER_EXCEPTION | 0)) == -1)
25672 SWIG_fail;
25673 if (arg2 == NULL) {
25674 PyErr_SetString(PyExc_TypeError,"null reference");
25675 SWIG_fail;
25676 }
25677 {
25678 PyThreadState* __tstate = wxPyBeginAllowThreads();
25679 result = (PyObject *)wxPyTreeCtrl_GetItemPyData(arg1,(wxTreeItemId const &)*arg2);
25680
25681 wxPyEndAllowThreads(__tstate);
25682 if (PyErr_Occurred()) SWIG_fail;
25683 }
25684 resultobj = result;
25685 return resultobj;
25686 fail:
25687 return NULL;
25688 }
25689
25690
25691 static PyObject *_wrap_TreeCtrl_GetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
25692 PyObject *resultobj;
25693 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25694 wxTreeItemId *arg2 = 0 ;
25695 wxColour result;
25696 PyObject * obj0 = 0 ;
25697 PyObject * obj1 = 0 ;
25698 char *kwnames[] = {
25699 (char *) "self",(char *) "item", NULL
25700 };
25701
25702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
25703 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25704 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25705 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25706 SWIG_POINTER_EXCEPTION | 0)) == -1)
25707 SWIG_fail;
25708 if (arg2 == NULL) {
25709 PyErr_SetString(PyExc_TypeError,"null reference");
25710 SWIG_fail;
25711 }
25712 {
25713 PyThreadState* __tstate = wxPyBeginAllowThreads();
25714 result = ((wxPyTreeCtrl const *)arg1)->GetItemTextColour((wxTreeItemId const &)*arg2);
25715
25716 wxPyEndAllowThreads(__tstate);
25717 if (PyErr_Occurred()) SWIG_fail;
25718 }
25719 {
25720 wxColour * resultptr;
25721 resultptr = new wxColour((wxColour &) result);
25722 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
25723 }
25724 return resultobj;
25725 fail:
25726 return NULL;
25727 }
25728
25729
25730 static PyObject *_wrap_TreeCtrl_GetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
25731 PyObject *resultobj;
25732 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25733 wxTreeItemId *arg2 = 0 ;
25734 wxColour result;
25735 PyObject * obj0 = 0 ;
25736 PyObject * obj1 = 0 ;
25737 char *kwnames[] = {
25738 (char *) "self",(char *) "item", NULL
25739 };
25740
25741 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
25742 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25743 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25744 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25745 SWIG_POINTER_EXCEPTION | 0)) == -1)
25746 SWIG_fail;
25747 if (arg2 == NULL) {
25748 PyErr_SetString(PyExc_TypeError,"null reference");
25749 SWIG_fail;
25750 }
25751 {
25752 PyThreadState* __tstate = wxPyBeginAllowThreads();
25753 result = ((wxPyTreeCtrl const *)arg1)->GetItemBackgroundColour((wxTreeItemId const &)*arg2);
25754
25755 wxPyEndAllowThreads(__tstate);
25756 if (PyErr_Occurred()) SWIG_fail;
25757 }
25758 {
25759 wxColour * resultptr;
25760 resultptr = new wxColour((wxColour &) result);
25761 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
25762 }
25763 return resultobj;
25764 fail:
25765 return NULL;
25766 }
25767
25768
25769 static PyObject *_wrap_TreeCtrl_GetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) {
25770 PyObject *resultobj;
25771 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25772 wxTreeItemId *arg2 = 0 ;
25773 wxFont result;
25774 PyObject * obj0 = 0 ;
25775 PyObject * obj1 = 0 ;
25776 char *kwnames[] = {
25777 (char *) "self",(char *) "item", NULL
25778 };
25779
25780 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemFont",kwnames,&obj0,&obj1)) goto fail;
25781 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25782 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25783 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25784 SWIG_POINTER_EXCEPTION | 0)) == -1)
25785 SWIG_fail;
25786 if (arg2 == NULL) {
25787 PyErr_SetString(PyExc_TypeError,"null reference");
25788 SWIG_fail;
25789 }
25790 {
25791 PyThreadState* __tstate = wxPyBeginAllowThreads();
25792 result = ((wxPyTreeCtrl const *)arg1)->GetItemFont((wxTreeItemId const &)*arg2);
25793
25794 wxPyEndAllowThreads(__tstate);
25795 if (PyErr_Occurred()) SWIG_fail;
25796 }
25797 {
25798 wxFont * resultptr;
25799 resultptr = new wxFont((wxFont &) result);
25800 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
25801 }
25802 return resultobj;
25803 fail:
25804 return NULL;
25805 }
25806
25807
25808 static PyObject *_wrap_TreeCtrl_SetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
25809 PyObject *resultobj;
25810 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25811 wxTreeItemId *arg2 = 0 ;
25812 wxString *arg3 = 0 ;
25813 bool temp3 = False ;
25814 PyObject * obj0 = 0 ;
25815 PyObject * obj1 = 0 ;
25816 PyObject * obj2 = 0 ;
25817 char *kwnames[] = {
25818 (char *) "self",(char *) "item",(char *) "text", NULL
25819 };
25820
25821 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
25822 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25823 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25824 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25825 SWIG_POINTER_EXCEPTION | 0)) == -1)
25826 SWIG_fail;
25827 if (arg2 == NULL) {
25828 PyErr_SetString(PyExc_TypeError,"null reference");
25829 SWIG_fail;
25830 }
25831 {
25832 arg3 = wxString_in_helper(obj2);
25833 if (arg3 == NULL) SWIG_fail;
25834 temp3 = True;
25835 }
25836 {
25837 PyThreadState* __tstate = wxPyBeginAllowThreads();
25838 (arg1)->SetItemText((wxTreeItemId const &)*arg2,(wxString const &)*arg3);
25839
25840 wxPyEndAllowThreads(__tstate);
25841 if (PyErr_Occurred()) SWIG_fail;
25842 }
25843 Py_INCREF(Py_None); resultobj = Py_None;
25844 {
25845 if (temp3)
25846 delete arg3;
25847 }
25848 return resultobj;
25849 fail:
25850 {
25851 if (temp3)
25852 delete arg3;
25853 }
25854 return NULL;
25855 }
25856
25857
25858 static PyObject *_wrap_TreeCtrl_SetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
25859 PyObject *resultobj;
25860 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25861 wxTreeItemId *arg2 = 0 ;
25862 int arg3 ;
25863 int arg4 = (int) wxTreeItemIcon_Normal ;
25864 PyObject * obj0 = 0 ;
25865 PyObject * obj1 = 0 ;
25866 PyObject * obj2 = 0 ;
25867 PyObject * obj3 = 0 ;
25868 char *kwnames[] = {
25869 (char *) "self",(char *) "item",(char *) "image",(char *) "which", NULL
25870 };
25871
25872 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:TreeCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) 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_wxTreeItemId,
25876 SWIG_POINTER_EXCEPTION | 0)) == -1)
25877 SWIG_fail;
25878 if (arg2 == NULL) {
25879 PyErr_SetString(PyExc_TypeError,"null reference");
25880 SWIG_fail;
25881 }
25882 arg3 = (int) SWIG_AsInt(obj2);
25883 if (PyErr_Occurred()) SWIG_fail;
25884 if (obj3) {
25885 arg4 = (wxTreeItemIcon) SWIG_AsInt(obj3);
25886 if (PyErr_Occurred()) SWIG_fail;
25887 }
25888 {
25889 PyThreadState* __tstate = wxPyBeginAllowThreads();
25890 (arg1)->SetItemImage((wxTreeItemId const &)*arg2,arg3,(wxTreeItemIcon )arg4);
25891
25892 wxPyEndAllowThreads(__tstate);
25893 if (PyErr_Occurred()) SWIG_fail;
25894 }
25895 Py_INCREF(Py_None); resultobj = Py_None;
25896 return resultobj;
25897 fail:
25898 return NULL;
25899 }
25900
25901
25902 static PyObject *_wrap_TreeCtrl_SetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
25903 PyObject *resultobj;
25904 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25905 wxTreeItemId *arg2 = 0 ;
25906 wxPyTreeItemData *arg3 = (wxPyTreeItemData *) 0 ;
25907 PyObject * obj0 = 0 ;
25908 PyObject * obj1 = 0 ;
25909 PyObject * obj2 = 0 ;
25910 char *kwnames[] = {
25911 (char *) "self",(char *) "item",(char *) "data", NULL
25912 };
25913
25914 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
25915 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25916 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25917 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25918 SWIG_POINTER_EXCEPTION | 0)) == -1)
25919 SWIG_fail;
25920 if (arg2 == NULL) {
25921 PyErr_SetString(PyExc_TypeError,"null reference");
25922 SWIG_fail;
25923 }
25924 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxPyTreeItemData,
25925 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25926 {
25927 PyThreadState* __tstate = wxPyBeginAllowThreads();
25928 wxPyTreeCtrl_SetItemData(arg1,(wxTreeItemId const &)*arg2,arg3);
25929
25930 wxPyEndAllowThreads(__tstate);
25931 if (PyErr_Occurred()) SWIG_fail;
25932 }
25933 Py_INCREF(Py_None); resultobj = Py_None;
25934 return resultobj;
25935 fail:
25936 return NULL;
25937 }
25938
25939
25940 static PyObject *_wrap_TreeCtrl_SetItemPyData(PyObject *self, PyObject *args, PyObject *kwargs) {
25941 PyObject *resultobj;
25942 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25943 wxTreeItemId *arg2 = 0 ;
25944 PyObject *arg3 = (PyObject *) 0 ;
25945 PyObject * obj0 = 0 ;
25946 PyObject * obj1 = 0 ;
25947 PyObject * obj2 = 0 ;
25948 char *kwnames[] = {
25949 (char *) "self",(char *) "item",(char *) "obj", NULL
25950 };
25951
25952 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemPyData",kwnames,&obj0,&obj1,&obj2)) goto fail;
25953 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25954 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25955 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25956 SWIG_POINTER_EXCEPTION | 0)) == -1)
25957 SWIG_fail;
25958 if (arg2 == NULL) {
25959 PyErr_SetString(PyExc_TypeError,"null reference");
25960 SWIG_fail;
25961 }
25962 arg3 = obj2;
25963 {
25964 PyThreadState* __tstate = wxPyBeginAllowThreads();
25965 wxPyTreeCtrl_SetItemPyData(arg1,(wxTreeItemId const &)*arg2,arg3);
25966
25967 wxPyEndAllowThreads(__tstate);
25968 if (PyErr_Occurred()) SWIG_fail;
25969 }
25970 Py_INCREF(Py_None); resultobj = Py_None;
25971 return resultobj;
25972 fail:
25973 return NULL;
25974 }
25975
25976
25977 static PyObject *_wrap_TreeCtrl_SetItemHasChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
25978 PyObject *resultobj;
25979 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25980 wxTreeItemId *arg2 = 0 ;
25981 bool arg3 = (bool) True ;
25982 PyObject * obj0 = 0 ;
25983 PyObject * obj1 = 0 ;
25984 PyObject * obj2 = 0 ;
25985 char *kwnames[] = {
25986 (char *) "self",(char *) "item",(char *) "has", NULL
25987 };
25988
25989 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemHasChildren",kwnames,&obj0,&obj1,&obj2)) goto fail;
25990 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25991 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25992 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25993 SWIG_POINTER_EXCEPTION | 0)) == -1)
25994 SWIG_fail;
25995 if (arg2 == NULL) {
25996 PyErr_SetString(PyExc_TypeError,"null reference");
25997 SWIG_fail;
25998 }
25999 if (obj2) {
26000 arg3 = (bool) SWIG_AsBool(obj2);
26001 if (PyErr_Occurred()) SWIG_fail;
26002 }
26003 {
26004 PyThreadState* __tstate = wxPyBeginAllowThreads();
26005 (arg1)->SetItemHasChildren((wxTreeItemId const &)*arg2,arg3);
26006
26007 wxPyEndAllowThreads(__tstate);
26008 if (PyErr_Occurred()) SWIG_fail;
26009 }
26010 Py_INCREF(Py_None); resultobj = Py_None;
26011 return resultobj;
26012 fail:
26013 return NULL;
26014 }
26015
26016
26017 static PyObject *_wrap_TreeCtrl_SetItemBold(PyObject *self, PyObject *args, PyObject *kwargs) {
26018 PyObject *resultobj;
26019 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26020 wxTreeItemId *arg2 = 0 ;
26021 bool arg3 = (bool) True ;
26022 PyObject * obj0 = 0 ;
26023 PyObject * obj1 = 0 ;
26024 PyObject * obj2 = 0 ;
26025 char *kwnames[] = {
26026 (char *) "self",(char *) "item",(char *) "bold", NULL
26027 };
26028
26029 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemBold",kwnames,&obj0,&obj1,&obj2)) goto fail;
26030 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26031 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26032 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26033 SWIG_POINTER_EXCEPTION | 0)) == -1)
26034 SWIG_fail;
26035 if (arg2 == NULL) {
26036 PyErr_SetString(PyExc_TypeError,"null reference");
26037 SWIG_fail;
26038 }
26039 if (obj2) {
26040 arg3 = (bool) SWIG_AsBool(obj2);
26041 if (PyErr_Occurred()) SWIG_fail;
26042 }
26043 {
26044 PyThreadState* __tstate = wxPyBeginAllowThreads();
26045 (arg1)->SetItemBold((wxTreeItemId const &)*arg2,arg3);
26046
26047 wxPyEndAllowThreads(__tstate);
26048 if (PyErr_Occurred()) SWIG_fail;
26049 }
26050 Py_INCREF(Py_None); resultobj = Py_None;
26051 return resultobj;
26052 fail:
26053 return NULL;
26054 }
26055
26056
26057 static PyObject *_wrap_TreeCtrl_SetItemDropHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
26058 PyObject *resultobj;
26059 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26060 wxTreeItemId *arg2 = 0 ;
26061 bool arg3 = (bool) True ;
26062 PyObject * obj0 = 0 ;
26063 PyObject * obj1 = 0 ;
26064 PyObject * obj2 = 0 ;
26065 char *kwnames[] = {
26066 (char *) "self",(char *) "item",(char *) "highlight", NULL
26067 };
26068
26069 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemDropHighlight",kwnames,&obj0,&obj1,&obj2)) goto fail;
26070 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26071 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26072 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26073 SWIG_POINTER_EXCEPTION | 0)) == -1)
26074 SWIG_fail;
26075 if (arg2 == NULL) {
26076 PyErr_SetString(PyExc_TypeError,"null reference");
26077 SWIG_fail;
26078 }
26079 if (obj2) {
26080 arg3 = (bool) SWIG_AsBool(obj2);
26081 if (PyErr_Occurred()) SWIG_fail;
26082 }
26083 {
26084 PyThreadState* __tstate = wxPyBeginAllowThreads();
26085 (arg1)->SetItemDropHighlight((wxTreeItemId const &)*arg2,arg3);
26086
26087 wxPyEndAllowThreads(__tstate);
26088 if (PyErr_Occurred()) SWIG_fail;
26089 }
26090 Py_INCREF(Py_None); resultobj = Py_None;
26091 return resultobj;
26092 fail:
26093 return NULL;
26094 }
26095
26096
26097 static PyObject *_wrap_TreeCtrl_SetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
26098 PyObject *resultobj;
26099 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26100 wxTreeItemId *arg2 = 0 ;
26101 wxColour *arg3 = 0 ;
26102 wxColour temp3 ;
26103 PyObject * obj0 = 0 ;
26104 PyObject * obj1 = 0 ;
26105 PyObject * obj2 = 0 ;
26106 char *kwnames[] = {
26107 (char *) "self",(char *) "item",(char *) "col", NULL
26108 };
26109
26110 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
26111 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26112 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26113 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26114 SWIG_POINTER_EXCEPTION | 0)) == -1)
26115 SWIG_fail;
26116 if (arg2 == NULL) {
26117 PyErr_SetString(PyExc_TypeError,"null reference");
26118 SWIG_fail;
26119 }
26120 {
26121 arg3 = &temp3;
26122 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
26123 }
26124 {
26125 PyThreadState* __tstate = wxPyBeginAllowThreads();
26126 (arg1)->SetItemTextColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
26127
26128 wxPyEndAllowThreads(__tstate);
26129 if (PyErr_Occurred()) SWIG_fail;
26130 }
26131 Py_INCREF(Py_None); resultobj = Py_None;
26132 return resultobj;
26133 fail:
26134 return NULL;
26135 }
26136
26137
26138 static PyObject *_wrap_TreeCtrl_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
26139 PyObject *resultobj;
26140 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26141 wxTreeItemId *arg2 = 0 ;
26142 wxColour *arg3 = 0 ;
26143 wxColour temp3 ;
26144 PyObject * obj0 = 0 ;
26145 PyObject * obj1 = 0 ;
26146 PyObject * obj2 = 0 ;
26147 char *kwnames[] = {
26148 (char *) "self",(char *) "item",(char *) "col", NULL
26149 };
26150
26151 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
26152 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26153 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26154 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26155 SWIG_POINTER_EXCEPTION | 0)) == -1)
26156 SWIG_fail;
26157 if (arg2 == NULL) {
26158 PyErr_SetString(PyExc_TypeError,"null reference");
26159 SWIG_fail;
26160 }
26161 {
26162 arg3 = &temp3;
26163 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
26164 }
26165 {
26166 PyThreadState* __tstate = wxPyBeginAllowThreads();
26167 (arg1)->SetItemBackgroundColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
26168
26169 wxPyEndAllowThreads(__tstate);
26170 if (PyErr_Occurred()) SWIG_fail;
26171 }
26172 Py_INCREF(Py_None); resultobj = Py_None;
26173 return resultobj;
26174 fail:
26175 return NULL;
26176 }
26177
26178
26179 static PyObject *_wrap_TreeCtrl_SetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) {
26180 PyObject *resultobj;
26181 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26182 wxTreeItemId *arg2 = 0 ;
26183 wxFont *arg3 = 0 ;
26184 PyObject * obj0 = 0 ;
26185 PyObject * obj1 = 0 ;
26186 PyObject * obj2 = 0 ;
26187 char *kwnames[] = {
26188 (char *) "self",(char *) "item",(char *) "font", NULL
26189 };
26190
26191 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
26192 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26193 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26194 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26195 SWIG_POINTER_EXCEPTION | 0)) == -1)
26196 SWIG_fail;
26197 if (arg2 == NULL) {
26198 PyErr_SetString(PyExc_TypeError,"null reference");
26199 SWIG_fail;
26200 }
26201 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
26202 SWIG_POINTER_EXCEPTION | 0)) == -1)
26203 SWIG_fail;
26204 if (arg3 == NULL) {
26205 PyErr_SetString(PyExc_TypeError,"null reference");
26206 SWIG_fail;
26207 }
26208 {
26209 PyThreadState* __tstate = wxPyBeginAllowThreads();
26210 (arg1)->SetItemFont((wxTreeItemId const &)*arg2,(wxFont const &)*arg3);
26211
26212 wxPyEndAllowThreads(__tstate);
26213 if (PyErr_Occurred()) SWIG_fail;
26214 }
26215 Py_INCREF(Py_None); resultobj = Py_None;
26216 return resultobj;
26217 fail:
26218 return NULL;
26219 }
26220
26221
26222 static PyObject *_wrap_TreeCtrl_IsVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
26223 PyObject *resultobj;
26224 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26225 wxTreeItemId *arg2 = 0 ;
26226 bool result;
26227 PyObject * obj0 = 0 ;
26228 PyObject * obj1 = 0 ;
26229 char *kwnames[] = {
26230 (char *) "self",(char *) "item", NULL
26231 };
26232
26233 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsVisible",kwnames,&obj0,&obj1)) goto fail;
26234 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26235 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26236 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26237 SWIG_POINTER_EXCEPTION | 0)) == -1)
26238 SWIG_fail;
26239 if (arg2 == NULL) {
26240 PyErr_SetString(PyExc_TypeError,"null reference");
26241 SWIG_fail;
26242 }
26243 {
26244 PyThreadState* __tstate = wxPyBeginAllowThreads();
26245 result = (bool)((wxPyTreeCtrl const *)arg1)->IsVisible((wxTreeItemId const &)*arg2);
26246
26247 wxPyEndAllowThreads(__tstate);
26248 if (PyErr_Occurred()) SWIG_fail;
26249 }
26250 {
26251 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26252 }
26253 return resultobj;
26254 fail:
26255 return NULL;
26256 }
26257
26258
26259 static PyObject *_wrap_TreeCtrl_ItemHasChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
26260 PyObject *resultobj;
26261 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26262 wxTreeItemId *arg2 = 0 ;
26263 bool result;
26264 PyObject * obj0 = 0 ;
26265 PyObject * obj1 = 0 ;
26266 char *kwnames[] = {
26267 (char *) "self",(char *) "item", NULL
26268 };
26269
26270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ItemHasChildren",kwnames,&obj0,&obj1)) goto fail;
26271 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26272 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26273 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26274 SWIG_POINTER_EXCEPTION | 0)) == -1)
26275 SWIG_fail;
26276 if (arg2 == NULL) {
26277 PyErr_SetString(PyExc_TypeError,"null reference");
26278 SWIG_fail;
26279 }
26280 {
26281 PyThreadState* __tstate = wxPyBeginAllowThreads();
26282 result = (bool)((wxPyTreeCtrl const *)arg1)->ItemHasChildren((wxTreeItemId const &)*arg2);
26283
26284 wxPyEndAllowThreads(__tstate);
26285 if (PyErr_Occurred()) SWIG_fail;
26286 }
26287 {
26288 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26289 }
26290 return resultobj;
26291 fail:
26292 return NULL;
26293 }
26294
26295
26296 static PyObject *_wrap_TreeCtrl_IsExpanded(PyObject *self, PyObject *args, PyObject *kwargs) {
26297 PyObject *resultobj;
26298 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26299 wxTreeItemId *arg2 = 0 ;
26300 bool result;
26301 PyObject * obj0 = 0 ;
26302 PyObject * obj1 = 0 ;
26303 char *kwnames[] = {
26304 (char *) "self",(char *) "item", NULL
26305 };
26306
26307 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsExpanded",kwnames,&obj0,&obj1)) goto fail;
26308 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26309 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26310 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26311 SWIG_POINTER_EXCEPTION | 0)) == -1)
26312 SWIG_fail;
26313 if (arg2 == NULL) {
26314 PyErr_SetString(PyExc_TypeError,"null reference");
26315 SWIG_fail;
26316 }
26317 {
26318 PyThreadState* __tstate = wxPyBeginAllowThreads();
26319 result = (bool)((wxPyTreeCtrl const *)arg1)->IsExpanded((wxTreeItemId const &)*arg2);
26320
26321 wxPyEndAllowThreads(__tstate);
26322 if (PyErr_Occurred()) SWIG_fail;
26323 }
26324 {
26325 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26326 }
26327 return resultobj;
26328 fail:
26329 return NULL;
26330 }
26331
26332
26333 static PyObject *_wrap_TreeCtrl_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
26334 PyObject *resultobj;
26335 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26336 wxTreeItemId *arg2 = 0 ;
26337 bool result;
26338 PyObject * obj0 = 0 ;
26339 PyObject * obj1 = 0 ;
26340 char *kwnames[] = {
26341 (char *) "self",(char *) "item", NULL
26342 };
26343
26344 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsSelected",kwnames,&obj0,&obj1)) goto fail;
26345 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26346 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26347 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26348 SWIG_POINTER_EXCEPTION | 0)) == -1)
26349 SWIG_fail;
26350 if (arg2 == NULL) {
26351 PyErr_SetString(PyExc_TypeError,"null reference");
26352 SWIG_fail;
26353 }
26354 {
26355 PyThreadState* __tstate = wxPyBeginAllowThreads();
26356 result = (bool)((wxPyTreeCtrl const *)arg1)->IsSelected((wxTreeItemId const &)*arg2);
26357
26358 wxPyEndAllowThreads(__tstate);
26359 if (PyErr_Occurred()) SWIG_fail;
26360 }
26361 {
26362 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26363 }
26364 return resultobj;
26365 fail:
26366 return NULL;
26367 }
26368
26369
26370 static PyObject *_wrap_TreeCtrl_IsBold(PyObject *self, PyObject *args, PyObject *kwargs) {
26371 PyObject *resultobj;
26372 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26373 wxTreeItemId *arg2 = 0 ;
26374 bool result;
26375 PyObject * obj0 = 0 ;
26376 PyObject * obj1 = 0 ;
26377 char *kwnames[] = {
26378 (char *) "self",(char *) "item", NULL
26379 };
26380
26381 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsBold",kwnames,&obj0,&obj1)) goto fail;
26382 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26383 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26384 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26385 SWIG_POINTER_EXCEPTION | 0)) == -1)
26386 SWIG_fail;
26387 if (arg2 == NULL) {
26388 PyErr_SetString(PyExc_TypeError,"null reference");
26389 SWIG_fail;
26390 }
26391 {
26392 PyThreadState* __tstate = wxPyBeginAllowThreads();
26393 result = (bool)((wxPyTreeCtrl const *)arg1)->IsBold((wxTreeItemId const &)*arg2);
26394
26395 wxPyEndAllowThreads(__tstate);
26396 if (PyErr_Occurred()) SWIG_fail;
26397 }
26398 {
26399 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26400 }
26401 return resultobj;
26402 fail:
26403 return NULL;
26404 }
26405
26406
26407 static PyObject *_wrap_TreeCtrl_GetChildrenCount(PyObject *self, PyObject *args, PyObject *kwargs) {
26408 PyObject *resultobj;
26409 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26410 wxTreeItemId *arg2 = 0 ;
26411 bool arg3 = (bool) True ;
26412 size_t result;
26413 PyObject * obj0 = 0 ;
26414 PyObject * obj1 = 0 ;
26415 PyObject * obj2 = 0 ;
26416 char *kwnames[] = {
26417 (char *) "self",(char *) "item",(char *) "recursively", NULL
26418 };
26419
26420 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetChildrenCount",kwnames,&obj0,&obj1,&obj2)) goto fail;
26421 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26422 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26423 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26424 SWIG_POINTER_EXCEPTION | 0)) == -1)
26425 SWIG_fail;
26426 if (arg2 == NULL) {
26427 PyErr_SetString(PyExc_TypeError,"null reference");
26428 SWIG_fail;
26429 }
26430 if (obj2) {
26431 arg3 = (bool) SWIG_AsBool(obj2);
26432 if (PyErr_Occurred()) SWIG_fail;
26433 }
26434 {
26435 PyThreadState* __tstate = wxPyBeginAllowThreads();
26436 result = (size_t)(arg1)->GetChildrenCount((wxTreeItemId const &)*arg2,arg3);
26437
26438 wxPyEndAllowThreads(__tstate);
26439 if (PyErr_Occurred()) SWIG_fail;
26440 }
26441 resultobj = SWIG_FromUnsignedLong((unsigned long)result);
26442 return resultobj;
26443 fail:
26444 return NULL;
26445 }
26446
26447
26448 static PyObject *_wrap_TreeCtrl_GetRootItem(PyObject *self, PyObject *args, PyObject *kwargs) {
26449 PyObject *resultobj;
26450 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26451 wxTreeItemId result;
26452 PyObject * obj0 = 0 ;
26453 char *kwnames[] = {
26454 (char *) "self", NULL
26455 };
26456
26457 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetRootItem",kwnames,&obj0)) goto fail;
26458 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26459 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26460 {
26461 PyThreadState* __tstate = wxPyBeginAllowThreads();
26462 result = ((wxPyTreeCtrl const *)arg1)->GetRootItem();
26463
26464 wxPyEndAllowThreads(__tstate);
26465 if (PyErr_Occurred()) SWIG_fail;
26466 }
26467 {
26468 wxTreeItemId * resultptr;
26469 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26470 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26471 }
26472 return resultobj;
26473 fail:
26474 return NULL;
26475 }
26476
26477
26478 static PyObject *_wrap_TreeCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
26479 PyObject *resultobj;
26480 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26481 wxTreeItemId result;
26482 PyObject * obj0 = 0 ;
26483 char *kwnames[] = {
26484 (char *) "self", NULL
26485 };
26486
26487 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelection",kwnames,&obj0)) goto fail;
26488 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26489 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26490 {
26491 PyThreadState* __tstate = wxPyBeginAllowThreads();
26492 result = ((wxPyTreeCtrl const *)arg1)->GetSelection();
26493
26494 wxPyEndAllowThreads(__tstate);
26495 if (PyErr_Occurred()) SWIG_fail;
26496 }
26497 {
26498 wxTreeItemId * resultptr;
26499 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26500 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26501 }
26502 return resultobj;
26503 fail:
26504 return NULL;
26505 }
26506
26507
26508 static PyObject *_wrap_TreeCtrl_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
26509 PyObject *resultobj;
26510 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26511 PyObject *result;
26512 PyObject * obj0 = 0 ;
26513 char *kwnames[] = {
26514 (char *) "self", NULL
26515 };
26516
26517 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelections",kwnames,&obj0)) goto fail;
26518 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26519 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26520 {
26521 PyThreadState* __tstate = wxPyBeginAllowThreads();
26522 result = (PyObject *)wxPyTreeCtrl_GetSelections(arg1);
26523
26524 wxPyEndAllowThreads(__tstate);
26525 if (PyErr_Occurred()) SWIG_fail;
26526 }
26527 resultobj = result;
26528 return resultobj;
26529 fail:
26530 return NULL;
26531 }
26532
26533
26534 static PyObject *_wrap_TreeCtrl_GetItemParent(PyObject *self, PyObject *args, PyObject *kwargs) {
26535 PyObject *resultobj;
26536 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26537 wxTreeItemId *arg2 = 0 ;
26538 wxTreeItemId result;
26539 PyObject * obj0 = 0 ;
26540 PyObject * obj1 = 0 ;
26541 char *kwnames[] = {
26542 (char *) "self",(char *) "item", NULL
26543 };
26544
26545 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemParent",kwnames,&obj0,&obj1)) goto fail;
26546 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26547 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26548 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26549 SWIG_POINTER_EXCEPTION | 0)) == -1)
26550 SWIG_fail;
26551 if (arg2 == NULL) {
26552 PyErr_SetString(PyExc_TypeError,"null reference");
26553 SWIG_fail;
26554 }
26555 {
26556 PyThreadState* __tstate = wxPyBeginAllowThreads();
26557 result = ((wxPyTreeCtrl const *)arg1)->GetItemParent((wxTreeItemId const &)*arg2);
26558
26559 wxPyEndAllowThreads(__tstate);
26560 if (PyErr_Occurred()) SWIG_fail;
26561 }
26562 {
26563 wxTreeItemId * resultptr;
26564 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26565 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26566 }
26567 return resultobj;
26568 fail:
26569 return NULL;
26570 }
26571
26572
26573 static PyObject *_wrap_TreeCtrl_GetFirstChild(PyObject *self, PyObject *args, PyObject *kwargs) {
26574 PyObject *resultobj;
26575 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26576 wxTreeItemId *arg2 = 0 ;
26577 PyObject *result;
26578 PyObject * obj0 = 0 ;
26579 PyObject * obj1 = 0 ;
26580 char *kwnames[] = {
26581 (char *) "self",(char *) "item", NULL
26582 };
26583
26584 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetFirstChild",kwnames,&obj0,&obj1)) goto fail;
26585 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26586 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26587 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26588 SWIG_POINTER_EXCEPTION | 0)) == -1)
26589 SWIG_fail;
26590 if (arg2 == NULL) {
26591 PyErr_SetString(PyExc_TypeError,"null reference");
26592 SWIG_fail;
26593 }
26594 {
26595 PyThreadState* __tstate = wxPyBeginAllowThreads();
26596 result = (PyObject *)wxPyTreeCtrl_GetFirstChild(arg1,(wxTreeItemId const &)*arg2);
26597
26598 wxPyEndAllowThreads(__tstate);
26599 if (PyErr_Occurred()) SWIG_fail;
26600 }
26601 resultobj = result;
26602 return resultobj;
26603 fail:
26604 return NULL;
26605 }
26606
26607
26608 static PyObject *_wrap_TreeCtrl_GetNextChild(PyObject *self, PyObject *args, PyObject *kwargs) {
26609 PyObject *resultobj;
26610 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26611 wxTreeItemId *arg2 = 0 ;
26612 void *arg3 = (void *) 0 ;
26613 PyObject *result;
26614 PyObject * obj0 = 0 ;
26615 PyObject * obj1 = 0 ;
26616 PyObject * obj2 = 0 ;
26617 char *kwnames[] = {
26618 (char *) "self",(char *) "item",(char *) "cookie", NULL
26619 };
26620
26621 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_GetNextChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
26622 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26623 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26624 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26625 SWIG_POINTER_EXCEPTION | 0)) == -1)
26626 SWIG_fail;
26627 if (arg2 == NULL) {
26628 PyErr_SetString(PyExc_TypeError,"null reference");
26629 SWIG_fail;
26630 }
26631 if ((SWIG_ConvertPtr(obj2,&arg3,0,SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26632 {
26633 PyThreadState* __tstate = wxPyBeginAllowThreads();
26634 result = (PyObject *)wxPyTreeCtrl_GetNextChild(arg1,(wxTreeItemId const &)*arg2,arg3);
26635
26636 wxPyEndAllowThreads(__tstate);
26637 if (PyErr_Occurred()) SWIG_fail;
26638 }
26639 resultobj = result;
26640 return resultobj;
26641 fail:
26642 return NULL;
26643 }
26644
26645
26646 static PyObject *_wrap_TreeCtrl_GetLastChild(PyObject *self, PyObject *args, PyObject *kwargs) {
26647 PyObject *resultobj;
26648 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26649 wxTreeItemId *arg2 = 0 ;
26650 wxTreeItemId result;
26651 PyObject * obj0 = 0 ;
26652 PyObject * obj1 = 0 ;
26653 char *kwnames[] = {
26654 (char *) "self",(char *) "item", NULL
26655 };
26656
26657 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetLastChild",kwnames,&obj0,&obj1)) goto fail;
26658 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26659 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26660 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26661 SWIG_POINTER_EXCEPTION | 0)) == -1)
26662 SWIG_fail;
26663 if (arg2 == NULL) {
26664 PyErr_SetString(PyExc_TypeError,"null reference");
26665 SWIG_fail;
26666 }
26667 {
26668 PyThreadState* __tstate = wxPyBeginAllowThreads();
26669 result = ((wxPyTreeCtrl const *)arg1)->GetLastChild((wxTreeItemId const &)*arg2);
26670
26671 wxPyEndAllowThreads(__tstate);
26672 if (PyErr_Occurred()) SWIG_fail;
26673 }
26674 {
26675 wxTreeItemId * resultptr;
26676 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26677 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26678 }
26679 return resultobj;
26680 fail:
26681 return NULL;
26682 }
26683
26684
26685 static PyObject *_wrap_TreeCtrl_GetNextSibling(PyObject *self, PyObject *args, PyObject *kwargs) {
26686 PyObject *resultobj;
26687 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26688 wxTreeItemId *arg2 = 0 ;
26689 wxTreeItemId result;
26690 PyObject * obj0 = 0 ;
26691 PyObject * obj1 = 0 ;
26692 char *kwnames[] = {
26693 (char *) "self",(char *) "item", NULL
26694 };
26695
26696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextSibling",kwnames,&obj0,&obj1)) goto fail;
26697 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26698 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26699 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26700 SWIG_POINTER_EXCEPTION | 0)) == -1)
26701 SWIG_fail;
26702 if (arg2 == NULL) {
26703 PyErr_SetString(PyExc_TypeError,"null reference");
26704 SWIG_fail;
26705 }
26706 {
26707 PyThreadState* __tstate = wxPyBeginAllowThreads();
26708 result = ((wxPyTreeCtrl const *)arg1)->GetNextSibling((wxTreeItemId const &)*arg2);
26709
26710 wxPyEndAllowThreads(__tstate);
26711 if (PyErr_Occurred()) SWIG_fail;
26712 }
26713 {
26714 wxTreeItemId * resultptr;
26715 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26716 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26717 }
26718 return resultobj;
26719 fail:
26720 return NULL;
26721 }
26722
26723
26724 static PyObject *_wrap_TreeCtrl_GetPrevSibling(PyObject *self, PyObject *args, PyObject *kwargs) {
26725 PyObject *resultobj;
26726 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26727 wxTreeItemId *arg2 = 0 ;
26728 wxTreeItemId result;
26729 PyObject * obj0 = 0 ;
26730 PyObject * obj1 = 0 ;
26731 char *kwnames[] = {
26732 (char *) "self",(char *) "item", NULL
26733 };
26734
26735 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevSibling",kwnames,&obj0,&obj1)) goto fail;
26736 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26737 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26738 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26739 SWIG_POINTER_EXCEPTION | 0)) == -1)
26740 SWIG_fail;
26741 if (arg2 == NULL) {
26742 PyErr_SetString(PyExc_TypeError,"null reference");
26743 SWIG_fail;
26744 }
26745 {
26746 PyThreadState* __tstate = wxPyBeginAllowThreads();
26747 result = ((wxPyTreeCtrl const *)arg1)->GetPrevSibling((wxTreeItemId const &)*arg2);
26748
26749 wxPyEndAllowThreads(__tstate);
26750 if (PyErr_Occurred()) SWIG_fail;
26751 }
26752 {
26753 wxTreeItemId * resultptr;
26754 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26755 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26756 }
26757 return resultobj;
26758 fail:
26759 return NULL;
26760 }
26761
26762
26763 static PyObject *_wrap_TreeCtrl_GetFirstVisibleItem(PyObject *self, PyObject *args, PyObject *kwargs) {
26764 PyObject *resultobj;
26765 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26766 wxTreeItemId result;
26767 PyObject * obj0 = 0 ;
26768 char *kwnames[] = {
26769 (char *) "self", NULL
26770 };
26771
26772 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetFirstVisibleItem",kwnames,&obj0)) goto fail;
26773 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26774 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26775 {
26776 PyThreadState* __tstate = wxPyBeginAllowThreads();
26777 result = ((wxPyTreeCtrl const *)arg1)->GetFirstVisibleItem();
26778
26779 wxPyEndAllowThreads(__tstate);
26780 if (PyErr_Occurred()) SWIG_fail;
26781 }
26782 {
26783 wxTreeItemId * resultptr;
26784 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26785 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26786 }
26787 return resultobj;
26788 fail:
26789 return NULL;
26790 }
26791
26792
26793 static PyObject *_wrap_TreeCtrl_GetNextVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
26794 PyObject *resultobj;
26795 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26796 wxTreeItemId *arg2 = 0 ;
26797 wxTreeItemId result;
26798 PyObject * obj0 = 0 ;
26799 PyObject * obj1 = 0 ;
26800 char *kwnames[] = {
26801 (char *) "self",(char *) "item", NULL
26802 };
26803
26804 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextVisible",kwnames,&obj0,&obj1)) goto fail;
26805 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26806 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26807 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26808 SWIG_POINTER_EXCEPTION | 0)) == -1)
26809 SWIG_fail;
26810 if (arg2 == NULL) {
26811 PyErr_SetString(PyExc_TypeError,"null reference");
26812 SWIG_fail;
26813 }
26814 {
26815 PyThreadState* __tstate = wxPyBeginAllowThreads();
26816 result = ((wxPyTreeCtrl const *)arg1)->GetNextVisible((wxTreeItemId const &)*arg2);
26817
26818 wxPyEndAllowThreads(__tstate);
26819 if (PyErr_Occurred()) SWIG_fail;
26820 }
26821 {
26822 wxTreeItemId * resultptr;
26823 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26824 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26825 }
26826 return resultobj;
26827 fail:
26828 return NULL;
26829 }
26830
26831
26832 static PyObject *_wrap_TreeCtrl_GetPrevVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
26833 PyObject *resultobj;
26834 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26835 wxTreeItemId *arg2 = 0 ;
26836 wxTreeItemId result;
26837 PyObject * obj0 = 0 ;
26838 PyObject * obj1 = 0 ;
26839 char *kwnames[] = {
26840 (char *) "self",(char *) "item", NULL
26841 };
26842
26843 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevVisible",kwnames,&obj0,&obj1)) goto fail;
26844 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26845 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26846 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26847 SWIG_POINTER_EXCEPTION | 0)) == -1)
26848 SWIG_fail;
26849 if (arg2 == NULL) {
26850 PyErr_SetString(PyExc_TypeError,"null reference");
26851 SWIG_fail;
26852 }
26853 {
26854 PyThreadState* __tstate = wxPyBeginAllowThreads();
26855 result = ((wxPyTreeCtrl const *)arg1)->GetPrevVisible((wxTreeItemId const &)*arg2);
26856
26857 wxPyEndAllowThreads(__tstate);
26858 if (PyErr_Occurred()) SWIG_fail;
26859 }
26860 {
26861 wxTreeItemId * resultptr;
26862 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26863 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26864 }
26865 return resultobj;
26866 fail:
26867 return NULL;
26868 }
26869
26870
26871 static PyObject *_wrap_TreeCtrl_AddRoot(PyObject *self, PyObject *args, PyObject *kwargs) {
26872 PyObject *resultobj;
26873 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26874 wxString *arg2 = 0 ;
26875 int arg3 = (int) -1 ;
26876 int arg4 = (int) -1 ;
26877 wxPyTreeItemData *arg5 = (wxPyTreeItemData *) NULL ;
26878 wxTreeItemId result;
26879 bool temp2 = False ;
26880 PyObject * obj0 = 0 ;
26881 PyObject * obj1 = 0 ;
26882 PyObject * obj2 = 0 ;
26883 PyObject * obj3 = 0 ;
26884 PyObject * obj4 = 0 ;
26885 char *kwnames[] = {
26886 (char *) "self",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
26887 };
26888
26889 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOO:TreeCtrl_AddRoot",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
26890 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26891 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26892 {
26893 arg2 = wxString_in_helper(obj1);
26894 if (arg2 == NULL) SWIG_fail;
26895 temp2 = True;
26896 }
26897 if (obj2) {
26898 arg3 = (int) SWIG_AsInt(obj2);
26899 if (PyErr_Occurred()) SWIG_fail;
26900 }
26901 if (obj3) {
26902 arg4 = (int) SWIG_AsInt(obj3);
26903 if (PyErr_Occurred()) SWIG_fail;
26904 }
26905 if (obj4) {
26906 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxPyTreeItemData,
26907 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26908 }
26909 {
26910 PyThreadState* __tstate = wxPyBeginAllowThreads();
26911 result = (arg1)->AddRoot((wxString const &)*arg2,arg3,arg4,arg5);
26912
26913 wxPyEndAllowThreads(__tstate);
26914 if (PyErr_Occurred()) SWIG_fail;
26915 }
26916 {
26917 wxTreeItemId * resultptr;
26918 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26919 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26920 }
26921 {
26922 if (temp2)
26923 delete arg2;
26924 }
26925 return resultobj;
26926 fail:
26927 {
26928 if (temp2)
26929 delete arg2;
26930 }
26931 return NULL;
26932 }
26933
26934
26935 static PyObject *_wrap_TreeCtrl_PrependItem(PyObject *self, PyObject *args, PyObject *kwargs) {
26936 PyObject *resultobj;
26937 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26938 wxTreeItemId *arg2 = 0 ;
26939 wxString *arg3 = 0 ;
26940 int arg4 = (int) -1 ;
26941 int arg5 = (int) -1 ;
26942 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
26943 wxTreeItemId result;
26944 bool temp3 = False ;
26945 PyObject * obj0 = 0 ;
26946 PyObject * obj1 = 0 ;
26947 PyObject * obj2 = 0 ;
26948 PyObject * obj3 = 0 ;
26949 PyObject * obj4 = 0 ;
26950 PyObject * obj5 = 0 ;
26951 char *kwnames[] = {
26952 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
26953 };
26954
26955 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_PrependItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
26956 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26957 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26958 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26959 SWIG_POINTER_EXCEPTION | 0)) == -1)
26960 SWIG_fail;
26961 if (arg2 == NULL) {
26962 PyErr_SetString(PyExc_TypeError,"null reference");
26963 SWIG_fail;
26964 }
26965 {
26966 arg3 = wxString_in_helper(obj2);
26967 if (arg3 == NULL) SWIG_fail;
26968 temp3 = True;
26969 }
26970 if (obj3) {
26971 arg4 = (int) SWIG_AsInt(obj3);
26972 if (PyErr_Occurred()) SWIG_fail;
26973 }
26974 if (obj4) {
26975 arg5 = (int) SWIG_AsInt(obj4);
26976 if (PyErr_Occurred()) SWIG_fail;
26977 }
26978 if (obj5) {
26979 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxPyTreeItemData,
26980 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26981 }
26982 {
26983 PyThreadState* __tstate = wxPyBeginAllowThreads();
26984 result = (arg1)->PrependItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
26985
26986 wxPyEndAllowThreads(__tstate);
26987 if (PyErr_Occurred()) SWIG_fail;
26988 }
26989 {
26990 wxTreeItemId * resultptr;
26991 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26992 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26993 }
26994 {
26995 if (temp3)
26996 delete arg3;
26997 }
26998 return resultobj;
26999 fail:
27000 {
27001 if (temp3)
27002 delete arg3;
27003 }
27004 return NULL;
27005 }
27006
27007
27008 static PyObject *_wrap_TreeCtrl_InsertItem(PyObject *self, PyObject *args, PyObject *kwargs) {
27009 PyObject *resultobj;
27010 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27011 wxTreeItemId *arg2 = 0 ;
27012 wxTreeItemId *arg3 = 0 ;
27013 wxString *arg4 = 0 ;
27014 int arg5 = (int) -1 ;
27015 int arg6 = (int) -1 ;
27016 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
27017 wxTreeItemId result;
27018 bool temp4 = False ;
27019 PyObject * obj0 = 0 ;
27020 PyObject * obj1 = 0 ;
27021 PyObject * obj2 = 0 ;
27022 PyObject * obj3 = 0 ;
27023 PyObject * obj4 = 0 ;
27024 PyObject * obj5 = 0 ;
27025 PyObject * obj6 = 0 ;
27026 char *kwnames[] = {
27027 (char *) "self",(char *) "parent",(char *) "idPrevious",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27028 };
27029
27030 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
27031 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27032 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27033 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27034 SWIG_POINTER_EXCEPTION | 0)) == -1)
27035 SWIG_fail;
27036 if (arg2 == NULL) {
27037 PyErr_SetString(PyExc_TypeError,"null reference");
27038 SWIG_fail;
27039 }
27040 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTreeItemId,
27041 SWIG_POINTER_EXCEPTION | 0)) == -1)
27042 SWIG_fail;
27043 if (arg3 == NULL) {
27044 PyErr_SetString(PyExc_TypeError,"null reference");
27045 SWIG_fail;
27046 }
27047 {
27048 arg4 = wxString_in_helper(obj3);
27049 if (arg4 == NULL) SWIG_fail;
27050 temp4 = True;
27051 }
27052 if (obj4) {
27053 arg5 = (int) SWIG_AsInt(obj4);
27054 if (PyErr_Occurred()) SWIG_fail;
27055 }
27056 if (obj5) {
27057 arg6 = (int) SWIG_AsInt(obj5);
27058 if (PyErr_Occurred()) SWIG_fail;
27059 }
27060 if (obj6) {
27061 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxPyTreeItemData,
27062 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27063 }
27064 {
27065 PyThreadState* __tstate = wxPyBeginAllowThreads();
27066 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,(wxTreeItemId const &)*arg3,(wxString const &)*arg4,arg5,arg6,arg7);
27067
27068 wxPyEndAllowThreads(__tstate);
27069 if (PyErr_Occurred()) SWIG_fail;
27070 }
27071 {
27072 wxTreeItemId * resultptr;
27073 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27074 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27075 }
27076 {
27077 if (temp4)
27078 delete arg4;
27079 }
27080 return resultobj;
27081 fail:
27082 {
27083 if (temp4)
27084 delete arg4;
27085 }
27086 return NULL;
27087 }
27088
27089
27090 static PyObject *_wrap_TreeCtrl_InsertItemBefore(PyObject *self, PyObject *args, PyObject *kwargs) {
27091 PyObject *resultobj;
27092 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27093 wxTreeItemId *arg2 = 0 ;
27094 size_t arg3 ;
27095 wxString *arg4 = 0 ;
27096 int arg5 = (int) -1 ;
27097 int arg6 = (int) -1 ;
27098 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
27099 wxTreeItemId result;
27100 bool temp4 = False ;
27101 PyObject * obj0 = 0 ;
27102 PyObject * obj1 = 0 ;
27103 PyObject * obj2 = 0 ;
27104 PyObject * obj3 = 0 ;
27105 PyObject * obj4 = 0 ;
27106 PyObject * obj5 = 0 ;
27107 PyObject * obj6 = 0 ;
27108 char *kwnames[] = {
27109 (char *) "self",(char *) "parent",(char *) "index",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27110 };
27111
27112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItemBefore",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
27113 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27114 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27115 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27116 SWIG_POINTER_EXCEPTION | 0)) == -1)
27117 SWIG_fail;
27118 if (arg2 == NULL) {
27119 PyErr_SetString(PyExc_TypeError,"null reference");
27120 SWIG_fail;
27121 }
27122 arg3 = (size_t) SWIG_AsUnsignedLong(obj2);
27123 if (PyErr_Occurred()) SWIG_fail;
27124 {
27125 arg4 = wxString_in_helper(obj3);
27126 if (arg4 == NULL) SWIG_fail;
27127 temp4 = True;
27128 }
27129 if (obj4) {
27130 arg5 = (int) SWIG_AsInt(obj4);
27131 if (PyErr_Occurred()) SWIG_fail;
27132 }
27133 if (obj5) {
27134 arg6 = (int) SWIG_AsInt(obj5);
27135 if (PyErr_Occurred()) SWIG_fail;
27136 }
27137 if (obj6) {
27138 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxPyTreeItemData,
27139 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27140 }
27141 {
27142 PyThreadState* __tstate = wxPyBeginAllowThreads();
27143 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,arg3,(wxString const &)*arg4,arg5,arg6,arg7);
27144
27145 wxPyEndAllowThreads(__tstate);
27146 if (PyErr_Occurred()) SWIG_fail;
27147 }
27148 {
27149 wxTreeItemId * resultptr;
27150 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27151 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27152 }
27153 {
27154 if (temp4)
27155 delete arg4;
27156 }
27157 return resultobj;
27158 fail:
27159 {
27160 if (temp4)
27161 delete arg4;
27162 }
27163 return NULL;
27164 }
27165
27166
27167 static PyObject *_wrap_TreeCtrl_AppendItem(PyObject *self, PyObject *args, PyObject *kwargs) {
27168 PyObject *resultobj;
27169 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27170 wxTreeItemId *arg2 = 0 ;
27171 wxString *arg3 = 0 ;
27172 int arg4 = (int) -1 ;
27173 int arg5 = (int) -1 ;
27174 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
27175 wxTreeItemId result;
27176 bool temp3 = False ;
27177 PyObject * obj0 = 0 ;
27178 PyObject * obj1 = 0 ;
27179 PyObject * obj2 = 0 ;
27180 PyObject * obj3 = 0 ;
27181 PyObject * obj4 = 0 ;
27182 PyObject * obj5 = 0 ;
27183 char *kwnames[] = {
27184 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27185 };
27186
27187 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_AppendItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
27188 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27189 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27190 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27191 SWIG_POINTER_EXCEPTION | 0)) == -1)
27192 SWIG_fail;
27193 if (arg2 == NULL) {
27194 PyErr_SetString(PyExc_TypeError,"null reference");
27195 SWIG_fail;
27196 }
27197 {
27198 arg3 = wxString_in_helper(obj2);
27199 if (arg3 == NULL) SWIG_fail;
27200 temp3 = True;
27201 }
27202 if (obj3) {
27203 arg4 = (int) SWIG_AsInt(obj3);
27204 if (PyErr_Occurred()) SWIG_fail;
27205 }
27206 if (obj4) {
27207 arg5 = (int) SWIG_AsInt(obj4);
27208 if (PyErr_Occurred()) SWIG_fail;
27209 }
27210 if (obj5) {
27211 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxPyTreeItemData,
27212 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27213 }
27214 {
27215 PyThreadState* __tstate = wxPyBeginAllowThreads();
27216 result = (arg1)->AppendItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
27217
27218 wxPyEndAllowThreads(__tstate);
27219 if (PyErr_Occurred()) SWIG_fail;
27220 }
27221 {
27222 wxTreeItemId * resultptr;
27223 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27224 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27225 }
27226 {
27227 if (temp3)
27228 delete arg3;
27229 }
27230 return resultobj;
27231 fail:
27232 {
27233 if (temp3)
27234 delete arg3;
27235 }
27236 return NULL;
27237 }
27238
27239
27240 static PyObject *_wrap_TreeCtrl_Delete(PyObject *self, PyObject *args, PyObject *kwargs) {
27241 PyObject *resultobj;
27242 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27243 wxTreeItemId *arg2 = 0 ;
27244 PyObject * obj0 = 0 ;
27245 PyObject * obj1 = 0 ;
27246 char *kwnames[] = {
27247 (char *) "self",(char *) "item", NULL
27248 };
27249
27250 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Delete",kwnames,&obj0,&obj1)) goto fail;
27251 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27252 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27253 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27254 SWIG_POINTER_EXCEPTION | 0)) == -1)
27255 SWIG_fail;
27256 if (arg2 == NULL) {
27257 PyErr_SetString(PyExc_TypeError,"null reference");
27258 SWIG_fail;
27259 }
27260 {
27261 PyThreadState* __tstate = wxPyBeginAllowThreads();
27262 (arg1)->Delete((wxTreeItemId const &)*arg2);
27263
27264 wxPyEndAllowThreads(__tstate);
27265 if (PyErr_Occurred()) SWIG_fail;
27266 }
27267 Py_INCREF(Py_None); resultobj = Py_None;
27268 return resultobj;
27269 fail:
27270 return NULL;
27271 }
27272
27273
27274 static PyObject *_wrap_TreeCtrl_DeleteChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
27275 PyObject *resultobj;
27276 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27277 wxTreeItemId *arg2 = 0 ;
27278 PyObject * obj0 = 0 ;
27279 PyObject * obj1 = 0 ;
27280 char *kwnames[] = {
27281 (char *) "self",(char *) "item", NULL
27282 };
27283
27284 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_DeleteChildren",kwnames,&obj0,&obj1)) goto fail;
27285 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27286 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27287 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27288 SWIG_POINTER_EXCEPTION | 0)) == -1)
27289 SWIG_fail;
27290 if (arg2 == NULL) {
27291 PyErr_SetString(PyExc_TypeError,"null reference");
27292 SWIG_fail;
27293 }
27294 {
27295 PyThreadState* __tstate = wxPyBeginAllowThreads();
27296 (arg1)->DeleteChildren((wxTreeItemId const &)*arg2);
27297
27298 wxPyEndAllowThreads(__tstate);
27299 if (PyErr_Occurred()) SWIG_fail;
27300 }
27301 Py_INCREF(Py_None); resultobj = Py_None;
27302 return resultobj;
27303 fail:
27304 return NULL;
27305 }
27306
27307
27308 static PyObject *_wrap_TreeCtrl_DeleteAllItems(PyObject *self, PyObject *args, PyObject *kwargs) {
27309 PyObject *resultobj;
27310 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27311 PyObject * obj0 = 0 ;
27312 char *kwnames[] = {
27313 (char *) "self", NULL
27314 };
27315
27316 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
27317 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27318 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27319 {
27320 PyThreadState* __tstate = wxPyBeginAllowThreads();
27321 (arg1)->DeleteAllItems();
27322
27323 wxPyEndAllowThreads(__tstate);
27324 if (PyErr_Occurred()) SWIG_fail;
27325 }
27326 Py_INCREF(Py_None); resultobj = Py_None;
27327 return resultobj;
27328 fail:
27329 return NULL;
27330 }
27331
27332
27333 static PyObject *_wrap_TreeCtrl_Expand(PyObject *self, PyObject *args, PyObject *kwargs) {
27334 PyObject *resultobj;
27335 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27336 wxTreeItemId *arg2 = 0 ;
27337 PyObject * obj0 = 0 ;
27338 PyObject * obj1 = 0 ;
27339 char *kwnames[] = {
27340 (char *) "self",(char *) "item", NULL
27341 };
27342
27343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Expand",kwnames,&obj0,&obj1)) goto fail;
27344 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27345 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27346 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27347 SWIG_POINTER_EXCEPTION | 0)) == -1)
27348 SWIG_fail;
27349 if (arg2 == NULL) {
27350 PyErr_SetString(PyExc_TypeError,"null reference");
27351 SWIG_fail;
27352 }
27353 {
27354 PyThreadState* __tstate = wxPyBeginAllowThreads();
27355 (arg1)->Expand((wxTreeItemId const &)*arg2);
27356
27357 wxPyEndAllowThreads(__tstate);
27358 if (PyErr_Occurred()) SWIG_fail;
27359 }
27360 Py_INCREF(Py_None); resultobj = Py_None;
27361 return resultobj;
27362 fail:
27363 return NULL;
27364 }
27365
27366
27367 static PyObject *_wrap_TreeCtrl_Collapse(PyObject *self, PyObject *args, PyObject *kwargs) {
27368 PyObject *resultobj;
27369 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27370 wxTreeItemId *arg2 = 0 ;
27371 PyObject * obj0 = 0 ;
27372 PyObject * obj1 = 0 ;
27373 char *kwnames[] = {
27374 (char *) "self",(char *) "item", NULL
27375 };
27376
27377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Collapse",kwnames,&obj0,&obj1)) goto fail;
27378 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27379 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27380 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27381 SWIG_POINTER_EXCEPTION | 0)) == -1)
27382 SWIG_fail;
27383 if (arg2 == NULL) {
27384 PyErr_SetString(PyExc_TypeError,"null reference");
27385 SWIG_fail;
27386 }
27387 {
27388 PyThreadState* __tstate = wxPyBeginAllowThreads();
27389 (arg1)->Collapse((wxTreeItemId const &)*arg2);
27390
27391 wxPyEndAllowThreads(__tstate);
27392 if (PyErr_Occurred()) SWIG_fail;
27393 }
27394 Py_INCREF(Py_None); resultobj = Py_None;
27395 return resultobj;
27396 fail:
27397 return NULL;
27398 }
27399
27400
27401 static PyObject *_wrap_TreeCtrl_CollapseAndReset(PyObject *self, PyObject *args, PyObject *kwargs) {
27402 PyObject *resultobj;
27403 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27404 wxTreeItemId *arg2 = 0 ;
27405 PyObject * obj0 = 0 ;
27406 PyObject * obj1 = 0 ;
27407 char *kwnames[] = {
27408 (char *) "self",(char *) "item", NULL
27409 };
27410
27411 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_CollapseAndReset",kwnames,&obj0,&obj1)) goto fail;
27412 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27413 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27414 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27415 SWIG_POINTER_EXCEPTION | 0)) == -1)
27416 SWIG_fail;
27417 if (arg2 == NULL) {
27418 PyErr_SetString(PyExc_TypeError,"null reference");
27419 SWIG_fail;
27420 }
27421 {
27422 PyThreadState* __tstate = wxPyBeginAllowThreads();
27423 (arg1)->CollapseAndReset((wxTreeItemId const &)*arg2);
27424
27425 wxPyEndAllowThreads(__tstate);
27426 if (PyErr_Occurred()) SWIG_fail;
27427 }
27428 Py_INCREF(Py_None); resultobj = Py_None;
27429 return resultobj;
27430 fail:
27431 return NULL;
27432 }
27433
27434
27435 static PyObject *_wrap_TreeCtrl_Toggle(PyObject *self, PyObject *args, PyObject *kwargs) {
27436 PyObject *resultobj;
27437 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27438 wxTreeItemId *arg2 = 0 ;
27439 PyObject * obj0 = 0 ;
27440 PyObject * obj1 = 0 ;
27441 char *kwnames[] = {
27442 (char *) "self",(char *) "item", NULL
27443 };
27444
27445 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Toggle",kwnames,&obj0,&obj1)) goto fail;
27446 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27447 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27448 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27449 SWIG_POINTER_EXCEPTION | 0)) == -1)
27450 SWIG_fail;
27451 if (arg2 == NULL) {
27452 PyErr_SetString(PyExc_TypeError,"null reference");
27453 SWIG_fail;
27454 }
27455 {
27456 PyThreadState* __tstate = wxPyBeginAllowThreads();
27457 (arg1)->Toggle((wxTreeItemId const &)*arg2);
27458
27459 wxPyEndAllowThreads(__tstate);
27460 if (PyErr_Occurred()) SWIG_fail;
27461 }
27462 Py_INCREF(Py_None); resultobj = Py_None;
27463 return resultobj;
27464 fail:
27465 return NULL;
27466 }
27467
27468
27469 static PyObject *_wrap_TreeCtrl_Unselect(PyObject *self, PyObject *args, PyObject *kwargs) {
27470 PyObject *resultobj;
27471 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27472 PyObject * obj0 = 0 ;
27473 char *kwnames[] = {
27474 (char *) "self", NULL
27475 };
27476
27477 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_Unselect",kwnames,&obj0)) goto fail;
27478 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27479 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27480 {
27481 PyThreadState* __tstate = wxPyBeginAllowThreads();
27482 (arg1)->Unselect();
27483
27484 wxPyEndAllowThreads(__tstate);
27485 if (PyErr_Occurred()) SWIG_fail;
27486 }
27487 Py_INCREF(Py_None); resultobj = Py_None;
27488 return resultobj;
27489 fail:
27490 return NULL;
27491 }
27492
27493
27494 static PyObject *_wrap_TreeCtrl_UnselectItem(PyObject *self, PyObject *args, PyObject *kwargs) {
27495 PyObject *resultobj;
27496 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27497 wxTreeItemId *arg2 = 0 ;
27498 PyObject * obj0 = 0 ;
27499 PyObject * obj1 = 0 ;
27500 char *kwnames[] = {
27501 (char *) "self",(char *) "item", NULL
27502 };
27503
27504 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_UnselectItem",kwnames,&obj0,&obj1)) goto fail;
27505 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27506 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27507 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27508 SWIG_POINTER_EXCEPTION | 0)) == -1)
27509 SWIG_fail;
27510 if (arg2 == NULL) {
27511 PyErr_SetString(PyExc_TypeError,"null reference");
27512 SWIG_fail;
27513 }
27514 {
27515 PyThreadState* __tstate = wxPyBeginAllowThreads();
27516 (arg1)->UnselectItem((wxTreeItemId const &)*arg2);
27517
27518 wxPyEndAllowThreads(__tstate);
27519 if (PyErr_Occurred()) SWIG_fail;
27520 }
27521 Py_INCREF(Py_None); resultobj = Py_None;
27522 return resultobj;
27523 fail:
27524 return NULL;
27525 }
27526
27527
27528 static PyObject *_wrap_TreeCtrl_UnselectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
27529 PyObject *resultobj;
27530 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27531 PyObject * obj0 = 0 ;
27532 char *kwnames[] = {
27533 (char *) "self", NULL
27534 };
27535
27536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_UnselectAll",kwnames,&obj0)) goto fail;
27537 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27538 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27539 {
27540 PyThreadState* __tstate = wxPyBeginAllowThreads();
27541 (arg1)->UnselectAll();
27542
27543 wxPyEndAllowThreads(__tstate);
27544 if (PyErr_Occurred()) SWIG_fail;
27545 }
27546 Py_INCREF(Py_None); resultobj = Py_None;
27547 return resultobj;
27548 fail:
27549 return NULL;
27550 }
27551
27552
27553 static PyObject *_wrap_TreeCtrl_SelectItem(PyObject *self, PyObject *args, PyObject *kwargs) {
27554 PyObject *resultobj;
27555 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27556 wxTreeItemId *arg2 = 0 ;
27557 bool arg3 = (bool) True ;
27558 PyObject * obj0 = 0 ;
27559 PyObject * obj1 = 0 ;
27560 PyObject * obj2 = 0 ;
27561 char *kwnames[] = {
27562 (char *) "self",(char *) "item",(char *) "select", NULL
27563 };
27564
27565 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SelectItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
27566 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27567 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27568 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27569 SWIG_POINTER_EXCEPTION | 0)) == -1)
27570 SWIG_fail;
27571 if (arg2 == NULL) {
27572 PyErr_SetString(PyExc_TypeError,"null reference");
27573 SWIG_fail;
27574 }
27575 if (obj2) {
27576 arg3 = (bool) SWIG_AsBool(obj2);
27577 if (PyErr_Occurred()) SWIG_fail;
27578 }
27579 {
27580 PyThreadState* __tstate = wxPyBeginAllowThreads();
27581 (arg1)->SelectItem((wxTreeItemId const &)*arg2,arg3);
27582
27583 wxPyEndAllowThreads(__tstate);
27584 if (PyErr_Occurred()) SWIG_fail;
27585 }
27586 Py_INCREF(Py_None); resultobj = Py_None;
27587 return resultobj;
27588 fail:
27589 return NULL;
27590 }
27591
27592
27593 static PyObject *_wrap_TreeCtrl_ToggleItemSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
27594 PyObject *resultobj;
27595 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27596 wxTreeItemId *arg2 = 0 ;
27597 PyObject * obj0 = 0 ;
27598 PyObject * obj1 = 0 ;
27599 char *kwnames[] = {
27600 (char *) "self",(char *) "item", NULL
27601 };
27602
27603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ToggleItemSelection",kwnames,&obj0,&obj1)) goto fail;
27604 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27605 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27606 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27607 SWIG_POINTER_EXCEPTION | 0)) == -1)
27608 SWIG_fail;
27609 if (arg2 == NULL) {
27610 PyErr_SetString(PyExc_TypeError,"null reference");
27611 SWIG_fail;
27612 }
27613 {
27614 PyThreadState* __tstate = wxPyBeginAllowThreads();
27615 (arg1)->ToggleItemSelection((wxTreeItemId const &)*arg2);
27616
27617 wxPyEndAllowThreads(__tstate);
27618 if (PyErr_Occurred()) SWIG_fail;
27619 }
27620 Py_INCREF(Py_None); resultobj = Py_None;
27621 return resultobj;
27622 fail:
27623 return NULL;
27624 }
27625
27626
27627 static PyObject *_wrap_TreeCtrl_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
27628 PyObject *resultobj;
27629 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27630 wxTreeItemId *arg2 = 0 ;
27631 PyObject * obj0 = 0 ;
27632 PyObject * obj1 = 0 ;
27633 char *kwnames[] = {
27634 (char *) "self",(char *) "item", NULL
27635 };
27636
27637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
27638 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27639 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27640 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27641 SWIG_POINTER_EXCEPTION | 0)) == -1)
27642 SWIG_fail;
27643 if (arg2 == NULL) {
27644 PyErr_SetString(PyExc_TypeError,"null reference");
27645 SWIG_fail;
27646 }
27647 {
27648 PyThreadState* __tstate = wxPyBeginAllowThreads();
27649 (arg1)->EnsureVisible((wxTreeItemId const &)*arg2);
27650
27651 wxPyEndAllowThreads(__tstate);
27652 if (PyErr_Occurred()) SWIG_fail;
27653 }
27654 Py_INCREF(Py_None); resultobj = Py_None;
27655 return resultobj;
27656 fail:
27657 return NULL;
27658 }
27659
27660
27661 static PyObject *_wrap_TreeCtrl_ScrollTo(PyObject *self, PyObject *args, PyObject *kwargs) {
27662 PyObject *resultobj;
27663 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27664 wxTreeItemId *arg2 = 0 ;
27665 PyObject * obj0 = 0 ;
27666 PyObject * obj1 = 0 ;
27667 char *kwnames[] = {
27668 (char *) "self",(char *) "item", NULL
27669 };
27670
27671 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ScrollTo",kwnames,&obj0,&obj1)) goto fail;
27672 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27673 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27674 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27675 SWIG_POINTER_EXCEPTION | 0)) == -1)
27676 SWIG_fail;
27677 if (arg2 == NULL) {
27678 PyErr_SetString(PyExc_TypeError,"null reference");
27679 SWIG_fail;
27680 }
27681 {
27682 PyThreadState* __tstate = wxPyBeginAllowThreads();
27683 (arg1)->ScrollTo((wxTreeItemId const &)*arg2);
27684
27685 wxPyEndAllowThreads(__tstate);
27686 if (PyErr_Occurred()) SWIG_fail;
27687 }
27688 Py_INCREF(Py_None); resultobj = Py_None;
27689 return resultobj;
27690 fail:
27691 return NULL;
27692 }
27693
27694
27695 static PyObject *_wrap_TreeCtrl_EditLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
27696 PyObject *resultobj;
27697 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27698 wxTreeItemId *arg2 = 0 ;
27699 PyObject * obj0 = 0 ;
27700 PyObject * obj1 = 0 ;
27701 char *kwnames[] = {
27702 (char *) "self",(char *) "item", NULL
27703 };
27704
27705 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
27706 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27707 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27708 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27709 SWIG_POINTER_EXCEPTION | 0)) == -1)
27710 SWIG_fail;
27711 if (arg2 == NULL) {
27712 PyErr_SetString(PyExc_TypeError,"null reference");
27713 SWIG_fail;
27714 }
27715 {
27716 PyThreadState* __tstate = wxPyBeginAllowThreads();
27717 (arg1)->EditLabel((wxTreeItemId const &)*arg2);
27718
27719 wxPyEndAllowThreads(__tstate);
27720 if (PyErr_Occurred()) SWIG_fail;
27721 }
27722 Py_INCREF(Py_None); resultobj = Py_None;
27723 return resultobj;
27724 fail:
27725 return NULL;
27726 }
27727
27728
27729 static PyObject *_wrap_TreeCtrl_GetEditControl(PyObject *self, PyObject *args, PyObject *kwargs) {
27730 PyObject *resultobj;
27731 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27732 wxTextCtrl *result;
27733 PyObject * obj0 = 0 ;
27734 char *kwnames[] = {
27735 (char *) "self", NULL
27736 };
27737
27738 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetEditControl",kwnames,&obj0)) goto fail;
27739 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27740 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27741 {
27742 PyThreadState* __tstate = wxPyBeginAllowThreads();
27743 result = (wxTextCtrl *)((wxPyTreeCtrl const *)arg1)->GetEditControl();
27744
27745 wxPyEndAllowThreads(__tstate);
27746 if (PyErr_Occurred()) SWIG_fail;
27747 }
27748 {
27749 resultobj = wxPyMake_wxObject(result);
27750 }
27751 return resultobj;
27752 fail:
27753 return NULL;
27754 }
27755
27756
27757 static PyObject *_wrap_TreeCtrl_EndEditLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
27758 PyObject *resultobj;
27759 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27760 wxTreeItemId *arg2 = 0 ;
27761 bool arg3 = (bool) False ;
27762 PyObject * obj0 = 0 ;
27763 PyObject * obj1 = 0 ;
27764 PyObject * obj2 = 0 ;
27765 char *kwnames[] = {
27766 (char *) "self",(char *) "item",(char *) "discardChanges", NULL
27767 };
27768
27769 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_EndEditLabel",kwnames,&obj0,&obj1,&obj2)) goto fail;
27770 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27771 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27772 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27773 SWIG_POINTER_EXCEPTION | 0)) == -1)
27774 SWIG_fail;
27775 if (arg2 == NULL) {
27776 PyErr_SetString(PyExc_TypeError,"null reference");
27777 SWIG_fail;
27778 }
27779 if (obj2) {
27780 arg3 = (bool) SWIG_AsBool(obj2);
27781 if (PyErr_Occurred()) SWIG_fail;
27782 }
27783 {
27784 PyThreadState* __tstate = wxPyBeginAllowThreads();
27785 (arg1)->EndEditLabel((wxTreeItemId const &)*arg2,arg3);
27786
27787 wxPyEndAllowThreads(__tstate);
27788 if (PyErr_Occurred()) SWIG_fail;
27789 }
27790 Py_INCREF(Py_None); resultobj = Py_None;
27791 return resultobj;
27792 fail:
27793 return NULL;
27794 }
27795
27796
27797 static PyObject *_wrap_TreeCtrl_SortChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
27798 PyObject *resultobj;
27799 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27800 wxTreeItemId *arg2 = 0 ;
27801 PyObject * obj0 = 0 ;
27802 PyObject * obj1 = 0 ;
27803 char *kwnames[] = {
27804 (char *) "self",(char *) "item", NULL
27805 };
27806
27807 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SortChildren",kwnames,&obj0,&obj1)) goto fail;
27808 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27809 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27810 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27811 SWIG_POINTER_EXCEPTION | 0)) == -1)
27812 SWIG_fail;
27813 if (arg2 == NULL) {
27814 PyErr_SetString(PyExc_TypeError,"null reference");
27815 SWIG_fail;
27816 }
27817 {
27818 PyThreadState* __tstate = wxPyBeginAllowThreads();
27819 (arg1)->SortChildren((wxTreeItemId const &)*arg2);
27820
27821 wxPyEndAllowThreads(__tstate);
27822 if (PyErr_Occurred()) SWIG_fail;
27823 }
27824 Py_INCREF(Py_None); resultobj = Py_None;
27825 return resultobj;
27826 fail:
27827 return NULL;
27828 }
27829
27830
27831 static PyObject *_wrap_TreeCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
27832 PyObject *resultobj;
27833 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27834 wxPoint *arg2 = 0 ;
27835 int *arg3 = 0 ;
27836 wxTreeItemId result;
27837 wxPoint temp2 ;
27838 int temp3 ;
27839 PyObject * obj0 = 0 ;
27840 PyObject * obj1 = 0 ;
27841 char *kwnames[] = {
27842 (char *) "self",(char *) "point", NULL
27843 };
27844
27845 arg3 = &temp3;
27846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
27847 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27848 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27849 {
27850 arg2 = &temp2;
27851 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
27852 }
27853 {
27854 PyThreadState* __tstate = wxPyBeginAllowThreads();
27855 result = (arg1)->HitTest((wxPoint const &)*arg2,*arg3);
27856
27857 wxPyEndAllowThreads(__tstate);
27858 if (PyErr_Occurred()) SWIG_fail;
27859 }
27860 {
27861 wxTreeItemId * resultptr;
27862 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27863 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27864 }
27865 {
27866 PyObject *o = PyInt_FromLong((long) (*arg3));
27867 resultobj = t_output_helper(resultobj,o);
27868 }
27869 return resultobj;
27870 fail:
27871 return NULL;
27872 }
27873
27874
27875 static PyObject *_wrap_TreeCtrl_GetBoundingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
27876 PyObject *resultobj;
27877 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27878 wxTreeItemId *arg2 = 0 ;
27879 bool arg3 = (bool) False ;
27880 PyObject *result;
27881 PyObject * obj0 = 0 ;
27882 PyObject * obj1 = 0 ;
27883 PyObject * obj2 = 0 ;
27884 char *kwnames[] = {
27885 (char *) "self",(char *) "item",(char *) "textOnly", NULL
27886 };
27887
27888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetBoundingRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
27889 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27890 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27891 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27892 SWIG_POINTER_EXCEPTION | 0)) == -1)
27893 SWIG_fail;
27894 if (arg2 == NULL) {
27895 PyErr_SetString(PyExc_TypeError,"null reference");
27896 SWIG_fail;
27897 }
27898 if (obj2) {
27899 arg3 = (bool) SWIG_AsBool(obj2);
27900 if (PyErr_Occurred()) SWIG_fail;
27901 }
27902 {
27903 PyThreadState* __tstate = wxPyBeginAllowThreads();
27904 result = (PyObject *)wxPyTreeCtrl_GetBoundingRect(arg1,(wxTreeItemId const &)*arg2,arg3);
27905
27906 wxPyEndAllowThreads(__tstate);
27907 if (PyErr_Occurred()) SWIG_fail;
27908 }
27909 resultobj = result;
27910 return resultobj;
27911 fail:
27912 return NULL;
27913 }
27914
27915
27916 static PyObject *_wrap_TreeCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
27917 PyObject *resultobj;
27918 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
27919 wxVisualAttributes result;
27920 PyObject * obj0 = 0 ;
27921 char *kwnames[] = {
27922 (char *) "variant", NULL
27923 };
27924
27925 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:TreeCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
27926 if (obj0) {
27927 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
27928 if (PyErr_Occurred()) SWIG_fail;
27929 }
27930 {
27931 if (!wxPyCheckForApp()) SWIG_fail;
27932 PyThreadState* __tstate = wxPyBeginAllowThreads();
27933 result = wxPyTreeCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
27934
27935 wxPyEndAllowThreads(__tstate);
27936 if (PyErr_Occurred()) SWIG_fail;
27937 }
27938 {
27939 wxVisualAttributes * resultptr;
27940 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
27941 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
27942 }
27943 return resultobj;
27944 fail:
27945 return NULL;
27946 }
27947
27948
27949 static PyObject * TreeCtrl_swigregister(PyObject *self, PyObject *args) {
27950 PyObject *obj;
27951 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
27952 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeCtrl, obj);
27953 Py_INCREF(obj);
27954 return Py_BuildValue((char *)"");
27955 }
27956 static int _wrap_DirDialogDefaultFolderStr_set(PyObject *_val) {
27957 PyErr_SetString(PyExc_TypeError,"Variable DirDialogDefaultFolderStr is read-only.");
27958 return 1;
27959 }
27960
27961
27962 static PyObject *_wrap_DirDialogDefaultFolderStr_get() {
27963 PyObject *pyobj;
27964
27965 {
27966 #if wxUSE_UNICODE
27967 pyobj = PyUnicode_FromWideChar((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
27968 #else
27969 pyobj = PyString_FromStringAndSize((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
27970 #endif
27971 }
27972 return pyobj;
27973 }
27974
27975
27976 static PyObject *_wrap_new_GenericDirCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
27977 PyObject *resultobj;
27978 wxWindow *arg1 = (wxWindow *) 0 ;
27979 int arg2 = (int) (int)-1 ;
27980 wxString const &arg3_defvalue = wxPyDirDialogDefaultFolderStr ;
27981 wxString *arg3 = (wxString *) &arg3_defvalue ;
27982 wxPoint const &arg4_defvalue = wxDefaultPosition ;
27983 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
27984 wxSize const &arg5_defvalue = wxDefaultSize ;
27985 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
27986 long arg6 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
27987 wxString const &arg7_defvalue = wxPyEmptyString ;
27988 wxString *arg7 = (wxString *) &arg7_defvalue ;
27989 int arg8 = (int) 0 ;
27990 wxString const &arg9_defvalue = wxPyTreeCtrlNameStr ;
27991 wxString *arg9 = (wxString *) &arg9_defvalue ;
27992 wxGenericDirCtrl *result;
27993 bool temp3 = False ;
27994 wxPoint temp4 ;
27995 wxSize temp5 ;
27996 bool temp7 = False ;
27997 bool temp9 = False ;
27998 PyObject * obj0 = 0 ;
27999 PyObject * obj1 = 0 ;
28000 PyObject * obj2 = 0 ;
28001 PyObject * obj3 = 0 ;
28002 PyObject * obj4 = 0 ;
28003 PyObject * obj5 = 0 ;
28004 PyObject * obj6 = 0 ;
28005 PyObject * obj7 = 0 ;
28006 PyObject * obj8 = 0 ;
28007 char *kwnames[] = {
28008 (char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
28009 };
28010
28011 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_GenericDirCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
28012 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
28013 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28014 if (obj1) {
28015 arg2 = (int const) SWIG_AsInt(obj1);
28016 if (PyErr_Occurred()) SWIG_fail;
28017 }
28018 if (obj2) {
28019 {
28020 arg3 = wxString_in_helper(obj2);
28021 if (arg3 == NULL) SWIG_fail;
28022 temp3 = True;
28023 }
28024 }
28025 if (obj3) {
28026 {
28027 arg4 = &temp4;
28028 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
28029 }
28030 }
28031 if (obj4) {
28032 {
28033 arg5 = &temp5;
28034 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
28035 }
28036 }
28037 if (obj5) {
28038 arg6 = (long) SWIG_AsLong(obj5);
28039 if (PyErr_Occurred()) SWIG_fail;
28040 }
28041 if (obj6) {
28042 {
28043 arg7 = wxString_in_helper(obj6);
28044 if (arg7 == NULL) SWIG_fail;
28045 temp7 = True;
28046 }
28047 }
28048 if (obj7) {
28049 arg8 = (int) SWIG_AsInt(obj7);
28050 if (PyErr_Occurred()) SWIG_fail;
28051 }
28052 if (obj8) {
28053 {
28054 arg9 = wxString_in_helper(obj8);
28055 if (arg9 == NULL) SWIG_fail;
28056 temp9 = True;
28057 }
28058 }
28059 {
28060 if (!wxPyCheckForApp()) SWIG_fail;
28061 PyThreadState* __tstate = wxPyBeginAllowThreads();
28062 result = (wxGenericDirCtrl *)new wxGenericDirCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7,arg8,(wxString const &)*arg9);
28063
28064 wxPyEndAllowThreads(__tstate);
28065 if (PyErr_Occurred()) SWIG_fail;
28066 }
28067 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDirCtrl, 1);
28068 {
28069 if (temp3)
28070 delete arg3;
28071 }
28072 {
28073 if (temp7)
28074 delete arg7;
28075 }
28076 {
28077 if (temp9)
28078 delete arg9;
28079 }
28080 return resultobj;
28081 fail:
28082 {
28083 if (temp3)
28084 delete arg3;
28085 }
28086 {
28087 if (temp7)
28088 delete arg7;
28089 }
28090 {
28091 if (temp9)
28092 delete arg9;
28093 }
28094 return NULL;
28095 }
28096
28097
28098 static PyObject *_wrap_new_PreGenericDirCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28099 PyObject *resultobj;
28100 wxGenericDirCtrl *result;
28101 char *kwnames[] = {
28102 NULL
28103 };
28104
28105 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGenericDirCtrl",kwnames)) goto fail;
28106 {
28107 if (!wxPyCheckForApp()) SWIG_fail;
28108 PyThreadState* __tstate = wxPyBeginAllowThreads();
28109 result = (wxGenericDirCtrl *)new wxGenericDirCtrl();
28110
28111 wxPyEndAllowThreads(__tstate);
28112 if (PyErr_Occurred()) SWIG_fail;
28113 }
28114 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDirCtrl, 1);
28115 return resultobj;
28116 fail:
28117 return NULL;
28118 }
28119
28120
28121 static PyObject *_wrap_GenericDirCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
28122 PyObject *resultobj;
28123 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28124 wxWindow *arg2 = (wxWindow *) 0 ;
28125 int arg3 = (int) (int)-1 ;
28126 wxString const &arg4_defvalue = wxPyDirDialogDefaultFolderStr ;
28127 wxString *arg4 = (wxString *) &arg4_defvalue ;
28128 wxPoint const &arg5_defvalue = wxDefaultPosition ;
28129 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
28130 wxSize const &arg6_defvalue = wxDefaultSize ;
28131 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
28132 long arg7 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
28133 wxString const &arg8_defvalue = wxPyEmptyString ;
28134 wxString *arg8 = (wxString *) &arg8_defvalue ;
28135 int arg9 = (int) 0 ;
28136 wxString const &arg10_defvalue = wxPyTreeCtrlNameStr ;
28137 wxString *arg10 = (wxString *) &arg10_defvalue ;
28138 bool result;
28139 bool temp4 = False ;
28140 wxPoint temp5 ;
28141 wxSize temp6 ;
28142 bool temp8 = False ;
28143 bool temp10 = False ;
28144 PyObject * obj0 = 0 ;
28145 PyObject * obj1 = 0 ;
28146 PyObject * obj2 = 0 ;
28147 PyObject * obj3 = 0 ;
28148 PyObject * obj4 = 0 ;
28149 PyObject * obj5 = 0 ;
28150 PyObject * obj6 = 0 ;
28151 PyObject * obj7 = 0 ;
28152 PyObject * obj8 = 0 ;
28153 PyObject * obj9 = 0 ;
28154 char *kwnames[] = {
28155 (char *) "self",(char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
28156 };
28157
28158 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:GenericDirCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
28159 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28160 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28161 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
28162 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28163 if (obj2) {
28164 arg3 = (int const) SWIG_AsInt(obj2);
28165 if (PyErr_Occurred()) SWIG_fail;
28166 }
28167 if (obj3) {
28168 {
28169 arg4 = wxString_in_helper(obj3);
28170 if (arg4 == NULL) SWIG_fail;
28171 temp4 = True;
28172 }
28173 }
28174 if (obj4) {
28175 {
28176 arg5 = &temp5;
28177 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
28178 }
28179 }
28180 if (obj5) {
28181 {
28182 arg6 = &temp6;
28183 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
28184 }
28185 }
28186 if (obj6) {
28187 arg7 = (long) SWIG_AsLong(obj6);
28188 if (PyErr_Occurred()) SWIG_fail;
28189 }
28190 if (obj7) {
28191 {
28192 arg8 = wxString_in_helper(obj7);
28193 if (arg8 == NULL) SWIG_fail;
28194 temp8 = True;
28195 }
28196 }
28197 if (obj8) {
28198 arg9 = (int) SWIG_AsInt(obj8);
28199 if (PyErr_Occurred()) SWIG_fail;
28200 }
28201 if (obj9) {
28202 {
28203 arg10 = wxString_in_helper(obj9);
28204 if (arg10 == NULL) SWIG_fail;
28205 temp10 = True;
28206 }
28207 }
28208 {
28209 PyThreadState* __tstate = wxPyBeginAllowThreads();
28210 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8,arg9,(wxString const &)*arg10);
28211
28212 wxPyEndAllowThreads(__tstate);
28213 if (PyErr_Occurred()) SWIG_fail;
28214 }
28215 {
28216 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28217 }
28218 {
28219 if (temp4)
28220 delete arg4;
28221 }
28222 {
28223 if (temp8)
28224 delete arg8;
28225 }
28226 {
28227 if (temp10)
28228 delete arg10;
28229 }
28230 return resultobj;
28231 fail:
28232 {
28233 if (temp4)
28234 delete arg4;
28235 }
28236 {
28237 if (temp8)
28238 delete arg8;
28239 }
28240 {
28241 if (temp10)
28242 delete arg10;
28243 }
28244 return NULL;
28245 }
28246
28247
28248 static PyObject *_wrap_GenericDirCtrl_ExpandPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28249 PyObject *resultobj;
28250 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28251 wxString *arg2 = 0 ;
28252 bool result;
28253 bool temp2 = False ;
28254 PyObject * obj0 = 0 ;
28255 PyObject * obj1 = 0 ;
28256 char *kwnames[] = {
28257 (char *) "self",(char *) "path", NULL
28258 };
28259
28260 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ExpandPath",kwnames,&obj0,&obj1)) goto fail;
28261 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28262 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28263 {
28264 arg2 = wxString_in_helper(obj1);
28265 if (arg2 == NULL) SWIG_fail;
28266 temp2 = True;
28267 }
28268 {
28269 PyThreadState* __tstate = wxPyBeginAllowThreads();
28270 result = (bool)(arg1)->ExpandPath((wxString const &)*arg2);
28271
28272 wxPyEndAllowThreads(__tstate);
28273 if (PyErr_Occurred()) SWIG_fail;
28274 }
28275 {
28276 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28277 }
28278 {
28279 if (temp2)
28280 delete arg2;
28281 }
28282 return resultobj;
28283 fail:
28284 {
28285 if (temp2)
28286 delete arg2;
28287 }
28288 return NULL;
28289 }
28290
28291
28292 static PyObject *_wrap_GenericDirCtrl_GetDefaultPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28293 PyObject *resultobj;
28294 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28295 wxString result;
28296 PyObject * obj0 = 0 ;
28297 char *kwnames[] = {
28298 (char *) "self", NULL
28299 };
28300
28301 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetDefaultPath",kwnames,&obj0)) goto fail;
28302 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28303 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28304 {
28305 PyThreadState* __tstate = wxPyBeginAllowThreads();
28306 result = ((wxGenericDirCtrl const *)arg1)->GetDefaultPath();
28307
28308 wxPyEndAllowThreads(__tstate);
28309 if (PyErr_Occurred()) SWIG_fail;
28310 }
28311 {
28312 #if wxUSE_UNICODE
28313 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28314 #else
28315 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28316 #endif
28317 }
28318 return resultobj;
28319 fail:
28320 return NULL;
28321 }
28322
28323
28324 static PyObject *_wrap_GenericDirCtrl_SetDefaultPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28325 PyObject *resultobj;
28326 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28327 wxString *arg2 = 0 ;
28328 bool temp2 = False ;
28329 PyObject * obj0 = 0 ;
28330 PyObject * obj1 = 0 ;
28331 char *kwnames[] = {
28332 (char *) "self",(char *) "path", NULL
28333 };
28334
28335 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetDefaultPath",kwnames,&obj0,&obj1)) goto fail;
28336 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28337 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28338 {
28339 arg2 = wxString_in_helper(obj1);
28340 if (arg2 == NULL) SWIG_fail;
28341 temp2 = True;
28342 }
28343 {
28344 PyThreadState* __tstate = wxPyBeginAllowThreads();
28345 (arg1)->SetDefaultPath((wxString const &)*arg2);
28346
28347 wxPyEndAllowThreads(__tstate);
28348 if (PyErr_Occurred()) SWIG_fail;
28349 }
28350 Py_INCREF(Py_None); resultobj = Py_None;
28351 {
28352 if (temp2)
28353 delete arg2;
28354 }
28355 return resultobj;
28356 fail:
28357 {
28358 if (temp2)
28359 delete arg2;
28360 }
28361 return NULL;
28362 }
28363
28364
28365 static PyObject *_wrap_GenericDirCtrl_GetPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28366 PyObject *resultobj;
28367 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28368 wxString result;
28369 PyObject * obj0 = 0 ;
28370 char *kwnames[] = {
28371 (char *) "self", NULL
28372 };
28373
28374 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetPath",kwnames,&obj0)) goto fail;
28375 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28376 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28377 {
28378 PyThreadState* __tstate = wxPyBeginAllowThreads();
28379 result = ((wxGenericDirCtrl const *)arg1)->GetPath();
28380
28381 wxPyEndAllowThreads(__tstate);
28382 if (PyErr_Occurred()) SWIG_fail;
28383 }
28384 {
28385 #if wxUSE_UNICODE
28386 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28387 #else
28388 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28389 #endif
28390 }
28391 return resultobj;
28392 fail:
28393 return NULL;
28394 }
28395
28396
28397 static PyObject *_wrap_GenericDirCtrl_GetFilePath(PyObject *self, PyObject *args, PyObject *kwargs) {
28398 PyObject *resultobj;
28399 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28400 wxString result;
28401 PyObject * obj0 = 0 ;
28402 char *kwnames[] = {
28403 (char *) "self", NULL
28404 };
28405
28406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilePath",kwnames,&obj0)) goto fail;
28407 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28408 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28409 {
28410 PyThreadState* __tstate = wxPyBeginAllowThreads();
28411 result = ((wxGenericDirCtrl const *)arg1)->GetFilePath();
28412
28413 wxPyEndAllowThreads(__tstate);
28414 if (PyErr_Occurred()) SWIG_fail;
28415 }
28416 {
28417 #if wxUSE_UNICODE
28418 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28419 #else
28420 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28421 #endif
28422 }
28423 return resultobj;
28424 fail:
28425 return NULL;
28426 }
28427
28428
28429 static PyObject *_wrap_GenericDirCtrl_SetPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28430 PyObject *resultobj;
28431 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28432 wxString *arg2 = 0 ;
28433 bool temp2 = False ;
28434 PyObject * obj0 = 0 ;
28435 PyObject * obj1 = 0 ;
28436 char *kwnames[] = {
28437 (char *) "self",(char *) "path", NULL
28438 };
28439
28440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetPath",kwnames,&obj0,&obj1)) goto fail;
28441 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28442 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28443 {
28444 arg2 = wxString_in_helper(obj1);
28445 if (arg2 == NULL) SWIG_fail;
28446 temp2 = True;
28447 }
28448 {
28449 PyThreadState* __tstate = wxPyBeginAllowThreads();
28450 (arg1)->SetPath((wxString const &)*arg2);
28451
28452 wxPyEndAllowThreads(__tstate);
28453 if (PyErr_Occurred()) SWIG_fail;
28454 }
28455 Py_INCREF(Py_None); resultobj = Py_None;
28456 {
28457 if (temp2)
28458 delete arg2;
28459 }
28460 return resultobj;
28461 fail:
28462 {
28463 if (temp2)
28464 delete arg2;
28465 }
28466 return NULL;
28467 }
28468
28469
28470 static PyObject *_wrap_GenericDirCtrl_ShowHidden(PyObject *self, PyObject *args, PyObject *kwargs) {
28471 PyObject *resultobj;
28472 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28473 bool arg2 ;
28474 PyObject * obj0 = 0 ;
28475 PyObject * obj1 = 0 ;
28476 char *kwnames[] = {
28477 (char *) "self",(char *) "show", NULL
28478 };
28479
28480 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ShowHidden",kwnames,&obj0,&obj1)) goto fail;
28481 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28482 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28483 arg2 = (bool) SWIG_AsBool(obj1);
28484 if (PyErr_Occurred()) SWIG_fail;
28485 {
28486 PyThreadState* __tstate = wxPyBeginAllowThreads();
28487 (arg1)->ShowHidden(arg2);
28488
28489 wxPyEndAllowThreads(__tstate);
28490 if (PyErr_Occurred()) SWIG_fail;
28491 }
28492 Py_INCREF(Py_None); resultobj = Py_None;
28493 return resultobj;
28494 fail:
28495 return NULL;
28496 }
28497
28498
28499 static PyObject *_wrap_GenericDirCtrl_GetShowHidden(PyObject *self, PyObject *args, PyObject *kwargs) {
28500 PyObject *resultobj;
28501 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28502 bool result;
28503 PyObject * obj0 = 0 ;
28504 char *kwnames[] = {
28505 (char *) "self", NULL
28506 };
28507
28508 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetShowHidden",kwnames,&obj0)) goto fail;
28509 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28510 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28511 {
28512 PyThreadState* __tstate = wxPyBeginAllowThreads();
28513 result = (bool)(arg1)->GetShowHidden();
28514
28515 wxPyEndAllowThreads(__tstate);
28516 if (PyErr_Occurred()) SWIG_fail;
28517 }
28518 {
28519 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28520 }
28521 return resultobj;
28522 fail:
28523 return NULL;
28524 }
28525
28526
28527 static PyObject *_wrap_GenericDirCtrl_GetFilter(PyObject *self, PyObject *args, PyObject *kwargs) {
28528 PyObject *resultobj;
28529 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28530 wxString result;
28531 PyObject * obj0 = 0 ;
28532 char *kwnames[] = {
28533 (char *) "self", NULL
28534 };
28535
28536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilter",kwnames,&obj0)) goto fail;
28537 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28538 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28539 {
28540 PyThreadState* __tstate = wxPyBeginAllowThreads();
28541 result = ((wxGenericDirCtrl const *)arg1)->GetFilter();
28542
28543 wxPyEndAllowThreads(__tstate);
28544 if (PyErr_Occurred()) SWIG_fail;
28545 }
28546 {
28547 #if wxUSE_UNICODE
28548 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28549 #else
28550 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28551 #endif
28552 }
28553 return resultobj;
28554 fail:
28555 return NULL;
28556 }
28557
28558
28559 static PyObject *_wrap_GenericDirCtrl_SetFilter(PyObject *self, PyObject *args, PyObject *kwargs) {
28560 PyObject *resultobj;
28561 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28562 wxString *arg2 = 0 ;
28563 bool temp2 = False ;
28564 PyObject * obj0 = 0 ;
28565 PyObject * obj1 = 0 ;
28566 char *kwnames[] = {
28567 (char *) "self",(char *) "filter", NULL
28568 };
28569
28570 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilter",kwnames,&obj0,&obj1)) goto fail;
28571 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28572 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28573 {
28574 arg2 = wxString_in_helper(obj1);
28575 if (arg2 == NULL) SWIG_fail;
28576 temp2 = True;
28577 }
28578 {
28579 PyThreadState* __tstate = wxPyBeginAllowThreads();
28580 (arg1)->SetFilter((wxString const &)*arg2);
28581
28582 wxPyEndAllowThreads(__tstate);
28583 if (PyErr_Occurred()) SWIG_fail;
28584 }
28585 Py_INCREF(Py_None); resultobj = Py_None;
28586 {
28587 if (temp2)
28588 delete arg2;
28589 }
28590 return resultobj;
28591 fail:
28592 {
28593 if (temp2)
28594 delete arg2;
28595 }
28596 return NULL;
28597 }
28598
28599
28600 static PyObject *_wrap_GenericDirCtrl_GetFilterIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
28601 PyObject *resultobj;
28602 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28603 int result;
28604 PyObject * obj0 = 0 ;
28605 char *kwnames[] = {
28606 (char *) "self", NULL
28607 };
28608
28609 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterIndex",kwnames,&obj0)) goto fail;
28610 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28611 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28612 {
28613 PyThreadState* __tstate = wxPyBeginAllowThreads();
28614 result = (int)((wxGenericDirCtrl const *)arg1)->GetFilterIndex();
28615
28616 wxPyEndAllowThreads(__tstate);
28617 if (PyErr_Occurred()) SWIG_fail;
28618 }
28619 resultobj = SWIG_FromInt((int)result);
28620 return resultobj;
28621 fail:
28622 return NULL;
28623 }
28624
28625
28626 static PyObject *_wrap_GenericDirCtrl_SetFilterIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
28627 PyObject *resultobj;
28628 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28629 int arg2 ;
28630 PyObject * obj0 = 0 ;
28631 PyObject * obj1 = 0 ;
28632 char *kwnames[] = {
28633 (char *) "self",(char *) "n", NULL
28634 };
28635
28636 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilterIndex",kwnames,&obj0,&obj1)) goto fail;
28637 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28638 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28639 arg2 = (int) SWIG_AsInt(obj1);
28640 if (PyErr_Occurred()) SWIG_fail;
28641 {
28642 PyThreadState* __tstate = wxPyBeginAllowThreads();
28643 (arg1)->SetFilterIndex(arg2);
28644
28645 wxPyEndAllowThreads(__tstate);
28646 if (PyErr_Occurred()) SWIG_fail;
28647 }
28648 Py_INCREF(Py_None); resultobj = Py_None;
28649 return resultobj;
28650 fail:
28651 return NULL;
28652 }
28653
28654
28655 static PyObject *_wrap_GenericDirCtrl_GetRootId(PyObject *self, PyObject *args, PyObject *kwargs) {
28656 PyObject *resultobj;
28657 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28658 wxTreeItemId result;
28659 PyObject * obj0 = 0 ;
28660 char *kwnames[] = {
28661 (char *) "self", NULL
28662 };
28663
28664 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetRootId",kwnames,&obj0)) goto fail;
28665 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28666 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28667 {
28668 PyThreadState* __tstate = wxPyBeginAllowThreads();
28669 result = (arg1)->GetRootId();
28670
28671 wxPyEndAllowThreads(__tstate);
28672 if (PyErr_Occurred()) SWIG_fail;
28673 }
28674 {
28675 wxTreeItemId * resultptr;
28676 resultptr = new wxTreeItemId((wxTreeItemId &) result);
28677 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
28678 }
28679 return resultobj;
28680 fail:
28681 return NULL;
28682 }
28683
28684
28685 static PyObject *_wrap_GenericDirCtrl_GetTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28686 PyObject *resultobj;
28687 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28688 wxPyTreeCtrl *result;
28689 PyObject * obj0 = 0 ;
28690 char *kwnames[] = {
28691 (char *) "self", NULL
28692 };
28693
28694 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetTreeCtrl",kwnames,&obj0)) goto fail;
28695 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28696 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28697 {
28698 PyThreadState* __tstate = wxPyBeginAllowThreads();
28699 result = (wxPyTreeCtrl *)((wxGenericDirCtrl const *)arg1)->GetTreeCtrl();
28700
28701 wxPyEndAllowThreads(__tstate);
28702 if (PyErr_Occurred()) SWIG_fail;
28703 }
28704 {
28705 resultobj = wxPyMake_wxObject(result);
28706 }
28707 return resultobj;
28708 fail:
28709 return NULL;
28710 }
28711
28712
28713 static PyObject *_wrap_GenericDirCtrl_GetFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28714 PyObject *resultobj;
28715 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28716 wxDirFilterListCtrl *result;
28717 PyObject * obj0 = 0 ;
28718 char *kwnames[] = {
28719 (char *) "self", NULL
28720 };
28721
28722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterListCtrl",kwnames,&obj0)) goto fail;
28723 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28724 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28725 {
28726 PyThreadState* __tstate = wxPyBeginAllowThreads();
28727 result = (wxDirFilterListCtrl *)((wxGenericDirCtrl const *)arg1)->GetFilterListCtrl();
28728
28729 wxPyEndAllowThreads(__tstate);
28730 if (PyErr_Occurred()) SWIG_fail;
28731 }
28732 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 0);
28733 return resultobj;
28734 fail:
28735 return NULL;
28736 }
28737
28738
28739 static PyObject *_wrap_GenericDirCtrl_FindChild(PyObject *self, PyObject *args, PyObject *kwargs) {
28740 PyObject *resultobj;
28741 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28742 wxTreeItemId arg2 ;
28743 wxString *arg3 = 0 ;
28744 bool *arg4 = 0 ;
28745 wxTreeItemId result;
28746 wxTreeItemId *argp2 ;
28747 bool temp3 = False ;
28748 bool temp4 ;
28749 PyObject * obj0 = 0 ;
28750 PyObject * obj1 = 0 ;
28751 PyObject * obj2 = 0 ;
28752 char *kwnames[] = {
28753 (char *) "self",(char *) "parentId",(char *) "path", NULL
28754 };
28755
28756 arg4 = &temp4;
28757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:GenericDirCtrl_FindChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
28758 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28759 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28760 if ((SWIG_ConvertPtr(obj1,(void **)(&argp2),SWIGTYPE_p_wxTreeItemId,
28761 SWIG_POINTER_EXCEPTION) == -1)) SWIG_fail;
28762 arg2 = *argp2;
28763 {
28764 arg3 = wxString_in_helper(obj2);
28765 if (arg3 == NULL) SWIG_fail;
28766 temp3 = True;
28767 }
28768 {
28769 PyThreadState* __tstate = wxPyBeginAllowThreads();
28770 result = (arg1)->FindChild(arg2,(wxString const &)*arg3,*arg4);
28771
28772 wxPyEndAllowThreads(__tstate);
28773 if (PyErr_Occurred()) SWIG_fail;
28774 }
28775 {
28776 wxTreeItemId * resultptr;
28777 resultptr = new wxTreeItemId((wxTreeItemId &) result);
28778 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
28779 }
28780 {
28781 PyObject *o = PyInt_FromLong((long) (*arg4));
28782 resultobj = t_output_helper(resultobj,o);
28783 }
28784 {
28785 if (temp3)
28786 delete arg3;
28787 }
28788 return resultobj;
28789 fail:
28790 {
28791 if (temp3)
28792 delete arg3;
28793 }
28794 return NULL;
28795 }
28796
28797
28798 static PyObject *_wrap_GenericDirCtrl_DoResize(PyObject *self, PyObject *args, PyObject *kwargs) {
28799 PyObject *resultobj;
28800 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28801 PyObject * obj0 = 0 ;
28802 char *kwnames[] = {
28803 (char *) "self", NULL
28804 };
28805
28806 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_DoResize",kwnames,&obj0)) goto fail;
28807 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28808 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28809 {
28810 PyThreadState* __tstate = wxPyBeginAllowThreads();
28811 (arg1)->DoResize();
28812
28813 wxPyEndAllowThreads(__tstate);
28814 if (PyErr_Occurred()) SWIG_fail;
28815 }
28816 Py_INCREF(Py_None); resultobj = Py_None;
28817 return resultobj;
28818 fail:
28819 return NULL;
28820 }
28821
28822
28823 static PyObject *_wrap_GenericDirCtrl_ReCreateTree(PyObject *self, PyObject *args, PyObject *kwargs) {
28824 PyObject *resultobj;
28825 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28826 PyObject * obj0 = 0 ;
28827 char *kwnames[] = {
28828 (char *) "self", NULL
28829 };
28830
28831 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_ReCreateTree",kwnames,&obj0)) goto fail;
28832 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28833 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28834 {
28835 PyThreadState* __tstate = wxPyBeginAllowThreads();
28836 (arg1)->ReCreateTree();
28837
28838 wxPyEndAllowThreads(__tstate);
28839 if (PyErr_Occurred()) SWIG_fail;
28840 }
28841 Py_INCREF(Py_None); resultobj = Py_None;
28842 return resultobj;
28843 fail:
28844 return NULL;
28845 }
28846
28847
28848 static PyObject * GenericDirCtrl_swigregister(PyObject *self, PyObject *args) {
28849 PyObject *obj;
28850 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28851 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDirCtrl, obj);
28852 Py_INCREF(obj);
28853 return Py_BuildValue((char *)"");
28854 }
28855 static PyObject *_wrap_new_DirFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28856 PyObject *resultobj;
28857 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28858 int arg2 = (int) (int)-1 ;
28859 wxPoint const &arg3_defvalue = wxDefaultPosition ;
28860 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
28861 wxSize const &arg4_defvalue = wxDefaultSize ;
28862 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
28863 long arg5 = (long) 0 ;
28864 wxDirFilterListCtrl *result;
28865 wxPoint temp3 ;
28866 wxSize temp4 ;
28867 PyObject * obj0 = 0 ;
28868 PyObject * obj1 = 0 ;
28869 PyObject * obj2 = 0 ;
28870 PyObject * obj3 = 0 ;
28871 PyObject * obj4 = 0 ;
28872 char *kwnames[] = {
28873 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28874 };
28875
28876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_DirFilterListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
28877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28879 if (obj1) {
28880 arg2 = (int const) SWIG_AsInt(obj1);
28881 if (PyErr_Occurred()) SWIG_fail;
28882 }
28883 if (obj2) {
28884 {
28885 arg3 = &temp3;
28886 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
28887 }
28888 }
28889 if (obj3) {
28890 {
28891 arg4 = &temp4;
28892 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
28893 }
28894 }
28895 if (obj4) {
28896 arg5 = (long) SWIG_AsLong(obj4);
28897 if (PyErr_Occurred()) SWIG_fail;
28898 }
28899 {
28900 if (!wxPyCheckForApp()) SWIG_fail;
28901 PyThreadState* __tstate = wxPyBeginAllowThreads();
28902 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
28903
28904 wxPyEndAllowThreads(__tstate);
28905 if (PyErr_Occurred()) SWIG_fail;
28906 }
28907 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 1);
28908 return resultobj;
28909 fail:
28910 return NULL;
28911 }
28912
28913
28914 static PyObject *_wrap_new_PreDirFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28915 PyObject *resultobj;
28916 wxDirFilterListCtrl *result;
28917 char *kwnames[] = {
28918 NULL
28919 };
28920
28921 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreDirFilterListCtrl",kwnames)) goto fail;
28922 {
28923 if (!wxPyCheckForApp()) SWIG_fail;
28924 PyThreadState* __tstate = wxPyBeginAllowThreads();
28925 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl();
28926
28927 wxPyEndAllowThreads(__tstate);
28928 if (PyErr_Occurred()) SWIG_fail;
28929 }
28930 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 1);
28931 return resultobj;
28932 fail:
28933 return NULL;
28934 }
28935
28936
28937 static PyObject *_wrap_DirFilterListCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
28938 PyObject *resultobj;
28939 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
28940 wxGenericDirCtrl *arg2 = (wxGenericDirCtrl *) 0 ;
28941 int arg3 = (int) (int)-1 ;
28942 wxPoint const &arg4_defvalue = wxDefaultPosition ;
28943 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
28944 wxSize const &arg5_defvalue = wxDefaultSize ;
28945 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
28946 long arg6 = (long) 0 ;
28947 bool result;
28948 wxPoint temp4 ;
28949 wxSize temp5 ;
28950 PyObject * obj0 = 0 ;
28951 PyObject * obj1 = 0 ;
28952 PyObject * obj2 = 0 ;
28953 PyObject * obj3 = 0 ;
28954 PyObject * obj4 = 0 ;
28955 PyObject * obj5 = 0 ;
28956 char *kwnames[] = {
28957 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28958 };
28959
28960 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:DirFilterListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
28961 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDirFilterListCtrl,
28962 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28963 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxGenericDirCtrl,
28964 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28965 if (obj2) {
28966 arg3 = (int const) SWIG_AsInt(obj2);
28967 if (PyErr_Occurred()) SWIG_fail;
28968 }
28969 if (obj3) {
28970 {
28971 arg4 = &temp4;
28972 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
28973 }
28974 }
28975 if (obj4) {
28976 {
28977 arg5 = &temp5;
28978 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
28979 }
28980 }
28981 if (obj5) {
28982 arg6 = (long) SWIG_AsLong(obj5);
28983 if (PyErr_Occurred()) SWIG_fail;
28984 }
28985 {
28986 PyThreadState* __tstate = wxPyBeginAllowThreads();
28987 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6);
28988
28989 wxPyEndAllowThreads(__tstate);
28990 if (PyErr_Occurred()) SWIG_fail;
28991 }
28992 {
28993 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28994 }
28995 return resultobj;
28996 fail:
28997 return NULL;
28998 }
28999
29000
29001 static PyObject *_wrap_DirFilterListCtrl_FillFilterList(PyObject *self, PyObject *args, PyObject *kwargs) {
29002 PyObject *resultobj;
29003 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
29004 wxString *arg2 = 0 ;
29005 int arg3 ;
29006 bool temp2 = False ;
29007 PyObject * obj0 = 0 ;
29008 PyObject * obj1 = 0 ;
29009 PyObject * obj2 = 0 ;
29010 char *kwnames[] = {
29011 (char *) "self",(char *) "filter",(char *) "defaultFilter", NULL
29012 };
29013
29014 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DirFilterListCtrl_FillFilterList",kwnames,&obj0,&obj1,&obj2)) goto fail;
29015 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDirFilterListCtrl,
29016 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29017 {
29018 arg2 = wxString_in_helper(obj1);
29019 if (arg2 == NULL) SWIG_fail;
29020 temp2 = True;
29021 }
29022 arg3 = (int) SWIG_AsInt(obj2);
29023 if (PyErr_Occurred()) SWIG_fail;
29024 {
29025 PyThreadState* __tstate = wxPyBeginAllowThreads();
29026 (arg1)->FillFilterList((wxString const &)*arg2,arg3);
29027
29028 wxPyEndAllowThreads(__tstate);
29029 if (PyErr_Occurred()) SWIG_fail;
29030 }
29031 Py_INCREF(Py_None); resultobj = Py_None;
29032 {
29033 if (temp2)
29034 delete arg2;
29035 }
29036 return resultobj;
29037 fail:
29038 {
29039 if (temp2)
29040 delete arg2;
29041 }
29042 return NULL;
29043 }
29044
29045
29046 static PyObject * DirFilterListCtrl_swigregister(PyObject *self, PyObject *args) {
29047 PyObject *obj;
29048 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29049 SWIG_TypeClientData(SWIGTYPE_p_wxDirFilterListCtrl, obj);
29050 Py_INCREF(obj);
29051 return Py_BuildValue((char *)"");
29052 }
29053 static PyObject *_wrap_new_PyControl(PyObject *self, PyObject *args, PyObject *kwargs) {
29054 PyObject *resultobj;
29055 wxWindow *arg1 = (wxWindow *) 0 ;
29056 int arg2 ;
29057 wxPoint const &arg3_defvalue = wxDefaultPosition ;
29058 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
29059 wxSize const &arg4_defvalue = wxDefaultSize ;
29060 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
29061 long arg5 = (long) 0 ;
29062 wxValidator const &arg6_defvalue = wxDefaultValidator ;
29063 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
29064 wxString const &arg7_defvalue = wxPyControlNameStr ;
29065 wxString *arg7 = (wxString *) &arg7_defvalue ;
29066 wxPyControl *result;
29067 wxPoint temp3 ;
29068 wxSize temp4 ;
29069 bool temp7 = False ;
29070 PyObject * obj0 = 0 ;
29071 PyObject * obj1 = 0 ;
29072 PyObject * obj2 = 0 ;
29073 PyObject * obj3 = 0 ;
29074 PyObject * obj4 = 0 ;
29075 PyObject * obj5 = 0 ;
29076 PyObject * obj6 = 0 ;
29077 char *kwnames[] = {
29078 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
29079 };
29080
29081 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:new_PyControl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
29082 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
29083 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29084 arg2 = (int const) SWIG_AsInt(obj1);
29085 if (PyErr_Occurred()) SWIG_fail;
29086 if (obj2) {
29087 {
29088 arg3 = &temp3;
29089 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29090 }
29091 }
29092 if (obj3) {
29093 {
29094 arg4 = &temp4;
29095 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
29096 }
29097 }
29098 if (obj4) {
29099 arg5 = (long) SWIG_AsLong(obj4);
29100 if (PyErr_Occurred()) SWIG_fail;
29101 }
29102 if (obj5) {
29103 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
29104 SWIG_POINTER_EXCEPTION | 0)) == -1)
29105 SWIG_fail;
29106 if (arg6 == NULL) {
29107 PyErr_SetString(PyExc_TypeError,"null reference");
29108 SWIG_fail;
29109 }
29110 }
29111 if (obj6) {
29112 {
29113 arg7 = wxString_in_helper(obj6);
29114 if (arg7 == NULL) SWIG_fail;
29115 temp7 = True;
29116 }
29117 }
29118 {
29119 if (!wxPyCheckForApp()) SWIG_fail;
29120 PyThreadState* __tstate = wxPyBeginAllowThreads();
29121 result = (wxPyControl *)new wxPyControl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
29122
29123 wxPyEndAllowThreads(__tstate);
29124 if (PyErr_Occurred()) SWIG_fail;
29125 }
29126 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyControl, 1);
29127 {
29128 if (temp7)
29129 delete arg7;
29130 }
29131 return resultobj;
29132 fail:
29133 {
29134 if (temp7)
29135 delete arg7;
29136 }
29137 return NULL;
29138 }
29139
29140
29141 static PyObject *_wrap_new_PrePyControl(PyObject *self, PyObject *args, PyObject *kwargs) {
29142 PyObject *resultobj;
29143 wxPyControl *result;
29144 char *kwnames[] = {
29145 NULL
29146 };
29147
29148 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PrePyControl",kwnames)) goto fail;
29149 {
29150 if (!wxPyCheckForApp()) SWIG_fail;
29151 PyThreadState* __tstate = wxPyBeginAllowThreads();
29152 result = (wxPyControl *)new wxPyControl();
29153
29154 wxPyEndAllowThreads(__tstate);
29155 if (PyErr_Occurred()) SWIG_fail;
29156 }
29157 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyControl, 1);
29158 return resultobj;
29159 fail:
29160 return NULL;
29161 }
29162
29163
29164 static PyObject *_wrap_PyControl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
29165 PyObject *resultobj;
29166 wxPyControl *arg1 = (wxPyControl *) 0 ;
29167 PyObject *arg2 = (PyObject *) 0 ;
29168 PyObject *arg3 = (PyObject *) 0 ;
29169 PyObject * obj0 = 0 ;
29170 PyObject * obj1 = 0 ;
29171 PyObject * obj2 = 0 ;
29172 char *kwnames[] = {
29173 (char *) "self",(char *) "self",(char *) "_class", NULL
29174 };
29175
29176 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
29177 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29178 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29179 arg2 = obj1;
29180 arg3 = obj2;
29181 {
29182 PyThreadState* __tstate = wxPyBeginAllowThreads();
29183 (arg1)->_setCallbackInfo(arg2,arg3);
29184
29185 wxPyEndAllowThreads(__tstate);
29186 if (PyErr_Occurred()) SWIG_fail;
29187 }
29188 Py_INCREF(Py_None); resultobj = Py_None;
29189 return resultobj;
29190 fail:
29191 return NULL;
29192 }
29193
29194
29195 static PyObject *_wrap_PyControl_SetBestSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29196 PyObject *resultobj;
29197 wxPyControl *arg1 = (wxPyControl *) 0 ;
29198 wxSize *arg2 = 0 ;
29199 wxSize temp2 ;
29200 PyObject * obj0 = 0 ;
29201 PyObject * obj1 = 0 ;
29202 char *kwnames[] = {
29203 (char *) "self",(char *) "size", NULL
29204 };
29205
29206 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_SetBestSize",kwnames,&obj0,&obj1)) goto fail;
29207 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29208 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29209 {
29210 arg2 = &temp2;
29211 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
29212 }
29213 {
29214 PyThreadState* __tstate = wxPyBeginAllowThreads();
29215 (arg1)->SetBestSize((wxSize const &)*arg2);
29216
29217 wxPyEndAllowThreads(__tstate);
29218 if (PyErr_Occurred()) SWIG_fail;
29219 }
29220 Py_INCREF(Py_None); resultobj = Py_None;
29221 return resultobj;
29222 fail:
29223 return NULL;
29224 }
29225
29226
29227 static PyObject *_wrap_PyControl_base_DoMoveWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
29228 PyObject *resultobj;
29229 wxPyControl *arg1 = (wxPyControl *) 0 ;
29230 int arg2 ;
29231 int arg3 ;
29232 int arg4 ;
29233 int arg5 ;
29234 PyObject * obj0 = 0 ;
29235 PyObject * obj1 = 0 ;
29236 PyObject * obj2 = 0 ;
29237 PyObject * obj3 = 0 ;
29238 PyObject * obj4 = 0 ;
29239 char *kwnames[] = {
29240 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
29241 };
29242
29243 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:PyControl_base_DoMoveWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
29244 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29245 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29246 arg2 = (int) SWIG_AsInt(obj1);
29247 if (PyErr_Occurred()) SWIG_fail;
29248 arg3 = (int) SWIG_AsInt(obj2);
29249 if (PyErr_Occurred()) SWIG_fail;
29250 arg4 = (int) SWIG_AsInt(obj3);
29251 if (PyErr_Occurred()) SWIG_fail;
29252 arg5 = (int) SWIG_AsInt(obj4);
29253 if (PyErr_Occurred()) SWIG_fail;
29254 {
29255 PyThreadState* __tstate = wxPyBeginAllowThreads();
29256 (arg1)->base_DoMoveWindow(arg2,arg3,arg4,arg5);
29257
29258 wxPyEndAllowThreads(__tstate);
29259 if (PyErr_Occurred()) SWIG_fail;
29260 }
29261 Py_INCREF(Py_None); resultobj = Py_None;
29262 return resultobj;
29263 fail:
29264 return NULL;
29265 }
29266
29267
29268 static PyObject *_wrap_PyControl_base_DoSetSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29269 PyObject *resultobj;
29270 wxPyControl *arg1 = (wxPyControl *) 0 ;
29271 int arg2 ;
29272 int arg3 ;
29273 int arg4 ;
29274 int arg5 ;
29275 int arg6 = (int) wxSIZE_AUTO ;
29276 PyObject * obj0 = 0 ;
29277 PyObject * obj1 = 0 ;
29278 PyObject * obj2 = 0 ;
29279 PyObject * obj3 = 0 ;
29280 PyObject * obj4 = 0 ;
29281 PyObject * obj5 = 0 ;
29282 char *kwnames[] = {
29283 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
29284 };
29285
29286 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:PyControl_base_DoSetSize",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
29287 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29288 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29289 arg2 = (int) SWIG_AsInt(obj1);
29290 if (PyErr_Occurred()) SWIG_fail;
29291 arg3 = (int) SWIG_AsInt(obj2);
29292 if (PyErr_Occurred()) SWIG_fail;
29293 arg4 = (int) SWIG_AsInt(obj3);
29294 if (PyErr_Occurred()) SWIG_fail;
29295 arg5 = (int) SWIG_AsInt(obj4);
29296 if (PyErr_Occurred()) SWIG_fail;
29297 if (obj5) {
29298 arg6 = (int) SWIG_AsInt(obj5);
29299 if (PyErr_Occurred()) SWIG_fail;
29300 }
29301 {
29302 PyThreadState* __tstate = wxPyBeginAllowThreads();
29303 (arg1)->base_DoSetSize(arg2,arg3,arg4,arg5,arg6);
29304
29305 wxPyEndAllowThreads(__tstate);
29306 if (PyErr_Occurred()) SWIG_fail;
29307 }
29308 Py_INCREF(Py_None); resultobj = Py_None;
29309 return resultobj;
29310 fail:
29311 return NULL;
29312 }
29313
29314
29315 static PyObject *_wrap_PyControl_base_DoSetClientSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29316 PyObject *resultobj;
29317 wxPyControl *arg1 = (wxPyControl *) 0 ;
29318 int arg2 ;
29319 int arg3 ;
29320 PyObject * obj0 = 0 ;
29321 PyObject * obj1 = 0 ;
29322 PyObject * obj2 = 0 ;
29323 char *kwnames[] = {
29324 (char *) "self",(char *) "width",(char *) "height", NULL
29325 };
29326
29327 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetClientSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
29328 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29329 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29330 arg2 = (int) SWIG_AsInt(obj1);
29331 if (PyErr_Occurred()) SWIG_fail;
29332 arg3 = (int) SWIG_AsInt(obj2);
29333 if (PyErr_Occurred()) SWIG_fail;
29334 {
29335 PyThreadState* __tstate = wxPyBeginAllowThreads();
29336 (arg1)->base_DoSetClientSize(arg2,arg3);
29337
29338 wxPyEndAllowThreads(__tstate);
29339 if (PyErr_Occurred()) SWIG_fail;
29340 }
29341 Py_INCREF(Py_None); resultobj = Py_None;
29342 return resultobj;
29343 fail:
29344 return NULL;
29345 }
29346
29347
29348 static PyObject *_wrap_PyControl_base_DoSetVirtualSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29349 PyObject *resultobj;
29350 wxPyControl *arg1 = (wxPyControl *) 0 ;
29351 int arg2 ;
29352 int arg3 ;
29353 PyObject * obj0 = 0 ;
29354 PyObject * obj1 = 0 ;
29355 PyObject * obj2 = 0 ;
29356 char *kwnames[] = {
29357 (char *) "self",(char *) "x",(char *) "y", NULL
29358 };
29359
29360 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetVirtualSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
29361 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29362 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29363 arg2 = (int) SWIG_AsInt(obj1);
29364 if (PyErr_Occurred()) SWIG_fail;
29365 arg3 = (int) SWIG_AsInt(obj2);
29366 if (PyErr_Occurred()) SWIG_fail;
29367 {
29368 PyThreadState* __tstate = wxPyBeginAllowThreads();
29369 (arg1)->base_DoSetVirtualSize(arg2,arg3);
29370
29371 wxPyEndAllowThreads(__tstate);
29372 if (PyErr_Occurred()) SWIG_fail;
29373 }
29374 Py_INCREF(Py_None); resultobj = Py_None;
29375 return resultobj;
29376 fail:
29377 return NULL;
29378 }
29379
29380
29381 static PyObject *_wrap_PyControl_base_DoGetSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29382 PyObject *resultobj;
29383 wxPyControl *arg1 = (wxPyControl *) 0 ;
29384 int *arg2 = (int *) 0 ;
29385 int *arg3 = (int *) 0 ;
29386 int temp2 ;
29387 int temp3 ;
29388 PyObject * obj0 = 0 ;
29389 char *kwnames[] = {
29390 (char *) "self", NULL
29391 };
29392
29393 arg2 = &temp2;
29394 arg3 = &temp3;
29395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetSize",kwnames,&obj0)) goto fail;
29396 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29397 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29398 {
29399 PyThreadState* __tstate = wxPyBeginAllowThreads();
29400 ((wxPyControl const *)arg1)->base_DoGetSize(arg2,arg3);
29401
29402 wxPyEndAllowThreads(__tstate);
29403 if (PyErr_Occurred()) SWIG_fail;
29404 }
29405 Py_INCREF(Py_None); resultobj = Py_None;
29406 {
29407 PyObject *o = PyInt_FromLong((long) (*arg2));
29408 resultobj = t_output_helper(resultobj,o);
29409 }
29410 {
29411 PyObject *o = PyInt_FromLong((long) (*arg3));
29412 resultobj = t_output_helper(resultobj,o);
29413 }
29414 return resultobj;
29415 fail:
29416 return NULL;
29417 }
29418
29419
29420 static PyObject *_wrap_PyControl_base_DoGetClientSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29421 PyObject *resultobj;
29422 wxPyControl *arg1 = (wxPyControl *) 0 ;
29423 int *arg2 = (int *) 0 ;
29424 int *arg3 = (int *) 0 ;
29425 int temp2 ;
29426 int temp3 ;
29427 PyObject * obj0 = 0 ;
29428 char *kwnames[] = {
29429 (char *) "self", NULL
29430 };
29431
29432 arg2 = &temp2;
29433 arg3 = &temp3;
29434 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetClientSize",kwnames,&obj0)) goto fail;
29435 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29436 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29437 {
29438 PyThreadState* __tstate = wxPyBeginAllowThreads();
29439 ((wxPyControl const *)arg1)->base_DoGetClientSize(arg2,arg3);
29440
29441 wxPyEndAllowThreads(__tstate);
29442 if (PyErr_Occurred()) SWIG_fail;
29443 }
29444 Py_INCREF(Py_None); resultobj = Py_None;
29445 {
29446 PyObject *o = PyInt_FromLong((long) (*arg2));
29447 resultobj = t_output_helper(resultobj,o);
29448 }
29449 {
29450 PyObject *o = PyInt_FromLong((long) (*arg3));
29451 resultobj = t_output_helper(resultobj,o);
29452 }
29453 return resultobj;
29454 fail:
29455 return NULL;
29456 }
29457
29458
29459 static PyObject *_wrap_PyControl_base_DoGetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
29460 PyObject *resultobj;
29461 wxPyControl *arg1 = (wxPyControl *) 0 ;
29462 int *arg2 = (int *) 0 ;
29463 int *arg3 = (int *) 0 ;
29464 int temp2 ;
29465 int temp3 ;
29466 PyObject * obj0 = 0 ;
29467 char *kwnames[] = {
29468 (char *) "self", NULL
29469 };
29470
29471 arg2 = &temp2;
29472 arg3 = &temp3;
29473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetPosition",kwnames,&obj0)) goto fail;
29474 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29475 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29476 {
29477 PyThreadState* __tstate = wxPyBeginAllowThreads();
29478 ((wxPyControl const *)arg1)->base_DoGetPosition(arg2,arg3);
29479
29480 wxPyEndAllowThreads(__tstate);
29481 if (PyErr_Occurred()) SWIG_fail;
29482 }
29483 Py_INCREF(Py_None); resultobj = Py_None;
29484 {
29485 PyObject *o = PyInt_FromLong((long) (*arg2));
29486 resultobj = t_output_helper(resultobj,o);
29487 }
29488 {
29489 PyObject *o = PyInt_FromLong((long) (*arg3));
29490 resultobj = t_output_helper(resultobj,o);
29491 }
29492 return resultobj;
29493 fail:
29494 return NULL;
29495 }
29496
29497
29498 static PyObject *_wrap_PyControl_base_DoGetVirtualSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29499 PyObject *resultobj;
29500 wxPyControl *arg1 = (wxPyControl *) 0 ;
29501 wxSize result;
29502 PyObject * obj0 = 0 ;
29503 char *kwnames[] = {
29504 (char *) "self", NULL
29505 };
29506
29507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetVirtualSize",kwnames,&obj0)) goto fail;
29508 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29509 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29510 {
29511 PyThreadState* __tstate = wxPyBeginAllowThreads();
29512 result = ((wxPyControl const *)arg1)->base_DoGetVirtualSize();
29513
29514 wxPyEndAllowThreads(__tstate);
29515 if (PyErr_Occurred()) SWIG_fail;
29516 }
29517 {
29518 wxSize * resultptr;
29519 resultptr = new wxSize((wxSize &) result);
29520 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29521 }
29522 return resultobj;
29523 fail:
29524 return NULL;
29525 }
29526
29527
29528 static PyObject *_wrap_PyControl_base_DoGetBestSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29529 PyObject *resultobj;
29530 wxPyControl *arg1 = (wxPyControl *) 0 ;
29531 wxSize result;
29532 PyObject * obj0 = 0 ;
29533 char *kwnames[] = {
29534 (char *) "self", NULL
29535 };
29536
29537 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetBestSize",kwnames,&obj0)) goto fail;
29538 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29539 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29540 {
29541 PyThreadState* __tstate = wxPyBeginAllowThreads();
29542 result = ((wxPyControl const *)arg1)->base_DoGetBestSize();
29543
29544 wxPyEndAllowThreads(__tstate);
29545 if (PyErr_Occurred()) SWIG_fail;
29546 }
29547 {
29548 wxSize * resultptr;
29549 resultptr = new wxSize((wxSize &) result);
29550 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29551 }
29552 return resultobj;
29553 fail:
29554 return NULL;
29555 }
29556
29557
29558 static PyObject *_wrap_PyControl_base_InitDialog(PyObject *self, PyObject *args, PyObject *kwargs) {
29559 PyObject *resultobj;
29560 wxPyControl *arg1 = (wxPyControl *) 0 ;
29561 PyObject * obj0 = 0 ;
29562 char *kwnames[] = {
29563 (char *) "self", NULL
29564 };
29565
29566 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_InitDialog",kwnames,&obj0)) goto fail;
29567 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29568 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29569 {
29570 PyThreadState* __tstate = wxPyBeginAllowThreads();
29571 (arg1)->base_InitDialog();
29572
29573 wxPyEndAllowThreads(__tstate);
29574 if (PyErr_Occurred()) SWIG_fail;
29575 }
29576 Py_INCREF(Py_None); resultobj = Py_None;
29577 return resultobj;
29578 fail:
29579 return NULL;
29580 }
29581
29582
29583 static PyObject *_wrap_PyControl_base_TransferDataToWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
29584 PyObject *resultobj;
29585 wxPyControl *arg1 = (wxPyControl *) 0 ;
29586 bool result;
29587 PyObject * obj0 = 0 ;
29588 char *kwnames[] = {
29589 (char *) "self", NULL
29590 };
29591
29592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataToWindow",kwnames,&obj0)) goto fail;
29593 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29594 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29595 {
29596 PyThreadState* __tstate = wxPyBeginAllowThreads();
29597 result = (bool)(arg1)->base_TransferDataToWindow();
29598
29599 wxPyEndAllowThreads(__tstate);
29600 if (PyErr_Occurred()) SWIG_fail;
29601 }
29602 {
29603 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29604 }
29605 return resultobj;
29606 fail:
29607 return NULL;
29608 }
29609
29610
29611 static PyObject *_wrap_PyControl_base_TransferDataFromWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
29612 PyObject *resultobj;
29613 wxPyControl *arg1 = (wxPyControl *) 0 ;
29614 bool result;
29615 PyObject * obj0 = 0 ;
29616 char *kwnames[] = {
29617 (char *) "self", NULL
29618 };
29619
29620 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataFromWindow",kwnames,&obj0)) goto fail;
29621 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29622 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29623 {
29624 PyThreadState* __tstate = wxPyBeginAllowThreads();
29625 result = (bool)(arg1)->base_TransferDataFromWindow();
29626
29627 wxPyEndAllowThreads(__tstate);
29628 if (PyErr_Occurred()) SWIG_fail;
29629 }
29630 {
29631 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29632 }
29633 return resultobj;
29634 fail:
29635 return NULL;
29636 }
29637
29638
29639 static PyObject *_wrap_PyControl_base_Validate(PyObject *self, PyObject *args, PyObject *kwargs) {
29640 PyObject *resultobj;
29641 wxPyControl *arg1 = (wxPyControl *) 0 ;
29642 bool result;
29643 PyObject * obj0 = 0 ;
29644 char *kwnames[] = {
29645 (char *) "self", NULL
29646 };
29647
29648 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_Validate",kwnames,&obj0)) goto fail;
29649 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29650 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29651 {
29652 PyThreadState* __tstate = wxPyBeginAllowThreads();
29653 result = (bool)(arg1)->base_Validate();
29654
29655 wxPyEndAllowThreads(__tstate);
29656 if (PyErr_Occurred()) SWIG_fail;
29657 }
29658 {
29659 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29660 }
29661 return resultobj;
29662 fail:
29663 return NULL;
29664 }
29665
29666
29667 static PyObject *_wrap_PyControl_base_AcceptsFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
29668 PyObject *resultobj;
29669 wxPyControl *arg1 = (wxPyControl *) 0 ;
29670 bool result;
29671 PyObject * obj0 = 0 ;
29672 char *kwnames[] = {
29673 (char *) "self", NULL
29674 };
29675
29676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocus",kwnames,&obj0)) goto fail;
29677 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29678 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29679 {
29680 PyThreadState* __tstate = wxPyBeginAllowThreads();
29681 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocus();
29682
29683 wxPyEndAllowThreads(__tstate);
29684 if (PyErr_Occurred()) SWIG_fail;
29685 }
29686 {
29687 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29688 }
29689 return resultobj;
29690 fail:
29691 return NULL;
29692 }
29693
29694
29695 static PyObject *_wrap_PyControl_base_AcceptsFocusFromKeyboard(PyObject *self, PyObject *args, PyObject *kwargs) {
29696 PyObject *resultobj;
29697 wxPyControl *arg1 = (wxPyControl *) 0 ;
29698 bool result;
29699 PyObject * obj0 = 0 ;
29700 char *kwnames[] = {
29701 (char *) "self", NULL
29702 };
29703
29704 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocusFromKeyboard",kwnames,&obj0)) goto fail;
29705 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29706 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29707 {
29708 PyThreadState* __tstate = wxPyBeginAllowThreads();
29709 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocusFromKeyboard();
29710
29711 wxPyEndAllowThreads(__tstate);
29712 if (PyErr_Occurred()) SWIG_fail;
29713 }
29714 {
29715 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29716 }
29717 return resultobj;
29718 fail:
29719 return NULL;
29720 }
29721
29722
29723 static PyObject *_wrap_PyControl_base_GetMaxSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29724 PyObject *resultobj;
29725 wxPyControl *arg1 = (wxPyControl *) 0 ;
29726 wxSize result;
29727 PyObject * obj0 = 0 ;
29728 char *kwnames[] = {
29729 (char *) "self", NULL
29730 };
29731
29732 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetMaxSize",kwnames,&obj0)) goto fail;
29733 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29734 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29735 {
29736 PyThreadState* __tstate = wxPyBeginAllowThreads();
29737 result = ((wxPyControl const *)arg1)->base_GetMaxSize();
29738
29739 wxPyEndAllowThreads(__tstate);
29740 if (PyErr_Occurred()) SWIG_fail;
29741 }
29742 {
29743 wxSize * resultptr;
29744 resultptr = new wxSize((wxSize &) result);
29745 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29746 }
29747 return resultobj;
29748 fail:
29749 return NULL;
29750 }
29751
29752
29753 static PyObject *_wrap_PyControl_base_AddChild(PyObject *self, PyObject *args, PyObject *kwargs) {
29754 PyObject *resultobj;
29755 wxPyControl *arg1 = (wxPyControl *) 0 ;
29756 wxWindow *arg2 = (wxWindow *) 0 ;
29757 PyObject * obj0 = 0 ;
29758 PyObject * obj1 = 0 ;
29759 char *kwnames[] = {
29760 (char *) "self",(char *) "child", NULL
29761 };
29762
29763 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_AddChild",kwnames,&obj0,&obj1)) goto fail;
29764 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29765 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29766 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
29767 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29768 {
29769 PyThreadState* __tstate = wxPyBeginAllowThreads();
29770 (arg1)->base_AddChild(arg2);
29771
29772 wxPyEndAllowThreads(__tstate);
29773 if (PyErr_Occurred()) SWIG_fail;
29774 }
29775 Py_INCREF(Py_None); resultobj = Py_None;
29776 return resultobj;
29777 fail:
29778 return NULL;
29779 }
29780
29781
29782 static PyObject *_wrap_PyControl_base_RemoveChild(PyObject *self, PyObject *args, PyObject *kwargs) {
29783 PyObject *resultobj;
29784 wxPyControl *arg1 = (wxPyControl *) 0 ;
29785 wxWindow *arg2 = (wxWindow *) 0 ;
29786 PyObject * obj0 = 0 ;
29787 PyObject * obj1 = 0 ;
29788 char *kwnames[] = {
29789 (char *) "self",(char *) "child", NULL
29790 };
29791
29792 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_RemoveChild",kwnames,&obj0,&obj1)) goto fail;
29793 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29794 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29795 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
29796 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29797 {
29798 PyThreadState* __tstate = wxPyBeginAllowThreads();
29799 (arg1)->base_RemoveChild(arg2);
29800
29801 wxPyEndAllowThreads(__tstate);
29802 if (PyErr_Occurred()) SWIG_fail;
29803 }
29804 Py_INCREF(Py_None); resultobj = Py_None;
29805 return resultobj;
29806 fail:
29807 return NULL;
29808 }
29809
29810
29811 static PyObject *_wrap_PyControl_base_ShouldInheritColours(PyObject *self, PyObject *args, PyObject *kwargs) {
29812 PyObject *resultobj;
29813 wxPyControl *arg1 = (wxPyControl *) 0 ;
29814 bool result;
29815 PyObject * obj0 = 0 ;
29816 char *kwnames[] = {
29817 (char *) "self", NULL
29818 };
29819
29820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_ShouldInheritColours",kwnames,&obj0)) goto fail;
29821 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29823 {
29824 PyThreadState* __tstate = wxPyBeginAllowThreads();
29825 result = (bool)((wxPyControl const *)arg1)->base_ShouldInheritColours();
29826
29827 wxPyEndAllowThreads(__tstate);
29828 if (PyErr_Occurred()) SWIG_fail;
29829 }
29830 {
29831 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29832 }
29833 return resultobj;
29834 fail:
29835 return NULL;
29836 }
29837
29838
29839 static PyObject *_wrap_PyControl_base_ApplyParentThemeBackground(PyObject *self, PyObject *args, PyObject *kwargs) {
29840 PyObject *resultobj;
29841 wxPyControl *arg1 = (wxPyControl *) 0 ;
29842 wxColour *arg2 = 0 ;
29843 wxColour temp2 ;
29844 PyObject * obj0 = 0 ;
29845 PyObject * obj1 = 0 ;
29846 char *kwnames[] = {
29847 (char *) "self",(char *) "c", NULL
29848 };
29849
29850 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_ApplyParentThemeBackground",kwnames,&obj0,&obj1)) goto fail;
29851 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29852 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29853 {
29854 arg2 = &temp2;
29855 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
29856 }
29857 {
29858 PyThreadState* __tstate = wxPyBeginAllowThreads();
29859 (arg1)->base_ApplyParentThemeBackground((wxColour const &)*arg2);
29860
29861 wxPyEndAllowThreads(__tstate);
29862 if (PyErr_Occurred()) SWIG_fail;
29863 }
29864 Py_INCREF(Py_None); resultobj = Py_None;
29865 return resultobj;
29866 fail:
29867 return NULL;
29868 }
29869
29870
29871 static PyObject *_wrap_PyControl_base_GetDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
29872 PyObject *resultobj;
29873 wxPyControl *arg1 = (wxPyControl *) 0 ;
29874 wxVisualAttributes result;
29875 PyObject * obj0 = 0 ;
29876 char *kwnames[] = {
29877 (char *) "self", NULL
29878 };
29879
29880 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetDefaultAttributes",kwnames,&obj0)) goto fail;
29881 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29882 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29883 {
29884 PyThreadState* __tstate = wxPyBeginAllowThreads();
29885 result = (arg1)->base_GetDefaultAttributes();
29886
29887 wxPyEndAllowThreads(__tstate);
29888 if (PyErr_Occurred()) SWIG_fail;
29889 }
29890 {
29891 wxVisualAttributes * resultptr;
29892 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
29893 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
29894 }
29895 return resultobj;
29896 fail:
29897 return NULL;
29898 }
29899
29900
29901 static PyObject * PyControl_swigregister(PyObject *self, PyObject *args) {
29902 PyObject *obj;
29903 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29904 SWIG_TypeClientData(SWIGTYPE_p_wxPyControl, obj);
29905 Py_INCREF(obj);
29906 return Py_BuildValue((char *)"");
29907 }
29908 static PyObject *_wrap_new_HelpEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
29909 PyObject *resultobj;
29910 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
29911 int arg2 = (int) 0 ;
29912 wxPoint const &arg3_defvalue = wxDefaultPosition ;
29913 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
29914 wxHelpEvent *result;
29915 wxPoint temp3 ;
29916 PyObject * obj0 = 0 ;
29917 PyObject * obj1 = 0 ;
29918 PyObject * obj2 = 0 ;
29919 char *kwnames[] = {
29920 (char *) "type",(char *) "winid",(char *) "pt", NULL
29921 };
29922
29923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_HelpEvent",kwnames,&obj0,&obj1,&obj2)) goto fail;
29924 if (obj0) {
29925 arg1 = (wxEventType) SWIG_AsInt(obj0);
29926 if (PyErr_Occurred()) SWIG_fail;
29927 }
29928 if (obj1) {
29929 arg2 = (int) SWIG_AsInt(obj1);
29930 if (PyErr_Occurred()) SWIG_fail;
29931 }
29932 if (obj2) {
29933 {
29934 arg3 = &temp3;
29935 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29936 }
29937 }
29938 {
29939 PyThreadState* __tstate = wxPyBeginAllowThreads();
29940 result = (wxHelpEvent *)new wxHelpEvent(arg1,arg2,(wxPoint const &)*arg3);
29941
29942 wxPyEndAllowThreads(__tstate);
29943 if (PyErr_Occurred()) SWIG_fail;
29944 }
29945 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpEvent, 1);
29946 return resultobj;
29947 fail:
29948 return NULL;
29949 }
29950
29951
29952 static PyObject *_wrap_HelpEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
29953 PyObject *resultobj;
29954 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29955 wxPoint result;
29956 PyObject * obj0 = 0 ;
29957 char *kwnames[] = {
29958 (char *) "self", NULL
29959 };
29960
29961 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetPosition",kwnames,&obj0)) goto fail;
29962 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29963 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29964 {
29965 PyThreadState* __tstate = wxPyBeginAllowThreads();
29966 result = ((wxHelpEvent const *)arg1)->GetPosition();
29967
29968 wxPyEndAllowThreads(__tstate);
29969 if (PyErr_Occurred()) SWIG_fail;
29970 }
29971 {
29972 wxPoint * resultptr;
29973 resultptr = new wxPoint((wxPoint &) result);
29974 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
29975 }
29976 return resultobj;
29977 fail:
29978 return NULL;
29979 }
29980
29981
29982 static PyObject *_wrap_HelpEvent_SetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
29983 PyObject *resultobj;
29984 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29985 wxPoint *arg2 = 0 ;
29986 wxPoint temp2 ;
29987 PyObject * obj0 = 0 ;
29988 PyObject * obj1 = 0 ;
29989 char *kwnames[] = {
29990 (char *) "self",(char *) "pos", NULL
29991 };
29992
29993 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
29994 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29995 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29996 {
29997 arg2 = &temp2;
29998 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
29999 }
30000 {
30001 PyThreadState* __tstate = wxPyBeginAllowThreads();
30002 (arg1)->SetPosition((wxPoint const &)*arg2);
30003
30004 wxPyEndAllowThreads(__tstate);
30005 if (PyErr_Occurred()) SWIG_fail;
30006 }
30007 Py_INCREF(Py_None); resultobj = Py_None;
30008 return resultobj;
30009 fail:
30010 return NULL;
30011 }
30012
30013
30014 static PyObject *_wrap_HelpEvent_GetLink(PyObject *self, PyObject *args, PyObject *kwargs) {
30015 PyObject *resultobj;
30016 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30017 wxString *result;
30018 PyObject * obj0 = 0 ;
30019 char *kwnames[] = {
30020 (char *) "self", NULL
30021 };
30022
30023 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetLink",kwnames,&obj0)) goto fail;
30024 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30025 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30026 {
30027 PyThreadState* __tstate = wxPyBeginAllowThreads();
30028 {
30029 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetLink();
30030 result = (wxString *) &_result_ref;
30031 }
30032
30033 wxPyEndAllowThreads(__tstate);
30034 if (PyErr_Occurred()) SWIG_fail;
30035 }
30036 {
30037 #if wxUSE_UNICODE
30038 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
30039 #else
30040 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
30041 #endif
30042 }
30043 return resultobj;
30044 fail:
30045 return NULL;
30046 }
30047
30048
30049 static PyObject *_wrap_HelpEvent_SetLink(PyObject *self, PyObject *args, PyObject *kwargs) {
30050 PyObject *resultobj;
30051 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30052 wxString *arg2 = 0 ;
30053 bool temp2 = False ;
30054 PyObject * obj0 = 0 ;
30055 PyObject * obj1 = 0 ;
30056 char *kwnames[] = {
30057 (char *) "self",(char *) "link", NULL
30058 };
30059
30060 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetLink",kwnames,&obj0,&obj1)) goto fail;
30061 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30062 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30063 {
30064 arg2 = wxString_in_helper(obj1);
30065 if (arg2 == NULL) SWIG_fail;
30066 temp2 = True;
30067 }
30068 {
30069 PyThreadState* __tstate = wxPyBeginAllowThreads();
30070 (arg1)->SetLink((wxString const &)*arg2);
30071
30072 wxPyEndAllowThreads(__tstate);
30073 if (PyErr_Occurred()) SWIG_fail;
30074 }
30075 Py_INCREF(Py_None); resultobj = Py_None;
30076 {
30077 if (temp2)
30078 delete arg2;
30079 }
30080 return resultobj;
30081 fail:
30082 {
30083 if (temp2)
30084 delete arg2;
30085 }
30086 return NULL;
30087 }
30088
30089
30090 static PyObject *_wrap_HelpEvent_GetTarget(PyObject *self, PyObject *args, PyObject *kwargs) {
30091 PyObject *resultobj;
30092 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30093 wxString *result;
30094 PyObject * obj0 = 0 ;
30095 char *kwnames[] = {
30096 (char *) "self", NULL
30097 };
30098
30099 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetTarget",kwnames,&obj0)) goto fail;
30100 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30101 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30102 {
30103 PyThreadState* __tstate = wxPyBeginAllowThreads();
30104 {
30105 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetTarget();
30106 result = (wxString *) &_result_ref;
30107 }
30108
30109 wxPyEndAllowThreads(__tstate);
30110 if (PyErr_Occurred()) SWIG_fail;
30111 }
30112 {
30113 #if wxUSE_UNICODE
30114 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
30115 #else
30116 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
30117 #endif
30118 }
30119 return resultobj;
30120 fail:
30121 return NULL;
30122 }
30123
30124
30125 static PyObject *_wrap_HelpEvent_SetTarget(PyObject *self, PyObject *args, PyObject *kwargs) {
30126 PyObject *resultobj;
30127 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
30128 wxString *arg2 = 0 ;
30129 bool temp2 = False ;
30130 PyObject * obj0 = 0 ;
30131 PyObject * obj1 = 0 ;
30132 char *kwnames[] = {
30133 (char *) "self",(char *) "target", NULL
30134 };
30135
30136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetTarget",kwnames,&obj0,&obj1)) goto fail;
30137 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
30138 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30139 {
30140 arg2 = wxString_in_helper(obj1);
30141 if (arg2 == NULL) SWIG_fail;
30142 temp2 = True;
30143 }
30144 {
30145 PyThreadState* __tstate = wxPyBeginAllowThreads();
30146 (arg1)->SetTarget((wxString const &)*arg2);
30147
30148 wxPyEndAllowThreads(__tstate);
30149 if (PyErr_Occurred()) SWIG_fail;
30150 }
30151 Py_INCREF(Py_None); resultobj = Py_None;
30152 {
30153 if (temp2)
30154 delete arg2;
30155 }
30156 return resultobj;
30157 fail:
30158 {
30159 if (temp2)
30160 delete arg2;
30161 }
30162 return NULL;
30163 }
30164
30165
30166 static PyObject * HelpEvent_swigregister(PyObject *self, PyObject *args) {
30167 PyObject *obj;
30168 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30169 SWIG_TypeClientData(SWIGTYPE_p_wxHelpEvent, obj);
30170 Py_INCREF(obj);
30171 return Py_BuildValue((char *)"");
30172 }
30173 static PyObject *_wrap_new_ContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30174 PyObject *resultobj;
30175 wxWindow *arg1 = (wxWindow *) NULL ;
30176 bool arg2 = (bool) True ;
30177 wxContextHelp *result;
30178 PyObject * obj0 = 0 ;
30179 PyObject * obj1 = 0 ;
30180 char *kwnames[] = {
30181 (char *) "window",(char *) "doNow", NULL
30182 };
30183
30184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ContextHelp",kwnames,&obj0,&obj1)) goto fail;
30185 if (obj0) {
30186 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
30187 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30188 }
30189 if (obj1) {
30190 arg2 = (bool) SWIG_AsBool(obj1);
30191 if (PyErr_Occurred()) SWIG_fail;
30192 }
30193 {
30194 if (!wxPyCheckForApp()) SWIG_fail;
30195 PyThreadState* __tstate = wxPyBeginAllowThreads();
30196 result = (wxContextHelp *)new wxContextHelp(arg1,arg2);
30197
30198 wxPyEndAllowThreads(__tstate);
30199 if (PyErr_Occurred()) SWIG_fail;
30200 }
30201 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxContextHelp, 1);
30202 return resultobj;
30203 fail:
30204 return NULL;
30205 }
30206
30207
30208 static PyObject *_wrap_delete_ContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30209 PyObject *resultobj;
30210 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30211 PyObject * obj0 = 0 ;
30212 char *kwnames[] = {
30213 (char *) "self", NULL
30214 };
30215
30216 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ContextHelp",kwnames,&obj0)) goto fail;
30217 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30218 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30219 {
30220 PyThreadState* __tstate = wxPyBeginAllowThreads();
30221 delete arg1;
30222
30223 wxPyEndAllowThreads(__tstate);
30224 if (PyErr_Occurred()) SWIG_fail;
30225 }
30226 Py_INCREF(Py_None); resultobj = Py_None;
30227 return resultobj;
30228 fail:
30229 return NULL;
30230 }
30231
30232
30233 static PyObject *_wrap_ContextHelp_BeginContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30234 PyObject *resultobj;
30235 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30236 wxWindow *arg2 = (wxWindow *) NULL ;
30237 bool result;
30238 PyObject * obj0 = 0 ;
30239 PyObject * obj1 = 0 ;
30240 char *kwnames[] = {
30241 (char *) "self",(char *) "window", NULL
30242 };
30243
30244 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ContextHelp_BeginContextHelp",kwnames,&obj0,&obj1)) goto fail;
30245 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30246 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30247 if (obj1) {
30248 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30249 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30250 }
30251 {
30252 PyThreadState* __tstate = wxPyBeginAllowThreads();
30253 result = (bool)(arg1)->BeginContextHelp(arg2);
30254
30255 wxPyEndAllowThreads(__tstate);
30256 if (PyErr_Occurred()) SWIG_fail;
30257 }
30258 {
30259 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30260 }
30261 return resultobj;
30262 fail:
30263 return NULL;
30264 }
30265
30266
30267 static PyObject *_wrap_ContextHelp_EndContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30268 PyObject *resultobj;
30269 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30270 bool result;
30271 PyObject * obj0 = 0 ;
30272 char *kwnames[] = {
30273 (char *) "self", NULL
30274 };
30275
30276 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ContextHelp_EndContextHelp",kwnames,&obj0)) goto fail;
30277 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30278 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30279 {
30280 PyThreadState* __tstate = wxPyBeginAllowThreads();
30281 result = (bool)(arg1)->EndContextHelp();
30282
30283 wxPyEndAllowThreads(__tstate);
30284 if (PyErr_Occurred()) SWIG_fail;
30285 }
30286 {
30287 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30288 }
30289 return resultobj;
30290 fail:
30291 return NULL;
30292 }
30293
30294
30295 static PyObject * ContextHelp_swigregister(PyObject *self, PyObject *args) {
30296 PyObject *obj;
30297 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30298 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelp, obj);
30299 Py_INCREF(obj);
30300 return Py_BuildValue((char *)"");
30301 }
30302 static PyObject *_wrap_new_ContextHelpButton(PyObject *self, PyObject *args, PyObject *kwargs) {
30303 PyObject *resultobj;
30304 wxWindow *arg1 = (wxWindow *) 0 ;
30305 int arg2 = (int) wxID_CONTEXT_HELP ;
30306 wxPoint const &arg3_defvalue = wxDefaultPosition ;
30307 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
30308 wxSize const &arg4_defvalue = wxDefaultSize ;
30309 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
30310 long arg5 = (long) wxBU_AUTODRAW ;
30311 wxContextHelpButton *result;
30312 wxPoint temp3 ;
30313 wxSize temp4 ;
30314 PyObject * obj0 = 0 ;
30315 PyObject * obj1 = 0 ;
30316 PyObject * obj2 = 0 ;
30317 PyObject * obj3 = 0 ;
30318 PyObject * obj4 = 0 ;
30319 char *kwnames[] = {
30320 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
30321 };
30322
30323 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_ContextHelpButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
30324 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
30325 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30326 if (obj1) {
30327 arg2 = (int) SWIG_AsInt(obj1);
30328 if (PyErr_Occurred()) SWIG_fail;
30329 }
30330 if (obj2) {
30331 {
30332 arg3 = &temp3;
30333 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
30334 }
30335 }
30336 if (obj3) {
30337 {
30338 arg4 = &temp4;
30339 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
30340 }
30341 }
30342 if (obj4) {
30343 arg5 = (long) SWIG_AsLong(obj4);
30344 if (PyErr_Occurred()) SWIG_fail;
30345 }
30346 {
30347 if (!wxPyCheckForApp()) SWIG_fail;
30348 PyThreadState* __tstate = wxPyBeginAllowThreads();
30349 result = (wxContextHelpButton *)new wxContextHelpButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
30350
30351 wxPyEndAllowThreads(__tstate);
30352 if (PyErr_Occurred()) SWIG_fail;
30353 }
30354 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxContextHelpButton, 1);
30355 return resultobj;
30356 fail:
30357 return NULL;
30358 }
30359
30360
30361 static PyObject * ContextHelpButton_swigregister(PyObject *self, PyObject *args) {
30362 PyObject *obj;
30363 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30364 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelpButton, obj);
30365 Py_INCREF(obj);
30366 return Py_BuildValue((char *)"");
30367 }
30368 static PyObject *_wrap_HelpProvider_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
30369 PyObject *resultobj;
30370 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30371 wxHelpProvider *result;
30372 PyObject * obj0 = 0 ;
30373 char *kwnames[] = {
30374 (char *) "helpProvider", NULL
30375 };
30376
30377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Set",kwnames,&obj0)) goto fail;
30378 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30379 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30380 {
30381 PyThreadState* __tstate = wxPyBeginAllowThreads();
30382 result = (wxHelpProvider *)wxHelpProvider::Set(arg1);
30383
30384 wxPyEndAllowThreads(__tstate);
30385 if (PyErr_Occurred()) SWIG_fail;
30386 }
30387 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpProvider, 0);
30388 return resultobj;
30389 fail:
30390 return NULL;
30391 }
30392
30393
30394 static PyObject *_wrap_HelpProvider_Get(PyObject *self, PyObject *args, PyObject *kwargs) {
30395 PyObject *resultobj;
30396 wxHelpProvider *result;
30397 char *kwnames[] = {
30398 NULL
30399 };
30400
30401 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":HelpProvider_Get",kwnames)) goto fail;
30402 {
30403 PyThreadState* __tstate = wxPyBeginAllowThreads();
30404 result = (wxHelpProvider *)wxHelpProvider::Get();
30405
30406 wxPyEndAllowThreads(__tstate);
30407 if (PyErr_Occurred()) SWIG_fail;
30408 }
30409 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpProvider, 0);
30410 return resultobj;
30411 fail:
30412 return NULL;
30413 }
30414
30415
30416 static PyObject *_wrap_HelpProvider_GetHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30417 PyObject *resultobj;
30418 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30419 wxWindow *arg2 = (wxWindow *) 0 ;
30420 wxString result;
30421 PyObject * obj0 = 0 ;
30422 PyObject * obj1 = 0 ;
30423 char *kwnames[] = {
30424 (char *) "self",(char *) "window", NULL
30425 };
30426
30427 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_GetHelp",kwnames,&obj0,&obj1)) goto fail;
30428 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30429 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30430 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30431 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30432 {
30433 PyThreadState* __tstate = wxPyBeginAllowThreads();
30434 result = (arg1)->GetHelp((wxWindow const *)arg2);
30435
30436 wxPyEndAllowThreads(__tstate);
30437 if (PyErr_Occurred()) SWIG_fail;
30438 }
30439 {
30440 #if wxUSE_UNICODE
30441 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
30442 #else
30443 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
30444 #endif
30445 }
30446 return resultobj;
30447 fail:
30448 return NULL;
30449 }
30450
30451
30452 static PyObject *_wrap_HelpProvider_ShowHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30453 PyObject *resultobj;
30454 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30455 wxWindow *arg2 = (wxWindow *) 0 ;
30456 bool result;
30457 PyObject * obj0 = 0 ;
30458 PyObject * obj1 = 0 ;
30459 char *kwnames[] = {
30460 (char *) "self",(char *) "window", NULL
30461 };
30462
30463 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_ShowHelp",kwnames,&obj0,&obj1)) goto fail;
30464 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30465 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30466 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30467 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30468 {
30469 PyThreadState* __tstate = wxPyBeginAllowThreads();
30470 result = (bool)(arg1)->ShowHelp(arg2);
30471
30472 wxPyEndAllowThreads(__tstate);
30473 if (PyErr_Occurred()) SWIG_fail;
30474 }
30475 {
30476 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30477 }
30478 return resultobj;
30479 fail:
30480 return NULL;
30481 }
30482
30483
30484 static PyObject *_wrap_HelpProvider_AddHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30485 PyObject *resultobj;
30486 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30487 wxWindow *arg2 = (wxWindow *) 0 ;
30488 wxString *arg3 = 0 ;
30489 bool temp3 = False ;
30490 PyObject * obj0 = 0 ;
30491 PyObject * obj1 = 0 ;
30492 PyObject * obj2 = 0 ;
30493 char *kwnames[] = {
30494 (char *) "self",(char *) "window",(char *) "text", NULL
30495 };
30496
30497 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
30498 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30499 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30500 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30501 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30502 {
30503 arg3 = wxString_in_helper(obj2);
30504 if (arg3 == NULL) SWIG_fail;
30505 temp3 = True;
30506 }
30507 {
30508 PyThreadState* __tstate = wxPyBeginAllowThreads();
30509 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
30510
30511 wxPyEndAllowThreads(__tstate);
30512 if (PyErr_Occurred()) SWIG_fail;
30513 }
30514 Py_INCREF(Py_None); resultobj = Py_None;
30515 {
30516 if (temp3)
30517 delete arg3;
30518 }
30519 return resultobj;
30520 fail:
30521 {
30522 if (temp3)
30523 delete arg3;
30524 }
30525 return NULL;
30526 }
30527
30528
30529 static PyObject *_wrap_HelpProvider_AddHelpById(PyObject *self, PyObject *args, PyObject *kwargs) {
30530 PyObject *resultobj;
30531 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30532 int arg2 ;
30533 wxString *arg3 = 0 ;
30534 bool temp3 = False ;
30535 PyObject * obj0 = 0 ;
30536 PyObject * obj1 = 0 ;
30537 PyObject * obj2 = 0 ;
30538 char *kwnames[] = {
30539 (char *) "self",(char *) "id",(char *) "text", NULL
30540 };
30541
30542 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelpById",kwnames,&obj0,&obj1,&obj2)) goto fail;
30543 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30544 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30545 arg2 = (int) SWIG_AsInt(obj1);
30546 if (PyErr_Occurred()) SWIG_fail;
30547 {
30548 arg3 = wxString_in_helper(obj2);
30549 if (arg3 == NULL) SWIG_fail;
30550 temp3 = True;
30551 }
30552 {
30553 PyThreadState* __tstate = wxPyBeginAllowThreads();
30554 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
30555
30556 wxPyEndAllowThreads(__tstate);
30557 if (PyErr_Occurred()) SWIG_fail;
30558 }
30559 Py_INCREF(Py_None); resultobj = Py_None;
30560 {
30561 if (temp3)
30562 delete arg3;
30563 }
30564 return resultobj;
30565 fail:
30566 {
30567 if (temp3)
30568 delete arg3;
30569 }
30570 return NULL;
30571 }
30572
30573
30574 static PyObject *_wrap_HelpProvider_RemoveHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30575 PyObject *resultobj;
30576 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30577 wxWindow *arg2 = (wxWindow *) 0 ;
30578 PyObject * obj0 = 0 ;
30579 PyObject * obj1 = 0 ;
30580 char *kwnames[] = {
30581 (char *) "self",(char *) "window", NULL
30582 };
30583
30584 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_RemoveHelp",kwnames,&obj0,&obj1)) goto fail;
30585 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30586 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30587 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30588 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30589 {
30590 PyThreadState* __tstate = wxPyBeginAllowThreads();
30591 (arg1)->RemoveHelp(arg2);
30592
30593 wxPyEndAllowThreads(__tstate);
30594 if (PyErr_Occurred()) SWIG_fail;
30595 }
30596 Py_INCREF(Py_None); resultobj = Py_None;
30597 return resultobj;
30598 fail:
30599 return NULL;
30600 }
30601
30602
30603 static PyObject *_wrap_HelpProvider_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
30604 PyObject *resultobj;
30605 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30606 PyObject * obj0 = 0 ;
30607 char *kwnames[] = {
30608 (char *) "self", NULL
30609 };
30610
30611 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Destroy",kwnames,&obj0)) goto fail;
30612 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30613 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30614 {
30615 PyThreadState* __tstate = wxPyBeginAllowThreads();
30616 wxHelpProvider_Destroy(arg1);
30617
30618 wxPyEndAllowThreads(__tstate);
30619 if (PyErr_Occurred()) SWIG_fail;
30620 }
30621 Py_INCREF(Py_None); resultobj = Py_None;
30622 return resultobj;
30623 fail:
30624 return NULL;
30625 }
30626
30627
30628 static PyObject * HelpProvider_swigregister(PyObject *self, PyObject *args) {
30629 PyObject *obj;
30630 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30631 SWIG_TypeClientData(SWIGTYPE_p_wxHelpProvider, obj);
30632 Py_INCREF(obj);
30633 return Py_BuildValue((char *)"");
30634 }
30635 static PyObject *_wrap_new_SimpleHelpProvider(PyObject *self, PyObject *args, PyObject *kwargs) {
30636 PyObject *resultobj;
30637 wxSimpleHelpProvider *result;
30638 char *kwnames[] = {
30639 NULL
30640 };
30641
30642 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_SimpleHelpProvider",kwnames)) goto fail;
30643 {
30644 PyThreadState* __tstate = wxPyBeginAllowThreads();
30645 result = (wxSimpleHelpProvider *)new wxSimpleHelpProvider();
30646
30647 wxPyEndAllowThreads(__tstate);
30648 if (PyErr_Occurred()) SWIG_fail;
30649 }
30650 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSimpleHelpProvider, 1);
30651 return resultobj;
30652 fail:
30653 return NULL;
30654 }
30655
30656
30657 static PyObject * SimpleHelpProvider_swigregister(PyObject *self, PyObject *args) {
30658 PyObject *obj;
30659 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30660 SWIG_TypeClientData(SWIGTYPE_p_wxSimpleHelpProvider, obj);
30661 Py_INCREF(obj);
30662 return Py_BuildValue((char *)"");
30663 }
30664 static PyObject *_wrap_new_DragImage(PyObject *self, PyObject *args, PyObject *kwargs) {
30665 PyObject *resultobj;
30666 wxBitmap *arg1 = 0 ;
30667 wxCursor const &arg2_defvalue = wxNullCursor ;
30668 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30669 wxGenericDragImage *result;
30670 PyObject * obj0 = 0 ;
30671 PyObject * obj1 = 0 ;
30672 char *kwnames[] = {
30673 (char *) "image",(char *) "cursor", NULL
30674 };
30675
30676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragImage",kwnames,&obj0,&obj1)) goto fail;
30677 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmap,
30678 SWIG_POINTER_EXCEPTION | 0)) == -1)
30679 SWIG_fail;
30680 if (arg1 == NULL) {
30681 PyErr_SetString(PyExc_TypeError,"null reference");
30682 SWIG_fail;
30683 }
30684 if (obj1) {
30685 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30686 SWIG_POINTER_EXCEPTION | 0)) == -1)
30687 SWIG_fail;
30688 if (arg2 == NULL) {
30689 PyErr_SetString(PyExc_TypeError,"null reference");
30690 SWIG_fail;
30691 }
30692 }
30693 {
30694 if (!wxPyCheckForApp()) SWIG_fail;
30695 PyThreadState* __tstate = wxPyBeginAllowThreads();
30696 result = (wxGenericDragImage *)new wxGenericDragImage((wxBitmap const &)*arg1,(wxCursor const &)*arg2);
30697
30698 wxPyEndAllowThreads(__tstate);
30699 if (PyErr_Occurred()) SWIG_fail;
30700 }
30701 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30702 return resultobj;
30703 fail:
30704 return NULL;
30705 }
30706
30707
30708 static PyObject *_wrap_new_DragIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
30709 PyObject *resultobj;
30710 wxIcon *arg1 = 0 ;
30711 wxCursor const &arg2_defvalue = wxNullCursor ;
30712 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30713 wxGenericDragImage *result;
30714 PyObject * obj0 = 0 ;
30715 PyObject * obj1 = 0 ;
30716 char *kwnames[] = {
30717 (char *) "image",(char *) "cursor", NULL
30718 };
30719
30720 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragIcon",kwnames,&obj0,&obj1)) goto fail;
30721 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxIcon,
30722 SWIG_POINTER_EXCEPTION | 0)) == -1)
30723 SWIG_fail;
30724 if (arg1 == NULL) {
30725 PyErr_SetString(PyExc_TypeError,"null reference");
30726 SWIG_fail;
30727 }
30728 if (obj1) {
30729 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30730 SWIG_POINTER_EXCEPTION | 0)) == -1)
30731 SWIG_fail;
30732 if (arg2 == NULL) {
30733 PyErr_SetString(PyExc_TypeError,"null reference");
30734 SWIG_fail;
30735 }
30736 }
30737 {
30738 if (!wxPyCheckForApp()) SWIG_fail;
30739 PyThreadState* __tstate = wxPyBeginAllowThreads();
30740 result = (wxGenericDragImage *)new wxGenericDragImage((wxIcon const &)*arg1,(wxCursor const &)*arg2);
30741
30742 wxPyEndAllowThreads(__tstate);
30743 if (PyErr_Occurred()) SWIG_fail;
30744 }
30745 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30746 return resultobj;
30747 fail:
30748 return NULL;
30749 }
30750
30751
30752 static PyObject *_wrap_new_DragString(PyObject *self, PyObject *args, PyObject *kwargs) {
30753 PyObject *resultobj;
30754 wxString *arg1 = 0 ;
30755 wxCursor const &arg2_defvalue = wxNullCursor ;
30756 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30757 wxGenericDragImage *result;
30758 bool temp1 = False ;
30759 PyObject * obj0 = 0 ;
30760 PyObject * obj1 = 0 ;
30761 char *kwnames[] = {
30762 (char *) "str",(char *) "cursor", NULL
30763 };
30764
30765 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragString",kwnames,&obj0,&obj1)) goto fail;
30766 {
30767 arg1 = wxString_in_helper(obj0);
30768 if (arg1 == NULL) SWIG_fail;
30769 temp1 = True;
30770 }
30771 if (obj1) {
30772 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30773 SWIG_POINTER_EXCEPTION | 0)) == -1)
30774 SWIG_fail;
30775 if (arg2 == NULL) {
30776 PyErr_SetString(PyExc_TypeError,"null reference");
30777 SWIG_fail;
30778 }
30779 }
30780 {
30781 if (!wxPyCheckForApp()) SWIG_fail;
30782 PyThreadState* __tstate = wxPyBeginAllowThreads();
30783 result = (wxGenericDragImage *)new wxGenericDragImage((wxString const &)*arg1,(wxCursor const &)*arg2);
30784
30785 wxPyEndAllowThreads(__tstate);
30786 if (PyErr_Occurred()) SWIG_fail;
30787 }
30788 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30789 {
30790 if (temp1)
30791 delete arg1;
30792 }
30793 return resultobj;
30794 fail:
30795 {
30796 if (temp1)
30797 delete arg1;
30798 }
30799 return NULL;
30800 }
30801
30802
30803 static PyObject *_wrap_new_DragTreeItem(PyObject *self, PyObject *args, PyObject *kwargs) {
30804 PyObject *resultobj;
30805 wxPyTreeCtrl *arg1 = 0 ;
30806 wxTreeItemId *arg2 = 0 ;
30807 wxGenericDragImage *result;
30808 PyObject * obj0 = 0 ;
30809 PyObject * obj1 = 0 ;
30810 char *kwnames[] = {
30811 (char *) "treeCtrl",(char *) "id", NULL
30812 };
30813
30814 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragTreeItem",kwnames,&obj0,&obj1)) goto fail;
30815 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
30816 SWIG_POINTER_EXCEPTION | 0)) == -1)
30817 SWIG_fail;
30818 if (arg1 == NULL) {
30819 PyErr_SetString(PyExc_TypeError,"null reference");
30820 SWIG_fail;
30821 }
30822 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
30823 SWIG_POINTER_EXCEPTION | 0)) == -1)
30824 SWIG_fail;
30825 if (arg2 == NULL) {
30826 PyErr_SetString(PyExc_TypeError,"null reference");
30827 SWIG_fail;
30828 }
30829 {
30830 if (!wxPyCheckForApp()) SWIG_fail;
30831 PyThreadState* __tstate = wxPyBeginAllowThreads();
30832 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyTreeCtrl const &)*arg1,*arg2);
30833
30834 wxPyEndAllowThreads(__tstate);
30835 if (PyErr_Occurred()) SWIG_fail;
30836 }
30837 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30838 return resultobj;
30839 fail:
30840 return NULL;
30841 }
30842
30843
30844 static PyObject *_wrap_new_DragListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
30845 PyObject *resultobj;
30846 wxPyListCtrl *arg1 = 0 ;
30847 long arg2 ;
30848 wxGenericDragImage *result;
30849 PyObject * obj0 = 0 ;
30850 PyObject * obj1 = 0 ;
30851 char *kwnames[] = {
30852 (char *) "listCtrl",(char *) "id", NULL
30853 };
30854
30855 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragListItem",kwnames,&obj0,&obj1)) goto fail;
30856 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
30857 SWIG_POINTER_EXCEPTION | 0)) == -1)
30858 SWIG_fail;
30859 if (arg1 == NULL) {
30860 PyErr_SetString(PyExc_TypeError,"null reference");
30861 SWIG_fail;
30862 }
30863 arg2 = (long) SWIG_AsLong(obj1);
30864 if (PyErr_Occurred()) SWIG_fail;
30865 {
30866 if (!wxPyCheckForApp()) SWIG_fail;
30867 PyThreadState* __tstate = wxPyBeginAllowThreads();
30868 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyListCtrl const &)*arg1,arg2);
30869
30870 wxPyEndAllowThreads(__tstate);
30871 if (PyErr_Occurred()) SWIG_fail;
30872 }
30873 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30874 return resultobj;
30875 fail:
30876 return NULL;
30877 }
30878
30879
30880 static PyObject *_wrap_delete_DragImage(PyObject *self, PyObject *args, PyObject *kwargs) {
30881 PyObject *resultobj;
30882 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30883 PyObject * obj0 = 0 ;
30884 char *kwnames[] = {
30885 (char *) "self", NULL
30886 };
30887
30888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_DragImage",kwnames,&obj0)) goto fail;
30889 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30890 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30891 {
30892 PyThreadState* __tstate = wxPyBeginAllowThreads();
30893 delete arg1;
30894
30895 wxPyEndAllowThreads(__tstate);
30896 if (PyErr_Occurred()) SWIG_fail;
30897 }
30898 Py_INCREF(Py_None); resultobj = Py_None;
30899 return resultobj;
30900 fail:
30901 return NULL;
30902 }
30903
30904
30905 static PyObject *_wrap_DragImage_SetBackingBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
30906 PyObject *resultobj;
30907 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30908 wxBitmap *arg2 = (wxBitmap *) 0 ;
30909 PyObject * obj0 = 0 ;
30910 PyObject * obj1 = 0 ;
30911 char *kwnames[] = {
30912 (char *) "self",(char *) "bitmap", NULL
30913 };
30914
30915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_SetBackingBitmap",kwnames,&obj0,&obj1)) goto fail;
30916 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30917 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30918 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
30919 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30920 {
30921 PyThreadState* __tstate = wxPyBeginAllowThreads();
30922 (arg1)->SetBackingBitmap(arg2);
30923
30924 wxPyEndAllowThreads(__tstate);
30925 if (PyErr_Occurred()) SWIG_fail;
30926 }
30927 Py_INCREF(Py_None); resultobj = Py_None;
30928 return resultobj;
30929 fail:
30930 return NULL;
30931 }
30932
30933
30934 static PyObject *_wrap_DragImage_BeginDrag(PyObject *self, PyObject *args, PyObject *kwargs) {
30935 PyObject *resultobj;
30936 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30937 wxPoint *arg2 = 0 ;
30938 wxWindow *arg3 = (wxWindow *) 0 ;
30939 bool arg4 = (bool) False ;
30940 wxRect *arg5 = (wxRect *) NULL ;
30941 bool result;
30942 wxPoint temp2 ;
30943 PyObject * obj0 = 0 ;
30944 PyObject * obj1 = 0 ;
30945 PyObject * obj2 = 0 ;
30946 PyObject * obj3 = 0 ;
30947 PyObject * obj4 = 0 ;
30948 char *kwnames[] = {
30949 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "fullScreen",(char *) "rect", NULL
30950 };
30951
30952 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:DragImage_BeginDrag",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
30953 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30954 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30955 {
30956 arg2 = &temp2;
30957 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
30958 }
30959 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
30960 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30961 if (obj3) {
30962 arg4 = (bool) SWIG_AsBool(obj3);
30963 if (PyErr_Occurred()) SWIG_fail;
30964 }
30965 if (obj4) {
30966 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxRect,
30967 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30968 }
30969 {
30970 PyThreadState* __tstate = wxPyBeginAllowThreads();
30971 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4,arg5);
30972
30973 wxPyEndAllowThreads(__tstate);
30974 if (PyErr_Occurred()) SWIG_fail;
30975 }
30976 {
30977 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30978 }
30979 return resultobj;
30980 fail:
30981 return NULL;
30982 }
30983
30984
30985 static PyObject *_wrap_DragImage_BeginDragBounded(PyObject *self, PyObject *args, PyObject *kwargs) {
30986 PyObject *resultobj;
30987 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30988 wxPoint *arg2 = 0 ;
30989 wxWindow *arg3 = (wxWindow *) 0 ;
30990 wxWindow *arg4 = (wxWindow *) 0 ;
30991 bool result;
30992 wxPoint temp2 ;
30993 PyObject * obj0 = 0 ;
30994 PyObject * obj1 = 0 ;
30995 PyObject * obj2 = 0 ;
30996 PyObject * obj3 = 0 ;
30997 char *kwnames[] = {
30998 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "boundingWindow", NULL
30999 };
31000
31001 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:DragImage_BeginDragBounded",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
31002 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31003 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31004 {
31005 arg2 = &temp2;
31006 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31007 }
31008 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
31009 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31010 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxWindow,
31011 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31012 {
31013 PyThreadState* __tstate = wxPyBeginAllowThreads();
31014 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4);
31015
31016 wxPyEndAllowThreads(__tstate);
31017 if (PyErr_Occurred()) SWIG_fail;
31018 }
31019 {
31020 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31021 }
31022 return resultobj;
31023 fail:
31024 return NULL;
31025 }
31026
31027
31028 static PyObject *_wrap_DragImage_EndDrag(PyObject *self, PyObject *args, PyObject *kwargs) {
31029 PyObject *resultobj;
31030 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31031 bool result;
31032 PyObject * obj0 = 0 ;
31033 char *kwnames[] = {
31034 (char *) "self", NULL
31035 };
31036
31037 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_EndDrag",kwnames,&obj0)) goto fail;
31038 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31039 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31040 {
31041 PyThreadState* __tstate = wxPyBeginAllowThreads();
31042 result = (bool)(arg1)->EndDrag();
31043
31044 wxPyEndAllowThreads(__tstate);
31045 if (PyErr_Occurred()) SWIG_fail;
31046 }
31047 {
31048 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31049 }
31050 return resultobj;
31051 fail:
31052 return NULL;
31053 }
31054
31055
31056 static PyObject *_wrap_DragImage_Move(PyObject *self, PyObject *args, PyObject *kwargs) {
31057 PyObject *resultobj;
31058 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31059 wxPoint *arg2 = 0 ;
31060 bool result;
31061 wxPoint temp2 ;
31062 PyObject * obj0 = 0 ;
31063 PyObject * obj1 = 0 ;
31064 char *kwnames[] = {
31065 (char *) "self",(char *) "pt", NULL
31066 };
31067
31068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_Move",kwnames,&obj0,&obj1)) goto fail;
31069 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31070 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31071 {
31072 arg2 = &temp2;
31073 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31074 }
31075 {
31076 PyThreadState* __tstate = wxPyBeginAllowThreads();
31077 result = (bool)(arg1)->Move((wxPoint const &)*arg2);
31078
31079 wxPyEndAllowThreads(__tstate);
31080 if (PyErr_Occurred()) SWIG_fail;
31081 }
31082 {
31083 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31084 }
31085 return resultobj;
31086 fail:
31087 return NULL;
31088 }
31089
31090
31091 static PyObject *_wrap_DragImage_Show(PyObject *self, PyObject *args, PyObject *kwargs) {
31092 PyObject *resultobj;
31093 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31094 bool result;
31095 PyObject * obj0 = 0 ;
31096 char *kwnames[] = {
31097 (char *) "self", NULL
31098 };
31099
31100 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Show",kwnames,&obj0)) goto fail;
31101 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31102 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31103 {
31104 PyThreadState* __tstate = wxPyBeginAllowThreads();
31105 result = (bool)(arg1)->Show();
31106
31107 wxPyEndAllowThreads(__tstate);
31108 if (PyErr_Occurred()) SWIG_fail;
31109 }
31110 {
31111 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31112 }
31113 return resultobj;
31114 fail:
31115 return NULL;
31116 }
31117
31118
31119 static PyObject *_wrap_DragImage_Hide(PyObject *self, PyObject *args, PyObject *kwargs) {
31120 PyObject *resultobj;
31121 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31122 bool result;
31123 PyObject * obj0 = 0 ;
31124 char *kwnames[] = {
31125 (char *) "self", NULL
31126 };
31127
31128 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Hide",kwnames,&obj0)) goto fail;
31129 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31130 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31131 {
31132 PyThreadState* __tstate = wxPyBeginAllowThreads();
31133 result = (bool)(arg1)->Hide();
31134
31135 wxPyEndAllowThreads(__tstate);
31136 if (PyErr_Occurred()) SWIG_fail;
31137 }
31138 {
31139 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31140 }
31141 return resultobj;
31142 fail:
31143 return NULL;
31144 }
31145
31146
31147 static PyObject *_wrap_DragImage_GetImageRect(PyObject *self, PyObject *args, PyObject *kwargs) {
31148 PyObject *resultobj;
31149 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31150 wxPoint *arg2 = 0 ;
31151 wxRect result;
31152 wxPoint temp2 ;
31153 PyObject * obj0 = 0 ;
31154 PyObject * obj1 = 0 ;
31155 char *kwnames[] = {
31156 (char *) "self",(char *) "pos", NULL
31157 };
31158
31159 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_GetImageRect",kwnames,&obj0,&obj1)) goto fail;
31160 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31161 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31162 {
31163 arg2 = &temp2;
31164 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31165 }
31166 {
31167 PyThreadState* __tstate = wxPyBeginAllowThreads();
31168 result = ((wxGenericDragImage const *)arg1)->GetImageRect((wxPoint const &)*arg2);
31169
31170 wxPyEndAllowThreads(__tstate);
31171 if (PyErr_Occurred()) SWIG_fail;
31172 }
31173 {
31174 wxRect * resultptr;
31175 resultptr = new wxRect((wxRect &) result);
31176 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
31177 }
31178 return resultobj;
31179 fail:
31180 return NULL;
31181 }
31182
31183
31184 static PyObject *_wrap_DragImage_DoDrawImage(PyObject *self, PyObject *args, PyObject *kwargs) {
31185 PyObject *resultobj;
31186 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31187 wxDC *arg2 = 0 ;
31188 wxPoint *arg3 = 0 ;
31189 bool result;
31190 wxPoint temp3 ;
31191 PyObject * obj0 = 0 ;
31192 PyObject * obj1 = 0 ;
31193 PyObject * obj2 = 0 ;
31194 char *kwnames[] = {
31195 (char *) "self",(char *) "dc",(char *) "pos", NULL
31196 };
31197
31198 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DragImage_DoDrawImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
31199 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31200 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31201 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxDC,
31202 SWIG_POINTER_EXCEPTION | 0)) == -1)
31203 SWIG_fail;
31204 if (arg2 == NULL) {
31205 PyErr_SetString(PyExc_TypeError,"null reference");
31206 SWIG_fail;
31207 }
31208 {
31209 arg3 = &temp3;
31210 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
31211 }
31212 {
31213 PyThreadState* __tstate = wxPyBeginAllowThreads();
31214 result = (bool)((wxGenericDragImage const *)arg1)->DoDrawImage(*arg2,(wxPoint const &)*arg3);
31215
31216 wxPyEndAllowThreads(__tstate);
31217 if (PyErr_Occurred()) SWIG_fail;
31218 }
31219 {
31220 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31221 }
31222 return resultobj;
31223 fail:
31224 return NULL;
31225 }
31226
31227
31228 static PyObject *_wrap_DragImage_UpdateBackingFromWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
31229 PyObject *resultobj;
31230 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31231 wxDC *arg2 = 0 ;
31232 wxMemoryDC *arg3 = 0 ;
31233 wxRect *arg4 = 0 ;
31234 wxRect *arg5 = 0 ;
31235 bool result;
31236 wxRect temp4 ;
31237 wxRect temp5 ;
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 *) "windowDC",(char *) "destDC",(char *) "sourceRect",(char *) "destRect", NULL
31245 };
31246
31247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_UpdateBackingFromWindow",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 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxDC,
31251 SWIG_POINTER_EXCEPTION | 0)) == -1)
31252 SWIG_fail;
31253 if (arg2 == NULL) {
31254 PyErr_SetString(PyExc_TypeError,"null reference");
31255 SWIG_fail;
31256 }
31257 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxMemoryDC,
31258 SWIG_POINTER_EXCEPTION | 0)) == -1)
31259 SWIG_fail;
31260 if (arg3 == NULL) {
31261 PyErr_SetString(PyExc_TypeError,"null reference");
31262 SWIG_fail;
31263 }
31264 {
31265 arg4 = &temp4;
31266 if ( ! wxRect_helper(obj3, &arg4)) SWIG_fail;
31267 }
31268 {
31269 arg5 = &temp5;
31270 if ( ! wxRect_helper(obj4, &arg5)) SWIG_fail;
31271 }
31272 {
31273 PyThreadState* __tstate = wxPyBeginAllowThreads();
31274 result = (bool)((wxGenericDragImage const *)arg1)->UpdateBackingFromWindow(*arg2,*arg3,(wxRect const &)*arg4,(wxRect const &)*arg5);
31275
31276 wxPyEndAllowThreads(__tstate);
31277 if (PyErr_Occurred()) SWIG_fail;
31278 }
31279 {
31280 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31281 }
31282 return resultobj;
31283 fail:
31284 return NULL;
31285 }
31286
31287
31288 static PyObject *_wrap_DragImage_RedrawImage(PyObject *self, PyObject *args, PyObject *kwargs) {
31289 PyObject *resultobj;
31290 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31291 wxPoint *arg2 = 0 ;
31292 wxPoint *arg3 = 0 ;
31293 bool arg4 ;
31294 bool arg5 ;
31295 bool result;
31296 wxPoint temp2 ;
31297 wxPoint temp3 ;
31298 PyObject * obj0 = 0 ;
31299 PyObject * obj1 = 0 ;
31300 PyObject * obj2 = 0 ;
31301 PyObject * obj3 = 0 ;
31302 PyObject * obj4 = 0 ;
31303 char *kwnames[] = {
31304 (char *) "self",(char *) "oldPos",(char *) "newPos",(char *) "eraseOld",(char *) "drawNew", NULL
31305 };
31306
31307 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_RedrawImage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
31308 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31309 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31310 {
31311 arg2 = &temp2;
31312 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31313 }
31314 {
31315 arg3 = &temp3;
31316 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
31317 }
31318 arg4 = (bool) SWIG_AsBool(obj3);
31319 if (PyErr_Occurred()) SWIG_fail;
31320 arg5 = (bool) SWIG_AsBool(obj4);
31321 if (PyErr_Occurred()) SWIG_fail;
31322 {
31323 PyThreadState* __tstate = wxPyBeginAllowThreads();
31324 result = (bool)(arg1)->RedrawImage((wxPoint const &)*arg2,(wxPoint const &)*arg3,arg4,arg5);
31325
31326 wxPyEndAllowThreads(__tstate);
31327 if (PyErr_Occurred()) SWIG_fail;
31328 }
31329 {
31330 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31331 }
31332 return resultobj;
31333 fail:
31334 return NULL;
31335 }
31336
31337
31338 static PyObject * DragImage_swigregister(PyObject *self, PyObject *args) {
31339 PyObject *obj;
31340 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
31341 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDragImage, obj);
31342 Py_INCREF(obj);
31343 return Py_BuildValue((char *)"");
31344 }
31345 static PyMethodDef SwigMethods[] = {
31346 { (char *)"new_Button", (PyCFunction) _wrap_new_Button, METH_VARARGS | METH_KEYWORDS },
31347 { (char *)"new_PreButton", (PyCFunction) _wrap_new_PreButton, METH_VARARGS | METH_KEYWORDS },
31348 { (char *)"Button_Create", (PyCFunction) _wrap_Button_Create, METH_VARARGS | METH_KEYWORDS },
31349 { (char *)"Button_SetDefault", (PyCFunction) _wrap_Button_SetDefault, METH_VARARGS | METH_KEYWORDS },
31350 { (char *)"Button_GetDefaultSize", (PyCFunction) _wrap_Button_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
31351 { (char *)"Button_GetClassDefaultAttributes", (PyCFunction) _wrap_Button_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31352 { (char *)"Button_swigregister", Button_swigregister, METH_VARARGS },
31353 { (char *)"new_BitmapButton", (PyCFunction) _wrap_new_BitmapButton, METH_VARARGS | METH_KEYWORDS },
31354 { (char *)"new_PreBitmapButton", (PyCFunction) _wrap_new_PreBitmapButton, METH_VARARGS | METH_KEYWORDS },
31355 { (char *)"BitmapButton_Create", (PyCFunction) _wrap_BitmapButton_Create, METH_VARARGS | METH_KEYWORDS },
31356 { (char *)"BitmapButton_GetBitmapLabel", (PyCFunction) _wrap_BitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
31357 { (char *)"BitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
31358 { (char *)"BitmapButton_GetBitmapFocus", (PyCFunction) _wrap_BitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
31359 { (char *)"BitmapButton_GetBitmapSelected", (PyCFunction) _wrap_BitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
31360 { (char *)"BitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
31361 { (char *)"BitmapButton_SetBitmapFocus", (PyCFunction) _wrap_BitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
31362 { (char *)"BitmapButton_SetBitmapSelected", (PyCFunction) _wrap_BitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
31363 { (char *)"BitmapButton_SetBitmapLabel", (PyCFunction) _wrap_BitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
31364 { (char *)"BitmapButton_SetMargins", (PyCFunction) _wrap_BitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS },
31365 { (char *)"BitmapButton_GetMarginX", (PyCFunction) _wrap_BitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS },
31366 { (char *)"BitmapButton_GetMarginY", (PyCFunction) _wrap_BitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS },
31367 { (char *)"BitmapButton_swigregister", BitmapButton_swigregister, METH_VARARGS },
31368 { (char *)"new_CheckBox", (PyCFunction) _wrap_new_CheckBox, METH_VARARGS | METH_KEYWORDS },
31369 { (char *)"new_PreCheckBox", (PyCFunction) _wrap_new_PreCheckBox, METH_VARARGS | METH_KEYWORDS },
31370 { (char *)"CheckBox_Create", (PyCFunction) _wrap_CheckBox_Create, METH_VARARGS | METH_KEYWORDS },
31371 { (char *)"CheckBox_GetValue", (PyCFunction) _wrap_CheckBox_GetValue, METH_VARARGS | METH_KEYWORDS },
31372 { (char *)"CheckBox_IsChecked", (PyCFunction) _wrap_CheckBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
31373 { (char *)"CheckBox_SetValue", (PyCFunction) _wrap_CheckBox_SetValue, METH_VARARGS | METH_KEYWORDS },
31374 { (char *)"CheckBox_Get3StateValue", (PyCFunction) _wrap_CheckBox_Get3StateValue, METH_VARARGS | METH_KEYWORDS },
31375 { (char *)"CheckBox_Set3StateValue", (PyCFunction) _wrap_CheckBox_Set3StateValue, METH_VARARGS | METH_KEYWORDS },
31376 { (char *)"CheckBox_Is3State", (PyCFunction) _wrap_CheckBox_Is3State, METH_VARARGS | METH_KEYWORDS },
31377 { (char *)"CheckBox_Is3rdStateAllowedForUser", (PyCFunction) _wrap_CheckBox_Is3rdStateAllowedForUser, METH_VARARGS | METH_KEYWORDS },
31378 { (char *)"CheckBox_GetClassDefaultAttributes", (PyCFunction) _wrap_CheckBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31379 { (char *)"CheckBox_swigregister", CheckBox_swigregister, METH_VARARGS },
31380 { (char *)"new_Choice", (PyCFunction) _wrap_new_Choice, METH_VARARGS | METH_KEYWORDS },
31381 { (char *)"new_PreChoice", (PyCFunction) _wrap_new_PreChoice, METH_VARARGS | METH_KEYWORDS },
31382 { (char *)"Choice_Create", (PyCFunction) _wrap_Choice_Create, METH_VARARGS | METH_KEYWORDS },
31383 { (char *)"Choice_SetSelection", (PyCFunction) _wrap_Choice_SetSelection, METH_VARARGS | METH_KEYWORDS },
31384 { (char *)"Choice_SetStringSelection", (PyCFunction) _wrap_Choice_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
31385 { (char *)"Choice_SetString", (PyCFunction) _wrap_Choice_SetString, METH_VARARGS | METH_KEYWORDS },
31386 { (char *)"Choice_GetClassDefaultAttributes", (PyCFunction) _wrap_Choice_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31387 { (char *)"Choice_swigregister", Choice_swigregister, METH_VARARGS },
31388 { (char *)"new_ComboBox", (PyCFunction) _wrap_new_ComboBox, METH_VARARGS | METH_KEYWORDS },
31389 { (char *)"new_PreComboBox", (PyCFunction) _wrap_new_PreComboBox, METH_VARARGS | METH_KEYWORDS },
31390 { (char *)"ComboBox_Create", (PyCFunction) _wrap_ComboBox_Create, METH_VARARGS | METH_KEYWORDS },
31391 { (char *)"ComboBox_GetValue", (PyCFunction) _wrap_ComboBox_GetValue, METH_VARARGS | METH_KEYWORDS },
31392 { (char *)"ComboBox_SetValue", (PyCFunction) _wrap_ComboBox_SetValue, METH_VARARGS | METH_KEYWORDS },
31393 { (char *)"ComboBox_Copy", (PyCFunction) _wrap_ComboBox_Copy, METH_VARARGS | METH_KEYWORDS },
31394 { (char *)"ComboBox_Cut", (PyCFunction) _wrap_ComboBox_Cut, METH_VARARGS | METH_KEYWORDS },
31395 { (char *)"ComboBox_Paste", (PyCFunction) _wrap_ComboBox_Paste, METH_VARARGS | METH_KEYWORDS },
31396 { (char *)"ComboBox_SetInsertionPoint", (PyCFunction) _wrap_ComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
31397 { (char *)"ComboBox_GetInsertionPoint", (PyCFunction) _wrap_ComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
31398 { (char *)"ComboBox_GetLastPosition", (PyCFunction) _wrap_ComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
31399 { (char *)"ComboBox_Replace", (PyCFunction) _wrap_ComboBox_Replace, METH_VARARGS | METH_KEYWORDS },
31400 { (char *)"ComboBox_SetSelection", (PyCFunction) _wrap_ComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
31401 { (char *)"ComboBox_SetMark", (PyCFunction) _wrap_ComboBox_SetMark, METH_VARARGS | METH_KEYWORDS },
31402 { (char *)"ComboBox_SetStringSelection", (PyCFunction) _wrap_ComboBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
31403 { (char *)"ComboBox_SetString", (PyCFunction) _wrap_ComboBox_SetString, METH_VARARGS | METH_KEYWORDS },
31404 { (char *)"ComboBox_SetEditable", (PyCFunction) _wrap_ComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS },
31405 { (char *)"ComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_ComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
31406 { (char *)"ComboBox_Remove", (PyCFunction) _wrap_ComboBox_Remove, METH_VARARGS | METH_KEYWORDS },
31407 { (char *)"ComboBox_GetClassDefaultAttributes", (PyCFunction) _wrap_ComboBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31408 { (char *)"ComboBox_swigregister", ComboBox_swigregister, METH_VARARGS },
31409 { (char *)"new_Gauge", (PyCFunction) _wrap_new_Gauge, METH_VARARGS | METH_KEYWORDS },
31410 { (char *)"new_PreGauge", (PyCFunction) _wrap_new_PreGauge, METH_VARARGS | METH_KEYWORDS },
31411 { (char *)"Gauge_Create", (PyCFunction) _wrap_Gauge_Create, METH_VARARGS | METH_KEYWORDS },
31412 { (char *)"Gauge_SetRange", (PyCFunction) _wrap_Gauge_SetRange, METH_VARARGS | METH_KEYWORDS },
31413 { (char *)"Gauge_GetRange", (PyCFunction) _wrap_Gauge_GetRange, METH_VARARGS | METH_KEYWORDS },
31414 { (char *)"Gauge_SetValue", (PyCFunction) _wrap_Gauge_SetValue, METH_VARARGS | METH_KEYWORDS },
31415 { (char *)"Gauge_GetValue", (PyCFunction) _wrap_Gauge_GetValue, METH_VARARGS | METH_KEYWORDS },
31416 { (char *)"Gauge_IsVertical", (PyCFunction) _wrap_Gauge_IsVertical, METH_VARARGS | METH_KEYWORDS },
31417 { (char *)"Gauge_SetShadowWidth", (PyCFunction) _wrap_Gauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS },
31418 { (char *)"Gauge_GetShadowWidth", (PyCFunction) _wrap_Gauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS },
31419 { (char *)"Gauge_SetBezelFace", (PyCFunction) _wrap_Gauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS },
31420 { (char *)"Gauge_GetBezelFace", (PyCFunction) _wrap_Gauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS },
31421 { (char *)"Gauge_GetClassDefaultAttributes", (PyCFunction) _wrap_Gauge_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31422 { (char *)"Gauge_swigregister", Gauge_swigregister, METH_VARARGS },
31423 { (char *)"new_StaticBox", (PyCFunction) _wrap_new_StaticBox, METH_VARARGS | METH_KEYWORDS },
31424 { (char *)"new_PreStaticBox", (PyCFunction) _wrap_new_PreStaticBox, METH_VARARGS | METH_KEYWORDS },
31425 { (char *)"StaticBox_Create", (PyCFunction) _wrap_StaticBox_Create, METH_VARARGS | METH_KEYWORDS },
31426 { (char *)"StaticBox_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31427 { (char *)"StaticBox_swigregister", StaticBox_swigregister, METH_VARARGS },
31428 { (char *)"new_StaticLine", (PyCFunction) _wrap_new_StaticLine, METH_VARARGS | METH_KEYWORDS },
31429 { (char *)"new_PreStaticLine", (PyCFunction) _wrap_new_PreStaticLine, METH_VARARGS | METH_KEYWORDS },
31430 { (char *)"StaticLine_Create", (PyCFunction) _wrap_StaticLine_Create, METH_VARARGS | METH_KEYWORDS },
31431 { (char *)"StaticLine_IsVertical", (PyCFunction) _wrap_StaticLine_IsVertical, METH_VARARGS | METH_KEYWORDS },
31432 { (char *)"StaticLine_GetDefaultSize", (PyCFunction) _wrap_StaticLine_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
31433 { (char *)"StaticLine_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticLine_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31434 { (char *)"StaticLine_swigregister", StaticLine_swigregister, METH_VARARGS },
31435 { (char *)"new_StaticText", (PyCFunction) _wrap_new_StaticText, METH_VARARGS | METH_KEYWORDS },
31436 { (char *)"new_PreStaticText", (PyCFunction) _wrap_new_PreStaticText, METH_VARARGS | METH_KEYWORDS },
31437 { (char *)"StaticText_Create", (PyCFunction) _wrap_StaticText_Create, METH_VARARGS | METH_KEYWORDS },
31438 { (char *)"StaticText_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticText_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31439 { (char *)"StaticText_swigregister", StaticText_swigregister, METH_VARARGS },
31440 { (char *)"new_StaticBitmap", (PyCFunction) _wrap_new_StaticBitmap, METH_VARARGS | METH_KEYWORDS },
31441 { (char *)"new_PreStaticBitmap", (PyCFunction) _wrap_new_PreStaticBitmap, METH_VARARGS | METH_KEYWORDS },
31442 { (char *)"StaticBitmap_Create", (PyCFunction) _wrap_StaticBitmap_Create, METH_VARARGS | METH_KEYWORDS },
31443 { (char *)"StaticBitmap_GetBitmap", (PyCFunction) _wrap_StaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS },
31444 { (char *)"StaticBitmap_SetBitmap", (PyCFunction) _wrap_StaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS },
31445 { (char *)"StaticBitmap_SetIcon", (PyCFunction) _wrap_StaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS },
31446 { (char *)"StaticBitmap_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticBitmap_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31447 { (char *)"StaticBitmap_swigregister", StaticBitmap_swigregister, METH_VARARGS },
31448 { (char *)"new_ListBox", (PyCFunction) _wrap_new_ListBox, METH_VARARGS | METH_KEYWORDS },
31449 { (char *)"new_PreListBox", (PyCFunction) _wrap_new_PreListBox, METH_VARARGS | METH_KEYWORDS },
31450 { (char *)"ListBox_Create", (PyCFunction) _wrap_ListBox_Create, METH_VARARGS | METH_KEYWORDS },
31451 { (char *)"ListBox_Insert", (PyCFunction) _wrap_ListBox_Insert, METH_VARARGS | METH_KEYWORDS },
31452 { (char *)"ListBox_InsertItems", (PyCFunction) _wrap_ListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
31453 { (char *)"ListBox_Set", (PyCFunction) _wrap_ListBox_Set, METH_VARARGS | METH_KEYWORDS },
31454 { (char *)"ListBox_IsSelected", (PyCFunction) _wrap_ListBox_IsSelected, METH_VARARGS | METH_KEYWORDS },
31455 { (char *)"ListBox_SetSelection", (PyCFunction) _wrap_ListBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
31456 { (char *)"ListBox_Select", (PyCFunction) _wrap_ListBox_Select, METH_VARARGS | METH_KEYWORDS },
31457 { (char *)"ListBox_Deselect", (PyCFunction) _wrap_ListBox_Deselect, METH_VARARGS | METH_KEYWORDS },
31458 { (char *)"ListBox_DeselectAll", (PyCFunction) _wrap_ListBox_DeselectAll, METH_VARARGS | METH_KEYWORDS },
31459 { (char *)"ListBox_SetStringSelection", (PyCFunction) _wrap_ListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
31460 { (char *)"ListBox_GetSelections", (PyCFunction) _wrap_ListBox_GetSelections, METH_VARARGS | METH_KEYWORDS },
31461 { (char *)"ListBox_SetFirstItem", (PyCFunction) _wrap_ListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS },
31462 { (char *)"ListBox_SetFirstItemStr", (PyCFunction) _wrap_ListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS },
31463 { (char *)"ListBox_EnsureVisible", (PyCFunction) _wrap_ListBox_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
31464 { (char *)"ListBox_AppendAndEnsureVisible", (PyCFunction) _wrap_ListBox_AppendAndEnsureVisible, METH_VARARGS | METH_KEYWORDS },
31465 { (char *)"ListBox_IsSorted", (PyCFunction) _wrap_ListBox_IsSorted, METH_VARARGS | METH_KEYWORDS },
31466 { (char *)"ListBox_SetItemForegroundColour", (PyCFunction) _wrap_ListBox_SetItemForegroundColour, METH_VARARGS | METH_KEYWORDS },
31467 { (char *)"ListBox_SetItemBackgroundColour", (PyCFunction) _wrap_ListBox_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31468 { (char *)"ListBox_SetItemFont", (PyCFunction) _wrap_ListBox_SetItemFont, METH_VARARGS | METH_KEYWORDS },
31469 { (char *)"ListBox_GetClassDefaultAttributes", (PyCFunction) _wrap_ListBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31470 { (char *)"ListBox_swigregister", ListBox_swigregister, METH_VARARGS },
31471 { (char *)"new_CheckListBox", (PyCFunction) _wrap_new_CheckListBox, METH_VARARGS | METH_KEYWORDS },
31472 { (char *)"new_PreCheckListBox", (PyCFunction) _wrap_new_PreCheckListBox, METH_VARARGS | METH_KEYWORDS },
31473 { (char *)"CheckListBox_Create", (PyCFunction) _wrap_CheckListBox_Create, METH_VARARGS | METH_KEYWORDS },
31474 { (char *)"CheckListBox_IsChecked", (PyCFunction) _wrap_CheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
31475 { (char *)"CheckListBox_Check", (PyCFunction) _wrap_CheckListBox_Check, METH_VARARGS | METH_KEYWORDS },
31476 { (char *)"CheckListBox_GetItemHeight", (PyCFunction) _wrap_CheckListBox_GetItemHeight, METH_VARARGS | METH_KEYWORDS },
31477 { (char *)"CheckListBox_HitTest", (PyCFunction) _wrap_CheckListBox_HitTest, METH_VARARGS | METH_KEYWORDS },
31478 { (char *)"CheckListBox_HitTestXY", (PyCFunction) _wrap_CheckListBox_HitTestXY, METH_VARARGS | METH_KEYWORDS },
31479 { (char *)"CheckListBox_swigregister", CheckListBox_swigregister, METH_VARARGS },
31480 { (char *)"new_TextAttr", _wrap_new_TextAttr, METH_VARARGS },
31481 { (char *)"delete_TextAttr", (PyCFunction) _wrap_delete_TextAttr, METH_VARARGS | METH_KEYWORDS },
31482 { (char *)"TextAttr_Init", (PyCFunction) _wrap_TextAttr_Init, METH_VARARGS | METH_KEYWORDS },
31483 { (char *)"TextAttr_SetTextColour", (PyCFunction) _wrap_TextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
31484 { (char *)"TextAttr_SetBackgroundColour", (PyCFunction) _wrap_TextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31485 { (char *)"TextAttr_SetFont", (PyCFunction) _wrap_TextAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
31486 { (char *)"TextAttr_SetAlignment", (PyCFunction) _wrap_TextAttr_SetAlignment, METH_VARARGS | METH_KEYWORDS },
31487 { (char *)"TextAttr_SetTabs", (PyCFunction) _wrap_TextAttr_SetTabs, METH_VARARGS | METH_KEYWORDS },
31488 { (char *)"TextAttr_SetLeftIndent", (PyCFunction) _wrap_TextAttr_SetLeftIndent, METH_VARARGS | METH_KEYWORDS },
31489 { (char *)"TextAttr_SetRightIndent", (PyCFunction) _wrap_TextAttr_SetRightIndent, METH_VARARGS | METH_KEYWORDS },
31490 { (char *)"TextAttr_SetFlags", (PyCFunction) _wrap_TextAttr_SetFlags, METH_VARARGS | METH_KEYWORDS },
31491 { (char *)"TextAttr_HasTextColour", (PyCFunction) _wrap_TextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
31492 { (char *)"TextAttr_HasBackgroundColour", (PyCFunction) _wrap_TextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31493 { (char *)"TextAttr_HasFont", (PyCFunction) _wrap_TextAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
31494 { (char *)"TextAttr_HasAlignment", (PyCFunction) _wrap_TextAttr_HasAlignment, METH_VARARGS | METH_KEYWORDS },
31495 { (char *)"TextAttr_HasTabs", (PyCFunction) _wrap_TextAttr_HasTabs, METH_VARARGS | METH_KEYWORDS },
31496 { (char *)"TextAttr_HasLeftIndent", (PyCFunction) _wrap_TextAttr_HasLeftIndent, METH_VARARGS | METH_KEYWORDS },
31497 { (char *)"TextAttr_HasRightIndent", (PyCFunction) _wrap_TextAttr_HasRightIndent, METH_VARARGS | METH_KEYWORDS },
31498 { (char *)"TextAttr_HasFlag", (PyCFunction) _wrap_TextAttr_HasFlag, METH_VARARGS | METH_KEYWORDS },
31499 { (char *)"TextAttr_GetTextColour", (PyCFunction) _wrap_TextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
31500 { (char *)"TextAttr_GetBackgroundColour", (PyCFunction) _wrap_TextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31501 { (char *)"TextAttr_GetFont", (PyCFunction) _wrap_TextAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
31502 { (char *)"TextAttr_GetAlignment", (PyCFunction) _wrap_TextAttr_GetAlignment, METH_VARARGS | METH_KEYWORDS },
31503 { (char *)"TextAttr_GetTabs", (PyCFunction) _wrap_TextAttr_GetTabs, METH_VARARGS | METH_KEYWORDS },
31504 { (char *)"TextAttr_GetLeftIndent", (PyCFunction) _wrap_TextAttr_GetLeftIndent, METH_VARARGS | METH_KEYWORDS },
31505 { (char *)"TextAttr_GetLeftSubIndent", (PyCFunction) _wrap_TextAttr_GetLeftSubIndent, METH_VARARGS | METH_KEYWORDS },
31506 { (char *)"TextAttr_GetRightIndent", (PyCFunction) _wrap_TextAttr_GetRightIndent, METH_VARARGS | METH_KEYWORDS },
31507 { (char *)"TextAttr_GetFlags", (PyCFunction) _wrap_TextAttr_GetFlags, METH_VARARGS | METH_KEYWORDS },
31508 { (char *)"TextAttr_IsDefault", (PyCFunction) _wrap_TextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS },
31509 { (char *)"TextAttr_Combine", (PyCFunction) _wrap_TextAttr_Combine, METH_VARARGS | METH_KEYWORDS },
31510 { (char *)"TextAttr_swigregister", TextAttr_swigregister, METH_VARARGS },
31511 { (char *)"new_TextCtrl", (PyCFunction) _wrap_new_TextCtrl, METH_VARARGS | METH_KEYWORDS },
31512 { (char *)"new_PreTextCtrl", (PyCFunction) _wrap_new_PreTextCtrl, METH_VARARGS | METH_KEYWORDS },
31513 { (char *)"TextCtrl_Create", (PyCFunction) _wrap_TextCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31514 { (char *)"TextCtrl_GetValue", (PyCFunction) _wrap_TextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
31515 { (char *)"TextCtrl_SetValue", (PyCFunction) _wrap_TextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
31516 { (char *)"TextCtrl_GetRange", (PyCFunction) _wrap_TextCtrl_GetRange, METH_VARARGS | METH_KEYWORDS },
31517 { (char *)"TextCtrl_GetLineLength", (PyCFunction) _wrap_TextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS },
31518 { (char *)"TextCtrl_GetLineText", (PyCFunction) _wrap_TextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS },
31519 { (char *)"TextCtrl_GetNumberOfLines", (PyCFunction) _wrap_TextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS },
31520 { (char *)"TextCtrl_IsModified", (PyCFunction) _wrap_TextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS },
31521 { (char *)"TextCtrl_IsEditable", (PyCFunction) _wrap_TextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS },
31522 { (char *)"TextCtrl_IsSingleLine", (PyCFunction) _wrap_TextCtrl_IsSingleLine, METH_VARARGS | METH_KEYWORDS },
31523 { (char *)"TextCtrl_IsMultiLine", (PyCFunction) _wrap_TextCtrl_IsMultiLine, METH_VARARGS | METH_KEYWORDS },
31524 { (char *)"TextCtrl_GetSelection", (PyCFunction) _wrap_TextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
31525 { (char *)"TextCtrl_GetStringSelection", (PyCFunction) _wrap_TextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
31526 { (char *)"TextCtrl_Clear", (PyCFunction) _wrap_TextCtrl_Clear, METH_VARARGS | METH_KEYWORDS },
31527 { (char *)"TextCtrl_Replace", (PyCFunction) _wrap_TextCtrl_Replace, METH_VARARGS | METH_KEYWORDS },
31528 { (char *)"TextCtrl_Remove", (PyCFunction) _wrap_TextCtrl_Remove, METH_VARARGS | METH_KEYWORDS },
31529 { (char *)"TextCtrl_LoadFile", (PyCFunction) _wrap_TextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS },
31530 { (char *)"TextCtrl_SaveFile", (PyCFunction) _wrap_TextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS },
31531 { (char *)"TextCtrl_MarkDirty", (PyCFunction) _wrap_TextCtrl_MarkDirty, METH_VARARGS | METH_KEYWORDS },
31532 { (char *)"TextCtrl_DiscardEdits", (PyCFunction) _wrap_TextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS },
31533 { (char *)"TextCtrl_SetMaxLength", (PyCFunction) _wrap_TextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS },
31534 { (char *)"TextCtrl_WriteText", (PyCFunction) _wrap_TextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS },
31535 { (char *)"TextCtrl_AppendText", (PyCFunction) _wrap_TextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS },
31536 { (char *)"TextCtrl_EmulateKeyPress", (PyCFunction) _wrap_TextCtrl_EmulateKeyPress, METH_VARARGS | METH_KEYWORDS },
31537 { (char *)"TextCtrl_SetStyle", (PyCFunction) _wrap_TextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS },
31538 { (char *)"TextCtrl_GetStyle", (PyCFunction) _wrap_TextCtrl_GetStyle, METH_VARARGS | METH_KEYWORDS },
31539 { (char *)"TextCtrl_SetDefaultStyle", (PyCFunction) _wrap_TextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
31540 { (char *)"TextCtrl_GetDefaultStyle", (PyCFunction) _wrap_TextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
31541 { (char *)"TextCtrl_XYToPosition", (PyCFunction) _wrap_TextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS },
31542 { (char *)"TextCtrl_PositionToXY", (PyCFunction) _wrap_TextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS },
31543 { (char *)"TextCtrl_ShowPosition", (PyCFunction) _wrap_TextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS },
31544 { (char *)"TextCtrl_HitTest", (PyCFunction) _wrap_TextCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
31545 { (char *)"TextCtrl_Copy", (PyCFunction) _wrap_TextCtrl_Copy, METH_VARARGS | METH_KEYWORDS },
31546 { (char *)"TextCtrl_Cut", (PyCFunction) _wrap_TextCtrl_Cut, METH_VARARGS | METH_KEYWORDS },
31547 { (char *)"TextCtrl_Paste", (PyCFunction) _wrap_TextCtrl_Paste, METH_VARARGS | METH_KEYWORDS },
31548 { (char *)"TextCtrl_CanCopy", (PyCFunction) _wrap_TextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS },
31549 { (char *)"TextCtrl_CanCut", (PyCFunction) _wrap_TextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS },
31550 { (char *)"TextCtrl_CanPaste", (PyCFunction) _wrap_TextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS },
31551 { (char *)"TextCtrl_Undo", (PyCFunction) _wrap_TextCtrl_Undo, METH_VARARGS | METH_KEYWORDS },
31552 { (char *)"TextCtrl_Redo", (PyCFunction) _wrap_TextCtrl_Redo, METH_VARARGS | METH_KEYWORDS },
31553 { (char *)"TextCtrl_CanUndo", (PyCFunction) _wrap_TextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS },
31554 { (char *)"TextCtrl_CanRedo", (PyCFunction) _wrap_TextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS },
31555 { (char *)"TextCtrl_SetInsertionPoint", (PyCFunction) _wrap_TextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
31556 { (char *)"TextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_TextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
31557 { (char *)"TextCtrl_GetInsertionPoint", (PyCFunction) _wrap_TextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
31558 { (char *)"TextCtrl_GetLastPosition", (PyCFunction) _wrap_TextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
31559 { (char *)"TextCtrl_SetSelection", (PyCFunction) _wrap_TextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
31560 { (char *)"TextCtrl_SelectAll", (PyCFunction) _wrap_TextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS },
31561 { (char *)"TextCtrl_SetEditable", (PyCFunction) _wrap_TextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS },
31562 { (char *)"TextCtrl_ShowNativeCaret", (PyCFunction) _wrap_TextCtrl_ShowNativeCaret, METH_VARARGS | METH_KEYWORDS },
31563 { (char *)"TextCtrl_HideNativeCaret", (PyCFunction) _wrap_TextCtrl_HideNativeCaret, METH_VARARGS | METH_KEYWORDS },
31564 { (char *)"TextCtrl_write", (PyCFunction) _wrap_TextCtrl_write, METH_VARARGS | METH_KEYWORDS },
31565 { (char *)"TextCtrl_GetString", (PyCFunction) _wrap_TextCtrl_GetString, METH_VARARGS | METH_KEYWORDS },
31566 { (char *)"TextCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_TextCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31567 { (char *)"TextCtrl_swigregister", TextCtrl_swigregister, METH_VARARGS },
31568 { (char *)"new_TextUrlEvent", (PyCFunction) _wrap_new_TextUrlEvent, METH_VARARGS | METH_KEYWORDS },
31569 { (char *)"TextUrlEvent_GetMouseEvent", (PyCFunction) _wrap_TextUrlEvent_GetMouseEvent, METH_VARARGS | METH_KEYWORDS },
31570 { (char *)"TextUrlEvent_GetURLStart", (PyCFunction) _wrap_TextUrlEvent_GetURLStart, METH_VARARGS | METH_KEYWORDS },
31571 { (char *)"TextUrlEvent_GetURLEnd", (PyCFunction) _wrap_TextUrlEvent_GetURLEnd, METH_VARARGS | METH_KEYWORDS },
31572 { (char *)"TextUrlEvent_swigregister", TextUrlEvent_swigregister, METH_VARARGS },
31573 { (char *)"new_ScrollBar", (PyCFunction) _wrap_new_ScrollBar, METH_VARARGS | METH_KEYWORDS },
31574 { (char *)"new_PreScrollBar", (PyCFunction) _wrap_new_PreScrollBar, METH_VARARGS | METH_KEYWORDS },
31575 { (char *)"ScrollBar_Create", (PyCFunction) _wrap_ScrollBar_Create, METH_VARARGS | METH_KEYWORDS },
31576 { (char *)"ScrollBar_GetThumbPosition", (PyCFunction) _wrap_ScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS },
31577 { (char *)"ScrollBar_GetThumbSize", (PyCFunction) _wrap_ScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
31578 { (char *)"ScrollBar_GetPageSize", (PyCFunction) _wrap_ScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS },
31579 { (char *)"ScrollBar_GetRange", (PyCFunction) _wrap_ScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS },
31580 { (char *)"ScrollBar_IsVertical", (PyCFunction) _wrap_ScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS },
31581 { (char *)"ScrollBar_SetThumbPosition", (PyCFunction) _wrap_ScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS },
31582 { (char *)"ScrollBar_SetScrollbar", (PyCFunction) _wrap_ScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS },
31583 { (char *)"ScrollBar_GetClassDefaultAttributes", (PyCFunction) _wrap_ScrollBar_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31584 { (char *)"ScrollBar_swigregister", ScrollBar_swigregister, METH_VARARGS },
31585 { (char *)"new_SpinButton", (PyCFunction) _wrap_new_SpinButton, METH_VARARGS | METH_KEYWORDS },
31586 { (char *)"new_PreSpinButton", (PyCFunction) _wrap_new_PreSpinButton, METH_VARARGS | METH_KEYWORDS },
31587 { (char *)"SpinButton_Create", (PyCFunction) _wrap_SpinButton_Create, METH_VARARGS | METH_KEYWORDS },
31588 { (char *)"SpinButton_GetValue", (PyCFunction) _wrap_SpinButton_GetValue, METH_VARARGS | METH_KEYWORDS },
31589 { (char *)"SpinButton_GetMin", (PyCFunction) _wrap_SpinButton_GetMin, METH_VARARGS | METH_KEYWORDS },
31590 { (char *)"SpinButton_GetMax", (PyCFunction) _wrap_SpinButton_GetMax, METH_VARARGS | METH_KEYWORDS },
31591 { (char *)"SpinButton_SetValue", (PyCFunction) _wrap_SpinButton_SetValue, METH_VARARGS | METH_KEYWORDS },
31592 { (char *)"SpinButton_SetMin", (PyCFunction) _wrap_SpinButton_SetMin, METH_VARARGS | METH_KEYWORDS },
31593 { (char *)"SpinButton_SetMax", (PyCFunction) _wrap_SpinButton_SetMax, METH_VARARGS | METH_KEYWORDS },
31594 { (char *)"SpinButton_SetRange", (PyCFunction) _wrap_SpinButton_SetRange, METH_VARARGS | METH_KEYWORDS },
31595 { (char *)"SpinButton_IsVertical", (PyCFunction) _wrap_SpinButton_IsVertical, METH_VARARGS | METH_KEYWORDS },
31596 { (char *)"SpinButton_GetClassDefaultAttributes", (PyCFunction) _wrap_SpinButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31597 { (char *)"SpinButton_swigregister", SpinButton_swigregister, METH_VARARGS },
31598 { (char *)"new_SpinCtrl", (PyCFunction) _wrap_new_SpinCtrl, METH_VARARGS | METH_KEYWORDS },
31599 { (char *)"new_PreSpinCtrl", (PyCFunction) _wrap_new_PreSpinCtrl, METH_VARARGS | METH_KEYWORDS },
31600 { (char *)"SpinCtrl_Create", (PyCFunction) _wrap_SpinCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31601 { (char *)"SpinCtrl_GetValue", (PyCFunction) _wrap_SpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
31602 { (char *)"SpinCtrl_SetValue", (PyCFunction) _wrap_SpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
31603 { (char *)"SpinCtrl_SetValueString", (PyCFunction) _wrap_SpinCtrl_SetValueString, METH_VARARGS | METH_KEYWORDS },
31604 { (char *)"SpinCtrl_SetRange", (PyCFunction) _wrap_SpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS },
31605 { (char *)"SpinCtrl_GetMin", (PyCFunction) _wrap_SpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS },
31606 { (char *)"SpinCtrl_GetMax", (PyCFunction) _wrap_SpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS },
31607 { (char *)"SpinCtrl_SetSelection", (PyCFunction) _wrap_SpinCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
31608 { (char *)"SpinCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_SpinCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31609 { (char *)"SpinCtrl_swigregister", SpinCtrl_swigregister, METH_VARARGS },
31610 { (char *)"new_SpinEvent", (PyCFunction) _wrap_new_SpinEvent, METH_VARARGS | METH_KEYWORDS },
31611 { (char *)"SpinEvent_GetPosition", (PyCFunction) _wrap_SpinEvent_GetPosition, METH_VARARGS | METH_KEYWORDS },
31612 { (char *)"SpinEvent_SetPosition", (PyCFunction) _wrap_SpinEvent_SetPosition, METH_VARARGS | METH_KEYWORDS },
31613 { (char *)"SpinEvent_swigregister", SpinEvent_swigregister, METH_VARARGS },
31614 { (char *)"new_RadioBox", (PyCFunction) _wrap_new_RadioBox, METH_VARARGS | METH_KEYWORDS },
31615 { (char *)"new_PreRadioBox", (PyCFunction) _wrap_new_PreRadioBox, METH_VARARGS | METH_KEYWORDS },
31616 { (char *)"RadioBox_Create", (PyCFunction) _wrap_RadioBox_Create, METH_VARARGS | METH_KEYWORDS },
31617 { (char *)"RadioBox_SetSelection", (PyCFunction) _wrap_RadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
31618 { (char *)"RadioBox_GetSelection", (PyCFunction) _wrap_RadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS },
31619 { (char *)"RadioBox_GetStringSelection", (PyCFunction) _wrap_RadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
31620 { (char *)"RadioBox_SetStringSelection", (PyCFunction) _wrap_RadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
31621 { (char *)"RadioBox_GetCount", (PyCFunction) _wrap_RadioBox_GetCount, METH_VARARGS | METH_KEYWORDS },
31622 { (char *)"RadioBox_FindString", (PyCFunction) _wrap_RadioBox_FindString, METH_VARARGS | METH_KEYWORDS },
31623 { (char *)"RadioBox_GetString", (PyCFunction) _wrap_RadioBox_GetString, METH_VARARGS | METH_KEYWORDS },
31624 { (char *)"RadioBox_SetString", (PyCFunction) _wrap_RadioBox_SetString, METH_VARARGS | METH_KEYWORDS },
31625 { (char *)"RadioBox_EnableItem", (PyCFunction) _wrap_RadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS },
31626 { (char *)"RadioBox_ShowItem", (PyCFunction) _wrap_RadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS },
31627 { (char *)"RadioBox_GetColumnCount", (PyCFunction) _wrap_RadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
31628 { (char *)"RadioBox_GetRowCount", (PyCFunction) _wrap_RadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS },
31629 { (char *)"RadioBox_GetNextItem", (PyCFunction) _wrap_RadioBox_GetNextItem, METH_VARARGS | METH_KEYWORDS },
31630 { (char *)"RadioBox_GetClassDefaultAttributes", (PyCFunction) _wrap_RadioBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31631 { (char *)"RadioBox_swigregister", RadioBox_swigregister, METH_VARARGS },
31632 { (char *)"new_RadioButton", (PyCFunction) _wrap_new_RadioButton, METH_VARARGS | METH_KEYWORDS },
31633 { (char *)"new_PreRadioButton", (PyCFunction) _wrap_new_PreRadioButton, METH_VARARGS | METH_KEYWORDS },
31634 { (char *)"RadioButton_Create", (PyCFunction) _wrap_RadioButton_Create, METH_VARARGS | METH_KEYWORDS },
31635 { (char *)"RadioButton_GetValue", (PyCFunction) _wrap_RadioButton_GetValue, METH_VARARGS | METH_KEYWORDS },
31636 { (char *)"RadioButton_SetValue", (PyCFunction) _wrap_RadioButton_SetValue, METH_VARARGS | METH_KEYWORDS },
31637 { (char *)"RadioButton_GetClassDefaultAttributes", (PyCFunction) _wrap_RadioButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31638 { (char *)"RadioButton_swigregister", RadioButton_swigregister, METH_VARARGS },
31639 { (char *)"new_Slider", (PyCFunction) _wrap_new_Slider, METH_VARARGS | METH_KEYWORDS },
31640 { (char *)"new_PreSlider", (PyCFunction) _wrap_new_PreSlider, METH_VARARGS | METH_KEYWORDS },
31641 { (char *)"Slider_Create", (PyCFunction) _wrap_Slider_Create, METH_VARARGS | METH_KEYWORDS },
31642 { (char *)"Slider_GetValue", (PyCFunction) _wrap_Slider_GetValue, METH_VARARGS | METH_KEYWORDS },
31643 { (char *)"Slider_SetValue", (PyCFunction) _wrap_Slider_SetValue, METH_VARARGS | METH_KEYWORDS },
31644 { (char *)"Slider_SetRange", (PyCFunction) _wrap_Slider_SetRange, METH_VARARGS | METH_KEYWORDS },
31645 { (char *)"Slider_GetMin", (PyCFunction) _wrap_Slider_GetMin, METH_VARARGS | METH_KEYWORDS },
31646 { (char *)"Slider_GetMax", (PyCFunction) _wrap_Slider_GetMax, METH_VARARGS | METH_KEYWORDS },
31647 { (char *)"Slider_SetMin", (PyCFunction) _wrap_Slider_SetMin, METH_VARARGS | METH_KEYWORDS },
31648 { (char *)"Slider_SetMax", (PyCFunction) _wrap_Slider_SetMax, METH_VARARGS | METH_KEYWORDS },
31649 { (char *)"Slider_SetLineSize", (PyCFunction) _wrap_Slider_SetLineSize, METH_VARARGS | METH_KEYWORDS },
31650 { (char *)"Slider_SetPageSize", (PyCFunction) _wrap_Slider_SetPageSize, METH_VARARGS | METH_KEYWORDS },
31651 { (char *)"Slider_GetLineSize", (PyCFunction) _wrap_Slider_GetLineSize, METH_VARARGS | METH_KEYWORDS },
31652 { (char *)"Slider_GetPageSize", (PyCFunction) _wrap_Slider_GetPageSize, METH_VARARGS | METH_KEYWORDS },
31653 { (char *)"Slider_SetThumbLength", (PyCFunction) _wrap_Slider_SetThumbLength, METH_VARARGS | METH_KEYWORDS },
31654 { (char *)"Slider_GetThumbLength", (PyCFunction) _wrap_Slider_GetThumbLength, METH_VARARGS | METH_KEYWORDS },
31655 { (char *)"Slider_SetTickFreq", (PyCFunction) _wrap_Slider_SetTickFreq, METH_VARARGS | METH_KEYWORDS },
31656 { (char *)"Slider_GetTickFreq", (PyCFunction) _wrap_Slider_GetTickFreq, METH_VARARGS | METH_KEYWORDS },
31657 { (char *)"Slider_ClearTicks", (PyCFunction) _wrap_Slider_ClearTicks, METH_VARARGS | METH_KEYWORDS },
31658 { (char *)"Slider_SetTick", (PyCFunction) _wrap_Slider_SetTick, METH_VARARGS | METH_KEYWORDS },
31659 { (char *)"Slider_ClearSel", (PyCFunction) _wrap_Slider_ClearSel, METH_VARARGS | METH_KEYWORDS },
31660 { (char *)"Slider_GetSelEnd", (PyCFunction) _wrap_Slider_GetSelEnd, METH_VARARGS | METH_KEYWORDS },
31661 { (char *)"Slider_GetSelStart", (PyCFunction) _wrap_Slider_GetSelStart, METH_VARARGS | METH_KEYWORDS },
31662 { (char *)"Slider_SetSelection", (PyCFunction) _wrap_Slider_SetSelection, METH_VARARGS | METH_KEYWORDS },
31663 { (char *)"Slider_GetClassDefaultAttributes", (PyCFunction) _wrap_Slider_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31664 { (char *)"Slider_swigregister", Slider_swigregister, METH_VARARGS },
31665 { (char *)"new_ToggleButton", (PyCFunction) _wrap_new_ToggleButton, METH_VARARGS | METH_KEYWORDS },
31666 { (char *)"new_PreToggleButton", (PyCFunction) _wrap_new_PreToggleButton, METH_VARARGS | METH_KEYWORDS },
31667 { (char *)"ToggleButton_Create", (PyCFunction) _wrap_ToggleButton_Create, METH_VARARGS | METH_KEYWORDS },
31668 { (char *)"ToggleButton_SetValue", (PyCFunction) _wrap_ToggleButton_SetValue, METH_VARARGS | METH_KEYWORDS },
31669 { (char *)"ToggleButton_GetValue", (PyCFunction) _wrap_ToggleButton_GetValue, METH_VARARGS | METH_KEYWORDS },
31670 { (char *)"ToggleButton_SetLabel", (PyCFunction) _wrap_ToggleButton_SetLabel, METH_VARARGS | METH_KEYWORDS },
31671 { (char *)"ToggleButton_GetClassDefaultAttributes", (PyCFunction) _wrap_ToggleButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31672 { (char *)"ToggleButton_swigregister", ToggleButton_swigregister, METH_VARARGS },
31673 { (char *)"BookCtrl_GetPageCount", (PyCFunction) _wrap_BookCtrl_GetPageCount, METH_VARARGS | METH_KEYWORDS },
31674 { (char *)"BookCtrl_GetPage", (PyCFunction) _wrap_BookCtrl_GetPage, METH_VARARGS | METH_KEYWORDS },
31675 { (char *)"BookCtrl_GetSelection", (PyCFunction) _wrap_BookCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
31676 { (char *)"BookCtrl_SetPageText", (PyCFunction) _wrap_BookCtrl_SetPageText, METH_VARARGS | METH_KEYWORDS },
31677 { (char *)"BookCtrl_GetPageText", (PyCFunction) _wrap_BookCtrl_GetPageText, METH_VARARGS | METH_KEYWORDS },
31678 { (char *)"BookCtrl_SetImageList", (PyCFunction) _wrap_BookCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
31679 { (char *)"BookCtrl_AssignImageList", (PyCFunction) _wrap_BookCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
31680 { (char *)"BookCtrl_GetImageList", (PyCFunction) _wrap_BookCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
31681 { (char *)"BookCtrl_GetPageImage", (PyCFunction) _wrap_BookCtrl_GetPageImage, METH_VARARGS | METH_KEYWORDS },
31682 { (char *)"BookCtrl_SetPageImage", (PyCFunction) _wrap_BookCtrl_SetPageImage, METH_VARARGS | METH_KEYWORDS },
31683 { (char *)"BookCtrl_SetPageSize", (PyCFunction) _wrap_BookCtrl_SetPageSize, METH_VARARGS | METH_KEYWORDS },
31684 { (char *)"BookCtrl_CalcSizeFromPage", (PyCFunction) _wrap_BookCtrl_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS },
31685 { (char *)"BookCtrl_DeletePage", (PyCFunction) _wrap_BookCtrl_DeletePage, METH_VARARGS | METH_KEYWORDS },
31686 { (char *)"BookCtrl_RemovePage", (PyCFunction) _wrap_BookCtrl_RemovePage, METH_VARARGS | METH_KEYWORDS },
31687 { (char *)"BookCtrl_DeleteAllPages", (PyCFunction) _wrap_BookCtrl_DeleteAllPages, METH_VARARGS | METH_KEYWORDS },
31688 { (char *)"BookCtrl_AddPage", (PyCFunction) _wrap_BookCtrl_AddPage, METH_VARARGS | METH_KEYWORDS },
31689 { (char *)"BookCtrl_InsertPage", (PyCFunction) _wrap_BookCtrl_InsertPage, METH_VARARGS | METH_KEYWORDS },
31690 { (char *)"BookCtrl_SetSelection", (PyCFunction) _wrap_BookCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
31691 { (char *)"BookCtrl_AdvanceSelection", (PyCFunction) _wrap_BookCtrl_AdvanceSelection, METH_VARARGS | METH_KEYWORDS },
31692 { (char *)"BookCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_BookCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31693 { (char *)"BookCtrl_swigregister", BookCtrl_swigregister, METH_VARARGS },
31694 { (char *)"new_BookCtrlEvent", (PyCFunction) _wrap_new_BookCtrlEvent, METH_VARARGS | METH_KEYWORDS },
31695 { (char *)"BookCtrlEvent_GetSelection", (PyCFunction) _wrap_BookCtrlEvent_GetSelection, METH_VARARGS | METH_KEYWORDS },
31696 { (char *)"BookCtrlEvent_SetSelection", (PyCFunction) _wrap_BookCtrlEvent_SetSelection, METH_VARARGS | METH_KEYWORDS },
31697 { (char *)"BookCtrlEvent_GetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_GetOldSelection, METH_VARARGS | METH_KEYWORDS },
31698 { (char *)"BookCtrlEvent_SetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_SetOldSelection, METH_VARARGS | METH_KEYWORDS },
31699 { (char *)"BookCtrlEvent_swigregister", BookCtrlEvent_swigregister, METH_VARARGS },
31700 { (char *)"new_Notebook", (PyCFunction) _wrap_new_Notebook, METH_VARARGS | METH_KEYWORDS },
31701 { (char *)"new_PreNotebook", (PyCFunction) _wrap_new_PreNotebook, METH_VARARGS | METH_KEYWORDS },
31702 { (char *)"Notebook_Create", (PyCFunction) _wrap_Notebook_Create, METH_VARARGS | METH_KEYWORDS },
31703 { (char *)"Notebook_GetRowCount", (PyCFunction) _wrap_Notebook_GetRowCount, METH_VARARGS | METH_KEYWORDS },
31704 { (char *)"Notebook_SetPadding", (PyCFunction) _wrap_Notebook_SetPadding, METH_VARARGS | METH_KEYWORDS },
31705 { (char *)"Notebook_SetTabSize", (PyCFunction) _wrap_Notebook_SetTabSize, METH_VARARGS | METH_KEYWORDS },
31706 { (char *)"Notebook_HitTest", (PyCFunction) _wrap_Notebook_HitTest, METH_VARARGS | METH_KEYWORDS },
31707 { (char *)"Notebook_CalcSizeFromPage", (PyCFunction) _wrap_Notebook_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS },
31708 { (char *)"Notebook_ApplyThemeBackground", (PyCFunction) _wrap_Notebook_ApplyThemeBackground, METH_VARARGS | METH_KEYWORDS },
31709 { (char *)"Notebook_GetClassDefaultAttributes", (PyCFunction) _wrap_Notebook_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31710 { (char *)"Notebook_swigregister", Notebook_swigregister, METH_VARARGS },
31711 { (char *)"new_NotebookEvent", (PyCFunction) _wrap_new_NotebookEvent, METH_VARARGS | METH_KEYWORDS },
31712 { (char *)"NotebookEvent_swigregister", NotebookEvent_swigregister, METH_VARARGS },
31713 { (char *)"new_Listbook", (PyCFunction) _wrap_new_Listbook, METH_VARARGS | METH_KEYWORDS },
31714 { (char *)"new_PreListbook", (PyCFunction) _wrap_new_PreListbook, METH_VARARGS | METH_KEYWORDS },
31715 { (char *)"Listbook_Create", (PyCFunction) _wrap_Listbook_Create, METH_VARARGS | METH_KEYWORDS },
31716 { (char *)"Listbook_IsVertical", (PyCFunction) _wrap_Listbook_IsVertical, METH_VARARGS | METH_KEYWORDS },
31717 { (char *)"Listbook_swigregister", Listbook_swigregister, METH_VARARGS },
31718 { (char *)"new_ListbookEvent", (PyCFunction) _wrap_new_ListbookEvent, METH_VARARGS | METH_KEYWORDS },
31719 { (char *)"ListbookEvent_swigregister", ListbookEvent_swigregister, METH_VARARGS },
31720 { (char *)"new_BookCtrlSizer", (PyCFunction) _wrap_new_BookCtrlSizer, METH_VARARGS | METH_KEYWORDS },
31721 { (char *)"BookCtrlSizer_RecalcSizes", (PyCFunction) _wrap_BookCtrlSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS },
31722 { (char *)"BookCtrlSizer_CalcMin", (PyCFunction) _wrap_BookCtrlSizer_CalcMin, METH_VARARGS | METH_KEYWORDS },
31723 { (char *)"BookCtrlSizer_GetControl", (PyCFunction) _wrap_BookCtrlSizer_GetControl, METH_VARARGS | METH_KEYWORDS },
31724 { (char *)"BookCtrlSizer_swigregister", BookCtrlSizer_swigregister, METH_VARARGS },
31725 { (char *)"new_NotebookSizer", (PyCFunction) _wrap_new_NotebookSizer, METH_VARARGS | METH_KEYWORDS },
31726 { (char *)"NotebookSizer_RecalcSizes", (PyCFunction) _wrap_NotebookSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS },
31727 { (char *)"NotebookSizer_CalcMin", (PyCFunction) _wrap_NotebookSizer_CalcMin, METH_VARARGS | METH_KEYWORDS },
31728 { (char *)"NotebookSizer_GetNotebook", (PyCFunction) _wrap_NotebookSizer_GetNotebook, METH_VARARGS | METH_KEYWORDS },
31729 { (char *)"NotebookSizer_swigregister", NotebookSizer_swigregister, METH_VARARGS },
31730 { (char *)"ToolBarToolBase_GetId", (PyCFunction) _wrap_ToolBarToolBase_GetId, METH_VARARGS | METH_KEYWORDS },
31731 { (char *)"ToolBarToolBase_GetControl", (PyCFunction) _wrap_ToolBarToolBase_GetControl, METH_VARARGS | METH_KEYWORDS },
31732 { (char *)"ToolBarToolBase_GetToolBar", (PyCFunction) _wrap_ToolBarToolBase_GetToolBar, METH_VARARGS | METH_KEYWORDS },
31733 { (char *)"ToolBarToolBase_IsButton", (PyCFunction) _wrap_ToolBarToolBase_IsButton, METH_VARARGS | METH_KEYWORDS },
31734 { (char *)"ToolBarToolBase_IsControl", (PyCFunction) _wrap_ToolBarToolBase_IsControl, METH_VARARGS | METH_KEYWORDS },
31735 { (char *)"ToolBarToolBase_IsSeparator", (PyCFunction) _wrap_ToolBarToolBase_IsSeparator, METH_VARARGS | METH_KEYWORDS },
31736 { (char *)"ToolBarToolBase_GetStyle", (PyCFunction) _wrap_ToolBarToolBase_GetStyle, METH_VARARGS | METH_KEYWORDS },
31737 { (char *)"ToolBarToolBase_GetKind", (PyCFunction) _wrap_ToolBarToolBase_GetKind, METH_VARARGS | METH_KEYWORDS },
31738 { (char *)"ToolBarToolBase_IsEnabled", (PyCFunction) _wrap_ToolBarToolBase_IsEnabled, METH_VARARGS | METH_KEYWORDS },
31739 { (char *)"ToolBarToolBase_IsToggled", (PyCFunction) _wrap_ToolBarToolBase_IsToggled, METH_VARARGS | METH_KEYWORDS },
31740 { (char *)"ToolBarToolBase_CanBeToggled", (PyCFunction) _wrap_ToolBarToolBase_CanBeToggled, METH_VARARGS | METH_KEYWORDS },
31741 { (char *)"ToolBarToolBase_GetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetNormalBitmap, METH_VARARGS | METH_KEYWORDS },
31742 { (char *)"ToolBarToolBase_GetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetDisabledBitmap, METH_VARARGS | METH_KEYWORDS },
31743 { (char *)"ToolBarToolBase_GetBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetBitmap, METH_VARARGS | METH_KEYWORDS },
31744 { (char *)"ToolBarToolBase_GetLabel", (PyCFunction) _wrap_ToolBarToolBase_GetLabel, METH_VARARGS | METH_KEYWORDS },
31745 { (char *)"ToolBarToolBase_GetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_GetShortHelp, METH_VARARGS | METH_KEYWORDS },
31746 { (char *)"ToolBarToolBase_GetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_GetLongHelp, METH_VARARGS | METH_KEYWORDS },
31747 { (char *)"ToolBarToolBase_Enable", (PyCFunction) _wrap_ToolBarToolBase_Enable, METH_VARARGS | METH_KEYWORDS },
31748 { (char *)"ToolBarToolBase_Toggle", (PyCFunction) _wrap_ToolBarToolBase_Toggle, METH_VARARGS | METH_KEYWORDS },
31749 { (char *)"ToolBarToolBase_SetToggle", (PyCFunction) _wrap_ToolBarToolBase_SetToggle, METH_VARARGS | METH_KEYWORDS },
31750 { (char *)"ToolBarToolBase_SetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_SetShortHelp, METH_VARARGS | METH_KEYWORDS },
31751 { (char *)"ToolBarToolBase_SetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_SetLongHelp, METH_VARARGS | METH_KEYWORDS },
31752 { (char *)"ToolBarToolBase_SetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetNormalBitmap, METH_VARARGS | METH_KEYWORDS },
31753 { (char *)"ToolBarToolBase_SetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetDisabledBitmap, METH_VARARGS | METH_KEYWORDS },
31754 { (char *)"ToolBarToolBase_SetLabel", (PyCFunction) _wrap_ToolBarToolBase_SetLabel, METH_VARARGS | METH_KEYWORDS },
31755 { (char *)"ToolBarToolBase_Detach", (PyCFunction) _wrap_ToolBarToolBase_Detach, METH_VARARGS | METH_KEYWORDS },
31756 { (char *)"ToolBarToolBase_Attach", (PyCFunction) _wrap_ToolBarToolBase_Attach, METH_VARARGS | METH_KEYWORDS },
31757 { (char *)"ToolBarToolBase_GetClientData", (PyCFunction) _wrap_ToolBarToolBase_GetClientData, METH_VARARGS | METH_KEYWORDS },
31758 { (char *)"ToolBarToolBase_SetClientData", (PyCFunction) _wrap_ToolBarToolBase_SetClientData, METH_VARARGS | METH_KEYWORDS },
31759 { (char *)"ToolBarToolBase_swigregister", ToolBarToolBase_swigregister, METH_VARARGS },
31760 { (char *)"ToolBarBase_DoAddTool", (PyCFunction) _wrap_ToolBarBase_DoAddTool, METH_VARARGS | METH_KEYWORDS },
31761 { (char *)"ToolBarBase_DoInsertTool", (PyCFunction) _wrap_ToolBarBase_DoInsertTool, METH_VARARGS | METH_KEYWORDS },
31762 { (char *)"ToolBarBase_AddToolItem", (PyCFunction) _wrap_ToolBarBase_AddToolItem, METH_VARARGS | METH_KEYWORDS },
31763 { (char *)"ToolBarBase_InsertToolItem", (PyCFunction) _wrap_ToolBarBase_InsertToolItem, METH_VARARGS | METH_KEYWORDS },
31764 { (char *)"ToolBarBase_AddControl", (PyCFunction) _wrap_ToolBarBase_AddControl, METH_VARARGS | METH_KEYWORDS },
31765 { (char *)"ToolBarBase_InsertControl", (PyCFunction) _wrap_ToolBarBase_InsertControl, METH_VARARGS | METH_KEYWORDS },
31766 { (char *)"ToolBarBase_FindControl", (PyCFunction) _wrap_ToolBarBase_FindControl, METH_VARARGS | METH_KEYWORDS },
31767 { (char *)"ToolBarBase_AddSeparator", (PyCFunction) _wrap_ToolBarBase_AddSeparator, METH_VARARGS | METH_KEYWORDS },
31768 { (char *)"ToolBarBase_InsertSeparator", (PyCFunction) _wrap_ToolBarBase_InsertSeparator, METH_VARARGS | METH_KEYWORDS },
31769 { (char *)"ToolBarBase_RemoveTool", (PyCFunction) _wrap_ToolBarBase_RemoveTool, METH_VARARGS | METH_KEYWORDS },
31770 { (char *)"ToolBarBase_DeleteToolByPos", (PyCFunction) _wrap_ToolBarBase_DeleteToolByPos, METH_VARARGS | METH_KEYWORDS },
31771 { (char *)"ToolBarBase_DeleteTool", (PyCFunction) _wrap_ToolBarBase_DeleteTool, METH_VARARGS | METH_KEYWORDS },
31772 { (char *)"ToolBarBase_ClearTools", (PyCFunction) _wrap_ToolBarBase_ClearTools, METH_VARARGS | METH_KEYWORDS },
31773 { (char *)"ToolBarBase_Realize", (PyCFunction) _wrap_ToolBarBase_Realize, METH_VARARGS | METH_KEYWORDS },
31774 { (char *)"ToolBarBase_EnableTool", (PyCFunction) _wrap_ToolBarBase_EnableTool, METH_VARARGS | METH_KEYWORDS },
31775 { (char *)"ToolBarBase_ToggleTool", (PyCFunction) _wrap_ToolBarBase_ToggleTool, METH_VARARGS | METH_KEYWORDS },
31776 { (char *)"ToolBarBase_SetToggle", (PyCFunction) _wrap_ToolBarBase_SetToggle, METH_VARARGS | METH_KEYWORDS },
31777 { (char *)"ToolBarBase_GetToolClientData", (PyCFunction) _wrap_ToolBarBase_GetToolClientData, METH_VARARGS | METH_KEYWORDS },
31778 { (char *)"ToolBarBase_SetToolClientData", (PyCFunction) _wrap_ToolBarBase_SetToolClientData, METH_VARARGS | METH_KEYWORDS },
31779 { (char *)"ToolBarBase_GetToolPos", (PyCFunction) _wrap_ToolBarBase_GetToolPos, METH_VARARGS | METH_KEYWORDS },
31780 { (char *)"ToolBarBase_GetToolState", (PyCFunction) _wrap_ToolBarBase_GetToolState, METH_VARARGS | METH_KEYWORDS },
31781 { (char *)"ToolBarBase_GetToolEnabled", (PyCFunction) _wrap_ToolBarBase_GetToolEnabled, METH_VARARGS | METH_KEYWORDS },
31782 { (char *)"ToolBarBase_SetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_SetToolShortHelp, METH_VARARGS | METH_KEYWORDS },
31783 { (char *)"ToolBarBase_GetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_GetToolShortHelp, METH_VARARGS | METH_KEYWORDS },
31784 { (char *)"ToolBarBase_SetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_SetToolLongHelp, METH_VARARGS | METH_KEYWORDS },
31785 { (char *)"ToolBarBase_GetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_GetToolLongHelp, METH_VARARGS | METH_KEYWORDS },
31786 { (char *)"ToolBarBase_SetMarginsXY", (PyCFunction) _wrap_ToolBarBase_SetMarginsXY, METH_VARARGS | METH_KEYWORDS },
31787 { (char *)"ToolBarBase_SetMargins", (PyCFunction) _wrap_ToolBarBase_SetMargins, METH_VARARGS | METH_KEYWORDS },
31788 { (char *)"ToolBarBase_SetToolPacking", (PyCFunction) _wrap_ToolBarBase_SetToolPacking, METH_VARARGS | METH_KEYWORDS },
31789 { (char *)"ToolBarBase_SetToolSeparation", (PyCFunction) _wrap_ToolBarBase_SetToolSeparation, METH_VARARGS | METH_KEYWORDS },
31790 { (char *)"ToolBarBase_GetToolMargins", (PyCFunction) _wrap_ToolBarBase_GetToolMargins, METH_VARARGS | METH_KEYWORDS },
31791 { (char *)"ToolBarBase_GetMargins", (PyCFunction) _wrap_ToolBarBase_GetMargins, METH_VARARGS | METH_KEYWORDS },
31792 { (char *)"ToolBarBase_GetToolPacking", (PyCFunction) _wrap_ToolBarBase_GetToolPacking, METH_VARARGS | METH_KEYWORDS },
31793 { (char *)"ToolBarBase_GetToolSeparation", (PyCFunction) _wrap_ToolBarBase_GetToolSeparation, METH_VARARGS | METH_KEYWORDS },
31794 { (char *)"ToolBarBase_SetRows", (PyCFunction) _wrap_ToolBarBase_SetRows, METH_VARARGS | METH_KEYWORDS },
31795 { (char *)"ToolBarBase_SetMaxRowsCols", (PyCFunction) _wrap_ToolBarBase_SetMaxRowsCols, METH_VARARGS | METH_KEYWORDS },
31796 { (char *)"ToolBarBase_GetMaxRows", (PyCFunction) _wrap_ToolBarBase_GetMaxRows, METH_VARARGS | METH_KEYWORDS },
31797 { (char *)"ToolBarBase_GetMaxCols", (PyCFunction) _wrap_ToolBarBase_GetMaxCols, METH_VARARGS | METH_KEYWORDS },
31798 { (char *)"ToolBarBase_SetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_SetToolBitmapSize, METH_VARARGS | METH_KEYWORDS },
31799 { (char *)"ToolBarBase_GetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_GetToolBitmapSize, METH_VARARGS | METH_KEYWORDS },
31800 { (char *)"ToolBarBase_GetToolSize", (PyCFunction) _wrap_ToolBarBase_GetToolSize, METH_VARARGS | METH_KEYWORDS },
31801 { (char *)"ToolBarBase_FindToolForPosition", (PyCFunction) _wrap_ToolBarBase_FindToolForPosition, METH_VARARGS | METH_KEYWORDS },
31802 { (char *)"ToolBarBase_FindById", (PyCFunction) _wrap_ToolBarBase_FindById, METH_VARARGS | METH_KEYWORDS },
31803 { (char *)"ToolBarBase_IsVertical", (PyCFunction) _wrap_ToolBarBase_IsVertical, METH_VARARGS | METH_KEYWORDS },
31804 { (char *)"ToolBarBase_swigregister", ToolBarBase_swigregister, METH_VARARGS },
31805 { (char *)"new_ToolBar", (PyCFunction) _wrap_new_ToolBar, METH_VARARGS | METH_KEYWORDS },
31806 { (char *)"new_PreToolBar", (PyCFunction) _wrap_new_PreToolBar, METH_VARARGS | METH_KEYWORDS },
31807 { (char *)"ToolBar_Create", (PyCFunction) _wrap_ToolBar_Create, METH_VARARGS | METH_KEYWORDS },
31808 { (char *)"ToolBar_FindToolForPosition", (PyCFunction) _wrap_ToolBar_FindToolForPosition, METH_VARARGS | METH_KEYWORDS },
31809 { (char *)"ToolBar_GetClassDefaultAttributes", (PyCFunction) _wrap_ToolBar_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31810 { (char *)"ToolBar_swigregister", ToolBar_swigregister, METH_VARARGS },
31811 { (char *)"new_ListItemAttr", (PyCFunction) _wrap_new_ListItemAttr, METH_VARARGS | METH_KEYWORDS },
31812 { (char *)"ListItemAttr_SetTextColour", (PyCFunction) _wrap_ListItemAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
31813 { (char *)"ListItemAttr_SetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31814 { (char *)"ListItemAttr_SetFont", (PyCFunction) _wrap_ListItemAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
31815 { (char *)"ListItemAttr_HasTextColour", (PyCFunction) _wrap_ListItemAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
31816 { (char *)"ListItemAttr_HasBackgroundColour", (PyCFunction) _wrap_ListItemAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31817 { (char *)"ListItemAttr_HasFont", (PyCFunction) _wrap_ListItemAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
31818 { (char *)"ListItemAttr_GetTextColour", (PyCFunction) _wrap_ListItemAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
31819 { (char *)"ListItemAttr_GetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31820 { (char *)"ListItemAttr_GetFont", (PyCFunction) _wrap_ListItemAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
31821 { (char *)"ListItemAttr_Destroy", (PyCFunction) _wrap_ListItemAttr_Destroy, METH_VARARGS | METH_KEYWORDS },
31822 { (char *)"ListItemAttr_swigregister", ListItemAttr_swigregister, METH_VARARGS },
31823 { (char *)"new_ListItem", (PyCFunction) _wrap_new_ListItem, METH_VARARGS | METH_KEYWORDS },
31824 { (char *)"delete_ListItem", (PyCFunction) _wrap_delete_ListItem, METH_VARARGS | METH_KEYWORDS },
31825 { (char *)"ListItem_Clear", (PyCFunction) _wrap_ListItem_Clear, METH_VARARGS | METH_KEYWORDS },
31826 { (char *)"ListItem_ClearAttributes", (PyCFunction) _wrap_ListItem_ClearAttributes, METH_VARARGS | METH_KEYWORDS },
31827 { (char *)"ListItem_SetMask", (PyCFunction) _wrap_ListItem_SetMask, METH_VARARGS | METH_KEYWORDS },
31828 { (char *)"ListItem_SetId", (PyCFunction) _wrap_ListItem_SetId, METH_VARARGS | METH_KEYWORDS },
31829 { (char *)"ListItem_SetColumn", (PyCFunction) _wrap_ListItem_SetColumn, METH_VARARGS | METH_KEYWORDS },
31830 { (char *)"ListItem_SetState", (PyCFunction) _wrap_ListItem_SetState, METH_VARARGS | METH_KEYWORDS },
31831 { (char *)"ListItem_SetStateMask", (PyCFunction) _wrap_ListItem_SetStateMask, METH_VARARGS | METH_KEYWORDS },
31832 { (char *)"ListItem_SetText", (PyCFunction) _wrap_ListItem_SetText, METH_VARARGS | METH_KEYWORDS },
31833 { (char *)"ListItem_SetImage", (PyCFunction) _wrap_ListItem_SetImage, METH_VARARGS | METH_KEYWORDS },
31834 { (char *)"ListItem_SetData", (PyCFunction) _wrap_ListItem_SetData, METH_VARARGS | METH_KEYWORDS },
31835 { (char *)"ListItem_SetWidth", (PyCFunction) _wrap_ListItem_SetWidth, METH_VARARGS | METH_KEYWORDS },
31836 { (char *)"ListItem_SetAlign", (PyCFunction) _wrap_ListItem_SetAlign, METH_VARARGS | METH_KEYWORDS },
31837 { (char *)"ListItem_SetTextColour", (PyCFunction) _wrap_ListItem_SetTextColour, METH_VARARGS | METH_KEYWORDS },
31838 { (char *)"ListItem_SetBackgroundColour", (PyCFunction) _wrap_ListItem_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31839 { (char *)"ListItem_SetFont", (PyCFunction) _wrap_ListItem_SetFont, METH_VARARGS | METH_KEYWORDS },
31840 { (char *)"ListItem_GetMask", (PyCFunction) _wrap_ListItem_GetMask, METH_VARARGS | METH_KEYWORDS },
31841 { (char *)"ListItem_GetId", (PyCFunction) _wrap_ListItem_GetId, METH_VARARGS | METH_KEYWORDS },
31842 { (char *)"ListItem_GetColumn", (PyCFunction) _wrap_ListItem_GetColumn, METH_VARARGS | METH_KEYWORDS },
31843 { (char *)"ListItem_GetState", (PyCFunction) _wrap_ListItem_GetState, METH_VARARGS | METH_KEYWORDS },
31844 { (char *)"ListItem_GetText", (PyCFunction) _wrap_ListItem_GetText, METH_VARARGS | METH_KEYWORDS },
31845 { (char *)"ListItem_GetImage", (PyCFunction) _wrap_ListItem_GetImage, METH_VARARGS | METH_KEYWORDS },
31846 { (char *)"ListItem_GetData", (PyCFunction) _wrap_ListItem_GetData, METH_VARARGS | METH_KEYWORDS },
31847 { (char *)"ListItem_GetWidth", (PyCFunction) _wrap_ListItem_GetWidth, METH_VARARGS | METH_KEYWORDS },
31848 { (char *)"ListItem_GetAlign", (PyCFunction) _wrap_ListItem_GetAlign, METH_VARARGS | METH_KEYWORDS },
31849 { (char *)"ListItem_GetAttributes", (PyCFunction) _wrap_ListItem_GetAttributes, METH_VARARGS | METH_KEYWORDS },
31850 { (char *)"ListItem_HasAttributes", (PyCFunction) _wrap_ListItem_HasAttributes, METH_VARARGS | METH_KEYWORDS },
31851 { (char *)"ListItem_GetTextColour", (PyCFunction) _wrap_ListItem_GetTextColour, METH_VARARGS | METH_KEYWORDS },
31852 { (char *)"ListItem_GetBackgroundColour", (PyCFunction) _wrap_ListItem_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31853 { (char *)"ListItem_GetFont", (PyCFunction) _wrap_ListItem_GetFont, METH_VARARGS | METH_KEYWORDS },
31854 { (char *)"ListItem_m_mask_set", (PyCFunction) _wrap_ListItem_m_mask_set, METH_VARARGS | METH_KEYWORDS },
31855 { (char *)"ListItem_m_mask_get", (PyCFunction) _wrap_ListItem_m_mask_get, METH_VARARGS | METH_KEYWORDS },
31856 { (char *)"ListItem_m_itemId_set", (PyCFunction) _wrap_ListItem_m_itemId_set, METH_VARARGS | METH_KEYWORDS },
31857 { (char *)"ListItem_m_itemId_get", (PyCFunction) _wrap_ListItem_m_itemId_get, METH_VARARGS | METH_KEYWORDS },
31858 { (char *)"ListItem_m_col_set", (PyCFunction) _wrap_ListItem_m_col_set, METH_VARARGS | METH_KEYWORDS },
31859 { (char *)"ListItem_m_col_get", (PyCFunction) _wrap_ListItem_m_col_get, METH_VARARGS | METH_KEYWORDS },
31860 { (char *)"ListItem_m_state_set", (PyCFunction) _wrap_ListItem_m_state_set, METH_VARARGS | METH_KEYWORDS },
31861 { (char *)"ListItem_m_state_get", (PyCFunction) _wrap_ListItem_m_state_get, METH_VARARGS | METH_KEYWORDS },
31862 { (char *)"ListItem_m_stateMask_set", (PyCFunction) _wrap_ListItem_m_stateMask_set, METH_VARARGS | METH_KEYWORDS },
31863 { (char *)"ListItem_m_stateMask_get", (PyCFunction) _wrap_ListItem_m_stateMask_get, METH_VARARGS | METH_KEYWORDS },
31864 { (char *)"ListItem_m_text_set", (PyCFunction) _wrap_ListItem_m_text_set, METH_VARARGS | METH_KEYWORDS },
31865 { (char *)"ListItem_m_text_get", (PyCFunction) _wrap_ListItem_m_text_get, METH_VARARGS | METH_KEYWORDS },
31866 { (char *)"ListItem_m_image_set", (PyCFunction) _wrap_ListItem_m_image_set, METH_VARARGS | METH_KEYWORDS },
31867 { (char *)"ListItem_m_image_get", (PyCFunction) _wrap_ListItem_m_image_get, METH_VARARGS | METH_KEYWORDS },
31868 { (char *)"ListItem_m_data_set", (PyCFunction) _wrap_ListItem_m_data_set, METH_VARARGS | METH_KEYWORDS },
31869 { (char *)"ListItem_m_data_get", (PyCFunction) _wrap_ListItem_m_data_get, METH_VARARGS | METH_KEYWORDS },
31870 { (char *)"ListItem_m_format_set", (PyCFunction) _wrap_ListItem_m_format_set, METH_VARARGS | METH_KEYWORDS },
31871 { (char *)"ListItem_m_format_get", (PyCFunction) _wrap_ListItem_m_format_get, METH_VARARGS | METH_KEYWORDS },
31872 { (char *)"ListItem_m_width_set", (PyCFunction) _wrap_ListItem_m_width_set, METH_VARARGS | METH_KEYWORDS },
31873 { (char *)"ListItem_m_width_get", (PyCFunction) _wrap_ListItem_m_width_get, METH_VARARGS | METH_KEYWORDS },
31874 { (char *)"ListItem_swigregister", ListItem_swigregister, METH_VARARGS },
31875 { (char *)"new_ListEvent", (PyCFunction) _wrap_new_ListEvent, METH_VARARGS | METH_KEYWORDS },
31876 { (char *)"ListEvent_m_code_set", (PyCFunction) _wrap_ListEvent_m_code_set, METH_VARARGS | METH_KEYWORDS },
31877 { (char *)"ListEvent_m_code_get", (PyCFunction) _wrap_ListEvent_m_code_get, METH_VARARGS | METH_KEYWORDS },
31878 { (char *)"ListEvent_m_oldItemIndex_set", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_set, METH_VARARGS | METH_KEYWORDS },
31879 { (char *)"ListEvent_m_oldItemIndex_get", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_get, METH_VARARGS | METH_KEYWORDS },
31880 { (char *)"ListEvent_m_itemIndex_set", (PyCFunction) _wrap_ListEvent_m_itemIndex_set, METH_VARARGS | METH_KEYWORDS },
31881 { (char *)"ListEvent_m_itemIndex_get", (PyCFunction) _wrap_ListEvent_m_itemIndex_get, METH_VARARGS | METH_KEYWORDS },
31882 { (char *)"ListEvent_m_col_set", (PyCFunction) _wrap_ListEvent_m_col_set, METH_VARARGS | METH_KEYWORDS },
31883 { (char *)"ListEvent_m_col_get", (PyCFunction) _wrap_ListEvent_m_col_get, METH_VARARGS | METH_KEYWORDS },
31884 { (char *)"ListEvent_m_pointDrag_set", (PyCFunction) _wrap_ListEvent_m_pointDrag_set, METH_VARARGS | METH_KEYWORDS },
31885 { (char *)"ListEvent_m_pointDrag_get", (PyCFunction) _wrap_ListEvent_m_pointDrag_get, METH_VARARGS | METH_KEYWORDS },
31886 { (char *)"ListEvent_m_item_get", (PyCFunction) _wrap_ListEvent_m_item_get, METH_VARARGS | METH_KEYWORDS },
31887 { (char *)"ListEvent_GetKeyCode", (PyCFunction) _wrap_ListEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS },
31888 { (char *)"ListEvent_GetIndex", (PyCFunction) _wrap_ListEvent_GetIndex, METH_VARARGS | METH_KEYWORDS },
31889 { (char *)"ListEvent_GetColumn", (PyCFunction) _wrap_ListEvent_GetColumn, METH_VARARGS | METH_KEYWORDS },
31890 { (char *)"ListEvent_GetPoint", (PyCFunction) _wrap_ListEvent_GetPoint, METH_VARARGS | METH_KEYWORDS },
31891 { (char *)"ListEvent_GetLabel", (PyCFunction) _wrap_ListEvent_GetLabel, METH_VARARGS | METH_KEYWORDS },
31892 { (char *)"ListEvent_GetText", (PyCFunction) _wrap_ListEvent_GetText, METH_VARARGS | METH_KEYWORDS },
31893 { (char *)"ListEvent_GetImage", (PyCFunction) _wrap_ListEvent_GetImage, METH_VARARGS | METH_KEYWORDS },
31894 { (char *)"ListEvent_GetData", (PyCFunction) _wrap_ListEvent_GetData, METH_VARARGS | METH_KEYWORDS },
31895 { (char *)"ListEvent_GetMask", (PyCFunction) _wrap_ListEvent_GetMask, METH_VARARGS | METH_KEYWORDS },
31896 { (char *)"ListEvent_GetItem", (PyCFunction) _wrap_ListEvent_GetItem, METH_VARARGS | METH_KEYWORDS },
31897 { (char *)"ListEvent_GetCacheFrom", (PyCFunction) _wrap_ListEvent_GetCacheFrom, METH_VARARGS | METH_KEYWORDS },
31898 { (char *)"ListEvent_GetCacheTo", (PyCFunction) _wrap_ListEvent_GetCacheTo, METH_VARARGS | METH_KEYWORDS },
31899 { (char *)"ListEvent_IsEditCancelled", (PyCFunction) _wrap_ListEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS },
31900 { (char *)"ListEvent_SetEditCanceled", (PyCFunction) _wrap_ListEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS },
31901 { (char *)"ListEvent_swigregister", ListEvent_swigregister, METH_VARARGS },
31902 { (char *)"new_ListCtrl", (PyCFunction) _wrap_new_ListCtrl, METH_VARARGS | METH_KEYWORDS },
31903 { (char *)"new_PreListCtrl", (PyCFunction) _wrap_new_PreListCtrl, METH_VARARGS | METH_KEYWORDS },
31904 { (char *)"ListCtrl_Create", (PyCFunction) _wrap_ListCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31905 { (char *)"ListCtrl__setCallbackInfo", (PyCFunction) _wrap_ListCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
31906 { (char *)"ListCtrl_SetForegroundColour", (PyCFunction) _wrap_ListCtrl_SetForegroundColour, METH_VARARGS | METH_KEYWORDS },
31907 { (char *)"ListCtrl_SetBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31908 { (char *)"ListCtrl_GetColumn", (PyCFunction) _wrap_ListCtrl_GetColumn, METH_VARARGS | METH_KEYWORDS },
31909 { (char *)"ListCtrl_SetColumn", (PyCFunction) _wrap_ListCtrl_SetColumn, METH_VARARGS | METH_KEYWORDS },
31910 { (char *)"ListCtrl_GetColumnWidth", (PyCFunction) _wrap_ListCtrl_GetColumnWidth, METH_VARARGS | METH_KEYWORDS },
31911 { (char *)"ListCtrl_SetColumnWidth", (PyCFunction) _wrap_ListCtrl_SetColumnWidth, METH_VARARGS | METH_KEYWORDS },
31912 { (char *)"ListCtrl_GetCountPerPage", (PyCFunction) _wrap_ListCtrl_GetCountPerPage, METH_VARARGS | METH_KEYWORDS },
31913 { (char *)"ListCtrl_GetViewRect", (PyCFunction) _wrap_ListCtrl_GetViewRect, METH_VARARGS | METH_KEYWORDS },
31914 { (char *)"ListCtrl_GetEditControl", (PyCFunction) _wrap_ListCtrl_GetEditControl, METH_VARARGS | METH_KEYWORDS },
31915 { (char *)"ListCtrl_GetItem", (PyCFunction) _wrap_ListCtrl_GetItem, METH_VARARGS | METH_KEYWORDS },
31916 { (char *)"ListCtrl_SetItem", (PyCFunction) _wrap_ListCtrl_SetItem, METH_VARARGS | METH_KEYWORDS },
31917 { (char *)"ListCtrl_SetStringItem", (PyCFunction) _wrap_ListCtrl_SetStringItem, METH_VARARGS | METH_KEYWORDS },
31918 { (char *)"ListCtrl_GetItemState", (PyCFunction) _wrap_ListCtrl_GetItemState, METH_VARARGS | METH_KEYWORDS },
31919 { (char *)"ListCtrl_SetItemState", (PyCFunction) _wrap_ListCtrl_SetItemState, METH_VARARGS | METH_KEYWORDS },
31920 { (char *)"ListCtrl_SetItemImage", (PyCFunction) _wrap_ListCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS },
31921 { (char *)"ListCtrl_GetItemText", (PyCFunction) _wrap_ListCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS },
31922 { (char *)"ListCtrl_SetItemText", (PyCFunction) _wrap_ListCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS },
31923 { (char *)"ListCtrl_GetItemData", (PyCFunction) _wrap_ListCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS },
31924 { (char *)"ListCtrl_SetItemData", (PyCFunction) _wrap_ListCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS },
31925 { (char *)"ListCtrl_GetItemPosition", (PyCFunction) _wrap_ListCtrl_GetItemPosition, METH_VARARGS | METH_KEYWORDS },
31926 { (char *)"ListCtrl_GetItemRect", (PyCFunction) _wrap_ListCtrl_GetItemRect, METH_VARARGS | METH_KEYWORDS },
31927 { (char *)"ListCtrl_SetItemPosition", (PyCFunction) _wrap_ListCtrl_SetItemPosition, METH_VARARGS | METH_KEYWORDS },
31928 { (char *)"ListCtrl_GetItemCount", (PyCFunction) _wrap_ListCtrl_GetItemCount, METH_VARARGS | METH_KEYWORDS },
31929 { (char *)"ListCtrl_GetColumnCount", (PyCFunction) _wrap_ListCtrl_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
31930 { (char *)"ListCtrl_GetItemSpacing", (PyCFunction) _wrap_ListCtrl_GetItemSpacing, METH_VARARGS | METH_KEYWORDS },
31931 { (char *)"ListCtrl_GetSelectedItemCount", (PyCFunction) _wrap_ListCtrl_GetSelectedItemCount, METH_VARARGS | METH_KEYWORDS },
31932 { (char *)"ListCtrl_GetTextColour", (PyCFunction) _wrap_ListCtrl_GetTextColour, METH_VARARGS | METH_KEYWORDS },
31933 { (char *)"ListCtrl_SetTextColour", (PyCFunction) _wrap_ListCtrl_SetTextColour, METH_VARARGS | METH_KEYWORDS },
31934 { (char *)"ListCtrl_GetTopItem", (PyCFunction) _wrap_ListCtrl_GetTopItem, METH_VARARGS | METH_KEYWORDS },
31935 { (char *)"ListCtrl_SetSingleStyle", (PyCFunction) _wrap_ListCtrl_SetSingleStyle, METH_VARARGS | METH_KEYWORDS },
31936 { (char *)"ListCtrl_SetWindowStyleFlag", (PyCFunction) _wrap_ListCtrl_SetWindowStyleFlag, METH_VARARGS | METH_KEYWORDS },
31937 { (char *)"ListCtrl_GetNextItem", (PyCFunction) _wrap_ListCtrl_GetNextItem, METH_VARARGS | METH_KEYWORDS },
31938 { (char *)"ListCtrl_GetImageList", (PyCFunction) _wrap_ListCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
31939 { (char *)"ListCtrl_SetImageList", (PyCFunction) _wrap_ListCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
31940 { (char *)"ListCtrl_AssignImageList", (PyCFunction) _wrap_ListCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
31941 { (char *)"ListCtrl_InReportView", (PyCFunction) _wrap_ListCtrl_InReportView, METH_VARARGS | METH_KEYWORDS },
31942 { (char *)"ListCtrl_IsVirtual", (PyCFunction) _wrap_ListCtrl_IsVirtual, METH_VARARGS | METH_KEYWORDS },
31943 { (char *)"ListCtrl_RefreshItem", (PyCFunction) _wrap_ListCtrl_RefreshItem, METH_VARARGS | METH_KEYWORDS },
31944 { (char *)"ListCtrl_RefreshItems", (PyCFunction) _wrap_ListCtrl_RefreshItems, METH_VARARGS | METH_KEYWORDS },
31945 { (char *)"ListCtrl_Arrange", (PyCFunction) _wrap_ListCtrl_Arrange, METH_VARARGS | METH_KEYWORDS },
31946 { (char *)"ListCtrl_DeleteItem", (PyCFunction) _wrap_ListCtrl_DeleteItem, METH_VARARGS | METH_KEYWORDS },
31947 { (char *)"ListCtrl_DeleteAllItems", (PyCFunction) _wrap_ListCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS },
31948 { (char *)"ListCtrl_DeleteColumn", (PyCFunction) _wrap_ListCtrl_DeleteColumn, METH_VARARGS | METH_KEYWORDS },
31949 { (char *)"ListCtrl_DeleteAllColumns", (PyCFunction) _wrap_ListCtrl_DeleteAllColumns, METH_VARARGS | METH_KEYWORDS },
31950 { (char *)"ListCtrl_ClearAll", (PyCFunction) _wrap_ListCtrl_ClearAll, METH_VARARGS | METH_KEYWORDS },
31951 { (char *)"ListCtrl_EditLabel", (PyCFunction) _wrap_ListCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS },
31952 { (char *)"ListCtrl_EndEditLabel", (PyCFunction) _wrap_ListCtrl_EndEditLabel, METH_VARARGS | METH_KEYWORDS },
31953 { (char *)"ListCtrl_EnsureVisible", (PyCFunction) _wrap_ListCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
31954 { (char *)"ListCtrl_FindItem", (PyCFunction) _wrap_ListCtrl_FindItem, METH_VARARGS | METH_KEYWORDS },
31955 { (char *)"ListCtrl_FindItemData", (PyCFunction) _wrap_ListCtrl_FindItemData, METH_VARARGS | METH_KEYWORDS },
31956 { (char *)"ListCtrl_FindItemAtPos", (PyCFunction) _wrap_ListCtrl_FindItemAtPos, METH_VARARGS | METH_KEYWORDS },
31957 { (char *)"ListCtrl_HitTest", (PyCFunction) _wrap_ListCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
31958 { (char *)"ListCtrl_InsertItem", (PyCFunction) _wrap_ListCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS },
31959 { (char *)"ListCtrl_InsertStringItem", (PyCFunction) _wrap_ListCtrl_InsertStringItem, METH_VARARGS | METH_KEYWORDS },
31960 { (char *)"ListCtrl_InsertImageItem", (PyCFunction) _wrap_ListCtrl_InsertImageItem, METH_VARARGS | METH_KEYWORDS },
31961 { (char *)"ListCtrl_InsertImageStringItem", (PyCFunction) _wrap_ListCtrl_InsertImageStringItem, METH_VARARGS | METH_KEYWORDS },
31962 { (char *)"ListCtrl_InsertColumnInfo", (PyCFunction) _wrap_ListCtrl_InsertColumnInfo, METH_VARARGS | METH_KEYWORDS },
31963 { (char *)"ListCtrl_InsertColumn", (PyCFunction) _wrap_ListCtrl_InsertColumn, METH_VARARGS | METH_KEYWORDS },
31964 { (char *)"ListCtrl_SetItemCount", (PyCFunction) _wrap_ListCtrl_SetItemCount, METH_VARARGS | METH_KEYWORDS },
31965 { (char *)"ListCtrl_ScrollList", (PyCFunction) _wrap_ListCtrl_ScrollList, METH_VARARGS | METH_KEYWORDS },
31966 { (char *)"ListCtrl_SetItemTextColour", (PyCFunction) _wrap_ListCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS },
31967 { (char *)"ListCtrl_GetItemTextColour", (PyCFunction) _wrap_ListCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS },
31968 { (char *)"ListCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31969 { (char *)"ListCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31970 { (char *)"ListCtrl_SortItems", (PyCFunction) _wrap_ListCtrl_SortItems, METH_VARARGS | METH_KEYWORDS },
31971 { (char *)"ListCtrl_GetMainWindow", (PyCFunction) _wrap_ListCtrl_GetMainWindow, METH_VARARGS | METH_KEYWORDS },
31972 { (char *)"ListCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_ListCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31973 { (char *)"ListCtrl_swigregister", ListCtrl_swigregister, METH_VARARGS },
31974 { (char *)"new_ListView", (PyCFunction) _wrap_new_ListView, METH_VARARGS | METH_KEYWORDS },
31975 { (char *)"new_PreListView", (PyCFunction) _wrap_new_PreListView, METH_VARARGS | METH_KEYWORDS },
31976 { (char *)"ListView_Create", (PyCFunction) _wrap_ListView_Create, METH_VARARGS | METH_KEYWORDS },
31977 { (char *)"ListView_Select", (PyCFunction) _wrap_ListView_Select, METH_VARARGS | METH_KEYWORDS },
31978 { (char *)"ListView_Focus", (PyCFunction) _wrap_ListView_Focus, METH_VARARGS | METH_KEYWORDS },
31979 { (char *)"ListView_GetFocusedItem", (PyCFunction) _wrap_ListView_GetFocusedItem, METH_VARARGS | METH_KEYWORDS },
31980 { (char *)"ListView_GetNextSelected", (PyCFunction) _wrap_ListView_GetNextSelected, METH_VARARGS | METH_KEYWORDS },
31981 { (char *)"ListView_GetFirstSelected", (PyCFunction) _wrap_ListView_GetFirstSelected, METH_VARARGS | METH_KEYWORDS },
31982 { (char *)"ListView_IsSelected", (PyCFunction) _wrap_ListView_IsSelected, METH_VARARGS | METH_KEYWORDS },
31983 { (char *)"ListView_SetColumnImage", (PyCFunction) _wrap_ListView_SetColumnImage, METH_VARARGS | METH_KEYWORDS },
31984 { (char *)"ListView_ClearColumnImage", (PyCFunction) _wrap_ListView_ClearColumnImage, METH_VARARGS | METH_KEYWORDS },
31985 { (char *)"ListView_swigregister", ListView_swigregister, METH_VARARGS },
31986 { (char *)"new_TreeItemId", (PyCFunction) _wrap_new_TreeItemId, METH_VARARGS | METH_KEYWORDS },
31987 { (char *)"delete_TreeItemId", (PyCFunction) _wrap_delete_TreeItemId, METH_VARARGS | METH_KEYWORDS },
31988 { (char *)"TreeItemId_IsOk", (PyCFunction) _wrap_TreeItemId_IsOk, METH_VARARGS | METH_KEYWORDS },
31989 { (char *)"TreeItemId___eq__", (PyCFunction) _wrap_TreeItemId___eq__, METH_VARARGS | METH_KEYWORDS },
31990 { (char *)"TreeItemId___ne__", (PyCFunction) _wrap_TreeItemId___ne__, METH_VARARGS | METH_KEYWORDS },
31991 { (char *)"TreeItemId_m_pItem_set", (PyCFunction) _wrap_TreeItemId_m_pItem_set, METH_VARARGS | METH_KEYWORDS },
31992 { (char *)"TreeItemId_m_pItem_get", (PyCFunction) _wrap_TreeItemId_m_pItem_get, METH_VARARGS | METH_KEYWORDS },
31993 { (char *)"TreeItemId_swigregister", TreeItemId_swigregister, METH_VARARGS },
31994 { (char *)"new_TreeItemData", (PyCFunction) _wrap_new_TreeItemData, METH_VARARGS | METH_KEYWORDS },
31995 { (char *)"TreeItemData_GetData", (PyCFunction) _wrap_TreeItemData_GetData, METH_VARARGS | METH_KEYWORDS },
31996 { (char *)"TreeItemData_SetData", (PyCFunction) _wrap_TreeItemData_SetData, METH_VARARGS | METH_KEYWORDS },
31997 { (char *)"TreeItemData_GetId", (PyCFunction) _wrap_TreeItemData_GetId, METH_VARARGS | METH_KEYWORDS },
31998 { (char *)"TreeItemData_SetId", (PyCFunction) _wrap_TreeItemData_SetId, METH_VARARGS | METH_KEYWORDS },
31999 { (char *)"TreeItemData_Destroy", (PyCFunction) _wrap_TreeItemData_Destroy, METH_VARARGS | METH_KEYWORDS },
32000 { (char *)"TreeItemData_swigregister", TreeItemData_swigregister, METH_VARARGS },
32001 { (char *)"new_TreeEvent", (PyCFunction) _wrap_new_TreeEvent, METH_VARARGS | METH_KEYWORDS },
32002 { (char *)"TreeEvent_GetItem", (PyCFunction) _wrap_TreeEvent_GetItem, METH_VARARGS | METH_KEYWORDS },
32003 { (char *)"TreeEvent_SetItem", (PyCFunction) _wrap_TreeEvent_SetItem, METH_VARARGS | METH_KEYWORDS },
32004 { (char *)"TreeEvent_GetOldItem", (PyCFunction) _wrap_TreeEvent_GetOldItem, METH_VARARGS | METH_KEYWORDS },
32005 { (char *)"TreeEvent_SetOldItem", (PyCFunction) _wrap_TreeEvent_SetOldItem, METH_VARARGS | METH_KEYWORDS },
32006 { (char *)"TreeEvent_GetPoint", (PyCFunction) _wrap_TreeEvent_GetPoint, METH_VARARGS | METH_KEYWORDS },
32007 { (char *)"TreeEvent_SetPoint", (PyCFunction) _wrap_TreeEvent_SetPoint, METH_VARARGS | METH_KEYWORDS },
32008 { (char *)"TreeEvent_GetKeyEvent", (PyCFunction) _wrap_TreeEvent_GetKeyEvent, METH_VARARGS | METH_KEYWORDS },
32009 { (char *)"TreeEvent_GetKeyCode", (PyCFunction) _wrap_TreeEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS },
32010 { (char *)"TreeEvent_SetKeyEvent", (PyCFunction) _wrap_TreeEvent_SetKeyEvent, METH_VARARGS | METH_KEYWORDS },
32011 { (char *)"TreeEvent_GetLabel", (PyCFunction) _wrap_TreeEvent_GetLabel, METH_VARARGS | METH_KEYWORDS },
32012 { (char *)"TreeEvent_SetLabel", (PyCFunction) _wrap_TreeEvent_SetLabel, METH_VARARGS | METH_KEYWORDS },
32013 { (char *)"TreeEvent_IsEditCancelled", (PyCFunction) _wrap_TreeEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS },
32014 { (char *)"TreeEvent_SetEditCanceled", (PyCFunction) _wrap_TreeEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS },
32015 { (char *)"TreeEvent_SetToolTip", (PyCFunction) _wrap_TreeEvent_SetToolTip, METH_VARARGS | METH_KEYWORDS },
32016 { (char *)"TreeEvent_swigregister", TreeEvent_swigregister, METH_VARARGS },
32017 { (char *)"new_TreeCtrl", (PyCFunction) _wrap_new_TreeCtrl, METH_VARARGS | METH_KEYWORDS },
32018 { (char *)"new_PreTreeCtrl", (PyCFunction) _wrap_new_PreTreeCtrl, METH_VARARGS | METH_KEYWORDS },
32019 { (char *)"TreeCtrl_Create", (PyCFunction) _wrap_TreeCtrl_Create, METH_VARARGS | METH_KEYWORDS },
32020 { (char *)"TreeCtrl__setCallbackInfo", (PyCFunction) _wrap_TreeCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
32021 { (char *)"TreeCtrl_GetCount", (PyCFunction) _wrap_TreeCtrl_GetCount, METH_VARARGS | METH_KEYWORDS },
32022 { (char *)"TreeCtrl_GetIndent", (PyCFunction) _wrap_TreeCtrl_GetIndent, METH_VARARGS | METH_KEYWORDS },
32023 { (char *)"TreeCtrl_SetIndent", (PyCFunction) _wrap_TreeCtrl_SetIndent, METH_VARARGS | METH_KEYWORDS },
32024 { (char *)"TreeCtrl_GetSpacing", (PyCFunction) _wrap_TreeCtrl_GetSpacing, METH_VARARGS | METH_KEYWORDS },
32025 { (char *)"TreeCtrl_SetSpacing", (PyCFunction) _wrap_TreeCtrl_SetSpacing, METH_VARARGS | METH_KEYWORDS },
32026 { (char *)"TreeCtrl_GetImageList", (PyCFunction) _wrap_TreeCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
32027 { (char *)"TreeCtrl_GetStateImageList", (PyCFunction) _wrap_TreeCtrl_GetStateImageList, METH_VARARGS | METH_KEYWORDS },
32028 { (char *)"TreeCtrl_SetImageList", (PyCFunction) _wrap_TreeCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
32029 { (char *)"TreeCtrl_SetStateImageList", (PyCFunction) _wrap_TreeCtrl_SetStateImageList, METH_VARARGS | METH_KEYWORDS },
32030 { (char *)"TreeCtrl_AssignImageList", (PyCFunction) _wrap_TreeCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
32031 { (char *)"TreeCtrl_AssignStateImageList", (PyCFunction) _wrap_TreeCtrl_AssignStateImageList, METH_VARARGS | METH_KEYWORDS },
32032 { (char *)"TreeCtrl_GetItemText", (PyCFunction) _wrap_TreeCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS },
32033 { (char *)"TreeCtrl_GetItemImage", (PyCFunction) _wrap_TreeCtrl_GetItemImage, METH_VARARGS | METH_KEYWORDS },
32034 { (char *)"TreeCtrl_GetItemData", (PyCFunction) _wrap_TreeCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS },
32035 { (char *)"TreeCtrl_GetItemPyData", (PyCFunction) _wrap_TreeCtrl_GetItemPyData, METH_VARARGS | METH_KEYWORDS },
32036 { (char *)"TreeCtrl_GetItemTextColour", (PyCFunction) _wrap_TreeCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS },
32037 { (char *)"TreeCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
32038 { (char *)"TreeCtrl_GetItemFont", (PyCFunction) _wrap_TreeCtrl_GetItemFont, METH_VARARGS | METH_KEYWORDS },
32039 { (char *)"TreeCtrl_SetItemText", (PyCFunction) _wrap_TreeCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS },
32040 { (char *)"TreeCtrl_SetItemImage", (PyCFunction) _wrap_TreeCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS },
32041 { (char *)"TreeCtrl_SetItemData", (PyCFunction) _wrap_TreeCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS },
32042 { (char *)"TreeCtrl_SetItemPyData", (PyCFunction) _wrap_TreeCtrl_SetItemPyData, METH_VARARGS | METH_KEYWORDS },
32043 { (char *)"TreeCtrl_SetItemHasChildren", (PyCFunction) _wrap_TreeCtrl_SetItemHasChildren, METH_VARARGS | METH_KEYWORDS },
32044 { (char *)"TreeCtrl_SetItemBold", (PyCFunction) _wrap_TreeCtrl_SetItemBold, METH_VARARGS | METH_KEYWORDS },
32045 { (char *)"TreeCtrl_SetItemDropHighlight", (PyCFunction) _wrap_TreeCtrl_SetItemDropHighlight, METH_VARARGS | METH_KEYWORDS },
32046 { (char *)"TreeCtrl_SetItemTextColour", (PyCFunction) _wrap_TreeCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS },
32047 { (char *)"TreeCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
32048 { (char *)"TreeCtrl_SetItemFont", (PyCFunction) _wrap_TreeCtrl_SetItemFont, METH_VARARGS | METH_KEYWORDS },
32049 { (char *)"TreeCtrl_IsVisible", (PyCFunction) _wrap_TreeCtrl_IsVisible, METH_VARARGS | METH_KEYWORDS },
32050 { (char *)"TreeCtrl_ItemHasChildren", (PyCFunction) _wrap_TreeCtrl_ItemHasChildren, METH_VARARGS | METH_KEYWORDS },
32051 { (char *)"TreeCtrl_IsExpanded", (PyCFunction) _wrap_TreeCtrl_IsExpanded, METH_VARARGS | METH_KEYWORDS },
32052 { (char *)"TreeCtrl_IsSelected", (PyCFunction) _wrap_TreeCtrl_IsSelected, METH_VARARGS | METH_KEYWORDS },
32053 { (char *)"TreeCtrl_IsBold", (PyCFunction) _wrap_TreeCtrl_IsBold, METH_VARARGS | METH_KEYWORDS },
32054 { (char *)"TreeCtrl_GetChildrenCount", (PyCFunction) _wrap_TreeCtrl_GetChildrenCount, METH_VARARGS | METH_KEYWORDS },
32055 { (char *)"TreeCtrl_GetRootItem", (PyCFunction) _wrap_TreeCtrl_GetRootItem, METH_VARARGS | METH_KEYWORDS },
32056 { (char *)"TreeCtrl_GetSelection", (PyCFunction) _wrap_TreeCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
32057 { (char *)"TreeCtrl_GetSelections", (PyCFunction) _wrap_TreeCtrl_GetSelections, METH_VARARGS | METH_KEYWORDS },
32058 { (char *)"TreeCtrl_GetItemParent", (PyCFunction) _wrap_TreeCtrl_GetItemParent, METH_VARARGS | METH_KEYWORDS },
32059 { (char *)"TreeCtrl_GetFirstChild", (PyCFunction) _wrap_TreeCtrl_GetFirstChild, METH_VARARGS | METH_KEYWORDS },
32060 { (char *)"TreeCtrl_GetNextChild", (PyCFunction) _wrap_TreeCtrl_GetNextChild, METH_VARARGS | METH_KEYWORDS },
32061 { (char *)"TreeCtrl_GetLastChild", (PyCFunction) _wrap_TreeCtrl_GetLastChild, METH_VARARGS | METH_KEYWORDS },
32062 { (char *)"TreeCtrl_GetNextSibling", (PyCFunction) _wrap_TreeCtrl_GetNextSibling, METH_VARARGS | METH_KEYWORDS },
32063 { (char *)"TreeCtrl_GetPrevSibling", (PyCFunction) _wrap_TreeCtrl_GetPrevSibling, METH_VARARGS | METH_KEYWORDS },
32064 { (char *)"TreeCtrl_GetFirstVisibleItem", (PyCFunction) _wrap_TreeCtrl_GetFirstVisibleItem, METH_VARARGS | METH_KEYWORDS },
32065 { (char *)"TreeCtrl_GetNextVisible", (PyCFunction) _wrap_TreeCtrl_GetNextVisible, METH_VARARGS | METH_KEYWORDS },
32066 { (char *)"TreeCtrl_GetPrevVisible", (PyCFunction) _wrap_TreeCtrl_GetPrevVisible, METH_VARARGS | METH_KEYWORDS },
32067 { (char *)"TreeCtrl_AddRoot", (PyCFunction) _wrap_TreeCtrl_AddRoot, METH_VARARGS | METH_KEYWORDS },
32068 { (char *)"TreeCtrl_PrependItem", (PyCFunction) _wrap_TreeCtrl_PrependItem, METH_VARARGS | METH_KEYWORDS },
32069 { (char *)"TreeCtrl_InsertItem", (PyCFunction) _wrap_TreeCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS },
32070 { (char *)"TreeCtrl_InsertItemBefore", (PyCFunction) _wrap_TreeCtrl_InsertItemBefore, METH_VARARGS | METH_KEYWORDS },
32071 { (char *)"TreeCtrl_AppendItem", (PyCFunction) _wrap_TreeCtrl_AppendItem, METH_VARARGS | METH_KEYWORDS },
32072 { (char *)"TreeCtrl_Delete", (PyCFunction) _wrap_TreeCtrl_Delete, METH_VARARGS | METH_KEYWORDS },
32073 { (char *)"TreeCtrl_DeleteChildren", (PyCFunction) _wrap_TreeCtrl_DeleteChildren, METH_VARARGS | METH_KEYWORDS },
32074 { (char *)"TreeCtrl_DeleteAllItems", (PyCFunction) _wrap_TreeCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS },
32075 { (char *)"TreeCtrl_Expand", (PyCFunction) _wrap_TreeCtrl_Expand, METH_VARARGS | METH_KEYWORDS },
32076 { (char *)"TreeCtrl_Collapse", (PyCFunction) _wrap_TreeCtrl_Collapse, METH_VARARGS | METH_KEYWORDS },
32077 { (char *)"TreeCtrl_CollapseAndReset", (PyCFunction) _wrap_TreeCtrl_CollapseAndReset, METH_VARARGS | METH_KEYWORDS },
32078 { (char *)"TreeCtrl_Toggle", (PyCFunction) _wrap_TreeCtrl_Toggle, METH_VARARGS | METH_KEYWORDS },
32079 { (char *)"TreeCtrl_Unselect", (PyCFunction) _wrap_TreeCtrl_Unselect, METH_VARARGS | METH_KEYWORDS },
32080 { (char *)"TreeCtrl_UnselectItem", (PyCFunction) _wrap_TreeCtrl_UnselectItem, METH_VARARGS | METH_KEYWORDS },
32081 { (char *)"TreeCtrl_UnselectAll", (PyCFunction) _wrap_TreeCtrl_UnselectAll, METH_VARARGS | METH_KEYWORDS },
32082 { (char *)"TreeCtrl_SelectItem", (PyCFunction) _wrap_TreeCtrl_SelectItem, METH_VARARGS | METH_KEYWORDS },
32083 { (char *)"TreeCtrl_ToggleItemSelection", (PyCFunction) _wrap_TreeCtrl_ToggleItemSelection, METH_VARARGS | METH_KEYWORDS },
32084 { (char *)"TreeCtrl_EnsureVisible", (PyCFunction) _wrap_TreeCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
32085 { (char *)"TreeCtrl_ScrollTo", (PyCFunction) _wrap_TreeCtrl_ScrollTo, METH_VARARGS | METH_KEYWORDS },
32086 { (char *)"TreeCtrl_EditLabel", (PyCFunction) _wrap_TreeCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS },
32087 { (char *)"TreeCtrl_GetEditControl", (PyCFunction) _wrap_TreeCtrl_GetEditControl, METH_VARARGS | METH_KEYWORDS },
32088 { (char *)"TreeCtrl_EndEditLabel", (PyCFunction) _wrap_TreeCtrl_EndEditLabel, METH_VARARGS | METH_KEYWORDS },
32089 { (char *)"TreeCtrl_SortChildren", (PyCFunction) _wrap_TreeCtrl_SortChildren, METH_VARARGS | METH_KEYWORDS },
32090 { (char *)"TreeCtrl_HitTest", (PyCFunction) _wrap_TreeCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
32091 { (char *)"TreeCtrl_GetBoundingRect", (PyCFunction) _wrap_TreeCtrl_GetBoundingRect, METH_VARARGS | METH_KEYWORDS },
32092 { (char *)"TreeCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_TreeCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
32093 { (char *)"TreeCtrl_swigregister", TreeCtrl_swigregister, METH_VARARGS },
32094 { (char *)"new_GenericDirCtrl", (PyCFunction) _wrap_new_GenericDirCtrl, METH_VARARGS | METH_KEYWORDS },
32095 { (char *)"new_PreGenericDirCtrl", (PyCFunction) _wrap_new_PreGenericDirCtrl, METH_VARARGS | METH_KEYWORDS },
32096 { (char *)"GenericDirCtrl_Create", (PyCFunction) _wrap_GenericDirCtrl_Create, METH_VARARGS | METH_KEYWORDS },
32097 { (char *)"GenericDirCtrl_ExpandPath", (PyCFunction) _wrap_GenericDirCtrl_ExpandPath, METH_VARARGS | METH_KEYWORDS },
32098 { (char *)"GenericDirCtrl_GetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_GetDefaultPath, METH_VARARGS | METH_KEYWORDS },
32099 { (char *)"GenericDirCtrl_SetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_SetDefaultPath, METH_VARARGS | METH_KEYWORDS },
32100 { (char *)"GenericDirCtrl_GetPath", (PyCFunction) _wrap_GenericDirCtrl_GetPath, METH_VARARGS | METH_KEYWORDS },
32101 { (char *)"GenericDirCtrl_GetFilePath", (PyCFunction) _wrap_GenericDirCtrl_GetFilePath, METH_VARARGS | METH_KEYWORDS },
32102 { (char *)"GenericDirCtrl_SetPath", (PyCFunction) _wrap_GenericDirCtrl_SetPath, METH_VARARGS | METH_KEYWORDS },
32103 { (char *)"GenericDirCtrl_ShowHidden", (PyCFunction) _wrap_GenericDirCtrl_ShowHidden, METH_VARARGS | METH_KEYWORDS },
32104 { (char *)"GenericDirCtrl_GetShowHidden", (PyCFunction) _wrap_GenericDirCtrl_GetShowHidden, METH_VARARGS | METH_KEYWORDS },
32105 { (char *)"GenericDirCtrl_GetFilter", (PyCFunction) _wrap_GenericDirCtrl_GetFilter, METH_VARARGS | METH_KEYWORDS },
32106 { (char *)"GenericDirCtrl_SetFilter", (PyCFunction) _wrap_GenericDirCtrl_SetFilter, METH_VARARGS | METH_KEYWORDS },
32107 { (char *)"GenericDirCtrl_GetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_GetFilterIndex, METH_VARARGS | METH_KEYWORDS },
32108 { (char *)"GenericDirCtrl_SetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_SetFilterIndex, METH_VARARGS | METH_KEYWORDS },
32109 { (char *)"GenericDirCtrl_GetRootId", (PyCFunction) _wrap_GenericDirCtrl_GetRootId, METH_VARARGS | METH_KEYWORDS },
32110 { (char *)"GenericDirCtrl_GetTreeCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetTreeCtrl, METH_VARARGS | METH_KEYWORDS },
32111 { (char *)"GenericDirCtrl_GetFilterListCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
32112 { (char *)"GenericDirCtrl_FindChild", (PyCFunction) _wrap_GenericDirCtrl_FindChild, METH_VARARGS | METH_KEYWORDS },
32113 { (char *)"GenericDirCtrl_DoResize", (PyCFunction) _wrap_GenericDirCtrl_DoResize, METH_VARARGS | METH_KEYWORDS },
32114 { (char *)"GenericDirCtrl_ReCreateTree", (PyCFunction) _wrap_GenericDirCtrl_ReCreateTree, METH_VARARGS | METH_KEYWORDS },
32115 { (char *)"GenericDirCtrl_swigregister", GenericDirCtrl_swigregister, METH_VARARGS },
32116 { (char *)"new_DirFilterListCtrl", (PyCFunction) _wrap_new_DirFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
32117 { (char *)"new_PreDirFilterListCtrl", (PyCFunction) _wrap_new_PreDirFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
32118 { (char *)"DirFilterListCtrl_Create", (PyCFunction) _wrap_DirFilterListCtrl_Create, METH_VARARGS | METH_KEYWORDS },
32119 { (char *)"DirFilterListCtrl_FillFilterList", (PyCFunction) _wrap_DirFilterListCtrl_FillFilterList, METH_VARARGS | METH_KEYWORDS },
32120 { (char *)"DirFilterListCtrl_swigregister", DirFilterListCtrl_swigregister, METH_VARARGS },
32121 { (char *)"new_PyControl", (PyCFunction) _wrap_new_PyControl, METH_VARARGS | METH_KEYWORDS },
32122 { (char *)"new_PrePyControl", (PyCFunction) _wrap_new_PrePyControl, METH_VARARGS | METH_KEYWORDS },
32123 { (char *)"PyControl__setCallbackInfo", (PyCFunction) _wrap_PyControl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
32124 { (char *)"PyControl_SetBestSize", (PyCFunction) _wrap_PyControl_SetBestSize, METH_VARARGS | METH_KEYWORDS },
32125 { (char *)"PyControl_base_DoMoveWindow", (PyCFunction) _wrap_PyControl_base_DoMoveWindow, METH_VARARGS | METH_KEYWORDS },
32126 { (char *)"PyControl_base_DoSetSize", (PyCFunction) _wrap_PyControl_base_DoSetSize, METH_VARARGS | METH_KEYWORDS },
32127 { (char *)"PyControl_base_DoSetClientSize", (PyCFunction) _wrap_PyControl_base_DoSetClientSize, METH_VARARGS | METH_KEYWORDS },
32128 { (char *)"PyControl_base_DoSetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoSetVirtualSize, METH_VARARGS | METH_KEYWORDS },
32129 { (char *)"PyControl_base_DoGetSize", (PyCFunction) _wrap_PyControl_base_DoGetSize, METH_VARARGS | METH_KEYWORDS },
32130 { (char *)"PyControl_base_DoGetClientSize", (PyCFunction) _wrap_PyControl_base_DoGetClientSize, METH_VARARGS | METH_KEYWORDS },
32131 { (char *)"PyControl_base_DoGetPosition", (PyCFunction) _wrap_PyControl_base_DoGetPosition, METH_VARARGS | METH_KEYWORDS },
32132 { (char *)"PyControl_base_DoGetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoGetVirtualSize, METH_VARARGS | METH_KEYWORDS },
32133 { (char *)"PyControl_base_DoGetBestSize", (PyCFunction) _wrap_PyControl_base_DoGetBestSize, METH_VARARGS | METH_KEYWORDS },
32134 { (char *)"PyControl_base_InitDialog", (PyCFunction) _wrap_PyControl_base_InitDialog, METH_VARARGS | METH_KEYWORDS },
32135 { (char *)"PyControl_base_TransferDataToWindow", (PyCFunction) _wrap_PyControl_base_TransferDataToWindow, METH_VARARGS | METH_KEYWORDS },
32136 { (char *)"PyControl_base_TransferDataFromWindow", (PyCFunction) _wrap_PyControl_base_TransferDataFromWindow, METH_VARARGS | METH_KEYWORDS },
32137 { (char *)"PyControl_base_Validate", (PyCFunction) _wrap_PyControl_base_Validate, METH_VARARGS | METH_KEYWORDS },
32138 { (char *)"PyControl_base_AcceptsFocus", (PyCFunction) _wrap_PyControl_base_AcceptsFocus, METH_VARARGS | METH_KEYWORDS },
32139 { (char *)"PyControl_base_AcceptsFocusFromKeyboard", (PyCFunction) _wrap_PyControl_base_AcceptsFocusFromKeyboard, METH_VARARGS | METH_KEYWORDS },
32140 { (char *)"PyControl_base_GetMaxSize", (PyCFunction) _wrap_PyControl_base_GetMaxSize, METH_VARARGS | METH_KEYWORDS },
32141 { (char *)"PyControl_base_AddChild", (PyCFunction) _wrap_PyControl_base_AddChild, METH_VARARGS | METH_KEYWORDS },
32142 { (char *)"PyControl_base_RemoveChild", (PyCFunction) _wrap_PyControl_base_RemoveChild, METH_VARARGS | METH_KEYWORDS },
32143 { (char *)"PyControl_base_ShouldInheritColours", (PyCFunction) _wrap_PyControl_base_ShouldInheritColours, METH_VARARGS | METH_KEYWORDS },
32144 { (char *)"PyControl_base_ApplyParentThemeBackground", (PyCFunction) _wrap_PyControl_base_ApplyParentThemeBackground, METH_VARARGS | METH_KEYWORDS },
32145 { (char *)"PyControl_base_GetDefaultAttributes", (PyCFunction) _wrap_PyControl_base_GetDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
32146 { (char *)"PyControl_swigregister", PyControl_swigregister, METH_VARARGS },
32147 { (char *)"new_HelpEvent", (PyCFunction) _wrap_new_HelpEvent, METH_VARARGS | METH_KEYWORDS },
32148 { (char *)"HelpEvent_GetPosition", (PyCFunction) _wrap_HelpEvent_GetPosition, METH_VARARGS | METH_KEYWORDS },
32149 { (char *)"HelpEvent_SetPosition", (PyCFunction) _wrap_HelpEvent_SetPosition, METH_VARARGS | METH_KEYWORDS },
32150 { (char *)"HelpEvent_GetLink", (PyCFunction) _wrap_HelpEvent_GetLink, METH_VARARGS | METH_KEYWORDS },
32151 { (char *)"HelpEvent_SetLink", (PyCFunction) _wrap_HelpEvent_SetLink, METH_VARARGS | METH_KEYWORDS },
32152 { (char *)"HelpEvent_GetTarget", (PyCFunction) _wrap_HelpEvent_GetTarget, METH_VARARGS | METH_KEYWORDS },
32153 { (char *)"HelpEvent_SetTarget", (PyCFunction) _wrap_HelpEvent_SetTarget, METH_VARARGS | METH_KEYWORDS },
32154 { (char *)"HelpEvent_swigregister", HelpEvent_swigregister, METH_VARARGS },
32155 { (char *)"new_ContextHelp", (PyCFunction) _wrap_new_ContextHelp, METH_VARARGS | METH_KEYWORDS },
32156 { (char *)"delete_ContextHelp", (PyCFunction) _wrap_delete_ContextHelp, METH_VARARGS | METH_KEYWORDS },
32157 { (char *)"ContextHelp_BeginContextHelp", (PyCFunction) _wrap_ContextHelp_BeginContextHelp, METH_VARARGS | METH_KEYWORDS },
32158 { (char *)"ContextHelp_EndContextHelp", (PyCFunction) _wrap_ContextHelp_EndContextHelp, METH_VARARGS | METH_KEYWORDS },
32159 { (char *)"ContextHelp_swigregister", ContextHelp_swigregister, METH_VARARGS },
32160 { (char *)"new_ContextHelpButton", (PyCFunction) _wrap_new_ContextHelpButton, METH_VARARGS | METH_KEYWORDS },
32161 { (char *)"ContextHelpButton_swigregister", ContextHelpButton_swigregister, METH_VARARGS },
32162 { (char *)"HelpProvider_Set", (PyCFunction) _wrap_HelpProvider_Set, METH_VARARGS | METH_KEYWORDS },
32163 { (char *)"HelpProvider_Get", (PyCFunction) _wrap_HelpProvider_Get, METH_VARARGS | METH_KEYWORDS },
32164 { (char *)"HelpProvider_GetHelp", (PyCFunction) _wrap_HelpProvider_GetHelp, METH_VARARGS | METH_KEYWORDS },
32165 { (char *)"HelpProvider_ShowHelp", (PyCFunction) _wrap_HelpProvider_ShowHelp, METH_VARARGS | METH_KEYWORDS },
32166 { (char *)"HelpProvider_AddHelp", (PyCFunction) _wrap_HelpProvider_AddHelp, METH_VARARGS | METH_KEYWORDS },
32167 { (char *)"HelpProvider_AddHelpById", (PyCFunction) _wrap_HelpProvider_AddHelpById, METH_VARARGS | METH_KEYWORDS },
32168 { (char *)"HelpProvider_RemoveHelp", (PyCFunction) _wrap_HelpProvider_RemoveHelp, METH_VARARGS | METH_KEYWORDS },
32169 { (char *)"HelpProvider_Destroy", (PyCFunction) _wrap_HelpProvider_Destroy, METH_VARARGS | METH_KEYWORDS },
32170 { (char *)"HelpProvider_swigregister", HelpProvider_swigregister, METH_VARARGS },
32171 { (char *)"new_SimpleHelpProvider", (PyCFunction) _wrap_new_SimpleHelpProvider, METH_VARARGS | METH_KEYWORDS },
32172 { (char *)"SimpleHelpProvider_swigregister", SimpleHelpProvider_swigregister, METH_VARARGS },
32173 { (char *)"new_DragImage", (PyCFunction) _wrap_new_DragImage, METH_VARARGS | METH_KEYWORDS },
32174 { (char *)"new_DragIcon", (PyCFunction) _wrap_new_DragIcon, METH_VARARGS | METH_KEYWORDS },
32175 { (char *)"new_DragString", (PyCFunction) _wrap_new_DragString, METH_VARARGS | METH_KEYWORDS },
32176 { (char *)"new_DragTreeItem", (PyCFunction) _wrap_new_DragTreeItem, METH_VARARGS | METH_KEYWORDS },
32177 { (char *)"new_DragListItem", (PyCFunction) _wrap_new_DragListItem, METH_VARARGS | METH_KEYWORDS },
32178 { (char *)"delete_DragImage", (PyCFunction) _wrap_delete_DragImage, METH_VARARGS | METH_KEYWORDS },
32179 { (char *)"DragImage_SetBackingBitmap", (PyCFunction) _wrap_DragImage_SetBackingBitmap, METH_VARARGS | METH_KEYWORDS },
32180 { (char *)"DragImage_BeginDrag", (PyCFunction) _wrap_DragImage_BeginDrag, METH_VARARGS | METH_KEYWORDS },
32181 { (char *)"DragImage_BeginDragBounded", (PyCFunction) _wrap_DragImage_BeginDragBounded, METH_VARARGS | METH_KEYWORDS },
32182 { (char *)"DragImage_EndDrag", (PyCFunction) _wrap_DragImage_EndDrag, METH_VARARGS | METH_KEYWORDS },
32183 { (char *)"DragImage_Move", (PyCFunction) _wrap_DragImage_Move, METH_VARARGS | METH_KEYWORDS },
32184 { (char *)"DragImage_Show", (PyCFunction) _wrap_DragImage_Show, METH_VARARGS | METH_KEYWORDS },
32185 { (char *)"DragImage_Hide", (PyCFunction) _wrap_DragImage_Hide, METH_VARARGS | METH_KEYWORDS },
32186 { (char *)"DragImage_GetImageRect", (PyCFunction) _wrap_DragImage_GetImageRect, METH_VARARGS | METH_KEYWORDS },
32187 { (char *)"DragImage_DoDrawImage", (PyCFunction) _wrap_DragImage_DoDrawImage, METH_VARARGS | METH_KEYWORDS },
32188 { (char *)"DragImage_UpdateBackingFromWindow", (PyCFunction) _wrap_DragImage_UpdateBackingFromWindow, METH_VARARGS | METH_KEYWORDS },
32189 { (char *)"DragImage_RedrawImage", (PyCFunction) _wrap_DragImage_RedrawImage, METH_VARARGS | METH_KEYWORDS },
32190 { (char *)"DragImage_swigregister", DragImage_swigregister, METH_VARARGS },
32191 { NULL, NULL }
32192 };
32193
32194
32195 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
32196
32197 static void *_p_wxNotebookEventTo_p_wxBookCtrlEvent(void *x) {
32198 return (void *)((wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32199 }
32200 static void *_p_wxListbookEventTo_p_wxBookCtrlEvent(void *x) {
32201 return (void *)((wxBookCtrlEvent *) ((wxListbookEvent *) x));
32202 }
32203 static void *_p_wxBoxSizerTo_p_wxSizer(void *x) {
32204 return (void *)((wxSizer *) ((wxBoxSizer *) x));
32205 }
32206 static void *_p_wxStaticBoxSizerTo_p_wxSizer(void *x) {
32207 return (void *)((wxSizer *) (wxBoxSizer *) ((wxStaticBoxSizer *) x));
32208 }
32209 static void *_p_wxGridBagSizerTo_p_wxSizer(void *x) {
32210 return (void *)((wxSizer *) (wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
32211 }
32212 static void *_p_wxGridSizerTo_p_wxSizer(void *x) {
32213 return (void *)((wxSizer *) ((wxGridSizer *) x));
32214 }
32215 static void *_p_wxFlexGridSizerTo_p_wxSizer(void *x) {
32216 return (void *)((wxSizer *) (wxGridSizer *) ((wxFlexGridSizer *) x));
32217 }
32218 static void *_p_wxNotebookSizerTo_p_wxSizer(void *x) {
32219 return (void *)((wxSizer *) ((wxNotebookSizer *) x));
32220 }
32221 static void *_p_wxPySizerTo_p_wxSizer(void *x) {
32222 return (void *)((wxSizer *) ((wxPySizer *) x));
32223 }
32224 static void *_p_wxBookCtrlSizerTo_p_wxSizer(void *x) {
32225 return (void *)((wxSizer *) ((wxBookCtrlSizer *) x));
32226 }
32227 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x) {
32228 return (void *)((wxEvent *) (wxCommandEvent *) ((wxContextMenuEvent *) x));
32229 }
32230 static void *_p_wxMenuEventTo_p_wxEvent(void *x) {
32231 return (void *)((wxEvent *) ((wxMenuEvent *) x));
32232 }
32233 static void *_p_wxCloseEventTo_p_wxEvent(void *x) {
32234 return (void *)((wxEvent *) ((wxCloseEvent *) x));
32235 }
32236 static void *_p_wxMouseEventTo_p_wxEvent(void *x) {
32237 return (void *)((wxEvent *) ((wxMouseEvent *) x));
32238 }
32239 static void *_p_wxEraseEventTo_p_wxEvent(void *x) {
32240 return (void *)((wxEvent *) ((wxEraseEvent *) x));
32241 }
32242 static void *_p_wxTreeEventTo_p_wxEvent(void *x) {
32243 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
32244 }
32245 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x) {
32246 return (void *)((wxEvent *) ((wxSetCursorEvent *) x));
32247 }
32248 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x) {
32249 return (void *)((wxEvent *) ((wxInitDialogEvent *) x));
32250 }
32251 static void *_p_wxScrollEventTo_p_wxEvent(void *x) {
32252 return (void *)((wxEvent *) (wxCommandEvent *) ((wxScrollEvent *) x));
32253 }
32254 static void *_p_wxTextUrlEventTo_p_wxEvent(void *x) {
32255 return (void *)((wxEvent *) (wxCommandEvent *) ((wxTextUrlEvent *) x));
32256 }
32257 static void *_p_wxBookCtrlEventTo_p_wxEvent(void *x) {
32258 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32259 }
32260 static void *_p_wxPyEventTo_p_wxEvent(void *x) {
32261 return (void *)((wxEvent *) ((wxPyEvent *) x));
32262 }
32263 static void *_p_wxNotifyEventTo_p_wxEvent(void *x) {
32264 return (void *)((wxEvent *) (wxCommandEvent *) ((wxNotifyEvent *) x));
32265 }
32266 static void *_p_wxListEventTo_p_wxEvent(void *x) {
32267 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
32268 }
32269 static void *_p_wxNotebookEventTo_p_wxEvent(void *x) {
32270 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32271 }
32272 static void *_p_wxListbookEventTo_p_wxEvent(void *x) {
32273 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
32274 }
32275 static void *_p_wxHelpEventTo_p_wxEvent(void *x) {
32276 return (void *)((wxEvent *) (wxCommandEvent *) ((wxHelpEvent *) x));
32277 }
32278 static void *_p_wxIdleEventTo_p_wxEvent(void *x) {
32279 return (void *)((wxEvent *) ((wxIdleEvent *) x));
32280 }
32281 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x) {
32282 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowCreateEvent *) x));
32283 }
32284 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x) {
32285 return (void *)((wxEvent *) ((wxQueryNewPaletteEvent *) x));
32286 }
32287 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x) {
32288 return (void *)((wxEvent *) ((wxMaximizeEvent *) x));
32289 }
32290 static void *_p_wxIconizeEventTo_p_wxEvent(void *x) {
32291 return (void *)((wxEvent *) ((wxIconizeEvent *) x));
32292 }
32293 static void *_p_wxActivateEventTo_p_wxEvent(void *x) {
32294 return (void *)((wxEvent *) ((wxActivateEvent *) x));
32295 }
32296 static void *_p_wxSizeEventTo_p_wxEvent(void *x) {
32297 return (void *)((wxEvent *) ((wxSizeEvent *) x));
32298 }
32299 static void *_p_wxMoveEventTo_p_wxEvent(void *x) {
32300 return (void *)((wxEvent *) ((wxMoveEvent *) x));
32301 }
32302 static void *_p_wxPaintEventTo_p_wxEvent(void *x) {
32303 return (void *)((wxEvent *) ((wxPaintEvent *) x));
32304 }
32305 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x) {
32306 return (void *)((wxEvent *) ((wxNcPaintEvent *) x));
32307 }
32308 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x) {
32309 return (void *)((wxEvent *) (wxCommandEvent *) ((wxUpdateUIEvent *) x));
32310 }
32311 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x) {
32312 return (void *)((wxEvent *) ((wxPaletteChangedEvent *) x));
32313 }
32314 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x) {
32315 return (void *)((wxEvent *) ((wxDisplayChangedEvent *) x));
32316 }
32317 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x) {
32318 return (void *)((wxEvent *) ((wxMouseCaptureChangedEvent *) x));
32319 }
32320 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x) {
32321 return (void *)((wxEvent *) ((wxSysColourChangedEvent *) x));
32322 }
32323 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x) {
32324 return (void *)((wxEvent *) ((wxDropFilesEvent *) x));
32325 }
32326 static void *_p_wxFocusEventTo_p_wxEvent(void *x) {
32327 return (void *)((wxEvent *) ((wxFocusEvent *) x));
32328 }
32329 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x) {
32330 return (void *)((wxEvent *) (wxCommandEvent *) ((wxChildFocusEvent *) x));
32331 }
32332 static void *_p_wxShowEventTo_p_wxEvent(void *x) {
32333 return (void *)((wxEvent *) ((wxShowEvent *) x));
32334 }
32335 static void *_p_wxCommandEventTo_p_wxEvent(void *x) {
32336 return (void *)((wxEvent *) ((wxCommandEvent *) x));
32337 }
32338 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x) {
32339 return (void *)((wxEvent *) (wxCommandEvent *) ((wxPyCommandEvent *) x));
32340 }
32341 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x) {
32342 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowDestroyEvent *) x));
32343 }
32344 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x) {
32345 return (void *)((wxEvent *) ((wxNavigationKeyEvent *) x));
32346 }
32347 static void *_p_wxKeyEventTo_p_wxEvent(void *x) {
32348 return (void *)((wxEvent *) ((wxKeyEvent *) x));
32349 }
32350 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x) {
32351 return (void *)((wxEvent *) ((wxScrollWinEvent *) x));
32352 }
32353 static void *_p_wxSpinEventTo_p_wxEvent(void *x) {
32354 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
32355 }
32356 static void *_p_wxComboBoxTo_p_wxItemContainer(void *x) {
32357 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxChoice *) ((wxComboBox *) x));
32358 }
32359 static void *_p_wxDirFilterListCtrlTo_p_wxItemContainer(void *x) {
32360 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32361 }
32362 static void *_p_wxChoiceTo_p_wxItemContainer(void *x) {
32363 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxChoice *) x));
32364 }
32365 static void *_p_wxControlWithItemsTo_p_wxItemContainer(void *x) {
32366 return (void *)((wxItemContainer *) ((wxControlWithItems *) x));
32367 }
32368 static void *_p_wxListBoxTo_p_wxItemContainer(void *x) {
32369 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxListBox *) x));
32370 }
32371 static void *_p_wxCheckListBoxTo_p_wxItemContainer(void *x) {
32372 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32373 }
32374 static void *_p_wxListViewTo_p_wxPyListCtrl(void *x) {
32375 return (void *)((wxPyListCtrl *) ((wxListView *) x));
32376 }
32377 static void *_p_wxCheckListBoxTo_p_wxControl(void *x) {
32378 return (void *)((wxControl *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32379 }
32380 static void *_p_wxListBoxTo_p_wxControl(void *x) {
32381 return (void *)((wxControl *) (wxControlWithItems *) ((wxListBox *) x));
32382 }
32383 static void *_p_wxChoiceTo_p_wxControl(void *x) {
32384 return (void *)((wxControl *) (wxControlWithItems *) ((wxChoice *) x));
32385 }
32386 static void *_p_wxToolBarTo_p_wxControl(void *x) {
32387 return (void *)((wxControl *) (wxToolBarBase *) ((wxToolBar *) x));
32388 }
32389 static void *_p_wxStaticBitmapTo_p_wxControl(void *x) {
32390 return (void *)((wxControl *) ((wxStaticBitmap *) x));
32391 }
32392 static void *_p_wxComboBoxTo_p_wxControl(void *x) {
32393 return (void *)((wxControl *) (wxControlWithItems *)(wxChoice *) ((wxComboBox *) x));
32394 }
32395 static void *_p_wxSpinCtrlTo_p_wxControl(void *x) {
32396 return (void *)((wxControl *) ((wxSpinCtrl *) x));
32397 }
32398 static void *_p_wxStaticBoxTo_p_wxControl(void *x) {
32399 return (void *)((wxControl *) ((wxStaticBox *) x));
32400 }
32401 static void *_p_wxPyListCtrlTo_p_wxControl(void *x) {
32402 return (void *)((wxControl *) ((wxPyListCtrl *) x));
32403 }
32404 static void *_p_wxPyTreeCtrlTo_p_wxControl(void *x) {
32405 return (void *)((wxControl *) ((wxPyTreeCtrl *) x));
32406 }
32407 static void *_p_wxDirFilterListCtrlTo_p_wxControl(void *x) {
32408 return (void *)((wxControl *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32409 }
32410 static void *_p_wxScrollBarTo_p_wxControl(void *x) {
32411 return (void *)((wxControl *) ((wxScrollBar *) x));
32412 }
32413 static void *_p_wxBookCtrlTo_p_wxControl(void *x) {
32414 return (void *)((wxControl *) ((wxBookCtrl *) x));
32415 }
32416 static void *_p_wxRadioButtonTo_p_wxControl(void *x) {
32417 return (void *)((wxControl *) ((wxRadioButton *) x));
32418 }
32419 static void *_p_wxToggleButtonTo_p_wxControl(void *x) {
32420 return (void *)((wxControl *) ((wxToggleButton *) x));
32421 }
32422 static void *_p_wxGaugeTo_p_wxControl(void *x) {
32423 return (void *)((wxControl *) ((wxGauge *) x));
32424 }
32425 static void *_p_wxToolBarBaseTo_p_wxControl(void *x) {
32426 return (void *)((wxControl *) ((wxToolBarBase *) x));
32427 }
32428 static void *_p_wxBitmapButtonTo_p_wxControl(void *x) {
32429 return (void *)((wxControl *) (wxButton *) ((wxBitmapButton *) x));
32430 }
32431 static void *_p_wxButtonTo_p_wxControl(void *x) {
32432 return (void *)((wxControl *) ((wxButton *) x));
32433 }
32434 static void *_p_wxSpinButtonTo_p_wxControl(void *x) {
32435 return (void *)((wxControl *) ((wxSpinButton *) x));
32436 }
32437 static void *_p_wxContextHelpButtonTo_p_wxControl(void *x) {
32438 return (void *)((wxControl *) (wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32439 }
32440 static void *_p_wxControlWithItemsTo_p_wxControl(void *x) {
32441 return (void *)((wxControl *) ((wxControlWithItems *) x));
32442 }
32443 static void *_p_wxRadioBoxTo_p_wxControl(void *x) {
32444 return (void *)((wxControl *) ((wxRadioBox *) x));
32445 }
32446 static void *_p_wxNotebookTo_p_wxControl(void *x) {
32447 return (void *)((wxControl *) (wxBookCtrl *) ((wxNotebook *) x));
32448 }
32449 static void *_p_wxListbookTo_p_wxControl(void *x) {
32450 return (void *)((wxControl *) (wxBookCtrl *) ((wxListbook *) x));
32451 }
32452 static void *_p_wxCheckBoxTo_p_wxControl(void *x) {
32453 return (void *)((wxControl *) ((wxCheckBox *) x));
32454 }
32455 static void *_p_wxTextCtrlTo_p_wxControl(void *x) {
32456 return (void *)((wxControl *) ((wxTextCtrl *) x));
32457 }
32458 static void *_p_wxListViewTo_p_wxControl(void *x) {
32459 return (void *)((wxControl *) (wxPyListCtrl *) ((wxListView *) x));
32460 }
32461 static void *_p_wxSliderTo_p_wxControl(void *x) {
32462 return (void *)((wxControl *) ((wxSlider *) x));
32463 }
32464 static void *_p_wxGenericDirCtrlTo_p_wxControl(void *x) {
32465 return (void *)((wxControl *) ((wxGenericDirCtrl *) x));
32466 }
32467 static void *_p_wxPyControlTo_p_wxControl(void *x) {
32468 return (void *)((wxControl *) ((wxPyControl *) x));
32469 }
32470 static void *_p_wxStaticLineTo_p_wxControl(void *x) {
32471 return (void *)((wxControl *) ((wxStaticLine *) x));
32472 }
32473 static void *_p_wxStaticTextTo_p_wxControl(void *x) {
32474 return (void *)((wxControl *) ((wxStaticText *) x));
32475 }
32476 static void *_p_wxToolBarTo_p_wxToolBarBase(void *x) {
32477 return (void *)((wxToolBarBase *) ((wxToolBar *) x));
32478 }
32479 static void *_p_wxComboBoxTo_p_wxChoice(void *x) {
32480 return (void *)((wxChoice *) ((wxComboBox *) x));
32481 }
32482 static void *_p_wxDirFilterListCtrlTo_p_wxChoice(void *x) {
32483 return (void *)((wxChoice *) ((wxDirFilterListCtrl *) x));
32484 }
32485 static void *_p_wxTreeEventTo_p_wxNotifyEvent(void *x) {
32486 return (void *)((wxNotifyEvent *) ((wxTreeEvent *) x));
32487 }
32488 static void *_p_wxBookCtrlEventTo_p_wxNotifyEvent(void *x) {
32489 return (void *)((wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32490 }
32491 static void *_p_wxListEventTo_p_wxNotifyEvent(void *x) {
32492 return (void *)((wxNotifyEvent *) ((wxListEvent *) x));
32493 }
32494 static void *_p_wxSpinEventTo_p_wxNotifyEvent(void *x) {
32495 return (void *)((wxNotifyEvent *) ((wxSpinEvent *) x));
32496 }
32497 static void *_p_wxNotebookEventTo_p_wxNotifyEvent(void *x) {
32498 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32499 }
32500 static void *_p_wxListbookEventTo_p_wxNotifyEvent(void *x) {
32501 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxListbookEvent *) x));
32502 }
32503 static void *_p_wxBookCtrlTo_p_wxEvtHandler(void *x) {
32504 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxBookCtrl *) x));
32505 }
32506 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x) {
32507 return (void *)((wxEvtHandler *) (wxWindow *) ((wxMenuBar *) x));
32508 }
32509 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x) {
32510 return (void *)((wxEvtHandler *) ((wxValidator *) x));
32511 }
32512 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x) {
32513 return (void *)((wxEvtHandler *) (wxValidator *) ((wxPyValidator *) x));
32514 }
32515 static void *_p_wxToolBarTo_p_wxEvtHandler(void *x) {
32516 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
32517 }
32518 static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
32519 return (void *)((wxEvtHandler *) ((wxMenu *) x));
32520 }
32521 static void *_p_wxToggleButtonTo_p_wxEvtHandler(void *x) {
32522 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToggleButton *) x));
32523 }
32524 static void *_p_wxRadioButtonTo_p_wxEvtHandler(void *x) {
32525 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioButton *) x));
32526 }
32527 static void *_p_wxWindowTo_p_wxEvtHandler(void *x) {
32528 return (void *)((wxEvtHandler *) ((wxWindow *) x));
32529 }
32530 static void *_p_wxControlTo_p_wxEvtHandler(void *x) {
32531 return (void *)((wxEvtHandler *) (wxWindow *) ((wxControl *) x));
32532 }
32533 static void *_p_wxToolBarBaseTo_p_wxEvtHandler(void *x) {
32534 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToolBarBase *) x));
32535 }
32536 static void *_p_wxPyListCtrlTo_p_wxEvtHandler(void *x) {
32537 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
32538 }
32539 static void *_p_wxComboBoxTo_p_wxEvtHandler(void *x) {
32540 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxComboBox *) x));
32541 }
32542 static void *_p_wxDirFilterListCtrlTo_p_wxEvtHandler(void *x) {
32543 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32544 }
32545 static void *_p_wxPyControlTo_p_wxEvtHandler(void *x) {
32546 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyControl *) x));
32547 }
32548 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x) {
32549 return (void *)((wxEvtHandler *) ((wxPyApp *) x));
32550 }
32551 static void *_p_wxGenericDirCtrlTo_p_wxEvtHandler(void *x) {
32552 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
32553 }
32554 static void *_p_wxScrollBarTo_p_wxEvtHandler(void *x) {
32555 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxScrollBar *) x));
32556 }
32557 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x) {
32558 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxControlWithItems *) x));
32559 }
32560 static void *_p_wxGaugeTo_p_wxEvtHandler(void *x) {
32561 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGauge *) x));
32562 }
32563 static void *_p_wxStaticLineTo_p_wxEvtHandler(void *x) {
32564 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticLine *) x));
32565 }
32566 static void *_p_wxListbookTo_p_wxEvtHandler(void *x) {
32567 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
32568 }
32569 static void *_p_wxPyTreeCtrlTo_p_wxEvtHandler(void *x) {
32570 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
32571 }
32572 static void *_p_wxCheckBoxTo_p_wxEvtHandler(void *x) {
32573 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxCheckBox *) x));
32574 }
32575 static void *_p_wxRadioBoxTo_p_wxEvtHandler(void *x) {
32576 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioBox *) x));
32577 }
32578 static void *_p_wxCheckListBoxTo_p_wxEvtHandler(void *x) {
32579 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32580 }
32581 static void *_p_wxListBoxTo_p_wxEvtHandler(void *x) {
32582 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
32583 }
32584 static void *_p_wxChoiceTo_p_wxEvtHandler(void *x) {
32585 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
32586 }
32587 static void *_p_wxNotebookTo_p_wxEvtHandler(void *x) {
32588 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
32589 }
32590 static void *_p_wxStaticBitmapTo_p_wxEvtHandler(void *x) {
32591 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
32592 }
32593 static void *_p_wxListViewTo_p_wxEvtHandler(void *x) {
32594 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
32595 }
32596 static void *_p_wxSpinCtrlTo_p_wxEvtHandler(void *x) {
32597 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
32598 }
32599 static void *_p_wxStaticTextTo_p_wxEvtHandler(void *x) {
32600 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticText *) x));
32601 }
32602 static void *_p_wxStaticBoxTo_p_wxEvtHandler(void *x) {
32603 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBox *) x));
32604 }
32605 static void *_p_wxSliderTo_p_wxEvtHandler(void *x) {
32606 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSlider *) x));
32607 }
32608 static void *_p_wxSpinButtonTo_p_wxEvtHandler(void *x) {
32609 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinButton *) x));
32610 }
32611 static void *_p_wxButtonTo_p_wxEvtHandler(void *x) {
32612 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxButton *) x));
32613 }
32614 static void *_p_wxBitmapButtonTo_p_wxEvtHandler(void *x) {
32615 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
32616 }
32617 static void *_p_wxContextHelpButtonTo_p_wxEvtHandler(void *x) {
32618 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32619 }
32620 static void *_p_wxTextCtrlTo_p_wxEvtHandler(void *x) {
32621 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxTextCtrl *) x));
32622 }
32623 static void *_p_wxCheckListBoxTo_p_wxListBox(void *x) {
32624 return (void *)((wxListBox *) ((wxCheckListBox *) x));
32625 }
32626 static void *_p_wxListbookTo_p_wxBookCtrl(void *x) {
32627 return (void *)((wxBookCtrl *) ((wxListbook *) x));
32628 }
32629 static void *_p_wxNotebookTo_p_wxBookCtrl(void *x) {
32630 return (void *)((wxBookCtrl *) ((wxNotebook *) x));
32631 }
32632 static void *_p_wxBitmapButtonTo_p_wxButton(void *x) {
32633 return (void *)((wxButton *) ((wxBitmapButton *) x));
32634 }
32635 static void *_p_wxContextHelpButtonTo_p_wxButton(void *x) {
32636 return (void *)((wxButton *) (wxBitmapButton *) ((wxContextHelpButton *) x));
32637 }
32638 static void *_p_wxContextHelpButtonTo_p_wxBitmapButton(void *x) {
32639 return (void *)((wxBitmapButton *) ((wxContextHelpButton *) x));
32640 }
32641 static void *_p_wxSimpleHelpProviderTo_p_wxHelpProvider(void *x) {
32642 return (void *)((wxHelpProvider *) ((wxSimpleHelpProvider *) x));
32643 }
32644 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x) {
32645 return (void *)((wxObject *) ((wxLayoutConstraints *) x));
32646 }
32647 static void *_p_wxGBSizerItemTo_p_wxObject(void *x) {
32648 return (void *)((wxObject *) (wxSizerItem *) ((wxGBSizerItem *) x));
32649 }
32650 static void *_p_wxSizerItemTo_p_wxObject(void *x) {
32651 return (void *)((wxObject *) ((wxSizerItem *) x));
32652 }
32653 static void *_p_wxScrollEventTo_p_wxObject(void *x) {
32654 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxScrollEvent *) x));
32655 }
32656 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x) {
32657 return (void *)((wxObject *) ((wxIndividualLayoutConstraint *) x));
32658 }
32659 static void *_p_wxTextUrlEventTo_p_wxObject(void *x) {
32660 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxTextUrlEvent *) x));
32661 }
32662 static void *_p_wxBookCtrlEventTo_p_wxObject(void *x) {
32663 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32664 }
32665 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x) {
32666 return (void *)((wxObject *) (wxSizer *)(wxBoxSizer *) ((wxStaticBoxSizer *) x));
32667 }
32668 static void *_p_wxBoxSizerTo_p_wxObject(void *x) {
32669 return (void *)((wxObject *) (wxSizer *) ((wxBoxSizer *) x));
32670 }
32671 static void *_p_wxSizerTo_p_wxObject(void *x) {
32672 return (void *)((wxObject *) ((wxSizer *) x));
32673 }
32674 static void *_p_wxGridBagSizerTo_p_wxObject(void *x) {
32675 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
32676 }
32677 static void *_p_wxCheckBoxTo_p_wxObject(void *x) {
32678 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxCheckBox *) x));
32679 }
32680 static void *_p_wxPyTreeCtrlTo_p_wxObject(void *x) {
32681 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
32682 }
32683 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x) {
32684 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxUpdateUIEvent *) x));
32685 }
32686 static void *_p_wxEventTo_p_wxObject(void *x) {
32687 return (void *)((wxObject *) ((wxEvent *) x));
32688 }
32689 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x) {
32690 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *) ((wxFlexGridSizer *) x));
32691 }
32692 static void *_p_wxGridSizerTo_p_wxObject(void *x) {
32693 return (void *)((wxObject *) (wxSizer *) ((wxGridSizer *) x));
32694 }
32695 static void *_p_wxInitDialogEventTo_p_wxObject(void *x) {
32696 return (void *)((wxObject *) (wxEvent *) ((wxInitDialogEvent *) x));
32697 }
32698 static void *_p_wxGenericDirCtrlTo_p_wxObject(void *x) {
32699 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
32700 }
32701 static void *_p_wxPyListCtrlTo_p_wxObject(void *x) {
32702 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
32703 }
32704 static void *_p_wxDirFilterListCtrlTo_p_wxObject(void *x) {
32705 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32706 }
32707 static void *_p_wxPaintEventTo_p_wxObject(void *x) {
32708 return (void *)((wxObject *) (wxEvent *) ((wxPaintEvent *) x));
32709 }
32710 static void *_p_wxNcPaintEventTo_p_wxObject(void *x) {
32711 return (void *)((wxObject *) (wxEvent *) ((wxNcPaintEvent *) x));
32712 }
32713 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x) {
32714 return (void *)((wxObject *) (wxEvent *) ((wxPaletteChangedEvent *) x));
32715 }
32716 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x) {
32717 return (void *)((wxObject *) (wxEvent *) ((wxDisplayChangedEvent *) x));
32718 }
32719 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x) {
32720 return (void *)((wxObject *) (wxEvent *) ((wxMouseCaptureChangedEvent *) x));
32721 }
32722 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x) {
32723 return (void *)((wxObject *) (wxEvent *) ((wxSysColourChangedEvent *) x));
32724 }
32725 static void *_p_wxStaticLineTo_p_wxObject(void *x) {
32726 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticLine *) x));
32727 }
32728 static void *_p_wxControlTo_p_wxObject(void *x) {
32729 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxControl *) x));
32730 }
32731 static void *_p_wxPyControlTo_p_wxObject(void *x) {
32732 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyControl *) x));
32733 }
32734 static void *_p_wxGaugeTo_p_wxObject(void *x) {
32735 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGauge *) x));
32736 }
32737 static void *_p_wxRadioButtonTo_p_wxObject(void *x) {
32738 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioButton *) x));
32739 }
32740 static void *_p_wxToggleButtonTo_p_wxObject(void *x) {
32741 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToggleButton *) x));
32742 }
32743 static void *_p_wxToolBarBaseTo_p_wxObject(void *x) {
32744 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToolBarBase *) x));
32745 }
32746 static void *_p_wxSetCursorEventTo_p_wxObject(void *x) {
32747 return (void *)((wxObject *) (wxEvent *) ((wxSetCursorEvent *) x));
32748 }
32749 static void *_p_wxChoiceTo_p_wxObject(void *x) {
32750 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
32751 }
32752 static void *_p_wxFSFileTo_p_wxObject(void *x) {
32753 return (void *)((wxObject *) ((wxFSFile *) x));
32754 }
32755 static void *_p_wxPySizerTo_p_wxObject(void *x) {
32756 return (void *)((wxObject *) (wxSizer *) ((wxPySizer *) x));
32757 }
32758 static void *_p_wxListViewTo_p_wxObject(void *x) {
32759 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
32760 }
32761 static void *_p_wxTextCtrlTo_p_wxObject(void *x) {
32762 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxTextCtrl *) x));
32763 }
32764 static void *_p_wxNotebookTo_p_wxObject(void *x) {
32765 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
32766 }
32767 static void *_p_wxPyEventTo_p_wxObject(void *x) {
32768 return (void *)((wxObject *) (wxEvent *) ((wxPyEvent *) x));
32769 }
32770 static void *_p_wxNotifyEventTo_p_wxObject(void *x) {
32771 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxNotifyEvent *) x));
32772 }
32773 static void *_p_wxListbookTo_p_wxObject(void *x) {
32774 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
32775 }
32776 static void *_p_wxShowEventTo_p_wxObject(void *x) {
32777 return (void *)((wxObject *) (wxEvent *) ((wxShowEvent *) x));
32778 }
32779 static void *_p_wxStaticBitmapTo_p_wxObject(void *x) {
32780 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
32781 }
32782 static void *_p_wxSliderTo_p_wxObject(void *x) {
32783 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSlider *) x));
32784 }
32785 static void *_p_wxMenuItemTo_p_wxObject(void *x) {
32786 return (void *)((wxObject *) ((wxMenuItem *) x));
32787 }
32788 static void *_p_wxIdleEventTo_p_wxObject(void *x) {
32789 return (void *)((wxObject *) (wxEvent *) ((wxIdleEvent *) x));
32790 }
32791 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x) {
32792 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowCreateEvent *) x));
32793 }
32794 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x) {
32795 return (void *)((wxObject *) (wxEvent *) ((wxQueryNewPaletteEvent *) x));
32796 }
32797 static void *_p_wxMaximizeEventTo_p_wxObject(void *x) {
32798 return (void *)((wxObject *) (wxEvent *) ((wxMaximizeEvent *) x));
32799 }
32800 static void *_p_wxIconizeEventTo_p_wxObject(void *x) {
32801 return (void *)((wxObject *) (wxEvent *) ((wxIconizeEvent *) x));
32802 }
32803 static void *_p_wxSizeEventTo_p_wxObject(void *x) {
32804 return (void *)((wxObject *) (wxEvent *) ((wxSizeEvent *) x));
32805 }
32806 static void *_p_wxMoveEventTo_p_wxObject(void *x) {
32807 return (void *)((wxObject *) (wxEvent *) ((wxMoveEvent *) x));
32808 }
32809 static void *_p_wxActivateEventTo_p_wxObject(void *x) {
32810 return (void *)((wxObject *) (wxEvent *) ((wxActivateEvent *) x));
32811 }
32812 static void *_p_wxStaticBoxTo_p_wxObject(void *x) {
32813 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBox *) x));
32814 }
32815 static void *_p_wxContextHelpTo_p_wxObject(void *x) {
32816 return (void *)((wxObject *) ((wxContextHelp *) x));
32817 }
32818 static void *_p_wxXPMHandlerTo_p_wxObject(void *x) {
32819 return (void *)((wxObject *) (wxImageHandler *) ((wxXPMHandler *) x));
32820 }
32821 static void *_p_wxPNMHandlerTo_p_wxObject(void *x) {
32822 return (void *)((wxObject *) (wxImageHandler *) ((wxPNMHandler *) x));
32823 }
32824 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x) {
32825 return (void *)((wxObject *) (wxImageHandler *) ((wxJPEGHandler *) x));
32826 }
32827 static void *_p_wxPCXHandlerTo_p_wxObject(void *x) {
32828 return (void *)((wxObject *) (wxImageHandler *) ((wxPCXHandler *) x));
32829 }
32830 static void *_p_wxGIFHandlerTo_p_wxObject(void *x) {
32831 return (void *)((wxObject *) (wxImageHandler *) ((wxGIFHandler *) x));
32832 }
32833 static void *_p_wxPNGHandlerTo_p_wxObject(void *x) {
32834 return (void *)((wxObject *) (wxImageHandler *) ((wxPNGHandler *) x));
32835 }
32836 static void *_p_wxANIHandlerTo_p_wxObject(void *x) {
32837 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *)(wxCURHandler *) ((wxANIHandler *) x));
32838 }
32839 static void *_p_wxCURHandlerTo_p_wxObject(void *x) {
32840 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *) ((wxCURHandler *) x));
32841 }
32842 static void *_p_wxICOHandlerTo_p_wxObject(void *x) {
32843 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *) ((wxICOHandler *) x));
32844 }
32845 static void *_p_wxBMPHandlerTo_p_wxObject(void *x) {
32846 return (void *)((wxObject *) (wxImageHandler *) ((wxBMPHandler *) x));
32847 }
32848 static void *_p_wxImageHandlerTo_p_wxObject(void *x) {
32849 return (void *)((wxObject *) ((wxImageHandler *) x));
32850 }
32851 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x) {
32852 return (void *)((wxObject *) (wxImageHandler *) ((wxTIFFHandler *) x));
32853 }
32854 static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
32855 return (void *)((wxObject *) ((wxEvtHandler *) x));
32856 }
32857 static void *_p_wxListEventTo_p_wxObject(void *x) {
32858 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
32859 }
32860 static void *_p_wxListBoxTo_p_wxObject(void *x) {
32861 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
32862 }
32863 static void *_p_wxCheckListBoxTo_p_wxObject(void *x) {
32864 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32865 }
32866 static void *_p_wxBookCtrlTo_p_wxObject(void *x) {
32867 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxBookCtrl *) x));
32868 }
32869 static void *_p_wxButtonTo_p_wxObject(void *x) {
32870 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxButton *) x));
32871 }
32872 static void *_p_wxBitmapButtonTo_p_wxObject(void *x) {
32873 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
32874 }
32875 static void *_p_wxSpinButtonTo_p_wxObject(void *x) {
32876 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinButton *) x));
32877 }
32878 static void *_p_wxContextHelpButtonTo_p_wxObject(void *x) {
32879 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32880 }
32881 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
32882 return (void *)((wxObject *) ((wxAcceleratorTable *) x));
32883 }
32884 static void *_p_wxScrollBarTo_p_wxObject(void *x) {
32885 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxScrollBar *) x));
32886 }
32887 static void *_p_wxRadioBoxTo_p_wxObject(void *x) {
32888 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioBox *) x));
32889 }
32890 static void *_p_wxComboBoxTo_p_wxObject(void *x) {
32891 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxComboBox *) x));
32892 }
32893 static void *_p_wxHelpEventTo_p_wxObject(void *x) {
32894 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxHelpEvent *) x));
32895 }
32896 static void *_p_wxListItemTo_p_wxObject(void *x) {
32897 return (void *)((wxObject *) ((wxListItem *) x));
32898 }
32899 static void *_p_wxImageTo_p_wxObject(void *x) {
32900 return (void *)((wxObject *) ((wxImage *) x));
32901 }
32902 static void *_p_wxNotebookSizerTo_p_wxObject(void *x) {
32903 return (void *)((wxObject *) (wxSizer *) ((wxNotebookSizer *) x));
32904 }
32905 static void *_p_wxScrollWinEventTo_p_wxObject(void *x) {
32906 return (void *)((wxObject *) (wxEvent *) ((wxScrollWinEvent *) x));
32907 }
32908 static void *_p_wxSpinEventTo_p_wxObject(void *x) {
32909 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
32910 }
32911 static void *_p_wxGenericDragImageTo_p_wxObject(void *x) {
32912 return (void *)((wxObject *) ((wxGenericDragImage *) x));
32913 }
32914 static void *_p_wxSpinCtrlTo_p_wxObject(void *x) {
32915 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
32916 }
32917 static void *_p_wxNotebookEventTo_p_wxObject(void *x) {
32918 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32919 }
32920 static void *_p_wxListbookEventTo_p_wxObject(void *x) {
32921 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
32922 }
32923 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x) {
32924 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowDestroyEvent *) x));
32925 }
32926 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
32927 return (void *)((wxObject *) (wxEvent *) ((wxNavigationKeyEvent *) x));
32928 }
32929 static void *_p_wxKeyEventTo_p_wxObject(void *x) {
32930 return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
32931 }
32932 static void *_p_wxWindowTo_p_wxObject(void *x) {
32933 return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
32934 }
32935 static void *_p_wxMenuTo_p_wxObject(void *x) {
32936 return (void *)((wxObject *) (wxEvtHandler *) ((wxMenu *) x));
32937 }
32938 static void *_p_wxMenuBarTo_p_wxObject(void *x) {
32939 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
32940 }
32941 static void *_p_wxFileSystemTo_p_wxObject(void *x) {
32942 return (void *)((wxObject *) ((wxFileSystem *) x));
32943 }
32944 static void *_p_wxContextMenuEventTo_p_wxObject(void *x) {
32945 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxContextMenuEvent *) x));
32946 }
32947 static void *_p_wxMenuEventTo_p_wxObject(void *x) {
32948 return (void *)((wxObject *) (wxEvent *) ((wxMenuEvent *) x));
32949 }
32950 static void *_p_wxPyAppTo_p_wxObject(void *x) {
32951 return (void *)((wxObject *) (wxEvtHandler *) ((wxPyApp *) x));
32952 }
32953 static void *_p_wxCloseEventTo_p_wxObject(void *x) {
32954 return (void *)((wxObject *) (wxEvent *) ((wxCloseEvent *) x));
32955 }
32956 static void *_p_wxMouseEventTo_p_wxObject(void *x) {
32957 return (void *)((wxObject *) (wxEvent *) ((wxMouseEvent *) x));
32958 }
32959 static void *_p_wxEraseEventTo_p_wxObject(void *x) {
32960 return (void *)((wxObject *) (wxEvent *) ((wxEraseEvent *) x));
32961 }
32962 static void *_p_wxTreeEventTo_p_wxObject(void *x) {
32963 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
32964 }
32965 static void *_p_wxPyCommandEventTo_p_wxObject(void *x) {
32966 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxPyCommandEvent *) x));
32967 }
32968 static void *_p_wxCommandEventTo_p_wxObject(void *x) {
32969 return (void *)((wxObject *) (wxEvent *) ((wxCommandEvent *) x));
32970 }
32971 static void *_p_wxStaticTextTo_p_wxObject(void *x) {
32972 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticText *) x));
32973 }
32974 static void *_p_wxDropFilesEventTo_p_wxObject(void *x) {
32975 return (void *)((wxObject *) (wxEvent *) ((wxDropFilesEvent *) x));
32976 }
32977 static void *_p_wxFocusEventTo_p_wxObject(void *x) {
32978 return (void *)((wxObject *) (wxEvent *) ((wxFocusEvent *) x));
32979 }
32980 static void *_p_wxChildFocusEventTo_p_wxObject(void *x) {
32981 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxChildFocusEvent *) x));
32982 }
32983 static void *_p_wxControlWithItemsTo_p_wxObject(void *x) {
32984 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxControlWithItems *) x));
32985 }
32986 static void *_p_wxToolBarToolBaseTo_p_wxObject(void *x) {
32987 return (void *)((wxObject *) ((wxToolBarToolBase *) x));
32988 }
32989 static void *_p_wxToolBarTo_p_wxObject(void *x) {
32990 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
32991 }
32992 static void *_p_wxPyValidatorTo_p_wxObject(void *x) {
32993 return (void *)((wxObject *) (wxEvtHandler *)(wxValidator *) ((wxPyValidator *) x));
32994 }
32995 static void *_p_wxValidatorTo_p_wxObject(void *x) {
32996 return (void *)((wxObject *) (wxEvtHandler *) ((wxValidator *) x));
32997 }
32998 static void *_p_wxBookCtrlSizerTo_p_wxObject(void *x) {
32999 return (void *)((wxObject *) (wxSizer *) ((wxBookCtrlSizer *) x));
33000 }
33001 static void *_p_wxBookCtrlTo_p_wxWindow(void *x) {
33002 return (void *)((wxWindow *) (wxControl *) ((wxBookCtrl *) x));
33003 }
33004 static void *_p_wxMenuBarTo_p_wxWindow(void *x) {
33005 return (void *)((wxWindow *) ((wxMenuBar *) x));
33006 }
33007 static void *_p_wxToolBarTo_p_wxWindow(void *x) {
33008 return (void *)((wxWindow *) (wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
33009 }
33010 static void *_p_wxToggleButtonTo_p_wxWindow(void *x) {
33011 return (void *)((wxWindow *) (wxControl *) ((wxToggleButton *) x));
33012 }
33013 static void *_p_wxRadioButtonTo_p_wxWindow(void *x) {
33014 return (void *)((wxWindow *) (wxControl *) ((wxRadioButton *) x));
33015 }
33016 static void *_p_wxPyControlTo_p_wxWindow(void *x) {
33017 return (void *)((wxWindow *) (wxControl *) ((wxPyControl *) x));
33018 }
33019 static void *_p_wxControlTo_p_wxWindow(void *x) {
33020 return (void *)((wxWindow *) ((wxControl *) x));
33021 }
33022 static void *_p_wxToolBarBaseTo_p_wxWindow(void *x) {
33023 return (void *)((wxWindow *) (wxControl *) ((wxToolBarBase *) x));
33024 }
33025 static void *_p_wxDirFilterListCtrlTo_p_wxWindow(void *x) {
33026 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
33027 }
33028 static void *_p_wxPyListCtrlTo_p_wxWindow(void *x) {
33029 return (void *)((wxWindow *) (wxControl *) ((wxPyListCtrl *) x));
33030 }
33031 static void *_p_wxComboBoxTo_p_wxWindow(void *x) {
33032 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxChoice *) ((wxComboBox *) x));
33033 }
33034 static void *_p_wxGenericDirCtrlTo_p_wxWindow(void *x) {
33035 return (void *)((wxWindow *) (wxControl *) ((wxGenericDirCtrl *) x));
33036 }
33037 static void *_p_wxScrollBarTo_p_wxWindow(void *x) {
33038 return (void *)((wxWindow *) (wxControl *) ((wxScrollBar *) x));
33039 }
33040 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x) {
33041 return (void *)((wxWindow *) (wxControl *) ((wxControlWithItems *) x));
33042 }
33043 static void *_p_wxGaugeTo_p_wxWindow(void *x) {
33044 return (void *)((wxWindow *) (wxControl *) ((wxGauge *) x));
33045 }
33046 static void *_p_wxStaticLineTo_p_wxWindow(void *x) {
33047 return (void *)((wxWindow *) (wxControl *) ((wxStaticLine *) x));
33048 }
33049 static void *_p_wxListbookTo_p_wxWindow(void *x) {
33050 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxListbook *) x));
33051 }
33052 static void *_p_wxPyTreeCtrlTo_p_wxWindow(void *x) {
33053 return (void *)((wxWindow *) (wxControl *) ((wxPyTreeCtrl *) x));
33054 }
33055 static void *_p_wxCheckBoxTo_p_wxWindow(void *x) {
33056 return (void *)((wxWindow *) (wxControl *) ((wxCheckBox *) x));
33057 }
33058 static void *_p_wxRadioBoxTo_p_wxWindow(void *x) {
33059 return (void *)((wxWindow *) (wxControl *) ((wxRadioBox *) x));
33060 }
33061 static void *_p_wxCheckListBoxTo_p_wxWindow(void *x) {
33062 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
33063 }
33064 static void *_p_wxChoiceTo_p_wxWindow(void *x) {
33065 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxChoice *) x));
33066 }
33067 static void *_p_wxListBoxTo_p_wxWindow(void *x) {
33068 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxListBox *) x));
33069 }
33070 static void *_p_wxListViewTo_p_wxWindow(void *x) {
33071 return (void *)((wxWindow *) (wxControl *)(wxPyListCtrl *) ((wxListView *) x));
33072 }
33073 static void *_p_wxNotebookTo_p_wxWindow(void *x) {
33074 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
33075 }
33076 static void *_p_wxStaticBitmapTo_p_wxWindow(void *x) {
33077 return (void *)((wxWindow *) (wxControl *) ((wxStaticBitmap *) x));
33078 }
33079 static void *_p_wxSpinCtrlTo_p_wxWindow(void *x) {
33080 return (void *)((wxWindow *) (wxControl *) ((wxSpinCtrl *) x));
33081 }
33082 static void *_p_wxStaticTextTo_p_wxWindow(void *x) {
33083 return (void *)((wxWindow *) (wxControl *) ((wxStaticText *) x));
33084 }
33085 static void *_p_wxStaticBoxTo_p_wxWindow(void *x) {
33086 return (void *)((wxWindow *) (wxControl *) ((wxStaticBox *) x));
33087 }
33088 static void *_p_wxSliderTo_p_wxWindow(void *x) {
33089 return (void *)((wxWindow *) (wxControl *) ((wxSlider *) x));
33090 }
33091 static void *_p_wxSpinButtonTo_p_wxWindow(void *x) {
33092 return (void *)((wxWindow *) (wxControl *) ((wxSpinButton *) x));
33093 }
33094 static void *_p_wxButtonTo_p_wxWindow(void *x) {
33095 return (void *)((wxWindow *) (wxControl *) ((wxButton *) x));
33096 }
33097 static void *_p_wxBitmapButtonTo_p_wxWindow(void *x) {
33098 return (void *)((wxWindow *) (wxControl *)(wxButton *) ((wxBitmapButton *) x));
33099 }
33100 static void *_p_wxContextHelpButtonTo_p_wxWindow(void *x) {
33101 return (void *)((wxWindow *) (wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
33102 }
33103 static void *_p_wxTextCtrlTo_p_wxWindow(void *x) {
33104 return (void *)((wxWindow *) (wxControl *) ((wxTextCtrl *) x));
33105 }
33106 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x) {
33107 return (void *)((wxCommandEvent *) ((wxWindowDestroyEvent *) x));
33108 }
33109 static void *_p_wxBookCtrlEventTo_p_wxCommandEvent(void *x) {
33110 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxBookCtrlEvent *) x));
33111 }
33112 static void *_p_wxTextUrlEventTo_p_wxCommandEvent(void *x) {
33113 return (void *)((wxCommandEvent *) ((wxTextUrlEvent *) x));
33114 }
33115 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x) {
33116 return (void *)((wxCommandEvent *) ((wxScrollEvent *) x));
33117 }
33118 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x) {
33119 return (void *)((wxCommandEvent *) ((wxPyCommandEvent *) x));
33120 }
33121 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x) {
33122 return (void *)((wxCommandEvent *) ((wxContextMenuEvent *) x));
33123 }
33124 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x) {
33125 return (void *)((wxCommandEvent *) ((wxChildFocusEvent *) x));
33126 }
33127 static void *_p_wxListbookEventTo_p_wxCommandEvent(void *x) {
33128 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
33129 }
33130 static void *_p_wxNotebookEventTo_p_wxCommandEvent(void *x) {
33131 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
33132 }
33133 static void *_p_wxListEventTo_p_wxCommandEvent(void *x) {
33134 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxListEvent *) x));
33135 }
33136 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x) {
33137 return (void *)((wxCommandEvent *) ((wxWindowCreateEvent *) x));
33138 }
33139 static void *_p_wxTreeEventTo_p_wxCommandEvent(void *x) {
33140 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxTreeEvent *) x));
33141 }
33142 static void *_p_wxSpinEventTo_p_wxCommandEvent(void *x) {
33143 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxSpinEvent *) x));
33144 }
33145 static void *_p_wxHelpEventTo_p_wxCommandEvent(void *x) {
33146 return (void *)((wxCommandEvent *) ((wxHelpEvent *) x));
33147 }
33148 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x) {
33149 return (void *)((wxCommandEvent *) ((wxNotifyEvent *) x));
33150 }
33151 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x) {
33152 return (void *)((wxCommandEvent *) ((wxUpdateUIEvent *) x));
33153 }
33154 static void *_p_wxComboBoxTo_p_wxControlWithItems(void *x) {
33155 return (void *)((wxControlWithItems *) (wxChoice *) ((wxComboBox *) x));
33156 }
33157 static void *_p_wxDirFilterListCtrlTo_p_wxControlWithItems(void *x) {
33158 return (void *)((wxControlWithItems *) (wxChoice *) ((wxDirFilterListCtrl *) x));
33159 }
33160 static void *_p_wxChoiceTo_p_wxControlWithItems(void *x) {
33161 return (void *)((wxControlWithItems *) ((wxChoice *) x));
33162 }
33163 static void *_p_wxListBoxTo_p_wxControlWithItems(void *x) {
33164 return (void *)((wxControlWithItems *) ((wxListBox *) x));
33165 }
33166 static void *_p_wxCheckListBoxTo_p_wxControlWithItems(void *x) {
33167 return (void *)((wxControlWithItems *) (wxListBox *) ((wxCheckListBox *) x));
33168 }
33169 static void *_p_wxPyValidatorTo_p_wxValidator(void *x) {
33170 return (void *)((wxValidator *) ((wxPyValidator *) x));
33171 }
33172 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}};
33173 static swig_type_info _swigt__p_wxBookCtrlEvent[] = {{"_p_wxBookCtrlEvent", 0, "wxBookCtrlEvent *", 0, 0, 0, 0},{"_p_wxBookCtrlEvent", 0, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxBookCtrlEvent, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxBookCtrlEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33174 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}};
33175 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}};
33176 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}};
33177 static swig_type_info _swigt__p_wxEvent[] = {{"_p_wxEvent", 0, "wxEvent *", 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxEvent", 0, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33178 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}};
33179 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}};
33180 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}};
33181 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}};
33182 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}};
33183 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}};
33184 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}};
33185 static swig_type_info _swigt__p_wxControl[] = {{"_p_wxControl", 0, "wxControl *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxControl", 0, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxControl, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxControl, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33186 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}};
33187 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}};
33188 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}};
33189 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}};
33190 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}};
33191 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}};
33192 static swig_type_info _swigt__p_wxChoice[] = {{"_p_wxChoice", 0, "wxChoice *", 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxChoice, 0, 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}};
33193 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}};
33194 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}};
33195 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}};
33196 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}};
33197 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}};
33198 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}};
33199 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}};
33200 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}};
33201 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}};
33202 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}};
33203 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}};
33204 static swig_type_info _swigt__p_wxNotifyEvent[] = {{"_p_wxNotifyEvent", 0, "wxNotifyEvent *", 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33205 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}};
33206 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}};
33207 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}};
33208 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}};
33209 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}};
33210 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}};
33211 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}};
33212 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}};
33213 static swig_type_info _swigt__p_wxEvtHandler[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", 0, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33214 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}};
33215 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}};
33216 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}};
33217 static swig_type_info _swigt__p_wxBookCtrl[] = {{"_p_wxBookCtrl", 0, "wxBookCtrl *", 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxBookCtrl, 0, 0, 0, 0, 0},{"_p_wxBookCtrl", 0, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxBookCtrl, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33218 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}};
33219 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}};
33220 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}};
33221 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}};
33222 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}};
33223 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}};
33224 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}};
33225 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}};
33226 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}};
33227 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}};
33228 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}};
33229 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}};
33230 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}};
33231 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}};
33232 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}};
33233 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}};
33234 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}};
33235 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}};
33236 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}};
33237 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}};
33238 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}};
33239 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}};
33240 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}};
33241 static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0, 0, 0, 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizer", _p_wxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEvent", _p_wxEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxContextHelp", _p_wxContextHelpTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListItem", _p_wxListItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxImage", _p_wxImageTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotebookSizer", _p_wxNotebookSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGenericDragImage", _p_wxGenericDragImageTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxObject", 0, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToolBarToolBase", _p_wxToolBarToolBaseTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBookCtrlSizer", _p_wxBookCtrlSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33242 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}};
33243 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}};
33244 static swig_type_info _swigt__p_wxWindow[] = {{"_p_wxWindow", 0, "wxWindow *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxWindow", 0, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33245 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}};
33246 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}};
33247 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}};
33248 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}};
33249 static swig_type_info _swigt__p_wxCommandEvent[] = {{"_p_wxCommandEvent", 0, "wxCommandEvent *", 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", 0, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33250 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}};
33251 static swig_type_info _swigt__p_wxControlWithItems[] = {{"_p_wxControlWithItems", 0, "wxControlWithItems *", 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxControlWithItems, 0, 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}};
33252 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}};
33253 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}};
33254 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}};
33255 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}};
33256 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}};
33257
33258 static swig_type_info *swig_types_initial[] = {
33259 _swigt__p_wxTextUrlEvent,
33260 _swigt__p_wxBookCtrlEvent,
33261 _swigt__p_wxSizer,
33262 _swigt__p_wxCheckBox,
33263 _swigt__p_wxPyTreeCtrl,
33264 _swigt__p_wxEvent,
33265 _swigt__p_wxGenericDirCtrl,
33266 _swigt__p_bool,
33267 _swigt__p_wxPyTreeItemData,
33268 _swigt__p_wxItemContainer,
33269 _swigt__p_wxPyListCtrl,
33270 _swigt__p_wxDirFilterListCtrl,
33271 _swigt__p_wxStaticLine,
33272 _swigt__p_wxControl,
33273 _swigt__p_wxPyControl,
33274 _swigt__p_wxGauge,
33275 _swigt__p_wxToolBarBase,
33276 _swigt__p_wxFont,
33277 _swigt__p_wxToggleButton,
33278 _swigt__p_wxRadioButton,
33279 _swigt__p_wxChoice,
33280 _swigt__p_wxMemoryDC,
33281 _swigt__p_wxListItemAttr,
33282 _swigt__p_void,
33283 _swigt__p_int,
33284 _swigt__p_wxSize,
33285 _swigt__p_wxDC,
33286 _swigt__p_wxListView,
33287 _swigt__p_wxIcon,
33288 _swigt__p_wxVisualAttributes,
33289 _swigt__p_wxTextCtrl,
33290 _swigt__p_wxNotebook,
33291 _swigt__p_wxNotifyEvent,
33292 _swigt__p_wxArrayString,
33293 _swigt__p_wxListbook,
33294 _swigt__p_wxStaticBitmap,
33295 _swigt__p_wxSlider,
33296 _swigt__p_wxStaticBox,
33297 _swigt__p_wxArrayInt,
33298 _swigt__p_wxContextHelp,
33299 _swigt__p_long,
33300 _swigt__p_wxEvtHandler,
33301 _swigt__p_wxListEvent,
33302 _swigt__p_wxCheckListBox,
33303 _swigt__p_wxListBox,
33304 _swigt__p_wxBookCtrl,
33305 _swigt__p_wxSpinButton,
33306 _swigt__p_wxButton,
33307 _swigt__p_wxBitmapButton,
33308 _swigt__p_wxRect,
33309 _swigt__p_wxContextHelpButton,
33310 _swigt__p_wxRadioBox,
33311 _swigt__p_wxScrollBar,
33312 _swigt__p_char,
33313 _swigt__p_wxTreeItemId,
33314 _swigt__p_wxComboBox,
33315 _swigt__p_wxHelpEvent,
33316 _swigt__p_wxListItem,
33317 _swigt__p_wxNotebookSizer,
33318 _swigt__p_wxSpinEvent,
33319 _swigt__p_wxGenericDragImage,
33320 _swigt__p_wxSpinCtrl,
33321 _swigt__p_wxImageList,
33322 _swigt__p_wxHelpProvider,
33323 _swigt__p_wxTextAttr,
33324 _swigt__p_wxSimpleHelpProvider,
33325 _swigt__p_wxPoint,
33326 _swigt__p_wxListbookEvent,
33327 _swigt__p_wxNotebookEvent,
33328 _swigt__p_wxObject,
33329 _swigt__p_wxCursor,
33330 _swigt__p_wxKeyEvent,
33331 _swigt__p_wxWindow,
33332 _swigt__p_wxString,
33333 _swigt__p_wxBitmap,
33334 _swigt__p_wxTreeEvent,
33335 _swigt__p_wxMouseEvent,
33336 _swigt__p_wxCommandEvent,
33337 _swigt__p_wxStaticText,
33338 _swigt__p_wxControlWithItems,
33339 _swigt__p_wxToolBarToolBase,
33340 _swigt__p_wxColour,
33341 _swigt__p_wxToolBar,
33342 _swigt__p_wxBookCtrlSizer,
33343 _swigt__p_wxValidator,
33344 0
33345 };
33346
33347
33348 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
33349
33350 static swig_const_info swig_const_table[] = {
33351 {0}};
33352
33353 #ifdef __cplusplus
33354 }
33355 #endif
33356
33357 #ifdef __cplusplus
33358 extern "C"
33359 #endif
33360 SWIGEXPORT(void) SWIG_init(void) {
33361 static PyObject *SWIG_globals = 0;
33362 static int typeinit = 0;
33363 PyObject *m, *d;
33364 int i;
33365 if (!SWIG_globals) SWIG_globals = SWIG_newvarlink();
33366 m = Py_InitModule((char *) SWIG_name, SwigMethods);
33367 d = PyModule_GetDict(m);
33368
33369 if (!typeinit) {
33370 for (i = 0; swig_types_initial[i]; i++) {
33371 swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]);
33372 }
33373 typeinit = 1;
33374 }
33375 SWIG_InstallConstants(d,swig_const_table);
33376
33377 PyDict_SetItemString(d,(char*)"cvar", SWIG_globals);
33378 SWIG_addvarlink(SWIG_globals,(char*)"ButtonNameStr",_wrap_ButtonNameStr_get, _wrap_ButtonNameStr_set);
33379 PyDict_SetItemString(d,"BU_LEFT", SWIG_FromInt((int)wxBU_LEFT));
33380 PyDict_SetItemString(d,"BU_TOP", SWIG_FromInt((int)wxBU_TOP));
33381 PyDict_SetItemString(d,"BU_RIGHT", SWIG_FromInt((int)wxBU_RIGHT));
33382 PyDict_SetItemString(d,"BU_BOTTOM", SWIG_FromInt((int)wxBU_BOTTOM));
33383 PyDict_SetItemString(d,"BU_EXACTFIT", SWIG_FromInt((int)wxBU_EXACTFIT));
33384 PyDict_SetItemString(d,"BU_AUTODRAW", SWIG_FromInt((int)wxBU_AUTODRAW));
33385 SWIG_addvarlink(SWIG_globals,(char*)"CheckBoxNameStr",_wrap_CheckBoxNameStr_get, _wrap_CheckBoxNameStr_set);
33386 PyDict_SetItemString(d,"CHK_2STATE", SWIG_FromInt((int)wxCHK_2STATE));
33387 PyDict_SetItemString(d,"CHK_3STATE", SWIG_FromInt((int)wxCHK_3STATE));
33388 PyDict_SetItemString(d,"CHK_ALLOW_3RD_STATE_FOR_USER", SWIG_FromInt((int)wxCHK_ALLOW_3RD_STATE_FOR_USER));
33389 PyDict_SetItemString(d,"CHK_UNCHECKED", SWIG_FromInt((int)wxCHK_UNCHECKED));
33390 PyDict_SetItemString(d,"CHK_CHECKED", SWIG_FromInt((int)wxCHK_CHECKED));
33391 PyDict_SetItemString(d,"CHK_UNDETERMINED", SWIG_FromInt((int)wxCHK_UNDETERMINED));
33392 SWIG_addvarlink(SWIG_globals,(char*)"ChoiceNameStr",_wrap_ChoiceNameStr_get, _wrap_ChoiceNameStr_set);
33393 SWIG_addvarlink(SWIG_globals,(char*)"ComboBoxNameStr",_wrap_ComboBoxNameStr_get, _wrap_ComboBoxNameStr_set);
33394 SWIG_addvarlink(SWIG_globals,(char*)"GaugeNameStr",_wrap_GaugeNameStr_get, _wrap_GaugeNameStr_set);
33395 PyDict_SetItemString(d,"GA_HORIZONTAL", SWIG_FromInt((int)wxGA_HORIZONTAL));
33396 PyDict_SetItemString(d,"GA_VERTICAL", SWIG_FromInt((int)wxGA_VERTICAL));
33397 PyDict_SetItemString(d,"GA_SMOOTH", SWIG_FromInt((int)wxGA_SMOOTH));
33398 PyDict_SetItemString(d,"GA_PROGRESSBAR", SWIG_FromInt((int)wxGA_PROGRESSBAR));
33399 SWIG_addvarlink(SWIG_globals,(char*)"StaticBitmapNameStr",_wrap_StaticBitmapNameStr_get, _wrap_StaticBitmapNameStr_set);
33400 SWIG_addvarlink(SWIG_globals,(char*)"StaticBoxNameStr",_wrap_StaticBoxNameStr_get, _wrap_StaticBoxNameStr_set);
33401 SWIG_addvarlink(SWIG_globals,(char*)"StaticTextNameStr",_wrap_StaticTextNameStr_get, _wrap_StaticTextNameStr_set);
33402 SWIG_addvarlink(SWIG_globals,(char*)"ListBoxNameStr",_wrap_ListBoxNameStr_get, _wrap_ListBoxNameStr_set);
33403 SWIG_addvarlink(SWIG_globals,(char*)"TextCtrlNameStr",_wrap_TextCtrlNameStr_get, _wrap_TextCtrlNameStr_set);
33404 PyDict_SetItemString(d,"TE_NO_VSCROLL", SWIG_FromInt((int)wxTE_NO_VSCROLL));
33405 PyDict_SetItemString(d,"TE_AUTO_SCROLL", SWIG_FromInt((int)wxTE_AUTO_SCROLL));
33406 PyDict_SetItemString(d,"TE_READONLY", SWIG_FromInt((int)wxTE_READONLY));
33407 PyDict_SetItemString(d,"TE_MULTILINE", SWIG_FromInt((int)wxTE_MULTILINE));
33408 PyDict_SetItemString(d,"TE_PROCESS_TAB", SWIG_FromInt((int)wxTE_PROCESS_TAB));
33409 PyDict_SetItemString(d,"TE_LEFT", SWIG_FromInt((int)wxTE_LEFT));
33410 PyDict_SetItemString(d,"TE_CENTER", SWIG_FromInt((int)wxTE_CENTER));
33411 PyDict_SetItemString(d,"TE_RIGHT", SWIG_FromInt((int)wxTE_RIGHT));
33412 PyDict_SetItemString(d,"TE_CENTRE", SWIG_FromInt((int)wxTE_CENTRE));
33413 PyDict_SetItemString(d,"TE_RICH", SWIG_FromInt((int)wxTE_RICH));
33414 PyDict_SetItemString(d,"TE_PROCESS_ENTER", SWIG_FromInt((int)wxTE_PROCESS_ENTER));
33415 PyDict_SetItemString(d,"TE_PASSWORD", SWIG_FromInt((int)wxTE_PASSWORD));
33416 PyDict_SetItemString(d,"TE_AUTO_URL", SWIG_FromInt((int)wxTE_AUTO_URL));
33417 PyDict_SetItemString(d,"TE_NOHIDESEL", SWIG_FromInt((int)wxTE_NOHIDESEL));
33418 PyDict_SetItemString(d,"TE_DONTWRAP", SWIG_FromInt((int)wxTE_DONTWRAP));
33419 PyDict_SetItemString(d,"TE_LINEWRAP", SWIG_FromInt((int)wxTE_LINEWRAP));
33420 PyDict_SetItemString(d,"TE_WORDWRAP", SWIG_FromInt((int)wxTE_WORDWRAP));
33421 PyDict_SetItemString(d,"TE_RICH2", SWIG_FromInt((int)wxTE_RICH2));
33422 PyDict_SetItemString(d,"TEXT_ALIGNMENT_DEFAULT", SWIG_FromInt((int)wxTEXT_ALIGNMENT_DEFAULT));
33423 PyDict_SetItemString(d,"TEXT_ALIGNMENT_LEFT", SWIG_FromInt((int)wxTEXT_ALIGNMENT_LEFT));
33424 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTRE", SWIG_FromInt((int)wxTEXT_ALIGNMENT_CENTRE));
33425 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTER", SWIG_FromInt((int)wxTEXT_ALIGNMENT_CENTER));
33426 PyDict_SetItemString(d,"TEXT_ALIGNMENT_RIGHT", SWIG_FromInt((int)wxTEXT_ALIGNMENT_RIGHT));
33427 PyDict_SetItemString(d,"TEXT_ALIGNMENT_JUSTIFIED", SWIG_FromInt((int)wxTEXT_ALIGNMENT_JUSTIFIED));
33428 PyDict_SetItemString(d,"TEXT_ATTR_TEXT_COLOUR", SWIG_FromInt((int)wxTEXT_ATTR_TEXT_COLOUR));
33429 PyDict_SetItemString(d,"TEXT_ATTR_BACKGROUND_COLOUR", SWIG_FromInt((int)wxTEXT_ATTR_BACKGROUND_COLOUR));
33430 PyDict_SetItemString(d,"TEXT_ATTR_FONT_FACE", SWIG_FromInt((int)wxTEXT_ATTR_FONT_FACE));
33431 PyDict_SetItemString(d,"TEXT_ATTR_FONT_SIZE", SWIG_FromInt((int)wxTEXT_ATTR_FONT_SIZE));
33432 PyDict_SetItemString(d,"TEXT_ATTR_FONT_WEIGHT", SWIG_FromInt((int)wxTEXT_ATTR_FONT_WEIGHT));
33433 PyDict_SetItemString(d,"TEXT_ATTR_FONT_ITALIC", SWIG_FromInt((int)wxTEXT_ATTR_FONT_ITALIC));
33434 PyDict_SetItemString(d,"TEXT_ATTR_FONT_UNDERLINE", SWIG_FromInt((int)wxTEXT_ATTR_FONT_UNDERLINE));
33435 PyDict_SetItemString(d,"TEXT_ATTR_FONT", SWIG_FromInt((int)wxTEXT_ATTR_FONT));
33436 PyDict_SetItemString(d,"TEXT_ATTR_ALIGNMENT", SWIG_FromInt((int)wxTEXT_ATTR_ALIGNMENT));
33437 PyDict_SetItemString(d,"TEXT_ATTR_LEFT_INDENT", SWIG_FromInt((int)wxTEXT_ATTR_LEFT_INDENT));
33438 PyDict_SetItemString(d,"TEXT_ATTR_RIGHT_INDENT", SWIG_FromInt((int)wxTEXT_ATTR_RIGHT_INDENT));
33439 PyDict_SetItemString(d,"TEXT_ATTR_TABS", SWIG_FromInt((int)wxTEXT_ATTR_TABS));
33440 PyDict_SetItemString(d,"TE_HT_UNKNOWN", SWIG_FromInt((int)wxTE_HT_UNKNOWN));
33441 PyDict_SetItemString(d,"TE_HT_BEFORE", SWIG_FromInt((int)wxTE_HT_BEFORE));
33442 PyDict_SetItemString(d,"TE_HT_ON_TEXT", SWIG_FromInt((int)wxTE_HT_ON_TEXT));
33443 PyDict_SetItemString(d,"TE_HT_BELOW", SWIG_FromInt((int)wxTE_HT_BELOW));
33444 PyDict_SetItemString(d,"TE_HT_BEYOND", SWIG_FromInt((int)wxTE_HT_BEYOND));
33445 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_UPDATED", PyInt_FromLong(wxEVT_COMMAND_TEXT_UPDATED));
33446 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_ENTER", PyInt_FromLong(wxEVT_COMMAND_TEXT_ENTER));
33447 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_URL", PyInt_FromLong(wxEVT_COMMAND_TEXT_URL));
33448 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_MAXLEN", PyInt_FromLong(wxEVT_COMMAND_TEXT_MAXLEN));
33449 SWIG_addvarlink(SWIG_globals,(char*)"ScrollBarNameStr",_wrap_ScrollBarNameStr_get, _wrap_ScrollBarNameStr_set);
33450 SWIG_addvarlink(SWIG_globals,(char*)"SPIN_BUTTON_NAME",_wrap_SPIN_BUTTON_NAME_get, _wrap_SPIN_BUTTON_NAME_set);
33451 SWIG_addvarlink(SWIG_globals,(char*)"SpinCtrlNameStr",_wrap_SpinCtrlNameStr_get, _wrap_SpinCtrlNameStr_set);
33452 PyDict_SetItemString(d,"SP_HORIZONTAL", SWIG_FromInt((int)wxSP_HORIZONTAL));
33453 PyDict_SetItemString(d,"SP_VERTICAL", SWIG_FromInt((int)wxSP_VERTICAL));
33454 PyDict_SetItemString(d,"SP_ARROW_KEYS", SWIG_FromInt((int)wxSP_ARROW_KEYS));
33455 PyDict_SetItemString(d,"SP_WRAP", SWIG_FromInt((int)wxSP_WRAP));
33456 PyDict_SetItemString(d, "wxEVT_COMMAND_SPINCTRL_UPDATED", PyInt_FromLong(wxEVT_COMMAND_SPINCTRL_UPDATED));
33457 SWIG_addvarlink(SWIG_globals,(char*)"RadioBoxNameStr",_wrap_RadioBoxNameStr_get, _wrap_RadioBoxNameStr_set);
33458 SWIG_addvarlink(SWIG_globals,(char*)"RadioButtonNameStr",_wrap_RadioButtonNameStr_get, _wrap_RadioButtonNameStr_set);
33459 SWIG_addvarlink(SWIG_globals,(char*)"SliderNameStr",_wrap_SliderNameStr_get, _wrap_SliderNameStr_set);
33460 SWIG_addvarlink(SWIG_globals,(char*)"ToggleButtonNameStr",_wrap_ToggleButtonNameStr_get, _wrap_ToggleButtonNameStr_set);
33461 PyDict_SetItemString(d, "wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED));
33462 SWIG_addvarlink(SWIG_globals,(char*)"NOTEBOOK_NAME",_wrap_NOTEBOOK_NAME_get, _wrap_NOTEBOOK_NAME_set);
33463 PyDict_SetItemString(d,"NB_FIXEDWIDTH", SWIG_FromInt((int)wxNB_FIXEDWIDTH));
33464 PyDict_SetItemString(d,"NB_TOP", SWIG_FromInt((int)wxNB_TOP));
33465 PyDict_SetItemString(d,"NB_LEFT", SWIG_FromInt((int)wxNB_LEFT));
33466 PyDict_SetItemString(d,"NB_RIGHT", SWIG_FromInt((int)wxNB_RIGHT));
33467 PyDict_SetItemString(d,"NB_BOTTOM", SWIG_FromInt((int)wxNB_BOTTOM));
33468 PyDict_SetItemString(d,"NB_MULTILINE", SWIG_FromInt((int)wxNB_MULTILINE));
33469 PyDict_SetItemString(d,"NB_HITTEST_NOWHERE", SWIG_FromInt((int)wxNB_HITTEST_NOWHERE));
33470 PyDict_SetItemString(d,"NB_HITTEST_ONICON", SWIG_FromInt((int)wxNB_HITTEST_ONICON));
33471 PyDict_SetItemString(d,"NB_HITTEST_ONLABEL", SWIG_FromInt((int)wxNB_HITTEST_ONLABEL));
33472 PyDict_SetItemString(d,"NB_HITTEST_ONITEM", SWIG_FromInt((int)wxNB_HITTEST_ONITEM));
33473 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED));
33474 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING));
33475 PyDict_SetItemString(d,"LB_DEFAULT", SWIG_FromInt((int)wxLB_DEFAULT));
33476 PyDict_SetItemString(d,"LB_TOP", SWIG_FromInt((int)wxLB_TOP));
33477 PyDict_SetItemString(d,"LB_BOTTOM", SWIG_FromInt((int)wxLB_BOTTOM));
33478 PyDict_SetItemString(d,"LB_LEFT", SWIG_FromInt((int)wxLB_LEFT));
33479 PyDict_SetItemString(d,"LB_RIGHT", SWIG_FromInt((int)wxLB_RIGHT));
33480 PyDict_SetItemString(d,"LB_ALIGN_MASK", SWIG_FromInt((int)wxLB_ALIGN_MASK));
33481 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED));
33482 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING));
33483 PyDict_SetItemString(d,"TOOL_STYLE_BUTTON", SWIG_FromInt((int)wxTOOL_STYLE_BUTTON));
33484 PyDict_SetItemString(d,"TOOL_STYLE_SEPARATOR", SWIG_FromInt((int)wxTOOL_STYLE_SEPARATOR));
33485 PyDict_SetItemString(d,"TOOL_STYLE_CONTROL", SWIG_FromInt((int)wxTOOL_STYLE_CONTROL));
33486 PyDict_SetItemString(d,"TB_HORIZONTAL", SWIG_FromInt((int)wxTB_HORIZONTAL));
33487 PyDict_SetItemString(d,"TB_VERTICAL", SWIG_FromInt((int)wxTB_VERTICAL));
33488 PyDict_SetItemString(d,"TB_3DBUTTONS", SWIG_FromInt((int)wxTB_3DBUTTONS));
33489 PyDict_SetItemString(d,"TB_FLAT", SWIG_FromInt((int)wxTB_FLAT));
33490 PyDict_SetItemString(d,"TB_DOCKABLE", SWIG_FromInt((int)wxTB_DOCKABLE));
33491 PyDict_SetItemString(d,"TB_NOICONS", SWIG_FromInt((int)wxTB_NOICONS));
33492 PyDict_SetItemString(d,"TB_TEXT", SWIG_FromInt((int)wxTB_TEXT));
33493 PyDict_SetItemString(d,"TB_NODIVIDER", SWIG_FromInt((int)wxTB_NODIVIDER));
33494 PyDict_SetItemString(d,"TB_NOALIGN", SWIG_FromInt((int)wxTB_NOALIGN));
33495 PyDict_SetItemString(d,"TB_HORZ_LAYOUT", SWIG_FromInt((int)wxTB_HORZ_LAYOUT));
33496 PyDict_SetItemString(d,"TB_HORZ_TEXT", SWIG_FromInt((int)wxTB_HORZ_TEXT));
33497 SWIG_addvarlink(SWIG_globals,(char*)"ListCtrlNameStr",_wrap_ListCtrlNameStr_get, _wrap_ListCtrlNameStr_set);
33498 PyDict_SetItemString(d,"LC_VRULES", SWIG_FromInt((int)wxLC_VRULES));
33499 PyDict_SetItemString(d,"LC_HRULES", SWIG_FromInt((int)wxLC_HRULES));
33500 PyDict_SetItemString(d,"LC_ICON", SWIG_FromInt((int)wxLC_ICON));
33501 PyDict_SetItemString(d,"LC_SMALL_ICON", SWIG_FromInt((int)wxLC_SMALL_ICON));
33502 PyDict_SetItemString(d,"LC_LIST", SWIG_FromInt((int)wxLC_LIST));
33503 PyDict_SetItemString(d,"LC_REPORT", SWIG_FromInt((int)wxLC_REPORT));
33504 PyDict_SetItemString(d,"LC_ALIGN_TOP", SWIG_FromInt((int)wxLC_ALIGN_TOP));
33505 PyDict_SetItemString(d,"LC_ALIGN_LEFT", SWIG_FromInt((int)wxLC_ALIGN_LEFT));
33506 PyDict_SetItemString(d,"LC_AUTOARRANGE", SWIG_FromInt((int)wxLC_AUTOARRANGE));
33507 PyDict_SetItemString(d,"LC_VIRTUAL", SWIG_FromInt((int)wxLC_VIRTUAL));
33508 PyDict_SetItemString(d,"LC_EDIT_LABELS", SWIG_FromInt((int)wxLC_EDIT_LABELS));
33509 PyDict_SetItemString(d,"LC_NO_HEADER", SWIG_FromInt((int)wxLC_NO_HEADER));
33510 PyDict_SetItemString(d,"LC_NO_SORT_HEADER", SWIG_FromInt((int)wxLC_NO_SORT_HEADER));
33511 PyDict_SetItemString(d,"LC_SINGLE_SEL", SWIG_FromInt((int)wxLC_SINGLE_SEL));
33512 PyDict_SetItemString(d,"LC_SORT_ASCENDING", SWIG_FromInt((int)wxLC_SORT_ASCENDING));
33513 PyDict_SetItemString(d,"LC_SORT_DESCENDING", SWIG_FromInt((int)wxLC_SORT_DESCENDING));
33514 PyDict_SetItemString(d,"LC_MASK_TYPE", SWIG_FromInt((int)wxLC_MASK_TYPE));
33515 PyDict_SetItemString(d,"LC_MASK_ALIGN", SWIG_FromInt((int)wxLC_MASK_ALIGN));
33516 PyDict_SetItemString(d,"LC_MASK_SORT", SWIG_FromInt((int)wxLC_MASK_SORT));
33517 PyDict_SetItemString(d,"LIST_MASK_STATE", SWIG_FromInt((int)wxLIST_MASK_STATE));
33518 PyDict_SetItemString(d,"LIST_MASK_TEXT", SWIG_FromInt((int)wxLIST_MASK_TEXT));
33519 PyDict_SetItemString(d,"LIST_MASK_IMAGE", SWIG_FromInt((int)wxLIST_MASK_IMAGE));
33520 PyDict_SetItemString(d,"LIST_MASK_DATA", SWIG_FromInt((int)wxLIST_MASK_DATA));
33521 PyDict_SetItemString(d,"LIST_SET_ITEM", SWIG_FromInt((int)wxLIST_SET_ITEM));
33522 PyDict_SetItemString(d,"LIST_MASK_WIDTH", SWIG_FromInt((int)wxLIST_MASK_WIDTH));
33523 PyDict_SetItemString(d,"LIST_MASK_FORMAT", SWIG_FromInt((int)wxLIST_MASK_FORMAT));
33524 PyDict_SetItemString(d,"LIST_STATE_DONTCARE", SWIG_FromInt((int)wxLIST_STATE_DONTCARE));
33525 PyDict_SetItemString(d,"LIST_STATE_DROPHILITED", SWIG_FromInt((int)wxLIST_STATE_DROPHILITED));
33526 PyDict_SetItemString(d,"LIST_STATE_FOCUSED", SWIG_FromInt((int)wxLIST_STATE_FOCUSED));
33527 PyDict_SetItemString(d,"LIST_STATE_SELECTED", SWIG_FromInt((int)wxLIST_STATE_SELECTED));
33528 PyDict_SetItemString(d,"LIST_STATE_CUT", SWIG_FromInt((int)wxLIST_STATE_CUT));
33529 PyDict_SetItemString(d,"LIST_STATE_DISABLED", SWIG_FromInt((int)wxLIST_STATE_DISABLED));
33530 PyDict_SetItemString(d,"LIST_STATE_FILTERED", SWIG_FromInt((int)wxLIST_STATE_FILTERED));
33531 PyDict_SetItemString(d,"LIST_STATE_INUSE", SWIG_FromInt((int)wxLIST_STATE_INUSE));
33532 PyDict_SetItemString(d,"LIST_STATE_PICKED", SWIG_FromInt((int)wxLIST_STATE_PICKED));
33533 PyDict_SetItemString(d,"LIST_STATE_SOURCE", SWIG_FromInt((int)wxLIST_STATE_SOURCE));
33534 PyDict_SetItemString(d,"LIST_HITTEST_ABOVE", SWIG_FromInt((int)wxLIST_HITTEST_ABOVE));
33535 PyDict_SetItemString(d,"LIST_HITTEST_BELOW", SWIG_FromInt((int)wxLIST_HITTEST_BELOW));
33536 PyDict_SetItemString(d,"LIST_HITTEST_NOWHERE", SWIG_FromInt((int)wxLIST_HITTEST_NOWHERE));
33537 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMICON", SWIG_FromInt((int)wxLIST_HITTEST_ONITEMICON));
33538 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMLABEL", SWIG_FromInt((int)wxLIST_HITTEST_ONITEMLABEL));
33539 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMRIGHT", SWIG_FromInt((int)wxLIST_HITTEST_ONITEMRIGHT));
33540 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMSTATEICON", SWIG_FromInt((int)wxLIST_HITTEST_ONITEMSTATEICON));
33541 PyDict_SetItemString(d,"LIST_HITTEST_TOLEFT", SWIG_FromInt((int)wxLIST_HITTEST_TOLEFT));
33542 PyDict_SetItemString(d,"LIST_HITTEST_TORIGHT", SWIG_FromInt((int)wxLIST_HITTEST_TORIGHT));
33543 PyDict_SetItemString(d,"LIST_HITTEST_ONITEM", SWIG_FromInt((int)wxLIST_HITTEST_ONITEM));
33544 PyDict_SetItemString(d,"LIST_NEXT_ABOVE", SWIG_FromInt((int)wxLIST_NEXT_ABOVE));
33545 PyDict_SetItemString(d,"LIST_NEXT_ALL", SWIG_FromInt((int)wxLIST_NEXT_ALL));
33546 PyDict_SetItemString(d,"LIST_NEXT_BELOW", SWIG_FromInt((int)wxLIST_NEXT_BELOW));
33547 PyDict_SetItemString(d,"LIST_NEXT_LEFT", SWIG_FromInt((int)wxLIST_NEXT_LEFT));
33548 PyDict_SetItemString(d,"LIST_NEXT_RIGHT", SWIG_FromInt((int)wxLIST_NEXT_RIGHT));
33549 PyDict_SetItemString(d,"LIST_ALIGN_DEFAULT", SWIG_FromInt((int)wxLIST_ALIGN_DEFAULT));
33550 PyDict_SetItemString(d,"LIST_ALIGN_LEFT", SWIG_FromInt((int)wxLIST_ALIGN_LEFT));
33551 PyDict_SetItemString(d,"LIST_ALIGN_TOP", SWIG_FromInt((int)wxLIST_ALIGN_TOP));
33552 PyDict_SetItemString(d,"LIST_ALIGN_SNAP_TO_GRID", SWIG_FromInt((int)wxLIST_ALIGN_SNAP_TO_GRID));
33553 PyDict_SetItemString(d,"LIST_FORMAT_LEFT", SWIG_FromInt((int)wxLIST_FORMAT_LEFT));
33554 PyDict_SetItemString(d,"LIST_FORMAT_RIGHT", SWIG_FromInt((int)wxLIST_FORMAT_RIGHT));
33555 PyDict_SetItemString(d,"LIST_FORMAT_CENTRE", SWIG_FromInt((int)wxLIST_FORMAT_CENTRE));
33556 PyDict_SetItemString(d,"LIST_FORMAT_CENTER", SWIG_FromInt((int)wxLIST_FORMAT_CENTER));
33557 PyDict_SetItemString(d,"LIST_AUTOSIZE", SWIG_FromInt((int)wxLIST_AUTOSIZE));
33558 PyDict_SetItemString(d,"LIST_AUTOSIZE_USEHEADER", SWIG_FromInt((int)wxLIST_AUTOSIZE_USEHEADER));
33559 PyDict_SetItemString(d,"LIST_RECT_BOUNDS", SWIG_FromInt((int)wxLIST_RECT_BOUNDS));
33560 PyDict_SetItemString(d,"LIST_RECT_ICON", SWIG_FromInt((int)wxLIST_RECT_ICON));
33561 PyDict_SetItemString(d,"LIST_RECT_LABEL", SWIG_FromInt((int)wxLIST_RECT_LABEL));
33562 PyDict_SetItemString(d,"LIST_FIND_UP", SWIG_FromInt((int)wxLIST_FIND_UP));
33563 PyDict_SetItemString(d,"LIST_FIND_DOWN", SWIG_FromInt((int)wxLIST_FIND_DOWN));
33564 PyDict_SetItemString(d,"LIST_FIND_LEFT", SWIG_FromInt((int)wxLIST_FIND_LEFT));
33565 PyDict_SetItemString(d,"LIST_FIND_RIGHT", SWIG_FromInt((int)wxLIST_FIND_RIGHT));
33566 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_DRAG));
33567 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_RDRAG));
33568 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT));
33569 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_END_LABEL_EDIT));
33570 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ITEM));
33571 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS));
33572 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_GET_INFO));
33573 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_SET_INFO));
33574 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_SELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_SELECTED));
33575 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_DESELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_DESELECTED));
33576 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_LIST_KEY_DOWN));
33577 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_INSERT_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_INSERT_ITEM));
33578 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_CLICK));
33579 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK));
33580 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK));
33581 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_ACTIVATED));
33582 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_CACHE_HINT", PyInt_FromLong(wxEVT_COMMAND_LIST_CACHE_HINT));
33583 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_RIGHT_CLICK));
33584 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_BEGIN_DRAG));
33585 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_DRAGGING", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_DRAGGING));
33586 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_END_DRAG));
33587 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_FOCUSED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_FOCUSED));
33588
33589 // Map renamed classes back to their common name for OOR
33590 wxPyPtrTypeMap_Add("wxListCtrl", "wxPyListCtrl");
33591
33592 SWIG_addvarlink(SWIG_globals,(char*)"TreeCtrlNameStr",_wrap_TreeCtrlNameStr_get, _wrap_TreeCtrlNameStr_set);
33593 PyDict_SetItemString(d,"TR_NO_BUTTONS", SWIG_FromInt((int)wxTR_NO_BUTTONS));
33594 PyDict_SetItemString(d,"TR_HAS_BUTTONS", SWIG_FromInt((int)wxTR_HAS_BUTTONS));
33595 PyDict_SetItemString(d,"TR_NO_LINES", SWIG_FromInt((int)wxTR_NO_LINES));
33596 PyDict_SetItemString(d,"TR_LINES_AT_ROOT", SWIG_FromInt((int)wxTR_LINES_AT_ROOT));
33597 PyDict_SetItemString(d,"TR_SINGLE", SWIG_FromInt((int)wxTR_SINGLE));
33598 PyDict_SetItemString(d,"TR_MULTIPLE", SWIG_FromInt((int)wxTR_MULTIPLE));
33599 PyDict_SetItemString(d,"TR_EXTENDED", SWIG_FromInt((int)wxTR_EXTENDED));
33600 PyDict_SetItemString(d,"TR_HAS_VARIABLE_ROW_HEIGHT", SWIG_FromInt((int)wxTR_HAS_VARIABLE_ROW_HEIGHT));
33601 PyDict_SetItemString(d,"TR_EDIT_LABELS", SWIG_FromInt((int)wxTR_EDIT_LABELS));
33602 PyDict_SetItemString(d,"TR_HIDE_ROOT", SWIG_FromInt((int)wxTR_HIDE_ROOT));
33603 PyDict_SetItemString(d,"TR_ROW_LINES", SWIG_FromInt((int)wxTR_ROW_LINES));
33604 PyDict_SetItemString(d,"TR_FULL_ROW_HIGHLIGHT", SWIG_FromInt((int)wxTR_FULL_ROW_HIGHLIGHT));
33605 PyDict_SetItemString(d,"TR_DEFAULT_STYLE", SWIG_FromInt((int)wxTR_DEFAULT_STYLE));
33606 PyDict_SetItemString(d,"TR_TWIST_BUTTONS", SWIG_FromInt((int)wxTR_TWIST_BUTTONS));
33607 PyDict_SetItemString(d,"TR_MAC_BUTTONS", SWIG_FromInt((int)wxTR_MAC_BUTTONS));
33608 PyDict_SetItemString(d,"TR_AQUA_BUTTONS", SWIG_FromInt((int)wxTR_AQUA_BUTTONS));
33609 PyDict_SetItemString(d,"TreeItemIcon_Normal", SWIG_FromInt((int)wxTreeItemIcon_Normal));
33610 PyDict_SetItemString(d,"TreeItemIcon_Selected", SWIG_FromInt((int)wxTreeItemIcon_Selected));
33611 PyDict_SetItemString(d,"TreeItemIcon_Expanded", SWIG_FromInt((int)wxTreeItemIcon_Expanded));
33612 PyDict_SetItemString(d,"TreeItemIcon_SelectedExpanded", SWIG_FromInt((int)wxTreeItemIcon_SelectedExpanded));
33613 PyDict_SetItemString(d,"TreeItemIcon_Max", SWIG_FromInt((int)wxTreeItemIcon_Max));
33614 PyDict_SetItemString(d,"TREE_HITTEST_ABOVE", SWIG_FromInt((int)wxTREE_HITTEST_ABOVE));
33615 PyDict_SetItemString(d,"TREE_HITTEST_BELOW", SWIG_FromInt((int)wxTREE_HITTEST_BELOW));
33616 PyDict_SetItemString(d,"TREE_HITTEST_NOWHERE", SWIG_FromInt((int)wxTREE_HITTEST_NOWHERE));
33617 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMBUTTON", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMBUTTON));
33618 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMICON", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMICON));
33619 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMINDENT", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMINDENT));
33620 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLABEL", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMLABEL));
33621 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMRIGHT", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMRIGHT));
33622 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMSTATEICON", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMSTATEICON));
33623 PyDict_SetItemString(d,"TREE_HITTEST_TOLEFT", SWIG_FromInt((int)wxTREE_HITTEST_TOLEFT));
33624 PyDict_SetItemString(d,"TREE_HITTEST_TORIGHT", SWIG_FromInt((int)wxTREE_HITTEST_TORIGHT));
33625 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMUPPERPART", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMUPPERPART));
33626 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLOWERPART", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMLOWERPART));
33627 PyDict_SetItemString(d,"TREE_HITTEST_ONITEM", SWIG_FromInt((int)wxTREE_HITTEST_ONITEM));
33628 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_DRAG));
33629 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_RDRAG));
33630 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT));
33631 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_END_LABEL_EDIT));
33632 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_TREE_DELETE_ITEM));
33633 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_GET_INFO));
33634 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_SET_INFO));
33635 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDED));
33636 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDING));
33637 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSED));
33638 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSING));
33639 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGED", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGED));
33640 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGING", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGING));
33641 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_TREE_KEY_DOWN));
33642 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_ACTIVATED));
33643 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK));
33644 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK));
33645 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_END_DRAG));
33646 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK));
33647 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP));
33648
33649 // Map renamed classes back to their common name for OOR
33650 wxPyPtrTypeMap_Add("wxTreeItemData", "wxPyTreeItemData");
33651 wxPyPtrTypeMap_Add("wxTreeCtrl", "wxPyTreeCtrl");
33652
33653 SWIG_addvarlink(SWIG_globals,(char*)"DirDialogDefaultFolderStr",_wrap_DirDialogDefaultFolderStr_get, _wrap_DirDialogDefaultFolderStr_set);
33654 PyDict_SetItemString(d,"DIRCTRL_DIR_ONLY", SWIG_FromInt((int)wxDIRCTRL_DIR_ONLY));
33655 PyDict_SetItemString(d,"DIRCTRL_SELECT_FIRST", SWIG_FromInt((int)wxDIRCTRL_SELECT_FIRST));
33656 PyDict_SetItemString(d,"DIRCTRL_SHOW_FILTERS", SWIG_FromInt((int)wxDIRCTRL_SHOW_FILTERS));
33657 PyDict_SetItemString(d,"DIRCTRL_3D_INTERNAL", SWIG_FromInt((int)wxDIRCTRL_3D_INTERNAL));
33658 PyDict_SetItemString(d,"DIRCTRL_EDIT_LABELS", SWIG_FromInt((int)wxDIRCTRL_EDIT_LABELS));
33659 PyDict_SetItemString(d,"FRAME_EX_CONTEXTHELP", SWIG_FromInt((int)wxFRAME_EX_CONTEXTHELP));
33660 PyDict_SetItemString(d,"DIALOG_EX_CONTEXTHELP", SWIG_FromInt((int)wxDIALOG_EX_CONTEXTHELP));
33661 PyDict_SetItemString(d, "wxEVT_HELP", PyInt_FromLong(wxEVT_HELP));
33662 PyDict_SetItemString(d, "wxEVT_DETAILED_HELP", PyInt_FromLong(wxEVT_DETAILED_HELP));
33663
33664 wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage");
33665
33666 }
33667