]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/gtk/_controls_wrap.cpp
If several doc templates use the same document and view classes, they should
[wxWidgets.git] / wxPython / src / gtk / _controls_wrap.cpp
1 /* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
3 * Version 1.3.22
4 *
5 * This file is not intended to be easily readable and contains a number of
6 * coding conventions designed to improve portability and efficiency. Do not make
7 * changes to this file unless you know what you are doing--modify the SWIG
8 * interface file instead.
9 * ----------------------------------------------------------------------------- */
10
11 #define SWIGPYTHON
12 #define SWIG_NOINCLUDE
13
14 #ifdef __cplusplus
15 template<class T> class SwigValueWrapper {
16 T *tt;
17 public:
18 SwigValueWrapper() : tt(0) { }
19 SwigValueWrapper(const SwigValueWrapper<T>& rhs) : tt(new T(*rhs.tt)) { }
20 SwigValueWrapper(const T& t) : tt(new T(t)) { }
21 ~SwigValueWrapper() { delete tt; }
22 SwigValueWrapper& operator=(const T& t) { delete tt; tt = new T(t); return *this; }
23 operator T&() const { return *tt; }
24 T *operator&() { return tt; }
25 private:
26 SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
27 };
28 #endif
29
30
31 #include "Python.h"
32
33 /*************************************************************** -*- c -*-
34 * python/precommon.swg
35 *
36 * Rename all exported symbols from common.swg, to avoid symbol
37 * clashes if multiple interpreters are included
38 *
39 ************************************************************************/
40
41 #define SWIG_TypeRegister SWIG_Python_TypeRegister
42 #define SWIG_TypeCheck SWIG_Python_TypeCheck
43 #define SWIG_TypeCast SWIG_Python_TypeCast
44 #define SWIG_TypeDynamicCast SWIG_Python_TypeDynamicCast
45 #define SWIG_TypeName SWIG_Python_TypeName
46 #define SWIG_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 int wxRadioBox_GetColumnCount(wxRadioBox const *self){ return -1; }
574 int wxRadioBox_GetRowCount(wxRadioBox const *self){ return -1; }
575 int wxRadioBox_GetNextItem(wxRadioBox const *self,int item,wxDirection dir,long style){ return -1; }
576
577 #include <wx/slider.h>
578
579
580 static const wxString wxPySliderNameStr(wxSliderNameStr);
581 static const wxString wxPyToggleButtonNameStr(_T("wxToggleButton"));
582
583 #if !wxUSE_TOGGLEBTN
584 // implement dummy items for platforms that don't have this class
585
586 #define wxEVT_COMMAND_TOGGLEBUTTON_CLICKED 0
587
588 class wxToggleButton : public wxControl
589 {
590 public:
591 wxToggleButton(wxWindow *, wxWindowID, const wxString&,
592 const wxPoint&, const wxSize&, long,
593 const wxValidator&, const wxString&)
594 { wxPyRaiseNotImplemented(); }
595
596 wxToggleButton()
597 { wxPyRaiseNotImplemented(); }
598 };
599 #endif
600
601 static const wxString wxPyNOTEBOOK_NAME(wxNOTEBOOK_NAME);
602
603 SWIGSTATICINLINE(PyObject* )
604 SWIG_FromUnsignedLong(unsigned long value)
605 {
606 return (value > LONG_MAX) ?
607 PyLong_FromUnsignedLong(value)
608 : PyInt_FromLong(swig_numeric_cast(long,value));
609 }
610
611 static const wxString wxPyToolBarNameStr(wxToolBarNameStr);
612 PyObject *wxToolBarToolBase_GetClientData(wxToolBarToolBase *self){
613 wxPyUserData* udata = (wxPyUserData*)self->GetClientData();
614 if (udata) {
615 Py_INCREF(udata->m_obj);
616 return udata->m_obj;
617 } else {
618 Py_INCREF(Py_None);
619 return Py_None;
620 }
621 }
622 void wxToolBarToolBase_SetClientData(wxToolBarToolBase *self,PyObject *clientData){
623 self->SetClientData(new wxPyUserData(clientData));
624 }
625 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){
626 wxPyUserData* udata = NULL;
627 if (clientData && clientData != Py_None)
628 udata = new wxPyUserData(clientData);
629 return self->AddTool(id, label, bitmap, bmpDisabled, kind,
630 shortHelp, longHelp, udata);
631 }
632 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){
633 wxPyUserData* udata = NULL;
634 if (clientData && clientData != Py_None)
635 udata = new wxPyUserData(clientData);
636 return self->InsertTool(pos, id, label, bitmap, bmpDisabled, kind,
637 shortHelp, longHelp, udata);
638 }
639 PyObject *wxToolBarBase_GetToolClientData(wxToolBarBase *self,int id){
640 wxPyUserData* udata = (wxPyUserData*)self->GetToolClientData(id);
641 if (udata) {
642 Py_INCREF(udata->m_obj);
643 return udata->m_obj;
644 } else {
645 Py_INCREF(Py_None);
646 return Py_None;
647 }
648 }
649 void wxToolBarBase_SetToolClientData(wxToolBarBase *self,int id,PyObject *clientData){
650 self->SetToolClientData(id, new wxPyUserData(clientData));
651 }
652
653 #include <wx/listctrl.h>
654
655 static const wxString wxPyListCtrlNameStr(_T("wxListCtrl"));
656 void wxListItemAttr_Destroy(wxListItemAttr *self){ delete self; }
657 // Python aware sorting function for wxPyListCtrl
658 static int wxCALLBACK wxPyListCtrl_SortItems(long item1, long item2, long funcPtr) {
659 int retval = 0;
660 PyObject* func = (PyObject*)funcPtr;
661 bool blocked = wxPyBeginBlockThreads();
662
663 PyObject* args = Py_BuildValue("(ii)", item1, item2);
664 PyObject* result = PyEval_CallObject(func, args);
665 Py_DECREF(args);
666 if (result) {
667 retval = PyInt_AsLong(result);
668 Py_DECREF(result);
669 }
670
671 wxPyEndBlockThreads(blocked);
672 return retval;
673 }
674
675 // C++ Version of a Python aware class
676 class wxPyListCtrl : public wxListCtrl {
677 DECLARE_ABSTRACT_CLASS(wxPyListCtrl);
678 public:
679 wxPyListCtrl() : wxListCtrl() {}
680 wxPyListCtrl(wxWindow* parent, wxWindowID id,
681 const wxPoint& pos,
682 const wxSize& size,
683 long style,
684 const wxValidator& validator,
685 const wxString& name) :
686 wxListCtrl(parent, id, pos, size, style, validator, name) {}
687
688 bool Create(wxWindow* parent, wxWindowID id,
689 const wxPoint& pos,
690 const wxSize& size,
691 long style,
692 const wxValidator& validator,
693 const wxString& name) {
694 return wxListCtrl::Create(parent, id, pos, size, style, validator, name);
695 }
696
697 DEC_PYCALLBACK_STRING_LONGLONG(OnGetItemText);
698 DEC_PYCALLBACK_INT_LONG(OnGetItemImage);
699 DEC_PYCALLBACK_LISTATTR_LONG(OnGetItemAttr);
700
701 PYPRIVATE;
702 };
703
704 IMPLEMENT_ABSTRACT_CLASS(wxPyListCtrl, wxListCtrl);
705
706 IMP_PYCALLBACK_STRING_LONGLONG(wxPyListCtrl, wxListCtrl, OnGetItemText);
707 IMP_PYCALLBACK_INT_LONG(wxPyListCtrl, wxListCtrl, OnGetItemImage);
708 IMP_PYCALLBACK_LISTATTR_LONG(wxPyListCtrl, wxListCtrl, OnGetItemAttr);
709
710 wxListItem *wxPyListCtrl_GetColumn(wxPyListCtrl *self,int col){
711 wxListItem item;
712 item.SetMask( wxLIST_MASK_STATE |
713 wxLIST_MASK_TEXT |
714 wxLIST_MASK_IMAGE |
715 wxLIST_MASK_DATA |
716 wxLIST_SET_ITEM |
717 wxLIST_MASK_WIDTH |
718 wxLIST_MASK_FORMAT
719 );
720 if (self->GetColumn(col, item))
721 return new wxListItem(item);
722 else
723 return NULL;
724 }
725 wxListItem *wxPyListCtrl_GetItem(wxPyListCtrl *self,long itemId,int col){
726 wxListItem* info = new wxListItem;
727 info->m_itemId = itemId;
728 info->m_col = col;
729 info->m_mask = 0xFFFF;
730 self->GetItem(*info);
731 return info;
732 }
733 wxPoint wxPyListCtrl_GetItemPosition(wxPyListCtrl *self,long item){
734 wxPoint pos;
735 self->GetItemPosition(item, pos);
736 return pos;
737 }
738 wxRect wxPyListCtrl_GetItemRect(wxPyListCtrl *self,long item,int code){
739 wxRect rect;
740 self->GetItemRect(item, rect, code);
741 return rect;
742 }
743 bool wxPyListCtrl_SortItems(wxPyListCtrl *self,PyObject *func){
744 if (!PyCallable_Check(func))
745 return False;
746 return self->SortItems((wxListCtrlCompare)wxPyListCtrl_SortItems, (long)func);
747 }
748 wxWindow *wxPyListCtrl_GetMainWindow(wxPyListCtrl *self){
749
750
751
752 return (wxWindow*)self->m_mainWin;
753
754 }
755
756 #include <wx/treectrl.h>
757 #include "wx/wxPython/pytree.h"
758
759 static const wxString wxPyTreeCtrlNameStr(_T("wxTreeCtrl"));
760 bool wxTreeItemId___eq__(wxTreeItemId *self,wxTreeItemId const *other){ return other ? (*self == *other) : False; }
761 bool wxTreeItemId___ne__(wxTreeItemId *self,wxTreeItemId const *other){ return other ? (*self != *other) : True; }
762 void wxPyTreeItemData_Destroy(wxPyTreeItemData *self){ delete self; }
763 // C++ version of Python aware wxTreeCtrl
764 class wxPyTreeCtrl : public wxTreeCtrl {
765 DECLARE_ABSTRACT_CLASS(wxPyTreeCtrl);
766 public:
767 wxPyTreeCtrl() : wxTreeCtrl() {}
768 wxPyTreeCtrl(wxWindow *parent, wxWindowID id,
769 const wxPoint& pos,
770 const wxSize& size,
771 long style,
772 const wxValidator& validator,
773 const wxString& name) :
774 wxTreeCtrl(parent, id, pos, size, style, validator, name) {}
775
776 bool Create(wxWindow *parent, wxWindowID id,
777 const wxPoint& pos,
778 const wxSize& size,
779 long style,
780 const wxValidator& validator,
781 const wxString& name) {
782 return wxTreeCtrl::Create(parent, id, pos, size, style, validator, name);
783 }
784
785
786 int OnCompareItems(const wxTreeItemId& item1,
787 const wxTreeItemId& item2) {
788 int rval = 0;
789 bool found;
790 bool blocked = wxPyBeginBlockThreads();
791 if ((found = wxPyCBH_findCallback(m_myInst, "OnCompareItems"))) {
792 PyObject *o1 = wxPyConstructObject((void*)&item1, wxT("wxTreeItemId"), False);
793 PyObject *o2 = wxPyConstructObject((void*)&item2, wxT("wxTreeItemId"), False);
794 rval = wxPyCBH_callCallback(m_myInst, Py_BuildValue("(OO)",o1,o2));
795 Py_DECREF(o1);
796 Py_DECREF(o2);
797 }
798 wxPyEndBlockThreads(blocked);
799 if (! found)
800 rval = wxTreeCtrl::OnCompareItems(item1, item2);
801 return rval;
802 }
803 PYPRIVATE;
804 };
805
806 IMPLEMENT_ABSTRACT_CLASS(wxPyTreeCtrl, wxTreeCtrl);
807
808
809
810 #if UINT_MAX < LONG_MAX
811 #define SWIG_FromUnsignedInt SWIG_FromLong
812 #else
813 #define SWIG_FromUnsignedInt SWIG_FromUnsignedLong
814 #endif
815
816
817 SWIGSTATICINLINE(unsigned long)
818 SWIG_CheckUnsignedLongInRange(unsigned long value, const char* type,
819 unsigned long max_value)
820 {
821 if (!PyErr_Occurred()) {
822 if (value > max_value) {
823 PyObject *err =
824 PyString_FromFormat("value %ld is greater than '%s' minimum %ld",
825 value, type, max_value);
826 PyErr_SetObject(PyExc_OverflowError, err);
827 Py_DECREF(err);
828 }
829 }
830 return value;
831 }
832
833
834 #if UINT_MAX != ULONG_MAX
835 SWIGSTATICINLINE(unsigned int)
836 SWIG_AsUnsignedInt(PyObject *obj)
837 {
838 return swig_numeric_cast(unsigned int,
839 SWIG_CheckUnsignedLongInRange(SWIG_AsUnsignedLong(obj),
840 "unsigned int", UINT_MAX));
841 }
842 #else
843 #define SWIG_AsUnsignedInt SWIG_AsUnsignedLong
844 #endif
845
846
847 SWIGSTATICINLINE(int)
848 SWIG_CheckUnsignedInt(PyObject* obj)
849 {
850 SWIG_AsUnsignedInt(obj);
851 if (PyErr_Occurred()) {
852 PyErr_Clear();
853 return 0;
854 } else {
855 return 1;
856 }
857 }
858
859 wxPyTreeItemData *wxPyTreeCtrl_GetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item){
860 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
861 if (data == NULL) {
862 data = new wxPyTreeItemData();
863 data->SetId(item); // set the id
864 self->SetItemData(item, data);
865 }
866 return data;
867 }
868 PyObject *wxPyTreeCtrl_GetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item){
869 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
870 if (data == NULL) {
871 data = new wxPyTreeItemData();
872 data->SetId(item); // set the id
873 self->SetItemData(item, data);
874 }
875 return data->GetData();
876 }
877 void wxPyTreeCtrl_SetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item,wxPyTreeItemData *data){
878 data->SetId(item); // set the id
879 self->SetItemData(item, data);
880 }
881 void wxPyTreeCtrl_SetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item,PyObject *obj){
882 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
883 if (data == NULL) {
884 data = new wxPyTreeItemData(obj);
885 data->SetId(item); // set the id
886 self->SetItemData(item, data);
887 } else
888 data->SetData(obj);
889 }
890 PyObject *wxPyTreeCtrl_GetSelections(wxPyTreeCtrl *self){
891 bool blocked = wxPyBeginBlockThreads();
892 PyObject* rval = PyList_New(0);
893 wxArrayTreeItemIds array;
894 size_t num, x;
895 num = self->GetSelections(array);
896 for (x=0; x < num; x++) {
897 wxTreeItemId *tii = new wxTreeItemId(array.Item(x));
898 PyObject* item = wxPyConstructObject((void*)tii, wxT("wxTreeItemId"), True);
899 PyList_Append(rval, item);
900 Py_DECREF(item);
901 }
902 wxPyEndBlockThreads(blocked);
903 return rval;
904 }
905 PyObject *wxPyTreeCtrl_GetFirstChild(wxPyTreeCtrl *self,wxTreeItemId const &item){
906 void* cookie = 0;
907 wxTreeItemId* ritem = new wxTreeItemId(self->GetFirstChild(item, cookie));
908 bool blocked = wxPyBeginBlockThreads();
909 PyObject* tup = PyTuple_New(2);
910 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), True));
911 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
912 wxPyEndBlockThreads(blocked);
913 return tup;
914 }
915 PyObject *wxPyTreeCtrl_GetNextChild(wxPyTreeCtrl *self,wxTreeItemId const &item,void *cookie){
916 wxTreeItemId* ritem = new wxTreeItemId(self->GetNextChild(item, cookie));
917 bool blocked = wxPyBeginBlockThreads();
918 PyObject* tup = PyTuple_New(2);
919 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), True));
920 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
921 wxPyEndBlockThreads(blocked);
922 return tup;
923 }
924 PyObject *wxPyTreeCtrl_GetBoundingRect(wxPyTreeCtrl *self,wxTreeItemId const &item,bool textOnly){
925 wxRect rect;
926 if (self->GetBoundingRect(item, rect, textOnly)) {
927 bool blocked = wxPyBeginBlockThreads();
928 wxRect* r = new wxRect(rect);
929 PyObject* val = wxPyConstructObject((void*)r, wxT("wxRect"), True);
930 wxPyEndBlockThreads(blocked);
931 return val;
932 }
933 else
934 RETURN_NONE();
935 }
936 static const wxString wxPyDirDialogDefaultFolderStr(wxDirDialogDefaultFolderStr);
937 // C++ version of Python aware wxControl
938 class wxPyControl : public wxControl
939 {
940 DECLARE_DYNAMIC_CLASS(wxPyControl)
941 public:
942 wxPyControl() : wxControl() {}
943 wxPyControl(wxWindow* parent, const wxWindowID id,
944 const wxPoint& pos = wxDefaultPosition,
945 const wxSize& size = wxDefaultSize,
946 long style = 0,
947 const wxValidator& validator=wxDefaultValidator,
948 const wxString& name = wxPyControlNameStr)
949 : wxControl(parent, id, pos, size, style, validator, name) {}
950
951 void SetBestSize(const wxSize& size) { wxControl::SetBestSize(size); }
952
953 DEC_PYCALLBACK_VOID_INT4(DoMoveWindow);
954 DEC_PYCALLBACK_VOID_INT5(DoSetSize);
955 DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize);
956 DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize);
957
958 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize);
959 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize);
960 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition);
961
962 DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize);
963 DEC_PYCALLBACK_SIZE_const(DoGetBestSize);
964
965 DEC_PYCALLBACK__(InitDialog);
966 DEC_PYCALLBACK_BOOL_(TransferDataFromWindow);
967 DEC_PYCALLBACK_BOOL_(TransferDataToWindow);
968 DEC_PYCALLBACK_BOOL_(Validate);
969
970 DEC_PYCALLBACK_BOOL_const(AcceptsFocus);
971 DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard);
972 DEC_PYCALLBACK_SIZE_const(GetMaxSize);
973
974 DEC_PYCALLBACK_VOID_WXWINBASE(AddChild);
975 DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild);
976
977 DEC_PYCALLBACK_BOOL_const(ShouldInheritColours);
978 DEC_PYCALLBACK__COLOUR(ApplyParentThemeBackground);
979 DEC_PYCALLBACK_VIZATTR_(GetDefaultAttributes);
980
981 PYPRIVATE;
982 };
983
984 IMPLEMENT_DYNAMIC_CLASS(wxPyControl, wxControl);
985
986 IMP_PYCALLBACK_VOID_INT4(wxPyControl, wxControl, DoMoveWindow);
987 IMP_PYCALLBACK_VOID_INT5(wxPyControl, wxControl, DoSetSize);
988 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetClientSize);
989 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetVirtualSize);
990
991 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetSize);
992 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetClientSize);
993 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetPosition);
994
995 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetVirtualSize);
996 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetBestSize);
997
998 IMP_PYCALLBACK__(wxPyControl, wxControl, InitDialog);
999 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataFromWindow);
1000 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataToWindow);
1001 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, Validate);
1002
1003 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocus);
1004 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocusFromKeyboard);
1005 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, GetMaxSize);
1006
1007 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, AddChild);
1008 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, RemoveChild);
1009
1010 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, ShouldInheritColours);
1011 IMP_PYCALLBACK__COLOUR(wxPyControl, wxControl, ApplyParentThemeBackground);
1012 IMP_PYCALLBACK_VIZATTR_(wxPyControl, wxControl, GetDefaultAttributes);
1013
1014
1015
1016 void wxHelpProvider_Destroy(wxHelpProvider *self){ delete self; }
1017
1018 #include <wx/generic/dragimgg.h>
1019
1020 #ifdef __cplusplus
1021 extern "C" {
1022 #endif
1023 static int _wrap_ButtonNameStr_set(PyObject *_val) {
1024 PyErr_SetString(PyExc_TypeError,"Variable ButtonNameStr is read-only.");
1025 return 1;
1026 }
1027
1028
1029 static PyObject *_wrap_ButtonNameStr_get() {
1030 PyObject *pyobj;
1031
1032 {
1033 #if wxUSE_UNICODE
1034 pyobj = PyUnicode_FromWideChar((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
1035 #else
1036 pyobj = PyString_FromStringAndSize((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
1037 #endif
1038 }
1039 return pyobj;
1040 }
1041
1042
1043 static PyObject *_wrap_new_Button(PyObject *self, PyObject *args, PyObject *kwargs) {
1044 PyObject *resultobj;
1045 wxWindow *arg1 = (wxWindow *) 0 ;
1046 int arg2 ;
1047 wxString *arg3 = 0 ;
1048 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1049 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1050 wxSize const &arg5_defvalue = wxDefaultSize ;
1051 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1052 long arg6 = (long) 0 ;
1053 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1054 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1055 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1056 wxString *arg8 = (wxString *) &arg8_defvalue ;
1057 wxButton *result;
1058 bool temp3 = False ;
1059 wxPoint temp4 ;
1060 wxSize temp5 ;
1061 bool temp8 = False ;
1062 PyObject * obj0 = 0 ;
1063 PyObject * obj1 = 0 ;
1064 PyObject * obj2 = 0 ;
1065 PyObject * obj3 = 0 ;
1066 PyObject * obj4 = 0 ;
1067 PyObject * obj5 = 0 ;
1068 PyObject * obj6 = 0 ;
1069 PyObject * obj7 = 0 ;
1070 char *kwnames[] = {
1071 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1072 };
1073
1074 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_Button",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1075 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1076 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1077 arg2 = (int) SWIG_AsInt(obj1);
1078 if (PyErr_Occurred()) SWIG_fail;
1079 {
1080 arg3 = wxString_in_helper(obj2);
1081 if (arg3 == NULL) SWIG_fail;
1082 temp3 = True;
1083 }
1084 if (obj3) {
1085 {
1086 arg4 = &temp4;
1087 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1088 }
1089 }
1090 if (obj4) {
1091 {
1092 arg5 = &temp5;
1093 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1094 }
1095 }
1096 if (obj5) {
1097 arg6 = (long) SWIG_AsLong(obj5);
1098 if (PyErr_Occurred()) SWIG_fail;
1099 }
1100 if (obj6) {
1101 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
1102 SWIG_POINTER_EXCEPTION | 0)) == -1)
1103 SWIG_fail;
1104 if (arg7 == NULL) {
1105 PyErr_SetString(PyExc_TypeError,"null reference");
1106 SWIG_fail;
1107 }
1108 }
1109 if (obj7) {
1110 {
1111 arg8 = wxString_in_helper(obj7);
1112 if (arg8 == NULL) SWIG_fail;
1113 temp8 = True;
1114 }
1115 }
1116 {
1117 if (!wxPyCheckForApp()) SWIG_fail;
1118 PyThreadState* __tstate = wxPyBeginAllowThreads();
1119 result = (wxButton *)new wxButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1120
1121 wxPyEndAllowThreads(__tstate);
1122 if (PyErr_Occurred()) SWIG_fail;
1123 }
1124 {
1125 resultobj = wxPyMake_wxObject(result);
1126 }
1127 {
1128 if (temp3)
1129 delete arg3;
1130 }
1131 {
1132 if (temp8)
1133 delete arg8;
1134 }
1135 return resultobj;
1136 fail:
1137 {
1138 if (temp3)
1139 delete arg3;
1140 }
1141 {
1142 if (temp8)
1143 delete arg8;
1144 }
1145 return NULL;
1146 }
1147
1148
1149 static PyObject *_wrap_new_PreButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1150 PyObject *resultobj;
1151 wxButton *result;
1152 char *kwnames[] = {
1153 NULL
1154 };
1155
1156 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreButton",kwnames)) goto fail;
1157 {
1158 if (!wxPyCheckForApp()) SWIG_fail;
1159 PyThreadState* __tstate = wxPyBeginAllowThreads();
1160 result = (wxButton *)new wxButton();
1161
1162 wxPyEndAllowThreads(__tstate);
1163 if (PyErr_Occurred()) SWIG_fail;
1164 }
1165 {
1166 resultobj = wxPyMake_wxObject(result);
1167 }
1168 return resultobj;
1169 fail:
1170 return NULL;
1171 }
1172
1173
1174 static PyObject *_wrap_Button_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1175 PyObject *resultobj;
1176 wxButton *arg1 = (wxButton *) 0 ;
1177 wxWindow *arg2 = (wxWindow *) 0 ;
1178 int arg3 ;
1179 wxString *arg4 = 0 ;
1180 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1181 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1182 wxSize const &arg6_defvalue = wxDefaultSize ;
1183 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1184 long arg7 = (long) 0 ;
1185 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1186 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1187 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1188 wxString *arg9 = (wxString *) &arg9_defvalue ;
1189 bool result;
1190 bool temp4 = False ;
1191 wxPoint temp5 ;
1192 wxSize temp6 ;
1193 bool temp9 = False ;
1194 PyObject * obj0 = 0 ;
1195 PyObject * obj1 = 0 ;
1196 PyObject * obj2 = 0 ;
1197 PyObject * obj3 = 0 ;
1198 PyObject * obj4 = 0 ;
1199 PyObject * obj5 = 0 ;
1200 PyObject * obj6 = 0 ;
1201 PyObject * obj7 = 0 ;
1202 PyObject * obj8 = 0 ;
1203 char *kwnames[] = {
1204 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1205 };
1206
1207 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:Button_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1208 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxButton,
1209 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1210 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
1211 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1212 arg3 = (int) SWIG_AsInt(obj2);
1213 if (PyErr_Occurred()) SWIG_fail;
1214 {
1215 arg4 = wxString_in_helper(obj3);
1216 if (arg4 == NULL) SWIG_fail;
1217 temp4 = True;
1218 }
1219 if (obj4) {
1220 {
1221 arg5 = &temp5;
1222 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1223 }
1224 }
1225 if (obj5) {
1226 {
1227 arg6 = &temp6;
1228 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1229 }
1230 }
1231 if (obj6) {
1232 arg7 = (long) SWIG_AsLong(obj6);
1233 if (PyErr_Occurred()) SWIG_fail;
1234 }
1235 if (obj7) {
1236 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
1237 SWIG_POINTER_EXCEPTION | 0)) == -1)
1238 SWIG_fail;
1239 if (arg8 == NULL) {
1240 PyErr_SetString(PyExc_TypeError,"null reference");
1241 SWIG_fail;
1242 }
1243 }
1244 if (obj8) {
1245 {
1246 arg9 = wxString_in_helper(obj8);
1247 if (arg9 == NULL) SWIG_fail;
1248 temp9 = True;
1249 }
1250 }
1251 {
1252 PyThreadState* __tstate = wxPyBeginAllowThreads();
1253 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1254
1255 wxPyEndAllowThreads(__tstate);
1256 if (PyErr_Occurred()) SWIG_fail;
1257 }
1258 {
1259 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1260 }
1261 {
1262 if (temp4)
1263 delete arg4;
1264 }
1265 {
1266 if (temp9)
1267 delete arg9;
1268 }
1269 return resultobj;
1270 fail:
1271 {
1272 if (temp4)
1273 delete arg4;
1274 }
1275 {
1276 if (temp9)
1277 delete arg9;
1278 }
1279 return NULL;
1280 }
1281
1282
1283 static PyObject *_wrap_Button_SetDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
1284 PyObject *resultobj;
1285 wxButton *arg1 = (wxButton *) 0 ;
1286 PyObject * obj0 = 0 ;
1287 char *kwnames[] = {
1288 (char *) "self", NULL
1289 };
1290
1291 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Button_SetDefault",kwnames,&obj0)) goto fail;
1292 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxButton,
1293 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1294 {
1295 PyThreadState* __tstate = wxPyBeginAllowThreads();
1296 (arg1)->SetDefault();
1297
1298 wxPyEndAllowThreads(__tstate);
1299 if (PyErr_Occurred()) SWIG_fail;
1300 }
1301 Py_INCREF(Py_None); resultobj = Py_None;
1302 return resultobj;
1303 fail:
1304 return NULL;
1305 }
1306
1307
1308 static PyObject *_wrap_Button_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
1309 PyObject *resultobj;
1310 wxSize result;
1311 char *kwnames[] = {
1312 NULL
1313 };
1314
1315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":Button_GetDefaultSize",kwnames)) goto fail;
1316 {
1317 PyThreadState* __tstate = wxPyBeginAllowThreads();
1318 result = wxButton::GetDefaultSize();
1319
1320 wxPyEndAllowThreads(__tstate);
1321 if (PyErr_Occurred()) SWIG_fail;
1322 }
1323 {
1324 wxSize * resultptr;
1325 resultptr = new wxSize((wxSize &) result);
1326 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
1327 }
1328 return resultobj;
1329 fail:
1330 return NULL;
1331 }
1332
1333
1334 static PyObject *_wrap_Button_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
1335 PyObject *resultobj;
1336 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
1337 wxVisualAttributes result;
1338 PyObject * obj0 = 0 ;
1339 char *kwnames[] = {
1340 (char *) "variant", NULL
1341 };
1342
1343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Button_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
1344 if (obj0) {
1345 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
1346 if (PyErr_Occurred()) SWIG_fail;
1347 }
1348 {
1349 if (!wxPyCheckForApp()) SWIG_fail;
1350 PyThreadState* __tstate = wxPyBeginAllowThreads();
1351 result = wxButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
1352
1353 wxPyEndAllowThreads(__tstate);
1354 if (PyErr_Occurred()) SWIG_fail;
1355 }
1356 {
1357 wxVisualAttributes * resultptr;
1358 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
1359 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
1360 }
1361 return resultobj;
1362 fail:
1363 return NULL;
1364 }
1365
1366
1367 static PyObject * Button_swigregister(PyObject *self, PyObject *args) {
1368 PyObject *obj;
1369 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1370 SWIG_TypeClientData(SWIGTYPE_p_wxButton, obj);
1371 Py_INCREF(obj);
1372 return Py_BuildValue((char *)"");
1373 }
1374 static PyObject *_wrap_new_BitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1375 PyObject *resultobj;
1376 wxWindow *arg1 = (wxWindow *) 0 ;
1377 int arg2 ;
1378 wxBitmap *arg3 = 0 ;
1379 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1380 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1381 wxSize const &arg5_defvalue = wxDefaultSize ;
1382 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1383 long arg6 = (long) wxBU_AUTODRAW ;
1384 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1385 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1386 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1387 wxString *arg8 = (wxString *) &arg8_defvalue ;
1388 wxBitmapButton *result;
1389 wxPoint temp4 ;
1390 wxSize temp5 ;
1391 bool temp8 = False ;
1392 PyObject * obj0 = 0 ;
1393 PyObject * obj1 = 0 ;
1394 PyObject * obj2 = 0 ;
1395 PyObject * obj3 = 0 ;
1396 PyObject * obj4 = 0 ;
1397 PyObject * obj5 = 0 ;
1398 PyObject * obj6 = 0 ;
1399 PyObject * obj7 = 0 ;
1400 char *kwnames[] = {
1401 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1402 };
1403
1404 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_BitmapButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1405 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
1406 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1407 arg2 = (int) SWIG_AsInt(obj1);
1408 if (PyErr_Occurred()) SWIG_fail;
1409 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap,
1410 SWIG_POINTER_EXCEPTION | 0)) == -1)
1411 SWIG_fail;
1412 if (arg3 == NULL) {
1413 PyErr_SetString(PyExc_TypeError,"null reference");
1414 SWIG_fail;
1415 }
1416 if (obj3) {
1417 {
1418 arg4 = &temp4;
1419 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1420 }
1421 }
1422 if (obj4) {
1423 {
1424 arg5 = &temp5;
1425 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1426 }
1427 }
1428 if (obj5) {
1429 arg6 = (long) SWIG_AsLong(obj5);
1430 if (PyErr_Occurred()) SWIG_fail;
1431 }
1432 if (obj6) {
1433 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
1434 SWIG_POINTER_EXCEPTION | 0)) == -1)
1435 SWIG_fail;
1436 if (arg7 == NULL) {
1437 PyErr_SetString(PyExc_TypeError,"null reference");
1438 SWIG_fail;
1439 }
1440 }
1441 if (obj7) {
1442 {
1443 arg8 = wxString_in_helper(obj7);
1444 if (arg8 == NULL) SWIG_fail;
1445 temp8 = True;
1446 }
1447 }
1448 {
1449 if (!wxPyCheckForApp()) SWIG_fail;
1450 PyThreadState* __tstate = wxPyBeginAllowThreads();
1451 result = (wxBitmapButton *)new wxBitmapButton(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1452
1453 wxPyEndAllowThreads(__tstate);
1454 if (PyErr_Occurred()) SWIG_fail;
1455 }
1456 {
1457 resultobj = wxPyMake_wxObject(result);
1458 }
1459 {
1460 if (temp8)
1461 delete arg8;
1462 }
1463 return resultobj;
1464 fail:
1465 {
1466 if (temp8)
1467 delete arg8;
1468 }
1469 return NULL;
1470 }
1471
1472
1473 static PyObject *_wrap_new_PreBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1474 PyObject *resultobj;
1475 wxBitmapButton *result;
1476 char *kwnames[] = {
1477 NULL
1478 };
1479
1480 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreBitmapButton",kwnames)) goto fail;
1481 {
1482 if (!wxPyCheckForApp()) SWIG_fail;
1483 PyThreadState* __tstate = wxPyBeginAllowThreads();
1484 result = (wxBitmapButton *)new wxBitmapButton();
1485
1486 wxPyEndAllowThreads(__tstate);
1487 if (PyErr_Occurred()) SWIG_fail;
1488 }
1489 {
1490 resultobj = wxPyMake_wxObject(result);
1491 }
1492 return resultobj;
1493 fail:
1494 return NULL;
1495 }
1496
1497
1498 static PyObject *_wrap_BitmapButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1499 PyObject *resultobj;
1500 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1501 wxWindow *arg2 = (wxWindow *) 0 ;
1502 int arg3 ;
1503 wxBitmap *arg4 = 0 ;
1504 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1505 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1506 wxSize const &arg6_defvalue = wxDefaultSize ;
1507 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1508 long arg7 = (long) wxBU_AUTODRAW ;
1509 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1510 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1511 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1512 wxString *arg9 = (wxString *) &arg9_defvalue ;
1513 bool result;
1514 wxPoint temp5 ;
1515 wxSize temp6 ;
1516 bool temp9 = False ;
1517 PyObject * obj0 = 0 ;
1518 PyObject * obj1 = 0 ;
1519 PyObject * obj2 = 0 ;
1520 PyObject * obj3 = 0 ;
1521 PyObject * obj4 = 0 ;
1522 PyObject * obj5 = 0 ;
1523 PyObject * obj6 = 0 ;
1524 PyObject * obj7 = 0 ;
1525 PyObject * obj8 = 0 ;
1526 char *kwnames[] = {
1527 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1528 };
1529
1530 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:BitmapButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1531 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1532 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1533 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
1534 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1535 arg3 = (int) SWIG_AsInt(obj2);
1536 if (PyErr_Occurred()) SWIG_fail;
1537 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
1538 SWIG_POINTER_EXCEPTION | 0)) == -1)
1539 SWIG_fail;
1540 if (arg4 == NULL) {
1541 PyErr_SetString(PyExc_TypeError,"null reference");
1542 SWIG_fail;
1543 }
1544 if (obj4) {
1545 {
1546 arg5 = &temp5;
1547 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1548 }
1549 }
1550 if (obj5) {
1551 {
1552 arg6 = &temp6;
1553 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1554 }
1555 }
1556 if (obj6) {
1557 arg7 = (long) SWIG_AsLong(obj6);
1558 if (PyErr_Occurred()) SWIG_fail;
1559 }
1560 if (obj7) {
1561 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
1562 SWIG_POINTER_EXCEPTION | 0)) == -1)
1563 SWIG_fail;
1564 if (arg8 == NULL) {
1565 PyErr_SetString(PyExc_TypeError,"null reference");
1566 SWIG_fail;
1567 }
1568 }
1569 if (obj8) {
1570 {
1571 arg9 = wxString_in_helper(obj8);
1572 if (arg9 == NULL) SWIG_fail;
1573 temp9 = True;
1574 }
1575 }
1576 {
1577 PyThreadState* __tstate = wxPyBeginAllowThreads();
1578 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1579
1580 wxPyEndAllowThreads(__tstate);
1581 if (PyErr_Occurred()) SWIG_fail;
1582 }
1583 {
1584 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1585 }
1586 {
1587 if (temp9)
1588 delete arg9;
1589 }
1590 return resultobj;
1591 fail:
1592 {
1593 if (temp9)
1594 delete arg9;
1595 }
1596 return NULL;
1597 }
1598
1599
1600 static PyObject *_wrap_BitmapButton_GetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1601 PyObject *resultobj;
1602 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1603 wxBitmap result;
1604 PyObject * obj0 = 0 ;
1605 char *kwnames[] = {
1606 (char *) "self", NULL
1607 };
1608
1609 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapLabel",kwnames,&obj0)) goto fail;
1610 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1611 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1612 {
1613 PyThreadState* __tstate = wxPyBeginAllowThreads();
1614 result = (arg1)->GetBitmapLabel();
1615
1616 wxPyEndAllowThreads(__tstate);
1617 if (PyErr_Occurred()) SWIG_fail;
1618 }
1619 {
1620 wxBitmap * resultptr;
1621 resultptr = new wxBitmap((wxBitmap &) result);
1622 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1623 }
1624 return resultobj;
1625 fail:
1626 return NULL;
1627 }
1628
1629
1630 static PyObject *_wrap_BitmapButton_GetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1631 PyObject *resultobj;
1632 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1633 wxBitmap result;
1634 PyObject * obj0 = 0 ;
1635 char *kwnames[] = {
1636 (char *) "self", NULL
1637 };
1638
1639 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapDisabled",kwnames,&obj0)) goto fail;
1640 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1641 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1642 {
1643 PyThreadState* __tstate = wxPyBeginAllowThreads();
1644 result = (arg1)->GetBitmapDisabled();
1645
1646 wxPyEndAllowThreads(__tstate);
1647 if (PyErr_Occurred()) SWIG_fail;
1648 }
1649 {
1650 wxBitmap * resultptr;
1651 resultptr = new wxBitmap((wxBitmap &) result);
1652 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1653 }
1654 return resultobj;
1655 fail:
1656 return NULL;
1657 }
1658
1659
1660 static PyObject *_wrap_BitmapButton_GetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1661 PyObject *resultobj;
1662 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1663 wxBitmap result;
1664 PyObject * obj0 = 0 ;
1665 char *kwnames[] = {
1666 (char *) "self", NULL
1667 };
1668
1669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapFocus",kwnames,&obj0)) goto fail;
1670 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1671 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1672 {
1673 PyThreadState* __tstate = wxPyBeginAllowThreads();
1674 result = (arg1)->GetBitmapFocus();
1675
1676 wxPyEndAllowThreads(__tstate);
1677 if (PyErr_Occurred()) SWIG_fail;
1678 }
1679 {
1680 wxBitmap * resultptr;
1681 resultptr = new wxBitmap((wxBitmap &) result);
1682 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1683 }
1684 return resultobj;
1685 fail:
1686 return NULL;
1687 }
1688
1689
1690 static PyObject *_wrap_BitmapButton_GetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1691 PyObject *resultobj;
1692 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1693 wxBitmap result;
1694 PyObject * obj0 = 0 ;
1695 char *kwnames[] = {
1696 (char *) "self", NULL
1697 };
1698
1699 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapSelected",kwnames,&obj0)) goto fail;
1700 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1701 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1702 {
1703 PyThreadState* __tstate = wxPyBeginAllowThreads();
1704 result = (arg1)->GetBitmapSelected();
1705
1706 wxPyEndAllowThreads(__tstate);
1707 if (PyErr_Occurred()) SWIG_fail;
1708 }
1709 {
1710 wxBitmap * resultptr;
1711 resultptr = new wxBitmap((wxBitmap &) result);
1712 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
1713 }
1714 return resultobj;
1715 fail:
1716 return NULL;
1717 }
1718
1719
1720 static PyObject *_wrap_BitmapButton_SetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1721 PyObject *resultobj;
1722 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1723 wxBitmap *arg2 = 0 ;
1724 PyObject * obj0 = 0 ;
1725 PyObject * obj1 = 0 ;
1726 char *kwnames[] = {
1727 (char *) "self",(char *) "bitmap", NULL
1728 };
1729
1730 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapDisabled",kwnames,&obj0,&obj1)) goto fail;
1731 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1732 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1733 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1734 SWIG_POINTER_EXCEPTION | 0)) == -1)
1735 SWIG_fail;
1736 if (arg2 == NULL) {
1737 PyErr_SetString(PyExc_TypeError,"null reference");
1738 SWIG_fail;
1739 }
1740 {
1741 PyThreadState* __tstate = wxPyBeginAllowThreads();
1742 (arg1)->SetBitmapDisabled((wxBitmap const &)*arg2);
1743
1744 wxPyEndAllowThreads(__tstate);
1745 if (PyErr_Occurred()) SWIG_fail;
1746 }
1747 Py_INCREF(Py_None); resultobj = Py_None;
1748 return resultobj;
1749 fail:
1750 return NULL;
1751 }
1752
1753
1754 static PyObject *_wrap_BitmapButton_SetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1755 PyObject *resultobj;
1756 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1757 wxBitmap *arg2 = 0 ;
1758 PyObject * obj0 = 0 ;
1759 PyObject * obj1 = 0 ;
1760 char *kwnames[] = {
1761 (char *) "self",(char *) "bitmap", NULL
1762 };
1763
1764 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapFocus",kwnames,&obj0,&obj1)) goto fail;
1765 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1766 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1767 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1768 SWIG_POINTER_EXCEPTION | 0)) == -1)
1769 SWIG_fail;
1770 if (arg2 == NULL) {
1771 PyErr_SetString(PyExc_TypeError,"null reference");
1772 SWIG_fail;
1773 }
1774 {
1775 PyThreadState* __tstate = wxPyBeginAllowThreads();
1776 (arg1)->SetBitmapFocus((wxBitmap const &)*arg2);
1777
1778 wxPyEndAllowThreads(__tstate);
1779 if (PyErr_Occurred()) SWIG_fail;
1780 }
1781 Py_INCREF(Py_None); resultobj = Py_None;
1782 return resultobj;
1783 fail:
1784 return NULL;
1785 }
1786
1787
1788 static PyObject *_wrap_BitmapButton_SetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1789 PyObject *resultobj;
1790 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1791 wxBitmap *arg2 = 0 ;
1792 PyObject * obj0 = 0 ;
1793 PyObject * obj1 = 0 ;
1794 char *kwnames[] = {
1795 (char *) "self",(char *) "bitmap", NULL
1796 };
1797
1798 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapSelected",kwnames,&obj0,&obj1)) goto fail;
1799 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1800 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1801 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1802 SWIG_POINTER_EXCEPTION | 0)) == -1)
1803 SWIG_fail;
1804 if (arg2 == NULL) {
1805 PyErr_SetString(PyExc_TypeError,"null reference");
1806 SWIG_fail;
1807 }
1808 {
1809 PyThreadState* __tstate = wxPyBeginAllowThreads();
1810 (arg1)->SetBitmapSelected((wxBitmap const &)*arg2);
1811
1812 wxPyEndAllowThreads(__tstate);
1813 if (PyErr_Occurred()) SWIG_fail;
1814 }
1815 Py_INCREF(Py_None); resultobj = Py_None;
1816 return resultobj;
1817 fail:
1818 return NULL;
1819 }
1820
1821
1822 static PyObject *_wrap_BitmapButton_SetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1823 PyObject *resultobj;
1824 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1825 wxBitmap *arg2 = 0 ;
1826 PyObject * obj0 = 0 ;
1827 PyObject * obj1 = 0 ;
1828 char *kwnames[] = {
1829 (char *) "self",(char *) "bitmap", NULL
1830 };
1831
1832 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapLabel",kwnames,&obj0,&obj1)) goto fail;
1833 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1834 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1835 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
1836 SWIG_POINTER_EXCEPTION | 0)) == -1)
1837 SWIG_fail;
1838 if (arg2 == NULL) {
1839 PyErr_SetString(PyExc_TypeError,"null reference");
1840 SWIG_fail;
1841 }
1842 {
1843 PyThreadState* __tstate = wxPyBeginAllowThreads();
1844 (arg1)->SetBitmapLabel((wxBitmap const &)*arg2);
1845
1846 wxPyEndAllowThreads(__tstate);
1847 if (PyErr_Occurred()) SWIG_fail;
1848 }
1849 Py_INCREF(Py_None); resultobj = Py_None;
1850 return resultobj;
1851 fail:
1852 return NULL;
1853 }
1854
1855
1856 static PyObject *_wrap_BitmapButton_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1857 PyObject *resultobj;
1858 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1859 int arg2 ;
1860 int arg3 ;
1861 PyObject * obj0 = 0 ;
1862 PyObject * obj1 = 0 ;
1863 PyObject * obj2 = 0 ;
1864 char *kwnames[] = {
1865 (char *) "self",(char *) "x",(char *) "y", NULL
1866 };
1867
1868 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BitmapButton_SetMargins",kwnames,&obj0,&obj1,&obj2)) goto fail;
1869 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1870 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1871 arg2 = (int) SWIG_AsInt(obj1);
1872 if (PyErr_Occurred()) SWIG_fail;
1873 arg3 = (int) SWIG_AsInt(obj2);
1874 if (PyErr_Occurred()) SWIG_fail;
1875 {
1876 PyThreadState* __tstate = wxPyBeginAllowThreads();
1877 (arg1)->SetMargins(arg2,arg3);
1878
1879 wxPyEndAllowThreads(__tstate);
1880 if (PyErr_Occurred()) SWIG_fail;
1881 }
1882 Py_INCREF(Py_None); resultobj = Py_None;
1883 return resultobj;
1884 fail:
1885 return NULL;
1886 }
1887
1888
1889 static PyObject *_wrap_BitmapButton_GetMarginX(PyObject *self, PyObject *args, PyObject *kwargs) {
1890 PyObject *resultobj;
1891 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1892 int result;
1893 PyObject * obj0 = 0 ;
1894 char *kwnames[] = {
1895 (char *) "self", NULL
1896 };
1897
1898 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginX",kwnames,&obj0)) goto fail;
1899 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1900 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1901 {
1902 PyThreadState* __tstate = wxPyBeginAllowThreads();
1903 result = (int)((wxBitmapButton const *)arg1)->GetMarginX();
1904
1905 wxPyEndAllowThreads(__tstate);
1906 if (PyErr_Occurred()) SWIG_fail;
1907 }
1908 resultobj = SWIG_FromInt((int)result);
1909 return resultobj;
1910 fail:
1911 return NULL;
1912 }
1913
1914
1915 static PyObject *_wrap_BitmapButton_GetMarginY(PyObject *self, PyObject *args, PyObject *kwargs) {
1916 PyObject *resultobj;
1917 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1918 int result;
1919 PyObject * obj0 = 0 ;
1920 char *kwnames[] = {
1921 (char *) "self", NULL
1922 };
1923
1924 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginY",kwnames,&obj0)) goto fail;
1925 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmapButton,
1926 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
1927 {
1928 PyThreadState* __tstate = wxPyBeginAllowThreads();
1929 result = (int)((wxBitmapButton const *)arg1)->GetMarginY();
1930
1931 wxPyEndAllowThreads(__tstate);
1932 if (PyErr_Occurred()) SWIG_fail;
1933 }
1934 resultobj = SWIG_FromInt((int)result);
1935 return resultobj;
1936 fail:
1937 return NULL;
1938 }
1939
1940
1941 static PyObject * BitmapButton_swigregister(PyObject *self, PyObject *args) {
1942 PyObject *obj;
1943 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1944 SWIG_TypeClientData(SWIGTYPE_p_wxBitmapButton, obj);
1945 Py_INCREF(obj);
1946 return Py_BuildValue((char *)"");
1947 }
1948 static int _wrap_CheckBoxNameStr_set(PyObject *_val) {
1949 PyErr_SetString(PyExc_TypeError,"Variable CheckBoxNameStr is read-only.");
1950 return 1;
1951 }
1952
1953
1954 static PyObject *_wrap_CheckBoxNameStr_get() {
1955 PyObject *pyobj;
1956
1957 {
1958 #if wxUSE_UNICODE
1959 pyobj = PyUnicode_FromWideChar((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
1960 #else
1961 pyobj = PyString_FromStringAndSize((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
1962 #endif
1963 }
1964 return pyobj;
1965 }
1966
1967
1968 static PyObject *_wrap_new_CheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
1969 PyObject *resultobj;
1970 wxWindow *arg1 = (wxWindow *) 0 ;
1971 int arg2 ;
1972 wxString *arg3 = 0 ;
1973 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1974 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1975 wxSize const &arg5_defvalue = wxDefaultSize ;
1976 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1977 long arg6 = (long) 0 ;
1978 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1979 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1980 wxString const &arg8_defvalue = wxPyCheckBoxNameStr ;
1981 wxString *arg8 = (wxString *) &arg8_defvalue ;
1982 wxCheckBox *result;
1983 bool temp3 = False ;
1984 wxPoint temp4 ;
1985 wxSize temp5 ;
1986 bool temp8 = False ;
1987 PyObject * obj0 = 0 ;
1988 PyObject * obj1 = 0 ;
1989 PyObject * obj2 = 0 ;
1990 PyObject * obj3 = 0 ;
1991 PyObject * obj4 = 0 ;
1992 PyObject * obj5 = 0 ;
1993 PyObject * obj6 = 0 ;
1994 PyObject * obj7 = 0 ;
1995 char *kwnames[] = {
1996 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1997 };
1998
1999 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_CheckBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
2000 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2001 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2002 arg2 = (int) SWIG_AsInt(obj1);
2003 if (PyErr_Occurred()) SWIG_fail;
2004 {
2005 arg3 = wxString_in_helper(obj2);
2006 if (arg3 == NULL) SWIG_fail;
2007 temp3 = True;
2008 }
2009 if (obj3) {
2010 {
2011 arg4 = &temp4;
2012 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2013 }
2014 }
2015 if (obj4) {
2016 {
2017 arg5 = &temp5;
2018 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2019 }
2020 }
2021 if (obj5) {
2022 arg6 = (long) SWIG_AsLong(obj5);
2023 if (PyErr_Occurred()) SWIG_fail;
2024 }
2025 if (obj6) {
2026 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
2027 SWIG_POINTER_EXCEPTION | 0)) == -1)
2028 SWIG_fail;
2029 if (arg7 == NULL) {
2030 PyErr_SetString(PyExc_TypeError,"null reference");
2031 SWIG_fail;
2032 }
2033 }
2034 if (obj7) {
2035 {
2036 arg8 = wxString_in_helper(obj7);
2037 if (arg8 == NULL) SWIG_fail;
2038 temp8 = True;
2039 }
2040 }
2041 {
2042 if (!wxPyCheckForApp()) SWIG_fail;
2043 PyThreadState* __tstate = wxPyBeginAllowThreads();
2044 result = (wxCheckBox *)new wxCheckBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2045
2046 wxPyEndAllowThreads(__tstate);
2047 if (PyErr_Occurred()) SWIG_fail;
2048 }
2049 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckBox, 1);
2050 {
2051 if (temp3)
2052 delete arg3;
2053 }
2054 {
2055 if (temp8)
2056 delete arg8;
2057 }
2058 return resultobj;
2059 fail:
2060 {
2061 if (temp3)
2062 delete arg3;
2063 }
2064 {
2065 if (temp8)
2066 delete arg8;
2067 }
2068 return NULL;
2069 }
2070
2071
2072 static PyObject *_wrap_new_PreCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2073 PyObject *resultobj;
2074 wxCheckBox *result;
2075 char *kwnames[] = {
2076 NULL
2077 };
2078
2079 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckBox",kwnames)) goto fail;
2080 {
2081 if (!wxPyCheckForApp()) SWIG_fail;
2082 PyThreadState* __tstate = wxPyBeginAllowThreads();
2083 result = (wxCheckBox *)new wxCheckBox();
2084
2085 wxPyEndAllowThreads(__tstate);
2086 if (PyErr_Occurred()) SWIG_fail;
2087 }
2088 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckBox, 1);
2089 return resultobj;
2090 fail:
2091 return NULL;
2092 }
2093
2094
2095 static PyObject *_wrap_CheckBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2096 PyObject *resultobj;
2097 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2098 wxWindow *arg2 = (wxWindow *) 0 ;
2099 int arg3 ;
2100 wxString *arg4 = 0 ;
2101 wxPoint const &arg5_defvalue = wxDefaultPosition ;
2102 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
2103 wxSize const &arg6_defvalue = wxDefaultSize ;
2104 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
2105 long arg7 = (long) 0 ;
2106 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2107 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2108 wxString const &arg9_defvalue = wxPyCheckBoxNameStr ;
2109 wxString *arg9 = (wxString *) &arg9_defvalue ;
2110 bool result;
2111 bool temp4 = False ;
2112 wxPoint temp5 ;
2113 wxSize temp6 ;
2114 bool temp9 = False ;
2115 PyObject * obj0 = 0 ;
2116 PyObject * obj1 = 0 ;
2117 PyObject * obj2 = 0 ;
2118 PyObject * obj3 = 0 ;
2119 PyObject * obj4 = 0 ;
2120 PyObject * obj5 = 0 ;
2121 PyObject * obj6 = 0 ;
2122 PyObject * obj7 = 0 ;
2123 PyObject * obj8 = 0 ;
2124 char *kwnames[] = {
2125 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
2126 };
2127
2128 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:CheckBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2129 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2130 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2131 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
2132 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2133 arg3 = (int) SWIG_AsInt(obj2);
2134 if (PyErr_Occurred()) SWIG_fail;
2135 {
2136 arg4 = wxString_in_helper(obj3);
2137 if (arg4 == NULL) SWIG_fail;
2138 temp4 = True;
2139 }
2140 if (obj4) {
2141 {
2142 arg5 = &temp5;
2143 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
2144 }
2145 }
2146 if (obj5) {
2147 {
2148 arg6 = &temp6;
2149 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
2150 }
2151 }
2152 if (obj6) {
2153 arg7 = (long) SWIG_AsLong(obj6);
2154 if (PyErr_Occurred()) SWIG_fail;
2155 }
2156 if (obj7) {
2157 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
2158 SWIG_POINTER_EXCEPTION | 0)) == -1)
2159 SWIG_fail;
2160 if (arg8 == NULL) {
2161 PyErr_SetString(PyExc_TypeError,"null reference");
2162 SWIG_fail;
2163 }
2164 }
2165 if (obj8) {
2166 {
2167 arg9 = wxString_in_helper(obj8);
2168 if (arg9 == NULL) SWIG_fail;
2169 temp9 = True;
2170 }
2171 }
2172 {
2173 PyThreadState* __tstate = wxPyBeginAllowThreads();
2174 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2175
2176 wxPyEndAllowThreads(__tstate);
2177 if (PyErr_Occurred()) SWIG_fail;
2178 }
2179 {
2180 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2181 }
2182 {
2183 if (temp4)
2184 delete arg4;
2185 }
2186 {
2187 if (temp9)
2188 delete arg9;
2189 }
2190 return resultobj;
2191 fail:
2192 {
2193 if (temp4)
2194 delete arg4;
2195 }
2196 {
2197 if (temp9)
2198 delete arg9;
2199 }
2200 return NULL;
2201 }
2202
2203
2204 static PyObject *_wrap_CheckBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2205 PyObject *resultobj;
2206 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2207 bool result;
2208 PyObject * obj0 = 0 ;
2209 char *kwnames[] = {
2210 (char *) "self", NULL
2211 };
2212
2213 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_GetValue",kwnames,&obj0)) goto fail;
2214 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2215 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2216 {
2217 PyThreadState* __tstate = wxPyBeginAllowThreads();
2218 result = (bool)(arg1)->GetValue();
2219
2220 wxPyEndAllowThreads(__tstate);
2221 if (PyErr_Occurred()) SWIG_fail;
2222 }
2223 {
2224 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2225 }
2226 return resultobj;
2227 fail:
2228 return NULL;
2229 }
2230
2231
2232 static PyObject *_wrap_CheckBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
2233 PyObject *resultobj;
2234 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2235 bool result;
2236 PyObject * obj0 = 0 ;
2237 char *kwnames[] = {
2238 (char *) "self", NULL
2239 };
2240
2241 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_IsChecked",kwnames,&obj0)) goto fail;
2242 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2243 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2244 {
2245 PyThreadState* __tstate = wxPyBeginAllowThreads();
2246 result = (bool)(arg1)->IsChecked();
2247
2248 wxPyEndAllowThreads(__tstate);
2249 if (PyErr_Occurred()) SWIG_fail;
2250 }
2251 {
2252 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2253 }
2254 return resultobj;
2255 fail:
2256 return NULL;
2257 }
2258
2259
2260 static PyObject *_wrap_CheckBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2261 PyObject *resultobj;
2262 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2263 bool arg2 ;
2264 PyObject * obj0 = 0 ;
2265 PyObject * obj1 = 0 ;
2266 char *kwnames[] = {
2267 (char *) "self",(char *) "state", NULL
2268 };
2269
2270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
2271 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2272 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2273 arg2 = (bool const) SWIG_AsBool(obj1);
2274 if (PyErr_Occurred()) SWIG_fail;
2275 {
2276 PyThreadState* __tstate = wxPyBeginAllowThreads();
2277 (arg1)->SetValue(arg2);
2278
2279 wxPyEndAllowThreads(__tstate);
2280 if (PyErr_Occurred()) SWIG_fail;
2281 }
2282 Py_INCREF(Py_None); resultobj = Py_None;
2283 return resultobj;
2284 fail:
2285 return NULL;
2286 }
2287
2288
2289 static PyObject *_wrap_CheckBox_Get3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2290 PyObject *resultobj;
2291 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2292 int result;
2293 PyObject * obj0 = 0 ;
2294 char *kwnames[] = {
2295 (char *) "self", NULL
2296 };
2297
2298 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Get3StateValue",kwnames,&obj0)) goto fail;
2299 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2300 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2301 {
2302 PyThreadState* __tstate = wxPyBeginAllowThreads();
2303 result = (int)((wxCheckBox const *)arg1)->Get3StateValue();
2304
2305 wxPyEndAllowThreads(__tstate);
2306 if (PyErr_Occurred()) SWIG_fail;
2307 }
2308 resultobj = SWIG_FromInt((int)result);
2309 return resultobj;
2310 fail:
2311 return NULL;
2312 }
2313
2314
2315 static PyObject *_wrap_CheckBox_Set3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2316 PyObject *resultobj;
2317 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2318 int arg2 ;
2319 PyObject * obj0 = 0 ;
2320 PyObject * obj1 = 0 ;
2321 char *kwnames[] = {
2322 (char *) "self",(char *) "state", NULL
2323 };
2324
2325 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_Set3StateValue",kwnames,&obj0,&obj1)) goto fail;
2326 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2327 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2328 arg2 = (wxCheckBoxState) SWIG_AsInt(obj1);
2329 if (PyErr_Occurred()) SWIG_fail;
2330 {
2331 PyThreadState* __tstate = wxPyBeginAllowThreads();
2332 (arg1)->Set3StateValue((wxCheckBoxState )arg2);
2333
2334 wxPyEndAllowThreads(__tstate);
2335 if (PyErr_Occurred()) SWIG_fail;
2336 }
2337 Py_INCREF(Py_None); resultobj = Py_None;
2338 return resultobj;
2339 fail:
2340 return NULL;
2341 }
2342
2343
2344 static PyObject *_wrap_CheckBox_Is3State(PyObject *self, PyObject *args, PyObject *kwargs) {
2345 PyObject *resultobj;
2346 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2347 bool result;
2348 PyObject * obj0 = 0 ;
2349 char *kwnames[] = {
2350 (char *) "self", NULL
2351 };
2352
2353 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3State",kwnames,&obj0)) goto fail;
2354 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2355 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2356 {
2357 PyThreadState* __tstate = wxPyBeginAllowThreads();
2358 result = (bool)((wxCheckBox const *)arg1)->Is3State();
2359
2360 wxPyEndAllowThreads(__tstate);
2361 if (PyErr_Occurred()) SWIG_fail;
2362 }
2363 {
2364 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2365 }
2366 return resultobj;
2367 fail:
2368 return NULL;
2369 }
2370
2371
2372 static PyObject *_wrap_CheckBox_Is3rdStateAllowedForUser(PyObject *self, PyObject *args, PyObject *kwargs) {
2373 PyObject *resultobj;
2374 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2375 bool result;
2376 PyObject * obj0 = 0 ;
2377 char *kwnames[] = {
2378 (char *) "self", NULL
2379 };
2380
2381 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3rdStateAllowedForUser",kwnames,&obj0)) goto fail;
2382 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckBox,
2383 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2384 {
2385 PyThreadState* __tstate = wxPyBeginAllowThreads();
2386 result = (bool)((wxCheckBox const *)arg1)->Is3rdStateAllowedForUser();
2387
2388 wxPyEndAllowThreads(__tstate);
2389 if (PyErr_Occurred()) SWIG_fail;
2390 }
2391 {
2392 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2393 }
2394 return resultobj;
2395 fail:
2396 return NULL;
2397 }
2398
2399
2400 static PyObject *_wrap_CheckBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
2401 PyObject *resultobj;
2402 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
2403 wxVisualAttributes result;
2404 PyObject * obj0 = 0 ;
2405 char *kwnames[] = {
2406 (char *) "variant", NULL
2407 };
2408
2409 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:CheckBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
2410 if (obj0) {
2411 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
2412 if (PyErr_Occurred()) SWIG_fail;
2413 }
2414 {
2415 if (!wxPyCheckForApp()) SWIG_fail;
2416 PyThreadState* __tstate = wxPyBeginAllowThreads();
2417 result = wxCheckBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
2418
2419 wxPyEndAllowThreads(__tstate);
2420 if (PyErr_Occurred()) SWIG_fail;
2421 }
2422 {
2423 wxVisualAttributes * resultptr;
2424 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
2425 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
2426 }
2427 return resultobj;
2428 fail:
2429 return NULL;
2430 }
2431
2432
2433 static PyObject * CheckBox_swigregister(PyObject *self, PyObject *args) {
2434 PyObject *obj;
2435 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2436 SWIG_TypeClientData(SWIGTYPE_p_wxCheckBox, obj);
2437 Py_INCREF(obj);
2438 return Py_BuildValue((char *)"");
2439 }
2440 static int _wrap_ChoiceNameStr_set(PyObject *_val) {
2441 PyErr_SetString(PyExc_TypeError,"Variable ChoiceNameStr is read-only.");
2442 return 1;
2443 }
2444
2445
2446 static PyObject *_wrap_ChoiceNameStr_get() {
2447 PyObject *pyobj;
2448
2449 {
2450 #if wxUSE_UNICODE
2451 pyobj = PyUnicode_FromWideChar((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2452 #else
2453 pyobj = PyString_FromStringAndSize((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2454 #endif
2455 }
2456 return pyobj;
2457 }
2458
2459
2460 static PyObject *_wrap_new_Choice(PyObject *self, PyObject *args, PyObject *kwargs) {
2461 PyObject *resultobj;
2462 wxWindow *arg1 = (wxWindow *) 0 ;
2463 int arg2 = (int) -1 ;
2464 wxPoint const &arg3_defvalue = wxDefaultPosition ;
2465 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
2466 wxSize const &arg4_defvalue = wxDefaultSize ;
2467 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
2468 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
2469 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
2470 long arg6 = (long) 0 ;
2471 wxValidator const &arg7_defvalue = wxDefaultValidator ;
2472 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
2473 wxString const &arg8_defvalue = wxPyChoiceNameStr ;
2474 wxString *arg8 = (wxString *) &arg8_defvalue ;
2475 wxChoice *result;
2476 wxPoint temp3 ;
2477 wxSize temp4 ;
2478 bool temp5 = False ;
2479 bool temp8 = False ;
2480 PyObject * obj0 = 0 ;
2481 PyObject * obj1 = 0 ;
2482 PyObject * obj2 = 0 ;
2483 PyObject * obj3 = 0 ;
2484 PyObject * obj4 = 0 ;
2485 PyObject * obj5 = 0 ;
2486 PyObject * obj6 = 0 ;
2487 PyObject * obj7 = 0 ;
2488 char *kwnames[] = {
2489 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2490 };
2491
2492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_Choice",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
2493 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2494 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2495 if (obj1) {
2496 arg2 = (int) SWIG_AsInt(obj1);
2497 if (PyErr_Occurred()) SWIG_fail;
2498 }
2499 if (obj2) {
2500 {
2501 arg3 = &temp3;
2502 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
2503 }
2504 }
2505 if (obj3) {
2506 {
2507 arg4 = &temp4;
2508 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
2509 }
2510 }
2511 if (obj4) {
2512 {
2513 if (! PySequence_Check(obj4)) {
2514 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2515 SWIG_fail;
2516 }
2517 arg5 = new wxArrayString;
2518 temp5 = True;
2519 int i, len=PySequence_Length(obj4);
2520 for (i=0; i<len; i++) {
2521 PyObject* item = PySequence_GetItem(obj4, i);
2522 #if wxUSE_UNICODE
2523 PyObject* str = PyObject_Unicode(item);
2524 #else
2525 PyObject* str = PyObject_Str(item);
2526 #endif
2527 if (PyErr_Occurred()) SWIG_fail;
2528 arg5->Add(Py2wxString(str));
2529 Py_DECREF(item);
2530 Py_DECREF(str);
2531 }
2532 }
2533 }
2534 if (obj5) {
2535 arg6 = (long) SWIG_AsLong(obj5);
2536 if (PyErr_Occurred()) SWIG_fail;
2537 }
2538 if (obj6) {
2539 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
2540 SWIG_POINTER_EXCEPTION | 0)) == -1)
2541 SWIG_fail;
2542 if (arg7 == NULL) {
2543 PyErr_SetString(PyExc_TypeError,"null reference");
2544 SWIG_fail;
2545 }
2546 }
2547 if (obj7) {
2548 {
2549 arg8 = wxString_in_helper(obj7);
2550 if (arg8 == NULL) SWIG_fail;
2551 temp8 = True;
2552 }
2553 }
2554 {
2555 if (!wxPyCheckForApp()) SWIG_fail;
2556 PyThreadState* __tstate = wxPyBeginAllowThreads();
2557 result = (wxChoice *)new wxChoice(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2558
2559 wxPyEndAllowThreads(__tstate);
2560 if (PyErr_Occurred()) SWIG_fail;
2561 }
2562 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoice, 1);
2563 {
2564 if (temp5) delete arg5;
2565 }
2566 {
2567 if (temp8)
2568 delete arg8;
2569 }
2570 return resultobj;
2571 fail:
2572 {
2573 if (temp5) delete arg5;
2574 }
2575 {
2576 if (temp8)
2577 delete arg8;
2578 }
2579 return NULL;
2580 }
2581
2582
2583 static PyObject *_wrap_new_PreChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2584 PyObject *resultobj;
2585 wxChoice *result;
2586 char *kwnames[] = {
2587 NULL
2588 };
2589
2590 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreChoice",kwnames)) goto fail;
2591 {
2592 if (!wxPyCheckForApp()) SWIG_fail;
2593 PyThreadState* __tstate = wxPyBeginAllowThreads();
2594 result = (wxChoice *)new wxChoice();
2595
2596 wxPyEndAllowThreads(__tstate);
2597 if (PyErr_Occurred()) SWIG_fail;
2598 }
2599 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxChoice, 1);
2600 return resultobj;
2601 fail:
2602 return NULL;
2603 }
2604
2605
2606 static PyObject *_wrap_Choice_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2607 PyObject *resultobj;
2608 wxChoice *arg1 = (wxChoice *) 0 ;
2609 wxWindow *arg2 = (wxWindow *) 0 ;
2610 int arg3 = (int) -1 ;
2611 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2612 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2613 wxSize const &arg5_defvalue = wxDefaultSize ;
2614 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2615 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
2616 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
2617 long arg7 = (long) 0 ;
2618 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2619 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2620 wxString const &arg9_defvalue = wxPyChoiceNameStr ;
2621 wxString *arg9 = (wxString *) &arg9_defvalue ;
2622 bool result;
2623 wxPoint temp4 ;
2624 wxSize temp5 ;
2625 bool temp6 = False ;
2626 bool temp9 = False ;
2627 PyObject * obj0 = 0 ;
2628 PyObject * obj1 = 0 ;
2629 PyObject * obj2 = 0 ;
2630 PyObject * obj3 = 0 ;
2631 PyObject * obj4 = 0 ;
2632 PyObject * obj5 = 0 ;
2633 PyObject * obj6 = 0 ;
2634 PyObject * obj7 = 0 ;
2635 PyObject * obj8 = 0 ;
2636 char *kwnames[] = {
2637 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2638 };
2639
2640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:Choice_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2641 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2642 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2643 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
2644 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2645 if (obj2) {
2646 arg3 = (int) SWIG_AsInt(obj2);
2647 if (PyErr_Occurred()) SWIG_fail;
2648 }
2649 if (obj3) {
2650 {
2651 arg4 = &temp4;
2652 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2653 }
2654 }
2655 if (obj4) {
2656 {
2657 arg5 = &temp5;
2658 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2659 }
2660 }
2661 if (obj5) {
2662 {
2663 if (! PySequence_Check(obj5)) {
2664 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2665 SWIG_fail;
2666 }
2667 arg6 = new wxArrayString;
2668 temp6 = True;
2669 int i, len=PySequence_Length(obj5);
2670 for (i=0; i<len; i++) {
2671 PyObject* item = PySequence_GetItem(obj5, i);
2672 #if wxUSE_UNICODE
2673 PyObject* str = PyObject_Unicode(item);
2674 #else
2675 PyObject* str = PyObject_Str(item);
2676 #endif
2677 if (PyErr_Occurred()) SWIG_fail;
2678 arg6->Add(Py2wxString(str));
2679 Py_DECREF(item);
2680 Py_DECREF(str);
2681 }
2682 }
2683 }
2684 if (obj6) {
2685 arg7 = (long) SWIG_AsLong(obj6);
2686 if (PyErr_Occurred()) SWIG_fail;
2687 }
2688 if (obj7) {
2689 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
2690 SWIG_POINTER_EXCEPTION | 0)) == -1)
2691 SWIG_fail;
2692 if (arg8 == NULL) {
2693 PyErr_SetString(PyExc_TypeError,"null reference");
2694 SWIG_fail;
2695 }
2696 }
2697 if (obj8) {
2698 {
2699 arg9 = wxString_in_helper(obj8);
2700 if (arg9 == NULL) SWIG_fail;
2701 temp9 = True;
2702 }
2703 }
2704 {
2705 PyThreadState* __tstate = wxPyBeginAllowThreads();
2706 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2707
2708 wxPyEndAllowThreads(__tstate);
2709 if (PyErr_Occurred()) SWIG_fail;
2710 }
2711 {
2712 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2713 }
2714 {
2715 if (temp6) delete arg6;
2716 }
2717 {
2718 if (temp9)
2719 delete arg9;
2720 }
2721 return resultobj;
2722 fail:
2723 {
2724 if (temp6) delete arg6;
2725 }
2726 {
2727 if (temp9)
2728 delete arg9;
2729 }
2730 return NULL;
2731 }
2732
2733
2734 static PyObject *_wrap_Choice_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2735 PyObject *resultobj;
2736 wxChoice *arg1 = (wxChoice *) 0 ;
2737 int arg2 ;
2738 PyObject * obj0 = 0 ;
2739 PyObject * obj1 = 0 ;
2740 char *kwnames[] = {
2741 (char *) "self",(char *) "n", NULL
2742 };
2743
2744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetSelection",kwnames,&obj0,&obj1)) goto fail;
2745 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2746 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2747 arg2 = (int const) SWIG_AsInt(obj1);
2748 if (PyErr_Occurred()) SWIG_fail;
2749 {
2750 PyThreadState* __tstate = wxPyBeginAllowThreads();
2751 (arg1)->SetSelection(arg2);
2752
2753 wxPyEndAllowThreads(__tstate);
2754 if (PyErr_Occurred()) SWIG_fail;
2755 }
2756 Py_INCREF(Py_None); resultobj = Py_None;
2757 return resultobj;
2758 fail:
2759 return NULL;
2760 }
2761
2762
2763 static PyObject *_wrap_Choice_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2764 PyObject *resultobj;
2765 wxChoice *arg1 = (wxChoice *) 0 ;
2766 wxString *arg2 = 0 ;
2767 bool result;
2768 bool temp2 = False ;
2769 PyObject * obj0 = 0 ;
2770 PyObject * obj1 = 0 ;
2771 char *kwnames[] = {
2772 (char *) "self",(char *) "string", NULL
2773 };
2774
2775 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
2776 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2777 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2778 {
2779 arg2 = wxString_in_helper(obj1);
2780 if (arg2 == NULL) SWIG_fail;
2781 temp2 = True;
2782 }
2783 {
2784 PyThreadState* __tstate = wxPyBeginAllowThreads();
2785 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
2786
2787 wxPyEndAllowThreads(__tstate);
2788 if (PyErr_Occurred()) SWIG_fail;
2789 }
2790 {
2791 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2792 }
2793 {
2794 if (temp2)
2795 delete arg2;
2796 }
2797 return resultobj;
2798 fail:
2799 {
2800 if (temp2)
2801 delete arg2;
2802 }
2803 return NULL;
2804 }
2805
2806
2807 static PyObject *_wrap_Choice_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
2808 PyObject *resultobj;
2809 wxChoice *arg1 = (wxChoice *) 0 ;
2810 int arg2 ;
2811 wxString *arg3 = 0 ;
2812 bool temp3 = False ;
2813 PyObject * obj0 = 0 ;
2814 PyObject * obj1 = 0 ;
2815 PyObject * obj2 = 0 ;
2816 char *kwnames[] = {
2817 (char *) "self",(char *) "n",(char *) "string", NULL
2818 };
2819
2820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Choice_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
2821 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxChoice,
2822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2823 arg2 = (int) SWIG_AsInt(obj1);
2824 if (PyErr_Occurred()) SWIG_fail;
2825 {
2826 arg3 = wxString_in_helper(obj2);
2827 if (arg3 == NULL) SWIG_fail;
2828 temp3 = True;
2829 }
2830 {
2831 PyThreadState* __tstate = wxPyBeginAllowThreads();
2832 (arg1)->SetString(arg2,(wxString const &)*arg3);
2833
2834 wxPyEndAllowThreads(__tstate);
2835 if (PyErr_Occurred()) SWIG_fail;
2836 }
2837 Py_INCREF(Py_None); resultobj = Py_None;
2838 {
2839 if (temp3)
2840 delete arg3;
2841 }
2842 return resultobj;
2843 fail:
2844 {
2845 if (temp3)
2846 delete arg3;
2847 }
2848 return NULL;
2849 }
2850
2851
2852 static PyObject *_wrap_Choice_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
2853 PyObject *resultobj;
2854 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
2855 wxVisualAttributes result;
2856 PyObject * obj0 = 0 ;
2857 char *kwnames[] = {
2858 (char *) "variant", NULL
2859 };
2860
2861 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Choice_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
2862 if (obj0) {
2863 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
2864 if (PyErr_Occurred()) SWIG_fail;
2865 }
2866 {
2867 if (!wxPyCheckForApp()) SWIG_fail;
2868 PyThreadState* __tstate = wxPyBeginAllowThreads();
2869 result = wxChoice::GetClassDefaultAttributes((wxWindowVariant )arg1);
2870
2871 wxPyEndAllowThreads(__tstate);
2872 if (PyErr_Occurred()) SWIG_fail;
2873 }
2874 {
2875 wxVisualAttributes * resultptr;
2876 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
2877 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
2878 }
2879 return resultobj;
2880 fail:
2881 return NULL;
2882 }
2883
2884
2885 static PyObject * Choice_swigregister(PyObject *self, PyObject *args) {
2886 PyObject *obj;
2887 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2888 SWIG_TypeClientData(SWIGTYPE_p_wxChoice, obj);
2889 Py_INCREF(obj);
2890 return Py_BuildValue((char *)"");
2891 }
2892 static int _wrap_ComboBoxNameStr_set(PyObject *_val) {
2893 PyErr_SetString(PyExc_TypeError,"Variable ComboBoxNameStr is read-only.");
2894 return 1;
2895 }
2896
2897
2898 static PyObject *_wrap_ComboBoxNameStr_get() {
2899 PyObject *pyobj;
2900
2901 {
2902 #if wxUSE_UNICODE
2903 pyobj = PyUnicode_FromWideChar((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
2904 #else
2905 pyobj = PyString_FromStringAndSize((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
2906 #endif
2907 }
2908 return pyobj;
2909 }
2910
2911
2912 static PyObject *_wrap_new_ComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2913 PyObject *resultobj;
2914 wxWindow *arg1 = (wxWindow *) 0 ;
2915 int arg2 = (int) -1 ;
2916 wxString const &arg3_defvalue = wxPyEmptyString ;
2917 wxString *arg3 = (wxString *) &arg3_defvalue ;
2918 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2919 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2920 wxSize const &arg5_defvalue = wxDefaultSize ;
2921 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2922 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
2923 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
2924 long arg7 = (long) 0 ;
2925 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2926 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2927 wxString const &arg9_defvalue = wxPyComboBoxNameStr ;
2928 wxString *arg9 = (wxString *) &arg9_defvalue ;
2929 wxComboBox *result;
2930 bool temp3 = False ;
2931 wxPoint temp4 ;
2932 wxSize temp5 ;
2933 bool temp6 = False ;
2934 bool temp9 = False ;
2935 PyObject * obj0 = 0 ;
2936 PyObject * obj1 = 0 ;
2937 PyObject * obj2 = 0 ;
2938 PyObject * obj3 = 0 ;
2939 PyObject * obj4 = 0 ;
2940 PyObject * obj5 = 0 ;
2941 PyObject * obj6 = 0 ;
2942 PyObject * obj7 = 0 ;
2943 PyObject * obj8 = 0 ;
2944 char *kwnames[] = {
2945 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2946 };
2947
2948 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_ComboBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2949 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
2950 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
2951 if (obj1) {
2952 arg2 = (int) SWIG_AsInt(obj1);
2953 if (PyErr_Occurred()) SWIG_fail;
2954 }
2955 if (obj2) {
2956 {
2957 arg3 = wxString_in_helper(obj2);
2958 if (arg3 == NULL) SWIG_fail;
2959 temp3 = True;
2960 }
2961 }
2962 if (obj3) {
2963 {
2964 arg4 = &temp4;
2965 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2966 }
2967 }
2968 if (obj4) {
2969 {
2970 arg5 = &temp5;
2971 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2972 }
2973 }
2974 if (obj5) {
2975 {
2976 if (! PySequence_Check(obj5)) {
2977 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2978 SWIG_fail;
2979 }
2980 arg6 = new wxArrayString;
2981 temp6 = True;
2982 int i, len=PySequence_Length(obj5);
2983 for (i=0; i<len; i++) {
2984 PyObject* item = PySequence_GetItem(obj5, i);
2985 #if wxUSE_UNICODE
2986 PyObject* str = PyObject_Unicode(item);
2987 #else
2988 PyObject* str = PyObject_Str(item);
2989 #endif
2990 if (PyErr_Occurred()) SWIG_fail;
2991 arg6->Add(Py2wxString(str));
2992 Py_DECREF(item);
2993 Py_DECREF(str);
2994 }
2995 }
2996 }
2997 if (obj6) {
2998 arg7 = (long) SWIG_AsLong(obj6);
2999 if (PyErr_Occurred()) SWIG_fail;
3000 }
3001 if (obj7) {
3002 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
3003 SWIG_POINTER_EXCEPTION | 0)) == -1)
3004 SWIG_fail;
3005 if (arg8 == NULL) {
3006 PyErr_SetString(PyExc_TypeError,"null reference");
3007 SWIG_fail;
3008 }
3009 }
3010 if (obj8) {
3011 {
3012 arg9 = wxString_in_helper(obj8);
3013 if (arg9 == NULL) SWIG_fail;
3014 temp9 = True;
3015 }
3016 }
3017 {
3018 if (!wxPyCheckForApp()) SWIG_fail;
3019 PyThreadState* __tstate = wxPyBeginAllowThreads();
3020 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);
3021
3022 wxPyEndAllowThreads(__tstate);
3023 if (PyErr_Occurred()) SWIG_fail;
3024 }
3025 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxComboBox, 1);
3026 {
3027 if (temp3)
3028 delete arg3;
3029 }
3030 {
3031 if (temp6) delete arg6;
3032 }
3033 {
3034 if (temp9)
3035 delete arg9;
3036 }
3037 return resultobj;
3038 fail:
3039 {
3040 if (temp3)
3041 delete arg3;
3042 }
3043 {
3044 if (temp6) delete arg6;
3045 }
3046 {
3047 if (temp9)
3048 delete arg9;
3049 }
3050 return NULL;
3051 }
3052
3053
3054 static PyObject *_wrap_new_PreComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
3055 PyObject *resultobj;
3056 wxComboBox *result;
3057 char *kwnames[] = {
3058 NULL
3059 };
3060
3061 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreComboBox",kwnames)) goto fail;
3062 {
3063 if (!wxPyCheckForApp()) SWIG_fail;
3064 PyThreadState* __tstate = wxPyBeginAllowThreads();
3065 result = (wxComboBox *)new wxComboBox();
3066
3067 wxPyEndAllowThreads(__tstate);
3068 if (PyErr_Occurred()) SWIG_fail;
3069 }
3070 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxComboBox, 1);
3071 return resultobj;
3072 fail:
3073 return NULL;
3074 }
3075
3076
3077 static PyObject *_wrap_ComboBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3078 PyObject *resultobj;
3079 wxComboBox *arg1 = (wxComboBox *) 0 ;
3080 wxWindow *arg2 = (wxWindow *) 0 ;
3081 int arg3 = (int) -1 ;
3082 wxString const &arg4_defvalue = wxPyEmptyString ;
3083 wxString *arg4 = (wxString *) &arg4_defvalue ;
3084 wxPoint const &arg5_defvalue = wxDefaultPosition ;
3085 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
3086 wxSize const &arg6_defvalue = wxDefaultSize ;
3087 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
3088 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
3089 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
3090 long arg8 = (long) 0 ;
3091 wxValidator const &arg9_defvalue = wxDefaultValidator ;
3092 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
3093 wxString const &arg10_defvalue = wxPyChoiceNameStr ;
3094 wxString *arg10 = (wxString *) &arg10_defvalue ;
3095 bool result;
3096 bool temp4 = False ;
3097 wxPoint temp5 ;
3098 wxSize temp6 ;
3099 bool temp7 = False ;
3100 bool temp10 = False ;
3101 PyObject * obj0 = 0 ;
3102 PyObject * obj1 = 0 ;
3103 PyObject * obj2 = 0 ;
3104 PyObject * obj3 = 0 ;
3105 PyObject * obj4 = 0 ;
3106 PyObject * obj5 = 0 ;
3107 PyObject * obj6 = 0 ;
3108 PyObject * obj7 = 0 ;
3109 PyObject * obj8 = 0 ;
3110 PyObject * obj9 = 0 ;
3111 char *kwnames[] = {
3112 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
3113 };
3114
3115 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:ComboBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
3116 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3117 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3118 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
3119 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3120 if (obj2) {
3121 arg3 = (int) SWIG_AsInt(obj2);
3122 if (PyErr_Occurred()) SWIG_fail;
3123 }
3124 if (obj3) {
3125 {
3126 arg4 = wxString_in_helper(obj3);
3127 if (arg4 == NULL) SWIG_fail;
3128 temp4 = True;
3129 }
3130 }
3131 if (obj4) {
3132 {
3133 arg5 = &temp5;
3134 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
3135 }
3136 }
3137 if (obj5) {
3138 {
3139 arg6 = &temp6;
3140 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
3141 }
3142 }
3143 if (obj6) {
3144 {
3145 if (! PySequence_Check(obj6)) {
3146 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
3147 SWIG_fail;
3148 }
3149 arg7 = new wxArrayString;
3150 temp7 = True;
3151 int i, len=PySequence_Length(obj6);
3152 for (i=0; i<len; i++) {
3153 PyObject* item = PySequence_GetItem(obj6, i);
3154 #if wxUSE_UNICODE
3155 PyObject* str = PyObject_Unicode(item);
3156 #else
3157 PyObject* str = PyObject_Str(item);
3158 #endif
3159 if (PyErr_Occurred()) SWIG_fail;
3160 arg7->Add(Py2wxString(str));
3161 Py_DECREF(item);
3162 Py_DECREF(str);
3163 }
3164 }
3165 }
3166 if (obj7) {
3167 arg8 = (long) SWIG_AsLong(obj7);
3168 if (PyErr_Occurred()) SWIG_fail;
3169 }
3170 if (obj8) {
3171 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
3172 SWIG_POINTER_EXCEPTION | 0)) == -1)
3173 SWIG_fail;
3174 if (arg9 == NULL) {
3175 PyErr_SetString(PyExc_TypeError,"null reference");
3176 SWIG_fail;
3177 }
3178 }
3179 if (obj9) {
3180 {
3181 arg10 = wxString_in_helper(obj9);
3182 if (arg10 == NULL) SWIG_fail;
3183 temp10 = True;
3184 }
3185 }
3186 {
3187 PyThreadState* __tstate = wxPyBeginAllowThreads();
3188 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);
3189
3190 wxPyEndAllowThreads(__tstate);
3191 if (PyErr_Occurred()) SWIG_fail;
3192 }
3193 {
3194 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3195 }
3196 {
3197 if (temp4)
3198 delete arg4;
3199 }
3200 {
3201 if (temp7) delete arg7;
3202 }
3203 {
3204 if (temp10)
3205 delete arg10;
3206 }
3207 return resultobj;
3208 fail:
3209 {
3210 if (temp4)
3211 delete arg4;
3212 }
3213 {
3214 if (temp7) delete arg7;
3215 }
3216 {
3217 if (temp10)
3218 delete arg10;
3219 }
3220 return NULL;
3221 }
3222
3223
3224 static PyObject *_wrap_ComboBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3225 PyObject *resultobj;
3226 wxComboBox *arg1 = (wxComboBox *) 0 ;
3227 wxString result;
3228 PyObject * obj0 = 0 ;
3229 char *kwnames[] = {
3230 (char *) "self", NULL
3231 };
3232
3233 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetValue",kwnames,&obj0)) goto fail;
3234 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3235 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3236 {
3237 PyThreadState* __tstate = wxPyBeginAllowThreads();
3238 result = ((wxComboBox const *)arg1)->GetValue();
3239
3240 wxPyEndAllowThreads(__tstate);
3241 if (PyErr_Occurred()) SWIG_fail;
3242 }
3243 {
3244 #if wxUSE_UNICODE
3245 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
3246 #else
3247 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
3248 #endif
3249 }
3250 return resultobj;
3251 fail:
3252 return NULL;
3253 }
3254
3255
3256 static PyObject *_wrap_ComboBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3257 PyObject *resultobj;
3258 wxComboBox *arg1 = (wxComboBox *) 0 ;
3259 wxString *arg2 = 0 ;
3260 bool temp2 = False ;
3261 PyObject * obj0 = 0 ;
3262 PyObject * obj1 = 0 ;
3263 char *kwnames[] = {
3264 (char *) "self",(char *) "value", NULL
3265 };
3266
3267 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
3268 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3269 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3270 {
3271 arg2 = wxString_in_helper(obj1);
3272 if (arg2 == NULL) SWIG_fail;
3273 temp2 = True;
3274 }
3275 {
3276 PyThreadState* __tstate = wxPyBeginAllowThreads();
3277 (arg1)->SetValue((wxString const &)*arg2);
3278
3279 wxPyEndAllowThreads(__tstate);
3280 if (PyErr_Occurred()) SWIG_fail;
3281 }
3282 Py_INCREF(Py_None); resultobj = Py_None;
3283 {
3284 if (temp2)
3285 delete arg2;
3286 }
3287 return resultobj;
3288 fail:
3289 {
3290 if (temp2)
3291 delete arg2;
3292 }
3293 return NULL;
3294 }
3295
3296
3297 static PyObject *_wrap_ComboBox_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
3298 PyObject *resultobj;
3299 wxComboBox *arg1 = (wxComboBox *) 0 ;
3300 PyObject * obj0 = 0 ;
3301 char *kwnames[] = {
3302 (char *) "self", NULL
3303 };
3304
3305 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Copy",kwnames,&obj0)) goto fail;
3306 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3307 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3308 {
3309 PyThreadState* __tstate = wxPyBeginAllowThreads();
3310 (arg1)->Copy();
3311
3312 wxPyEndAllowThreads(__tstate);
3313 if (PyErr_Occurred()) SWIG_fail;
3314 }
3315 Py_INCREF(Py_None); resultobj = Py_None;
3316 return resultobj;
3317 fail:
3318 return NULL;
3319 }
3320
3321
3322 static PyObject *_wrap_ComboBox_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
3323 PyObject *resultobj;
3324 wxComboBox *arg1 = (wxComboBox *) 0 ;
3325 PyObject * obj0 = 0 ;
3326 char *kwnames[] = {
3327 (char *) "self", NULL
3328 };
3329
3330 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Cut",kwnames,&obj0)) goto fail;
3331 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3332 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3333 {
3334 PyThreadState* __tstate = wxPyBeginAllowThreads();
3335 (arg1)->Cut();
3336
3337 wxPyEndAllowThreads(__tstate);
3338 if (PyErr_Occurred()) SWIG_fail;
3339 }
3340 Py_INCREF(Py_None); resultobj = Py_None;
3341 return resultobj;
3342 fail:
3343 return NULL;
3344 }
3345
3346
3347 static PyObject *_wrap_ComboBox_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
3348 PyObject *resultobj;
3349 wxComboBox *arg1 = (wxComboBox *) 0 ;
3350 PyObject * obj0 = 0 ;
3351 char *kwnames[] = {
3352 (char *) "self", NULL
3353 };
3354
3355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Paste",kwnames,&obj0)) goto fail;
3356 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3357 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3358 {
3359 PyThreadState* __tstate = wxPyBeginAllowThreads();
3360 (arg1)->Paste();
3361
3362 wxPyEndAllowThreads(__tstate);
3363 if (PyErr_Occurred()) SWIG_fail;
3364 }
3365 Py_INCREF(Py_None); resultobj = Py_None;
3366 return resultobj;
3367 fail:
3368 return NULL;
3369 }
3370
3371
3372 static PyObject *_wrap_ComboBox_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3373 PyObject *resultobj;
3374 wxComboBox *arg1 = (wxComboBox *) 0 ;
3375 long arg2 ;
3376 PyObject * obj0 = 0 ;
3377 PyObject * obj1 = 0 ;
3378 char *kwnames[] = {
3379 (char *) "self",(char *) "pos", NULL
3380 };
3381
3382 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
3383 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3384 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3385 arg2 = (long) SWIG_AsLong(obj1);
3386 if (PyErr_Occurred()) SWIG_fail;
3387 {
3388 PyThreadState* __tstate = wxPyBeginAllowThreads();
3389 (arg1)->SetInsertionPoint(arg2);
3390
3391 wxPyEndAllowThreads(__tstate);
3392 if (PyErr_Occurred()) SWIG_fail;
3393 }
3394 Py_INCREF(Py_None); resultobj = Py_None;
3395 return resultobj;
3396 fail:
3397 return NULL;
3398 }
3399
3400
3401 static PyObject *_wrap_ComboBox_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3402 PyObject *resultobj;
3403 wxComboBox *arg1 = (wxComboBox *) 0 ;
3404 long result;
3405 PyObject * obj0 = 0 ;
3406 char *kwnames[] = {
3407 (char *) "self", NULL
3408 };
3409
3410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetInsertionPoint",kwnames,&obj0)) goto fail;
3411 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3412 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3413 {
3414 PyThreadState* __tstate = wxPyBeginAllowThreads();
3415 result = (long)((wxComboBox const *)arg1)->GetInsertionPoint();
3416
3417 wxPyEndAllowThreads(__tstate);
3418 if (PyErr_Occurred()) SWIG_fail;
3419 }
3420 resultobj = SWIG_FromLong((long)result);
3421 return resultobj;
3422 fail:
3423 return NULL;
3424 }
3425
3426
3427 static PyObject *_wrap_ComboBox_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
3428 PyObject *resultobj;
3429 wxComboBox *arg1 = (wxComboBox *) 0 ;
3430 long result;
3431 PyObject * obj0 = 0 ;
3432 char *kwnames[] = {
3433 (char *) "self", NULL
3434 };
3435
3436 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetLastPosition",kwnames,&obj0)) goto fail;
3437 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3438 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3439 {
3440 PyThreadState* __tstate = wxPyBeginAllowThreads();
3441 result = (long)((wxComboBox const *)arg1)->GetLastPosition();
3442
3443 wxPyEndAllowThreads(__tstate);
3444 if (PyErr_Occurred()) SWIG_fail;
3445 }
3446 resultobj = SWIG_FromLong((long)result);
3447 return resultobj;
3448 fail:
3449 return NULL;
3450 }
3451
3452
3453 static PyObject *_wrap_ComboBox_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
3454 PyObject *resultobj;
3455 wxComboBox *arg1 = (wxComboBox *) 0 ;
3456 long arg2 ;
3457 long arg3 ;
3458 wxString *arg4 = 0 ;
3459 bool temp4 = False ;
3460 PyObject * obj0 = 0 ;
3461 PyObject * obj1 = 0 ;
3462 PyObject * obj2 = 0 ;
3463 PyObject * obj3 = 0 ;
3464 char *kwnames[] = {
3465 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
3466 };
3467
3468 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ComboBox_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
3469 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3470 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3471 arg2 = (long) SWIG_AsLong(obj1);
3472 if (PyErr_Occurred()) SWIG_fail;
3473 arg3 = (long) SWIG_AsLong(obj2);
3474 if (PyErr_Occurred()) SWIG_fail;
3475 {
3476 arg4 = wxString_in_helper(obj3);
3477 if (arg4 == NULL) SWIG_fail;
3478 temp4 = True;
3479 }
3480 {
3481 PyThreadState* __tstate = wxPyBeginAllowThreads();
3482 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
3483
3484 wxPyEndAllowThreads(__tstate);
3485 if (PyErr_Occurred()) SWIG_fail;
3486 }
3487 Py_INCREF(Py_None); resultobj = Py_None;
3488 {
3489 if (temp4)
3490 delete arg4;
3491 }
3492 return resultobj;
3493 fail:
3494 {
3495 if (temp4)
3496 delete arg4;
3497 }
3498 return NULL;
3499 }
3500
3501
3502 static PyObject *_wrap_ComboBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3503 PyObject *resultobj;
3504 wxComboBox *arg1 = (wxComboBox *) 0 ;
3505 int arg2 ;
3506 PyObject * obj0 = 0 ;
3507 PyObject * obj1 = 0 ;
3508 char *kwnames[] = {
3509 (char *) "self",(char *) "n", NULL
3510 };
3511
3512 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
3513 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3514 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3515 arg2 = (int) SWIG_AsInt(obj1);
3516 if (PyErr_Occurred()) SWIG_fail;
3517 {
3518 PyThreadState* __tstate = wxPyBeginAllowThreads();
3519 (arg1)->SetSelection(arg2);
3520
3521 wxPyEndAllowThreads(__tstate);
3522 if (PyErr_Occurred()) SWIG_fail;
3523 }
3524 Py_INCREF(Py_None); resultobj = Py_None;
3525 return resultobj;
3526 fail:
3527 return NULL;
3528 }
3529
3530
3531 static PyObject *_wrap_ComboBox_SetMark(PyObject *self, PyObject *args, PyObject *kwargs) {
3532 PyObject *resultobj;
3533 wxComboBox *arg1 = (wxComboBox *) 0 ;
3534 long arg2 ;
3535 long arg3 ;
3536 PyObject * obj0 = 0 ;
3537 PyObject * obj1 = 0 ;
3538 PyObject * obj2 = 0 ;
3539 char *kwnames[] = {
3540 (char *) "self",(char *) "from",(char *) "to", NULL
3541 };
3542
3543 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetMark",kwnames,&obj0,&obj1,&obj2)) goto fail;
3544 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3545 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3546 arg2 = (long) SWIG_AsLong(obj1);
3547 if (PyErr_Occurred()) SWIG_fail;
3548 arg3 = (long) SWIG_AsLong(obj2);
3549 if (PyErr_Occurred()) SWIG_fail;
3550 {
3551 PyThreadState* __tstate = wxPyBeginAllowThreads();
3552 (arg1)->SetSelection(arg2,arg3);
3553
3554 wxPyEndAllowThreads(__tstate);
3555 if (PyErr_Occurred()) SWIG_fail;
3556 }
3557 Py_INCREF(Py_None); resultobj = Py_None;
3558 return resultobj;
3559 fail:
3560 return NULL;
3561 }
3562
3563
3564 static PyObject *_wrap_ComboBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3565 PyObject *resultobj;
3566 wxComboBox *arg1 = (wxComboBox *) 0 ;
3567 wxString *arg2 = 0 ;
3568 bool result;
3569 bool temp2 = False ;
3570 PyObject * obj0 = 0 ;
3571 PyObject * obj1 = 0 ;
3572 char *kwnames[] = {
3573 (char *) "self",(char *) "string", NULL
3574 };
3575
3576 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
3577 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3578 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3579 {
3580 arg2 = wxString_in_helper(obj1);
3581 if (arg2 == NULL) SWIG_fail;
3582 temp2 = True;
3583 }
3584 {
3585 PyThreadState* __tstate = wxPyBeginAllowThreads();
3586 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
3587
3588 wxPyEndAllowThreads(__tstate);
3589 if (PyErr_Occurred()) SWIG_fail;
3590 }
3591 {
3592 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3593 }
3594 {
3595 if (temp2)
3596 delete arg2;
3597 }
3598 return resultobj;
3599 fail:
3600 {
3601 if (temp2)
3602 delete arg2;
3603 }
3604 return NULL;
3605 }
3606
3607
3608 static PyObject *_wrap_ComboBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
3609 PyObject *resultobj;
3610 wxComboBox *arg1 = (wxComboBox *) 0 ;
3611 int arg2 ;
3612 wxString *arg3 = 0 ;
3613 bool temp3 = False ;
3614 PyObject * obj0 = 0 ;
3615 PyObject * obj1 = 0 ;
3616 PyObject * obj2 = 0 ;
3617 char *kwnames[] = {
3618 (char *) "self",(char *) "n",(char *) "string", NULL
3619 };
3620
3621 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
3622 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3623 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3624 arg2 = (int) SWIG_AsInt(obj1);
3625 if (PyErr_Occurred()) SWIG_fail;
3626 {
3627 arg3 = wxString_in_helper(obj2);
3628 if (arg3 == NULL) SWIG_fail;
3629 temp3 = True;
3630 }
3631 {
3632 PyThreadState* __tstate = wxPyBeginAllowThreads();
3633 (arg1)->SetString(arg2,(wxString const &)*arg3);
3634
3635 wxPyEndAllowThreads(__tstate);
3636 if (PyErr_Occurred()) SWIG_fail;
3637 }
3638 Py_INCREF(Py_None); resultobj = Py_None;
3639 {
3640 if (temp3)
3641 delete arg3;
3642 }
3643 return resultobj;
3644 fail:
3645 {
3646 if (temp3)
3647 delete arg3;
3648 }
3649 return NULL;
3650 }
3651
3652
3653 static PyObject *_wrap_ComboBox_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
3654 PyObject *resultobj;
3655 wxComboBox *arg1 = (wxComboBox *) 0 ;
3656 bool arg2 ;
3657 PyObject * obj0 = 0 ;
3658 PyObject * obj1 = 0 ;
3659 char *kwnames[] = {
3660 (char *) "self",(char *) "editable", NULL
3661 };
3662
3663 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetEditable",kwnames,&obj0,&obj1)) goto fail;
3664 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3665 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3666 arg2 = (bool) SWIG_AsBool(obj1);
3667 if (PyErr_Occurred()) SWIG_fail;
3668 {
3669 PyThreadState* __tstate = wxPyBeginAllowThreads();
3670 (arg1)->SetEditable(arg2);
3671
3672 wxPyEndAllowThreads(__tstate);
3673 if (PyErr_Occurred()) SWIG_fail;
3674 }
3675 Py_INCREF(Py_None); resultobj = Py_None;
3676 return resultobj;
3677 fail:
3678 return NULL;
3679 }
3680
3681
3682 static PyObject *_wrap_ComboBox_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
3683 PyObject *resultobj;
3684 wxComboBox *arg1 = (wxComboBox *) 0 ;
3685 PyObject * obj0 = 0 ;
3686 char *kwnames[] = {
3687 (char *) "self", NULL
3688 };
3689
3690 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
3691 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3692 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3693 {
3694 PyThreadState* __tstate = wxPyBeginAllowThreads();
3695 (arg1)->SetInsertionPointEnd();
3696
3697 wxPyEndAllowThreads(__tstate);
3698 if (PyErr_Occurred()) SWIG_fail;
3699 }
3700 Py_INCREF(Py_None); resultobj = Py_None;
3701 return resultobj;
3702 fail:
3703 return NULL;
3704 }
3705
3706
3707 static PyObject *_wrap_ComboBox_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
3708 PyObject *resultobj;
3709 wxComboBox *arg1 = (wxComboBox *) 0 ;
3710 long arg2 ;
3711 long arg3 ;
3712 PyObject * obj0 = 0 ;
3713 PyObject * obj1 = 0 ;
3714 PyObject * obj2 = 0 ;
3715 char *kwnames[] = {
3716 (char *) "self",(char *) "from",(char *) "to", NULL
3717 };
3718
3719 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
3720 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxComboBox,
3721 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3722 arg2 = (long) SWIG_AsLong(obj1);
3723 if (PyErr_Occurred()) SWIG_fail;
3724 arg3 = (long) SWIG_AsLong(obj2);
3725 if (PyErr_Occurred()) SWIG_fail;
3726 {
3727 PyThreadState* __tstate = wxPyBeginAllowThreads();
3728 (arg1)->Remove(arg2,arg3);
3729
3730 wxPyEndAllowThreads(__tstate);
3731 if (PyErr_Occurred()) SWIG_fail;
3732 }
3733 Py_INCREF(Py_None); resultobj = Py_None;
3734 return resultobj;
3735 fail:
3736 return NULL;
3737 }
3738
3739
3740 static PyObject *_wrap_ComboBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
3741 PyObject *resultobj;
3742 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
3743 wxVisualAttributes result;
3744 PyObject * obj0 = 0 ;
3745 char *kwnames[] = {
3746 (char *) "variant", NULL
3747 };
3748
3749 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ComboBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
3750 if (obj0) {
3751 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
3752 if (PyErr_Occurred()) SWIG_fail;
3753 }
3754 {
3755 if (!wxPyCheckForApp()) SWIG_fail;
3756 PyThreadState* __tstate = wxPyBeginAllowThreads();
3757 result = wxComboBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
3758
3759 wxPyEndAllowThreads(__tstate);
3760 if (PyErr_Occurred()) SWIG_fail;
3761 }
3762 {
3763 wxVisualAttributes * resultptr;
3764 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
3765 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
3766 }
3767 return resultobj;
3768 fail:
3769 return NULL;
3770 }
3771
3772
3773 static PyObject * ComboBox_swigregister(PyObject *self, PyObject *args) {
3774 PyObject *obj;
3775 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
3776 SWIG_TypeClientData(SWIGTYPE_p_wxComboBox, obj);
3777 Py_INCREF(obj);
3778 return Py_BuildValue((char *)"");
3779 }
3780 static int _wrap_GaugeNameStr_set(PyObject *_val) {
3781 PyErr_SetString(PyExc_TypeError,"Variable GaugeNameStr is read-only.");
3782 return 1;
3783 }
3784
3785
3786 static PyObject *_wrap_GaugeNameStr_get() {
3787 PyObject *pyobj;
3788
3789 {
3790 #if wxUSE_UNICODE
3791 pyobj = PyUnicode_FromWideChar((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3792 #else
3793 pyobj = PyString_FromStringAndSize((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3794 #endif
3795 }
3796 return pyobj;
3797 }
3798
3799
3800 static PyObject *_wrap_new_Gauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3801 PyObject *resultobj;
3802 wxWindow *arg1 = (wxWindow *) 0 ;
3803 int arg2 ;
3804 int arg3 ;
3805 wxPoint const &arg4_defvalue = wxDefaultPosition ;
3806 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
3807 wxSize const &arg5_defvalue = wxDefaultSize ;
3808 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
3809 long arg6 = (long) wxGA_HORIZONTAL ;
3810 wxValidator const &arg7_defvalue = wxDefaultValidator ;
3811 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
3812 wxString const &arg8_defvalue = wxPyGaugeNameStr ;
3813 wxString *arg8 = (wxString *) &arg8_defvalue ;
3814 wxGauge *result;
3815 wxPoint temp4 ;
3816 wxSize temp5 ;
3817 bool temp8 = False ;
3818 PyObject * obj0 = 0 ;
3819 PyObject * obj1 = 0 ;
3820 PyObject * obj2 = 0 ;
3821 PyObject * obj3 = 0 ;
3822 PyObject * obj4 = 0 ;
3823 PyObject * obj5 = 0 ;
3824 PyObject * obj6 = 0 ;
3825 PyObject * obj7 = 0 ;
3826 char *kwnames[] = {
3827 (char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3828 };
3829
3830 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_Gauge",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
3831 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
3832 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3833 arg2 = (int) SWIG_AsInt(obj1);
3834 if (PyErr_Occurred()) SWIG_fail;
3835 arg3 = (int) SWIG_AsInt(obj2);
3836 if (PyErr_Occurred()) SWIG_fail;
3837 if (obj3) {
3838 {
3839 arg4 = &temp4;
3840 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
3841 }
3842 }
3843 if (obj4) {
3844 {
3845 arg5 = &temp5;
3846 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
3847 }
3848 }
3849 if (obj5) {
3850 arg6 = (long) SWIG_AsLong(obj5);
3851 if (PyErr_Occurred()) SWIG_fail;
3852 }
3853 if (obj6) {
3854 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
3855 SWIG_POINTER_EXCEPTION | 0)) == -1)
3856 SWIG_fail;
3857 if (arg7 == NULL) {
3858 PyErr_SetString(PyExc_TypeError,"null reference");
3859 SWIG_fail;
3860 }
3861 }
3862 if (obj7) {
3863 {
3864 arg8 = wxString_in_helper(obj7);
3865 if (arg8 == NULL) SWIG_fail;
3866 temp8 = True;
3867 }
3868 }
3869 {
3870 if (!wxPyCheckForApp()) SWIG_fail;
3871 PyThreadState* __tstate = wxPyBeginAllowThreads();
3872 result = (wxGauge *)new wxGauge(arg1,arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
3873
3874 wxPyEndAllowThreads(__tstate);
3875 if (PyErr_Occurred()) SWIG_fail;
3876 }
3877 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGauge, 1);
3878 {
3879 if (temp8)
3880 delete arg8;
3881 }
3882 return resultobj;
3883 fail:
3884 {
3885 if (temp8)
3886 delete arg8;
3887 }
3888 return NULL;
3889 }
3890
3891
3892 static PyObject *_wrap_new_PreGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3893 PyObject *resultobj;
3894 wxGauge *result;
3895 char *kwnames[] = {
3896 NULL
3897 };
3898
3899 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGauge",kwnames)) goto fail;
3900 {
3901 if (!wxPyCheckForApp()) SWIG_fail;
3902 PyThreadState* __tstate = wxPyBeginAllowThreads();
3903 result = (wxGauge *)new wxGauge();
3904
3905 wxPyEndAllowThreads(__tstate);
3906 if (PyErr_Occurred()) SWIG_fail;
3907 }
3908 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGauge, 1);
3909 return resultobj;
3910 fail:
3911 return NULL;
3912 }
3913
3914
3915 static PyObject *_wrap_Gauge_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3916 PyObject *resultobj;
3917 wxGauge *arg1 = (wxGauge *) 0 ;
3918 wxWindow *arg2 = (wxWindow *) 0 ;
3919 int arg3 ;
3920 int arg4 ;
3921 wxPoint const &arg5_defvalue = wxDefaultPosition ;
3922 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
3923 wxSize const &arg6_defvalue = wxDefaultSize ;
3924 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
3925 long arg7 = (long) wxGA_HORIZONTAL ;
3926 wxValidator const &arg8_defvalue = wxDefaultValidator ;
3927 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
3928 wxString const &arg9_defvalue = wxPyGaugeNameStr ;
3929 wxString *arg9 = (wxString *) &arg9_defvalue ;
3930 bool result;
3931 wxPoint temp5 ;
3932 wxSize temp6 ;
3933 bool temp9 = False ;
3934 PyObject * obj0 = 0 ;
3935 PyObject * obj1 = 0 ;
3936 PyObject * obj2 = 0 ;
3937 PyObject * obj3 = 0 ;
3938 PyObject * obj4 = 0 ;
3939 PyObject * obj5 = 0 ;
3940 PyObject * obj6 = 0 ;
3941 PyObject * obj7 = 0 ;
3942 PyObject * obj8 = 0 ;
3943 char *kwnames[] = {
3944 (char *) "self",(char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3945 };
3946
3947 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:Gauge_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
3948 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
3949 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3950 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
3951 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
3952 arg3 = (int) SWIG_AsInt(obj2);
3953 if (PyErr_Occurred()) SWIG_fail;
3954 arg4 = (int) SWIG_AsInt(obj3);
3955 if (PyErr_Occurred()) SWIG_fail;
3956 if (obj4) {
3957 {
3958 arg5 = &temp5;
3959 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
3960 }
3961 }
3962 if (obj5) {
3963 {
3964 arg6 = &temp6;
3965 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
3966 }
3967 }
3968 if (obj6) {
3969 arg7 = (long) SWIG_AsLong(obj6);
3970 if (PyErr_Occurred()) SWIG_fail;
3971 }
3972 if (obj7) {
3973 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
3974 SWIG_POINTER_EXCEPTION | 0)) == -1)
3975 SWIG_fail;
3976 if (arg8 == NULL) {
3977 PyErr_SetString(PyExc_TypeError,"null reference");
3978 SWIG_fail;
3979 }
3980 }
3981 if (obj8) {
3982 {
3983 arg9 = wxString_in_helper(obj8);
3984 if (arg9 == NULL) SWIG_fail;
3985 temp9 = True;
3986 }
3987 }
3988 {
3989 PyThreadState* __tstate = wxPyBeginAllowThreads();
3990 result = (bool)(arg1)->Create(arg2,arg3,arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
3991
3992 wxPyEndAllowThreads(__tstate);
3993 if (PyErr_Occurred()) SWIG_fail;
3994 }
3995 {
3996 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3997 }
3998 {
3999 if (temp9)
4000 delete arg9;
4001 }
4002 return resultobj;
4003 fail:
4004 {
4005 if (temp9)
4006 delete arg9;
4007 }
4008 return NULL;
4009 }
4010
4011
4012 static PyObject *_wrap_Gauge_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
4013 PyObject *resultobj;
4014 wxGauge *arg1 = (wxGauge *) 0 ;
4015 int arg2 ;
4016 PyObject * obj0 = 0 ;
4017 PyObject * obj1 = 0 ;
4018 char *kwnames[] = {
4019 (char *) "self",(char *) "range", NULL
4020 };
4021
4022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetRange",kwnames,&obj0,&obj1)) goto fail;
4023 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4024 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4025 arg2 = (int) SWIG_AsInt(obj1);
4026 if (PyErr_Occurred()) SWIG_fail;
4027 {
4028 PyThreadState* __tstate = wxPyBeginAllowThreads();
4029 (arg1)->SetRange(arg2);
4030
4031 wxPyEndAllowThreads(__tstate);
4032 if (PyErr_Occurred()) SWIG_fail;
4033 }
4034 Py_INCREF(Py_None); resultobj = Py_None;
4035 return resultobj;
4036 fail:
4037 return NULL;
4038 }
4039
4040
4041 static PyObject *_wrap_Gauge_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
4042 PyObject *resultobj;
4043 wxGauge *arg1 = (wxGauge *) 0 ;
4044 int result;
4045 PyObject * obj0 = 0 ;
4046 char *kwnames[] = {
4047 (char *) "self", NULL
4048 };
4049
4050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetRange",kwnames,&obj0)) goto fail;
4051 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4052 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4053 {
4054 PyThreadState* __tstate = wxPyBeginAllowThreads();
4055 result = (int)((wxGauge const *)arg1)->GetRange();
4056
4057 wxPyEndAllowThreads(__tstate);
4058 if (PyErr_Occurred()) SWIG_fail;
4059 }
4060 resultobj = SWIG_FromInt((int)result);
4061 return resultobj;
4062 fail:
4063 return NULL;
4064 }
4065
4066
4067 static PyObject *_wrap_Gauge_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
4068 PyObject *resultobj;
4069 wxGauge *arg1 = (wxGauge *) 0 ;
4070 int arg2 ;
4071 PyObject * obj0 = 0 ;
4072 PyObject * obj1 = 0 ;
4073 char *kwnames[] = {
4074 (char *) "self",(char *) "pos", NULL
4075 };
4076
4077 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetValue",kwnames,&obj0,&obj1)) goto fail;
4078 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4079 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4080 arg2 = (int) SWIG_AsInt(obj1);
4081 if (PyErr_Occurred()) SWIG_fail;
4082 {
4083 PyThreadState* __tstate = wxPyBeginAllowThreads();
4084 (arg1)->SetValue(arg2);
4085
4086 wxPyEndAllowThreads(__tstate);
4087 if (PyErr_Occurred()) SWIG_fail;
4088 }
4089 Py_INCREF(Py_None); resultobj = Py_None;
4090 return resultobj;
4091 fail:
4092 return NULL;
4093 }
4094
4095
4096 static PyObject *_wrap_Gauge_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
4097 PyObject *resultobj;
4098 wxGauge *arg1 = (wxGauge *) 0 ;
4099 int result;
4100 PyObject * obj0 = 0 ;
4101 char *kwnames[] = {
4102 (char *) "self", NULL
4103 };
4104
4105 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetValue",kwnames,&obj0)) goto fail;
4106 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4107 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4108 {
4109 PyThreadState* __tstate = wxPyBeginAllowThreads();
4110 result = (int)((wxGauge const *)arg1)->GetValue();
4111
4112 wxPyEndAllowThreads(__tstate);
4113 if (PyErr_Occurred()) SWIG_fail;
4114 }
4115 resultobj = SWIG_FromInt((int)result);
4116 return resultobj;
4117 fail:
4118 return NULL;
4119 }
4120
4121
4122 static PyObject *_wrap_Gauge_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
4123 PyObject *resultobj;
4124 wxGauge *arg1 = (wxGauge *) 0 ;
4125 bool result;
4126 PyObject * obj0 = 0 ;
4127 char *kwnames[] = {
4128 (char *) "self", NULL
4129 };
4130
4131 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_IsVertical",kwnames,&obj0)) goto fail;
4132 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4133 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4134 {
4135 PyThreadState* __tstate = wxPyBeginAllowThreads();
4136 result = (bool)((wxGauge const *)arg1)->IsVertical();
4137
4138 wxPyEndAllowThreads(__tstate);
4139 if (PyErr_Occurred()) SWIG_fail;
4140 }
4141 {
4142 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4143 }
4144 return resultobj;
4145 fail:
4146 return NULL;
4147 }
4148
4149
4150 static PyObject *_wrap_Gauge_SetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
4151 PyObject *resultobj;
4152 wxGauge *arg1 = (wxGauge *) 0 ;
4153 int arg2 ;
4154 PyObject * obj0 = 0 ;
4155 PyObject * obj1 = 0 ;
4156 char *kwnames[] = {
4157 (char *) "self",(char *) "w", NULL
4158 };
4159
4160 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetShadowWidth",kwnames,&obj0,&obj1)) goto fail;
4161 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4162 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4163 arg2 = (int) SWIG_AsInt(obj1);
4164 if (PyErr_Occurred()) SWIG_fail;
4165 {
4166 PyThreadState* __tstate = wxPyBeginAllowThreads();
4167 (arg1)->SetShadowWidth(arg2);
4168
4169 wxPyEndAllowThreads(__tstate);
4170 if (PyErr_Occurred()) SWIG_fail;
4171 }
4172 Py_INCREF(Py_None); resultobj = Py_None;
4173 return resultobj;
4174 fail:
4175 return NULL;
4176 }
4177
4178
4179 static PyObject *_wrap_Gauge_GetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
4180 PyObject *resultobj;
4181 wxGauge *arg1 = (wxGauge *) 0 ;
4182 int result;
4183 PyObject * obj0 = 0 ;
4184 char *kwnames[] = {
4185 (char *) "self", NULL
4186 };
4187
4188 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetShadowWidth",kwnames,&obj0)) goto fail;
4189 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4190 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4191 {
4192 PyThreadState* __tstate = wxPyBeginAllowThreads();
4193 result = (int)((wxGauge const *)arg1)->GetShadowWidth();
4194
4195 wxPyEndAllowThreads(__tstate);
4196 if (PyErr_Occurred()) SWIG_fail;
4197 }
4198 resultobj = SWIG_FromInt((int)result);
4199 return resultobj;
4200 fail:
4201 return NULL;
4202 }
4203
4204
4205 static PyObject *_wrap_Gauge_SetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
4206 PyObject *resultobj;
4207 wxGauge *arg1 = (wxGauge *) 0 ;
4208 int arg2 ;
4209 PyObject * obj0 = 0 ;
4210 PyObject * obj1 = 0 ;
4211 char *kwnames[] = {
4212 (char *) "self",(char *) "w", NULL
4213 };
4214
4215 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetBezelFace",kwnames,&obj0,&obj1)) goto fail;
4216 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4217 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4218 arg2 = (int) SWIG_AsInt(obj1);
4219 if (PyErr_Occurred()) SWIG_fail;
4220 {
4221 PyThreadState* __tstate = wxPyBeginAllowThreads();
4222 (arg1)->SetBezelFace(arg2);
4223
4224 wxPyEndAllowThreads(__tstate);
4225 if (PyErr_Occurred()) SWIG_fail;
4226 }
4227 Py_INCREF(Py_None); resultobj = Py_None;
4228 return resultobj;
4229 fail:
4230 return NULL;
4231 }
4232
4233
4234 static PyObject *_wrap_Gauge_GetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
4235 PyObject *resultobj;
4236 wxGauge *arg1 = (wxGauge *) 0 ;
4237 int result;
4238 PyObject * obj0 = 0 ;
4239 char *kwnames[] = {
4240 (char *) "self", NULL
4241 };
4242
4243 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetBezelFace",kwnames,&obj0)) goto fail;
4244 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGauge,
4245 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4246 {
4247 PyThreadState* __tstate = wxPyBeginAllowThreads();
4248 result = (int)((wxGauge const *)arg1)->GetBezelFace();
4249
4250 wxPyEndAllowThreads(__tstate);
4251 if (PyErr_Occurred()) SWIG_fail;
4252 }
4253 resultobj = SWIG_FromInt((int)result);
4254 return resultobj;
4255 fail:
4256 return NULL;
4257 }
4258
4259
4260 static PyObject *_wrap_Gauge_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
4261 PyObject *resultobj;
4262 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4263 wxVisualAttributes result;
4264 PyObject * obj0 = 0 ;
4265 char *kwnames[] = {
4266 (char *) "variant", NULL
4267 };
4268
4269 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Gauge_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4270 if (obj0) {
4271 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
4272 if (PyErr_Occurred()) SWIG_fail;
4273 }
4274 {
4275 if (!wxPyCheckForApp()) SWIG_fail;
4276 PyThreadState* __tstate = wxPyBeginAllowThreads();
4277 result = wxGauge::GetClassDefaultAttributes((wxWindowVariant )arg1);
4278
4279 wxPyEndAllowThreads(__tstate);
4280 if (PyErr_Occurred()) SWIG_fail;
4281 }
4282 {
4283 wxVisualAttributes * resultptr;
4284 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4285 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4286 }
4287 return resultobj;
4288 fail:
4289 return NULL;
4290 }
4291
4292
4293 static PyObject * Gauge_swigregister(PyObject *self, PyObject *args) {
4294 PyObject *obj;
4295 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4296 SWIG_TypeClientData(SWIGTYPE_p_wxGauge, obj);
4297 Py_INCREF(obj);
4298 return Py_BuildValue((char *)"");
4299 }
4300 static int _wrap_StaticBitmapNameStr_set(PyObject *_val) {
4301 PyErr_SetString(PyExc_TypeError,"Variable StaticBitmapNameStr is read-only.");
4302 return 1;
4303 }
4304
4305
4306 static PyObject *_wrap_StaticBitmapNameStr_get() {
4307 PyObject *pyobj;
4308
4309 {
4310 #if wxUSE_UNICODE
4311 pyobj = PyUnicode_FromWideChar((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
4312 #else
4313 pyobj = PyString_FromStringAndSize((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
4314 #endif
4315 }
4316 return pyobj;
4317 }
4318
4319
4320 static int _wrap_StaticBoxNameStr_set(PyObject *_val) {
4321 PyErr_SetString(PyExc_TypeError,"Variable StaticBoxNameStr is read-only.");
4322 return 1;
4323 }
4324
4325
4326 static PyObject *_wrap_StaticBoxNameStr_get() {
4327 PyObject *pyobj;
4328
4329 {
4330 #if wxUSE_UNICODE
4331 pyobj = PyUnicode_FromWideChar((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
4332 #else
4333 pyobj = PyString_FromStringAndSize((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
4334 #endif
4335 }
4336 return pyobj;
4337 }
4338
4339
4340 static int _wrap_StaticTextNameStr_set(PyObject *_val) {
4341 PyErr_SetString(PyExc_TypeError,"Variable StaticTextNameStr is read-only.");
4342 return 1;
4343 }
4344
4345
4346 static PyObject *_wrap_StaticTextNameStr_get() {
4347 PyObject *pyobj;
4348
4349 {
4350 #if wxUSE_UNICODE
4351 pyobj = PyUnicode_FromWideChar((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
4352 #else
4353 pyobj = PyString_FromStringAndSize((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
4354 #endif
4355 }
4356 return pyobj;
4357 }
4358
4359
4360 static PyObject *_wrap_new_StaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4361 PyObject *resultobj;
4362 wxWindow *arg1 = (wxWindow *) 0 ;
4363 int arg2 ;
4364 wxString *arg3 = 0 ;
4365 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4366 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4367 wxSize const &arg5_defvalue = wxDefaultSize ;
4368 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4369 long arg6 = (long) 0 ;
4370 wxString const &arg7_defvalue = wxPyStaticBoxNameStr ;
4371 wxString *arg7 = (wxString *) &arg7_defvalue ;
4372 wxStaticBox *result;
4373 bool temp3 = False ;
4374 wxPoint temp4 ;
4375 wxSize temp5 ;
4376 bool temp7 = False ;
4377 PyObject * obj0 = 0 ;
4378 PyObject * obj1 = 0 ;
4379 PyObject * obj2 = 0 ;
4380 PyObject * obj3 = 0 ;
4381 PyObject * obj4 = 0 ;
4382 PyObject * obj5 = 0 ;
4383 PyObject * obj6 = 0 ;
4384 char *kwnames[] = {
4385 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4386 };
4387
4388 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4389 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4390 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4391 arg2 = (int) SWIG_AsInt(obj1);
4392 if (PyErr_Occurred()) SWIG_fail;
4393 {
4394 arg3 = wxString_in_helper(obj2);
4395 if (arg3 == NULL) SWIG_fail;
4396 temp3 = True;
4397 }
4398 if (obj3) {
4399 {
4400 arg4 = &temp4;
4401 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4402 }
4403 }
4404 if (obj4) {
4405 {
4406 arg5 = &temp5;
4407 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4408 }
4409 }
4410 if (obj5) {
4411 arg6 = (long) SWIG_AsLong(obj5);
4412 if (PyErr_Occurred()) SWIG_fail;
4413 }
4414 if (obj6) {
4415 {
4416 arg7 = wxString_in_helper(obj6);
4417 if (arg7 == NULL) SWIG_fail;
4418 temp7 = True;
4419 }
4420 }
4421 {
4422 if (!wxPyCheckForApp()) SWIG_fail;
4423 PyThreadState* __tstate = wxPyBeginAllowThreads();
4424 result = (wxStaticBox *)new wxStaticBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4425
4426 wxPyEndAllowThreads(__tstate);
4427 if (PyErr_Occurred()) SWIG_fail;
4428 }
4429 {
4430 resultobj = wxPyMake_wxObject(result);
4431 }
4432 {
4433 if (temp3)
4434 delete arg3;
4435 }
4436 {
4437 if (temp7)
4438 delete arg7;
4439 }
4440 return resultobj;
4441 fail:
4442 {
4443 if (temp3)
4444 delete arg3;
4445 }
4446 {
4447 if (temp7)
4448 delete arg7;
4449 }
4450 return NULL;
4451 }
4452
4453
4454 static PyObject *_wrap_new_PreStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4455 PyObject *resultobj;
4456 wxStaticBox *result;
4457 char *kwnames[] = {
4458 NULL
4459 };
4460
4461 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBox",kwnames)) goto fail;
4462 {
4463 if (!wxPyCheckForApp()) SWIG_fail;
4464 PyThreadState* __tstate = wxPyBeginAllowThreads();
4465 result = (wxStaticBox *)new wxStaticBox();
4466
4467 wxPyEndAllowThreads(__tstate);
4468 if (PyErr_Occurred()) SWIG_fail;
4469 }
4470 {
4471 resultobj = wxPyMake_wxObject(result);
4472 }
4473 return resultobj;
4474 fail:
4475 return NULL;
4476 }
4477
4478
4479 static PyObject *_wrap_StaticBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4480 PyObject *resultobj;
4481 wxStaticBox *arg1 = (wxStaticBox *) 0 ;
4482 wxWindow *arg2 = (wxWindow *) 0 ;
4483 int arg3 ;
4484 wxString *arg4 = 0 ;
4485 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4486 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4487 wxSize const &arg6_defvalue = wxDefaultSize ;
4488 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4489 long arg7 = (long) 0 ;
4490 wxString const &arg8_defvalue = wxPyStaticBoxNameStr ;
4491 wxString *arg8 = (wxString *) &arg8_defvalue ;
4492 bool result;
4493 bool temp4 = False ;
4494 wxPoint temp5 ;
4495 wxSize temp6 ;
4496 bool temp8 = False ;
4497 PyObject * obj0 = 0 ;
4498 PyObject * obj1 = 0 ;
4499 PyObject * obj2 = 0 ;
4500 PyObject * obj3 = 0 ;
4501 PyObject * obj4 = 0 ;
4502 PyObject * obj5 = 0 ;
4503 PyObject * obj6 = 0 ;
4504 PyObject * obj7 = 0 ;
4505 char *kwnames[] = {
4506 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4507 };
4508
4509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
4510 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBox,
4511 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4512 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4513 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4514 arg3 = (int) SWIG_AsInt(obj2);
4515 if (PyErr_Occurred()) SWIG_fail;
4516 {
4517 arg4 = wxString_in_helper(obj3);
4518 if (arg4 == NULL) SWIG_fail;
4519 temp4 = True;
4520 }
4521 if (obj4) {
4522 {
4523 arg5 = &temp5;
4524 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4525 }
4526 }
4527 if (obj5) {
4528 {
4529 arg6 = &temp6;
4530 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4531 }
4532 }
4533 if (obj6) {
4534 arg7 = (long) SWIG_AsLong(obj6);
4535 if (PyErr_Occurred()) SWIG_fail;
4536 }
4537 if (obj7) {
4538 {
4539 arg8 = wxString_in_helper(obj7);
4540 if (arg8 == NULL) SWIG_fail;
4541 temp8 = True;
4542 }
4543 }
4544 {
4545 PyThreadState* __tstate = wxPyBeginAllowThreads();
4546 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
4547
4548 wxPyEndAllowThreads(__tstate);
4549 if (PyErr_Occurred()) SWIG_fail;
4550 }
4551 {
4552 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4553 }
4554 {
4555 if (temp4)
4556 delete arg4;
4557 }
4558 {
4559 if (temp8)
4560 delete arg8;
4561 }
4562 return resultobj;
4563 fail:
4564 {
4565 if (temp4)
4566 delete arg4;
4567 }
4568 {
4569 if (temp8)
4570 delete arg8;
4571 }
4572 return NULL;
4573 }
4574
4575
4576 static PyObject *_wrap_StaticBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
4577 PyObject *resultobj;
4578 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4579 wxVisualAttributes result;
4580 PyObject * obj0 = 0 ;
4581 char *kwnames[] = {
4582 (char *) "variant", NULL
4583 };
4584
4585 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4586 if (obj0) {
4587 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
4588 if (PyErr_Occurred()) SWIG_fail;
4589 }
4590 {
4591 if (!wxPyCheckForApp()) SWIG_fail;
4592 PyThreadState* __tstate = wxPyBeginAllowThreads();
4593 result = wxStaticBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
4594
4595 wxPyEndAllowThreads(__tstate);
4596 if (PyErr_Occurred()) SWIG_fail;
4597 }
4598 {
4599 wxVisualAttributes * resultptr;
4600 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4601 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4602 }
4603 return resultobj;
4604 fail:
4605 return NULL;
4606 }
4607
4608
4609 static PyObject * StaticBox_swigregister(PyObject *self, PyObject *args) {
4610 PyObject *obj;
4611 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4612 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBox, obj);
4613 Py_INCREF(obj);
4614 return Py_BuildValue((char *)"");
4615 }
4616 static PyObject *_wrap_new_StaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4617 PyObject *resultobj;
4618 wxWindow *arg1 = (wxWindow *) 0 ;
4619 int arg2 ;
4620 wxPoint const &arg3_defvalue = wxDefaultPosition ;
4621 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
4622 wxSize const &arg4_defvalue = wxDefaultSize ;
4623 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
4624 long arg5 = (long) wxLI_HORIZONTAL ;
4625 wxString const &arg6_defvalue = wxPyStaticTextNameStr ;
4626 wxString *arg6 = (wxString *) &arg6_defvalue ;
4627 wxStaticLine *result;
4628 wxPoint temp3 ;
4629 wxSize temp4 ;
4630 bool temp6 = False ;
4631 PyObject * obj0 = 0 ;
4632 PyObject * obj1 = 0 ;
4633 PyObject * obj2 = 0 ;
4634 PyObject * obj3 = 0 ;
4635 PyObject * obj4 = 0 ;
4636 PyObject * obj5 = 0 ;
4637 char *kwnames[] = {
4638 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4639 };
4640
4641 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_StaticLine",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
4642 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4643 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4644 arg2 = (int) SWIG_AsInt(obj1);
4645 if (PyErr_Occurred()) SWIG_fail;
4646 if (obj2) {
4647 {
4648 arg3 = &temp3;
4649 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
4650 }
4651 }
4652 if (obj3) {
4653 {
4654 arg4 = &temp4;
4655 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
4656 }
4657 }
4658 if (obj4) {
4659 arg5 = (long) SWIG_AsLong(obj4);
4660 if (PyErr_Occurred()) SWIG_fail;
4661 }
4662 if (obj5) {
4663 {
4664 arg6 = wxString_in_helper(obj5);
4665 if (arg6 == NULL) SWIG_fail;
4666 temp6 = True;
4667 }
4668 }
4669 {
4670 if (!wxPyCheckForApp()) SWIG_fail;
4671 PyThreadState* __tstate = wxPyBeginAllowThreads();
4672 result = (wxStaticLine *)new wxStaticLine(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
4673
4674 wxPyEndAllowThreads(__tstate);
4675 if (PyErr_Occurred()) SWIG_fail;
4676 }
4677 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticLine, 1);
4678 {
4679 if (temp6)
4680 delete arg6;
4681 }
4682 return resultobj;
4683 fail:
4684 {
4685 if (temp6)
4686 delete arg6;
4687 }
4688 return NULL;
4689 }
4690
4691
4692 static PyObject *_wrap_new_PreStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4693 PyObject *resultobj;
4694 wxStaticLine *result;
4695 char *kwnames[] = {
4696 NULL
4697 };
4698
4699 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticLine",kwnames)) goto fail;
4700 {
4701 if (!wxPyCheckForApp()) SWIG_fail;
4702 PyThreadState* __tstate = wxPyBeginAllowThreads();
4703 result = (wxStaticLine *)new wxStaticLine();
4704
4705 wxPyEndAllowThreads(__tstate);
4706 if (PyErr_Occurred()) SWIG_fail;
4707 }
4708 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticLine, 1);
4709 return resultobj;
4710 fail:
4711 return NULL;
4712 }
4713
4714
4715 static PyObject *_wrap_StaticLine_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4716 PyObject *resultobj;
4717 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4718 wxWindow *arg2 = (wxWindow *) 0 ;
4719 int arg3 ;
4720 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4721 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4722 wxSize const &arg5_defvalue = wxDefaultSize ;
4723 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4724 long arg6 = (long) wxLI_HORIZONTAL ;
4725 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
4726 wxString *arg7 = (wxString *) &arg7_defvalue ;
4727 bool result;
4728 wxPoint temp4 ;
4729 wxSize temp5 ;
4730 bool temp7 = False ;
4731 PyObject * obj0 = 0 ;
4732 PyObject * obj1 = 0 ;
4733 PyObject * obj2 = 0 ;
4734 PyObject * obj3 = 0 ;
4735 PyObject * obj4 = 0 ;
4736 PyObject * obj5 = 0 ;
4737 PyObject * obj6 = 0 ;
4738 char *kwnames[] = {
4739 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4740 };
4741
4742 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:StaticLine_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4743 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticLine,
4744 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4745 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
4746 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4747 arg3 = (int) SWIG_AsInt(obj2);
4748 if (PyErr_Occurred()) SWIG_fail;
4749 if (obj3) {
4750 {
4751 arg4 = &temp4;
4752 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4753 }
4754 }
4755 if (obj4) {
4756 {
4757 arg5 = &temp5;
4758 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4759 }
4760 }
4761 if (obj5) {
4762 arg6 = (long) SWIG_AsLong(obj5);
4763 if (PyErr_Occurred()) SWIG_fail;
4764 }
4765 if (obj6) {
4766 {
4767 arg7 = wxString_in_helper(obj6);
4768 if (arg7 == NULL) SWIG_fail;
4769 temp7 = True;
4770 }
4771 }
4772 {
4773 PyThreadState* __tstate = wxPyBeginAllowThreads();
4774 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4775
4776 wxPyEndAllowThreads(__tstate);
4777 if (PyErr_Occurred()) SWIG_fail;
4778 }
4779 {
4780 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4781 }
4782 {
4783 if (temp7)
4784 delete arg7;
4785 }
4786 return resultobj;
4787 fail:
4788 {
4789 if (temp7)
4790 delete arg7;
4791 }
4792 return NULL;
4793 }
4794
4795
4796 static PyObject *_wrap_StaticLine_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
4797 PyObject *resultobj;
4798 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4799 bool result;
4800 PyObject * obj0 = 0 ;
4801 char *kwnames[] = {
4802 (char *) "self", NULL
4803 };
4804
4805 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticLine_IsVertical",kwnames,&obj0)) goto fail;
4806 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticLine,
4807 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4808 {
4809 PyThreadState* __tstate = wxPyBeginAllowThreads();
4810 result = (bool)((wxStaticLine const *)arg1)->IsVertical();
4811
4812 wxPyEndAllowThreads(__tstate);
4813 if (PyErr_Occurred()) SWIG_fail;
4814 }
4815 {
4816 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4817 }
4818 return resultobj;
4819 fail:
4820 return NULL;
4821 }
4822
4823
4824 static PyObject *_wrap_StaticLine_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
4825 PyObject *resultobj;
4826 int result;
4827 char *kwnames[] = {
4828 NULL
4829 };
4830
4831 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":StaticLine_GetDefaultSize",kwnames)) goto fail;
4832 {
4833 PyThreadState* __tstate = wxPyBeginAllowThreads();
4834 result = (int)wxStaticLine::GetDefaultSize();
4835
4836 wxPyEndAllowThreads(__tstate);
4837 if (PyErr_Occurred()) SWIG_fail;
4838 }
4839 resultobj = SWIG_FromInt((int)result);
4840 return resultobj;
4841 fail:
4842 return NULL;
4843 }
4844
4845
4846 static PyObject *_wrap_StaticLine_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
4847 PyObject *resultobj;
4848 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
4849 wxVisualAttributes result;
4850 PyObject * obj0 = 0 ;
4851 char *kwnames[] = {
4852 (char *) "variant", NULL
4853 };
4854
4855 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticLine_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
4856 if (obj0) {
4857 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
4858 if (PyErr_Occurred()) SWIG_fail;
4859 }
4860 {
4861 if (!wxPyCheckForApp()) SWIG_fail;
4862 PyThreadState* __tstate = wxPyBeginAllowThreads();
4863 result = wxStaticLine::GetClassDefaultAttributes((wxWindowVariant )arg1);
4864
4865 wxPyEndAllowThreads(__tstate);
4866 if (PyErr_Occurred()) SWIG_fail;
4867 }
4868 {
4869 wxVisualAttributes * resultptr;
4870 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
4871 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
4872 }
4873 return resultobj;
4874 fail:
4875 return NULL;
4876 }
4877
4878
4879 static PyObject * StaticLine_swigregister(PyObject *self, PyObject *args) {
4880 PyObject *obj;
4881 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4882 SWIG_TypeClientData(SWIGTYPE_p_wxStaticLine, obj);
4883 Py_INCREF(obj);
4884 return Py_BuildValue((char *)"");
4885 }
4886 static PyObject *_wrap_new_StaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4887 PyObject *resultobj;
4888 wxWindow *arg1 = (wxWindow *) 0 ;
4889 int arg2 ;
4890 wxString *arg3 = 0 ;
4891 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4892 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4893 wxSize const &arg5_defvalue = wxDefaultSize ;
4894 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4895 long arg6 = (long) 0 ;
4896 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
4897 wxString *arg7 = (wxString *) &arg7_defvalue ;
4898 wxStaticText *result;
4899 bool temp3 = False ;
4900 wxPoint temp4 ;
4901 wxSize temp5 ;
4902 bool temp7 = False ;
4903 PyObject * obj0 = 0 ;
4904 PyObject * obj1 = 0 ;
4905 PyObject * obj2 = 0 ;
4906 PyObject * obj3 = 0 ;
4907 PyObject * obj4 = 0 ;
4908 PyObject * obj5 = 0 ;
4909 PyObject * obj6 = 0 ;
4910 char *kwnames[] = {
4911 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4912 };
4913
4914 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticText",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4915 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
4916 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
4917 arg2 = (int) SWIG_AsInt(obj1);
4918 if (PyErr_Occurred()) SWIG_fail;
4919 {
4920 arg3 = wxString_in_helper(obj2);
4921 if (arg3 == NULL) SWIG_fail;
4922 temp3 = True;
4923 }
4924 if (obj3) {
4925 {
4926 arg4 = &temp4;
4927 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4928 }
4929 }
4930 if (obj4) {
4931 {
4932 arg5 = &temp5;
4933 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4934 }
4935 }
4936 if (obj5) {
4937 arg6 = (long) SWIG_AsLong(obj5);
4938 if (PyErr_Occurred()) SWIG_fail;
4939 }
4940 if (obj6) {
4941 {
4942 arg7 = wxString_in_helper(obj6);
4943 if (arg7 == NULL) SWIG_fail;
4944 temp7 = True;
4945 }
4946 }
4947 {
4948 if (!wxPyCheckForApp()) SWIG_fail;
4949 PyThreadState* __tstate = wxPyBeginAllowThreads();
4950 result = (wxStaticText *)new wxStaticText(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4951
4952 wxPyEndAllowThreads(__tstate);
4953 if (PyErr_Occurred()) SWIG_fail;
4954 }
4955 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticText, 1);
4956 {
4957 if (temp3)
4958 delete arg3;
4959 }
4960 {
4961 if (temp7)
4962 delete arg7;
4963 }
4964 return resultobj;
4965 fail:
4966 {
4967 if (temp3)
4968 delete arg3;
4969 }
4970 {
4971 if (temp7)
4972 delete arg7;
4973 }
4974 return NULL;
4975 }
4976
4977
4978 static PyObject *_wrap_new_PreStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4979 PyObject *resultobj;
4980 wxStaticText *result;
4981 char *kwnames[] = {
4982 NULL
4983 };
4984
4985 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticText",kwnames)) goto fail;
4986 {
4987 if (!wxPyCheckForApp()) SWIG_fail;
4988 PyThreadState* __tstate = wxPyBeginAllowThreads();
4989 result = (wxStaticText *)new wxStaticText();
4990
4991 wxPyEndAllowThreads(__tstate);
4992 if (PyErr_Occurred()) SWIG_fail;
4993 }
4994 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticText, 1);
4995 return resultobj;
4996 fail:
4997 return NULL;
4998 }
4999
5000
5001 static PyObject *_wrap_StaticText_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5002 PyObject *resultobj;
5003 wxStaticText *arg1 = (wxStaticText *) 0 ;
5004 wxWindow *arg2 = (wxWindow *) 0 ;
5005 int arg3 ;
5006 wxString *arg4 = 0 ;
5007 wxPoint const &arg5_defvalue = wxDefaultPosition ;
5008 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
5009 wxSize const &arg6_defvalue = wxDefaultSize ;
5010 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
5011 long arg7 = (long) 0 ;
5012 wxString const &arg8_defvalue = wxPyStaticTextNameStr ;
5013 wxString *arg8 = (wxString *) &arg8_defvalue ;
5014 bool result;
5015 bool temp4 = False ;
5016 wxPoint temp5 ;
5017 wxSize temp6 ;
5018 bool temp8 = False ;
5019 PyObject * obj0 = 0 ;
5020 PyObject * obj1 = 0 ;
5021 PyObject * obj2 = 0 ;
5022 PyObject * obj3 = 0 ;
5023 PyObject * obj4 = 0 ;
5024 PyObject * obj5 = 0 ;
5025 PyObject * obj6 = 0 ;
5026 PyObject * obj7 = 0 ;
5027 char *kwnames[] = {
5028 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5029 };
5030
5031 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticText_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5032 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticText,
5033 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5034 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5035 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5036 arg3 = (int) SWIG_AsInt(obj2);
5037 if (PyErr_Occurred()) SWIG_fail;
5038 {
5039 arg4 = wxString_in_helper(obj3);
5040 if (arg4 == NULL) SWIG_fail;
5041 temp4 = True;
5042 }
5043 if (obj4) {
5044 {
5045 arg5 = &temp5;
5046 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
5047 }
5048 }
5049 if (obj5) {
5050 {
5051 arg6 = &temp6;
5052 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
5053 }
5054 }
5055 if (obj6) {
5056 arg7 = (long) SWIG_AsLong(obj6);
5057 if (PyErr_Occurred()) SWIG_fail;
5058 }
5059 if (obj7) {
5060 {
5061 arg8 = wxString_in_helper(obj7);
5062 if (arg8 == NULL) SWIG_fail;
5063 temp8 = True;
5064 }
5065 }
5066 {
5067 PyThreadState* __tstate = wxPyBeginAllowThreads();
5068 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
5069
5070 wxPyEndAllowThreads(__tstate);
5071 if (PyErr_Occurred()) SWIG_fail;
5072 }
5073 {
5074 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5075 }
5076 {
5077 if (temp4)
5078 delete arg4;
5079 }
5080 {
5081 if (temp8)
5082 delete arg8;
5083 }
5084 return resultobj;
5085 fail:
5086 {
5087 if (temp4)
5088 delete arg4;
5089 }
5090 {
5091 if (temp8)
5092 delete arg8;
5093 }
5094 return NULL;
5095 }
5096
5097
5098 static PyObject *_wrap_StaticText_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
5099 PyObject *resultobj;
5100 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5101 wxVisualAttributes result;
5102 PyObject * obj0 = 0 ;
5103 char *kwnames[] = {
5104 (char *) "variant", NULL
5105 };
5106
5107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticText_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5108 if (obj0) {
5109 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
5110 if (PyErr_Occurred()) SWIG_fail;
5111 }
5112 {
5113 if (!wxPyCheckForApp()) SWIG_fail;
5114 PyThreadState* __tstate = wxPyBeginAllowThreads();
5115 result = wxStaticText::GetClassDefaultAttributes((wxWindowVariant )arg1);
5116
5117 wxPyEndAllowThreads(__tstate);
5118 if (PyErr_Occurred()) SWIG_fail;
5119 }
5120 {
5121 wxVisualAttributes * resultptr;
5122 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5123 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5124 }
5125 return resultobj;
5126 fail:
5127 return NULL;
5128 }
5129
5130
5131 static PyObject * StaticText_swigregister(PyObject *self, PyObject *args) {
5132 PyObject *obj;
5133 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5134 SWIG_TypeClientData(SWIGTYPE_p_wxStaticText, obj);
5135 Py_INCREF(obj);
5136 return Py_BuildValue((char *)"");
5137 }
5138 static PyObject *_wrap_new_StaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
5139 PyObject *resultobj;
5140 wxWindow *arg1 = (wxWindow *) 0 ;
5141 int arg2 ;
5142 wxBitmap *arg3 = 0 ;
5143 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5144 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5145 wxSize const &arg5_defvalue = wxDefaultSize ;
5146 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5147 long arg6 = (long) 0 ;
5148 wxString const &arg7_defvalue = wxPyStaticBitmapNameStr ;
5149 wxString *arg7 = (wxString *) &arg7_defvalue ;
5150 wxStaticBitmap *result;
5151 wxPoint temp4 ;
5152 wxSize temp5 ;
5153 bool temp7 = False ;
5154 PyObject * obj0 = 0 ;
5155 PyObject * obj1 = 0 ;
5156 PyObject * obj2 = 0 ;
5157 PyObject * obj3 = 0 ;
5158 PyObject * obj4 = 0 ;
5159 PyObject * obj5 = 0 ;
5160 PyObject * obj6 = 0 ;
5161 char *kwnames[] = {
5162 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5163 };
5164
5165 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticBitmap",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
5166 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5167 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5168 arg2 = (int) SWIG_AsInt(obj1);
5169 if (PyErr_Occurred()) SWIG_fail;
5170 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap,
5171 SWIG_POINTER_EXCEPTION | 0)) == -1)
5172 SWIG_fail;
5173 if (arg3 == NULL) {
5174 PyErr_SetString(PyExc_TypeError,"null reference");
5175 SWIG_fail;
5176 }
5177 if (obj3) {
5178 {
5179 arg4 = &temp4;
5180 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5181 }
5182 }
5183 if (obj4) {
5184 {
5185 arg5 = &temp5;
5186 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5187 }
5188 }
5189 if (obj5) {
5190 arg6 = (long) SWIG_AsLong(obj5);
5191 if (PyErr_Occurred()) SWIG_fail;
5192 }
5193 if (obj6) {
5194 {
5195 arg7 = wxString_in_helper(obj6);
5196 if (arg7 == NULL) SWIG_fail;
5197 temp7 = True;
5198 }
5199 }
5200 {
5201 if (!wxPyCheckForApp()) SWIG_fail;
5202 PyThreadState* __tstate = wxPyBeginAllowThreads();
5203 result = (wxStaticBitmap *)new wxStaticBitmap(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
5204
5205 wxPyEndAllowThreads(__tstate);
5206 if (PyErr_Occurred()) SWIG_fail;
5207 }
5208 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBitmap, 1);
5209 {
5210 if (temp7)
5211 delete arg7;
5212 }
5213 return resultobj;
5214 fail:
5215 {
5216 if (temp7)
5217 delete arg7;
5218 }
5219 return NULL;
5220 }
5221
5222
5223 static PyObject *_wrap_new_PreStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
5224 PyObject *resultobj;
5225 wxStaticBitmap *result;
5226 char *kwnames[] = {
5227 NULL
5228 };
5229
5230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBitmap",kwnames)) goto fail;
5231 {
5232 if (!wxPyCheckForApp()) SWIG_fail;
5233 PyThreadState* __tstate = wxPyBeginAllowThreads();
5234 result = (wxStaticBitmap *)new wxStaticBitmap();
5235
5236 wxPyEndAllowThreads(__tstate);
5237 if (PyErr_Occurred()) SWIG_fail;
5238 }
5239 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxStaticBitmap, 1);
5240 return resultobj;
5241 fail:
5242 return NULL;
5243 }
5244
5245
5246 static PyObject *_wrap_StaticBitmap_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5247 PyObject *resultobj;
5248 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5249 wxWindow *arg2 = (wxWindow *) 0 ;
5250 int arg3 ;
5251 wxBitmap *arg4 = 0 ;
5252 wxPoint const &arg5_defvalue = wxDefaultPosition ;
5253 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
5254 wxSize const &arg6_defvalue = wxDefaultSize ;
5255 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
5256 long arg7 = (long) 0 ;
5257 wxString const &arg8_defvalue = wxPyStaticBitmapNameStr ;
5258 wxString *arg8 = (wxString *) &arg8_defvalue ;
5259 bool result;
5260 wxPoint temp5 ;
5261 wxSize temp6 ;
5262 bool temp8 = False ;
5263 PyObject * obj0 = 0 ;
5264 PyObject * obj1 = 0 ;
5265 PyObject * obj2 = 0 ;
5266 PyObject * obj3 = 0 ;
5267 PyObject * obj4 = 0 ;
5268 PyObject * obj5 = 0 ;
5269 PyObject * obj6 = 0 ;
5270 PyObject * obj7 = 0 ;
5271 char *kwnames[] = {
5272 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5273 };
5274
5275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticBitmap_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5276 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5277 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5278 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5279 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5280 arg3 = (int) SWIG_AsInt(obj2);
5281 if (PyErr_Occurred()) SWIG_fail;
5282 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
5283 SWIG_POINTER_EXCEPTION | 0)) == -1)
5284 SWIG_fail;
5285 if (arg4 == NULL) {
5286 PyErr_SetString(PyExc_TypeError,"null reference");
5287 SWIG_fail;
5288 }
5289 if (obj4) {
5290 {
5291 arg5 = &temp5;
5292 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
5293 }
5294 }
5295 if (obj5) {
5296 {
5297 arg6 = &temp6;
5298 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
5299 }
5300 }
5301 if (obj6) {
5302 arg7 = (long) SWIG_AsLong(obj6);
5303 if (PyErr_Occurred()) SWIG_fail;
5304 }
5305 if (obj7) {
5306 {
5307 arg8 = wxString_in_helper(obj7);
5308 if (arg8 == NULL) SWIG_fail;
5309 temp8 = True;
5310 }
5311 }
5312 {
5313 PyThreadState* __tstate = wxPyBeginAllowThreads();
5314 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
5315
5316 wxPyEndAllowThreads(__tstate);
5317 if (PyErr_Occurred()) SWIG_fail;
5318 }
5319 {
5320 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5321 }
5322 {
5323 if (temp8)
5324 delete arg8;
5325 }
5326 return resultobj;
5327 fail:
5328 {
5329 if (temp8)
5330 delete arg8;
5331 }
5332 return NULL;
5333 }
5334
5335
5336 static PyObject *_wrap_StaticBitmap_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
5337 PyObject *resultobj;
5338 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5339 wxBitmap result;
5340 PyObject * obj0 = 0 ;
5341 char *kwnames[] = {
5342 (char *) "self", NULL
5343 };
5344
5345 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticBitmap_GetBitmap",kwnames,&obj0)) goto fail;
5346 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5347 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5348 {
5349 PyThreadState* __tstate = wxPyBeginAllowThreads();
5350 result = (arg1)->GetBitmap();
5351
5352 wxPyEndAllowThreads(__tstate);
5353 if (PyErr_Occurred()) SWIG_fail;
5354 }
5355 {
5356 wxBitmap * resultptr;
5357 resultptr = new wxBitmap((wxBitmap &) result);
5358 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
5359 }
5360 return resultobj;
5361 fail:
5362 return NULL;
5363 }
5364
5365
5366 static PyObject *_wrap_StaticBitmap_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
5367 PyObject *resultobj;
5368 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5369 wxBitmap *arg2 = 0 ;
5370 PyObject * obj0 = 0 ;
5371 PyObject * obj1 = 0 ;
5372 char *kwnames[] = {
5373 (char *) "self",(char *) "bitmap", NULL
5374 };
5375
5376 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetBitmap",kwnames,&obj0,&obj1)) goto fail;
5377 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5378 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5379 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
5380 SWIG_POINTER_EXCEPTION | 0)) == -1)
5381 SWIG_fail;
5382 if (arg2 == NULL) {
5383 PyErr_SetString(PyExc_TypeError,"null reference");
5384 SWIG_fail;
5385 }
5386 {
5387 PyThreadState* __tstate = wxPyBeginAllowThreads();
5388 (arg1)->SetBitmap((wxBitmap const &)*arg2);
5389
5390 wxPyEndAllowThreads(__tstate);
5391 if (PyErr_Occurred()) SWIG_fail;
5392 }
5393 Py_INCREF(Py_None); resultobj = Py_None;
5394 return resultobj;
5395 fail:
5396 return NULL;
5397 }
5398
5399
5400 static PyObject *_wrap_StaticBitmap_SetIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
5401 PyObject *resultobj;
5402 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
5403 wxIcon *arg2 = 0 ;
5404 PyObject * obj0 = 0 ;
5405 PyObject * obj1 = 0 ;
5406 char *kwnames[] = {
5407 (char *) "self",(char *) "icon", NULL
5408 };
5409
5410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetIcon",kwnames,&obj0,&obj1)) goto fail;
5411 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStaticBitmap,
5412 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5413 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxIcon,
5414 SWIG_POINTER_EXCEPTION | 0)) == -1)
5415 SWIG_fail;
5416 if (arg2 == NULL) {
5417 PyErr_SetString(PyExc_TypeError,"null reference");
5418 SWIG_fail;
5419 }
5420 {
5421 PyThreadState* __tstate = wxPyBeginAllowThreads();
5422 (arg1)->SetIcon((wxIcon const &)*arg2);
5423
5424 wxPyEndAllowThreads(__tstate);
5425 if (PyErr_Occurred()) SWIG_fail;
5426 }
5427 Py_INCREF(Py_None); resultobj = Py_None;
5428 return resultobj;
5429 fail:
5430 return NULL;
5431 }
5432
5433
5434 static PyObject *_wrap_StaticBitmap_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
5435 PyObject *resultobj;
5436 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
5437 wxVisualAttributes result;
5438 PyObject * obj0 = 0 ;
5439 char *kwnames[] = {
5440 (char *) "variant", NULL
5441 };
5442
5443 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:StaticBitmap_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
5444 if (obj0) {
5445 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
5446 if (PyErr_Occurred()) SWIG_fail;
5447 }
5448 {
5449 if (!wxPyCheckForApp()) SWIG_fail;
5450 PyThreadState* __tstate = wxPyBeginAllowThreads();
5451 result = wxStaticBitmap::GetClassDefaultAttributes((wxWindowVariant )arg1);
5452
5453 wxPyEndAllowThreads(__tstate);
5454 if (PyErr_Occurred()) SWIG_fail;
5455 }
5456 {
5457 wxVisualAttributes * resultptr;
5458 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
5459 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
5460 }
5461 return resultobj;
5462 fail:
5463 return NULL;
5464 }
5465
5466
5467 static PyObject * StaticBitmap_swigregister(PyObject *self, PyObject *args) {
5468 PyObject *obj;
5469 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5470 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBitmap, obj);
5471 Py_INCREF(obj);
5472 return Py_BuildValue((char *)"");
5473 }
5474 static int _wrap_ListBoxNameStr_set(PyObject *_val) {
5475 PyErr_SetString(PyExc_TypeError,"Variable ListBoxNameStr is read-only.");
5476 return 1;
5477 }
5478
5479
5480 static PyObject *_wrap_ListBoxNameStr_get() {
5481 PyObject *pyobj;
5482
5483 {
5484 #if wxUSE_UNICODE
5485 pyobj = PyUnicode_FromWideChar((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
5486 #else
5487 pyobj = PyString_FromStringAndSize((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
5488 #endif
5489 }
5490 return pyobj;
5491 }
5492
5493
5494 static PyObject *_wrap_new_ListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5495 PyObject *resultobj;
5496 wxWindow *arg1 = (wxWindow *) 0 ;
5497 int arg2 ;
5498 wxPoint const &arg3_defvalue = wxDefaultPosition ;
5499 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
5500 wxSize const &arg4_defvalue = wxDefaultSize ;
5501 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
5502 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
5503 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
5504 long arg6 = (long) 0 ;
5505 wxValidator const &arg7_defvalue = wxDefaultValidator ;
5506 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
5507 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
5508 wxString *arg8 = (wxString *) &arg8_defvalue ;
5509 wxListBox *result;
5510 wxPoint temp3 ;
5511 wxSize temp4 ;
5512 bool temp5 = False ;
5513 bool temp8 = False ;
5514 PyObject * obj0 = 0 ;
5515 PyObject * obj1 = 0 ;
5516 PyObject * obj2 = 0 ;
5517 PyObject * obj3 = 0 ;
5518 PyObject * obj4 = 0 ;
5519 PyObject * obj5 = 0 ;
5520 PyObject * obj6 = 0 ;
5521 PyObject * obj7 = 0 ;
5522 char *kwnames[] = {
5523 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5524 };
5525
5526 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_ListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5527 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
5528 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5529 arg2 = (int) SWIG_AsInt(obj1);
5530 if (PyErr_Occurred()) SWIG_fail;
5531 if (obj2) {
5532 {
5533 arg3 = &temp3;
5534 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
5535 }
5536 }
5537 if (obj3) {
5538 {
5539 arg4 = &temp4;
5540 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
5541 }
5542 }
5543 if (obj4) {
5544 {
5545 if (! PySequence_Check(obj4)) {
5546 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5547 SWIG_fail;
5548 }
5549 arg5 = new wxArrayString;
5550 temp5 = True;
5551 int i, len=PySequence_Length(obj4);
5552 for (i=0; i<len; i++) {
5553 PyObject* item = PySequence_GetItem(obj4, i);
5554 #if wxUSE_UNICODE
5555 PyObject* str = PyObject_Unicode(item);
5556 #else
5557 PyObject* str = PyObject_Str(item);
5558 #endif
5559 if (PyErr_Occurred()) SWIG_fail;
5560 arg5->Add(Py2wxString(str));
5561 Py_DECREF(item);
5562 Py_DECREF(str);
5563 }
5564 }
5565 }
5566 if (obj5) {
5567 arg6 = (long) SWIG_AsLong(obj5);
5568 if (PyErr_Occurred()) SWIG_fail;
5569 }
5570 if (obj6) {
5571 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
5572 SWIG_POINTER_EXCEPTION | 0)) == -1)
5573 SWIG_fail;
5574 if (arg7 == NULL) {
5575 PyErr_SetString(PyExc_TypeError,"null reference");
5576 SWIG_fail;
5577 }
5578 }
5579 if (obj7) {
5580 {
5581 arg8 = wxString_in_helper(obj7);
5582 if (arg8 == NULL) SWIG_fail;
5583 temp8 = True;
5584 }
5585 }
5586 {
5587 if (!wxPyCheckForApp()) SWIG_fail;
5588 PyThreadState* __tstate = wxPyBeginAllowThreads();
5589 result = (wxListBox *)new wxListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
5590
5591 wxPyEndAllowThreads(__tstate);
5592 if (PyErr_Occurred()) SWIG_fail;
5593 }
5594 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListBox, 1);
5595 {
5596 if (temp5) delete arg5;
5597 }
5598 {
5599 if (temp8)
5600 delete arg8;
5601 }
5602 return resultobj;
5603 fail:
5604 {
5605 if (temp5) delete arg5;
5606 }
5607 {
5608 if (temp8)
5609 delete arg8;
5610 }
5611 return NULL;
5612 }
5613
5614
5615 static PyObject *_wrap_new_PreListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5616 PyObject *resultobj;
5617 wxListBox *result;
5618 char *kwnames[] = {
5619 NULL
5620 };
5621
5622 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListBox",kwnames)) goto fail;
5623 {
5624 if (!wxPyCheckForApp()) SWIG_fail;
5625 PyThreadState* __tstate = wxPyBeginAllowThreads();
5626 result = (wxListBox *)new wxListBox();
5627
5628 wxPyEndAllowThreads(__tstate);
5629 if (PyErr_Occurred()) SWIG_fail;
5630 }
5631 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListBox, 1);
5632 return resultobj;
5633 fail:
5634 return NULL;
5635 }
5636
5637
5638 static PyObject *_wrap_ListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5639 PyObject *resultobj;
5640 wxListBox *arg1 = (wxListBox *) 0 ;
5641 wxWindow *arg2 = (wxWindow *) 0 ;
5642 int arg3 ;
5643 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5644 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5645 wxSize const &arg5_defvalue = wxDefaultSize ;
5646 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5647 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
5648 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
5649 long arg7 = (long) 0 ;
5650 wxValidator const &arg8_defvalue = wxDefaultValidator ;
5651 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
5652 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
5653 wxString *arg9 = (wxString *) &arg9_defvalue ;
5654 bool result;
5655 wxPoint temp4 ;
5656 wxSize temp5 ;
5657 bool temp6 = False ;
5658 bool temp9 = False ;
5659 PyObject * obj0 = 0 ;
5660 PyObject * obj1 = 0 ;
5661 PyObject * obj2 = 0 ;
5662 PyObject * obj3 = 0 ;
5663 PyObject * obj4 = 0 ;
5664 PyObject * obj5 = 0 ;
5665 PyObject * obj6 = 0 ;
5666 PyObject * obj7 = 0 ;
5667 PyObject * obj8 = 0 ;
5668 char *kwnames[] = {
5669 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5670 };
5671
5672 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:ListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
5673 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5674 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5675 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
5676 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5677 arg3 = (int) SWIG_AsInt(obj2);
5678 if (PyErr_Occurred()) SWIG_fail;
5679 if (obj3) {
5680 {
5681 arg4 = &temp4;
5682 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5683 }
5684 }
5685 if (obj4) {
5686 {
5687 arg5 = &temp5;
5688 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5689 }
5690 }
5691 if (obj5) {
5692 {
5693 if (! PySequence_Check(obj5)) {
5694 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5695 SWIG_fail;
5696 }
5697 arg6 = new wxArrayString;
5698 temp6 = True;
5699 int i, len=PySequence_Length(obj5);
5700 for (i=0; i<len; i++) {
5701 PyObject* item = PySequence_GetItem(obj5, i);
5702 #if wxUSE_UNICODE
5703 PyObject* str = PyObject_Unicode(item);
5704 #else
5705 PyObject* str = PyObject_Str(item);
5706 #endif
5707 if (PyErr_Occurred()) SWIG_fail;
5708 arg6->Add(Py2wxString(str));
5709 Py_DECREF(item);
5710 Py_DECREF(str);
5711 }
5712 }
5713 }
5714 if (obj6) {
5715 arg7 = (long) SWIG_AsLong(obj6);
5716 if (PyErr_Occurred()) SWIG_fail;
5717 }
5718 if (obj7) {
5719 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
5720 SWIG_POINTER_EXCEPTION | 0)) == -1)
5721 SWIG_fail;
5722 if (arg8 == NULL) {
5723 PyErr_SetString(PyExc_TypeError,"null reference");
5724 SWIG_fail;
5725 }
5726 }
5727 if (obj8) {
5728 {
5729 arg9 = wxString_in_helper(obj8);
5730 if (arg9 == NULL) SWIG_fail;
5731 temp9 = True;
5732 }
5733 }
5734 {
5735 PyThreadState* __tstate = wxPyBeginAllowThreads();
5736 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
5737
5738 wxPyEndAllowThreads(__tstate);
5739 if (PyErr_Occurred()) SWIG_fail;
5740 }
5741 {
5742 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5743 }
5744 {
5745 if (temp6) delete arg6;
5746 }
5747 {
5748 if (temp9)
5749 delete arg9;
5750 }
5751 return resultobj;
5752 fail:
5753 {
5754 if (temp6) delete arg6;
5755 }
5756 {
5757 if (temp9)
5758 delete arg9;
5759 }
5760 return NULL;
5761 }
5762
5763
5764 static PyObject *_wrap_ListBox_Insert(PyObject *self, PyObject *args, PyObject *kwargs) {
5765 PyObject *resultobj;
5766 wxListBox *arg1 = (wxListBox *) 0 ;
5767 wxString *arg2 = 0 ;
5768 int arg3 ;
5769 PyObject *arg4 = (PyObject *) NULL ;
5770 bool temp2 = False ;
5771 PyObject * obj0 = 0 ;
5772 PyObject * obj1 = 0 ;
5773 PyObject * obj2 = 0 ;
5774 PyObject * obj3 = 0 ;
5775 char *kwnames[] = {
5776 (char *) "self",(char *) "item",(char *) "pos",(char *) "clientData", NULL
5777 };
5778
5779 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListBox_Insert",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
5780 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5781 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5782 {
5783 arg2 = wxString_in_helper(obj1);
5784 if (arg2 == NULL) SWIG_fail;
5785 temp2 = True;
5786 }
5787 arg3 = (int) SWIG_AsInt(obj2);
5788 if (PyErr_Occurred()) SWIG_fail;
5789 if (obj3) {
5790 arg4 = obj3;
5791 }
5792 {
5793 PyThreadState* __tstate = wxPyBeginAllowThreads();
5794 wxListBox_Insert(arg1,(wxString const &)*arg2,arg3,arg4);
5795
5796 wxPyEndAllowThreads(__tstate);
5797 if (PyErr_Occurred()) SWIG_fail;
5798 }
5799 Py_INCREF(Py_None); resultobj = Py_None;
5800 {
5801 if (temp2)
5802 delete arg2;
5803 }
5804 return resultobj;
5805 fail:
5806 {
5807 if (temp2)
5808 delete arg2;
5809 }
5810 return NULL;
5811 }
5812
5813
5814 static PyObject *_wrap_ListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
5815 PyObject *resultobj;
5816 wxListBox *arg1 = (wxListBox *) 0 ;
5817 wxArrayString *arg2 = 0 ;
5818 int arg3 ;
5819 bool temp2 = False ;
5820 PyObject * obj0 = 0 ;
5821 PyObject * obj1 = 0 ;
5822 PyObject * obj2 = 0 ;
5823 char *kwnames[] = {
5824 (char *) "self",(char *) "items",(char *) "pos", NULL
5825 };
5826
5827 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_InsertItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
5828 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5829 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5830 {
5831 if (! PySequence_Check(obj1)) {
5832 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5833 SWIG_fail;
5834 }
5835 arg2 = new wxArrayString;
5836 temp2 = True;
5837 int i, len=PySequence_Length(obj1);
5838 for (i=0; i<len; i++) {
5839 PyObject* item = PySequence_GetItem(obj1, i);
5840 #if wxUSE_UNICODE
5841 PyObject* str = PyObject_Unicode(item);
5842 #else
5843 PyObject* str = PyObject_Str(item);
5844 #endif
5845 if (PyErr_Occurred()) SWIG_fail;
5846 arg2->Add(Py2wxString(str));
5847 Py_DECREF(item);
5848 Py_DECREF(str);
5849 }
5850 }
5851 arg3 = (int) SWIG_AsInt(obj2);
5852 if (PyErr_Occurred()) SWIG_fail;
5853 {
5854 PyThreadState* __tstate = wxPyBeginAllowThreads();
5855 (arg1)->InsertItems((wxArrayString const &)*arg2,arg3);
5856
5857 wxPyEndAllowThreads(__tstate);
5858 if (PyErr_Occurred()) SWIG_fail;
5859 }
5860 Py_INCREF(Py_None); resultobj = Py_None;
5861 {
5862 if (temp2) delete arg2;
5863 }
5864 return resultobj;
5865 fail:
5866 {
5867 if (temp2) delete arg2;
5868 }
5869 return NULL;
5870 }
5871
5872
5873 static PyObject *_wrap_ListBox_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
5874 PyObject *resultobj;
5875 wxListBox *arg1 = (wxListBox *) 0 ;
5876 wxArrayString *arg2 = 0 ;
5877 bool temp2 = False ;
5878 PyObject * obj0 = 0 ;
5879 PyObject * obj1 = 0 ;
5880 char *kwnames[] = {
5881 (char *) "self",(char *) "items", NULL
5882 };
5883
5884 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Set",kwnames,&obj0,&obj1)) goto fail;
5885 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5886 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5887 {
5888 if (! PySequence_Check(obj1)) {
5889 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5890 SWIG_fail;
5891 }
5892 arg2 = new wxArrayString;
5893 temp2 = True;
5894 int i, len=PySequence_Length(obj1);
5895 for (i=0; i<len; i++) {
5896 PyObject* item = PySequence_GetItem(obj1, i);
5897 #if wxUSE_UNICODE
5898 PyObject* str = PyObject_Unicode(item);
5899 #else
5900 PyObject* str = PyObject_Str(item);
5901 #endif
5902 if (PyErr_Occurred()) SWIG_fail;
5903 arg2->Add(Py2wxString(str));
5904 Py_DECREF(item);
5905 Py_DECREF(str);
5906 }
5907 }
5908 {
5909 PyThreadState* __tstate = wxPyBeginAllowThreads();
5910 (arg1)->Set((wxArrayString const &)*arg2);
5911
5912 wxPyEndAllowThreads(__tstate);
5913 if (PyErr_Occurred()) SWIG_fail;
5914 }
5915 Py_INCREF(Py_None); resultobj = Py_None;
5916 {
5917 if (temp2) delete arg2;
5918 }
5919 return resultobj;
5920 fail:
5921 {
5922 if (temp2) delete arg2;
5923 }
5924 return NULL;
5925 }
5926
5927
5928 static PyObject *_wrap_ListBox_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
5929 PyObject *resultobj;
5930 wxListBox *arg1 = (wxListBox *) 0 ;
5931 int arg2 ;
5932 bool result;
5933 PyObject * obj0 = 0 ;
5934 PyObject * obj1 = 0 ;
5935 char *kwnames[] = {
5936 (char *) "self",(char *) "n", NULL
5937 };
5938
5939 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_IsSelected",kwnames,&obj0,&obj1)) goto fail;
5940 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5941 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5942 arg2 = (int) SWIG_AsInt(obj1);
5943 if (PyErr_Occurred()) SWIG_fail;
5944 {
5945 PyThreadState* __tstate = wxPyBeginAllowThreads();
5946 result = (bool)((wxListBox const *)arg1)->IsSelected(arg2);
5947
5948 wxPyEndAllowThreads(__tstate);
5949 if (PyErr_Occurred()) SWIG_fail;
5950 }
5951 {
5952 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5953 }
5954 return resultobj;
5955 fail:
5956 return NULL;
5957 }
5958
5959
5960 static PyObject *_wrap_ListBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5961 PyObject *resultobj;
5962 wxListBox *arg1 = (wxListBox *) 0 ;
5963 int arg2 ;
5964 bool arg3 = (bool) True ;
5965 PyObject * obj0 = 0 ;
5966 PyObject * obj1 = 0 ;
5967 PyObject * obj2 = 0 ;
5968 char *kwnames[] = {
5969 (char *) "self",(char *) "n",(char *) "select", NULL
5970 };
5971
5972 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
5973 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
5974 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
5975 arg2 = (int) SWIG_AsInt(obj1);
5976 if (PyErr_Occurred()) SWIG_fail;
5977 if (obj2) {
5978 arg3 = (bool) SWIG_AsBool(obj2);
5979 if (PyErr_Occurred()) SWIG_fail;
5980 }
5981 {
5982 PyThreadState* __tstate = wxPyBeginAllowThreads();
5983 (arg1)->SetSelection(arg2,arg3);
5984
5985 wxPyEndAllowThreads(__tstate);
5986 if (PyErr_Occurred()) SWIG_fail;
5987 }
5988 Py_INCREF(Py_None); resultobj = Py_None;
5989 return resultobj;
5990 fail:
5991 return NULL;
5992 }
5993
5994
5995 static PyObject *_wrap_ListBox_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
5996 PyObject *resultobj;
5997 wxListBox *arg1 = (wxListBox *) 0 ;
5998 int arg2 ;
5999 PyObject * obj0 = 0 ;
6000 PyObject * obj1 = 0 ;
6001 char *kwnames[] = {
6002 (char *) "self",(char *) "n", NULL
6003 };
6004
6005 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Select",kwnames,&obj0,&obj1)) goto fail;
6006 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6007 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6008 arg2 = (int) SWIG_AsInt(obj1);
6009 if (PyErr_Occurred()) SWIG_fail;
6010 {
6011 PyThreadState* __tstate = wxPyBeginAllowThreads();
6012 (arg1)->Select(arg2);
6013
6014 wxPyEndAllowThreads(__tstate);
6015 if (PyErr_Occurred()) SWIG_fail;
6016 }
6017 Py_INCREF(Py_None); resultobj = Py_None;
6018 return resultobj;
6019 fail:
6020 return NULL;
6021 }
6022
6023
6024 static PyObject *_wrap_ListBox_Deselect(PyObject *self, PyObject *args, PyObject *kwargs) {
6025 PyObject *resultobj;
6026 wxListBox *arg1 = (wxListBox *) 0 ;
6027 int arg2 ;
6028 PyObject * obj0 = 0 ;
6029 PyObject * obj1 = 0 ;
6030 char *kwnames[] = {
6031 (char *) "self",(char *) "n", NULL
6032 };
6033
6034 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Deselect",kwnames,&obj0,&obj1)) goto fail;
6035 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6036 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6037 arg2 = (int) SWIG_AsInt(obj1);
6038 if (PyErr_Occurred()) SWIG_fail;
6039 {
6040 PyThreadState* __tstate = wxPyBeginAllowThreads();
6041 (arg1)->Deselect(arg2);
6042
6043 wxPyEndAllowThreads(__tstate);
6044 if (PyErr_Occurred()) SWIG_fail;
6045 }
6046 Py_INCREF(Py_None); resultobj = Py_None;
6047 return resultobj;
6048 fail:
6049 return NULL;
6050 }
6051
6052
6053 static PyObject *_wrap_ListBox_DeselectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
6054 PyObject *resultobj;
6055 wxListBox *arg1 = (wxListBox *) 0 ;
6056 int arg2 = (int) -1 ;
6057 PyObject * obj0 = 0 ;
6058 PyObject * obj1 = 0 ;
6059 char *kwnames[] = {
6060 (char *) "self",(char *) "itemToLeaveSelected", NULL
6061 };
6062
6063 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListBox_DeselectAll",kwnames,&obj0,&obj1)) goto fail;
6064 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6065 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6066 if (obj1) {
6067 arg2 = (int) SWIG_AsInt(obj1);
6068 if (PyErr_Occurred()) SWIG_fail;
6069 }
6070 {
6071 PyThreadState* __tstate = wxPyBeginAllowThreads();
6072 (arg1)->DeselectAll(arg2);
6073
6074 wxPyEndAllowThreads(__tstate);
6075 if (PyErr_Occurred()) SWIG_fail;
6076 }
6077 Py_INCREF(Py_None); resultobj = Py_None;
6078 return resultobj;
6079 fail:
6080 return NULL;
6081 }
6082
6083
6084 static PyObject *_wrap_ListBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
6085 PyObject *resultobj;
6086 wxListBox *arg1 = (wxListBox *) 0 ;
6087 wxString *arg2 = 0 ;
6088 bool arg3 = (bool) True ;
6089 bool result;
6090 bool temp2 = False ;
6091 PyObject * obj0 = 0 ;
6092 PyObject * obj1 = 0 ;
6093 PyObject * obj2 = 0 ;
6094 char *kwnames[] = {
6095 (char *) "self",(char *) "s",(char *) "select", NULL
6096 };
6097
6098 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetStringSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
6099 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6100 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6101 {
6102 arg2 = wxString_in_helper(obj1);
6103 if (arg2 == NULL) SWIG_fail;
6104 temp2 = True;
6105 }
6106 if (obj2) {
6107 arg3 = (bool) SWIG_AsBool(obj2);
6108 if (PyErr_Occurred()) SWIG_fail;
6109 }
6110 {
6111 PyThreadState* __tstate = wxPyBeginAllowThreads();
6112 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2,arg3);
6113
6114 wxPyEndAllowThreads(__tstate);
6115 if (PyErr_Occurred()) SWIG_fail;
6116 }
6117 {
6118 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6119 }
6120 {
6121 if (temp2)
6122 delete arg2;
6123 }
6124 return resultobj;
6125 fail:
6126 {
6127 if (temp2)
6128 delete arg2;
6129 }
6130 return NULL;
6131 }
6132
6133
6134 static PyObject *_wrap_ListBox_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
6135 PyObject *resultobj;
6136 wxListBox *arg1 = (wxListBox *) 0 ;
6137 PyObject *result;
6138 PyObject * obj0 = 0 ;
6139 char *kwnames[] = {
6140 (char *) "self", NULL
6141 };
6142
6143 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_GetSelections",kwnames,&obj0)) goto fail;
6144 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6145 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6146 {
6147 PyThreadState* __tstate = wxPyBeginAllowThreads();
6148 result = (PyObject *)wxListBox_GetSelections(arg1);
6149
6150 wxPyEndAllowThreads(__tstate);
6151 if (PyErr_Occurred()) SWIG_fail;
6152 }
6153 resultobj = result;
6154 return resultobj;
6155 fail:
6156 return NULL;
6157 }
6158
6159
6160 static PyObject *_wrap_ListBox_SetFirstItem(PyObject *self, PyObject *args, PyObject *kwargs) {
6161 PyObject *resultobj;
6162 wxListBox *arg1 = (wxListBox *) 0 ;
6163 int arg2 ;
6164 PyObject * obj0 = 0 ;
6165 PyObject * obj1 = 0 ;
6166 char *kwnames[] = {
6167 (char *) "self",(char *) "n", NULL
6168 };
6169
6170 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItem",kwnames,&obj0,&obj1)) goto fail;
6171 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6172 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6173 arg2 = (int) SWIG_AsInt(obj1);
6174 if (PyErr_Occurred()) SWIG_fail;
6175 {
6176 PyThreadState* __tstate = wxPyBeginAllowThreads();
6177 (arg1)->SetFirstItem(arg2);
6178
6179 wxPyEndAllowThreads(__tstate);
6180 if (PyErr_Occurred()) SWIG_fail;
6181 }
6182 Py_INCREF(Py_None); resultobj = Py_None;
6183 return resultobj;
6184 fail:
6185 return NULL;
6186 }
6187
6188
6189 static PyObject *_wrap_ListBox_SetFirstItemStr(PyObject *self, PyObject *args, PyObject *kwargs) {
6190 PyObject *resultobj;
6191 wxListBox *arg1 = (wxListBox *) 0 ;
6192 wxString *arg2 = 0 ;
6193 bool temp2 = False ;
6194 PyObject * obj0 = 0 ;
6195 PyObject * obj1 = 0 ;
6196 char *kwnames[] = {
6197 (char *) "self",(char *) "s", NULL
6198 };
6199
6200 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItemStr",kwnames,&obj0,&obj1)) goto fail;
6201 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6202 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6203 {
6204 arg2 = wxString_in_helper(obj1);
6205 if (arg2 == NULL) SWIG_fail;
6206 temp2 = True;
6207 }
6208 {
6209 PyThreadState* __tstate = wxPyBeginAllowThreads();
6210 (arg1)->SetFirstItem((wxString const &)*arg2);
6211
6212 wxPyEndAllowThreads(__tstate);
6213 if (PyErr_Occurred()) SWIG_fail;
6214 }
6215 Py_INCREF(Py_None); resultobj = Py_None;
6216 {
6217 if (temp2)
6218 delete arg2;
6219 }
6220 return resultobj;
6221 fail:
6222 {
6223 if (temp2)
6224 delete arg2;
6225 }
6226 return NULL;
6227 }
6228
6229
6230 static PyObject *_wrap_ListBox_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
6231 PyObject *resultobj;
6232 wxListBox *arg1 = (wxListBox *) 0 ;
6233 int arg2 ;
6234 PyObject * obj0 = 0 ;
6235 PyObject * obj1 = 0 ;
6236 char *kwnames[] = {
6237 (char *) "self",(char *) "n", NULL
6238 };
6239
6240 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
6241 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6242 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6243 arg2 = (int) SWIG_AsInt(obj1);
6244 if (PyErr_Occurred()) SWIG_fail;
6245 {
6246 PyThreadState* __tstate = wxPyBeginAllowThreads();
6247 (arg1)->EnsureVisible(arg2);
6248
6249 wxPyEndAllowThreads(__tstate);
6250 if (PyErr_Occurred()) SWIG_fail;
6251 }
6252 Py_INCREF(Py_None); resultobj = Py_None;
6253 return resultobj;
6254 fail:
6255 return NULL;
6256 }
6257
6258
6259 static PyObject *_wrap_ListBox_AppendAndEnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
6260 PyObject *resultobj;
6261 wxListBox *arg1 = (wxListBox *) 0 ;
6262 wxString *arg2 = 0 ;
6263 bool temp2 = False ;
6264 PyObject * obj0 = 0 ;
6265 PyObject * obj1 = 0 ;
6266 char *kwnames[] = {
6267 (char *) "self",(char *) "s", NULL
6268 };
6269
6270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_AppendAndEnsureVisible",kwnames,&obj0,&obj1)) goto fail;
6271 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6272 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6273 {
6274 arg2 = wxString_in_helper(obj1);
6275 if (arg2 == NULL) SWIG_fail;
6276 temp2 = True;
6277 }
6278 {
6279 PyThreadState* __tstate = wxPyBeginAllowThreads();
6280 (arg1)->AppendAndEnsureVisible((wxString const &)*arg2);
6281
6282 wxPyEndAllowThreads(__tstate);
6283 if (PyErr_Occurred()) SWIG_fail;
6284 }
6285 Py_INCREF(Py_None); resultobj = Py_None;
6286 {
6287 if (temp2)
6288 delete arg2;
6289 }
6290 return resultobj;
6291 fail:
6292 {
6293 if (temp2)
6294 delete arg2;
6295 }
6296 return NULL;
6297 }
6298
6299
6300 static PyObject *_wrap_ListBox_IsSorted(PyObject *self, PyObject *args, PyObject *kwargs) {
6301 PyObject *resultobj;
6302 wxListBox *arg1 = (wxListBox *) 0 ;
6303 bool result;
6304 PyObject * obj0 = 0 ;
6305 char *kwnames[] = {
6306 (char *) "self", NULL
6307 };
6308
6309 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_IsSorted",kwnames,&obj0)) goto fail;
6310 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6311 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6312 {
6313 PyThreadState* __tstate = wxPyBeginAllowThreads();
6314 result = (bool)((wxListBox const *)arg1)->IsSorted();
6315
6316 wxPyEndAllowThreads(__tstate);
6317 if (PyErr_Occurred()) SWIG_fail;
6318 }
6319 {
6320 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6321 }
6322 return resultobj;
6323 fail:
6324 return NULL;
6325 }
6326
6327
6328 static PyObject *_wrap_ListBox_SetItemForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6329 PyObject *resultobj;
6330 wxListBox *arg1 = (wxListBox *) 0 ;
6331 int arg2 ;
6332 wxColour *arg3 = 0 ;
6333 wxColour temp3 ;
6334 PyObject * obj0 = 0 ;
6335 PyObject * obj1 = 0 ;
6336 PyObject * obj2 = 0 ;
6337 char *kwnames[] = {
6338 (char *) "self",(char *) "item",(char *) "c", NULL
6339 };
6340
6341 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemForegroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
6342 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6344 arg2 = (int) SWIG_AsInt(obj1);
6345 if (PyErr_Occurred()) SWIG_fail;
6346 {
6347 arg3 = &temp3;
6348 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
6349 }
6350 {
6351 PyThreadState* __tstate = wxPyBeginAllowThreads();
6352 wxListBox_SetItemForegroundColour(arg1,arg2,(wxColour const &)*arg3);
6353
6354 wxPyEndAllowThreads(__tstate);
6355 if (PyErr_Occurred()) SWIG_fail;
6356 }
6357 Py_INCREF(Py_None); resultobj = Py_None;
6358 return resultobj;
6359 fail:
6360 return NULL;
6361 }
6362
6363
6364 static PyObject *_wrap_ListBox_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6365 PyObject *resultobj;
6366 wxListBox *arg1 = (wxListBox *) 0 ;
6367 int arg2 ;
6368 wxColour *arg3 = 0 ;
6369 wxColour temp3 ;
6370 PyObject * obj0 = 0 ;
6371 PyObject * obj1 = 0 ;
6372 PyObject * obj2 = 0 ;
6373 char *kwnames[] = {
6374 (char *) "self",(char *) "item",(char *) "c", NULL
6375 };
6376
6377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
6378 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6379 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6380 arg2 = (int) SWIG_AsInt(obj1);
6381 if (PyErr_Occurred()) SWIG_fail;
6382 {
6383 arg3 = &temp3;
6384 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
6385 }
6386 {
6387 PyThreadState* __tstate = wxPyBeginAllowThreads();
6388 wxListBox_SetItemBackgroundColour(arg1,arg2,(wxColour const &)*arg3);
6389
6390 wxPyEndAllowThreads(__tstate);
6391 if (PyErr_Occurred()) SWIG_fail;
6392 }
6393 Py_INCREF(Py_None); resultobj = Py_None;
6394 return resultobj;
6395 fail:
6396 return NULL;
6397 }
6398
6399
6400 static PyObject *_wrap_ListBox_SetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6401 PyObject *resultobj;
6402 wxListBox *arg1 = (wxListBox *) 0 ;
6403 int arg2 ;
6404 wxFont *arg3 = 0 ;
6405 PyObject * obj0 = 0 ;
6406 PyObject * obj1 = 0 ;
6407 PyObject * obj2 = 0 ;
6408 char *kwnames[] = {
6409 (char *) "self",(char *) "item",(char *) "f", NULL
6410 };
6411
6412 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
6413 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListBox,
6414 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6415 arg2 = (int) SWIG_AsInt(obj1);
6416 if (PyErr_Occurred()) SWIG_fail;
6417 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
6418 SWIG_POINTER_EXCEPTION | 0)) == -1)
6419 SWIG_fail;
6420 if (arg3 == NULL) {
6421 PyErr_SetString(PyExc_TypeError,"null reference");
6422 SWIG_fail;
6423 }
6424 {
6425 PyThreadState* __tstate = wxPyBeginAllowThreads();
6426 wxListBox_SetItemFont(arg1,arg2,(wxFont const &)*arg3);
6427
6428 wxPyEndAllowThreads(__tstate);
6429 if (PyErr_Occurred()) SWIG_fail;
6430 }
6431 Py_INCREF(Py_None); resultobj = Py_None;
6432 return resultobj;
6433 fail:
6434 return NULL;
6435 }
6436
6437
6438 static PyObject *_wrap_ListBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
6439 PyObject *resultobj;
6440 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
6441 wxVisualAttributes result;
6442 PyObject * obj0 = 0 ;
6443 char *kwnames[] = {
6444 (char *) "variant", NULL
6445 };
6446
6447 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ListBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
6448 if (obj0) {
6449 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
6450 if (PyErr_Occurred()) SWIG_fail;
6451 }
6452 {
6453 if (!wxPyCheckForApp()) SWIG_fail;
6454 PyThreadState* __tstate = wxPyBeginAllowThreads();
6455 result = wxListBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
6456
6457 wxPyEndAllowThreads(__tstate);
6458 if (PyErr_Occurred()) SWIG_fail;
6459 }
6460 {
6461 wxVisualAttributes * resultptr;
6462 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
6463 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
6464 }
6465 return resultobj;
6466 fail:
6467 return NULL;
6468 }
6469
6470
6471 static PyObject * ListBox_swigregister(PyObject *self, PyObject *args) {
6472 PyObject *obj;
6473 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
6474 SWIG_TypeClientData(SWIGTYPE_p_wxListBox, obj);
6475 Py_INCREF(obj);
6476 return Py_BuildValue((char *)"");
6477 }
6478 static PyObject *_wrap_new_CheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
6479 PyObject *resultobj;
6480 wxWindow *arg1 = (wxWindow *) 0 ;
6481 int arg2 ;
6482 wxPoint const &arg3_defvalue = wxDefaultPosition ;
6483 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
6484 wxSize const &arg4_defvalue = wxDefaultSize ;
6485 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
6486 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
6487 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
6488 long arg6 = (long) 0 ;
6489 wxValidator const &arg7_defvalue = wxDefaultValidator ;
6490 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
6491 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
6492 wxString *arg8 = (wxString *) &arg8_defvalue ;
6493 wxCheckListBox *result;
6494 wxPoint temp3 ;
6495 wxSize temp4 ;
6496 bool temp5 = False ;
6497 bool temp8 = False ;
6498 PyObject * obj0 = 0 ;
6499 PyObject * obj1 = 0 ;
6500 PyObject * obj2 = 0 ;
6501 PyObject * obj3 = 0 ;
6502 PyObject * obj4 = 0 ;
6503 PyObject * obj5 = 0 ;
6504 PyObject * obj6 = 0 ;
6505 PyObject * obj7 = 0 ;
6506 char *kwnames[] = {
6507 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6508 };
6509
6510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_CheckListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
6511 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
6512 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6513 arg2 = (int) SWIG_AsInt(obj1);
6514 if (PyErr_Occurred()) SWIG_fail;
6515 if (obj2) {
6516 {
6517 arg3 = &temp3;
6518 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
6519 }
6520 }
6521 if (obj3) {
6522 {
6523 arg4 = &temp4;
6524 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
6525 }
6526 }
6527 if (obj4) {
6528 {
6529 if (! PySequence_Check(obj4)) {
6530 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6531 SWIG_fail;
6532 }
6533 arg5 = new wxArrayString;
6534 temp5 = True;
6535 int i, len=PySequence_Length(obj4);
6536 for (i=0; i<len; i++) {
6537 PyObject* item = PySequence_GetItem(obj4, i);
6538 #if wxUSE_UNICODE
6539 PyObject* str = PyObject_Unicode(item);
6540 #else
6541 PyObject* str = PyObject_Str(item);
6542 #endif
6543 if (PyErr_Occurred()) SWIG_fail;
6544 arg5->Add(Py2wxString(str));
6545 Py_DECREF(item);
6546 Py_DECREF(str);
6547 }
6548 }
6549 }
6550 if (obj5) {
6551 arg6 = (long) SWIG_AsLong(obj5);
6552 if (PyErr_Occurred()) SWIG_fail;
6553 }
6554 if (obj6) {
6555 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
6556 SWIG_POINTER_EXCEPTION | 0)) == -1)
6557 SWIG_fail;
6558 if (arg7 == NULL) {
6559 PyErr_SetString(PyExc_TypeError,"null reference");
6560 SWIG_fail;
6561 }
6562 }
6563 if (obj7) {
6564 {
6565 arg8 = wxString_in_helper(obj7);
6566 if (arg8 == NULL) SWIG_fail;
6567 temp8 = True;
6568 }
6569 }
6570 {
6571 if (!wxPyCheckForApp()) SWIG_fail;
6572 PyThreadState* __tstate = wxPyBeginAllowThreads();
6573 result = (wxCheckListBox *)new wxCheckListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
6574
6575 wxPyEndAllowThreads(__tstate);
6576 if (PyErr_Occurred()) SWIG_fail;
6577 }
6578 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckListBox, 1);
6579 {
6580 if (temp5) delete arg5;
6581 }
6582 {
6583 if (temp8)
6584 delete arg8;
6585 }
6586 return resultobj;
6587 fail:
6588 {
6589 if (temp5) delete arg5;
6590 }
6591 {
6592 if (temp8)
6593 delete arg8;
6594 }
6595 return NULL;
6596 }
6597
6598
6599 static PyObject *_wrap_new_PreCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
6600 PyObject *resultobj;
6601 wxCheckListBox *result;
6602 char *kwnames[] = {
6603 NULL
6604 };
6605
6606 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckListBox",kwnames)) goto fail;
6607 {
6608 if (!wxPyCheckForApp()) SWIG_fail;
6609 PyThreadState* __tstate = wxPyBeginAllowThreads();
6610 result = (wxCheckListBox *)new wxCheckListBox();
6611
6612 wxPyEndAllowThreads(__tstate);
6613 if (PyErr_Occurred()) SWIG_fail;
6614 }
6615 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxCheckListBox, 1);
6616 return resultobj;
6617 fail:
6618 return NULL;
6619 }
6620
6621
6622 static PyObject *_wrap_CheckListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
6623 PyObject *resultobj;
6624 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6625 wxWindow *arg2 = (wxWindow *) 0 ;
6626 int arg3 ;
6627 wxPoint const &arg4_defvalue = wxDefaultPosition ;
6628 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
6629 wxSize const &arg5_defvalue = wxDefaultSize ;
6630 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
6631 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
6632 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
6633 long arg7 = (long) 0 ;
6634 wxValidator const &arg8_defvalue = wxDefaultValidator ;
6635 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
6636 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
6637 wxString *arg9 = (wxString *) &arg9_defvalue ;
6638 bool result;
6639 wxPoint temp4 ;
6640 wxSize temp5 ;
6641 bool temp6 = False ;
6642 bool temp9 = False ;
6643 PyObject * obj0 = 0 ;
6644 PyObject * obj1 = 0 ;
6645 PyObject * obj2 = 0 ;
6646 PyObject * obj3 = 0 ;
6647 PyObject * obj4 = 0 ;
6648 PyObject * obj5 = 0 ;
6649 PyObject * obj6 = 0 ;
6650 PyObject * obj7 = 0 ;
6651 PyObject * obj8 = 0 ;
6652 char *kwnames[] = {
6653 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6654 };
6655
6656 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:CheckListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
6657 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6658 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6659 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
6660 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6661 arg3 = (int) SWIG_AsInt(obj2);
6662 if (PyErr_Occurred()) SWIG_fail;
6663 if (obj3) {
6664 {
6665 arg4 = &temp4;
6666 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
6667 }
6668 }
6669 if (obj4) {
6670 {
6671 arg5 = &temp5;
6672 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
6673 }
6674 }
6675 if (obj5) {
6676 {
6677 if (! PySequence_Check(obj5)) {
6678 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
6679 SWIG_fail;
6680 }
6681 arg6 = new wxArrayString;
6682 temp6 = True;
6683 int i, len=PySequence_Length(obj5);
6684 for (i=0; i<len; i++) {
6685 PyObject* item = PySequence_GetItem(obj5, i);
6686 #if wxUSE_UNICODE
6687 PyObject* str = PyObject_Unicode(item);
6688 #else
6689 PyObject* str = PyObject_Str(item);
6690 #endif
6691 if (PyErr_Occurred()) SWIG_fail;
6692 arg6->Add(Py2wxString(str));
6693 Py_DECREF(item);
6694 Py_DECREF(str);
6695 }
6696 }
6697 }
6698 if (obj6) {
6699 arg7 = (long) SWIG_AsLong(obj6);
6700 if (PyErr_Occurred()) SWIG_fail;
6701 }
6702 if (obj7) {
6703 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
6704 SWIG_POINTER_EXCEPTION | 0)) == -1)
6705 SWIG_fail;
6706 if (arg8 == NULL) {
6707 PyErr_SetString(PyExc_TypeError,"null reference");
6708 SWIG_fail;
6709 }
6710 }
6711 if (obj8) {
6712 {
6713 arg9 = wxString_in_helper(obj8);
6714 if (arg9 == NULL) SWIG_fail;
6715 temp9 = True;
6716 }
6717 }
6718 {
6719 PyThreadState* __tstate = wxPyBeginAllowThreads();
6720 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
6721
6722 wxPyEndAllowThreads(__tstate);
6723 if (PyErr_Occurred()) SWIG_fail;
6724 }
6725 {
6726 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6727 }
6728 {
6729 if (temp6) delete arg6;
6730 }
6731 {
6732 if (temp9)
6733 delete arg9;
6734 }
6735 return resultobj;
6736 fail:
6737 {
6738 if (temp6) delete arg6;
6739 }
6740 {
6741 if (temp9)
6742 delete arg9;
6743 }
6744 return NULL;
6745 }
6746
6747
6748 static PyObject *_wrap_CheckListBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
6749 PyObject *resultobj;
6750 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6751 int arg2 ;
6752 bool result;
6753 PyObject * obj0 = 0 ;
6754 PyObject * obj1 = 0 ;
6755 char *kwnames[] = {
6756 (char *) "self",(char *) "index", NULL
6757 };
6758
6759 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_IsChecked",kwnames,&obj0,&obj1)) goto fail;
6760 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6761 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6762 arg2 = (int) SWIG_AsInt(obj1);
6763 if (PyErr_Occurred()) SWIG_fail;
6764 {
6765 PyThreadState* __tstate = wxPyBeginAllowThreads();
6766 result = (bool)(arg1)->IsChecked(arg2);
6767
6768 wxPyEndAllowThreads(__tstate);
6769 if (PyErr_Occurred()) SWIG_fail;
6770 }
6771 {
6772 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6773 }
6774 return resultobj;
6775 fail:
6776 return NULL;
6777 }
6778
6779
6780 static PyObject *_wrap_CheckListBox_Check(PyObject *self, PyObject *args, PyObject *kwargs) {
6781 PyObject *resultobj;
6782 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6783 int arg2 ;
6784 int arg3 = (int) True ;
6785 PyObject * obj0 = 0 ;
6786 PyObject * obj1 = 0 ;
6787 PyObject * obj2 = 0 ;
6788 char *kwnames[] = {
6789 (char *) "self",(char *) "index",(char *) "check", NULL
6790 };
6791
6792 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:CheckListBox_Check",kwnames,&obj0,&obj1,&obj2)) goto fail;
6793 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6794 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6795 arg2 = (int) SWIG_AsInt(obj1);
6796 if (PyErr_Occurred()) SWIG_fail;
6797 if (obj2) {
6798 arg3 = (int) SWIG_AsInt(obj2);
6799 if (PyErr_Occurred()) SWIG_fail;
6800 }
6801 {
6802 PyThreadState* __tstate = wxPyBeginAllowThreads();
6803 (arg1)->Check(arg2,arg3);
6804
6805 wxPyEndAllowThreads(__tstate);
6806 if (PyErr_Occurred()) SWIG_fail;
6807 }
6808 Py_INCREF(Py_None); resultobj = Py_None;
6809 return resultobj;
6810 fail:
6811 return NULL;
6812 }
6813
6814
6815 static PyObject *_wrap_CheckListBox_GetItemHeight(PyObject *self, PyObject *args, PyObject *kwargs) {
6816 PyObject *resultobj;
6817 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6818 int result;
6819 PyObject * obj0 = 0 ;
6820 char *kwnames[] = {
6821 (char *) "self", NULL
6822 };
6823
6824 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckListBox_GetItemHeight",kwnames,&obj0)) goto fail;
6825 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6826 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6827 {
6828 PyThreadState* __tstate = wxPyBeginAllowThreads();
6829 result = (int)(arg1)->GetItemHeight();
6830
6831 wxPyEndAllowThreads(__tstate);
6832 if (PyErr_Occurred()) SWIG_fail;
6833 }
6834 resultobj = SWIG_FromInt((int)result);
6835 return resultobj;
6836 fail:
6837 return NULL;
6838 }
6839
6840
6841 static PyObject *_wrap_CheckListBox_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
6842 PyObject *resultobj;
6843 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6844 wxPoint *arg2 = 0 ;
6845 int result;
6846 wxPoint temp2 ;
6847 PyObject * obj0 = 0 ;
6848 PyObject * obj1 = 0 ;
6849 char *kwnames[] = {
6850 (char *) "self",(char *) "pt", NULL
6851 };
6852
6853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_HitTest",kwnames,&obj0,&obj1)) goto fail;
6854 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6855 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6856 {
6857 arg2 = &temp2;
6858 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
6859 }
6860 {
6861 PyThreadState* __tstate = wxPyBeginAllowThreads();
6862 result = (int)((wxCheckListBox const *)arg1)->HitTest((wxPoint const &)*arg2);
6863
6864 wxPyEndAllowThreads(__tstate);
6865 if (PyErr_Occurred()) SWIG_fail;
6866 }
6867 resultobj = SWIG_FromInt((int)result);
6868 return resultobj;
6869 fail:
6870 return NULL;
6871 }
6872
6873
6874 static PyObject *_wrap_CheckListBox_HitTestXY(PyObject *self, PyObject *args, PyObject *kwargs) {
6875 PyObject *resultobj;
6876 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6877 int arg2 ;
6878 int arg3 ;
6879 int result;
6880 PyObject * obj0 = 0 ;
6881 PyObject * obj1 = 0 ;
6882 PyObject * obj2 = 0 ;
6883 char *kwnames[] = {
6884 (char *) "self",(char *) "x",(char *) "y", NULL
6885 };
6886
6887 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:CheckListBox_HitTestXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
6888 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxCheckListBox,
6889 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
6890 arg2 = (int) SWIG_AsInt(obj1);
6891 if (PyErr_Occurred()) SWIG_fail;
6892 arg3 = (int) SWIG_AsInt(obj2);
6893 if (PyErr_Occurred()) SWIG_fail;
6894 {
6895 PyThreadState* __tstate = wxPyBeginAllowThreads();
6896 result = (int)((wxCheckListBox const *)arg1)->HitTest(arg2,arg3);
6897
6898 wxPyEndAllowThreads(__tstate);
6899 if (PyErr_Occurred()) SWIG_fail;
6900 }
6901 resultobj = SWIG_FromInt((int)result);
6902 return resultobj;
6903 fail:
6904 return NULL;
6905 }
6906
6907
6908 static PyObject * CheckListBox_swigregister(PyObject *self, PyObject *args) {
6909 PyObject *obj;
6910 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
6911 SWIG_TypeClientData(SWIGTYPE_p_wxCheckListBox, obj);
6912 Py_INCREF(obj);
6913 return Py_BuildValue((char *)"");
6914 }
6915 static int _wrap_TextCtrlNameStr_set(PyObject *_val) {
6916 PyErr_SetString(PyExc_TypeError,"Variable TextCtrlNameStr is read-only.");
6917 return 1;
6918 }
6919
6920
6921 static PyObject *_wrap_TextCtrlNameStr_get() {
6922 PyObject *pyobj;
6923
6924 {
6925 #if wxUSE_UNICODE
6926 pyobj = PyUnicode_FromWideChar((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
6927 #else
6928 pyobj = PyString_FromStringAndSize((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
6929 #endif
6930 }
6931 return pyobj;
6932 }
6933
6934
6935 static PyObject *_wrap_new_TextAttr__SWIG_0(PyObject *self, PyObject *args) {
6936 PyObject *resultobj;
6937 wxTextAttr *result;
6938
6939 if(!PyArg_ParseTuple(args,(char *)":new_TextAttr")) goto fail;
6940 {
6941 PyThreadState* __tstate = wxPyBeginAllowThreads();
6942 result = (wxTextAttr *)new wxTextAttr();
6943
6944 wxPyEndAllowThreads(__tstate);
6945 if (PyErr_Occurred()) SWIG_fail;
6946 }
6947 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 1);
6948 return resultobj;
6949 fail:
6950 return NULL;
6951 }
6952
6953
6954 static PyObject *_wrap_new_TextAttr__SWIG_1(PyObject *self, PyObject *args) {
6955 PyObject *resultobj;
6956 wxColour *arg1 = 0 ;
6957 wxColour const &arg2_defvalue = wxNullColour ;
6958 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
6959 wxFont const &arg3_defvalue = wxNullFont ;
6960 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
6961 int arg4 = (int) wxTEXT_ALIGNMENT_DEFAULT ;
6962 wxTextAttr *result;
6963 wxColour temp1 ;
6964 wxColour temp2 ;
6965 PyObject * obj0 = 0 ;
6966 PyObject * obj1 = 0 ;
6967 PyObject * obj2 = 0 ;
6968 PyObject * obj3 = 0 ;
6969
6970 if(!PyArg_ParseTuple(args,(char *)"O|OOO:new_TextAttr",&obj0,&obj1,&obj2,&obj3)) goto fail;
6971 {
6972 arg1 = &temp1;
6973 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
6974 }
6975 if (obj1) {
6976 {
6977 arg2 = &temp2;
6978 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
6979 }
6980 }
6981 if (obj2) {
6982 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
6983 SWIG_POINTER_EXCEPTION | 0)) == -1)
6984 SWIG_fail;
6985 if (arg3 == NULL) {
6986 PyErr_SetString(PyExc_TypeError,"null reference");
6987 SWIG_fail;
6988 }
6989 }
6990 if (obj3) {
6991 arg4 = (wxTextAttrAlignment) SWIG_AsInt(obj3);
6992 if (PyErr_Occurred()) SWIG_fail;
6993 }
6994 {
6995 PyThreadState* __tstate = wxPyBeginAllowThreads();
6996 result = (wxTextAttr *)new wxTextAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3,(wxTextAttrAlignment )arg4);
6997
6998 wxPyEndAllowThreads(__tstate);
6999 if (PyErr_Occurred()) SWIG_fail;
7000 }
7001 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 1);
7002 return resultobj;
7003 fail:
7004 return NULL;
7005 }
7006
7007
7008 static PyObject *_wrap_new_TextAttr(PyObject *self, PyObject *args) {
7009 int argc;
7010 PyObject *argv[5];
7011 int ii;
7012
7013 argc = PyObject_Length(args);
7014 for (ii = 0; (ii < argc) && (ii < 4); ii++) {
7015 argv[ii] = PyTuple_GetItem(args,ii);
7016 }
7017 if (argc == 0) {
7018 return _wrap_new_TextAttr__SWIG_0(self,args);
7019 }
7020 if ((argc >= 1) && (argc <= 4)) {
7021 int _v;
7022 {
7023 _v = wxColour_typecheck(argv[0]);
7024 }
7025 if (_v) {
7026 if (argc <= 1) {
7027 return _wrap_new_TextAttr__SWIG_1(self,args);
7028 }
7029 {
7030 _v = wxColour_typecheck(argv[1]);
7031 }
7032 if (_v) {
7033 if (argc <= 2) {
7034 return _wrap_new_TextAttr__SWIG_1(self,args);
7035 }
7036 {
7037 void *ptr;
7038 if (SWIG_ConvertPtr(argv[2], &ptr, SWIGTYPE_p_wxFont, 0) == -1) {
7039 _v = 0;
7040 PyErr_Clear();
7041 } else {
7042 _v = 1;
7043 }
7044 }
7045 if (_v) {
7046 if (argc <= 3) {
7047 return _wrap_new_TextAttr__SWIG_1(self,args);
7048 }
7049 _v = SWIG_CheckInt(argv[3]);
7050 if (_v) {
7051 return _wrap_new_TextAttr__SWIG_1(self,args);
7052 }
7053 }
7054 }
7055 }
7056 }
7057
7058 PyErr_SetString(PyExc_TypeError,"No matching function for overloaded 'new_TextAttr'");
7059 return NULL;
7060 }
7061
7062
7063 static PyObject *_wrap_delete_TextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
7064 PyObject *resultobj;
7065 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7066 PyObject * obj0 = 0 ;
7067 char *kwnames[] = {
7068 (char *) "self", NULL
7069 };
7070
7071 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TextAttr",kwnames,&obj0)) goto fail;
7072 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7073 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7074 {
7075 PyThreadState* __tstate = wxPyBeginAllowThreads();
7076 delete arg1;
7077
7078 wxPyEndAllowThreads(__tstate);
7079 if (PyErr_Occurred()) SWIG_fail;
7080 }
7081 Py_INCREF(Py_None); resultobj = Py_None;
7082 return resultobj;
7083 fail:
7084 return NULL;
7085 }
7086
7087
7088 static PyObject *_wrap_TextAttr_Init(PyObject *self, PyObject *args, PyObject *kwargs) {
7089 PyObject *resultobj;
7090 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7091 PyObject * obj0 = 0 ;
7092 char *kwnames[] = {
7093 (char *) "self", NULL
7094 };
7095
7096 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_Init",kwnames,&obj0)) goto fail;
7097 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7098 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7099 {
7100 PyThreadState* __tstate = wxPyBeginAllowThreads();
7101 (arg1)->Init();
7102
7103 wxPyEndAllowThreads(__tstate);
7104 if (PyErr_Occurred()) SWIG_fail;
7105 }
7106 Py_INCREF(Py_None); resultobj = Py_None;
7107 return resultobj;
7108 fail:
7109 return NULL;
7110 }
7111
7112
7113 static PyObject *_wrap_TextAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7114 PyObject *resultobj;
7115 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7116 wxColour *arg2 = 0 ;
7117 wxColour temp2 ;
7118 PyObject * obj0 = 0 ;
7119 PyObject * obj1 = 0 ;
7120 char *kwnames[] = {
7121 (char *) "self",(char *) "colText", NULL
7122 };
7123
7124 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
7125 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7126 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7127 {
7128 arg2 = &temp2;
7129 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7130 }
7131 {
7132 PyThreadState* __tstate = wxPyBeginAllowThreads();
7133 (arg1)->SetTextColour((wxColour const &)*arg2);
7134
7135 wxPyEndAllowThreads(__tstate);
7136 if (PyErr_Occurred()) SWIG_fail;
7137 }
7138 Py_INCREF(Py_None); resultobj = Py_None;
7139 return resultobj;
7140 fail:
7141 return NULL;
7142 }
7143
7144
7145 static PyObject *_wrap_TextAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7146 PyObject *resultobj;
7147 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7148 wxColour *arg2 = 0 ;
7149 wxColour temp2 ;
7150 PyObject * obj0 = 0 ;
7151 PyObject * obj1 = 0 ;
7152 char *kwnames[] = {
7153 (char *) "self",(char *) "colBack", NULL
7154 };
7155
7156 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
7157 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7158 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7159 {
7160 arg2 = &temp2;
7161 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
7162 }
7163 {
7164 PyThreadState* __tstate = wxPyBeginAllowThreads();
7165 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
7166
7167 wxPyEndAllowThreads(__tstate);
7168 if (PyErr_Occurred()) SWIG_fail;
7169 }
7170 Py_INCREF(Py_None); resultobj = Py_None;
7171 return resultobj;
7172 fail:
7173 return NULL;
7174 }
7175
7176
7177 static PyObject *_wrap_TextAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
7178 PyObject *resultobj;
7179 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7180 wxFont *arg2 = 0 ;
7181 long arg3 = (long) wxTEXT_ATTR_FONT ;
7182 PyObject * obj0 = 0 ;
7183 PyObject * obj1 = 0 ;
7184 PyObject * obj2 = 0 ;
7185 char *kwnames[] = {
7186 (char *) "self",(char *) "font",(char *) "flags", NULL
7187 };
7188
7189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
7190 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7191 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7192 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
7193 SWIG_POINTER_EXCEPTION | 0)) == -1)
7194 SWIG_fail;
7195 if (arg2 == NULL) {
7196 PyErr_SetString(PyExc_TypeError,"null reference");
7197 SWIG_fail;
7198 }
7199 if (obj2) {
7200 arg3 = (long) SWIG_AsLong(obj2);
7201 if (PyErr_Occurred()) SWIG_fail;
7202 }
7203 {
7204 PyThreadState* __tstate = wxPyBeginAllowThreads();
7205 (arg1)->SetFont((wxFont const &)*arg2,arg3);
7206
7207 wxPyEndAllowThreads(__tstate);
7208 if (PyErr_Occurred()) SWIG_fail;
7209 }
7210 Py_INCREF(Py_None); resultobj = Py_None;
7211 return resultobj;
7212 fail:
7213 return NULL;
7214 }
7215
7216
7217 static PyObject *_wrap_TextAttr_SetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
7218 PyObject *resultobj;
7219 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7220 int arg2 ;
7221 PyObject * obj0 = 0 ;
7222 PyObject * obj1 = 0 ;
7223 char *kwnames[] = {
7224 (char *) "self",(char *) "alignment", NULL
7225 };
7226
7227 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetAlignment",kwnames,&obj0,&obj1)) goto fail;
7228 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7229 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7230 arg2 = (wxTextAttrAlignment) SWIG_AsInt(obj1);
7231 if (PyErr_Occurred()) SWIG_fail;
7232 {
7233 PyThreadState* __tstate = wxPyBeginAllowThreads();
7234 (arg1)->SetAlignment((wxTextAttrAlignment )arg2);
7235
7236 wxPyEndAllowThreads(__tstate);
7237 if (PyErr_Occurred()) SWIG_fail;
7238 }
7239 Py_INCREF(Py_None); resultobj = Py_None;
7240 return resultobj;
7241 fail:
7242 return NULL;
7243 }
7244
7245
7246 static PyObject *_wrap_TextAttr_SetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
7247 PyObject *resultobj;
7248 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7249 wxArrayInt *arg2 = 0 ;
7250 bool temp2 = False ;
7251 PyObject * obj0 = 0 ;
7252 PyObject * obj1 = 0 ;
7253 char *kwnames[] = {
7254 (char *) "self",(char *) "tabs", NULL
7255 };
7256
7257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTabs",kwnames,&obj0,&obj1)) goto fail;
7258 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7259 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7260 {
7261 if (! PySequence_Check(obj1)) {
7262 PyErr_SetString(PyExc_TypeError, "Sequence of integers expected.");
7263 SWIG_fail;
7264 }
7265 arg2 = new wxArrayInt;
7266 temp2 = True;
7267 int i, len=PySequence_Length(obj1);
7268 for (i=0; i<len; i++) {
7269 PyObject* item = PySequence_GetItem(obj1, i);
7270 PyObject* number = PyNumber_Int(item);
7271 arg2->Add(PyInt_AS_LONG(number));
7272 Py_DECREF(item);
7273 Py_DECREF(number);
7274 }
7275 }
7276 {
7277 PyThreadState* __tstate = wxPyBeginAllowThreads();
7278 (arg1)->SetTabs((wxArrayInt const &)*arg2);
7279
7280 wxPyEndAllowThreads(__tstate);
7281 if (PyErr_Occurred()) SWIG_fail;
7282 }
7283 Py_INCREF(Py_None); resultobj = Py_None;
7284 {
7285 if (temp2) delete arg2;
7286 }
7287 return resultobj;
7288 fail:
7289 {
7290 if (temp2) delete arg2;
7291 }
7292 return NULL;
7293 }
7294
7295
7296 static PyObject *_wrap_TextAttr_SetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7297 PyObject *resultobj;
7298 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7299 int arg2 ;
7300 int arg3 = (int) 0 ;
7301 PyObject * obj0 = 0 ;
7302 PyObject * obj1 = 0 ;
7303 PyObject * obj2 = 0 ;
7304 char *kwnames[] = {
7305 (char *) "self",(char *) "indent",(char *) "subIndent", NULL
7306 };
7307
7308 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetLeftIndent",kwnames,&obj0,&obj1,&obj2)) goto fail;
7309 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7310 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7311 arg2 = (int) SWIG_AsInt(obj1);
7312 if (PyErr_Occurred()) SWIG_fail;
7313 if (obj2) {
7314 arg3 = (int) SWIG_AsInt(obj2);
7315 if (PyErr_Occurred()) SWIG_fail;
7316 }
7317 {
7318 PyThreadState* __tstate = wxPyBeginAllowThreads();
7319 (arg1)->SetLeftIndent(arg2,arg3);
7320
7321 wxPyEndAllowThreads(__tstate);
7322 if (PyErr_Occurred()) SWIG_fail;
7323 }
7324 Py_INCREF(Py_None); resultobj = Py_None;
7325 return resultobj;
7326 fail:
7327 return NULL;
7328 }
7329
7330
7331 static PyObject *_wrap_TextAttr_SetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7332 PyObject *resultobj;
7333 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7334 int arg2 ;
7335 PyObject * obj0 = 0 ;
7336 PyObject * obj1 = 0 ;
7337 char *kwnames[] = {
7338 (char *) "self",(char *) "indent", NULL
7339 };
7340
7341 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetRightIndent",kwnames,&obj0,&obj1)) goto fail;
7342 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7344 arg2 = (int) SWIG_AsInt(obj1);
7345 if (PyErr_Occurred()) SWIG_fail;
7346 {
7347 PyThreadState* __tstate = wxPyBeginAllowThreads();
7348 (arg1)->SetRightIndent(arg2);
7349
7350 wxPyEndAllowThreads(__tstate);
7351 if (PyErr_Occurred()) SWIG_fail;
7352 }
7353 Py_INCREF(Py_None); resultobj = Py_None;
7354 return resultobj;
7355 fail:
7356 return NULL;
7357 }
7358
7359
7360 static PyObject *_wrap_TextAttr_SetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
7361 PyObject *resultobj;
7362 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7363 long arg2 ;
7364 PyObject * obj0 = 0 ;
7365 PyObject * obj1 = 0 ;
7366 char *kwnames[] = {
7367 (char *) "self",(char *) "flags", NULL
7368 };
7369
7370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetFlags",kwnames,&obj0,&obj1)) goto fail;
7371 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7372 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7373 arg2 = (long) SWIG_AsLong(obj1);
7374 if (PyErr_Occurred()) SWIG_fail;
7375 {
7376 PyThreadState* __tstate = wxPyBeginAllowThreads();
7377 (arg1)->SetFlags(arg2);
7378
7379 wxPyEndAllowThreads(__tstate);
7380 if (PyErr_Occurred()) SWIG_fail;
7381 }
7382 Py_INCREF(Py_None); resultobj = Py_None;
7383 return resultobj;
7384 fail:
7385 return NULL;
7386 }
7387
7388
7389 static PyObject *_wrap_TextAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7390 PyObject *resultobj;
7391 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7392 bool result;
7393 PyObject * obj0 = 0 ;
7394 char *kwnames[] = {
7395 (char *) "self", NULL
7396 };
7397
7398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTextColour",kwnames,&obj0)) goto fail;
7399 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7400 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7401 {
7402 PyThreadState* __tstate = wxPyBeginAllowThreads();
7403 result = (bool)((wxTextAttr const *)arg1)->HasTextColour();
7404
7405 wxPyEndAllowThreads(__tstate);
7406 if (PyErr_Occurred()) SWIG_fail;
7407 }
7408 {
7409 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7410 }
7411 return resultobj;
7412 fail:
7413 return NULL;
7414 }
7415
7416
7417 static PyObject *_wrap_TextAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7418 PyObject *resultobj;
7419 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7420 bool result;
7421 PyObject * obj0 = 0 ;
7422 char *kwnames[] = {
7423 (char *) "self", NULL
7424 };
7425
7426 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
7427 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7428 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7429 {
7430 PyThreadState* __tstate = wxPyBeginAllowThreads();
7431 result = (bool)((wxTextAttr const *)arg1)->HasBackgroundColour();
7432
7433 wxPyEndAllowThreads(__tstate);
7434 if (PyErr_Occurred()) SWIG_fail;
7435 }
7436 {
7437 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7438 }
7439 return resultobj;
7440 fail:
7441 return NULL;
7442 }
7443
7444
7445 static PyObject *_wrap_TextAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
7446 PyObject *resultobj;
7447 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7448 bool result;
7449 PyObject * obj0 = 0 ;
7450 char *kwnames[] = {
7451 (char *) "self", NULL
7452 };
7453
7454 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasFont",kwnames,&obj0)) goto fail;
7455 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7456 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7457 {
7458 PyThreadState* __tstate = wxPyBeginAllowThreads();
7459 result = (bool)((wxTextAttr const *)arg1)->HasFont();
7460
7461 wxPyEndAllowThreads(__tstate);
7462 if (PyErr_Occurred()) SWIG_fail;
7463 }
7464 {
7465 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7466 }
7467 return resultobj;
7468 fail:
7469 return NULL;
7470 }
7471
7472
7473 static PyObject *_wrap_TextAttr_HasAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
7474 PyObject *resultobj;
7475 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7476 bool result;
7477 PyObject * obj0 = 0 ;
7478 char *kwnames[] = {
7479 (char *) "self", NULL
7480 };
7481
7482 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasAlignment",kwnames,&obj0)) goto fail;
7483 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7484 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7485 {
7486 PyThreadState* __tstate = wxPyBeginAllowThreads();
7487 result = (bool)((wxTextAttr const *)arg1)->HasAlignment();
7488
7489 wxPyEndAllowThreads(__tstate);
7490 if (PyErr_Occurred()) SWIG_fail;
7491 }
7492 {
7493 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7494 }
7495 return resultobj;
7496 fail:
7497 return NULL;
7498 }
7499
7500
7501 static PyObject *_wrap_TextAttr_HasTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
7502 PyObject *resultobj;
7503 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7504 bool result;
7505 PyObject * obj0 = 0 ;
7506 char *kwnames[] = {
7507 (char *) "self", NULL
7508 };
7509
7510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTabs",kwnames,&obj0)) goto fail;
7511 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7512 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7513 {
7514 PyThreadState* __tstate = wxPyBeginAllowThreads();
7515 result = (bool)((wxTextAttr const *)arg1)->HasTabs();
7516
7517 wxPyEndAllowThreads(__tstate);
7518 if (PyErr_Occurred()) SWIG_fail;
7519 }
7520 {
7521 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7522 }
7523 return resultobj;
7524 fail:
7525 return NULL;
7526 }
7527
7528
7529 static PyObject *_wrap_TextAttr_HasLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7530 PyObject *resultobj;
7531 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7532 bool result;
7533 PyObject * obj0 = 0 ;
7534 char *kwnames[] = {
7535 (char *) "self", NULL
7536 };
7537
7538 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasLeftIndent",kwnames,&obj0)) goto fail;
7539 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7540 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7541 {
7542 PyThreadState* __tstate = wxPyBeginAllowThreads();
7543 result = (bool)((wxTextAttr const *)arg1)->HasLeftIndent();
7544
7545 wxPyEndAllowThreads(__tstate);
7546 if (PyErr_Occurred()) SWIG_fail;
7547 }
7548 {
7549 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7550 }
7551 return resultobj;
7552 fail:
7553 return NULL;
7554 }
7555
7556
7557 static PyObject *_wrap_TextAttr_HasRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7558 PyObject *resultobj;
7559 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7560 bool result;
7561 PyObject * obj0 = 0 ;
7562 char *kwnames[] = {
7563 (char *) "self", NULL
7564 };
7565
7566 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasRightIndent",kwnames,&obj0)) goto fail;
7567 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7568 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7569 {
7570 PyThreadState* __tstate = wxPyBeginAllowThreads();
7571 result = (bool)((wxTextAttr const *)arg1)->HasRightIndent();
7572
7573 wxPyEndAllowThreads(__tstate);
7574 if (PyErr_Occurred()) SWIG_fail;
7575 }
7576 {
7577 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7578 }
7579 return resultobj;
7580 fail:
7581 return NULL;
7582 }
7583
7584
7585 static PyObject *_wrap_TextAttr_HasFlag(PyObject *self, PyObject *args, PyObject *kwargs) {
7586 PyObject *resultobj;
7587 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7588 long arg2 ;
7589 bool result;
7590 PyObject * obj0 = 0 ;
7591 PyObject * obj1 = 0 ;
7592 char *kwnames[] = {
7593 (char *) "self",(char *) "flag", NULL
7594 };
7595
7596 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_HasFlag",kwnames,&obj0,&obj1)) goto fail;
7597 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7598 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7599 arg2 = (long) SWIG_AsLong(obj1);
7600 if (PyErr_Occurred()) SWIG_fail;
7601 {
7602 PyThreadState* __tstate = wxPyBeginAllowThreads();
7603 result = (bool)((wxTextAttr const *)arg1)->HasFlag(arg2);
7604
7605 wxPyEndAllowThreads(__tstate);
7606 if (PyErr_Occurred()) SWIG_fail;
7607 }
7608 {
7609 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7610 }
7611 return resultobj;
7612 fail:
7613 return NULL;
7614 }
7615
7616
7617 static PyObject *_wrap_TextAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7618 PyObject *resultobj;
7619 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7620 wxColour *result;
7621 PyObject * obj0 = 0 ;
7622 char *kwnames[] = {
7623 (char *) "self", NULL
7624 };
7625
7626 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTextColour",kwnames,&obj0)) goto fail;
7627 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7628 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7629 {
7630 PyThreadState* __tstate = wxPyBeginAllowThreads();
7631 {
7632 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetTextColour();
7633 result = (wxColour *) &_result_ref;
7634 }
7635
7636 wxPyEndAllowThreads(__tstate);
7637 if (PyErr_Occurred()) SWIG_fail;
7638 }
7639 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxColour, 0);
7640 return resultobj;
7641 fail:
7642 return NULL;
7643 }
7644
7645
7646 static PyObject *_wrap_TextAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
7647 PyObject *resultobj;
7648 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7649 wxColour *result;
7650 PyObject * obj0 = 0 ;
7651 char *kwnames[] = {
7652 (char *) "self", NULL
7653 };
7654
7655 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
7656 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7657 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7658 {
7659 PyThreadState* __tstate = wxPyBeginAllowThreads();
7660 {
7661 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetBackgroundColour();
7662 result = (wxColour *) &_result_ref;
7663 }
7664
7665 wxPyEndAllowThreads(__tstate);
7666 if (PyErr_Occurred()) SWIG_fail;
7667 }
7668 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxColour, 0);
7669 return resultobj;
7670 fail:
7671 return NULL;
7672 }
7673
7674
7675 static PyObject *_wrap_TextAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
7676 PyObject *resultobj;
7677 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7678 wxFont *result;
7679 PyObject * obj0 = 0 ;
7680 char *kwnames[] = {
7681 (char *) "self", NULL
7682 };
7683
7684 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFont",kwnames,&obj0)) goto fail;
7685 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7686 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7687 {
7688 PyThreadState* __tstate = wxPyBeginAllowThreads();
7689 {
7690 wxFont const &_result_ref = ((wxTextAttr const *)arg1)->GetFont();
7691 result = (wxFont *) &_result_ref;
7692 }
7693
7694 wxPyEndAllowThreads(__tstate);
7695 if (PyErr_Occurred()) SWIG_fail;
7696 }
7697 {
7698 wxFont* resultptr = new wxFont(*result);
7699 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxFont, 1);
7700 }
7701 return resultobj;
7702 fail:
7703 return NULL;
7704 }
7705
7706
7707 static PyObject *_wrap_TextAttr_GetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
7708 PyObject *resultobj;
7709 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7710 int result;
7711 PyObject * obj0 = 0 ;
7712 char *kwnames[] = {
7713 (char *) "self", NULL
7714 };
7715
7716 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetAlignment",kwnames,&obj0)) goto fail;
7717 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7718 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7719 {
7720 PyThreadState* __tstate = wxPyBeginAllowThreads();
7721 result = (int)((wxTextAttr const *)arg1)->GetAlignment();
7722
7723 wxPyEndAllowThreads(__tstate);
7724 if (PyErr_Occurred()) SWIG_fail;
7725 }
7726 resultobj = SWIG_FromInt((int)result);
7727 return resultobj;
7728 fail:
7729 return NULL;
7730 }
7731
7732
7733 static PyObject *_wrap_TextAttr_GetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
7734 PyObject *resultobj;
7735 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7736 wxArrayInt *result;
7737 PyObject * obj0 = 0 ;
7738 char *kwnames[] = {
7739 (char *) "self", NULL
7740 };
7741
7742 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTabs",kwnames,&obj0)) goto fail;
7743 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7744 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7745 {
7746 PyThreadState* __tstate = wxPyBeginAllowThreads();
7747 {
7748 wxArrayInt const &_result_ref = ((wxTextAttr const *)arg1)->GetTabs();
7749 result = (wxArrayInt *) &_result_ref;
7750 }
7751
7752 wxPyEndAllowThreads(__tstate);
7753 if (PyErr_Occurred()) SWIG_fail;
7754 }
7755 {
7756 resultobj = PyList_New(0);
7757 size_t idx;
7758 for (idx = 0; idx < result->GetCount(); idx += 1) {
7759 PyObject* val = PyInt_FromLong( result->Item(idx) );
7760 PyList_Append(resultobj, val);
7761 Py_DECREF(val);
7762 }
7763 }
7764 return resultobj;
7765 fail:
7766 return NULL;
7767 }
7768
7769
7770 static PyObject *_wrap_TextAttr_GetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7771 PyObject *resultobj;
7772 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7773 long result;
7774 PyObject * obj0 = 0 ;
7775 char *kwnames[] = {
7776 (char *) "self", NULL
7777 };
7778
7779 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftIndent",kwnames,&obj0)) goto fail;
7780 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7781 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7782 {
7783 PyThreadState* __tstate = wxPyBeginAllowThreads();
7784 result = (long)((wxTextAttr const *)arg1)->GetLeftIndent();
7785
7786 wxPyEndAllowThreads(__tstate);
7787 if (PyErr_Occurred()) SWIG_fail;
7788 }
7789 resultobj = SWIG_FromLong((long)result);
7790 return resultobj;
7791 fail:
7792 return NULL;
7793 }
7794
7795
7796 static PyObject *_wrap_TextAttr_GetLeftSubIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7797 PyObject *resultobj;
7798 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7799 long result;
7800 PyObject * obj0 = 0 ;
7801 char *kwnames[] = {
7802 (char *) "self", NULL
7803 };
7804
7805 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftSubIndent",kwnames,&obj0)) goto fail;
7806 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7807 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7808 {
7809 PyThreadState* __tstate = wxPyBeginAllowThreads();
7810 result = (long)((wxTextAttr const *)arg1)->GetLeftSubIndent();
7811
7812 wxPyEndAllowThreads(__tstate);
7813 if (PyErr_Occurred()) SWIG_fail;
7814 }
7815 resultobj = SWIG_FromLong((long)result);
7816 return resultobj;
7817 fail:
7818 return NULL;
7819 }
7820
7821
7822 static PyObject *_wrap_TextAttr_GetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7823 PyObject *resultobj;
7824 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7825 long result;
7826 PyObject * obj0 = 0 ;
7827 char *kwnames[] = {
7828 (char *) "self", NULL
7829 };
7830
7831 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetRightIndent",kwnames,&obj0)) goto fail;
7832 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7833 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7834 {
7835 PyThreadState* __tstate = wxPyBeginAllowThreads();
7836 result = (long)((wxTextAttr const *)arg1)->GetRightIndent();
7837
7838 wxPyEndAllowThreads(__tstate);
7839 if (PyErr_Occurred()) SWIG_fail;
7840 }
7841 resultobj = SWIG_FromLong((long)result);
7842 return resultobj;
7843 fail:
7844 return NULL;
7845 }
7846
7847
7848 static PyObject *_wrap_TextAttr_GetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
7849 PyObject *resultobj;
7850 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7851 long result;
7852 PyObject * obj0 = 0 ;
7853 char *kwnames[] = {
7854 (char *) "self", NULL
7855 };
7856
7857 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFlags",kwnames,&obj0)) goto fail;
7858 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7859 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7860 {
7861 PyThreadState* __tstate = wxPyBeginAllowThreads();
7862 result = (long)((wxTextAttr const *)arg1)->GetFlags();
7863
7864 wxPyEndAllowThreads(__tstate);
7865 if (PyErr_Occurred()) SWIG_fail;
7866 }
7867 resultobj = SWIG_FromLong((long)result);
7868 return resultobj;
7869 fail:
7870 return NULL;
7871 }
7872
7873
7874 static PyObject *_wrap_TextAttr_IsDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
7875 PyObject *resultobj;
7876 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7877 bool result;
7878 PyObject * obj0 = 0 ;
7879 char *kwnames[] = {
7880 (char *) "self", NULL
7881 };
7882
7883 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_IsDefault",kwnames,&obj0)) goto fail;
7884 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7885 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7886 {
7887 PyThreadState* __tstate = wxPyBeginAllowThreads();
7888 result = (bool)((wxTextAttr const *)arg1)->IsDefault();
7889
7890 wxPyEndAllowThreads(__tstate);
7891 if (PyErr_Occurred()) SWIG_fail;
7892 }
7893 {
7894 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7895 }
7896 return resultobj;
7897 fail:
7898 return NULL;
7899 }
7900
7901
7902 static PyObject *_wrap_TextAttr_Combine(PyObject *self, PyObject *args, PyObject *kwargs) {
7903 PyObject *resultobj;
7904 wxTextAttr *arg1 = 0 ;
7905 wxTextAttr *arg2 = 0 ;
7906 wxTextCtrl *arg3 = (wxTextCtrl *) 0 ;
7907 wxTextAttr result;
7908 PyObject * obj0 = 0 ;
7909 PyObject * obj1 = 0 ;
7910 PyObject * obj2 = 0 ;
7911 char *kwnames[] = {
7912 (char *) "attr",(char *) "attrDef",(char *) "text", NULL
7913 };
7914
7915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextAttr_Combine",kwnames,&obj0,&obj1,&obj2)) goto fail;
7916 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextAttr,
7917 SWIG_POINTER_EXCEPTION | 0)) == -1)
7918 SWIG_fail;
7919 if (arg1 == NULL) {
7920 PyErr_SetString(PyExc_TypeError,"null reference");
7921 SWIG_fail;
7922 }
7923 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTextAttr,
7924 SWIG_POINTER_EXCEPTION | 0)) == -1)
7925 SWIG_fail;
7926 if (arg2 == NULL) {
7927 PyErr_SetString(PyExc_TypeError,"null reference");
7928 SWIG_fail;
7929 }
7930 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTextCtrl,
7931 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7932 {
7933 PyThreadState* __tstate = wxPyBeginAllowThreads();
7934 result = wxTextAttr::Combine((wxTextAttr const &)*arg1,(wxTextAttr const &)*arg2,(wxTextCtrl const *)arg3);
7935
7936 wxPyEndAllowThreads(__tstate);
7937 if (PyErr_Occurred()) SWIG_fail;
7938 }
7939 {
7940 wxTextAttr * resultptr;
7941 resultptr = new wxTextAttr((wxTextAttr &) result);
7942 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTextAttr, 1);
7943 }
7944 return resultobj;
7945 fail:
7946 return NULL;
7947 }
7948
7949
7950 static PyObject * TextAttr_swigregister(PyObject *self, PyObject *args) {
7951 PyObject *obj;
7952 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
7953 SWIG_TypeClientData(SWIGTYPE_p_wxTextAttr, obj);
7954 Py_INCREF(obj);
7955 return Py_BuildValue((char *)"");
7956 }
7957 static PyObject *_wrap_new_TextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
7958 PyObject *resultobj;
7959 wxWindow *arg1 = (wxWindow *) 0 ;
7960 int arg2 ;
7961 wxString const &arg3_defvalue = wxPyEmptyString ;
7962 wxString *arg3 = (wxString *) &arg3_defvalue ;
7963 wxPoint const &arg4_defvalue = wxDefaultPosition ;
7964 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
7965 wxSize const &arg5_defvalue = wxDefaultSize ;
7966 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
7967 long arg6 = (long) 0 ;
7968 wxValidator const &arg7_defvalue = wxDefaultValidator ;
7969 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
7970 wxString const &arg8_defvalue = wxPyTextCtrlNameStr ;
7971 wxString *arg8 = (wxString *) &arg8_defvalue ;
7972 wxTextCtrl *result;
7973 bool temp3 = False ;
7974 wxPoint temp4 ;
7975 wxSize temp5 ;
7976 bool temp8 = False ;
7977 PyObject * obj0 = 0 ;
7978 PyObject * obj1 = 0 ;
7979 PyObject * obj2 = 0 ;
7980 PyObject * obj3 = 0 ;
7981 PyObject * obj4 = 0 ;
7982 PyObject * obj5 = 0 ;
7983 PyObject * obj6 = 0 ;
7984 PyObject * obj7 = 0 ;
7985 char *kwnames[] = {
7986 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
7987 };
7988
7989 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_TextCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
7990 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
7991 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
7992 arg2 = (int) SWIG_AsInt(obj1);
7993 if (PyErr_Occurred()) SWIG_fail;
7994 if (obj2) {
7995 {
7996 arg3 = wxString_in_helper(obj2);
7997 if (arg3 == NULL) SWIG_fail;
7998 temp3 = True;
7999 }
8000 }
8001 if (obj3) {
8002 {
8003 arg4 = &temp4;
8004 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
8005 }
8006 }
8007 if (obj4) {
8008 {
8009 arg5 = &temp5;
8010 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
8011 }
8012 }
8013 if (obj5) {
8014 arg6 = (long) SWIG_AsLong(obj5);
8015 if (PyErr_Occurred()) SWIG_fail;
8016 }
8017 if (obj6) {
8018 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
8019 SWIG_POINTER_EXCEPTION | 0)) == -1)
8020 SWIG_fail;
8021 if (arg7 == NULL) {
8022 PyErr_SetString(PyExc_TypeError,"null reference");
8023 SWIG_fail;
8024 }
8025 }
8026 if (obj7) {
8027 {
8028 arg8 = wxString_in_helper(obj7);
8029 if (arg8 == NULL) SWIG_fail;
8030 temp8 = True;
8031 }
8032 }
8033 {
8034 if (!wxPyCheckForApp()) SWIG_fail;
8035 PyThreadState* __tstate = wxPyBeginAllowThreads();
8036 result = (wxTextCtrl *)new wxTextCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
8037
8038 wxPyEndAllowThreads(__tstate);
8039 if (PyErr_Occurred()) SWIG_fail;
8040 }
8041 {
8042 resultobj = wxPyMake_wxObject(result);
8043 }
8044 {
8045 if (temp3)
8046 delete arg3;
8047 }
8048 {
8049 if (temp8)
8050 delete arg8;
8051 }
8052 return resultobj;
8053 fail:
8054 {
8055 if (temp3)
8056 delete arg3;
8057 }
8058 {
8059 if (temp8)
8060 delete arg8;
8061 }
8062 return NULL;
8063 }
8064
8065
8066 static PyObject *_wrap_new_PreTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
8067 PyObject *resultobj;
8068 wxTextCtrl *result;
8069 char *kwnames[] = {
8070 NULL
8071 };
8072
8073 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTextCtrl",kwnames)) goto fail;
8074 {
8075 if (!wxPyCheckForApp()) SWIG_fail;
8076 PyThreadState* __tstate = wxPyBeginAllowThreads();
8077 result = (wxTextCtrl *)new wxTextCtrl();
8078
8079 wxPyEndAllowThreads(__tstate);
8080 if (PyErr_Occurred()) SWIG_fail;
8081 }
8082 {
8083 resultobj = wxPyMake_wxObject(result);
8084 }
8085 return resultobj;
8086 fail:
8087 return NULL;
8088 }
8089
8090
8091 static PyObject *_wrap_TextCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8092 PyObject *resultobj;
8093 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8094 wxWindow *arg2 = (wxWindow *) 0 ;
8095 int arg3 ;
8096 wxString const &arg4_defvalue = wxPyEmptyString ;
8097 wxString *arg4 = (wxString *) &arg4_defvalue ;
8098 wxPoint const &arg5_defvalue = wxDefaultPosition ;
8099 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
8100 wxSize const &arg6_defvalue = wxDefaultSize ;
8101 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
8102 long arg7 = (long) 0 ;
8103 wxValidator const &arg8_defvalue = wxDefaultValidator ;
8104 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
8105 wxString const &arg9_defvalue = wxPyTextCtrlNameStr ;
8106 wxString *arg9 = (wxString *) &arg9_defvalue ;
8107 bool result;
8108 bool temp4 = False ;
8109 wxPoint temp5 ;
8110 wxSize temp6 ;
8111 bool temp9 = False ;
8112 PyObject * obj0 = 0 ;
8113 PyObject * obj1 = 0 ;
8114 PyObject * obj2 = 0 ;
8115 PyObject * obj3 = 0 ;
8116 PyObject * obj4 = 0 ;
8117 PyObject * obj5 = 0 ;
8118 PyObject * obj6 = 0 ;
8119 PyObject * obj7 = 0 ;
8120 PyObject * obj8 = 0 ;
8121 char *kwnames[] = {
8122 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
8123 };
8124
8125 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:TextCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
8126 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8127 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8128 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
8129 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8130 arg3 = (int) SWIG_AsInt(obj2);
8131 if (PyErr_Occurred()) SWIG_fail;
8132 if (obj3) {
8133 {
8134 arg4 = wxString_in_helper(obj3);
8135 if (arg4 == NULL) SWIG_fail;
8136 temp4 = True;
8137 }
8138 }
8139 if (obj4) {
8140 {
8141 arg5 = &temp5;
8142 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
8143 }
8144 }
8145 if (obj5) {
8146 {
8147 arg6 = &temp6;
8148 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
8149 }
8150 }
8151 if (obj6) {
8152 arg7 = (long) SWIG_AsLong(obj6);
8153 if (PyErr_Occurred()) SWIG_fail;
8154 }
8155 if (obj7) {
8156 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
8157 SWIG_POINTER_EXCEPTION | 0)) == -1)
8158 SWIG_fail;
8159 if (arg8 == NULL) {
8160 PyErr_SetString(PyExc_TypeError,"null reference");
8161 SWIG_fail;
8162 }
8163 }
8164 if (obj8) {
8165 {
8166 arg9 = wxString_in_helper(obj8);
8167 if (arg9 == NULL) SWIG_fail;
8168 temp9 = True;
8169 }
8170 }
8171 {
8172 PyThreadState* __tstate = wxPyBeginAllowThreads();
8173 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
8174
8175 wxPyEndAllowThreads(__tstate);
8176 if (PyErr_Occurred()) SWIG_fail;
8177 }
8178 {
8179 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8180 }
8181 {
8182 if (temp4)
8183 delete arg4;
8184 }
8185 {
8186 if (temp9)
8187 delete arg9;
8188 }
8189 return resultobj;
8190 fail:
8191 {
8192 if (temp4)
8193 delete arg4;
8194 }
8195 {
8196 if (temp9)
8197 delete arg9;
8198 }
8199 return NULL;
8200 }
8201
8202
8203 static PyObject *_wrap_TextCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8204 PyObject *resultobj;
8205 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8206 wxString result;
8207 PyObject * obj0 = 0 ;
8208 char *kwnames[] = {
8209 (char *) "self", NULL
8210 };
8211
8212 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetValue",kwnames,&obj0)) goto fail;
8213 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8214 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8215 {
8216 PyThreadState* __tstate = wxPyBeginAllowThreads();
8217 result = ((wxTextCtrl const *)arg1)->GetValue();
8218
8219 wxPyEndAllowThreads(__tstate);
8220 if (PyErr_Occurred()) SWIG_fail;
8221 }
8222 {
8223 #if wxUSE_UNICODE
8224 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8225 #else
8226 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8227 #endif
8228 }
8229 return resultobj;
8230 fail:
8231 return NULL;
8232 }
8233
8234
8235 static PyObject *_wrap_TextCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8236 PyObject *resultobj;
8237 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8238 wxString *arg2 = 0 ;
8239 bool temp2 = False ;
8240 PyObject * obj0 = 0 ;
8241 PyObject * obj1 = 0 ;
8242 char *kwnames[] = {
8243 (char *) "self",(char *) "value", NULL
8244 };
8245
8246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
8247 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8248 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8249 {
8250 arg2 = wxString_in_helper(obj1);
8251 if (arg2 == NULL) SWIG_fail;
8252 temp2 = True;
8253 }
8254 {
8255 PyThreadState* __tstate = wxPyBeginAllowThreads();
8256 (arg1)->SetValue((wxString const &)*arg2);
8257
8258 wxPyEndAllowThreads(__tstate);
8259 if (PyErr_Occurred()) SWIG_fail;
8260 }
8261 Py_INCREF(Py_None); resultobj = Py_None;
8262 {
8263 if (temp2)
8264 delete arg2;
8265 }
8266 return resultobj;
8267 fail:
8268 {
8269 if (temp2)
8270 delete arg2;
8271 }
8272 return NULL;
8273 }
8274
8275
8276 static PyObject *_wrap_TextCtrl_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8277 PyObject *resultobj;
8278 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8279 long arg2 ;
8280 long arg3 ;
8281 wxString result;
8282 PyObject * obj0 = 0 ;
8283 PyObject * obj1 = 0 ;
8284 PyObject * obj2 = 0 ;
8285 char *kwnames[] = {
8286 (char *) "self",(char *) "from",(char *) "to", NULL
8287 };
8288
8289 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
8290 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8291 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8292 arg2 = (long) SWIG_AsLong(obj1);
8293 if (PyErr_Occurred()) SWIG_fail;
8294 arg3 = (long) SWIG_AsLong(obj2);
8295 if (PyErr_Occurred()) SWIG_fail;
8296 {
8297 PyThreadState* __tstate = wxPyBeginAllowThreads();
8298 result = ((wxTextCtrl const *)arg1)->GetRange(arg2,arg3);
8299
8300 wxPyEndAllowThreads(__tstate);
8301 if (PyErr_Occurred()) SWIG_fail;
8302 }
8303 {
8304 #if wxUSE_UNICODE
8305 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8306 #else
8307 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8308 #endif
8309 }
8310 return resultobj;
8311 fail:
8312 return NULL;
8313 }
8314
8315
8316 static PyObject *_wrap_TextCtrl_GetLineLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8317 PyObject *resultobj;
8318 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8319 long arg2 ;
8320 int result;
8321 PyObject * obj0 = 0 ;
8322 PyObject * obj1 = 0 ;
8323 char *kwnames[] = {
8324 (char *) "self",(char *) "lineNo", NULL
8325 };
8326
8327 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineLength",kwnames,&obj0,&obj1)) goto fail;
8328 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8329 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8330 arg2 = (long) SWIG_AsLong(obj1);
8331 if (PyErr_Occurred()) SWIG_fail;
8332 {
8333 PyThreadState* __tstate = wxPyBeginAllowThreads();
8334 result = (int)((wxTextCtrl const *)arg1)->GetLineLength(arg2);
8335
8336 wxPyEndAllowThreads(__tstate);
8337 if (PyErr_Occurred()) SWIG_fail;
8338 }
8339 resultobj = SWIG_FromInt((int)result);
8340 return resultobj;
8341 fail:
8342 return NULL;
8343 }
8344
8345
8346 static PyObject *_wrap_TextCtrl_GetLineText(PyObject *self, PyObject *args, PyObject *kwargs) {
8347 PyObject *resultobj;
8348 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8349 long arg2 ;
8350 wxString result;
8351 PyObject * obj0 = 0 ;
8352 PyObject * obj1 = 0 ;
8353 char *kwnames[] = {
8354 (char *) "self",(char *) "lineNo", NULL
8355 };
8356
8357 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineText",kwnames,&obj0,&obj1)) goto fail;
8358 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8359 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8360 arg2 = (long) SWIG_AsLong(obj1);
8361 if (PyErr_Occurred()) SWIG_fail;
8362 {
8363 PyThreadState* __tstate = wxPyBeginAllowThreads();
8364 result = ((wxTextCtrl const *)arg1)->GetLineText(arg2);
8365
8366 wxPyEndAllowThreads(__tstate);
8367 if (PyErr_Occurred()) SWIG_fail;
8368 }
8369 {
8370 #if wxUSE_UNICODE
8371 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8372 #else
8373 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8374 #endif
8375 }
8376 return resultobj;
8377 fail:
8378 return NULL;
8379 }
8380
8381
8382 static PyObject *_wrap_TextCtrl_GetNumberOfLines(PyObject *self, PyObject *args, PyObject *kwargs) {
8383 PyObject *resultobj;
8384 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8385 int result;
8386 PyObject * obj0 = 0 ;
8387 char *kwnames[] = {
8388 (char *) "self", NULL
8389 };
8390
8391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetNumberOfLines",kwnames,&obj0)) goto fail;
8392 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8393 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8394 {
8395 PyThreadState* __tstate = wxPyBeginAllowThreads();
8396 result = (int)((wxTextCtrl const *)arg1)->GetNumberOfLines();
8397
8398 wxPyEndAllowThreads(__tstate);
8399 if (PyErr_Occurred()) SWIG_fail;
8400 }
8401 resultobj = SWIG_FromInt((int)result);
8402 return resultobj;
8403 fail:
8404 return NULL;
8405 }
8406
8407
8408 static PyObject *_wrap_TextCtrl_IsModified(PyObject *self, PyObject *args, PyObject *kwargs) {
8409 PyObject *resultobj;
8410 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8411 bool result;
8412 PyObject * obj0 = 0 ;
8413 char *kwnames[] = {
8414 (char *) "self", NULL
8415 };
8416
8417 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsModified",kwnames,&obj0)) goto fail;
8418 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8419 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8420 {
8421 PyThreadState* __tstate = wxPyBeginAllowThreads();
8422 result = (bool)((wxTextCtrl const *)arg1)->IsModified();
8423
8424 wxPyEndAllowThreads(__tstate);
8425 if (PyErr_Occurred()) SWIG_fail;
8426 }
8427 {
8428 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8429 }
8430 return resultobj;
8431 fail:
8432 return NULL;
8433 }
8434
8435
8436 static PyObject *_wrap_TextCtrl_IsEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
8437 PyObject *resultobj;
8438 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8439 bool result;
8440 PyObject * obj0 = 0 ;
8441 char *kwnames[] = {
8442 (char *) "self", NULL
8443 };
8444
8445 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsEditable",kwnames,&obj0)) goto fail;
8446 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8447 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8448 {
8449 PyThreadState* __tstate = wxPyBeginAllowThreads();
8450 result = (bool)((wxTextCtrl const *)arg1)->IsEditable();
8451
8452 wxPyEndAllowThreads(__tstate);
8453 if (PyErr_Occurred()) SWIG_fail;
8454 }
8455 {
8456 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8457 }
8458 return resultobj;
8459 fail:
8460 return NULL;
8461 }
8462
8463
8464 static PyObject *_wrap_TextCtrl_IsSingleLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8465 PyObject *resultobj;
8466 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8467 bool result;
8468 PyObject * obj0 = 0 ;
8469 char *kwnames[] = {
8470 (char *) "self", NULL
8471 };
8472
8473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsSingleLine",kwnames,&obj0)) goto fail;
8474 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8475 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8476 {
8477 PyThreadState* __tstate = wxPyBeginAllowThreads();
8478 result = (bool)((wxTextCtrl const *)arg1)->IsSingleLine();
8479
8480 wxPyEndAllowThreads(__tstate);
8481 if (PyErr_Occurred()) SWIG_fail;
8482 }
8483 {
8484 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8485 }
8486 return resultobj;
8487 fail:
8488 return NULL;
8489 }
8490
8491
8492 static PyObject *_wrap_TextCtrl_IsMultiLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8493 PyObject *resultobj;
8494 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8495 bool result;
8496 PyObject * obj0 = 0 ;
8497 char *kwnames[] = {
8498 (char *) "self", NULL
8499 };
8500
8501 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsMultiLine",kwnames,&obj0)) goto fail;
8502 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8503 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8504 {
8505 PyThreadState* __tstate = wxPyBeginAllowThreads();
8506 result = (bool)((wxTextCtrl const *)arg1)->IsMultiLine();
8507
8508 wxPyEndAllowThreads(__tstate);
8509 if (PyErr_Occurred()) SWIG_fail;
8510 }
8511 {
8512 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8513 }
8514 return resultobj;
8515 fail:
8516 return NULL;
8517 }
8518
8519
8520 static PyObject *_wrap_TextCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8521 PyObject *resultobj;
8522 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8523 long *arg2 = (long *) 0 ;
8524 long *arg3 = (long *) 0 ;
8525 long temp2 ;
8526 long temp3 ;
8527 PyObject * obj0 = 0 ;
8528 char *kwnames[] = {
8529 (char *) "self", NULL
8530 };
8531
8532 arg2 = &temp2;
8533 arg3 = &temp3;
8534 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetSelection",kwnames,&obj0)) goto fail;
8535 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8536 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8537 {
8538 PyThreadState* __tstate = wxPyBeginAllowThreads();
8539 ((wxTextCtrl const *)arg1)->GetSelection(arg2,arg3);
8540
8541 wxPyEndAllowThreads(__tstate);
8542 if (PyErr_Occurred()) SWIG_fail;
8543 }
8544 Py_INCREF(Py_None); resultobj = Py_None;
8545 {
8546 PyObject *o = PyInt_FromLong((long) (*arg2));
8547 resultobj = t_output_helper(resultobj,o);
8548 }
8549 {
8550 PyObject *o = PyInt_FromLong((long) (*arg3));
8551 resultobj = t_output_helper(resultobj,o);
8552 }
8553 return resultobj;
8554 fail:
8555 return NULL;
8556 }
8557
8558
8559 static PyObject *_wrap_TextCtrl_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8560 PyObject *resultobj;
8561 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8562 wxString result;
8563 PyObject * obj0 = 0 ;
8564 char *kwnames[] = {
8565 (char *) "self", NULL
8566 };
8567
8568 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetStringSelection",kwnames,&obj0)) goto fail;
8569 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8570 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8571 {
8572 PyThreadState* __tstate = wxPyBeginAllowThreads();
8573 result = ((wxTextCtrl const *)arg1)->GetStringSelection();
8574
8575 wxPyEndAllowThreads(__tstate);
8576 if (PyErr_Occurred()) SWIG_fail;
8577 }
8578 {
8579 #if wxUSE_UNICODE
8580 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8581 #else
8582 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8583 #endif
8584 }
8585 return resultobj;
8586 fail:
8587 return NULL;
8588 }
8589
8590
8591 static PyObject *_wrap_TextCtrl_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
8592 PyObject *resultobj;
8593 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8594 PyObject * obj0 = 0 ;
8595 char *kwnames[] = {
8596 (char *) "self", NULL
8597 };
8598
8599 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Clear",kwnames,&obj0)) goto fail;
8600 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8601 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8602 {
8603 PyThreadState* __tstate = wxPyBeginAllowThreads();
8604 (arg1)->Clear();
8605
8606 wxPyEndAllowThreads(__tstate);
8607 if (PyErr_Occurred()) SWIG_fail;
8608 }
8609 Py_INCREF(Py_None); resultobj = Py_None;
8610 return resultobj;
8611 fail:
8612 return NULL;
8613 }
8614
8615
8616 static PyObject *_wrap_TextCtrl_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
8617 PyObject *resultobj;
8618 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8619 long arg2 ;
8620 long arg3 ;
8621 wxString *arg4 = 0 ;
8622 bool temp4 = False ;
8623 PyObject * obj0 = 0 ;
8624 PyObject * obj1 = 0 ;
8625 PyObject * obj2 = 0 ;
8626 PyObject * obj3 = 0 ;
8627 char *kwnames[] = {
8628 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
8629 };
8630
8631 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
8632 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8633 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8634 arg2 = (long) SWIG_AsLong(obj1);
8635 if (PyErr_Occurred()) SWIG_fail;
8636 arg3 = (long) SWIG_AsLong(obj2);
8637 if (PyErr_Occurred()) SWIG_fail;
8638 {
8639 arg4 = wxString_in_helper(obj3);
8640 if (arg4 == NULL) SWIG_fail;
8641 temp4 = True;
8642 }
8643 {
8644 PyThreadState* __tstate = wxPyBeginAllowThreads();
8645 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
8646
8647 wxPyEndAllowThreads(__tstate);
8648 if (PyErr_Occurred()) SWIG_fail;
8649 }
8650 Py_INCREF(Py_None); resultobj = Py_None;
8651 {
8652 if (temp4)
8653 delete arg4;
8654 }
8655 return resultobj;
8656 fail:
8657 {
8658 if (temp4)
8659 delete arg4;
8660 }
8661 return NULL;
8662 }
8663
8664
8665 static PyObject *_wrap_TextCtrl_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
8666 PyObject *resultobj;
8667 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8668 long arg2 ;
8669 long arg3 ;
8670 PyObject * obj0 = 0 ;
8671 PyObject * obj1 = 0 ;
8672 PyObject * obj2 = 0 ;
8673 char *kwnames[] = {
8674 (char *) "self",(char *) "from",(char *) "to", NULL
8675 };
8676
8677 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
8678 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8679 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8680 arg2 = (long) SWIG_AsLong(obj1);
8681 if (PyErr_Occurred()) SWIG_fail;
8682 arg3 = (long) SWIG_AsLong(obj2);
8683 if (PyErr_Occurred()) SWIG_fail;
8684 {
8685 PyThreadState* __tstate = wxPyBeginAllowThreads();
8686 (arg1)->Remove(arg2,arg3);
8687
8688 wxPyEndAllowThreads(__tstate);
8689 if (PyErr_Occurred()) SWIG_fail;
8690 }
8691 Py_INCREF(Py_None); resultobj = Py_None;
8692 return resultobj;
8693 fail:
8694 return NULL;
8695 }
8696
8697
8698 static PyObject *_wrap_TextCtrl_LoadFile(PyObject *self, PyObject *args, PyObject *kwargs) {
8699 PyObject *resultobj;
8700 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8701 wxString *arg2 = 0 ;
8702 bool result;
8703 bool temp2 = False ;
8704 PyObject * obj0 = 0 ;
8705 PyObject * obj1 = 0 ;
8706 char *kwnames[] = {
8707 (char *) "self",(char *) "file", NULL
8708 };
8709
8710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_LoadFile",kwnames,&obj0,&obj1)) goto fail;
8711 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8712 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8713 {
8714 arg2 = wxString_in_helper(obj1);
8715 if (arg2 == NULL) SWIG_fail;
8716 temp2 = True;
8717 }
8718 {
8719 PyThreadState* __tstate = wxPyBeginAllowThreads();
8720 result = (bool)(arg1)->LoadFile((wxString const &)*arg2);
8721
8722 wxPyEndAllowThreads(__tstate);
8723 if (PyErr_Occurred()) SWIG_fail;
8724 }
8725 {
8726 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8727 }
8728 {
8729 if (temp2)
8730 delete arg2;
8731 }
8732 return resultobj;
8733 fail:
8734 {
8735 if (temp2)
8736 delete arg2;
8737 }
8738 return NULL;
8739 }
8740
8741
8742 static PyObject *_wrap_TextCtrl_SaveFile(PyObject *self, PyObject *args, PyObject *kwargs) {
8743 PyObject *resultobj;
8744 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8745 wxString const &arg2_defvalue = wxPyEmptyString ;
8746 wxString *arg2 = (wxString *) &arg2_defvalue ;
8747 bool result;
8748 bool temp2 = False ;
8749 PyObject * obj0 = 0 ;
8750 PyObject * obj1 = 0 ;
8751 char *kwnames[] = {
8752 (char *) "self",(char *) "file", NULL
8753 };
8754
8755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:TextCtrl_SaveFile",kwnames,&obj0,&obj1)) goto fail;
8756 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8757 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8758 if (obj1) {
8759 {
8760 arg2 = wxString_in_helper(obj1);
8761 if (arg2 == NULL) SWIG_fail;
8762 temp2 = True;
8763 }
8764 }
8765 {
8766 PyThreadState* __tstate = wxPyBeginAllowThreads();
8767 result = (bool)(arg1)->SaveFile((wxString const &)*arg2);
8768
8769 wxPyEndAllowThreads(__tstate);
8770 if (PyErr_Occurred()) SWIG_fail;
8771 }
8772 {
8773 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8774 }
8775 {
8776 if (temp2)
8777 delete arg2;
8778 }
8779 return resultobj;
8780 fail:
8781 {
8782 if (temp2)
8783 delete arg2;
8784 }
8785 return NULL;
8786 }
8787
8788
8789 static PyObject *_wrap_TextCtrl_MarkDirty(PyObject *self, PyObject *args, PyObject *kwargs) {
8790 PyObject *resultobj;
8791 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8792 PyObject * obj0 = 0 ;
8793 char *kwnames[] = {
8794 (char *) "self", NULL
8795 };
8796
8797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_MarkDirty",kwnames,&obj0)) goto fail;
8798 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8799 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8800 {
8801 PyThreadState* __tstate = wxPyBeginAllowThreads();
8802 (arg1)->MarkDirty();
8803
8804 wxPyEndAllowThreads(__tstate);
8805 if (PyErr_Occurred()) SWIG_fail;
8806 }
8807 Py_INCREF(Py_None); resultobj = Py_None;
8808 return resultobj;
8809 fail:
8810 return NULL;
8811 }
8812
8813
8814 static PyObject *_wrap_TextCtrl_DiscardEdits(PyObject *self, PyObject *args, PyObject *kwargs) {
8815 PyObject *resultobj;
8816 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8817 PyObject * obj0 = 0 ;
8818 char *kwnames[] = {
8819 (char *) "self", NULL
8820 };
8821
8822 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_DiscardEdits",kwnames,&obj0)) goto fail;
8823 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8824 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8825 {
8826 PyThreadState* __tstate = wxPyBeginAllowThreads();
8827 (arg1)->DiscardEdits();
8828
8829 wxPyEndAllowThreads(__tstate);
8830 if (PyErr_Occurred()) SWIG_fail;
8831 }
8832 Py_INCREF(Py_None); resultobj = Py_None;
8833 return resultobj;
8834 fail:
8835 return NULL;
8836 }
8837
8838
8839 static PyObject *_wrap_TextCtrl_SetMaxLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8840 PyObject *resultobj;
8841 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8842 unsigned long arg2 ;
8843 PyObject * obj0 = 0 ;
8844 PyObject * obj1 = 0 ;
8845 char *kwnames[] = {
8846 (char *) "self",(char *) "len", NULL
8847 };
8848
8849 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetMaxLength",kwnames,&obj0,&obj1)) goto fail;
8850 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8851 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8852 arg2 = (unsigned long) SWIG_AsUnsignedLong(obj1);
8853 if (PyErr_Occurred()) SWIG_fail;
8854 {
8855 PyThreadState* __tstate = wxPyBeginAllowThreads();
8856 (arg1)->SetMaxLength(arg2);
8857
8858 wxPyEndAllowThreads(__tstate);
8859 if (PyErr_Occurred()) SWIG_fail;
8860 }
8861 Py_INCREF(Py_None); resultobj = Py_None;
8862 return resultobj;
8863 fail:
8864 return NULL;
8865 }
8866
8867
8868 static PyObject *_wrap_TextCtrl_WriteText(PyObject *self, PyObject *args, PyObject *kwargs) {
8869 PyObject *resultobj;
8870 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8871 wxString *arg2 = 0 ;
8872 bool temp2 = False ;
8873 PyObject * obj0 = 0 ;
8874 PyObject * obj1 = 0 ;
8875 char *kwnames[] = {
8876 (char *) "self",(char *) "text", NULL
8877 };
8878
8879 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_WriteText",kwnames,&obj0,&obj1)) goto fail;
8880 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8881 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8882 {
8883 arg2 = wxString_in_helper(obj1);
8884 if (arg2 == NULL) SWIG_fail;
8885 temp2 = True;
8886 }
8887 {
8888 PyThreadState* __tstate = wxPyBeginAllowThreads();
8889 (arg1)->WriteText((wxString const &)*arg2);
8890
8891 wxPyEndAllowThreads(__tstate);
8892 if (PyErr_Occurred()) SWIG_fail;
8893 }
8894 Py_INCREF(Py_None); resultobj = Py_None;
8895 {
8896 if (temp2)
8897 delete arg2;
8898 }
8899 return resultobj;
8900 fail:
8901 {
8902 if (temp2)
8903 delete arg2;
8904 }
8905 return NULL;
8906 }
8907
8908
8909 static PyObject *_wrap_TextCtrl_AppendText(PyObject *self, PyObject *args, PyObject *kwargs) {
8910 PyObject *resultobj;
8911 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8912 wxString *arg2 = 0 ;
8913 bool temp2 = False ;
8914 PyObject * obj0 = 0 ;
8915 PyObject * obj1 = 0 ;
8916 char *kwnames[] = {
8917 (char *) "self",(char *) "text", NULL
8918 };
8919
8920 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_AppendText",kwnames,&obj0,&obj1)) goto fail;
8921 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8922 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8923 {
8924 arg2 = wxString_in_helper(obj1);
8925 if (arg2 == NULL) SWIG_fail;
8926 temp2 = True;
8927 }
8928 {
8929 PyThreadState* __tstate = wxPyBeginAllowThreads();
8930 (arg1)->AppendText((wxString const &)*arg2);
8931
8932 wxPyEndAllowThreads(__tstate);
8933 if (PyErr_Occurred()) SWIG_fail;
8934 }
8935 Py_INCREF(Py_None); resultobj = Py_None;
8936 {
8937 if (temp2)
8938 delete arg2;
8939 }
8940 return resultobj;
8941 fail:
8942 {
8943 if (temp2)
8944 delete arg2;
8945 }
8946 return NULL;
8947 }
8948
8949
8950 static PyObject *_wrap_TextCtrl_EmulateKeyPress(PyObject *self, PyObject *args, PyObject *kwargs) {
8951 PyObject *resultobj;
8952 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8953 wxKeyEvent *arg2 = 0 ;
8954 bool result;
8955 PyObject * obj0 = 0 ;
8956 PyObject * obj1 = 0 ;
8957 char *kwnames[] = {
8958 (char *) "self",(char *) "event", NULL
8959 };
8960
8961 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_EmulateKeyPress",kwnames,&obj0,&obj1)) goto fail;
8962 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
8963 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
8964 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxKeyEvent,
8965 SWIG_POINTER_EXCEPTION | 0)) == -1)
8966 SWIG_fail;
8967 if (arg2 == NULL) {
8968 PyErr_SetString(PyExc_TypeError,"null reference");
8969 SWIG_fail;
8970 }
8971 {
8972 PyThreadState* __tstate = wxPyBeginAllowThreads();
8973 result = (bool)(arg1)->EmulateKeyPress((wxKeyEvent const &)*arg2);
8974
8975 wxPyEndAllowThreads(__tstate);
8976 if (PyErr_Occurred()) SWIG_fail;
8977 }
8978 {
8979 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8980 }
8981 return resultobj;
8982 fail:
8983 return NULL;
8984 }
8985
8986
8987 static PyObject *_wrap_TextCtrl_SetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8988 PyObject *resultobj;
8989 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8990 long arg2 ;
8991 long arg3 ;
8992 wxTextAttr *arg4 = 0 ;
8993 bool result;
8994 PyObject * obj0 = 0 ;
8995 PyObject * obj1 = 0 ;
8996 PyObject * obj2 = 0 ;
8997 PyObject * obj3 = 0 ;
8998 char *kwnames[] = {
8999 (char *) "self",(char *) "start",(char *) "end",(char *) "style", NULL
9000 };
9001
9002 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_SetStyle",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
9003 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9004 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9005 arg2 = (long) SWIG_AsLong(obj1);
9006 if (PyErr_Occurred()) SWIG_fail;
9007 arg3 = (long) SWIG_AsLong(obj2);
9008 if (PyErr_Occurred()) SWIG_fail;
9009 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxTextAttr,
9010 SWIG_POINTER_EXCEPTION | 0)) == -1)
9011 SWIG_fail;
9012 if (arg4 == NULL) {
9013 PyErr_SetString(PyExc_TypeError,"null reference");
9014 SWIG_fail;
9015 }
9016 {
9017 PyThreadState* __tstate = wxPyBeginAllowThreads();
9018 result = (bool)(arg1)->SetStyle(arg2,arg3,(wxTextAttr const &)*arg4);
9019
9020 wxPyEndAllowThreads(__tstate);
9021 if (PyErr_Occurred()) SWIG_fail;
9022 }
9023 {
9024 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9025 }
9026 return resultobj;
9027 fail:
9028 return NULL;
9029 }
9030
9031
9032 static PyObject *_wrap_TextCtrl_GetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
9033 PyObject *resultobj;
9034 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9035 long arg2 ;
9036 wxTextAttr *arg3 = 0 ;
9037 bool result;
9038 PyObject * obj0 = 0 ;
9039 PyObject * obj1 = 0 ;
9040 PyObject * obj2 = 0 ;
9041 char *kwnames[] = {
9042 (char *) "self",(char *) "position",(char *) "style", NULL
9043 };
9044
9045 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
9046 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9047 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9048 arg2 = (long) SWIG_AsLong(obj1);
9049 if (PyErr_Occurred()) SWIG_fail;
9050 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTextAttr,
9051 SWIG_POINTER_EXCEPTION | 0)) == -1)
9052 SWIG_fail;
9053 if (arg3 == NULL) {
9054 PyErr_SetString(PyExc_TypeError,"null reference");
9055 SWIG_fail;
9056 }
9057 {
9058 PyThreadState* __tstate = wxPyBeginAllowThreads();
9059 result = (bool)(arg1)->GetStyle(arg2,*arg3);
9060
9061 wxPyEndAllowThreads(__tstate);
9062 if (PyErr_Occurred()) SWIG_fail;
9063 }
9064 {
9065 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9066 }
9067 return resultobj;
9068 fail:
9069 return NULL;
9070 }
9071
9072
9073 static PyObject *_wrap_TextCtrl_SetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
9074 PyObject *resultobj;
9075 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9076 wxTextAttr *arg2 = 0 ;
9077 bool result;
9078 PyObject * obj0 = 0 ;
9079 PyObject * obj1 = 0 ;
9080 char *kwnames[] = {
9081 (char *) "self",(char *) "style", NULL
9082 };
9083
9084 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetDefaultStyle",kwnames,&obj0,&obj1)) goto fail;
9085 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9086 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9087 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTextAttr,
9088 SWIG_POINTER_EXCEPTION | 0)) == -1)
9089 SWIG_fail;
9090 if (arg2 == NULL) {
9091 PyErr_SetString(PyExc_TypeError,"null reference");
9092 SWIG_fail;
9093 }
9094 {
9095 PyThreadState* __tstate = wxPyBeginAllowThreads();
9096 result = (bool)(arg1)->SetDefaultStyle((wxTextAttr const &)*arg2);
9097
9098 wxPyEndAllowThreads(__tstate);
9099 if (PyErr_Occurred()) SWIG_fail;
9100 }
9101 {
9102 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9103 }
9104 return resultobj;
9105 fail:
9106 return NULL;
9107 }
9108
9109
9110 static PyObject *_wrap_TextCtrl_GetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
9111 PyObject *resultobj;
9112 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9113 wxTextAttr *result;
9114 PyObject * obj0 = 0 ;
9115 char *kwnames[] = {
9116 (char *) "self", NULL
9117 };
9118
9119 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetDefaultStyle",kwnames,&obj0)) goto fail;
9120 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9121 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9122 {
9123 PyThreadState* __tstate = wxPyBeginAllowThreads();
9124 {
9125 wxTextAttr const &_result_ref = ((wxTextCtrl const *)arg1)->GetDefaultStyle();
9126 result = (wxTextAttr *) &_result_ref;
9127 }
9128
9129 wxPyEndAllowThreads(__tstate);
9130 if (PyErr_Occurred()) SWIG_fail;
9131 }
9132 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextAttr, 0);
9133 return resultobj;
9134 fail:
9135 return NULL;
9136 }
9137
9138
9139 static PyObject *_wrap_TextCtrl_XYToPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9140 PyObject *resultobj;
9141 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9142 long arg2 ;
9143 long arg3 ;
9144 long result;
9145 PyObject * obj0 = 0 ;
9146 PyObject * obj1 = 0 ;
9147 PyObject * obj2 = 0 ;
9148 char *kwnames[] = {
9149 (char *) "self",(char *) "x",(char *) "y", NULL
9150 };
9151
9152 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_XYToPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
9153 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9154 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9155 arg2 = (long) SWIG_AsLong(obj1);
9156 if (PyErr_Occurred()) SWIG_fail;
9157 arg3 = (long) SWIG_AsLong(obj2);
9158 if (PyErr_Occurred()) SWIG_fail;
9159 {
9160 PyThreadState* __tstate = wxPyBeginAllowThreads();
9161 result = (long)((wxTextCtrl const *)arg1)->XYToPosition(arg2,arg3);
9162
9163 wxPyEndAllowThreads(__tstate);
9164 if (PyErr_Occurred()) SWIG_fail;
9165 }
9166 resultobj = SWIG_FromLong((long)result);
9167 return resultobj;
9168 fail:
9169 return NULL;
9170 }
9171
9172
9173 static PyObject *_wrap_TextCtrl_PositionToXY(PyObject *self, PyObject *args, PyObject *kwargs) {
9174 PyObject *resultobj;
9175 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9176 long arg2 ;
9177 long *arg3 = (long *) 0 ;
9178 long *arg4 = (long *) 0 ;
9179 long temp3 ;
9180 long temp4 ;
9181 PyObject * obj0 = 0 ;
9182 PyObject * obj1 = 0 ;
9183 char *kwnames[] = {
9184 (char *) "self",(char *) "pos", NULL
9185 };
9186
9187 arg3 = &temp3;
9188 arg4 = &temp4;
9189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_PositionToXY",kwnames,&obj0,&obj1)) goto fail;
9190 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9191 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9192 arg2 = (long) SWIG_AsLong(obj1);
9193 if (PyErr_Occurred()) SWIG_fail;
9194 {
9195 PyThreadState* __tstate = wxPyBeginAllowThreads();
9196 ((wxTextCtrl const *)arg1)->PositionToXY(arg2,arg3,arg4);
9197
9198 wxPyEndAllowThreads(__tstate);
9199 if (PyErr_Occurred()) SWIG_fail;
9200 }
9201 Py_INCREF(Py_None); resultobj = Py_None;
9202 {
9203 PyObject *o = PyInt_FromLong((long) (*arg3));
9204 resultobj = t_output_helper(resultobj,o);
9205 }
9206 {
9207 PyObject *o = PyInt_FromLong((long) (*arg4));
9208 resultobj = t_output_helper(resultobj,o);
9209 }
9210 return resultobj;
9211 fail:
9212 return NULL;
9213 }
9214
9215
9216 static PyObject *_wrap_TextCtrl_ShowPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9217 PyObject *resultobj;
9218 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9219 long arg2 ;
9220 PyObject * obj0 = 0 ;
9221 PyObject * obj1 = 0 ;
9222 char *kwnames[] = {
9223 (char *) "self",(char *) "pos", NULL
9224 };
9225
9226 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_ShowPosition",kwnames,&obj0,&obj1)) goto fail;
9227 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9228 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9229 arg2 = (long) SWIG_AsLong(obj1);
9230 if (PyErr_Occurred()) SWIG_fail;
9231 {
9232 PyThreadState* __tstate = wxPyBeginAllowThreads();
9233 (arg1)->ShowPosition(arg2);
9234
9235 wxPyEndAllowThreads(__tstate);
9236 if (PyErr_Occurred()) SWIG_fail;
9237 }
9238 Py_INCREF(Py_None); resultobj = Py_None;
9239 return resultobj;
9240 fail:
9241 return NULL;
9242 }
9243
9244
9245 static PyObject *_wrap_TextCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
9246 PyObject *resultobj;
9247 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9248 wxPoint *arg2 = 0 ;
9249 long *arg3 = (long *) 0 ;
9250 long *arg4 = (long *) 0 ;
9251 int result;
9252 wxPoint temp2 ;
9253 long temp3 ;
9254 long temp4 ;
9255 PyObject * obj0 = 0 ;
9256 PyObject * obj1 = 0 ;
9257 char *kwnames[] = {
9258 (char *) "self",(char *) "pt", NULL
9259 };
9260
9261 arg3 = &temp3;
9262 arg4 = &temp4;
9263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
9264 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9265 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9266 {
9267 arg2 = &temp2;
9268 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
9269 }
9270 {
9271 PyThreadState* __tstate = wxPyBeginAllowThreads();
9272 result = (int)((wxTextCtrl const *)arg1)->HitTest((wxPoint const &)*arg2,arg3,arg4);
9273
9274 wxPyEndAllowThreads(__tstate);
9275 if (PyErr_Occurred()) SWIG_fail;
9276 }
9277 resultobj = SWIG_FromInt((int)result);
9278 {
9279 PyObject *o = PyInt_FromLong((long) (*arg3));
9280 resultobj = t_output_helper(resultobj,o);
9281 }
9282 {
9283 PyObject *o = PyInt_FromLong((long) (*arg4));
9284 resultobj = t_output_helper(resultobj,o);
9285 }
9286 return resultobj;
9287 fail:
9288 return NULL;
9289 }
9290
9291
9292 static PyObject *_wrap_TextCtrl_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
9293 PyObject *resultobj;
9294 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9295 PyObject * obj0 = 0 ;
9296 char *kwnames[] = {
9297 (char *) "self", NULL
9298 };
9299
9300 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Copy",kwnames,&obj0)) goto fail;
9301 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9302 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9303 {
9304 PyThreadState* __tstate = wxPyBeginAllowThreads();
9305 (arg1)->Copy();
9306
9307 wxPyEndAllowThreads(__tstate);
9308 if (PyErr_Occurred()) SWIG_fail;
9309 }
9310 Py_INCREF(Py_None); resultobj = Py_None;
9311 return resultobj;
9312 fail:
9313 return NULL;
9314 }
9315
9316
9317 static PyObject *_wrap_TextCtrl_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
9318 PyObject *resultobj;
9319 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9320 PyObject * obj0 = 0 ;
9321 char *kwnames[] = {
9322 (char *) "self", NULL
9323 };
9324
9325 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Cut",kwnames,&obj0)) goto fail;
9326 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9327 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9328 {
9329 PyThreadState* __tstate = wxPyBeginAllowThreads();
9330 (arg1)->Cut();
9331
9332 wxPyEndAllowThreads(__tstate);
9333 if (PyErr_Occurred()) SWIG_fail;
9334 }
9335 Py_INCREF(Py_None); resultobj = Py_None;
9336 return resultobj;
9337 fail:
9338 return NULL;
9339 }
9340
9341
9342 static PyObject *_wrap_TextCtrl_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
9343 PyObject *resultobj;
9344 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9345 PyObject * obj0 = 0 ;
9346 char *kwnames[] = {
9347 (char *) "self", NULL
9348 };
9349
9350 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Paste",kwnames,&obj0)) goto fail;
9351 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9352 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9353 {
9354 PyThreadState* __tstate = wxPyBeginAllowThreads();
9355 (arg1)->Paste();
9356
9357 wxPyEndAllowThreads(__tstate);
9358 if (PyErr_Occurred()) SWIG_fail;
9359 }
9360 Py_INCREF(Py_None); resultobj = Py_None;
9361 return resultobj;
9362 fail:
9363 return NULL;
9364 }
9365
9366
9367 static PyObject *_wrap_TextCtrl_CanCopy(PyObject *self, PyObject *args, PyObject *kwargs) {
9368 PyObject *resultobj;
9369 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9370 bool result;
9371 PyObject * obj0 = 0 ;
9372 char *kwnames[] = {
9373 (char *) "self", NULL
9374 };
9375
9376 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCopy",kwnames,&obj0)) goto fail;
9377 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9378 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9379 {
9380 PyThreadState* __tstate = wxPyBeginAllowThreads();
9381 result = (bool)((wxTextCtrl const *)arg1)->CanCopy();
9382
9383 wxPyEndAllowThreads(__tstate);
9384 if (PyErr_Occurred()) SWIG_fail;
9385 }
9386 {
9387 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9388 }
9389 return resultobj;
9390 fail:
9391 return NULL;
9392 }
9393
9394
9395 static PyObject *_wrap_TextCtrl_CanCut(PyObject *self, PyObject *args, PyObject *kwargs) {
9396 PyObject *resultobj;
9397 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9398 bool result;
9399 PyObject * obj0 = 0 ;
9400 char *kwnames[] = {
9401 (char *) "self", NULL
9402 };
9403
9404 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCut",kwnames,&obj0)) goto fail;
9405 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9406 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9407 {
9408 PyThreadState* __tstate = wxPyBeginAllowThreads();
9409 result = (bool)((wxTextCtrl const *)arg1)->CanCut();
9410
9411 wxPyEndAllowThreads(__tstate);
9412 if (PyErr_Occurred()) SWIG_fail;
9413 }
9414 {
9415 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9416 }
9417 return resultobj;
9418 fail:
9419 return NULL;
9420 }
9421
9422
9423 static PyObject *_wrap_TextCtrl_CanPaste(PyObject *self, PyObject *args, PyObject *kwargs) {
9424 PyObject *resultobj;
9425 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9426 bool result;
9427 PyObject * obj0 = 0 ;
9428 char *kwnames[] = {
9429 (char *) "self", NULL
9430 };
9431
9432 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanPaste",kwnames,&obj0)) goto fail;
9433 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9434 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9435 {
9436 PyThreadState* __tstate = wxPyBeginAllowThreads();
9437 result = (bool)((wxTextCtrl const *)arg1)->CanPaste();
9438
9439 wxPyEndAllowThreads(__tstate);
9440 if (PyErr_Occurred()) SWIG_fail;
9441 }
9442 {
9443 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9444 }
9445 return resultobj;
9446 fail:
9447 return NULL;
9448 }
9449
9450
9451 static PyObject *_wrap_TextCtrl_Undo(PyObject *self, PyObject *args, PyObject *kwargs) {
9452 PyObject *resultobj;
9453 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9454 PyObject * obj0 = 0 ;
9455 char *kwnames[] = {
9456 (char *) "self", NULL
9457 };
9458
9459 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Undo",kwnames,&obj0)) goto fail;
9460 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9461 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9462 {
9463 PyThreadState* __tstate = wxPyBeginAllowThreads();
9464 (arg1)->Undo();
9465
9466 wxPyEndAllowThreads(__tstate);
9467 if (PyErr_Occurred()) SWIG_fail;
9468 }
9469 Py_INCREF(Py_None); resultobj = Py_None;
9470 return resultobj;
9471 fail:
9472 return NULL;
9473 }
9474
9475
9476 static PyObject *_wrap_TextCtrl_Redo(PyObject *self, PyObject *args, PyObject *kwargs) {
9477 PyObject *resultobj;
9478 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9479 PyObject * obj0 = 0 ;
9480 char *kwnames[] = {
9481 (char *) "self", NULL
9482 };
9483
9484 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Redo",kwnames,&obj0)) goto fail;
9485 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9486 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9487 {
9488 PyThreadState* __tstate = wxPyBeginAllowThreads();
9489 (arg1)->Redo();
9490
9491 wxPyEndAllowThreads(__tstate);
9492 if (PyErr_Occurred()) SWIG_fail;
9493 }
9494 Py_INCREF(Py_None); resultobj = Py_None;
9495 return resultobj;
9496 fail:
9497 return NULL;
9498 }
9499
9500
9501 static PyObject *_wrap_TextCtrl_CanUndo(PyObject *self, PyObject *args, PyObject *kwargs) {
9502 PyObject *resultobj;
9503 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9504 bool result;
9505 PyObject * obj0 = 0 ;
9506 char *kwnames[] = {
9507 (char *) "self", NULL
9508 };
9509
9510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanUndo",kwnames,&obj0)) goto fail;
9511 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9512 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9513 {
9514 PyThreadState* __tstate = wxPyBeginAllowThreads();
9515 result = (bool)((wxTextCtrl const *)arg1)->CanUndo();
9516
9517 wxPyEndAllowThreads(__tstate);
9518 if (PyErr_Occurred()) SWIG_fail;
9519 }
9520 {
9521 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9522 }
9523 return resultobj;
9524 fail:
9525 return NULL;
9526 }
9527
9528
9529 static PyObject *_wrap_TextCtrl_CanRedo(PyObject *self, PyObject *args, PyObject *kwargs) {
9530 PyObject *resultobj;
9531 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9532 bool result;
9533 PyObject * obj0 = 0 ;
9534 char *kwnames[] = {
9535 (char *) "self", NULL
9536 };
9537
9538 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanRedo",kwnames,&obj0)) goto fail;
9539 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9540 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9541 {
9542 PyThreadState* __tstate = wxPyBeginAllowThreads();
9543 result = (bool)((wxTextCtrl const *)arg1)->CanRedo();
9544
9545 wxPyEndAllowThreads(__tstate);
9546 if (PyErr_Occurred()) SWIG_fail;
9547 }
9548 {
9549 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9550 }
9551 return resultobj;
9552 fail:
9553 return NULL;
9554 }
9555
9556
9557 static PyObject *_wrap_TextCtrl_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
9558 PyObject *resultobj;
9559 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9560 long arg2 ;
9561 PyObject * obj0 = 0 ;
9562 PyObject * obj1 = 0 ;
9563 char *kwnames[] = {
9564 (char *) "self",(char *) "pos", NULL
9565 };
9566
9567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
9568 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9569 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9570 arg2 = (long) SWIG_AsLong(obj1);
9571 if (PyErr_Occurred()) SWIG_fail;
9572 {
9573 PyThreadState* __tstate = wxPyBeginAllowThreads();
9574 (arg1)->SetInsertionPoint(arg2);
9575
9576 wxPyEndAllowThreads(__tstate);
9577 if (PyErr_Occurred()) SWIG_fail;
9578 }
9579 Py_INCREF(Py_None); resultobj = Py_None;
9580 return resultobj;
9581 fail:
9582 return NULL;
9583 }
9584
9585
9586 static PyObject *_wrap_TextCtrl_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
9587 PyObject *resultobj;
9588 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9589 PyObject * obj0 = 0 ;
9590 char *kwnames[] = {
9591 (char *) "self", NULL
9592 };
9593
9594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
9595 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9596 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9597 {
9598 PyThreadState* __tstate = wxPyBeginAllowThreads();
9599 (arg1)->SetInsertionPointEnd();
9600
9601 wxPyEndAllowThreads(__tstate);
9602 if (PyErr_Occurred()) SWIG_fail;
9603 }
9604 Py_INCREF(Py_None); resultobj = Py_None;
9605 return resultobj;
9606 fail:
9607 return NULL;
9608 }
9609
9610
9611 static PyObject *_wrap_TextCtrl_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
9612 PyObject *resultobj;
9613 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9614 long result;
9615 PyObject * obj0 = 0 ;
9616 char *kwnames[] = {
9617 (char *) "self", NULL
9618 };
9619
9620 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetInsertionPoint",kwnames,&obj0)) goto fail;
9621 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9622 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9623 {
9624 PyThreadState* __tstate = wxPyBeginAllowThreads();
9625 result = (long)((wxTextCtrl const *)arg1)->GetInsertionPoint();
9626
9627 wxPyEndAllowThreads(__tstate);
9628 if (PyErr_Occurred()) SWIG_fail;
9629 }
9630 resultobj = SWIG_FromLong((long)result);
9631 return resultobj;
9632 fail:
9633 return NULL;
9634 }
9635
9636
9637 static PyObject *_wrap_TextCtrl_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9638 PyObject *resultobj;
9639 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9640 long result;
9641 PyObject * obj0 = 0 ;
9642 char *kwnames[] = {
9643 (char *) "self", NULL
9644 };
9645
9646 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetLastPosition",kwnames,&obj0)) goto fail;
9647 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9648 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9649 {
9650 PyThreadState* __tstate = wxPyBeginAllowThreads();
9651 result = (long)((wxTextCtrl const *)arg1)->GetLastPosition();
9652
9653 wxPyEndAllowThreads(__tstate);
9654 if (PyErr_Occurred()) SWIG_fail;
9655 }
9656 resultobj = SWIG_FromLong((long)result);
9657 return resultobj;
9658 fail:
9659 return NULL;
9660 }
9661
9662
9663 static PyObject *_wrap_TextCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
9664 PyObject *resultobj;
9665 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9666 long arg2 ;
9667 long arg3 ;
9668 PyObject * obj0 = 0 ;
9669 PyObject * obj1 = 0 ;
9670 PyObject * obj2 = 0 ;
9671 char *kwnames[] = {
9672 (char *) "self",(char *) "from",(char *) "to", NULL
9673 };
9674
9675 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
9676 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9677 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9678 arg2 = (long) SWIG_AsLong(obj1);
9679 if (PyErr_Occurred()) SWIG_fail;
9680 arg3 = (long) SWIG_AsLong(obj2);
9681 if (PyErr_Occurred()) SWIG_fail;
9682 {
9683 PyThreadState* __tstate = wxPyBeginAllowThreads();
9684 (arg1)->SetSelection(arg2,arg3);
9685
9686 wxPyEndAllowThreads(__tstate);
9687 if (PyErr_Occurred()) SWIG_fail;
9688 }
9689 Py_INCREF(Py_None); resultobj = Py_None;
9690 return resultobj;
9691 fail:
9692 return NULL;
9693 }
9694
9695
9696 static PyObject *_wrap_TextCtrl_SelectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
9697 PyObject *resultobj;
9698 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9699 PyObject * obj0 = 0 ;
9700 char *kwnames[] = {
9701 (char *) "self", NULL
9702 };
9703
9704 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SelectAll",kwnames,&obj0)) goto fail;
9705 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9706 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9707 {
9708 PyThreadState* __tstate = wxPyBeginAllowThreads();
9709 (arg1)->SelectAll();
9710
9711 wxPyEndAllowThreads(__tstate);
9712 if (PyErr_Occurred()) SWIG_fail;
9713 }
9714 Py_INCREF(Py_None); resultobj = Py_None;
9715 return resultobj;
9716 fail:
9717 return NULL;
9718 }
9719
9720
9721 static PyObject *_wrap_TextCtrl_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
9722 PyObject *resultobj;
9723 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9724 bool arg2 ;
9725 PyObject * obj0 = 0 ;
9726 PyObject * obj1 = 0 ;
9727 char *kwnames[] = {
9728 (char *) "self",(char *) "editable", NULL
9729 };
9730
9731 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetEditable",kwnames,&obj0,&obj1)) goto fail;
9732 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9733 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9734 arg2 = (bool) SWIG_AsBool(obj1);
9735 if (PyErr_Occurred()) SWIG_fail;
9736 {
9737 PyThreadState* __tstate = wxPyBeginAllowThreads();
9738 (arg1)->SetEditable(arg2);
9739
9740 wxPyEndAllowThreads(__tstate);
9741 if (PyErr_Occurred()) SWIG_fail;
9742 }
9743 Py_INCREF(Py_None); resultobj = Py_None;
9744 return resultobj;
9745 fail:
9746 return NULL;
9747 }
9748
9749
9750 static PyObject *_wrap_TextCtrl_write(PyObject *self, PyObject *args, PyObject *kwargs) {
9751 PyObject *resultobj;
9752 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9753 wxString *arg2 = 0 ;
9754 bool temp2 = False ;
9755 PyObject * obj0 = 0 ;
9756 PyObject * obj1 = 0 ;
9757 char *kwnames[] = {
9758 (char *) "self",(char *) "text", NULL
9759 };
9760
9761 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_write",kwnames,&obj0,&obj1)) goto fail;
9762 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9763 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9764 {
9765 arg2 = wxString_in_helper(obj1);
9766 if (arg2 == NULL) SWIG_fail;
9767 temp2 = True;
9768 }
9769 {
9770 PyThreadState* __tstate = wxPyBeginAllowThreads();
9771 wxTextCtrl_write(arg1,(wxString const &)*arg2);
9772
9773 wxPyEndAllowThreads(__tstate);
9774 if (PyErr_Occurred()) SWIG_fail;
9775 }
9776 Py_INCREF(Py_None); resultobj = Py_None;
9777 {
9778 if (temp2)
9779 delete arg2;
9780 }
9781 return resultobj;
9782 fail:
9783 {
9784 if (temp2)
9785 delete arg2;
9786 }
9787 return NULL;
9788 }
9789
9790
9791 static PyObject *_wrap_TextCtrl_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
9792 PyObject *resultobj;
9793 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
9794 long arg2 ;
9795 long arg3 ;
9796 wxString result;
9797 PyObject * obj0 = 0 ;
9798 PyObject * obj1 = 0 ;
9799 PyObject * obj2 = 0 ;
9800 char *kwnames[] = {
9801 (char *) "self",(char *) "from",(char *) "to", NULL
9802 };
9803
9804 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
9805 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextCtrl,
9806 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9807 arg2 = (long) SWIG_AsLong(obj1);
9808 if (PyErr_Occurred()) SWIG_fail;
9809 arg3 = (long) SWIG_AsLong(obj2);
9810 if (PyErr_Occurred()) SWIG_fail;
9811 {
9812 PyThreadState* __tstate = wxPyBeginAllowThreads();
9813 result = wxTextCtrl_GetString(arg1,arg2,arg3);
9814
9815 wxPyEndAllowThreads(__tstate);
9816 if (PyErr_Occurred()) SWIG_fail;
9817 }
9818 {
9819 #if wxUSE_UNICODE
9820 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
9821 #else
9822 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
9823 #endif
9824 }
9825 return resultobj;
9826 fail:
9827 return NULL;
9828 }
9829
9830
9831 static PyObject *_wrap_TextCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
9832 PyObject *resultobj;
9833 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
9834 wxVisualAttributes result;
9835 PyObject * obj0 = 0 ;
9836 char *kwnames[] = {
9837 (char *) "variant", NULL
9838 };
9839
9840 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:TextCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
9841 if (obj0) {
9842 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
9843 if (PyErr_Occurred()) SWIG_fail;
9844 }
9845 {
9846 if (!wxPyCheckForApp()) SWIG_fail;
9847 PyThreadState* __tstate = wxPyBeginAllowThreads();
9848 result = wxTextCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
9849
9850 wxPyEndAllowThreads(__tstate);
9851 if (PyErr_Occurred()) SWIG_fail;
9852 }
9853 {
9854 wxVisualAttributes * resultptr;
9855 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
9856 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
9857 }
9858 return resultobj;
9859 fail:
9860 return NULL;
9861 }
9862
9863
9864 static PyObject * TextCtrl_swigregister(PyObject *self, PyObject *args) {
9865 PyObject *obj;
9866 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
9867 SWIG_TypeClientData(SWIGTYPE_p_wxTextCtrl, obj);
9868 Py_INCREF(obj);
9869 return Py_BuildValue((char *)"");
9870 }
9871 static PyObject *_wrap_new_TextUrlEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
9872 PyObject *resultobj;
9873 int arg1 ;
9874 wxMouseEvent *arg2 = 0 ;
9875 long arg3 ;
9876 long arg4 ;
9877 wxTextUrlEvent *result;
9878 PyObject * obj0 = 0 ;
9879 PyObject * obj1 = 0 ;
9880 PyObject * obj2 = 0 ;
9881 PyObject * obj3 = 0 ;
9882 char *kwnames[] = {
9883 (char *) "winid",(char *) "evtMouse",(char *) "start",(char *) "end", NULL
9884 };
9885
9886 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:new_TextUrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
9887 arg1 = (int) SWIG_AsInt(obj0);
9888 if (PyErr_Occurred()) SWIG_fail;
9889 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxMouseEvent,
9890 SWIG_POINTER_EXCEPTION | 0)) == -1)
9891 SWIG_fail;
9892 if (arg2 == NULL) {
9893 PyErr_SetString(PyExc_TypeError,"null reference");
9894 SWIG_fail;
9895 }
9896 arg3 = (long) SWIG_AsLong(obj2);
9897 if (PyErr_Occurred()) SWIG_fail;
9898 arg4 = (long) SWIG_AsLong(obj3);
9899 if (PyErr_Occurred()) SWIG_fail;
9900 {
9901 PyThreadState* __tstate = wxPyBeginAllowThreads();
9902 result = (wxTextUrlEvent *)new wxTextUrlEvent(arg1,(wxMouseEvent const &)*arg2,arg3,arg4);
9903
9904 wxPyEndAllowThreads(__tstate);
9905 if (PyErr_Occurred()) SWIG_fail;
9906 }
9907 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTextUrlEvent, 1);
9908 return resultobj;
9909 fail:
9910 return NULL;
9911 }
9912
9913
9914 static PyObject *_wrap_TextUrlEvent_GetMouseEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
9915 PyObject *resultobj;
9916 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
9917 wxMouseEvent *result;
9918 PyObject * obj0 = 0 ;
9919 char *kwnames[] = {
9920 (char *) "self", NULL
9921 };
9922
9923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetMouseEvent",kwnames,&obj0)) goto fail;
9924 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
9925 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9926 {
9927 PyThreadState* __tstate = wxPyBeginAllowThreads();
9928 {
9929 wxMouseEvent const &_result_ref = (arg1)->GetMouseEvent();
9930 result = (wxMouseEvent *) &_result_ref;
9931 }
9932
9933 wxPyEndAllowThreads(__tstate);
9934 if (PyErr_Occurred()) SWIG_fail;
9935 }
9936 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxMouseEvent, 0);
9937 return resultobj;
9938 fail:
9939 return NULL;
9940 }
9941
9942
9943 static PyObject *_wrap_TextUrlEvent_GetURLStart(PyObject *self, PyObject *args, PyObject *kwargs) {
9944 PyObject *resultobj;
9945 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
9946 long result;
9947 PyObject * obj0 = 0 ;
9948 char *kwnames[] = {
9949 (char *) "self", NULL
9950 };
9951
9952 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLStart",kwnames,&obj0)) goto fail;
9953 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
9954 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9955 {
9956 PyThreadState* __tstate = wxPyBeginAllowThreads();
9957 result = (long)((wxTextUrlEvent const *)arg1)->GetURLStart();
9958
9959 wxPyEndAllowThreads(__tstate);
9960 if (PyErr_Occurred()) SWIG_fail;
9961 }
9962 resultobj = SWIG_FromLong((long)result);
9963 return resultobj;
9964 fail:
9965 return NULL;
9966 }
9967
9968
9969 static PyObject *_wrap_TextUrlEvent_GetURLEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
9970 PyObject *resultobj;
9971 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
9972 long result;
9973 PyObject * obj0 = 0 ;
9974 char *kwnames[] = {
9975 (char *) "self", NULL
9976 };
9977
9978 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLEnd",kwnames,&obj0)) goto fail;
9979 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTextUrlEvent,
9980 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
9981 {
9982 PyThreadState* __tstate = wxPyBeginAllowThreads();
9983 result = (long)((wxTextUrlEvent const *)arg1)->GetURLEnd();
9984
9985 wxPyEndAllowThreads(__tstate);
9986 if (PyErr_Occurred()) SWIG_fail;
9987 }
9988 resultobj = SWIG_FromLong((long)result);
9989 return resultobj;
9990 fail:
9991 return NULL;
9992 }
9993
9994
9995 static PyObject * TextUrlEvent_swigregister(PyObject *self, PyObject *args) {
9996 PyObject *obj;
9997 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
9998 SWIG_TypeClientData(SWIGTYPE_p_wxTextUrlEvent, obj);
9999 Py_INCREF(obj);
10000 return Py_BuildValue((char *)"");
10001 }
10002 static int _wrap_ScrollBarNameStr_set(PyObject *_val) {
10003 PyErr_SetString(PyExc_TypeError,"Variable ScrollBarNameStr is read-only.");
10004 return 1;
10005 }
10006
10007
10008 static PyObject *_wrap_ScrollBarNameStr_get() {
10009 PyObject *pyobj;
10010
10011 {
10012 #if wxUSE_UNICODE
10013 pyobj = PyUnicode_FromWideChar((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
10014 #else
10015 pyobj = PyString_FromStringAndSize((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
10016 #endif
10017 }
10018 return pyobj;
10019 }
10020
10021
10022 static PyObject *_wrap_new_ScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
10023 PyObject *resultobj;
10024 wxWindow *arg1 = (wxWindow *) 0 ;
10025 int arg2 = (int) -1 ;
10026 wxPoint const &arg3_defvalue = wxDefaultPosition ;
10027 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
10028 wxSize const &arg4_defvalue = wxDefaultSize ;
10029 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
10030 long arg5 = (long) wxSB_HORIZONTAL ;
10031 wxValidator const &arg6_defvalue = wxDefaultValidator ;
10032 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
10033 wxString const &arg7_defvalue = wxPyScrollBarNameStr ;
10034 wxString *arg7 = (wxString *) &arg7_defvalue ;
10035 wxScrollBar *result;
10036 wxPoint temp3 ;
10037 wxSize temp4 ;
10038 bool temp7 = False ;
10039 PyObject * obj0 = 0 ;
10040 PyObject * obj1 = 0 ;
10041 PyObject * obj2 = 0 ;
10042 PyObject * obj3 = 0 ;
10043 PyObject * obj4 = 0 ;
10044 PyObject * obj5 = 0 ;
10045 PyObject * obj6 = 0 ;
10046 char *kwnames[] = {
10047 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10048 };
10049
10050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ScrollBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
10051 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
10052 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10053 if (obj1) {
10054 arg2 = (int) SWIG_AsInt(obj1);
10055 if (PyErr_Occurred()) SWIG_fail;
10056 }
10057 if (obj2) {
10058 {
10059 arg3 = &temp3;
10060 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
10061 }
10062 }
10063 if (obj3) {
10064 {
10065 arg4 = &temp4;
10066 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
10067 }
10068 }
10069 if (obj4) {
10070 arg5 = (long) SWIG_AsLong(obj4);
10071 if (PyErr_Occurred()) SWIG_fail;
10072 }
10073 if (obj5) {
10074 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
10075 SWIG_POINTER_EXCEPTION | 0)) == -1)
10076 SWIG_fail;
10077 if (arg6 == NULL) {
10078 PyErr_SetString(PyExc_TypeError,"null reference");
10079 SWIG_fail;
10080 }
10081 }
10082 if (obj6) {
10083 {
10084 arg7 = wxString_in_helper(obj6);
10085 if (arg7 == NULL) SWIG_fail;
10086 temp7 = True;
10087 }
10088 }
10089 {
10090 if (!wxPyCheckForApp()) SWIG_fail;
10091 PyThreadState* __tstate = wxPyBeginAllowThreads();
10092 result = (wxScrollBar *)new wxScrollBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
10093
10094 wxPyEndAllowThreads(__tstate);
10095 if (PyErr_Occurred()) SWIG_fail;
10096 }
10097 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxScrollBar, 1);
10098 {
10099 if (temp7)
10100 delete arg7;
10101 }
10102 return resultobj;
10103 fail:
10104 {
10105 if (temp7)
10106 delete arg7;
10107 }
10108 return NULL;
10109 }
10110
10111
10112 static PyObject *_wrap_new_PreScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
10113 PyObject *resultobj;
10114 wxScrollBar *result;
10115 char *kwnames[] = {
10116 NULL
10117 };
10118
10119 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreScrollBar",kwnames)) goto fail;
10120 {
10121 if (!wxPyCheckForApp()) SWIG_fail;
10122 PyThreadState* __tstate = wxPyBeginAllowThreads();
10123 result = (wxScrollBar *)new wxScrollBar();
10124
10125 wxPyEndAllowThreads(__tstate);
10126 if (PyErr_Occurred()) SWIG_fail;
10127 }
10128 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxScrollBar, 1);
10129 return resultobj;
10130 fail:
10131 return NULL;
10132 }
10133
10134
10135 static PyObject *_wrap_ScrollBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10136 PyObject *resultobj;
10137 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10138 wxWindow *arg2 = (wxWindow *) 0 ;
10139 int arg3 = (int) -1 ;
10140 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10141 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10142 wxSize const &arg5_defvalue = wxDefaultSize ;
10143 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10144 long arg6 = (long) wxSB_HORIZONTAL ;
10145 wxValidator const &arg7_defvalue = wxDefaultValidator ;
10146 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
10147 wxString const &arg8_defvalue = wxPyScrollBarNameStr ;
10148 wxString *arg8 = (wxString *) &arg8_defvalue ;
10149 bool result;
10150 wxPoint temp4 ;
10151 wxSize temp5 ;
10152 bool temp8 = False ;
10153 PyObject * obj0 = 0 ;
10154 PyObject * obj1 = 0 ;
10155 PyObject * obj2 = 0 ;
10156 PyObject * obj3 = 0 ;
10157 PyObject * obj4 = 0 ;
10158 PyObject * obj5 = 0 ;
10159 PyObject * obj6 = 0 ;
10160 PyObject * obj7 = 0 ;
10161 char *kwnames[] = {
10162 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10163 };
10164
10165 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ScrollBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
10166 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10167 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10168 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
10169 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10170 if (obj2) {
10171 arg3 = (int) SWIG_AsInt(obj2);
10172 if (PyErr_Occurred()) SWIG_fail;
10173 }
10174 if (obj3) {
10175 {
10176 arg4 = &temp4;
10177 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10178 }
10179 }
10180 if (obj4) {
10181 {
10182 arg5 = &temp5;
10183 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10184 }
10185 }
10186 if (obj5) {
10187 arg6 = (long) SWIG_AsLong(obj5);
10188 if (PyErr_Occurred()) SWIG_fail;
10189 }
10190 if (obj6) {
10191 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
10192 SWIG_POINTER_EXCEPTION | 0)) == -1)
10193 SWIG_fail;
10194 if (arg7 == NULL) {
10195 PyErr_SetString(PyExc_TypeError,"null reference");
10196 SWIG_fail;
10197 }
10198 }
10199 if (obj7) {
10200 {
10201 arg8 = wxString_in_helper(obj7);
10202 if (arg8 == NULL) SWIG_fail;
10203 temp8 = True;
10204 }
10205 }
10206 {
10207 PyThreadState* __tstate = wxPyBeginAllowThreads();
10208 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
10209
10210 wxPyEndAllowThreads(__tstate);
10211 if (PyErr_Occurred()) SWIG_fail;
10212 }
10213 {
10214 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10215 }
10216 {
10217 if (temp8)
10218 delete arg8;
10219 }
10220 return resultobj;
10221 fail:
10222 {
10223 if (temp8)
10224 delete arg8;
10225 }
10226 return NULL;
10227 }
10228
10229
10230 static PyObject *_wrap_ScrollBar_GetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
10231 PyObject *resultobj;
10232 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10233 int result;
10234 PyObject * obj0 = 0 ;
10235 char *kwnames[] = {
10236 (char *) "self", NULL
10237 };
10238
10239 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbPosition",kwnames,&obj0)) goto fail;
10240 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10241 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10242 {
10243 PyThreadState* __tstate = wxPyBeginAllowThreads();
10244 result = (int)((wxScrollBar const *)arg1)->GetThumbPosition();
10245
10246 wxPyEndAllowThreads(__tstate);
10247 if (PyErr_Occurred()) SWIG_fail;
10248 }
10249 resultobj = SWIG_FromInt((int)result);
10250 return resultobj;
10251 fail:
10252 return NULL;
10253 }
10254
10255
10256 static PyObject *_wrap_ScrollBar_GetThumbSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10257 PyObject *resultobj;
10258 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10259 int result;
10260 PyObject * obj0 = 0 ;
10261 char *kwnames[] = {
10262 (char *) "self", NULL
10263 };
10264
10265 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbSize",kwnames,&obj0)) goto fail;
10266 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10267 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10268 {
10269 PyThreadState* __tstate = wxPyBeginAllowThreads();
10270 result = (int)((wxScrollBar const *)arg1)->GetThumbSize();
10271
10272 wxPyEndAllowThreads(__tstate);
10273 if (PyErr_Occurred()) SWIG_fail;
10274 }
10275 resultobj = SWIG_FromInt((int)result);
10276 return resultobj;
10277 fail:
10278 return NULL;
10279 }
10280
10281
10282 static PyObject *_wrap_ScrollBar_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10283 PyObject *resultobj;
10284 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10285 int result;
10286 PyObject * obj0 = 0 ;
10287 char *kwnames[] = {
10288 (char *) "self", NULL
10289 };
10290
10291 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetPageSize",kwnames,&obj0)) goto fail;
10292 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10293 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10294 {
10295 PyThreadState* __tstate = wxPyBeginAllowThreads();
10296 result = (int)((wxScrollBar const *)arg1)->GetPageSize();
10297
10298 wxPyEndAllowThreads(__tstate);
10299 if (PyErr_Occurred()) SWIG_fail;
10300 }
10301 resultobj = SWIG_FromInt((int)result);
10302 return resultobj;
10303 fail:
10304 return NULL;
10305 }
10306
10307
10308 static PyObject *_wrap_ScrollBar_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
10309 PyObject *resultobj;
10310 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10311 int result;
10312 PyObject * obj0 = 0 ;
10313 char *kwnames[] = {
10314 (char *) "self", NULL
10315 };
10316
10317 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetRange",kwnames,&obj0)) goto fail;
10318 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10319 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10320 {
10321 PyThreadState* __tstate = wxPyBeginAllowThreads();
10322 result = (int)((wxScrollBar const *)arg1)->GetRange();
10323
10324 wxPyEndAllowThreads(__tstate);
10325 if (PyErr_Occurred()) SWIG_fail;
10326 }
10327 resultobj = SWIG_FromInt((int)result);
10328 return resultobj;
10329 fail:
10330 return NULL;
10331 }
10332
10333
10334 static PyObject *_wrap_ScrollBar_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
10335 PyObject *resultobj;
10336 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10337 bool result;
10338 PyObject * obj0 = 0 ;
10339 char *kwnames[] = {
10340 (char *) "self", NULL
10341 };
10342
10343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_IsVertical",kwnames,&obj0)) goto fail;
10344 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10345 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10346 {
10347 PyThreadState* __tstate = wxPyBeginAllowThreads();
10348 result = (bool)((wxScrollBar const *)arg1)->IsVertical();
10349
10350 wxPyEndAllowThreads(__tstate);
10351 if (PyErr_Occurred()) SWIG_fail;
10352 }
10353 {
10354 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10355 }
10356 return resultobj;
10357 fail:
10358 return NULL;
10359 }
10360
10361
10362 static PyObject *_wrap_ScrollBar_SetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
10363 PyObject *resultobj;
10364 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10365 int arg2 ;
10366 PyObject * obj0 = 0 ;
10367 PyObject * obj1 = 0 ;
10368 char *kwnames[] = {
10369 (char *) "self",(char *) "viewStart", NULL
10370 };
10371
10372 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ScrollBar_SetThumbPosition",kwnames,&obj0,&obj1)) goto fail;
10373 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10374 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10375 arg2 = (int) SWIG_AsInt(obj1);
10376 if (PyErr_Occurred()) SWIG_fail;
10377 {
10378 PyThreadState* __tstate = wxPyBeginAllowThreads();
10379 (arg1)->SetThumbPosition(arg2);
10380
10381 wxPyEndAllowThreads(__tstate);
10382 if (PyErr_Occurred()) SWIG_fail;
10383 }
10384 Py_INCREF(Py_None); resultobj = Py_None;
10385 return resultobj;
10386 fail:
10387 return NULL;
10388 }
10389
10390
10391 static PyObject *_wrap_ScrollBar_SetScrollbar(PyObject *self, PyObject *args, PyObject *kwargs) {
10392 PyObject *resultobj;
10393 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
10394 int arg2 ;
10395 int arg3 ;
10396 int arg4 ;
10397 int arg5 ;
10398 bool arg6 = (bool) True ;
10399 PyObject * obj0 = 0 ;
10400 PyObject * obj1 = 0 ;
10401 PyObject * obj2 = 0 ;
10402 PyObject * obj3 = 0 ;
10403 PyObject * obj4 = 0 ;
10404 PyObject * obj5 = 0 ;
10405 char *kwnames[] = {
10406 (char *) "self",(char *) "position",(char *) "thumbSize",(char *) "range",(char *) "pageSize",(char *) "refresh", NULL
10407 };
10408
10409 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:ScrollBar_SetScrollbar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
10410 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxScrollBar,
10411 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10412 arg2 = (int) SWIG_AsInt(obj1);
10413 if (PyErr_Occurred()) SWIG_fail;
10414 arg3 = (int) SWIG_AsInt(obj2);
10415 if (PyErr_Occurred()) SWIG_fail;
10416 arg4 = (int) SWIG_AsInt(obj3);
10417 if (PyErr_Occurred()) SWIG_fail;
10418 arg5 = (int) SWIG_AsInt(obj4);
10419 if (PyErr_Occurred()) SWIG_fail;
10420 if (obj5) {
10421 arg6 = (bool) SWIG_AsBool(obj5);
10422 if (PyErr_Occurred()) SWIG_fail;
10423 }
10424 {
10425 PyThreadState* __tstate = wxPyBeginAllowThreads();
10426 (arg1)->SetScrollbar(arg2,arg3,arg4,arg5,arg6);
10427
10428 wxPyEndAllowThreads(__tstate);
10429 if (PyErr_Occurred()) SWIG_fail;
10430 }
10431 Py_INCREF(Py_None); resultobj = Py_None;
10432 return resultobj;
10433 fail:
10434 return NULL;
10435 }
10436
10437
10438 static PyObject *_wrap_ScrollBar_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
10439 PyObject *resultobj;
10440 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
10441 wxVisualAttributes result;
10442 PyObject * obj0 = 0 ;
10443 char *kwnames[] = {
10444 (char *) "variant", NULL
10445 };
10446
10447 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ScrollBar_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
10448 if (obj0) {
10449 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
10450 if (PyErr_Occurred()) SWIG_fail;
10451 }
10452 {
10453 if (!wxPyCheckForApp()) SWIG_fail;
10454 PyThreadState* __tstate = wxPyBeginAllowThreads();
10455 result = wxScrollBar::GetClassDefaultAttributes((wxWindowVariant )arg1);
10456
10457 wxPyEndAllowThreads(__tstate);
10458 if (PyErr_Occurred()) SWIG_fail;
10459 }
10460 {
10461 wxVisualAttributes * resultptr;
10462 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
10463 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
10464 }
10465 return resultobj;
10466 fail:
10467 return NULL;
10468 }
10469
10470
10471 static PyObject * ScrollBar_swigregister(PyObject *self, PyObject *args) {
10472 PyObject *obj;
10473 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10474 SWIG_TypeClientData(SWIGTYPE_p_wxScrollBar, obj);
10475 Py_INCREF(obj);
10476 return Py_BuildValue((char *)"");
10477 }
10478 static int _wrap_SPIN_BUTTON_NAME_set(PyObject *_val) {
10479 PyErr_SetString(PyExc_TypeError,"Variable SPIN_BUTTON_NAME is read-only.");
10480 return 1;
10481 }
10482
10483
10484 static PyObject *_wrap_SPIN_BUTTON_NAME_get() {
10485 PyObject *pyobj;
10486
10487 {
10488 #if wxUSE_UNICODE
10489 pyobj = PyUnicode_FromWideChar((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
10490 #else
10491 pyobj = PyString_FromStringAndSize((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
10492 #endif
10493 }
10494 return pyobj;
10495 }
10496
10497
10498 static int _wrap_SpinCtrlNameStr_set(PyObject *_val) {
10499 PyErr_SetString(PyExc_TypeError,"Variable SpinCtrlNameStr is read-only.");
10500 return 1;
10501 }
10502
10503
10504 static PyObject *_wrap_SpinCtrlNameStr_get() {
10505 PyObject *pyobj;
10506
10507 {
10508 #if wxUSE_UNICODE
10509 pyobj = PyUnicode_FromWideChar((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
10510 #else
10511 pyobj = PyString_FromStringAndSize((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
10512 #endif
10513 }
10514 return pyobj;
10515 }
10516
10517
10518 static PyObject *_wrap_new_SpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10519 PyObject *resultobj;
10520 wxWindow *arg1 = (wxWindow *) 0 ;
10521 int arg2 = (int) -1 ;
10522 wxPoint const &arg3_defvalue = wxDefaultPosition ;
10523 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
10524 wxSize const &arg4_defvalue = wxDefaultSize ;
10525 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
10526 long arg5 = (long) wxSP_HORIZONTAL ;
10527 wxString const &arg6_defvalue = wxPySPIN_BUTTON_NAME ;
10528 wxString *arg6 = (wxString *) &arg6_defvalue ;
10529 wxSpinButton *result;
10530 wxPoint temp3 ;
10531 wxSize temp4 ;
10532 bool temp6 = False ;
10533 PyObject * obj0 = 0 ;
10534 PyObject * obj1 = 0 ;
10535 PyObject * obj2 = 0 ;
10536 PyObject * obj3 = 0 ;
10537 PyObject * obj4 = 0 ;
10538 PyObject * obj5 = 0 ;
10539 char *kwnames[] = {
10540 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10541 };
10542
10543 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_SpinButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
10544 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
10545 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10546 if (obj1) {
10547 arg2 = (int) SWIG_AsInt(obj1);
10548 if (PyErr_Occurred()) SWIG_fail;
10549 }
10550 if (obj2) {
10551 {
10552 arg3 = &temp3;
10553 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
10554 }
10555 }
10556 if (obj3) {
10557 {
10558 arg4 = &temp4;
10559 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
10560 }
10561 }
10562 if (obj4) {
10563 arg5 = (long) SWIG_AsLong(obj4);
10564 if (PyErr_Occurred()) SWIG_fail;
10565 }
10566 if (obj5) {
10567 {
10568 arg6 = wxString_in_helper(obj5);
10569 if (arg6 == NULL) SWIG_fail;
10570 temp6 = True;
10571 }
10572 }
10573 {
10574 if (!wxPyCheckForApp()) SWIG_fail;
10575 PyThreadState* __tstate = wxPyBeginAllowThreads();
10576 result = (wxSpinButton *)new wxSpinButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
10577
10578 wxPyEndAllowThreads(__tstate);
10579 if (PyErr_Occurred()) SWIG_fail;
10580 }
10581 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinButton, 1);
10582 {
10583 if (temp6)
10584 delete arg6;
10585 }
10586 return resultobj;
10587 fail:
10588 {
10589 if (temp6)
10590 delete arg6;
10591 }
10592 return NULL;
10593 }
10594
10595
10596 static PyObject *_wrap_new_PreSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10597 PyObject *resultobj;
10598 wxSpinButton *result;
10599 char *kwnames[] = {
10600 NULL
10601 };
10602
10603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinButton",kwnames)) goto fail;
10604 {
10605 if (!wxPyCheckForApp()) SWIG_fail;
10606 PyThreadState* __tstate = wxPyBeginAllowThreads();
10607 result = (wxSpinButton *)new wxSpinButton();
10608
10609 wxPyEndAllowThreads(__tstate);
10610 if (PyErr_Occurred()) SWIG_fail;
10611 }
10612 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinButton, 1);
10613 return resultobj;
10614 fail:
10615 return NULL;
10616 }
10617
10618
10619 static PyObject *_wrap_SpinButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10620 PyObject *resultobj;
10621 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10622 wxWindow *arg2 = (wxWindow *) 0 ;
10623 int arg3 = (int) -1 ;
10624 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10625 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10626 wxSize const &arg5_defvalue = wxDefaultSize ;
10627 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10628 long arg6 = (long) wxSP_HORIZONTAL ;
10629 wxString const &arg7_defvalue = wxPySPIN_BUTTON_NAME ;
10630 wxString *arg7 = (wxString *) &arg7_defvalue ;
10631 bool result;
10632 wxPoint temp4 ;
10633 wxSize temp5 ;
10634 bool temp7 = False ;
10635 PyObject * obj0 = 0 ;
10636 PyObject * obj1 = 0 ;
10637 PyObject * obj2 = 0 ;
10638 PyObject * obj3 = 0 ;
10639 PyObject * obj4 = 0 ;
10640 PyObject * obj5 = 0 ;
10641 PyObject * obj6 = 0 ;
10642 char *kwnames[] = {
10643 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10644 };
10645
10646 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:SpinButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
10647 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10648 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10649 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
10650 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10651 if (obj2) {
10652 arg3 = (int) SWIG_AsInt(obj2);
10653 if (PyErr_Occurred()) SWIG_fail;
10654 }
10655 if (obj3) {
10656 {
10657 arg4 = &temp4;
10658 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10659 }
10660 }
10661 if (obj4) {
10662 {
10663 arg5 = &temp5;
10664 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10665 }
10666 }
10667 if (obj5) {
10668 arg6 = (long) SWIG_AsLong(obj5);
10669 if (PyErr_Occurred()) SWIG_fail;
10670 }
10671 if (obj6) {
10672 {
10673 arg7 = wxString_in_helper(obj6);
10674 if (arg7 == NULL) SWIG_fail;
10675 temp7 = True;
10676 }
10677 }
10678 {
10679 PyThreadState* __tstate = wxPyBeginAllowThreads();
10680 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
10681
10682 wxPyEndAllowThreads(__tstate);
10683 if (PyErr_Occurred()) SWIG_fail;
10684 }
10685 {
10686 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10687 }
10688 {
10689 if (temp7)
10690 delete arg7;
10691 }
10692 return resultobj;
10693 fail:
10694 {
10695 if (temp7)
10696 delete arg7;
10697 }
10698 return NULL;
10699 }
10700
10701
10702 static PyObject *_wrap_SpinButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10703 PyObject *resultobj;
10704 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10705 int result;
10706 PyObject * obj0 = 0 ;
10707 char *kwnames[] = {
10708 (char *) "self", NULL
10709 };
10710
10711 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetValue",kwnames,&obj0)) goto fail;
10712 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10713 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10714 {
10715 PyThreadState* __tstate = wxPyBeginAllowThreads();
10716 result = (int)((wxSpinButton const *)arg1)->GetValue();
10717
10718 wxPyEndAllowThreads(__tstate);
10719 if (PyErr_Occurred()) SWIG_fail;
10720 }
10721 resultobj = SWIG_FromInt((int)result);
10722 return resultobj;
10723 fail:
10724 return NULL;
10725 }
10726
10727
10728 static PyObject *_wrap_SpinButton_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
10729 PyObject *resultobj;
10730 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10731 int result;
10732 PyObject * obj0 = 0 ;
10733 char *kwnames[] = {
10734 (char *) "self", NULL
10735 };
10736
10737 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMin",kwnames,&obj0)) goto fail;
10738 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10739 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10740 {
10741 PyThreadState* __tstate = wxPyBeginAllowThreads();
10742 result = (int)((wxSpinButton const *)arg1)->GetMin();
10743
10744 wxPyEndAllowThreads(__tstate);
10745 if (PyErr_Occurred()) SWIG_fail;
10746 }
10747 resultobj = SWIG_FromInt((int)result);
10748 return resultobj;
10749 fail:
10750 return NULL;
10751 }
10752
10753
10754 static PyObject *_wrap_SpinButton_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
10755 PyObject *resultobj;
10756 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10757 int result;
10758 PyObject * obj0 = 0 ;
10759 char *kwnames[] = {
10760 (char *) "self", NULL
10761 };
10762
10763 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMax",kwnames,&obj0)) goto fail;
10764 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10765 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10766 {
10767 PyThreadState* __tstate = wxPyBeginAllowThreads();
10768 result = (int)((wxSpinButton const *)arg1)->GetMax();
10769
10770 wxPyEndAllowThreads(__tstate);
10771 if (PyErr_Occurred()) SWIG_fail;
10772 }
10773 resultobj = SWIG_FromInt((int)result);
10774 return resultobj;
10775 fail:
10776 return NULL;
10777 }
10778
10779
10780 static PyObject *_wrap_SpinButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10781 PyObject *resultobj;
10782 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10783 int arg2 ;
10784 PyObject * obj0 = 0 ;
10785 PyObject * obj1 = 0 ;
10786 char *kwnames[] = {
10787 (char *) "self",(char *) "val", NULL
10788 };
10789
10790 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
10791 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10792 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10793 arg2 = (int) SWIG_AsInt(obj1);
10794 if (PyErr_Occurred()) SWIG_fail;
10795 {
10796 PyThreadState* __tstate = wxPyBeginAllowThreads();
10797 (arg1)->SetValue(arg2);
10798
10799 wxPyEndAllowThreads(__tstate);
10800 if (PyErr_Occurred()) SWIG_fail;
10801 }
10802 Py_INCREF(Py_None); resultobj = Py_None;
10803 return resultobj;
10804 fail:
10805 return NULL;
10806 }
10807
10808
10809 static PyObject *_wrap_SpinButton_SetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
10810 PyObject *resultobj;
10811 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10812 int arg2 ;
10813 PyObject * obj0 = 0 ;
10814 PyObject * obj1 = 0 ;
10815 char *kwnames[] = {
10816 (char *) "self",(char *) "minVal", NULL
10817 };
10818
10819 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMin",kwnames,&obj0,&obj1)) goto fail;
10820 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10821 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10822 arg2 = (int) SWIG_AsInt(obj1);
10823 if (PyErr_Occurred()) SWIG_fail;
10824 {
10825 PyThreadState* __tstate = wxPyBeginAllowThreads();
10826 (arg1)->SetMin(arg2);
10827
10828 wxPyEndAllowThreads(__tstate);
10829 if (PyErr_Occurred()) SWIG_fail;
10830 }
10831 Py_INCREF(Py_None); resultobj = Py_None;
10832 return resultobj;
10833 fail:
10834 return NULL;
10835 }
10836
10837
10838 static PyObject *_wrap_SpinButton_SetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
10839 PyObject *resultobj;
10840 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10841 int arg2 ;
10842 PyObject * obj0 = 0 ;
10843 PyObject * obj1 = 0 ;
10844 char *kwnames[] = {
10845 (char *) "self",(char *) "maxVal", NULL
10846 };
10847
10848 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMax",kwnames,&obj0,&obj1)) goto fail;
10849 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10850 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10851 arg2 = (int) SWIG_AsInt(obj1);
10852 if (PyErr_Occurred()) SWIG_fail;
10853 {
10854 PyThreadState* __tstate = wxPyBeginAllowThreads();
10855 (arg1)->SetMax(arg2);
10856
10857 wxPyEndAllowThreads(__tstate);
10858 if (PyErr_Occurred()) SWIG_fail;
10859 }
10860 Py_INCREF(Py_None); resultobj = Py_None;
10861 return resultobj;
10862 fail:
10863 return NULL;
10864 }
10865
10866
10867 static PyObject *_wrap_SpinButton_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
10868 PyObject *resultobj;
10869 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10870 int arg2 ;
10871 int arg3 ;
10872 PyObject * obj0 = 0 ;
10873 PyObject * obj1 = 0 ;
10874 PyObject * obj2 = 0 ;
10875 char *kwnames[] = {
10876 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
10877 };
10878
10879 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinButton_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
10880 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10881 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10882 arg2 = (int) SWIG_AsInt(obj1);
10883 if (PyErr_Occurred()) SWIG_fail;
10884 arg3 = (int) SWIG_AsInt(obj2);
10885 if (PyErr_Occurred()) SWIG_fail;
10886 {
10887 PyThreadState* __tstate = wxPyBeginAllowThreads();
10888 (arg1)->SetRange(arg2,arg3);
10889
10890 wxPyEndAllowThreads(__tstate);
10891 if (PyErr_Occurred()) SWIG_fail;
10892 }
10893 Py_INCREF(Py_None); resultobj = Py_None;
10894 return resultobj;
10895 fail:
10896 return NULL;
10897 }
10898
10899
10900 static PyObject *_wrap_SpinButton_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
10901 PyObject *resultobj;
10902 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
10903 bool result;
10904 PyObject * obj0 = 0 ;
10905 char *kwnames[] = {
10906 (char *) "self", NULL
10907 };
10908
10909 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_IsVertical",kwnames,&obj0)) goto fail;
10910 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinButton,
10911 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
10912 {
10913 PyThreadState* __tstate = wxPyBeginAllowThreads();
10914 result = (bool)((wxSpinButton const *)arg1)->IsVertical();
10915
10916 wxPyEndAllowThreads(__tstate);
10917 if (PyErr_Occurred()) SWIG_fail;
10918 }
10919 {
10920 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10921 }
10922 return resultobj;
10923 fail:
10924 return NULL;
10925 }
10926
10927
10928 static PyObject *_wrap_SpinButton_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
10929 PyObject *resultobj;
10930 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
10931 wxVisualAttributes result;
10932 PyObject * obj0 = 0 ;
10933 char *kwnames[] = {
10934 (char *) "variant", NULL
10935 };
10936
10937 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:SpinButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
10938 if (obj0) {
10939 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
10940 if (PyErr_Occurred()) SWIG_fail;
10941 }
10942 {
10943 if (!wxPyCheckForApp()) SWIG_fail;
10944 PyThreadState* __tstate = wxPyBeginAllowThreads();
10945 result = wxSpinButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
10946
10947 wxPyEndAllowThreads(__tstate);
10948 if (PyErr_Occurred()) SWIG_fail;
10949 }
10950 {
10951 wxVisualAttributes * resultptr;
10952 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
10953 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
10954 }
10955 return resultobj;
10956 fail:
10957 return NULL;
10958 }
10959
10960
10961 static PyObject * SpinButton_swigregister(PyObject *self, PyObject *args) {
10962 PyObject *obj;
10963 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10964 SWIG_TypeClientData(SWIGTYPE_p_wxSpinButton, obj);
10965 Py_INCREF(obj);
10966 return Py_BuildValue((char *)"");
10967 }
10968 static PyObject *_wrap_new_SpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
10969 PyObject *resultobj;
10970 wxWindow *arg1 = (wxWindow *) 0 ;
10971 int arg2 = (int) -1 ;
10972 wxString const &arg3_defvalue = wxPyEmptyString ;
10973 wxString *arg3 = (wxString *) &arg3_defvalue ;
10974 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10975 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10976 wxSize const &arg5_defvalue = wxDefaultSize ;
10977 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10978 long arg6 = (long) wxSP_ARROW_KEYS ;
10979 int arg7 = (int) 0 ;
10980 int arg8 = (int) 100 ;
10981 int arg9 = (int) 0 ;
10982 wxString const &arg10_defvalue = wxPySpinCtrlNameStr ;
10983 wxString *arg10 = (wxString *) &arg10_defvalue ;
10984 wxSpinCtrl *result;
10985 bool temp3 = False ;
10986 wxPoint temp4 ;
10987 wxSize temp5 ;
10988 bool temp10 = False ;
10989 PyObject * obj0 = 0 ;
10990 PyObject * obj1 = 0 ;
10991 PyObject * obj2 = 0 ;
10992 PyObject * obj3 = 0 ;
10993 PyObject * obj4 = 0 ;
10994 PyObject * obj5 = 0 ;
10995 PyObject * obj6 = 0 ;
10996 PyObject * obj7 = 0 ;
10997 PyObject * obj8 = 0 ;
10998 PyObject * obj9 = 0 ;
10999 char *kwnames[] = {
11000 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11001 };
11002
11003 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_SpinCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11004 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
11005 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11006 if (obj1) {
11007 arg2 = (int) SWIG_AsInt(obj1);
11008 if (PyErr_Occurred()) SWIG_fail;
11009 }
11010 if (obj2) {
11011 {
11012 arg3 = wxString_in_helper(obj2);
11013 if (arg3 == NULL) SWIG_fail;
11014 temp3 = True;
11015 }
11016 }
11017 if (obj3) {
11018 {
11019 arg4 = &temp4;
11020 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11021 }
11022 }
11023 if (obj4) {
11024 {
11025 arg5 = &temp5;
11026 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11027 }
11028 }
11029 if (obj5) {
11030 arg6 = (long) SWIG_AsLong(obj5);
11031 if (PyErr_Occurred()) SWIG_fail;
11032 }
11033 if (obj6) {
11034 arg7 = (int) SWIG_AsInt(obj6);
11035 if (PyErr_Occurred()) SWIG_fail;
11036 }
11037 if (obj7) {
11038 arg8 = (int) SWIG_AsInt(obj7);
11039 if (PyErr_Occurred()) SWIG_fail;
11040 }
11041 if (obj8) {
11042 arg9 = (int) SWIG_AsInt(obj8);
11043 if (PyErr_Occurred()) SWIG_fail;
11044 }
11045 if (obj9) {
11046 {
11047 arg10 = wxString_in_helper(obj9);
11048 if (arg10 == NULL) SWIG_fail;
11049 temp10 = True;
11050 }
11051 }
11052 {
11053 if (!wxPyCheckForApp()) SWIG_fail;
11054 PyThreadState* __tstate = wxPyBeginAllowThreads();
11055 result = (wxSpinCtrl *)new wxSpinCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,arg7,arg8,arg9,(wxString const &)*arg10);
11056
11057 wxPyEndAllowThreads(__tstate);
11058 if (PyErr_Occurred()) SWIG_fail;
11059 }
11060 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinCtrl, 1);
11061 {
11062 if (temp3)
11063 delete arg3;
11064 }
11065 {
11066 if (temp10)
11067 delete arg10;
11068 }
11069 return resultobj;
11070 fail:
11071 {
11072 if (temp3)
11073 delete arg3;
11074 }
11075 {
11076 if (temp10)
11077 delete arg10;
11078 }
11079 return NULL;
11080 }
11081
11082
11083 static PyObject *_wrap_new_PreSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
11084 PyObject *resultobj;
11085 wxSpinCtrl *result;
11086 char *kwnames[] = {
11087 NULL
11088 };
11089
11090 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinCtrl",kwnames)) goto fail;
11091 {
11092 if (!wxPyCheckForApp()) SWIG_fail;
11093 PyThreadState* __tstate = wxPyBeginAllowThreads();
11094 result = (wxSpinCtrl *)new wxSpinCtrl();
11095
11096 wxPyEndAllowThreads(__tstate);
11097 if (PyErr_Occurred()) SWIG_fail;
11098 }
11099 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinCtrl, 1);
11100 return resultobj;
11101 fail:
11102 return NULL;
11103 }
11104
11105
11106 static PyObject *_wrap_SpinCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11107 PyObject *resultobj;
11108 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11109 wxWindow *arg2 = (wxWindow *) 0 ;
11110 int arg3 = (int) -1 ;
11111 wxString const &arg4_defvalue = wxPyEmptyString ;
11112 wxString *arg4 = (wxString *) &arg4_defvalue ;
11113 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11114 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11115 wxSize const &arg6_defvalue = wxDefaultSize ;
11116 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11117 long arg7 = (long) wxSP_ARROW_KEYS ;
11118 int arg8 = (int) 0 ;
11119 int arg9 = (int) 100 ;
11120 int arg10 = (int) 0 ;
11121 wxString const &arg11_defvalue = wxPySpinCtrlNameStr ;
11122 wxString *arg11 = (wxString *) &arg11_defvalue ;
11123 bool result;
11124 bool temp4 = False ;
11125 wxPoint temp5 ;
11126 wxSize temp6 ;
11127 bool temp11 = False ;
11128 PyObject * obj0 = 0 ;
11129 PyObject * obj1 = 0 ;
11130 PyObject * obj2 = 0 ;
11131 PyObject * obj3 = 0 ;
11132 PyObject * obj4 = 0 ;
11133 PyObject * obj5 = 0 ;
11134 PyObject * obj6 = 0 ;
11135 PyObject * obj7 = 0 ;
11136 PyObject * obj8 = 0 ;
11137 PyObject * obj9 = 0 ;
11138 PyObject * obj10 = 0 ;
11139 char *kwnames[] = {
11140 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11141 };
11142
11143 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:SpinCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11144 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11145 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11146 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
11147 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11148 if (obj2) {
11149 arg3 = (int) SWIG_AsInt(obj2);
11150 if (PyErr_Occurred()) SWIG_fail;
11151 }
11152 if (obj3) {
11153 {
11154 arg4 = wxString_in_helper(obj3);
11155 if (arg4 == NULL) SWIG_fail;
11156 temp4 = True;
11157 }
11158 }
11159 if (obj4) {
11160 {
11161 arg5 = &temp5;
11162 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
11163 }
11164 }
11165 if (obj5) {
11166 {
11167 arg6 = &temp6;
11168 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
11169 }
11170 }
11171 if (obj6) {
11172 arg7 = (long) SWIG_AsLong(obj6);
11173 if (PyErr_Occurred()) SWIG_fail;
11174 }
11175 if (obj7) {
11176 arg8 = (int) SWIG_AsInt(obj7);
11177 if (PyErr_Occurred()) SWIG_fail;
11178 }
11179 if (obj8) {
11180 arg9 = (int) SWIG_AsInt(obj8);
11181 if (PyErr_Occurred()) SWIG_fail;
11182 }
11183 if (obj9) {
11184 arg10 = (int) SWIG_AsInt(obj9);
11185 if (PyErr_Occurred()) SWIG_fail;
11186 }
11187 if (obj10) {
11188 {
11189 arg11 = wxString_in_helper(obj10);
11190 if (arg11 == NULL) SWIG_fail;
11191 temp11 = True;
11192 }
11193 }
11194 {
11195 PyThreadState* __tstate = wxPyBeginAllowThreads();
11196 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,arg8,arg9,arg10,(wxString const &)*arg11);
11197
11198 wxPyEndAllowThreads(__tstate);
11199 if (PyErr_Occurred()) SWIG_fail;
11200 }
11201 {
11202 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11203 }
11204 {
11205 if (temp4)
11206 delete arg4;
11207 }
11208 {
11209 if (temp11)
11210 delete arg11;
11211 }
11212 return resultobj;
11213 fail:
11214 {
11215 if (temp4)
11216 delete arg4;
11217 }
11218 {
11219 if (temp11)
11220 delete arg11;
11221 }
11222 return NULL;
11223 }
11224
11225
11226 static PyObject *_wrap_SpinCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11227 PyObject *resultobj;
11228 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11229 int result;
11230 PyObject * obj0 = 0 ;
11231 char *kwnames[] = {
11232 (char *) "self", NULL
11233 };
11234
11235 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetValue",kwnames,&obj0)) goto fail;
11236 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11237 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11238 {
11239 PyThreadState* __tstate = wxPyBeginAllowThreads();
11240 result = (int)((wxSpinCtrl const *)arg1)->GetValue();
11241
11242 wxPyEndAllowThreads(__tstate);
11243 if (PyErr_Occurred()) SWIG_fail;
11244 }
11245 resultobj = SWIG_FromInt((int)result);
11246 return resultobj;
11247 fail:
11248 return NULL;
11249 }
11250
11251
11252 static PyObject *_wrap_SpinCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11253 PyObject *resultobj;
11254 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11255 int arg2 ;
11256 PyObject * obj0 = 0 ;
11257 PyObject * obj1 = 0 ;
11258 char *kwnames[] = {
11259 (char *) "self",(char *) "value", NULL
11260 };
11261
11262 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
11263 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11264 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11265 arg2 = (int) SWIG_AsInt(obj1);
11266 if (PyErr_Occurred()) SWIG_fail;
11267 {
11268 PyThreadState* __tstate = wxPyBeginAllowThreads();
11269 (arg1)->SetValue(arg2);
11270
11271 wxPyEndAllowThreads(__tstate);
11272 if (PyErr_Occurred()) SWIG_fail;
11273 }
11274 Py_INCREF(Py_None); resultobj = Py_None;
11275 return resultobj;
11276 fail:
11277 return NULL;
11278 }
11279
11280
11281 static PyObject *_wrap_SpinCtrl_SetValueString(PyObject *self, PyObject *args, PyObject *kwargs) {
11282 PyObject *resultobj;
11283 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11284 wxString *arg2 = 0 ;
11285 bool temp2 = False ;
11286 PyObject * obj0 = 0 ;
11287 PyObject * obj1 = 0 ;
11288 char *kwnames[] = {
11289 (char *) "self",(char *) "text", NULL
11290 };
11291
11292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValueString",kwnames,&obj0,&obj1)) goto fail;
11293 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11294 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11295 {
11296 arg2 = wxString_in_helper(obj1);
11297 if (arg2 == NULL) SWIG_fail;
11298 temp2 = True;
11299 }
11300 {
11301 PyThreadState* __tstate = wxPyBeginAllowThreads();
11302 (arg1)->SetValue((wxString const &)*arg2);
11303
11304 wxPyEndAllowThreads(__tstate);
11305 if (PyErr_Occurred()) SWIG_fail;
11306 }
11307 Py_INCREF(Py_None); resultobj = Py_None;
11308 {
11309 if (temp2)
11310 delete arg2;
11311 }
11312 return resultobj;
11313 fail:
11314 {
11315 if (temp2)
11316 delete arg2;
11317 }
11318 return NULL;
11319 }
11320
11321
11322 static PyObject *_wrap_SpinCtrl_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
11323 PyObject *resultobj;
11324 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11325 int arg2 ;
11326 int arg3 ;
11327 PyObject * obj0 = 0 ;
11328 PyObject * obj1 = 0 ;
11329 PyObject * obj2 = 0 ;
11330 char *kwnames[] = {
11331 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
11332 };
11333
11334 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
11335 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11336 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11337 arg2 = (int) SWIG_AsInt(obj1);
11338 if (PyErr_Occurred()) SWIG_fail;
11339 arg3 = (int) SWIG_AsInt(obj2);
11340 if (PyErr_Occurred()) SWIG_fail;
11341 {
11342 PyThreadState* __tstate = wxPyBeginAllowThreads();
11343 (arg1)->SetRange(arg2,arg3);
11344
11345 wxPyEndAllowThreads(__tstate);
11346 if (PyErr_Occurred()) SWIG_fail;
11347 }
11348 Py_INCREF(Py_None); resultobj = Py_None;
11349 return resultobj;
11350 fail:
11351 return NULL;
11352 }
11353
11354
11355 static PyObject *_wrap_SpinCtrl_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
11356 PyObject *resultobj;
11357 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11358 int result;
11359 PyObject * obj0 = 0 ;
11360 char *kwnames[] = {
11361 (char *) "self", NULL
11362 };
11363
11364 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMin",kwnames,&obj0)) goto fail;
11365 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11366 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11367 {
11368 PyThreadState* __tstate = wxPyBeginAllowThreads();
11369 result = (int)((wxSpinCtrl const *)arg1)->GetMin();
11370
11371 wxPyEndAllowThreads(__tstate);
11372 if (PyErr_Occurred()) SWIG_fail;
11373 }
11374 resultobj = SWIG_FromInt((int)result);
11375 return resultobj;
11376 fail:
11377 return NULL;
11378 }
11379
11380
11381 static PyObject *_wrap_SpinCtrl_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
11382 PyObject *resultobj;
11383 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11384 int result;
11385 PyObject * obj0 = 0 ;
11386 char *kwnames[] = {
11387 (char *) "self", NULL
11388 };
11389
11390 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMax",kwnames,&obj0)) goto fail;
11391 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11392 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11393 {
11394 PyThreadState* __tstate = wxPyBeginAllowThreads();
11395 result = (int)((wxSpinCtrl const *)arg1)->GetMax();
11396
11397 wxPyEndAllowThreads(__tstate);
11398 if (PyErr_Occurred()) SWIG_fail;
11399 }
11400 resultobj = SWIG_FromInt((int)result);
11401 return resultobj;
11402 fail:
11403 return NULL;
11404 }
11405
11406
11407 static PyObject *_wrap_SpinCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11408 PyObject *resultobj;
11409 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
11410 long arg2 ;
11411 long arg3 ;
11412 PyObject * obj0 = 0 ;
11413 PyObject * obj1 = 0 ;
11414 PyObject * obj2 = 0 ;
11415 char *kwnames[] = {
11416 (char *) "self",(char *) "from",(char *) "to", NULL
11417 };
11418
11419 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
11420 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinCtrl,
11421 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11422 arg2 = (long) SWIG_AsLong(obj1);
11423 if (PyErr_Occurred()) SWIG_fail;
11424 arg3 = (long) SWIG_AsLong(obj2);
11425 if (PyErr_Occurred()) SWIG_fail;
11426 {
11427 PyThreadState* __tstate = wxPyBeginAllowThreads();
11428 (arg1)->SetSelection(arg2,arg3);
11429
11430 wxPyEndAllowThreads(__tstate);
11431 if (PyErr_Occurred()) SWIG_fail;
11432 }
11433 Py_INCREF(Py_None); resultobj = Py_None;
11434 return resultobj;
11435 fail:
11436 return NULL;
11437 }
11438
11439
11440 static PyObject *_wrap_SpinCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
11441 PyObject *resultobj;
11442 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
11443 wxVisualAttributes result;
11444 PyObject * obj0 = 0 ;
11445 char *kwnames[] = {
11446 (char *) "variant", NULL
11447 };
11448
11449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:SpinCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
11450 if (obj0) {
11451 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
11452 if (PyErr_Occurred()) SWIG_fail;
11453 }
11454 {
11455 if (!wxPyCheckForApp()) SWIG_fail;
11456 PyThreadState* __tstate = wxPyBeginAllowThreads();
11457 result = wxSpinCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
11458
11459 wxPyEndAllowThreads(__tstate);
11460 if (PyErr_Occurred()) SWIG_fail;
11461 }
11462 {
11463 wxVisualAttributes * resultptr;
11464 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
11465 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
11466 }
11467 return resultobj;
11468 fail:
11469 return NULL;
11470 }
11471
11472
11473 static PyObject * SpinCtrl_swigregister(PyObject *self, PyObject *args) {
11474 PyObject *obj;
11475 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11476 SWIG_TypeClientData(SWIGTYPE_p_wxSpinCtrl, obj);
11477 Py_INCREF(obj);
11478 return Py_BuildValue((char *)"");
11479 }
11480 static PyObject *_wrap_new_SpinEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
11481 PyObject *resultobj;
11482 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
11483 int arg2 = (int) 0 ;
11484 wxSpinEvent *result;
11485 PyObject * obj0 = 0 ;
11486 PyObject * obj1 = 0 ;
11487 char *kwnames[] = {
11488 (char *) "commandType",(char *) "winid", NULL
11489 };
11490
11491 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_SpinEvent",kwnames,&obj0,&obj1)) goto fail;
11492 if (obj0) {
11493 arg1 = (wxEventType) SWIG_AsInt(obj0);
11494 if (PyErr_Occurred()) SWIG_fail;
11495 }
11496 if (obj1) {
11497 arg2 = (int) SWIG_AsInt(obj1);
11498 if (PyErr_Occurred()) SWIG_fail;
11499 }
11500 {
11501 PyThreadState* __tstate = wxPyBeginAllowThreads();
11502 result = (wxSpinEvent *)new wxSpinEvent(arg1,arg2);
11503
11504 wxPyEndAllowThreads(__tstate);
11505 if (PyErr_Occurred()) SWIG_fail;
11506 }
11507 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSpinEvent, 1);
11508 return resultobj;
11509 fail:
11510 return NULL;
11511 }
11512
11513
11514 static PyObject *_wrap_SpinEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
11515 PyObject *resultobj;
11516 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
11517 int result;
11518 PyObject * obj0 = 0 ;
11519 char *kwnames[] = {
11520 (char *) "self", NULL
11521 };
11522
11523 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinEvent_GetPosition",kwnames,&obj0)) goto fail;
11524 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinEvent,
11525 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11526 {
11527 PyThreadState* __tstate = wxPyBeginAllowThreads();
11528 result = (int)((wxSpinEvent const *)arg1)->GetPosition();
11529
11530 wxPyEndAllowThreads(__tstate);
11531 if (PyErr_Occurred()) SWIG_fail;
11532 }
11533 resultobj = SWIG_FromInt((int)result);
11534 return resultobj;
11535 fail:
11536 return NULL;
11537 }
11538
11539
11540 static PyObject *_wrap_SpinEvent_SetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
11541 PyObject *resultobj;
11542 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
11543 int arg2 ;
11544 PyObject * obj0 = 0 ;
11545 PyObject * obj1 = 0 ;
11546 char *kwnames[] = {
11547 (char *) "self",(char *) "pos", NULL
11548 };
11549
11550 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
11551 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSpinEvent,
11552 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11553 arg2 = (int) SWIG_AsInt(obj1);
11554 if (PyErr_Occurred()) SWIG_fail;
11555 {
11556 PyThreadState* __tstate = wxPyBeginAllowThreads();
11557 (arg1)->SetPosition(arg2);
11558
11559 wxPyEndAllowThreads(__tstate);
11560 if (PyErr_Occurred()) SWIG_fail;
11561 }
11562 Py_INCREF(Py_None); resultobj = Py_None;
11563 return resultobj;
11564 fail:
11565 return NULL;
11566 }
11567
11568
11569 static PyObject * SpinEvent_swigregister(PyObject *self, PyObject *args) {
11570 PyObject *obj;
11571 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11572 SWIG_TypeClientData(SWIGTYPE_p_wxSpinEvent, obj);
11573 Py_INCREF(obj);
11574 return Py_BuildValue((char *)"");
11575 }
11576 static int _wrap_RadioBoxNameStr_set(PyObject *_val) {
11577 PyErr_SetString(PyExc_TypeError,"Variable RadioBoxNameStr is read-only.");
11578 return 1;
11579 }
11580
11581
11582 static PyObject *_wrap_RadioBoxNameStr_get() {
11583 PyObject *pyobj;
11584
11585 {
11586 #if wxUSE_UNICODE
11587 pyobj = PyUnicode_FromWideChar((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
11588 #else
11589 pyobj = PyString_FromStringAndSize((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
11590 #endif
11591 }
11592 return pyobj;
11593 }
11594
11595
11596 static int _wrap_RadioButtonNameStr_set(PyObject *_val) {
11597 PyErr_SetString(PyExc_TypeError,"Variable RadioButtonNameStr is read-only.");
11598 return 1;
11599 }
11600
11601
11602 static PyObject *_wrap_RadioButtonNameStr_get() {
11603 PyObject *pyobj;
11604
11605 {
11606 #if wxUSE_UNICODE
11607 pyobj = PyUnicode_FromWideChar((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
11608 #else
11609 pyobj = PyString_FromStringAndSize((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
11610 #endif
11611 }
11612 return pyobj;
11613 }
11614
11615
11616 static PyObject *_wrap_new_RadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
11617 PyObject *resultobj;
11618 wxWindow *arg1 = (wxWindow *) 0 ;
11619 int arg2 ;
11620 wxString *arg3 = 0 ;
11621 wxPoint const &arg4_defvalue = wxDefaultPosition ;
11622 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
11623 wxSize const &arg5_defvalue = wxDefaultSize ;
11624 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
11625 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
11626 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
11627 int arg7 = (int) 0 ;
11628 long arg8 = (long) wxRA_HORIZONTAL ;
11629 wxValidator const &arg9_defvalue = wxDefaultValidator ;
11630 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
11631 wxString const &arg10_defvalue = wxPyRadioBoxNameStr ;
11632 wxString *arg10 = (wxString *) &arg10_defvalue ;
11633 wxRadioBox *result;
11634 bool temp3 = False ;
11635 wxPoint temp4 ;
11636 wxSize temp5 ;
11637 bool temp6 = False ;
11638 bool temp10 = False ;
11639 PyObject * obj0 = 0 ;
11640 PyObject * obj1 = 0 ;
11641 PyObject * obj2 = 0 ;
11642 PyObject * obj3 = 0 ;
11643 PyObject * obj4 = 0 ;
11644 PyObject * obj5 = 0 ;
11645 PyObject * obj6 = 0 ;
11646 PyObject * obj7 = 0 ;
11647 PyObject * obj8 = 0 ;
11648 PyObject * obj9 = 0 ;
11649 char *kwnames[] = {
11650 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11651 };
11652
11653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOOO:new_RadioBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11654 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
11655 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11656 arg2 = (int) SWIG_AsInt(obj1);
11657 if (PyErr_Occurred()) SWIG_fail;
11658 {
11659 arg3 = wxString_in_helper(obj2);
11660 if (arg3 == NULL) SWIG_fail;
11661 temp3 = True;
11662 }
11663 if (obj3) {
11664 {
11665 arg4 = &temp4;
11666 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11667 }
11668 }
11669 if (obj4) {
11670 {
11671 arg5 = &temp5;
11672 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11673 }
11674 }
11675 if (obj5) {
11676 {
11677 if (! PySequence_Check(obj5)) {
11678 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
11679 SWIG_fail;
11680 }
11681 arg6 = new wxArrayString;
11682 temp6 = True;
11683 int i, len=PySequence_Length(obj5);
11684 for (i=0; i<len; i++) {
11685 PyObject* item = PySequence_GetItem(obj5, i);
11686 #if wxUSE_UNICODE
11687 PyObject* str = PyObject_Unicode(item);
11688 #else
11689 PyObject* str = PyObject_Str(item);
11690 #endif
11691 if (PyErr_Occurred()) SWIG_fail;
11692 arg6->Add(Py2wxString(str));
11693 Py_DECREF(item);
11694 Py_DECREF(str);
11695 }
11696 }
11697 }
11698 if (obj6) {
11699 arg7 = (int) SWIG_AsInt(obj6);
11700 if (PyErr_Occurred()) SWIG_fail;
11701 }
11702 if (obj7) {
11703 arg8 = (long) SWIG_AsLong(obj7);
11704 if (PyErr_Occurred()) SWIG_fail;
11705 }
11706 if (obj8) {
11707 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
11708 SWIG_POINTER_EXCEPTION | 0)) == -1)
11709 SWIG_fail;
11710 if (arg9 == NULL) {
11711 PyErr_SetString(PyExc_TypeError,"null reference");
11712 SWIG_fail;
11713 }
11714 }
11715 if (obj9) {
11716 {
11717 arg10 = wxString_in_helper(obj9);
11718 if (arg10 == NULL) SWIG_fail;
11719 temp10 = True;
11720 }
11721 }
11722 {
11723 if (!wxPyCheckForApp()) SWIG_fail;
11724 PyThreadState* __tstate = wxPyBeginAllowThreads();
11725 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);
11726
11727 wxPyEndAllowThreads(__tstate);
11728 if (PyErr_Occurred()) SWIG_fail;
11729 }
11730 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioBox, 1);
11731 {
11732 if (temp3)
11733 delete arg3;
11734 }
11735 {
11736 if (temp6) delete arg6;
11737 }
11738 {
11739 if (temp10)
11740 delete arg10;
11741 }
11742 return resultobj;
11743 fail:
11744 {
11745 if (temp3)
11746 delete arg3;
11747 }
11748 {
11749 if (temp6) delete arg6;
11750 }
11751 {
11752 if (temp10)
11753 delete arg10;
11754 }
11755 return NULL;
11756 }
11757
11758
11759 static PyObject *_wrap_new_PreRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
11760 PyObject *resultobj;
11761 wxRadioBox *result;
11762 char *kwnames[] = {
11763 NULL
11764 };
11765
11766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioBox",kwnames)) goto fail;
11767 {
11768 if (!wxPyCheckForApp()) SWIG_fail;
11769 PyThreadState* __tstate = wxPyBeginAllowThreads();
11770 result = (wxRadioBox *)new wxRadioBox();
11771
11772 wxPyEndAllowThreads(__tstate);
11773 if (PyErr_Occurred()) SWIG_fail;
11774 }
11775 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioBox, 1);
11776 return resultobj;
11777 fail:
11778 return NULL;
11779 }
11780
11781
11782 static PyObject *_wrap_RadioBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11783 PyObject *resultobj;
11784 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11785 wxWindow *arg2 = (wxWindow *) 0 ;
11786 int arg3 ;
11787 wxString *arg4 = 0 ;
11788 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11789 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11790 wxSize const &arg6_defvalue = wxDefaultSize ;
11791 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11792 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
11793 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
11794 int arg8 = (int) 0 ;
11795 long arg9 = (long) wxRA_HORIZONTAL ;
11796 wxValidator const &arg10_defvalue = wxDefaultValidator ;
11797 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
11798 wxString const &arg11_defvalue = wxPyRadioBoxNameStr ;
11799 wxString *arg11 = (wxString *) &arg11_defvalue ;
11800 bool result;
11801 bool temp4 = False ;
11802 wxPoint temp5 ;
11803 wxSize temp6 ;
11804 bool temp7 = False ;
11805 bool temp11 = False ;
11806 PyObject * obj0 = 0 ;
11807 PyObject * obj1 = 0 ;
11808 PyObject * obj2 = 0 ;
11809 PyObject * obj3 = 0 ;
11810 PyObject * obj4 = 0 ;
11811 PyObject * obj5 = 0 ;
11812 PyObject * obj6 = 0 ;
11813 PyObject * obj7 = 0 ;
11814 PyObject * obj8 = 0 ;
11815 PyObject * obj9 = 0 ;
11816 PyObject * obj10 = 0 ;
11817 char *kwnames[] = {
11818 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11819 };
11820
11821 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOOOO:RadioBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11822 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
11823 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11824 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
11825 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11826 arg3 = (int) SWIG_AsInt(obj2);
11827 if (PyErr_Occurred()) SWIG_fail;
11828 {
11829 arg4 = wxString_in_helper(obj3);
11830 if (arg4 == NULL) SWIG_fail;
11831 temp4 = True;
11832 }
11833 if (obj4) {
11834 {
11835 arg5 = &temp5;
11836 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
11837 }
11838 }
11839 if (obj5) {
11840 {
11841 arg6 = &temp6;
11842 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
11843 }
11844 }
11845 if (obj6) {
11846 {
11847 if (! PySequence_Check(obj6)) {
11848 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
11849 SWIG_fail;
11850 }
11851 arg7 = new wxArrayString;
11852 temp7 = True;
11853 int i, len=PySequence_Length(obj6);
11854 for (i=0; i<len; i++) {
11855 PyObject* item = PySequence_GetItem(obj6, i);
11856 #if wxUSE_UNICODE
11857 PyObject* str = PyObject_Unicode(item);
11858 #else
11859 PyObject* str = PyObject_Str(item);
11860 #endif
11861 if (PyErr_Occurred()) SWIG_fail;
11862 arg7->Add(Py2wxString(str));
11863 Py_DECREF(item);
11864 Py_DECREF(str);
11865 }
11866 }
11867 }
11868 if (obj7) {
11869 arg8 = (int) SWIG_AsInt(obj7);
11870 if (PyErr_Occurred()) SWIG_fail;
11871 }
11872 if (obj8) {
11873 arg9 = (long) SWIG_AsLong(obj8);
11874 if (PyErr_Occurred()) SWIG_fail;
11875 }
11876 if (obj9) {
11877 if ((SWIG_ConvertPtr(obj9,(void **)(&arg10),SWIGTYPE_p_wxValidator,
11878 SWIG_POINTER_EXCEPTION | 0)) == -1)
11879 SWIG_fail;
11880 if (arg10 == NULL) {
11881 PyErr_SetString(PyExc_TypeError,"null reference");
11882 SWIG_fail;
11883 }
11884 }
11885 if (obj10) {
11886 {
11887 arg11 = wxString_in_helper(obj10);
11888 if (arg11 == NULL) SWIG_fail;
11889 temp11 = True;
11890 }
11891 }
11892 {
11893 PyThreadState* __tstate = wxPyBeginAllowThreads();
11894 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);
11895
11896 wxPyEndAllowThreads(__tstate);
11897 if (PyErr_Occurred()) SWIG_fail;
11898 }
11899 {
11900 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11901 }
11902 {
11903 if (temp4)
11904 delete arg4;
11905 }
11906 {
11907 if (temp7) delete arg7;
11908 }
11909 {
11910 if (temp11)
11911 delete arg11;
11912 }
11913 return resultobj;
11914 fail:
11915 {
11916 if (temp4)
11917 delete arg4;
11918 }
11919 {
11920 if (temp7) delete arg7;
11921 }
11922 {
11923 if (temp11)
11924 delete arg11;
11925 }
11926 return NULL;
11927 }
11928
11929
11930 static PyObject *_wrap_RadioBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11931 PyObject *resultobj;
11932 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11933 int arg2 ;
11934 PyObject * obj0 = 0 ;
11935 PyObject * obj1 = 0 ;
11936 char *kwnames[] = {
11937 (char *) "self",(char *) "n", NULL
11938 };
11939
11940 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
11941 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
11942 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11943 arg2 = (int) SWIG_AsInt(obj1);
11944 if (PyErr_Occurred()) SWIG_fail;
11945 {
11946 PyThreadState* __tstate = wxPyBeginAllowThreads();
11947 (arg1)->SetSelection(arg2);
11948
11949 wxPyEndAllowThreads(__tstate);
11950 if (PyErr_Occurred()) SWIG_fail;
11951 }
11952 Py_INCREF(Py_None); resultobj = Py_None;
11953 return resultobj;
11954 fail:
11955 return NULL;
11956 }
11957
11958
11959 static PyObject *_wrap_RadioBox_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11960 PyObject *resultobj;
11961 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11962 int result;
11963 PyObject * obj0 = 0 ;
11964 char *kwnames[] = {
11965 (char *) "self", NULL
11966 };
11967
11968 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetSelection",kwnames,&obj0)) goto fail;
11969 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
11970 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11971 {
11972 PyThreadState* __tstate = wxPyBeginAllowThreads();
11973 result = (int)((wxRadioBox const *)arg1)->GetSelection();
11974
11975 wxPyEndAllowThreads(__tstate);
11976 if (PyErr_Occurred()) SWIG_fail;
11977 }
11978 resultobj = SWIG_FromInt((int)result);
11979 return resultobj;
11980 fail:
11981 return NULL;
11982 }
11983
11984
11985 static PyObject *_wrap_RadioBox_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11986 PyObject *resultobj;
11987 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11988 wxString result;
11989 PyObject * obj0 = 0 ;
11990 char *kwnames[] = {
11991 (char *) "self", NULL
11992 };
11993
11994 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetStringSelection",kwnames,&obj0)) goto fail;
11995 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
11996 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
11997 {
11998 PyThreadState* __tstate = wxPyBeginAllowThreads();
11999 result = ((wxRadioBox const *)arg1)->GetStringSelection();
12000
12001 wxPyEndAllowThreads(__tstate);
12002 if (PyErr_Occurred()) SWIG_fail;
12003 }
12004 {
12005 #if wxUSE_UNICODE
12006 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
12007 #else
12008 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
12009 #endif
12010 }
12011 return resultobj;
12012 fail:
12013 return NULL;
12014 }
12015
12016
12017 static PyObject *_wrap_RadioBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
12018 PyObject *resultobj;
12019 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12020 wxString *arg2 = 0 ;
12021 bool result;
12022 bool temp2 = False ;
12023 PyObject * obj0 = 0 ;
12024 PyObject * obj1 = 0 ;
12025 char *kwnames[] = {
12026 (char *) "self",(char *) "s", NULL
12027 };
12028
12029 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
12030 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12031 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12032 {
12033 arg2 = wxString_in_helper(obj1);
12034 if (arg2 == NULL) SWIG_fail;
12035 temp2 = True;
12036 }
12037 {
12038 PyThreadState* __tstate = wxPyBeginAllowThreads();
12039 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
12040
12041 wxPyEndAllowThreads(__tstate);
12042 if (PyErr_Occurred()) SWIG_fail;
12043 }
12044 {
12045 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12046 }
12047 {
12048 if (temp2)
12049 delete arg2;
12050 }
12051 return resultobj;
12052 fail:
12053 {
12054 if (temp2)
12055 delete arg2;
12056 }
12057 return NULL;
12058 }
12059
12060
12061 static PyObject *_wrap_RadioBox_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
12062 PyObject *resultobj;
12063 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12064 int result;
12065 PyObject * obj0 = 0 ;
12066 char *kwnames[] = {
12067 (char *) "self", NULL
12068 };
12069
12070 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetCount",kwnames,&obj0)) goto fail;
12071 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12072 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12073 {
12074 PyThreadState* __tstate = wxPyBeginAllowThreads();
12075 result = (int)((wxRadioBox const *)arg1)->GetCount();
12076
12077 wxPyEndAllowThreads(__tstate);
12078 if (PyErr_Occurred()) SWIG_fail;
12079 }
12080 resultobj = SWIG_FromInt((int)result);
12081 return resultobj;
12082 fail:
12083 return NULL;
12084 }
12085
12086
12087 static PyObject *_wrap_RadioBox_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
12088 PyObject *resultobj;
12089 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12090 wxString *arg2 = 0 ;
12091 int result;
12092 bool temp2 = False ;
12093 PyObject * obj0 = 0 ;
12094 PyObject * obj1 = 0 ;
12095 char *kwnames[] = {
12096 (char *) "self",(char *) "s", NULL
12097 };
12098
12099 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_FindString",kwnames,&obj0,&obj1)) goto fail;
12100 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12101 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12102 {
12103 arg2 = wxString_in_helper(obj1);
12104 if (arg2 == NULL) SWIG_fail;
12105 temp2 = True;
12106 }
12107 {
12108 PyThreadState* __tstate = wxPyBeginAllowThreads();
12109 result = (int)((wxRadioBox const *)arg1)->FindString((wxString const &)*arg2);
12110
12111 wxPyEndAllowThreads(__tstate);
12112 if (PyErr_Occurred()) SWIG_fail;
12113 }
12114 resultobj = SWIG_FromInt((int)result);
12115 {
12116 if (temp2)
12117 delete arg2;
12118 }
12119 return resultobj;
12120 fail:
12121 {
12122 if (temp2)
12123 delete arg2;
12124 }
12125 return NULL;
12126 }
12127
12128
12129 static PyObject *_wrap_RadioBox_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
12130 PyObject *resultobj;
12131 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12132 int arg2 ;
12133 wxString result;
12134 PyObject * obj0 = 0 ;
12135 PyObject * obj1 = 0 ;
12136 char *kwnames[] = {
12137 (char *) "self",(char *) "n", NULL
12138 };
12139
12140 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_GetString",kwnames,&obj0,&obj1)) goto fail;
12141 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12142 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12143 arg2 = (int) SWIG_AsInt(obj1);
12144 if (PyErr_Occurred()) SWIG_fail;
12145 {
12146 PyThreadState* __tstate = wxPyBeginAllowThreads();
12147 result = ((wxRadioBox const *)arg1)->GetString(arg2);
12148
12149 wxPyEndAllowThreads(__tstate);
12150 if (PyErr_Occurred()) SWIG_fail;
12151 }
12152 {
12153 #if wxUSE_UNICODE
12154 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
12155 #else
12156 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
12157 #endif
12158 }
12159 return resultobj;
12160 fail:
12161 return NULL;
12162 }
12163
12164
12165 static PyObject *_wrap_RadioBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
12166 PyObject *resultobj;
12167 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12168 int arg2 ;
12169 wxString *arg3 = 0 ;
12170 bool temp3 = False ;
12171 PyObject * obj0 = 0 ;
12172 PyObject * obj1 = 0 ;
12173 PyObject * obj2 = 0 ;
12174 char *kwnames[] = {
12175 (char *) "self",(char *) "n",(char *) "label", NULL
12176 };
12177
12178 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:RadioBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
12179 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12180 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12181 arg2 = (int) SWIG_AsInt(obj1);
12182 if (PyErr_Occurred()) SWIG_fail;
12183 {
12184 arg3 = wxString_in_helper(obj2);
12185 if (arg3 == NULL) SWIG_fail;
12186 temp3 = True;
12187 }
12188 {
12189 PyThreadState* __tstate = wxPyBeginAllowThreads();
12190 (arg1)->SetString(arg2,(wxString const &)*arg3);
12191
12192 wxPyEndAllowThreads(__tstate);
12193 if (PyErr_Occurred()) SWIG_fail;
12194 }
12195 Py_INCREF(Py_None); resultobj = Py_None;
12196 {
12197 if (temp3)
12198 delete arg3;
12199 }
12200 return resultobj;
12201 fail:
12202 {
12203 if (temp3)
12204 delete arg3;
12205 }
12206 return NULL;
12207 }
12208
12209
12210 static PyObject *_wrap_RadioBox_EnableItem(PyObject *self, PyObject *args, PyObject *kwargs) {
12211 PyObject *resultobj;
12212 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12213 int arg2 ;
12214 bool arg3 = (bool) True ;
12215 PyObject * obj0 = 0 ;
12216 PyObject * obj1 = 0 ;
12217 PyObject * obj2 = 0 ;
12218 char *kwnames[] = {
12219 (char *) "self",(char *) "n",(char *) "enable", NULL
12220 };
12221
12222 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_EnableItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
12223 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12224 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12225 arg2 = (int) SWIG_AsInt(obj1);
12226 if (PyErr_Occurred()) SWIG_fail;
12227 if (obj2) {
12228 arg3 = (bool) SWIG_AsBool(obj2);
12229 if (PyErr_Occurred()) SWIG_fail;
12230 }
12231 {
12232 PyThreadState* __tstate = wxPyBeginAllowThreads();
12233 (arg1)->Enable(arg2,arg3);
12234
12235 wxPyEndAllowThreads(__tstate);
12236 if (PyErr_Occurred()) SWIG_fail;
12237 }
12238 Py_INCREF(Py_None); resultobj = Py_None;
12239 return resultobj;
12240 fail:
12241 return NULL;
12242 }
12243
12244
12245 static PyObject *_wrap_RadioBox_ShowItem(PyObject *self, PyObject *args, PyObject *kwargs) {
12246 PyObject *resultobj;
12247 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12248 int arg2 ;
12249 bool arg3 = (bool) True ;
12250 PyObject * obj0 = 0 ;
12251 PyObject * obj1 = 0 ;
12252 PyObject * obj2 = 0 ;
12253 char *kwnames[] = {
12254 (char *) "self",(char *) "n",(char *) "show", NULL
12255 };
12256
12257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_ShowItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
12258 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12259 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12260 arg2 = (int) SWIG_AsInt(obj1);
12261 if (PyErr_Occurred()) SWIG_fail;
12262 if (obj2) {
12263 arg3 = (bool) SWIG_AsBool(obj2);
12264 if (PyErr_Occurred()) SWIG_fail;
12265 }
12266 {
12267 PyThreadState* __tstate = wxPyBeginAllowThreads();
12268 (arg1)->Show(arg2,arg3);
12269
12270 wxPyEndAllowThreads(__tstate);
12271 if (PyErr_Occurred()) SWIG_fail;
12272 }
12273 Py_INCREF(Py_None); resultobj = Py_None;
12274 return resultobj;
12275 fail:
12276 return NULL;
12277 }
12278
12279
12280 static PyObject *_wrap_RadioBox_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
12281 PyObject *resultobj;
12282 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12283 int result;
12284 PyObject * obj0 = 0 ;
12285 char *kwnames[] = {
12286 (char *) "self", NULL
12287 };
12288
12289 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetColumnCount",kwnames,&obj0)) goto fail;
12290 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12291 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12292 {
12293 PyThreadState* __tstate = wxPyBeginAllowThreads();
12294 result = (int)wxRadioBox_GetColumnCount((wxRadioBox const *)arg1);
12295
12296 wxPyEndAllowThreads(__tstate);
12297 if (PyErr_Occurred()) SWIG_fail;
12298 }
12299 resultobj = SWIG_FromInt((int)result);
12300 return resultobj;
12301 fail:
12302 return NULL;
12303 }
12304
12305
12306 static PyObject *_wrap_RadioBox_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
12307 PyObject *resultobj;
12308 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12309 int result;
12310 PyObject * obj0 = 0 ;
12311 char *kwnames[] = {
12312 (char *) "self", NULL
12313 };
12314
12315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetRowCount",kwnames,&obj0)) goto fail;
12316 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12317 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12318 {
12319 PyThreadState* __tstate = wxPyBeginAllowThreads();
12320 result = (int)wxRadioBox_GetRowCount((wxRadioBox const *)arg1);
12321
12322 wxPyEndAllowThreads(__tstate);
12323 if (PyErr_Occurred()) SWIG_fail;
12324 }
12325 resultobj = SWIG_FromInt((int)result);
12326 return resultobj;
12327 fail:
12328 return NULL;
12329 }
12330
12331
12332 static PyObject *_wrap_RadioBox_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) {
12333 PyObject *resultobj;
12334 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
12335 int arg2 ;
12336 int arg3 ;
12337 long arg4 ;
12338 int result;
12339 PyObject * obj0 = 0 ;
12340 PyObject * obj1 = 0 ;
12341 PyObject * obj2 = 0 ;
12342 PyObject * obj3 = 0 ;
12343 char *kwnames[] = {
12344 (char *) "self",(char *) "item",(char *) "dir",(char *) "style", NULL
12345 };
12346
12347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:RadioBox_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
12348 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioBox,
12349 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12350 arg2 = (int) SWIG_AsInt(obj1);
12351 if (PyErr_Occurred()) SWIG_fail;
12352 arg3 = (wxDirection) SWIG_AsInt(obj2);
12353 if (PyErr_Occurred()) SWIG_fail;
12354 arg4 = (long) SWIG_AsLong(obj3);
12355 if (PyErr_Occurred()) SWIG_fail;
12356 {
12357 PyThreadState* __tstate = wxPyBeginAllowThreads();
12358 result = (int)wxRadioBox_GetNextItem((wxRadioBox const *)arg1,arg2,(wxDirection )arg3,arg4);
12359
12360 wxPyEndAllowThreads(__tstate);
12361 if (PyErr_Occurred()) SWIG_fail;
12362 }
12363 resultobj = SWIG_FromInt((int)result);
12364 return resultobj;
12365 fail:
12366 return NULL;
12367 }
12368
12369
12370 static PyObject *_wrap_RadioBox_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
12371 PyObject *resultobj;
12372 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
12373 wxVisualAttributes result;
12374 PyObject * obj0 = 0 ;
12375 char *kwnames[] = {
12376 (char *) "variant", NULL
12377 };
12378
12379 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:RadioBox_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
12380 if (obj0) {
12381 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
12382 if (PyErr_Occurred()) SWIG_fail;
12383 }
12384 {
12385 if (!wxPyCheckForApp()) SWIG_fail;
12386 PyThreadState* __tstate = wxPyBeginAllowThreads();
12387 result = wxRadioBox::GetClassDefaultAttributes((wxWindowVariant )arg1);
12388
12389 wxPyEndAllowThreads(__tstate);
12390 if (PyErr_Occurred()) SWIG_fail;
12391 }
12392 {
12393 wxVisualAttributes * resultptr;
12394 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
12395 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
12396 }
12397 return resultobj;
12398 fail:
12399 return NULL;
12400 }
12401
12402
12403 static PyObject * RadioBox_swigregister(PyObject *self, PyObject *args) {
12404 PyObject *obj;
12405 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12406 SWIG_TypeClientData(SWIGTYPE_p_wxRadioBox, obj);
12407 Py_INCREF(obj);
12408 return Py_BuildValue((char *)"");
12409 }
12410 static PyObject *_wrap_new_RadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
12411 PyObject *resultobj;
12412 wxWindow *arg1 = (wxWindow *) 0 ;
12413 int arg2 ;
12414 wxString *arg3 = 0 ;
12415 wxPoint const &arg4_defvalue = wxDefaultPosition ;
12416 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
12417 wxSize const &arg5_defvalue = wxDefaultSize ;
12418 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
12419 long arg6 = (long) 0 ;
12420 wxValidator const &arg7_defvalue = wxDefaultValidator ;
12421 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
12422 wxString const &arg8_defvalue = wxPyRadioButtonNameStr ;
12423 wxString *arg8 = (wxString *) &arg8_defvalue ;
12424 wxRadioButton *result;
12425 bool temp3 = False ;
12426 wxPoint temp4 ;
12427 wxSize temp5 ;
12428 bool temp8 = False ;
12429 PyObject * obj0 = 0 ;
12430 PyObject * obj1 = 0 ;
12431 PyObject * obj2 = 0 ;
12432 PyObject * obj3 = 0 ;
12433 PyObject * obj4 = 0 ;
12434 PyObject * obj5 = 0 ;
12435 PyObject * obj6 = 0 ;
12436 PyObject * obj7 = 0 ;
12437 char *kwnames[] = {
12438 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12439 };
12440
12441 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_RadioButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
12442 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
12443 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12444 arg2 = (int) SWIG_AsInt(obj1);
12445 if (PyErr_Occurred()) SWIG_fail;
12446 {
12447 arg3 = wxString_in_helper(obj2);
12448 if (arg3 == NULL) SWIG_fail;
12449 temp3 = True;
12450 }
12451 if (obj3) {
12452 {
12453 arg4 = &temp4;
12454 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
12455 }
12456 }
12457 if (obj4) {
12458 {
12459 arg5 = &temp5;
12460 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
12461 }
12462 }
12463 if (obj5) {
12464 arg6 = (long) SWIG_AsLong(obj5);
12465 if (PyErr_Occurred()) SWIG_fail;
12466 }
12467 if (obj6) {
12468 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
12469 SWIG_POINTER_EXCEPTION | 0)) == -1)
12470 SWIG_fail;
12471 if (arg7 == NULL) {
12472 PyErr_SetString(PyExc_TypeError,"null reference");
12473 SWIG_fail;
12474 }
12475 }
12476 if (obj7) {
12477 {
12478 arg8 = wxString_in_helper(obj7);
12479 if (arg8 == NULL) SWIG_fail;
12480 temp8 = True;
12481 }
12482 }
12483 {
12484 if (!wxPyCheckForApp()) SWIG_fail;
12485 PyThreadState* __tstate = wxPyBeginAllowThreads();
12486 result = (wxRadioButton *)new wxRadioButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
12487
12488 wxPyEndAllowThreads(__tstate);
12489 if (PyErr_Occurred()) SWIG_fail;
12490 }
12491 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioButton, 1);
12492 {
12493 if (temp3)
12494 delete arg3;
12495 }
12496 {
12497 if (temp8)
12498 delete arg8;
12499 }
12500 return resultobj;
12501 fail:
12502 {
12503 if (temp3)
12504 delete arg3;
12505 }
12506 {
12507 if (temp8)
12508 delete arg8;
12509 }
12510 return NULL;
12511 }
12512
12513
12514 static PyObject *_wrap_new_PreRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
12515 PyObject *resultobj;
12516 wxRadioButton *result;
12517 char *kwnames[] = {
12518 NULL
12519 };
12520
12521 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioButton",kwnames)) goto fail;
12522 {
12523 if (!wxPyCheckForApp()) SWIG_fail;
12524 PyThreadState* __tstate = wxPyBeginAllowThreads();
12525 result = (wxRadioButton *)new wxRadioButton();
12526
12527 wxPyEndAllowThreads(__tstate);
12528 if (PyErr_Occurred()) SWIG_fail;
12529 }
12530 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxRadioButton, 1);
12531 return resultobj;
12532 fail:
12533 return NULL;
12534 }
12535
12536
12537 static PyObject *_wrap_RadioButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
12538 PyObject *resultobj;
12539 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12540 wxWindow *arg2 = (wxWindow *) 0 ;
12541 int arg3 ;
12542 wxString *arg4 = 0 ;
12543 wxPoint const &arg5_defvalue = wxDefaultPosition ;
12544 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
12545 wxSize const &arg6_defvalue = wxDefaultSize ;
12546 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
12547 long arg7 = (long) 0 ;
12548 wxValidator const &arg8_defvalue = wxDefaultValidator ;
12549 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
12550 wxString const &arg9_defvalue = wxPyRadioButtonNameStr ;
12551 wxString *arg9 = (wxString *) &arg9_defvalue ;
12552 bool result;
12553 bool temp4 = False ;
12554 wxPoint temp5 ;
12555 wxSize temp6 ;
12556 bool temp9 = False ;
12557 PyObject * obj0 = 0 ;
12558 PyObject * obj1 = 0 ;
12559 PyObject * obj2 = 0 ;
12560 PyObject * obj3 = 0 ;
12561 PyObject * obj4 = 0 ;
12562 PyObject * obj5 = 0 ;
12563 PyObject * obj6 = 0 ;
12564 PyObject * obj7 = 0 ;
12565 PyObject * obj8 = 0 ;
12566 char *kwnames[] = {
12567 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12568 };
12569
12570 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:RadioButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
12571 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12572 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12573 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
12574 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12575 arg3 = (int) SWIG_AsInt(obj2);
12576 if (PyErr_Occurred()) SWIG_fail;
12577 {
12578 arg4 = wxString_in_helper(obj3);
12579 if (arg4 == NULL) SWIG_fail;
12580 temp4 = True;
12581 }
12582 if (obj4) {
12583 {
12584 arg5 = &temp5;
12585 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
12586 }
12587 }
12588 if (obj5) {
12589 {
12590 arg6 = &temp6;
12591 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
12592 }
12593 }
12594 if (obj6) {
12595 arg7 = (long) SWIG_AsLong(obj6);
12596 if (PyErr_Occurred()) SWIG_fail;
12597 }
12598 if (obj7) {
12599 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
12600 SWIG_POINTER_EXCEPTION | 0)) == -1)
12601 SWIG_fail;
12602 if (arg8 == NULL) {
12603 PyErr_SetString(PyExc_TypeError,"null reference");
12604 SWIG_fail;
12605 }
12606 }
12607 if (obj8) {
12608 {
12609 arg9 = wxString_in_helper(obj8);
12610 if (arg9 == NULL) SWIG_fail;
12611 temp9 = True;
12612 }
12613 }
12614 {
12615 PyThreadState* __tstate = wxPyBeginAllowThreads();
12616 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
12617
12618 wxPyEndAllowThreads(__tstate);
12619 if (PyErr_Occurred()) SWIG_fail;
12620 }
12621 {
12622 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12623 }
12624 {
12625 if (temp4)
12626 delete arg4;
12627 }
12628 {
12629 if (temp9)
12630 delete arg9;
12631 }
12632 return resultobj;
12633 fail:
12634 {
12635 if (temp4)
12636 delete arg4;
12637 }
12638 {
12639 if (temp9)
12640 delete arg9;
12641 }
12642 return NULL;
12643 }
12644
12645
12646 static PyObject *_wrap_RadioButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12647 PyObject *resultobj;
12648 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12649 bool result;
12650 PyObject * obj0 = 0 ;
12651 char *kwnames[] = {
12652 (char *) "self", NULL
12653 };
12654
12655 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioButton_GetValue",kwnames,&obj0)) goto fail;
12656 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12657 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12658 {
12659 PyThreadState* __tstate = wxPyBeginAllowThreads();
12660 result = (bool)(arg1)->GetValue();
12661
12662 wxPyEndAllowThreads(__tstate);
12663 if (PyErr_Occurred()) SWIG_fail;
12664 }
12665 {
12666 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12667 }
12668 return resultobj;
12669 fail:
12670 return NULL;
12671 }
12672
12673
12674 static PyObject *_wrap_RadioButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12675 PyObject *resultobj;
12676 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
12677 bool arg2 ;
12678 PyObject * obj0 = 0 ;
12679 PyObject * obj1 = 0 ;
12680 char *kwnames[] = {
12681 (char *) "self",(char *) "value", NULL
12682 };
12683
12684 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
12685 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxRadioButton,
12686 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12687 arg2 = (bool) SWIG_AsBool(obj1);
12688 if (PyErr_Occurred()) SWIG_fail;
12689 {
12690 PyThreadState* __tstate = wxPyBeginAllowThreads();
12691 (arg1)->SetValue(arg2);
12692
12693 wxPyEndAllowThreads(__tstate);
12694 if (PyErr_Occurred()) SWIG_fail;
12695 }
12696 Py_INCREF(Py_None); resultobj = Py_None;
12697 return resultobj;
12698 fail:
12699 return NULL;
12700 }
12701
12702
12703 static PyObject *_wrap_RadioButton_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
12704 PyObject *resultobj;
12705 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
12706 wxVisualAttributes result;
12707 PyObject * obj0 = 0 ;
12708 char *kwnames[] = {
12709 (char *) "variant", NULL
12710 };
12711
12712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:RadioButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
12713 if (obj0) {
12714 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
12715 if (PyErr_Occurred()) SWIG_fail;
12716 }
12717 {
12718 if (!wxPyCheckForApp()) SWIG_fail;
12719 PyThreadState* __tstate = wxPyBeginAllowThreads();
12720 result = wxRadioButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
12721
12722 wxPyEndAllowThreads(__tstate);
12723 if (PyErr_Occurred()) SWIG_fail;
12724 }
12725 {
12726 wxVisualAttributes * resultptr;
12727 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
12728 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
12729 }
12730 return resultobj;
12731 fail:
12732 return NULL;
12733 }
12734
12735
12736 static PyObject * RadioButton_swigregister(PyObject *self, PyObject *args) {
12737 PyObject *obj;
12738 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12739 SWIG_TypeClientData(SWIGTYPE_p_wxRadioButton, obj);
12740 Py_INCREF(obj);
12741 return Py_BuildValue((char *)"");
12742 }
12743 static int _wrap_SliderNameStr_set(PyObject *_val) {
12744 PyErr_SetString(PyExc_TypeError,"Variable SliderNameStr is read-only.");
12745 return 1;
12746 }
12747
12748
12749 static PyObject *_wrap_SliderNameStr_get() {
12750 PyObject *pyobj;
12751
12752 {
12753 #if wxUSE_UNICODE
12754 pyobj = PyUnicode_FromWideChar((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
12755 #else
12756 pyobj = PyString_FromStringAndSize((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
12757 #endif
12758 }
12759 return pyobj;
12760 }
12761
12762
12763 static PyObject *_wrap_new_Slider(PyObject *self, PyObject *args, PyObject *kwargs) {
12764 PyObject *resultobj;
12765 wxWindow *arg1 = (wxWindow *) 0 ;
12766 int arg2 ;
12767 int arg3 ;
12768 int arg4 ;
12769 int arg5 ;
12770 wxPoint const &arg6_defvalue = wxDefaultPosition ;
12771 wxPoint *arg6 = (wxPoint *) &arg6_defvalue ;
12772 wxSize const &arg7_defvalue = wxDefaultSize ;
12773 wxSize *arg7 = (wxSize *) &arg7_defvalue ;
12774 long arg8 = (long) wxSL_HORIZONTAL ;
12775 wxValidator const &arg9_defvalue = wxDefaultValidator ;
12776 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
12777 wxString const &arg10_defvalue = wxPySliderNameStr ;
12778 wxString *arg10 = (wxString *) &arg10_defvalue ;
12779 wxSlider *result;
12780 wxPoint temp6 ;
12781 wxSize temp7 ;
12782 bool temp10 = False ;
12783 PyObject * obj0 = 0 ;
12784 PyObject * obj1 = 0 ;
12785 PyObject * obj2 = 0 ;
12786 PyObject * obj3 = 0 ;
12787 PyObject * obj4 = 0 ;
12788 PyObject * obj5 = 0 ;
12789 PyObject * obj6 = 0 ;
12790 PyObject * obj7 = 0 ;
12791 PyObject * obj8 = 0 ;
12792 PyObject * obj9 = 0 ;
12793 char *kwnames[] = {
12794 (char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12795 };
12796
12797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOOOO:new_Slider",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
12798 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
12799 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12800 arg2 = (int) SWIG_AsInt(obj1);
12801 if (PyErr_Occurred()) SWIG_fail;
12802 arg3 = (int) SWIG_AsInt(obj2);
12803 if (PyErr_Occurred()) SWIG_fail;
12804 arg4 = (int) SWIG_AsInt(obj3);
12805 if (PyErr_Occurred()) SWIG_fail;
12806 arg5 = (int) SWIG_AsInt(obj4);
12807 if (PyErr_Occurred()) SWIG_fail;
12808 if (obj5) {
12809 {
12810 arg6 = &temp6;
12811 if ( ! wxPoint_helper(obj5, &arg6)) SWIG_fail;
12812 }
12813 }
12814 if (obj6) {
12815 {
12816 arg7 = &temp7;
12817 if ( ! wxSize_helper(obj6, &arg7)) SWIG_fail;
12818 }
12819 }
12820 if (obj7) {
12821 arg8 = (long) SWIG_AsLong(obj7);
12822 if (PyErr_Occurred()) SWIG_fail;
12823 }
12824 if (obj8) {
12825 if ((SWIG_ConvertPtr(obj8,(void **)(&arg9),SWIGTYPE_p_wxValidator,
12826 SWIG_POINTER_EXCEPTION | 0)) == -1)
12827 SWIG_fail;
12828 if (arg9 == NULL) {
12829 PyErr_SetString(PyExc_TypeError,"null reference");
12830 SWIG_fail;
12831 }
12832 }
12833 if (obj9) {
12834 {
12835 arg10 = wxString_in_helper(obj9);
12836 if (arg10 == NULL) SWIG_fail;
12837 temp10 = True;
12838 }
12839 }
12840 {
12841 if (!wxPyCheckForApp()) SWIG_fail;
12842 PyThreadState* __tstate = wxPyBeginAllowThreads();
12843 result = (wxSlider *)new wxSlider(arg1,arg2,arg3,arg4,arg5,(wxPoint const &)*arg6,(wxSize const &)*arg7,arg8,(wxValidator const &)*arg9,(wxString const &)*arg10);
12844
12845 wxPyEndAllowThreads(__tstate);
12846 if (PyErr_Occurred()) SWIG_fail;
12847 }
12848 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSlider, 1);
12849 {
12850 if (temp10)
12851 delete arg10;
12852 }
12853 return resultobj;
12854 fail:
12855 {
12856 if (temp10)
12857 delete arg10;
12858 }
12859 return NULL;
12860 }
12861
12862
12863 static PyObject *_wrap_new_PreSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
12864 PyObject *resultobj;
12865 wxSlider *result;
12866 char *kwnames[] = {
12867 NULL
12868 };
12869
12870 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSlider",kwnames)) goto fail;
12871 {
12872 if (!wxPyCheckForApp()) SWIG_fail;
12873 PyThreadState* __tstate = wxPyBeginAllowThreads();
12874 result = (wxSlider *)new wxSlider();
12875
12876 wxPyEndAllowThreads(__tstate);
12877 if (PyErr_Occurred()) SWIG_fail;
12878 }
12879 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSlider, 1);
12880 return resultobj;
12881 fail:
12882 return NULL;
12883 }
12884
12885
12886 static PyObject *_wrap_Slider_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
12887 PyObject *resultobj;
12888 wxSlider *arg1 = (wxSlider *) 0 ;
12889 wxWindow *arg2 = (wxWindow *) 0 ;
12890 int arg3 ;
12891 int arg4 ;
12892 int arg5 ;
12893 int arg6 ;
12894 wxPoint const &arg7_defvalue = wxDefaultPosition ;
12895 wxPoint *arg7 = (wxPoint *) &arg7_defvalue ;
12896 wxSize const &arg8_defvalue = wxDefaultSize ;
12897 wxSize *arg8 = (wxSize *) &arg8_defvalue ;
12898 long arg9 = (long) wxSL_HORIZONTAL ;
12899 wxValidator const &arg10_defvalue = wxDefaultValidator ;
12900 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
12901 wxString const &arg11_defvalue = wxPySliderNameStr ;
12902 wxString *arg11 = (wxString *) &arg11_defvalue ;
12903 bool result;
12904 wxPoint temp7 ;
12905 wxSize temp8 ;
12906 bool temp11 = False ;
12907 PyObject * obj0 = 0 ;
12908 PyObject * obj1 = 0 ;
12909 PyObject * obj2 = 0 ;
12910 PyObject * obj3 = 0 ;
12911 PyObject * obj4 = 0 ;
12912 PyObject * obj5 = 0 ;
12913 PyObject * obj6 = 0 ;
12914 PyObject * obj7 = 0 ;
12915 PyObject * obj8 = 0 ;
12916 PyObject * obj9 = 0 ;
12917 PyObject * obj10 = 0 ;
12918 char *kwnames[] = {
12919 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12920 };
12921
12922 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOOO|OOOOO:Slider_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
12923 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
12924 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12925 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
12926 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
12927 arg3 = (int) SWIG_AsInt(obj2);
12928 if (PyErr_Occurred()) SWIG_fail;
12929 arg4 = (int) SWIG_AsInt(obj3);
12930 if (PyErr_Occurred()) SWIG_fail;
12931 arg5 = (int) SWIG_AsInt(obj4);
12932 if (PyErr_Occurred()) SWIG_fail;
12933 arg6 = (int) SWIG_AsInt(obj5);
12934 if (PyErr_Occurred()) SWIG_fail;
12935 if (obj6) {
12936 {
12937 arg7 = &temp7;
12938 if ( ! wxPoint_helper(obj6, &arg7)) SWIG_fail;
12939 }
12940 }
12941 if (obj7) {
12942 {
12943 arg8 = &temp8;
12944 if ( ! wxSize_helper(obj7, &arg8)) SWIG_fail;
12945 }
12946 }
12947 if (obj8) {
12948 arg9 = (long) SWIG_AsLong(obj8);
12949 if (PyErr_Occurred()) SWIG_fail;
12950 }
12951 if (obj9) {
12952 if ((SWIG_ConvertPtr(obj9,(void **)(&arg10),SWIGTYPE_p_wxValidator,
12953 SWIG_POINTER_EXCEPTION | 0)) == -1)
12954 SWIG_fail;
12955 if (arg10 == NULL) {
12956 PyErr_SetString(PyExc_TypeError,"null reference");
12957 SWIG_fail;
12958 }
12959 }
12960 if (obj10) {
12961 {
12962 arg11 = wxString_in_helper(obj10);
12963 if (arg11 == NULL) SWIG_fail;
12964 temp11 = True;
12965 }
12966 }
12967 {
12968 PyThreadState* __tstate = wxPyBeginAllowThreads();
12969 result = (bool)(arg1)->Create(arg2,arg3,arg4,arg5,arg6,(wxPoint const &)*arg7,(wxSize const &)*arg8,arg9,(wxValidator const &)*arg10,(wxString const &)*arg11);
12970
12971 wxPyEndAllowThreads(__tstate);
12972 if (PyErr_Occurred()) SWIG_fail;
12973 }
12974 {
12975 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12976 }
12977 {
12978 if (temp11)
12979 delete arg11;
12980 }
12981 return resultobj;
12982 fail:
12983 {
12984 if (temp11)
12985 delete arg11;
12986 }
12987 return NULL;
12988 }
12989
12990
12991 static PyObject *_wrap_Slider_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12992 PyObject *resultobj;
12993 wxSlider *arg1 = (wxSlider *) 0 ;
12994 int result;
12995 PyObject * obj0 = 0 ;
12996 char *kwnames[] = {
12997 (char *) "self", NULL
12998 };
12999
13000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetValue",kwnames,&obj0)) goto fail;
13001 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13002 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13003 {
13004 PyThreadState* __tstate = wxPyBeginAllowThreads();
13005 result = (int)((wxSlider const *)arg1)->GetValue();
13006
13007 wxPyEndAllowThreads(__tstate);
13008 if (PyErr_Occurred()) SWIG_fail;
13009 }
13010 resultobj = SWIG_FromInt((int)result);
13011 return resultobj;
13012 fail:
13013 return NULL;
13014 }
13015
13016
13017 static PyObject *_wrap_Slider_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
13018 PyObject *resultobj;
13019 wxSlider *arg1 = (wxSlider *) 0 ;
13020 int arg2 ;
13021 PyObject * obj0 = 0 ;
13022 PyObject * obj1 = 0 ;
13023 char *kwnames[] = {
13024 (char *) "self",(char *) "value", NULL
13025 };
13026
13027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetValue",kwnames,&obj0,&obj1)) goto fail;
13028 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13029 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13030 arg2 = (int) SWIG_AsInt(obj1);
13031 if (PyErr_Occurred()) SWIG_fail;
13032 {
13033 PyThreadState* __tstate = wxPyBeginAllowThreads();
13034 (arg1)->SetValue(arg2);
13035
13036 wxPyEndAllowThreads(__tstate);
13037 if (PyErr_Occurred()) SWIG_fail;
13038 }
13039 Py_INCREF(Py_None); resultobj = Py_None;
13040 return resultobj;
13041 fail:
13042 return NULL;
13043 }
13044
13045
13046 static PyObject *_wrap_Slider_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
13047 PyObject *resultobj;
13048 wxSlider *arg1 = (wxSlider *) 0 ;
13049 int arg2 ;
13050 int arg3 ;
13051 PyObject * obj0 = 0 ;
13052 PyObject * obj1 = 0 ;
13053 PyObject * obj2 = 0 ;
13054 char *kwnames[] = {
13055 (char *) "self",(char *) "minValue",(char *) "maxValue", NULL
13056 };
13057
13058 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
13059 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13060 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13061 arg2 = (int) SWIG_AsInt(obj1);
13062 if (PyErr_Occurred()) SWIG_fail;
13063 arg3 = (int) SWIG_AsInt(obj2);
13064 if (PyErr_Occurred()) SWIG_fail;
13065 {
13066 PyThreadState* __tstate = wxPyBeginAllowThreads();
13067 (arg1)->SetRange(arg2,arg3);
13068
13069 wxPyEndAllowThreads(__tstate);
13070 if (PyErr_Occurred()) SWIG_fail;
13071 }
13072 Py_INCREF(Py_None); resultobj = Py_None;
13073 return resultobj;
13074 fail:
13075 return NULL;
13076 }
13077
13078
13079 static PyObject *_wrap_Slider_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
13080 PyObject *resultobj;
13081 wxSlider *arg1 = (wxSlider *) 0 ;
13082 int result;
13083 PyObject * obj0 = 0 ;
13084 char *kwnames[] = {
13085 (char *) "self", NULL
13086 };
13087
13088 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMin",kwnames,&obj0)) goto fail;
13089 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13090 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13091 {
13092 PyThreadState* __tstate = wxPyBeginAllowThreads();
13093 result = (int)((wxSlider const *)arg1)->GetMin();
13094
13095 wxPyEndAllowThreads(__tstate);
13096 if (PyErr_Occurred()) SWIG_fail;
13097 }
13098 resultobj = SWIG_FromInt((int)result);
13099 return resultobj;
13100 fail:
13101 return NULL;
13102 }
13103
13104
13105 static PyObject *_wrap_Slider_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
13106 PyObject *resultobj;
13107 wxSlider *arg1 = (wxSlider *) 0 ;
13108 int result;
13109 PyObject * obj0 = 0 ;
13110 char *kwnames[] = {
13111 (char *) "self", NULL
13112 };
13113
13114 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMax",kwnames,&obj0)) goto fail;
13115 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13116 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13117 {
13118 PyThreadState* __tstate = wxPyBeginAllowThreads();
13119 result = (int)((wxSlider const *)arg1)->GetMax();
13120
13121 wxPyEndAllowThreads(__tstate);
13122 if (PyErr_Occurred()) SWIG_fail;
13123 }
13124 resultobj = SWIG_FromInt((int)result);
13125 return resultobj;
13126 fail:
13127 return NULL;
13128 }
13129
13130
13131 static PyObject *_wrap_Slider_SetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
13132 PyObject *resultobj;
13133 wxSlider *arg1 = (wxSlider *) 0 ;
13134 int arg2 ;
13135 PyObject * obj0 = 0 ;
13136 PyObject * obj1 = 0 ;
13137 char *kwnames[] = {
13138 (char *) "self",(char *) "minValue", NULL
13139 };
13140
13141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMin",kwnames,&obj0,&obj1)) goto fail;
13142 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13143 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13144 arg2 = (int) SWIG_AsInt(obj1);
13145 if (PyErr_Occurred()) SWIG_fail;
13146 {
13147 PyThreadState* __tstate = wxPyBeginAllowThreads();
13148 (arg1)->SetMin(arg2);
13149
13150 wxPyEndAllowThreads(__tstate);
13151 if (PyErr_Occurred()) SWIG_fail;
13152 }
13153 Py_INCREF(Py_None); resultobj = Py_None;
13154 return resultobj;
13155 fail:
13156 return NULL;
13157 }
13158
13159
13160 static PyObject *_wrap_Slider_SetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
13161 PyObject *resultobj;
13162 wxSlider *arg1 = (wxSlider *) 0 ;
13163 int arg2 ;
13164 PyObject * obj0 = 0 ;
13165 PyObject * obj1 = 0 ;
13166 char *kwnames[] = {
13167 (char *) "self",(char *) "maxValue", NULL
13168 };
13169
13170 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMax",kwnames,&obj0,&obj1)) goto fail;
13171 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13172 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13173 arg2 = (int) SWIG_AsInt(obj1);
13174 if (PyErr_Occurred()) SWIG_fail;
13175 {
13176 PyThreadState* __tstate = wxPyBeginAllowThreads();
13177 (arg1)->SetMax(arg2);
13178
13179 wxPyEndAllowThreads(__tstate);
13180 if (PyErr_Occurred()) SWIG_fail;
13181 }
13182 Py_INCREF(Py_None); resultobj = Py_None;
13183 return resultobj;
13184 fail:
13185 return NULL;
13186 }
13187
13188
13189 static PyObject *_wrap_Slider_SetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13190 PyObject *resultobj;
13191 wxSlider *arg1 = (wxSlider *) 0 ;
13192 int arg2 ;
13193 PyObject * obj0 = 0 ;
13194 PyObject * obj1 = 0 ;
13195 char *kwnames[] = {
13196 (char *) "self",(char *) "lineSize", NULL
13197 };
13198
13199 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetLineSize",kwnames,&obj0,&obj1)) goto fail;
13200 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13201 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13202 arg2 = (int) SWIG_AsInt(obj1);
13203 if (PyErr_Occurred()) SWIG_fail;
13204 {
13205 PyThreadState* __tstate = wxPyBeginAllowThreads();
13206 (arg1)->SetLineSize(arg2);
13207
13208 wxPyEndAllowThreads(__tstate);
13209 if (PyErr_Occurred()) SWIG_fail;
13210 }
13211 Py_INCREF(Py_None); resultobj = Py_None;
13212 return resultobj;
13213 fail:
13214 return NULL;
13215 }
13216
13217
13218 static PyObject *_wrap_Slider_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13219 PyObject *resultobj;
13220 wxSlider *arg1 = (wxSlider *) 0 ;
13221 int arg2 ;
13222 PyObject * obj0 = 0 ;
13223 PyObject * obj1 = 0 ;
13224 char *kwnames[] = {
13225 (char *) "self",(char *) "pageSize", NULL
13226 };
13227
13228 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
13229 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13230 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13231 arg2 = (int) SWIG_AsInt(obj1);
13232 if (PyErr_Occurred()) SWIG_fail;
13233 {
13234 PyThreadState* __tstate = wxPyBeginAllowThreads();
13235 (arg1)->SetPageSize(arg2);
13236
13237 wxPyEndAllowThreads(__tstate);
13238 if (PyErr_Occurred()) SWIG_fail;
13239 }
13240 Py_INCREF(Py_None); resultobj = Py_None;
13241 return resultobj;
13242 fail:
13243 return NULL;
13244 }
13245
13246
13247 static PyObject *_wrap_Slider_GetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13248 PyObject *resultobj;
13249 wxSlider *arg1 = (wxSlider *) 0 ;
13250 int result;
13251 PyObject * obj0 = 0 ;
13252 char *kwnames[] = {
13253 (char *) "self", NULL
13254 };
13255
13256 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetLineSize",kwnames,&obj0)) goto fail;
13257 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13258 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13259 {
13260 PyThreadState* __tstate = wxPyBeginAllowThreads();
13261 result = (int)((wxSlider const *)arg1)->GetLineSize();
13262
13263 wxPyEndAllowThreads(__tstate);
13264 if (PyErr_Occurred()) SWIG_fail;
13265 }
13266 resultobj = SWIG_FromInt((int)result);
13267 return resultobj;
13268 fail:
13269 return NULL;
13270 }
13271
13272
13273 static PyObject *_wrap_Slider_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13274 PyObject *resultobj;
13275 wxSlider *arg1 = (wxSlider *) 0 ;
13276 int result;
13277 PyObject * obj0 = 0 ;
13278 char *kwnames[] = {
13279 (char *) "self", NULL
13280 };
13281
13282 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetPageSize",kwnames,&obj0)) goto fail;
13283 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13284 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13285 {
13286 PyThreadState* __tstate = wxPyBeginAllowThreads();
13287 result = (int)((wxSlider const *)arg1)->GetPageSize();
13288
13289 wxPyEndAllowThreads(__tstate);
13290 if (PyErr_Occurred()) SWIG_fail;
13291 }
13292 resultobj = SWIG_FromInt((int)result);
13293 return resultobj;
13294 fail:
13295 return NULL;
13296 }
13297
13298
13299 static PyObject *_wrap_Slider_SetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
13300 PyObject *resultobj;
13301 wxSlider *arg1 = (wxSlider *) 0 ;
13302 int arg2 ;
13303 PyObject * obj0 = 0 ;
13304 PyObject * obj1 = 0 ;
13305 char *kwnames[] = {
13306 (char *) "self",(char *) "lenPixels", NULL
13307 };
13308
13309 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetThumbLength",kwnames,&obj0,&obj1)) goto fail;
13310 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13311 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13312 arg2 = (int) SWIG_AsInt(obj1);
13313 if (PyErr_Occurred()) SWIG_fail;
13314 {
13315 PyThreadState* __tstate = wxPyBeginAllowThreads();
13316 (arg1)->SetThumbLength(arg2);
13317
13318 wxPyEndAllowThreads(__tstate);
13319 if (PyErr_Occurred()) SWIG_fail;
13320 }
13321 Py_INCREF(Py_None); resultobj = Py_None;
13322 return resultobj;
13323 fail:
13324 return NULL;
13325 }
13326
13327
13328 static PyObject *_wrap_Slider_GetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
13329 PyObject *resultobj;
13330 wxSlider *arg1 = (wxSlider *) 0 ;
13331 int result;
13332 PyObject * obj0 = 0 ;
13333 char *kwnames[] = {
13334 (char *) "self", NULL
13335 };
13336
13337 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetThumbLength",kwnames,&obj0)) goto fail;
13338 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13339 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13340 {
13341 PyThreadState* __tstate = wxPyBeginAllowThreads();
13342 result = (int)((wxSlider const *)arg1)->GetThumbLength();
13343
13344 wxPyEndAllowThreads(__tstate);
13345 if (PyErr_Occurred()) SWIG_fail;
13346 }
13347 resultobj = SWIG_FromInt((int)result);
13348 return resultobj;
13349 fail:
13350 return NULL;
13351 }
13352
13353
13354 static PyObject *_wrap_Slider_SetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
13355 PyObject *resultobj;
13356 wxSlider *arg1 = (wxSlider *) 0 ;
13357 int arg2 ;
13358 int arg3 = (int) 1 ;
13359 PyObject * obj0 = 0 ;
13360 PyObject * obj1 = 0 ;
13361 PyObject * obj2 = 0 ;
13362 char *kwnames[] = {
13363 (char *) "self",(char *) "n",(char *) "pos", NULL
13364 };
13365
13366 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:Slider_SetTickFreq",kwnames,&obj0,&obj1,&obj2)) goto fail;
13367 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13368 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13369 arg2 = (int) SWIG_AsInt(obj1);
13370 if (PyErr_Occurred()) SWIG_fail;
13371 if (obj2) {
13372 arg3 = (int) SWIG_AsInt(obj2);
13373 if (PyErr_Occurred()) SWIG_fail;
13374 }
13375 {
13376 PyThreadState* __tstate = wxPyBeginAllowThreads();
13377 (arg1)->SetTickFreq(arg2,arg3);
13378
13379 wxPyEndAllowThreads(__tstate);
13380 if (PyErr_Occurred()) SWIG_fail;
13381 }
13382 Py_INCREF(Py_None); resultobj = Py_None;
13383 return resultobj;
13384 fail:
13385 return NULL;
13386 }
13387
13388
13389 static PyObject *_wrap_Slider_GetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
13390 PyObject *resultobj;
13391 wxSlider *arg1 = (wxSlider *) 0 ;
13392 int result;
13393 PyObject * obj0 = 0 ;
13394 char *kwnames[] = {
13395 (char *) "self", NULL
13396 };
13397
13398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetTickFreq",kwnames,&obj0)) goto fail;
13399 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13400 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13401 {
13402 PyThreadState* __tstate = wxPyBeginAllowThreads();
13403 result = (int)((wxSlider const *)arg1)->GetTickFreq();
13404
13405 wxPyEndAllowThreads(__tstate);
13406 if (PyErr_Occurred()) SWIG_fail;
13407 }
13408 resultobj = SWIG_FromInt((int)result);
13409 return resultobj;
13410 fail:
13411 return NULL;
13412 }
13413
13414
13415 static PyObject *_wrap_Slider_ClearTicks(PyObject *self, PyObject *args, PyObject *kwargs) {
13416 PyObject *resultobj;
13417 wxSlider *arg1 = (wxSlider *) 0 ;
13418 PyObject * obj0 = 0 ;
13419 char *kwnames[] = {
13420 (char *) "self", NULL
13421 };
13422
13423 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearTicks",kwnames,&obj0)) goto fail;
13424 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13425 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13426 {
13427 PyThreadState* __tstate = wxPyBeginAllowThreads();
13428 (arg1)->ClearTicks();
13429
13430 wxPyEndAllowThreads(__tstate);
13431 if (PyErr_Occurred()) SWIG_fail;
13432 }
13433 Py_INCREF(Py_None); resultobj = Py_None;
13434 return resultobj;
13435 fail:
13436 return NULL;
13437 }
13438
13439
13440 static PyObject *_wrap_Slider_SetTick(PyObject *self, PyObject *args, PyObject *kwargs) {
13441 PyObject *resultobj;
13442 wxSlider *arg1 = (wxSlider *) 0 ;
13443 int arg2 ;
13444 PyObject * obj0 = 0 ;
13445 PyObject * obj1 = 0 ;
13446 char *kwnames[] = {
13447 (char *) "self",(char *) "tickPos", NULL
13448 };
13449
13450 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetTick",kwnames,&obj0,&obj1)) goto fail;
13451 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13452 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13453 arg2 = (int) SWIG_AsInt(obj1);
13454 if (PyErr_Occurred()) SWIG_fail;
13455 {
13456 PyThreadState* __tstate = wxPyBeginAllowThreads();
13457 (arg1)->SetTick(arg2);
13458
13459 wxPyEndAllowThreads(__tstate);
13460 if (PyErr_Occurred()) SWIG_fail;
13461 }
13462 Py_INCREF(Py_None); resultobj = Py_None;
13463 return resultobj;
13464 fail:
13465 return NULL;
13466 }
13467
13468
13469 static PyObject *_wrap_Slider_ClearSel(PyObject *self, PyObject *args, PyObject *kwargs) {
13470 PyObject *resultobj;
13471 wxSlider *arg1 = (wxSlider *) 0 ;
13472 PyObject * obj0 = 0 ;
13473 char *kwnames[] = {
13474 (char *) "self", NULL
13475 };
13476
13477 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearSel",kwnames,&obj0)) goto fail;
13478 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13479 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13480 {
13481 PyThreadState* __tstate = wxPyBeginAllowThreads();
13482 (arg1)->ClearSel();
13483
13484 wxPyEndAllowThreads(__tstate);
13485 if (PyErr_Occurred()) SWIG_fail;
13486 }
13487 Py_INCREF(Py_None); resultobj = Py_None;
13488 return resultobj;
13489 fail:
13490 return NULL;
13491 }
13492
13493
13494 static PyObject *_wrap_Slider_GetSelEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
13495 PyObject *resultobj;
13496 wxSlider *arg1 = (wxSlider *) 0 ;
13497 int result;
13498 PyObject * obj0 = 0 ;
13499 char *kwnames[] = {
13500 (char *) "self", NULL
13501 };
13502
13503 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelEnd",kwnames,&obj0)) goto fail;
13504 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13505 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13506 {
13507 PyThreadState* __tstate = wxPyBeginAllowThreads();
13508 result = (int)((wxSlider const *)arg1)->GetSelEnd();
13509
13510 wxPyEndAllowThreads(__tstate);
13511 if (PyErr_Occurred()) SWIG_fail;
13512 }
13513 resultobj = SWIG_FromInt((int)result);
13514 return resultobj;
13515 fail:
13516 return NULL;
13517 }
13518
13519
13520 static PyObject *_wrap_Slider_GetSelStart(PyObject *self, PyObject *args, PyObject *kwargs) {
13521 PyObject *resultobj;
13522 wxSlider *arg1 = (wxSlider *) 0 ;
13523 int result;
13524 PyObject * obj0 = 0 ;
13525 char *kwnames[] = {
13526 (char *) "self", NULL
13527 };
13528
13529 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelStart",kwnames,&obj0)) goto fail;
13530 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13531 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13532 {
13533 PyThreadState* __tstate = wxPyBeginAllowThreads();
13534 result = (int)((wxSlider const *)arg1)->GetSelStart();
13535
13536 wxPyEndAllowThreads(__tstate);
13537 if (PyErr_Occurred()) SWIG_fail;
13538 }
13539 resultobj = SWIG_FromInt((int)result);
13540 return resultobj;
13541 fail:
13542 return NULL;
13543 }
13544
13545
13546 static PyObject *_wrap_Slider_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
13547 PyObject *resultobj;
13548 wxSlider *arg1 = (wxSlider *) 0 ;
13549 int arg2 ;
13550 int arg3 ;
13551 PyObject * obj0 = 0 ;
13552 PyObject * obj1 = 0 ;
13553 PyObject * obj2 = 0 ;
13554 char *kwnames[] = {
13555 (char *) "self",(char *) "min",(char *) "max", NULL
13556 };
13557
13558 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
13559 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSlider,
13560 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13561 arg2 = (int) SWIG_AsInt(obj1);
13562 if (PyErr_Occurred()) SWIG_fail;
13563 arg3 = (int) SWIG_AsInt(obj2);
13564 if (PyErr_Occurred()) SWIG_fail;
13565 {
13566 PyThreadState* __tstate = wxPyBeginAllowThreads();
13567 (arg1)->SetSelection(arg2,arg3);
13568
13569 wxPyEndAllowThreads(__tstate);
13570 if (PyErr_Occurred()) SWIG_fail;
13571 }
13572 Py_INCREF(Py_None); resultobj = Py_None;
13573 return resultobj;
13574 fail:
13575 return NULL;
13576 }
13577
13578
13579 static PyObject *_wrap_Slider_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
13580 PyObject *resultobj;
13581 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
13582 wxVisualAttributes result;
13583 PyObject * obj0 = 0 ;
13584 char *kwnames[] = {
13585 (char *) "variant", NULL
13586 };
13587
13588 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Slider_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
13589 if (obj0) {
13590 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
13591 if (PyErr_Occurred()) SWIG_fail;
13592 }
13593 {
13594 if (!wxPyCheckForApp()) SWIG_fail;
13595 PyThreadState* __tstate = wxPyBeginAllowThreads();
13596 result = wxSlider::GetClassDefaultAttributes((wxWindowVariant )arg1);
13597
13598 wxPyEndAllowThreads(__tstate);
13599 if (PyErr_Occurred()) SWIG_fail;
13600 }
13601 {
13602 wxVisualAttributes * resultptr;
13603 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
13604 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
13605 }
13606 return resultobj;
13607 fail:
13608 return NULL;
13609 }
13610
13611
13612 static PyObject * Slider_swigregister(PyObject *self, PyObject *args) {
13613 PyObject *obj;
13614 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
13615 SWIG_TypeClientData(SWIGTYPE_p_wxSlider, obj);
13616 Py_INCREF(obj);
13617 return Py_BuildValue((char *)"");
13618 }
13619 static int _wrap_ToggleButtonNameStr_set(PyObject *_val) {
13620 PyErr_SetString(PyExc_TypeError,"Variable ToggleButtonNameStr is read-only.");
13621 return 1;
13622 }
13623
13624
13625 static PyObject *_wrap_ToggleButtonNameStr_get() {
13626 PyObject *pyobj;
13627
13628 {
13629 #if wxUSE_UNICODE
13630 pyobj = PyUnicode_FromWideChar((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
13631 #else
13632 pyobj = PyString_FromStringAndSize((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
13633 #endif
13634 }
13635 return pyobj;
13636 }
13637
13638
13639 static PyObject *_wrap_new_ToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
13640 PyObject *resultobj;
13641 wxWindow *arg1 = (wxWindow *) 0 ;
13642 int arg2 ;
13643 wxString *arg3 = 0 ;
13644 wxPoint const &arg4_defvalue = wxDefaultPosition ;
13645 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
13646 wxSize const &arg5_defvalue = wxDefaultSize ;
13647 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
13648 long arg6 = (long) 0 ;
13649 wxValidator const &arg7_defvalue = wxDefaultValidator ;
13650 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
13651 wxString const &arg8_defvalue = wxPyToggleButtonNameStr ;
13652 wxString *arg8 = (wxString *) &arg8_defvalue ;
13653 wxToggleButton *result;
13654 bool temp3 = False ;
13655 wxPoint temp4 ;
13656 wxSize temp5 ;
13657 bool temp8 = False ;
13658 PyObject * obj0 = 0 ;
13659 PyObject * obj1 = 0 ;
13660 PyObject * obj2 = 0 ;
13661 PyObject * obj3 = 0 ;
13662 PyObject * obj4 = 0 ;
13663 PyObject * obj5 = 0 ;
13664 PyObject * obj6 = 0 ;
13665 PyObject * obj7 = 0 ;
13666 char *kwnames[] = {
13667 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13668 };
13669
13670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_ToggleButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
13671 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
13672 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13673 arg2 = (int) SWIG_AsInt(obj1);
13674 if (PyErr_Occurred()) SWIG_fail;
13675 {
13676 arg3 = wxString_in_helper(obj2);
13677 if (arg3 == NULL) SWIG_fail;
13678 temp3 = True;
13679 }
13680 if (obj3) {
13681 {
13682 arg4 = &temp4;
13683 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
13684 }
13685 }
13686 if (obj4) {
13687 {
13688 arg5 = &temp5;
13689 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
13690 }
13691 }
13692 if (obj5) {
13693 arg6 = (long) SWIG_AsLong(obj5);
13694 if (PyErr_Occurred()) SWIG_fail;
13695 }
13696 if (obj6) {
13697 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
13698 SWIG_POINTER_EXCEPTION | 0)) == -1)
13699 SWIG_fail;
13700 if (arg7 == NULL) {
13701 PyErr_SetString(PyExc_TypeError,"null reference");
13702 SWIG_fail;
13703 }
13704 }
13705 if (obj7) {
13706 {
13707 arg8 = wxString_in_helper(obj7);
13708 if (arg8 == NULL) SWIG_fail;
13709 temp8 = True;
13710 }
13711 }
13712 {
13713 if (!wxPyCheckForApp()) SWIG_fail;
13714 PyThreadState* __tstate = wxPyBeginAllowThreads();
13715 result = (wxToggleButton *)new wxToggleButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
13716
13717 wxPyEndAllowThreads(__tstate);
13718 if (PyErr_Occurred()) SWIG_fail;
13719 }
13720 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToggleButton, 1);
13721 {
13722 if (temp3)
13723 delete arg3;
13724 }
13725 {
13726 if (temp8)
13727 delete arg8;
13728 }
13729 return resultobj;
13730 fail:
13731 {
13732 if (temp3)
13733 delete arg3;
13734 }
13735 {
13736 if (temp8)
13737 delete arg8;
13738 }
13739 return NULL;
13740 }
13741
13742
13743 static PyObject *_wrap_new_PreToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
13744 PyObject *resultobj;
13745 wxToggleButton *result;
13746 char *kwnames[] = {
13747 NULL
13748 };
13749
13750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToggleButton",kwnames)) goto fail;
13751 {
13752 if (!wxPyCheckForApp()) SWIG_fail;
13753 PyThreadState* __tstate = wxPyBeginAllowThreads();
13754 result = (wxToggleButton *)new wxToggleButton();
13755
13756 wxPyEndAllowThreads(__tstate);
13757 if (PyErr_Occurred()) SWIG_fail;
13758 }
13759 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxToggleButton, 1);
13760 return resultobj;
13761 fail:
13762 return NULL;
13763 }
13764
13765
13766 static PyObject *_wrap_ToggleButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
13767 PyObject *resultobj;
13768 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13769 wxWindow *arg2 = (wxWindow *) 0 ;
13770 int arg3 ;
13771 wxString *arg4 = 0 ;
13772 wxPoint const &arg5_defvalue = wxDefaultPosition ;
13773 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
13774 wxSize const &arg6_defvalue = wxDefaultSize ;
13775 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
13776 long arg7 = (long) 0 ;
13777 wxValidator const &arg8_defvalue = wxDefaultValidator ;
13778 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
13779 wxString const &arg9_defvalue = wxPyToggleButtonNameStr ;
13780 wxString *arg9 = (wxString *) &arg9_defvalue ;
13781 bool result;
13782 bool temp4 = False ;
13783 wxPoint temp5 ;
13784 wxSize temp6 ;
13785 bool temp9 = False ;
13786 PyObject * obj0 = 0 ;
13787 PyObject * obj1 = 0 ;
13788 PyObject * obj2 = 0 ;
13789 PyObject * obj3 = 0 ;
13790 PyObject * obj4 = 0 ;
13791 PyObject * obj5 = 0 ;
13792 PyObject * obj6 = 0 ;
13793 PyObject * obj7 = 0 ;
13794 PyObject * obj8 = 0 ;
13795 char *kwnames[] = {
13796 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13797 };
13798
13799 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:ToggleButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
13800 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
13801 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13802 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
13803 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13804 arg3 = (int) SWIG_AsInt(obj2);
13805 if (PyErr_Occurred()) SWIG_fail;
13806 {
13807 arg4 = wxString_in_helper(obj3);
13808 if (arg4 == NULL) SWIG_fail;
13809 temp4 = True;
13810 }
13811 if (obj4) {
13812 {
13813 arg5 = &temp5;
13814 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
13815 }
13816 }
13817 if (obj5) {
13818 {
13819 arg6 = &temp6;
13820 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
13821 }
13822 }
13823 if (obj6) {
13824 arg7 = (long) SWIG_AsLong(obj6);
13825 if (PyErr_Occurred()) SWIG_fail;
13826 }
13827 if (obj7) {
13828 if ((SWIG_ConvertPtr(obj7,(void **)(&arg8),SWIGTYPE_p_wxValidator,
13829 SWIG_POINTER_EXCEPTION | 0)) == -1)
13830 SWIG_fail;
13831 if (arg8 == NULL) {
13832 PyErr_SetString(PyExc_TypeError,"null reference");
13833 SWIG_fail;
13834 }
13835 }
13836 if (obj8) {
13837 {
13838 arg9 = wxString_in_helper(obj8);
13839 if (arg9 == NULL) SWIG_fail;
13840 temp9 = True;
13841 }
13842 }
13843 {
13844 PyThreadState* __tstate = wxPyBeginAllowThreads();
13845 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
13846
13847 wxPyEndAllowThreads(__tstate);
13848 if (PyErr_Occurred()) SWIG_fail;
13849 }
13850 {
13851 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13852 }
13853 {
13854 if (temp4)
13855 delete arg4;
13856 }
13857 {
13858 if (temp9)
13859 delete arg9;
13860 }
13861 return resultobj;
13862 fail:
13863 {
13864 if (temp4)
13865 delete arg4;
13866 }
13867 {
13868 if (temp9)
13869 delete arg9;
13870 }
13871 return NULL;
13872 }
13873
13874
13875 static PyObject *_wrap_ToggleButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
13876 PyObject *resultobj;
13877 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13878 bool arg2 ;
13879 PyObject * obj0 = 0 ;
13880 PyObject * obj1 = 0 ;
13881 char *kwnames[] = {
13882 (char *) "self",(char *) "value", NULL
13883 };
13884
13885 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
13886 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
13887 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13888 arg2 = (bool) SWIG_AsBool(obj1);
13889 if (PyErr_Occurred()) SWIG_fail;
13890 {
13891 PyThreadState* __tstate = wxPyBeginAllowThreads();
13892 (arg1)->SetValue(arg2);
13893
13894 wxPyEndAllowThreads(__tstate);
13895 if (PyErr_Occurred()) SWIG_fail;
13896 }
13897 Py_INCREF(Py_None); resultobj = Py_None;
13898 return resultobj;
13899 fail:
13900 return NULL;
13901 }
13902
13903
13904 static PyObject *_wrap_ToggleButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
13905 PyObject *resultobj;
13906 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13907 bool result;
13908 PyObject * obj0 = 0 ;
13909 char *kwnames[] = {
13910 (char *) "self", NULL
13911 };
13912
13913 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToggleButton_GetValue",kwnames,&obj0)) goto fail;
13914 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
13915 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13916 {
13917 PyThreadState* __tstate = wxPyBeginAllowThreads();
13918 result = (bool)((wxToggleButton const *)arg1)->GetValue();
13919
13920 wxPyEndAllowThreads(__tstate);
13921 if (PyErr_Occurred()) SWIG_fail;
13922 }
13923 {
13924 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13925 }
13926 return resultobj;
13927 fail:
13928 return NULL;
13929 }
13930
13931
13932 static PyObject *_wrap_ToggleButton_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
13933 PyObject *resultobj;
13934 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
13935 wxString *arg2 = 0 ;
13936 bool temp2 = False ;
13937 PyObject * obj0 = 0 ;
13938 PyObject * obj1 = 0 ;
13939 char *kwnames[] = {
13940 (char *) "self",(char *) "label", NULL
13941 };
13942
13943 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetLabel",kwnames,&obj0,&obj1)) goto fail;
13944 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToggleButton,
13945 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
13946 {
13947 arg2 = wxString_in_helper(obj1);
13948 if (arg2 == NULL) SWIG_fail;
13949 temp2 = True;
13950 }
13951 {
13952 PyThreadState* __tstate = wxPyBeginAllowThreads();
13953 (arg1)->SetLabel((wxString const &)*arg2);
13954
13955 wxPyEndAllowThreads(__tstate);
13956 if (PyErr_Occurred()) SWIG_fail;
13957 }
13958 Py_INCREF(Py_None); resultobj = Py_None;
13959 {
13960 if (temp2)
13961 delete arg2;
13962 }
13963 return resultobj;
13964 fail:
13965 {
13966 if (temp2)
13967 delete arg2;
13968 }
13969 return NULL;
13970 }
13971
13972
13973 static PyObject *_wrap_ToggleButton_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
13974 PyObject *resultobj;
13975 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
13976 wxVisualAttributes result;
13977 PyObject * obj0 = 0 ;
13978 char *kwnames[] = {
13979 (char *) "variant", NULL
13980 };
13981
13982 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ToggleButton_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
13983 if (obj0) {
13984 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
13985 if (PyErr_Occurred()) SWIG_fail;
13986 }
13987 {
13988 if (!wxPyCheckForApp()) SWIG_fail;
13989 PyThreadState* __tstate = wxPyBeginAllowThreads();
13990 result = wxToggleButton::GetClassDefaultAttributes((wxWindowVariant )arg1);
13991
13992 wxPyEndAllowThreads(__tstate);
13993 if (PyErr_Occurred()) SWIG_fail;
13994 }
13995 {
13996 wxVisualAttributes * resultptr;
13997 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
13998 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
13999 }
14000 return resultobj;
14001 fail:
14002 return NULL;
14003 }
14004
14005
14006 static PyObject * ToggleButton_swigregister(PyObject *self, PyObject *args) {
14007 PyObject *obj;
14008 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14009 SWIG_TypeClientData(SWIGTYPE_p_wxToggleButton, obj);
14010 Py_INCREF(obj);
14011 return Py_BuildValue((char *)"");
14012 }
14013 static int _wrap_NOTEBOOK_NAME_set(PyObject *_val) {
14014 PyErr_SetString(PyExc_TypeError,"Variable NOTEBOOK_NAME is read-only.");
14015 return 1;
14016 }
14017
14018
14019 static PyObject *_wrap_NOTEBOOK_NAME_get() {
14020 PyObject *pyobj;
14021
14022 {
14023 #if wxUSE_UNICODE
14024 pyobj = PyUnicode_FromWideChar((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
14025 #else
14026 pyobj = PyString_FromStringAndSize((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
14027 #endif
14028 }
14029 return pyobj;
14030 }
14031
14032
14033 static PyObject *_wrap_BookCtrl_GetPageCount(PyObject *self, PyObject *args, PyObject *kwargs) {
14034 PyObject *resultobj;
14035 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14036 size_t result;
14037 PyObject * obj0 = 0 ;
14038 char *kwnames[] = {
14039 (char *) "self", NULL
14040 };
14041
14042 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetPageCount",kwnames,&obj0)) goto fail;
14043 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14044 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14045 {
14046 PyThreadState* __tstate = wxPyBeginAllowThreads();
14047 result = (size_t)((wxBookCtrl const *)arg1)->GetPageCount();
14048
14049 wxPyEndAllowThreads(__tstate);
14050 if (PyErr_Occurred()) SWIG_fail;
14051 }
14052 resultobj = SWIG_FromUnsignedLong((unsigned long)result);
14053 return resultobj;
14054 fail:
14055 return NULL;
14056 }
14057
14058
14059 static PyObject *_wrap_BookCtrl_GetPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14060 PyObject *resultobj;
14061 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14062 size_t arg2 ;
14063 wxWindow *result;
14064 PyObject * obj0 = 0 ;
14065 PyObject * obj1 = 0 ;
14066 char *kwnames[] = {
14067 (char *) "self",(char *) "n", NULL
14068 };
14069
14070 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPage",kwnames,&obj0,&obj1)) goto fail;
14071 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14072 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14073 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14074 if (PyErr_Occurred()) SWIG_fail;
14075 {
14076 PyThreadState* __tstate = wxPyBeginAllowThreads();
14077 result = (wxWindow *)(arg1)->GetPage(arg2);
14078
14079 wxPyEndAllowThreads(__tstate);
14080 if (PyErr_Occurred()) SWIG_fail;
14081 }
14082 {
14083 resultobj = wxPyMake_wxObject(result);
14084 }
14085 return resultobj;
14086 fail:
14087 return NULL;
14088 }
14089
14090
14091 static PyObject *_wrap_BookCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14092 PyObject *resultobj;
14093 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14094 int result;
14095 PyObject * obj0 = 0 ;
14096 char *kwnames[] = {
14097 (char *) "self", NULL
14098 };
14099
14100 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetSelection",kwnames,&obj0)) goto fail;
14101 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14102 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14103 {
14104 PyThreadState* __tstate = wxPyBeginAllowThreads();
14105 result = (int)((wxBookCtrl const *)arg1)->GetSelection();
14106
14107 wxPyEndAllowThreads(__tstate);
14108 if (PyErr_Occurred()) SWIG_fail;
14109 }
14110 resultobj = SWIG_FromInt((int)result);
14111 return resultobj;
14112 fail:
14113 return NULL;
14114 }
14115
14116
14117 static PyObject *_wrap_BookCtrl_SetPageText(PyObject *self, PyObject *args, PyObject *kwargs) {
14118 PyObject *resultobj;
14119 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14120 size_t arg2 ;
14121 wxString *arg3 = 0 ;
14122 bool result;
14123 bool temp3 = False ;
14124 PyObject * obj0 = 0 ;
14125 PyObject * obj1 = 0 ;
14126 PyObject * obj2 = 0 ;
14127 char *kwnames[] = {
14128 (char *) "self",(char *) "n",(char *) "strText", NULL
14129 };
14130
14131 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageText",kwnames,&obj0,&obj1,&obj2)) goto fail;
14132 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14133 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14134 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14135 if (PyErr_Occurred()) SWIG_fail;
14136 {
14137 arg3 = wxString_in_helper(obj2);
14138 if (arg3 == NULL) SWIG_fail;
14139 temp3 = True;
14140 }
14141 {
14142 PyThreadState* __tstate = wxPyBeginAllowThreads();
14143 result = (bool)(arg1)->SetPageText(arg2,(wxString const &)*arg3);
14144
14145 wxPyEndAllowThreads(__tstate);
14146 if (PyErr_Occurred()) SWIG_fail;
14147 }
14148 {
14149 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14150 }
14151 {
14152 if (temp3)
14153 delete arg3;
14154 }
14155 return resultobj;
14156 fail:
14157 {
14158 if (temp3)
14159 delete arg3;
14160 }
14161 return NULL;
14162 }
14163
14164
14165 static PyObject *_wrap_BookCtrl_GetPageText(PyObject *self, PyObject *args, PyObject *kwargs) {
14166 PyObject *resultobj;
14167 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14168 size_t arg2 ;
14169 wxString result;
14170 PyObject * obj0 = 0 ;
14171 PyObject * obj1 = 0 ;
14172 char *kwnames[] = {
14173 (char *) "self",(char *) "n", NULL
14174 };
14175
14176 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageText",kwnames,&obj0,&obj1)) goto fail;
14177 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14178 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14179 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14180 if (PyErr_Occurred()) SWIG_fail;
14181 {
14182 PyThreadState* __tstate = wxPyBeginAllowThreads();
14183 result = ((wxBookCtrl const *)arg1)->GetPageText(arg2);
14184
14185 wxPyEndAllowThreads(__tstate);
14186 if (PyErr_Occurred()) SWIG_fail;
14187 }
14188 {
14189 #if wxUSE_UNICODE
14190 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
14191 #else
14192 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
14193 #endif
14194 }
14195 return resultobj;
14196 fail:
14197 return NULL;
14198 }
14199
14200
14201 static PyObject *_wrap_BookCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
14202 PyObject *resultobj;
14203 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14204 wxImageList *arg2 = (wxImageList *) 0 ;
14205 PyObject * obj0 = 0 ;
14206 PyObject * obj1 = 0 ;
14207 char *kwnames[] = {
14208 (char *) "self",(char *) "imageList", NULL
14209 };
14210
14211 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
14212 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14213 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14214 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
14215 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14216 {
14217 PyThreadState* __tstate = wxPyBeginAllowThreads();
14218 (arg1)->SetImageList(arg2);
14219
14220 wxPyEndAllowThreads(__tstate);
14221 if (PyErr_Occurred()) SWIG_fail;
14222 }
14223 Py_INCREF(Py_None); resultobj = Py_None;
14224 return resultobj;
14225 fail:
14226 return NULL;
14227 }
14228
14229
14230 static PyObject *_wrap_BookCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
14231 PyObject *resultobj;
14232 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14233 wxImageList *arg2 = (wxImageList *) 0 ;
14234 PyObject * obj0 = 0 ;
14235 PyObject * obj1 = 0 ;
14236 char *kwnames[] = {
14237 (char *) "self",(char *) "imageList", NULL
14238 };
14239
14240 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
14241 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14242 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14243 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
14244 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
14245 {
14246 PyThreadState* __tstate = wxPyBeginAllowThreads();
14247 (arg1)->AssignImageList(arg2);
14248
14249 wxPyEndAllowThreads(__tstate);
14250 if (PyErr_Occurred()) SWIG_fail;
14251 }
14252 Py_INCREF(Py_None); resultobj = Py_None;
14253 return resultobj;
14254 fail:
14255 return NULL;
14256 }
14257
14258
14259 static PyObject *_wrap_BookCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
14260 PyObject *resultobj;
14261 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14262 wxImageList *result;
14263 PyObject * obj0 = 0 ;
14264 char *kwnames[] = {
14265 (char *) "self", NULL
14266 };
14267
14268 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetImageList",kwnames,&obj0)) goto fail;
14269 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14270 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14271 {
14272 PyThreadState* __tstate = wxPyBeginAllowThreads();
14273 result = (wxImageList *)((wxBookCtrl const *)arg1)->GetImageList();
14274
14275 wxPyEndAllowThreads(__tstate);
14276 if (PyErr_Occurred()) SWIG_fail;
14277 }
14278 {
14279 resultobj = wxPyMake_wxObject(result);
14280 }
14281 return resultobj;
14282 fail:
14283 return NULL;
14284 }
14285
14286
14287 static PyObject *_wrap_BookCtrl_GetPageImage(PyObject *self, PyObject *args, PyObject *kwargs) {
14288 PyObject *resultobj;
14289 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14290 size_t arg2 ;
14291 int result;
14292 PyObject * obj0 = 0 ;
14293 PyObject * obj1 = 0 ;
14294 char *kwnames[] = {
14295 (char *) "self",(char *) "n", NULL
14296 };
14297
14298 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageImage",kwnames,&obj0,&obj1)) goto fail;
14299 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14300 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14301 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14302 if (PyErr_Occurred()) SWIG_fail;
14303 {
14304 PyThreadState* __tstate = wxPyBeginAllowThreads();
14305 result = (int)((wxBookCtrl const *)arg1)->GetPageImage(arg2);
14306
14307 wxPyEndAllowThreads(__tstate);
14308 if (PyErr_Occurred()) SWIG_fail;
14309 }
14310 resultobj = SWIG_FromInt((int)result);
14311 return resultobj;
14312 fail:
14313 return NULL;
14314 }
14315
14316
14317 static PyObject *_wrap_BookCtrl_SetPageImage(PyObject *self, PyObject *args, PyObject *kwargs) {
14318 PyObject *resultobj;
14319 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14320 size_t arg2 ;
14321 int arg3 ;
14322 bool result;
14323 PyObject * obj0 = 0 ;
14324 PyObject * obj1 = 0 ;
14325 PyObject * obj2 = 0 ;
14326 char *kwnames[] = {
14327 (char *) "self",(char *) "n",(char *) "imageId", NULL
14328 };
14329
14330 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
14331 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14332 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14333 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14334 if (PyErr_Occurred()) SWIG_fail;
14335 arg3 = (int) SWIG_AsInt(obj2);
14336 if (PyErr_Occurred()) SWIG_fail;
14337 {
14338 PyThreadState* __tstate = wxPyBeginAllowThreads();
14339 result = (bool)(arg1)->SetPageImage(arg2,arg3);
14340
14341 wxPyEndAllowThreads(__tstate);
14342 if (PyErr_Occurred()) SWIG_fail;
14343 }
14344 {
14345 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14346 }
14347 return resultobj;
14348 fail:
14349 return NULL;
14350 }
14351
14352
14353 static PyObject *_wrap_BookCtrl_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
14354 PyObject *resultobj;
14355 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14356 wxSize *arg2 = 0 ;
14357 wxSize temp2 ;
14358 PyObject * obj0 = 0 ;
14359 PyObject * obj1 = 0 ;
14360 char *kwnames[] = {
14361 (char *) "self",(char *) "size", NULL
14362 };
14363
14364 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
14365 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14366 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14367 {
14368 arg2 = &temp2;
14369 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14370 }
14371 {
14372 PyThreadState* __tstate = wxPyBeginAllowThreads();
14373 (arg1)->SetPageSize((wxSize const &)*arg2);
14374
14375 wxPyEndAllowThreads(__tstate);
14376 if (PyErr_Occurred()) SWIG_fail;
14377 }
14378 Py_INCREF(Py_None); resultobj = Py_None;
14379 return resultobj;
14380 fail:
14381 return NULL;
14382 }
14383
14384
14385 static PyObject *_wrap_BookCtrl_CalcSizeFromPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14386 PyObject *resultobj;
14387 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14388 wxSize *arg2 = 0 ;
14389 wxSize result;
14390 wxSize temp2 ;
14391 PyObject * obj0 = 0 ;
14392 PyObject * obj1 = 0 ;
14393 char *kwnames[] = {
14394 (char *) "self",(char *) "sizePage", NULL
14395 };
14396
14397 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
14398 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14399 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14400 {
14401 arg2 = &temp2;
14402 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14403 }
14404 {
14405 PyThreadState* __tstate = wxPyBeginAllowThreads();
14406 result = ((wxBookCtrl const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
14407
14408 wxPyEndAllowThreads(__tstate);
14409 if (PyErr_Occurred()) SWIG_fail;
14410 }
14411 {
14412 wxSize * resultptr;
14413 resultptr = new wxSize((wxSize &) result);
14414 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
14415 }
14416 return resultobj;
14417 fail:
14418 return NULL;
14419 }
14420
14421
14422 static PyObject *_wrap_BookCtrl_DeletePage(PyObject *self, PyObject *args, PyObject *kwargs) {
14423 PyObject *resultobj;
14424 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14425 size_t arg2 ;
14426 bool result;
14427 PyObject * obj0 = 0 ;
14428 PyObject * obj1 = 0 ;
14429 char *kwnames[] = {
14430 (char *) "self",(char *) "n", NULL
14431 };
14432
14433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_DeletePage",kwnames,&obj0,&obj1)) goto fail;
14434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14436 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14437 if (PyErr_Occurred()) SWIG_fail;
14438 {
14439 PyThreadState* __tstate = wxPyBeginAllowThreads();
14440 result = (bool)(arg1)->DeletePage(arg2);
14441
14442 wxPyEndAllowThreads(__tstate);
14443 if (PyErr_Occurred()) SWIG_fail;
14444 }
14445 {
14446 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14447 }
14448 return resultobj;
14449 fail:
14450 return NULL;
14451 }
14452
14453
14454 static PyObject *_wrap_BookCtrl_RemovePage(PyObject *self, PyObject *args, PyObject *kwargs) {
14455 PyObject *resultobj;
14456 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14457 size_t arg2 ;
14458 bool result;
14459 PyObject * obj0 = 0 ;
14460 PyObject * obj1 = 0 ;
14461 char *kwnames[] = {
14462 (char *) "self",(char *) "n", NULL
14463 };
14464
14465 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_RemovePage",kwnames,&obj0,&obj1)) goto fail;
14466 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14467 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14468 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14469 if (PyErr_Occurred()) SWIG_fail;
14470 {
14471 PyThreadState* __tstate = wxPyBeginAllowThreads();
14472 result = (bool)(arg1)->RemovePage(arg2);
14473
14474 wxPyEndAllowThreads(__tstate);
14475 if (PyErr_Occurred()) SWIG_fail;
14476 }
14477 {
14478 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14479 }
14480 return resultobj;
14481 fail:
14482 return NULL;
14483 }
14484
14485
14486 static PyObject *_wrap_BookCtrl_DeleteAllPages(PyObject *self, PyObject *args, PyObject *kwargs) {
14487 PyObject *resultobj;
14488 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14489 bool result;
14490 PyObject * obj0 = 0 ;
14491 char *kwnames[] = {
14492 (char *) "self", NULL
14493 };
14494
14495 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_DeleteAllPages",kwnames,&obj0)) goto fail;
14496 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14497 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14498 {
14499 PyThreadState* __tstate = wxPyBeginAllowThreads();
14500 result = (bool)(arg1)->DeleteAllPages();
14501
14502 wxPyEndAllowThreads(__tstate);
14503 if (PyErr_Occurred()) SWIG_fail;
14504 }
14505 {
14506 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14507 }
14508 return resultobj;
14509 fail:
14510 return NULL;
14511 }
14512
14513
14514 static PyObject *_wrap_BookCtrl_AddPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14515 PyObject *resultobj;
14516 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14517 wxWindow *arg2 = (wxWindow *) 0 ;
14518 wxString *arg3 = 0 ;
14519 bool arg4 = (bool) False ;
14520 int arg5 = (int) -1 ;
14521 bool result;
14522 bool temp3 = False ;
14523 PyObject * obj0 = 0 ;
14524 PyObject * obj1 = 0 ;
14525 PyObject * obj2 = 0 ;
14526 PyObject * obj3 = 0 ;
14527 PyObject * obj4 = 0 ;
14528 char *kwnames[] = {
14529 (char *) "self",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14530 };
14531
14532 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:BookCtrl_AddPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
14533 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14534 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14535 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
14536 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14537 {
14538 arg3 = wxString_in_helper(obj2);
14539 if (arg3 == NULL) SWIG_fail;
14540 temp3 = True;
14541 }
14542 if (obj3) {
14543 arg4 = (bool) SWIG_AsBool(obj3);
14544 if (PyErr_Occurred()) SWIG_fail;
14545 }
14546 if (obj4) {
14547 arg5 = (int) SWIG_AsInt(obj4);
14548 if (PyErr_Occurred()) SWIG_fail;
14549 }
14550 {
14551 PyThreadState* __tstate = wxPyBeginAllowThreads();
14552 result = (bool)(arg1)->AddPage(arg2,(wxString const &)*arg3,arg4,arg5);
14553
14554 wxPyEndAllowThreads(__tstate);
14555 if (PyErr_Occurred()) SWIG_fail;
14556 }
14557 {
14558 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14559 }
14560 {
14561 if (temp3)
14562 delete arg3;
14563 }
14564 return resultobj;
14565 fail:
14566 {
14567 if (temp3)
14568 delete arg3;
14569 }
14570 return NULL;
14571 }
14572
14573
14574 static PyObject *_wrap_BookCtrl_InsertPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14575 PyObject *resultobj;
14576 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14577 size_t arg2 ;
14578 wxWindow *arg3 = (wxWindow *) 0 ;
14579 wxString *arg4 = 0 ;
14580 bool arg5 = (bool) False ;
14581 int arg6 = (int) -1 ;
14582 bool result;
14583 bool temp4 = False ;
14584 PyObject * obj0 = 0 ;
14585 PyObject * obj1 = 0 ;
14586 PyObject * obj2 = 0 ;
14587 PyObject * obj3 = 0 ;
14588 PyObject * obj4 = 0 ;
14589 PyObject * obj5 = 0 ;
14590 char *kwnames[] = {
14591 (char *) "self",(char *) "n",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14592 };
14593
14594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OO:BookCtrl_InsertPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
14595 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14596 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14597 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14598 if (PyErr_Occurred()) SWIG_fail;
14599 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
14600 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14601 {
14602 arg4 = wxString_in_helper(obj3);
14603 if (arg4 == NULL) SWIG_fail;
14604 temp4 = True;
14605 }
14606 if (obj4) {
14607 arg5 = (bool) SWIG_AsBool(obj4);
14608 if (PyErr_Occurred()) SWIG_fail;
14609 }
14610 if (obj5) {
14611 arg6 = (int) SWIG_AsInt(obj5);
14612 if (PyErr_Occurred()) SWIG_fail;
14613 }
14614 {
14615 PyThreadState* __tstate = wxPyBeginAllowThreads();
14616 result = (bool)(arg1)->InsertPage(arg2,arg3,(wxString const &)*arg4,arg5,arg6);
14617
14618 wxPyEndAllowThreads(__tstate);
14619 if (PyErr_Occurred()) SWIG_fail;
14620 }
14621 {
14622 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14623 }
14624 {
14625 if (temp4)
14626 delete arg4;
14627 }
14628 return resultobj;
14629 fail:
14630 {
14631 if (temp4)
14632 delete arg4;
14633 }
14634 return NULL;
14635 }
14636
14637
14638 static PyObject *_wrap_BookCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14639 PyObject *resultobj;
14640 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14641 size_t arg2 ;
14642 int result;
14643 PyObject * obj0 = 0 ;
14644 PyObject * obj1 = 0 ;
14645 char *kwnames[] = {
14646 (char *) "self",(char *) "n", NULL
14647 };
14648
14649 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetSelection",kwnames,&obj0,&obj1)) goto fail;
14650 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14651 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14652 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
14653 if (PyErr_Occurred()) SWIG_fail;
14654 {
14655 PyThreadState* __tstate = wxPyBeginAllowThreads();
14656 result = (int)(arg1)->SetSelection(arg2);
14657
14658 wxPyEndAllowThreads(__tstate);
14659 if (PyErr_Occurred()) SWIG_fail;
14660 }
14661 resultobj = SWIG_FromInt((int)result);
14662 return resultobj;
14663 fail:
14664 return NULL;
14665 }
14666
14667
14668 static PyObject *_wrap_BookCtrl_AdvanceSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14669 PyObject *resultobj;
14670 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14671 bool arg2 = (bool) True ;
14672 PyObject * obj0 = 0 ;
14673 PyObject * obj1 = 0 ;
14674 char *kwnames[] = {
14675 (char *) "self",(char *) "forward", NULL
14676 };
14677
14678 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:BookCtrl_AdvanceSelection",kwnames,&obj0,&obj1)) goto fail;
14679 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
14680 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14681 if (obj1) {
14682 arg2 = (bool) SWIG_AsBool(obj1);
14683 if (PyErr_Occurred()) SWIG_fail;
14684 }
14685 {
14686 PyThreadState* __tstate = wxPyBeginAllowThreads();
14687 (arg1)->AdvanceSelection(arg2);
14688
14689 wxPyEndAllowThreads(__tstate);
14690 if (PyErr_Occurred()) SWIG_fail;
14691 }
14692 Py_INCREF(Py_None); resultobj = Py_None;
14693 return resultobj;
14694 fail:
14695 return NULL;
14696 }
14697
14698
14699 static PyObject *_wrap_BookCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
14700 PyObject *resultobj;
14701 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
14702 wxVisualAttributes result;
14703 PyObject * obj0 = 0 ;
14704 char *kwnames[] = {
14705 (char *) "variant", NULL
14706 };
14707
14708 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:BookCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
14709 if (obj0) {
14710 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
14711 if (PyErr_Occurred()) SWIG_fail;
14712 }
14713 {
14714 if (!wxPyCheckForApp()) SWIG_fail;
14715 PyThreadState* __tstate = wxPyBeginAllowThreads();
14716 result = wxBookCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
14717
14718 wxPyEndAllowThreads(__tstate);
14719 if (PyErr_Occurred()) SWIG_fail;
14720 }
14721 {
14722 wxVisualAttributes * resultptr;
14723 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
14724 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
14725 }
14726 return resultobj;
14727 fail:
14728 return NULL;
14729 }
14730
14731
14732 static PyObject * BookCtrl_swigregister(PyObject *self, PyObject *args) {
14733 PyObject *obj;
14734 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14735 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrl, obj);
14736 Py_INCREF(obj);
14737 return Py_BuildValue((char *)"");
14738 }
14739 static PyObject *_wrap_new_BookCtrlEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
14740 PyObject *resultobj;
14741 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
14742 int arg2 = (int) 0 ;
14743 int arg3 = (int) -1 ;
14744 int arg4 = (int) -1 ;
14745 wxBookCtrlEvent *result;
14746 PyObject * obj0 = 0 ;
14747 PyObject * obj1 = 0 ;
14748 PyObject * obj2 = 0 ;
14749 PyObject * obj3 = 0 ;
14750 char *kwnames[] = {
14751 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
14752 };
14753
14754 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_BookCtrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
14755 if (obj0) {
14756 arg1 = (wxEventType) SWIG_AsInt(obj0);
14757 if (PyErr_Occurred()) SWIG_fail;
14758 }
14759 if (obj1) {
14760 arg2 = (int) SWIG_AsInt(obj1);
14761 if (PyErr_Occurred()) SWIG_fail;
14762 }
14763 if (obj2) {
14764 arg3 = (int) SWIG_AsInt(obj2);
14765 if (PyErr_Occurred()) SWIG_fail;
14766 }
14767 if (obj3) {
14768 arg4 = (int) SWIG_AsInt(obj3);
14769 if (PyErr_Occurred()) SWIG_fail;
14770 }
14771 {
14772 PyThreadState* __tstate = wxPyBeginAllowThreads();
14773 result = (wxBookCtrlEvent *)new wxBookCtrlEvent(arg1,arg2,arg3,arg4);
14774
14775 wxPyEndAllowThreads(__tstate);
14776 if (PyErr_Occurred()) SWIG_fail;
14777 }
14778 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrlEvent, 1);
14779 return resultobj;
14780 fail:
14781 return NULL;
14782 }
14783
14784
14785 static PyObject *_wrap_BookCtrlEvent_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14786 PyObject *resultobj;
14787 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14788 int result;
14789 PyObject * obj0 = 0 ;
14790 char *kwnames[] = {
14791 (char *) "self", NULL
14792 };
14793
14794 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetSelection",kwnames,&obj0)) goto fail;
14795 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14796 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14797 {
14798 PyThreadState* __tstate = wxPyBeginAllowThreads();
14799 result = (int)((wxBookCtrlEvent const *)arg1)->GetSelection();
14800
14801 wxPyEndAllowThreads(__tstate);
14802 if (PyErr_Occurred()) SWIG_fail;
14803 }
14804 resultobj = SWIG_FromInt((int)result);
14805 return resultobj;
14806 fail:
14807 return NULL;
14808 }
14809
14810
14811 static PyObject *_wrap_BookCtrlEvent_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14812 PyObject *resultobj;
14813 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14814 int arg2 ;
14815 PyObject * obj0 = 0 ;
14816 PyObject * obj1 = 0 ;
14817 char *kwnames[] = {
14818 (char *) "self",(char *) "nSel", NULL
14819 };
14820
14821 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetSelection",kwnames,&obj0,&obj1)) goto fail;
14822 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14823 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14824 arg2 = (int) SWIG_AsInt(obj1);
14825 if (PyErr_Occurred()) SWIG_fail;
14826 {
14827 PyThreadState* __tstate = wxPyBeginAllowThreads();
14828 (arg1)->SetSelection(arg2);
14829
14830 wxPyEndAllowThreads(__tstate);
14831 if (PyErr_Occurred()) SWIG_fail;
14832 }
14833 Py_INCREF(Py_None); resultobj = Py_None;
14834 return resultobj;
14835 fail:
14836 return NULL;
14837 }
14838
14839
14840 static PyObject *_wrap_BookCtrlEvent_GetOldSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14841 PyObject *resultobj;
14842 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14843 int result;
14844 PyObject * obj0 = 0 ;
14845 char *kwnames[] = {
14846 (char *) "self", NULL
14847 };
14848
14849 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetOldSelection",kwnames,&obj0)) goto fail;
14850 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14851 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14852 {
14853 PyThreadState* __tstate = wxPyBeginAllowThreads();
14854 result = (int)((wxBookCtrlEvent const *)arg1)->GetOldSelection();
14855
14856 wxPyEndAllowThreads(__tstate);
14857 if (PyErr_Occurred()) SWIG_fail;
14858 }
14859 resultobj = SWIG_FromInt((int)result);
14860 return resultobj;
14861 fail:
14862 return NULL;
14863 }
14864
14865
14866 static PyObject *_wrap_BookCtrlEvent_SetOldSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
14867 PyObject *resultobj;
14868 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
14869 int arg2 ;
14870 PyObject * obj0 = 0 ;
14871 PyObject * obj1 = 0 ;
14872 char *kwnames[] = {
14873 (char *) "self",(char *) "nOldSel", NULL
14874 };
14875
14876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetOldSelection",kwnames,&obj0,&obj1)) goto fail;
14877 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlEvent,
14878 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14879 arg2 = (int) SWIG_AsInt(obj1);
14880 if (PyErr_Occurred()) SWIG_fail;
14881 {
14882 PyThreadState* __tstate = wxPyBeginAllowThreads();
14883 (arg1)->SetOldSelection(arg2);
14884
14885 wxPyEndAllowThreads(__tstate);
14886 if (PyErr_Occurred()) SWIG_fail;
14887 }
14888 Py_INCREF(Py_None); resultobj = Py_None;
14889 return resultobj;
14890 fail:
14891 return NULL;
14892 }
14893
14894
14895 static PyObject * BookCtrlEvent_swigregister(PyObject *self, PyObject *args) {
14896 PyObject *obj;
14897 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14898 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlEvent, obj);
14899 Py_INCREF(obj);
14900 return Py_BuildValue((char *)"");
14901 }
14902 static PyObject *_wrap_new_Notebook(PyObject *self, PyObject *args, PyObject *kwargs) {
14903 PyObject *resultobj;
14904 wxWindow *arg1 = (wxWindow *) 0 ;
14905 int arg2 = (int) -1 ;
14906 wxPoint const &arg3_defvalue = wxDefaultPosition ;
14907 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
14908 wxSize const &arg4_defvalue = wxDefaultSize ;
14909 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
14910 long arg5 = (long) 0 ;
14911 wxString const &arg6_defvalue = wxPyNOTEBOOK_NAME ;
14912 wxString *arg6 = (wxString *) &arg6_defvalue ;
14913 wxNotebook *result;
14914 wxPoint temp3 ;
14915 wxSize temp4 ;
14916 bool temp6 = False ;
14917 PyObject * obj0 = 0 ;
14918 PyObject * obj1 = 0 ;
14919 PyObject * obj2 = 0 ;
14920 PyObject * obj3 = 0 ;
14921 PyObject * obj4 = 0 ;
14922 PyObject * obj5 = 0 ;
14923 char *kwnames[] = {
14924 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
14925 };
14926
14927 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Notebook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
14928 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
14929 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
14930 if (obj1) {
14931 arg2 = (int) SWIG_AsInt(obj1);
14932 if (PyErr_Occurred()) SWIG_fail;
14933 }
14934 if (obj2) {
14935 {
14936 arg3 = &temp3;
14937 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
14938 }
14939 }
14940 if (obj3) {
14941 {
14942 arg4 = &temp4;
14943 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
14944 }
14945 }
14946 if (obj4) {
14947 arg5 = (long) SWIG_AsLong(obj4);
14948 if (PyErr_Occurred()) SWIG_fail;
14949 }
14950 if (obj5) {
14951 {
14952 arg6 = wxString_in_helper(obj5);
14953 if (arg6 == NULL) SWIG_fail;
14954 temp6 = True;
14955 }
14956 }
14957 {
14958 if (!wxPyCheckForApp()) SWIG_fail;
14959 PyThreadState* __tstate = wxPyBeginAllowThreads();
14960 result = (wxNotebook *)new wxNotebook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
14961
14962 wxPyEndAllowThreads(__tstate);
14963 if (PyErr_Occurred()) SWIG_fail;
14964 }
14965 {
14966 resultobj = wxPyMake_wxObject(result);
14967 }
14968 {
14969 if (temp6)
14970 delete arg6;
14971 }
14972 return resultobj;
14973 fail:
14974 {
14975 if (temp6)
14976 delete arg6;
14977 }
14978 return NULL;
14979 }
14980
14981
14982 static PyObject *_wrap_new_PreNotebook(PyObject *self, PyObject *args, PyObject *kwargs) {
14983 PyObject *resultobj;
14984 wxNotebook *result;
14985 char *kwnames[] = {
14986 NULL
14987 };
14988
14989 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreNotebook",kwnames)) goto fail;
14990 {
14991 if (!wxPyCheckForApp()) SWIG_fail;
14992 PyThreadState* __tstate = wxPyBeginAllowThreads();
14993 result = (wxNotebook *)new wxNotebook();
14994
14995 wxPyEndAllowThreads(__tstate);
14996 if (PyErr_Occurred()) SWIG_fail;
14997 }
14998 {
14999 resultobj = wxPyMake_wxObject(result);
15000 }
15001 return resultobj;
15002 fail:
15003 return NULL;
15004 }
15005
15006
15007 static PyObject *_wrap_Notebook_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
15008 PyObject *resultobj;
15009 wxNotebook *arg1 = (wxNotebook *) 0 ;
15010 wxWindow *arg2 = (wxWindow *) 0 ;
15011 int arg3 ;
15012 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15013 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15014 wxSize const &arg5_defvalue = wxDefaultSize ;
15015 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15016 long arg6 = (long) 0 ;
15017 wxString const &arg7_defvalue = wxPyNOTEBOOK_NAME ;
15018 wxString *arg7 = (wxString *) &arg7_defvalue ;
15019 bool result;
15020 wxPoint temp4 ;
15021 wxSize temp5 ;
15022 bool temp7 = False ;
15023 PyObject * obj0 = 0 ;
15024 PyObject * obj1 = 0 ;
15025 PyObject * obj2 = 0 ;
15026 PyObject * obj3 = 0 ;
15027 PyObject * obj4 = 0 ;
15028 PyObject * obj5 = 0 ;
15029 PyObject * obj6 = 0 ;
15030 char *kwnames[] = {
15031 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15032 };
15033
15034 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:Notebook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15035 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15036 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15037 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15038 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15039 arg3 = (int) SWIG_AsInt(obj2);
15040 if (PyErr_Occurred()) SWIG_fail;
15041 if (obj3) {
15042 {
15043 arg4 = &temp4;
15044 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15045 }
15046 }
15047 if (obj4) {
15048 {
15049 arg5 = &temp5;
15050 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15051 }
15052 }
15053 if (obj5) {
15054 arg6 = (long) SWIG_AsLong(obj5);
15055 if (PyErr_Occurred()) SWIG_fail;
15056 }
15057 if (obj6) {
15058 {
15059 arg7 = wxString_in_helper(obj6);
15060 if (arg7 == NULL) SWIG_fail;
15061 temp7 = True;
15062 }
15063 }
15064 {
15065 PyThreadState* __tstate = wxPyBeginAllowThreads();
15066 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15067
15068 wxPyEndAllowThreads(__tstate);
15069 if (PyErr_Occurred()) SWIG_fail;
15070 }
15071 {
15072 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15073 }
15074 {
15075 if (temp7)
15076 delete arg7;
15077 }
15078 return resultobj;
15079 fail:
15080 {
15081 if (temp7)
15082 delete arg7;
15083 }
15084 return NULL;
15085 }
15086
15087
15088 static PyObject *_wrap_Notebook_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
15089 PyObject *resultobj;
15090 wxNotebook *arg1 = (wxNotebook *) 0 ;
15091 int result;
15092 PyObject * obj0 = 0 ;
15093 char *kwnames[] = {
15094 (char *) "self", NULL
15095 };
15096
15097 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Notebook_GetRowCount",kwnames,&obj0)) goto fail;
15098 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15099 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15100 {
15101 PyThreadState* __tstate = wxPyBeginAllowThreads();
15102 result = (int)((wxNotebook const *)arg1)->GetRowCount();
15103
15104 wxPyEndAllowThreads(__tstate);
15105 if (PyErr_Occurred()) SWIG_fail;
15106 }
15107 resultobj = SWIG_FromInt((int)result);
15108 return resultobj;
15109 fail:
15110 return NULL;
15111 }
15112
15113
15114 static PyObject *_wrap_Notebook_SetPadding(PyObject *self, PyObject *args, PyObject *kwargs) {
15115 PyObject *resultobj;
15116 wxNotebook *arg1 = (wxNotebook *) 0 ;
15117 wxSize *arg2 = 0 ;
15118 wxSize temp2 ;
15119 PyObject * obj0 = 0 ;
15120 PyObject * obj1 = 0 ;
15121 char *kwnames[] = {
15122 (char *) "self",(char *) "padding", NULL
15123 };
15124
15125 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetPadding",kwnames,&obj0,&obj1)) goto fail;
15126 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15127 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15128 {
15129 arg2 = &temp2;
15130 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15131 }
15132 {
15133 PyThreadState* __tstate = wxPyBeginAllowThreads();
15134 (arg1)->SetPadding((wxSize const &)*arg2);
15135
15136 wxPyEndAllowThreads(__tstate);
15137 if (PyErr_Occurred()) SWIG_fail;
15138 }
15139 Py_INCREF(Py_None); resultobj = Py_None;
15140 return resultobj;
15141 fail:
15142 return NULL;
15143 }
15144
15145
15146 static PyObject *_wrap_Notebook_SetTabSize(PyObject *self, PyObject *args, PyObject *kwargs) {
15147 PyObject *resultobj;
15148 wxNotebook *arg1 = (wxNotebook *) 0 ;
15149 wxSize *arg2 = 0 ;
15150 wxSize temp2 ;
15151 PyObject * obj0 = 0 ;
15152 PyObject * obj1 = 0 ;
15153 char *kwnames[] = {
15154 (char *) "self",(char *) "sz", NULL
15155 };
15156
15157 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetTabSize",kwnames,&obj0,&obj1)) goto fail;
15158 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15159 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15160 {
15161 arg2 = &temp2;
15162 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15163 }
15164 {
15165 PyThreadState* __tstate = wxPyBeginAllowThreads();
15166 (arg1)->SetTabSize((wxSize const &)*arg2);
15167
15168 wxPyEndAllowThreads(__tstate);
15169 if (PyErr_Occurred()) SWIG_fail;
15170 }
15171 Py_INCREF(Py_None); resultobj = Py_None;
15172 return resultobj;
15173 fail:
15174 return NULL;
15175 }
15176
15177
15178 static PyObject *_wrap_Notebook_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
15179 PyObject *resultobj;
15180 wxNotebook *arg1 = (wxNotebook *) 0 ;
15181 wxPoint *arg2 = 0 ;
15182 long *arg3 = (long *) 0 ;
15183 int result;
15184 wxPoint temp2 ;
15185 long temp3 ;
15186 PyObject * obj0 = 0 ;
15187 PyObject * obj1 = 0 ;
15188 char *kwnames[] = {
15189 (char *) "self",(char *) "pt", NULL
15190 };
15191
15192 arg3 = &temp3;
15193 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_HitTest",kwnames,&obj0,&obj1)) goto fail;
15194 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15195 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15196 {
15197 arg2 = &temp2;
15198 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
15199 }
15200 {
15201 PyThreadState* __tstate = wxPyBeginAllowThreads();
15202 result = (int)((wxNotebook const *)arg1)->HitTest((wxPoint const &)*arg2,arg3);
15203
15204 wxPyEndAllowThreads(__tstate);
15205 if (PyErr_Occurred()) SWIG_fail;
15206 }
15207 resultobj = SWIG_FromInt((int)result);
15208 {
15209 PyObject *o = PyInt_FromLong((long) (*arg3));
15210 resultobj = t_output_helper(resultobj,o);
15211 }
15212 return resultobj;
15213 fail:
15214 return NULL;
15215 }
15216
15217
15218 static PyObject *_wrap_Notebook_CalcSizeFromPage(PyObject *self, PyObject *args, PyObject *kwargs) {
15219 PyObject *resultobj;
15220 wxNotebook *arg1 = (wxNotebook *) 0 ;
15221 wxSize *arg2 = 0 ;
15222 wxSize result;
15223 wxSize temp2 ;
15224 PyObject * obj0 = 0 ;
15225 PyObject * obj1 = 0 ;
15226 char *kwnames[] = {
15227 (char *) "self",(char *) "sizePage", NULL
15228 };
15229
15230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
15231 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15232 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15233 {
15234 arg2 = &temp2;
15235 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
15236 }
15237 {
15238 PyThreadState* __tstate = wxPyBeginAllowThreads();
15239 result = ((wxNotebook const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
15240
15241 wxPyEndAllowThreads(__tstate);
15242 if (PyErr_Occurred()) SWIG_fail;
15243 }
15244 {
15245 wxSize * resultptr;
15246 resultptr = new wxSize((wxSize &) result);
15247 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15248 }
15249 return resultobj;
15250 fail:
15251 return NULL;
15252 }
15253
15254
15255 static PyObject *_wrap_Notebook_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
15256 PyObject *resultobj;
15257 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
15258 wxVisualAttributes result;
15259 PyObject * obj0 = 0 ;
15260 char *kwnames[] = {
15261 (char *) "variant", NULL
15262 };
15263
15264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Notebook_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
15265 if (obj0) {
15266 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
15267 if (PyErr_Occurred()) SWIG_fail;
15268 }
15269 {
15270 if (!wxPyCheckForApp()) SWIG_fail;
15271 PyThreadState* __tstate = wxPyBeginAllowThreads();
15272 result = wxNotebook::GetClassDefaultAttributes((wxWindowVariant )arg1);
15273
15274 wxPyEndAllowThreads(__tstate);
15275 if (PyErr_Occurred()) SWIG_fail;
15276 }
15277 {
15278 wxVisualAttributes * resultptr;
15279 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
15280 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
15281 }
15282 return resultobj;
15283 fail:
15284 return NULL;
15285 }
15286
15287
15288 static PyObject * Notebook_swigregister(PyObject *self, PyObject *args) {
15289 PyObject *obj;
15290 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15291 SWIG_TypeClientData(SWIGTYPE_p_wxNotebook, obj);
15292 Py_INCREF(obj);
15293 return Py_BuildValue((char *)"");
15294 }
15295 static PyObject *_wrap_new_NotebookEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
15296 PyObject *resultobj;
15297 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
15298 int arg2 = (int) 0 ;
15299 int arg3 = (int) -1 ;
15300 int arg4 = (int) -1 ;
15301 wxNotebookEvent *result;
15302 PyObject * obj0 = 0 ;
15303 PyObject * obj1 = 0 ;
15304 PyObject * obj2 = 0 ;
15305 PyObject * obj3 = 0 ;
15306 char *kwnames[] = {
15307 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15308 };
15309
15310 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_NotebookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
15311 if (obj0) {
15312 arg1 = (wxEventType) SWIG_AsInt(obj0);
15313 if (PyErr_Occurred()) SWIG_fail;
15314 }
15315 if (obj1) {
15316 arg2 = (int) SWIG_AsInt(obj1);
15317 if (PyErr_Occurred()) SWIG_fail;
15318 }
15319 if (obj2) {
15320 arg3 = (int) SWIG_AsInt(obj2);
15321 if (PyErr_Occurred()) SWIG_fail;
15322 }
15323 if (obj3) {
15324 arg4 = (int) SWIG_AsInt(obj3);
15325 if (PyErr_Occurred()) SWIG_fail;
15326 }
15327 {
15328 PyThreadState* __tstate = wxPyBeginAllowThreads();
15329 result = (wxNotebookEvent *)new wxNotebookEvent(arg1,arg2,arg3,arg4);
15330
15331 wxPyEndAllowThreads(__tstate);
15332 if (PyErr_Occurred()) SWIG_fail;
15333 }
15334 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebookEvent, 1);
15335 return resultobj;
15336 fail:
15337 return NULL;
15338 }
15339
15340
15341 static PyObject * NotebookEvent_swigregister(PyObject *self, PyObject *args) {
15342 PyObject *obj;
15343 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15344 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookEvent, obj);
15345 Py_INCREF(obj);
15346 return Py_BuildValue((char *)"");
15347 }
15348 static PyObject *_wrap_new_Listbook(PyObject *self, PyObject *args, PyObject *kwargs) {
15349 PyObject *resultobj;
15350 wxWindow *arg1 = (wxWindow *) 0 ;
15351 int arg2 = (int) -1 ;
15352 wxPoint const &arg3_defvalue = wxDefaultPosition ;
15353 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
15354 wxSize const &arg4_defvalue = wxDefaultSize ;
15355 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
15356 long arg5 = (long) 0 ;
15357 wxString const &arg6_defvalue = wxPyEmptyString ;
15358 wxString *arg6 = (wxString *) &arg6_defvalue ;
15359 wxListbook *result;
15360 wxPoint temp3 ;
15361 wxSize temp4 ;
15362 bool temp6 = False ;
15363 PyObject * obj0 = 0 ;
15364 PyObject * obj1 = 0 ;
15365 PyObject * obj2 = 0 ;
15366 PyObject * obj3 = 0 ;
15367 PyObject * obj4 = 0 ;
15368 PyObject * obj5 = 0 ;
15369 char *kwnames[] = {
15370 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15371 };
15372
15373 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Listbook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
15374 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
15375 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15376 if (obj1) {
15377 arg2 = (int) SWIG_AsInt(obj1);
15378 if (PyErr_Occurred()) SWIG_fail;
15379 }
15380 if (obj2) {
15381 {
15382 arg3 = &temp3;
15383 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
15384 }
15385 }
15386 if (obj3) {
15387 {
15388 arg4 = &temp4;
15389 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
15390 }
15391 }
15392 if (obj4) {
15393 arg5 = (long) SWIG_AsLong(obj4);
15394 if (PyErr_Occurred()) SWIG_fail;
15395 }
15396 if (obj5) {
15397 {
15398 arg6 = wxString_in_helper(obj5);
15399 if (arg6 == NULL) SWIG_fail;
15400 temp6 = True;
15401 }
15402 }
15403 {
15404 if (!wxPyCheckForApp()) SWIG_fail;
15405 PyThreadState* __tstate = wxPyBeginAllowThreads();
15406 result = (wxListbook *)new wxListbook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
15407
15408 wxPyEndAllowThreads(__tstate);
15409 if (PyErr_Occurred()) SWIG_fail;
15410 }
15411 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbook, 1);
15412 {
15413 if (temp6)
15414 delete arg6;
15415 }
15416 return resultobj;
15417 fail:
15418 {
15419 if (temp6)
15420 delete arg6;
15421 }
15422 return NULL;
15423 }
15424
15425
15426 static PyObject *_wrap_new_PreListbook(PyObject *self, PyObject *args, PyObject *kwargs) {
15427 PyObject *resultobj;
15428 wxListbook *result;
15429 char *kwnames[] = {
15430 NULL
15431 };
15432
15433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListbook",kwnames)) goto fail;
15434 {
15435 if (!wxPyCheckForApp()) SWIG_fail;
15436 PyThreadState* __tstate = wxPyBeginAllowThreads();
15437 result = (wxListbook *)new wxListbook();
15438
15439 wxPyEndAllowThreads(__tstate);
15440 if (PyErr_Occurred()) SWIG_fail;
15441 }
15442 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbook, 1);
15443 return resultobj;
15444 fail:
15445 return NULL;
15446 }
15447
15448
15449 static PyObject *_wrap_Listbook_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
15450 PyObject *resultobj;
15451 wxListbook *arg1 = (wxListbook *) 0 ;
15452 wxWindow *arg2 = (wxWindow *) 0 ;
15453 int arg3 ;
15454 wxPoint const &arg4_defvalue = wxDefaultPosition ;
15455 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
15456 wxSize const &arg5_defvalue = wxDefaultSize ;
15457 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
15458 long arg6 = (long) 0 ;
15459 wxString const &arg7_defvalue = wxPyEmptyString ;
15460 wxString *arg7 = (wxString *) &arg7_defvalue ;
15461 bool result;
15462 wxPoint temp4 ;
15463 wxSize temp5 ;
15464 bool temp7 = False ;
15465 PyObject * obj0 = 0 ;
15466 PyObject * obj1 = 0 ;
15467 PyObject * obj2 = 0 ;
15468 PyObject * obj3 = 0 ;
15469 PyObject * obj4 = 0 ;
15470 PyObject * obj5 = 0 ;
15471 PyObject * obj6 = 0 ;
15472 char *kwnames[] = {
15473 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15474 };
15475
15476 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:Listbook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
15477 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15478 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15479 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
15480 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15481 arg3 = (int) SWIG_AsInt(obj2);
15482 if (PyErr_Occurred()) SWIG_fail;
15483 if (obj3) {
15484 {
15485 arg4 = &temp4;
15486 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
15487 }
15488 }
15489 if (obj4) {
15490 {
15491 arg5 = &temp5;
15492 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
15493 }
15494 }
15495 if (obj5) {
15496 arg6 = (long) SWIG_AsLong(obj5);
15497 if (PyErr_Occurred()) SWIG_fail;
15498 }
15499 if (obj6) {
15500 {
15501 arg7 = wxString_in_helper(obj6);
15502 if (arg7 == NULL) SWIG_fail;
15503 temp7 = True;
15504 }
15505 }
15506 {
15507 PyThreadState* __tstate = wxPyBeginAllowThreads();
15508 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
15509
15510 wxPyEndAllowThreads(__tstate);
15511 if (PyErr_Occurred()) SWIG_fail;
15512 }
15513 {
15514 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15515 }
15516 {
15517 if (temp7)
15518 delete arg7;
15519 }
15520 return resultobj;
15521 fail:
15522 {
15523 if (temp7)
15524 delete arg7;
15525 }
15526 return NULL;
15527 }
15528
15529
15530 static PyObject *_wrap_Listbook_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
15531 PyObject *resultobj;
15532 wxListbook *arg1 = (wxListbook *) 0 ;
15533 bool result;
15534 PyObject * obj0 = 0 ;
15535 char *kwnames[] = {
15536 (char *) "self", NULL
15537 };
15538
15539 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Listbook_IsVertical",kwnames,&obj0)) goto fail;
15540 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListbook,
15541 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15542 {
15543 PyThreadState* __tstate = wxPyBeginAllowThreads();
15544 result = (bool)((wxListbook const *)arg1)->IsVertical();
15545
15546 wxPyEndAllowThreads(__tstate);
15547 if (PyErr_Occurred()) SWIG_fail;
15548 }
15549 {
15550 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15551 }
15552 return resultobj;
15553 fail:
15554 return NULL;
15555 }
15556
15557
15558 static PyObject * Listbook_swigregister(PyObject *self, PyObject *args) {
15559 PyObject *obj;
15560 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15561 SWIG_TypeClientData(SWIGTYPE_p_wxListbook, obj);
15562 Py_INCREF(obj);
15563 return Py_BuildValue((char *)"");
15564 }
15565 static PyObject *_wrap_new_ListbookEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
15566 PyObject *resultobj;
15567 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
15568 int arg2 = (int) 0 ;
15569 int arg3 = (int) -1 ;
15570 int arg4 = (int) -1 ;
15571 wxListbookEvent *result;
15572 PyObject * obj0 = 0 ;
15573 PyObject * obj1 = 0 ;
15574 PyObject * obj2 = 0 ;
15575 PyObject * obj3 = 0 ;
15576 char *kwnames[] = {
15577 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15578 };
15579
15580 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_ListbookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
15581 if (obj0) {
15582 arg1 = (wxEventType) SWIG_AsInt(obj0);
15583 if (PyErr_Occurred()) SWIG_fail;
15584 }
15585 if (obj1) {
15586 arg2 = (int) SWIG_AsInt(obj1);
15587 if (PyErr_Occurred()) SWIG_fail;
15588 }
15589 if (obj2) {
15590 arg3 = (int) SWIG_AsInt(obj2);
15591 if (PyErr_Occurred()) SWIG_fail;
15592 }
15593 if (obj3) {
15594 arg4 = (int) SWIG_AsInt(obj3);
15595 if (PyErr_Occurred()) SWIG_fail;
15596 }
15597 {
15598 PyThreadState* __tstate = wxPyBeginAllowThreads();
15599 result = (wxListbookEvent *)new wxListbookEvent(arg1,arg2,arg3,arg4);
15600
15601 wxPyEndAllowThreads(__tstate);
15602 if (PyErr_Occurred()) SWIG_fail;
15603 }
15604 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListbookEvent, 1);
15605 return resultobj;
15606 fail:
15607 return NULL;
15608 }
15609
15610
15611 static PyObject * ListbookEvent_swigregister(PyObject *self, PyObject *args) {
15612 PyObject *obj;
15613 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15614 SWIG_TypeClientData(SWIGTYPE_p_wxListbookEvent, obj);
15615 Py_INCREF(obj);
15616 return Py_BuildValue((char *)"");
15617 }
15618 static PyObject *_wrap_new_BookCtrlSizer(PyObject *self, PyObject *args, PyObject *kwargs) {
15619 PyObject *resultobj;
15620 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
15621 wxBookCtrlSizer *result;
15622 PyObject * obj0 = 0 ;
15623 char *kwnames[] = {
15624 (char *) "nb", NULL
15625 };
15626
15627 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_BookCtrlSizer",kwnames,&obj0)) goto fail;
15628 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrl,
15629 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15630 {
15631 PyThreadState* __tstate = wxPyBeginAllowThreads();
15632 result = (wxBookCtrlSizer *)new wxBookCtrlSizer(arg1);
15633
15634 wxPyEndAllowThreads(__tstate);
15635 if (PyErr_Occurred()) SWIG_fail;
15636 }
15637 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrlSizer, 1);
15638 return resultobj;
15639 fail:
15640 return NULL;
15641 }
15642
15643
15644 static PyObject *_wrap_BookCtrlSizer_RecalcSizes(PyObject *self, PyObject *args, PyObject *kwargs) {
15645 PyObject *resultobj;
15646 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15647 PyObject * obj0 = 0 ;
15648 char *kwnames[] = {
15649 (char *) "self", NULL
15650 };
15651
15652 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_RecalcSizes",kwnames,&obj0)) goto fail;
15653 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15654 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15655 {
15656 PyThreadState* __tstate = wxPyBeginAllowThreads();
15657 (arg1)->RecalcSizes();
15658
15659 wxPyEndAllowThreads(__tstate);
15660 if (PyErr_Occurred()) SWIG_fail;
15661 }
15662 Py_INCREF(Py_None); resultobj = Py_None;
15663 return resultobj;
15664 fail:
15665 return NULL;
15666 }
15667
15668
15669 static PyObject *_wrap_BookCtrlSizer_CalcMin(PyObject *self, PyObject *args, PyObject *kwargs) {
15670 PyObject *resultobj;
15671 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15672 wxSize result;
15673 PyObject * obj0 = 0 ;
15674 char *kwnames[] = {
15675 (char *) "self", NULL
15676 };
15677
15678 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_CalcMin",kwnames,&obj0)) goto fail;
15679 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15680 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15681 {
15682 PyThreadState* __tstate = wxPyBeginAllowThreads();
15683 result = (arg1)->CalcMin();
15684
15685 wxPyEndAllowThreads(__tstate);
15686 if (PyErr_Occurred()) SWIG_fail;
15687 }
15688 {
15689 wxSize * resultptr;
15690 resultptr = new wxSize((wxSize &) result);
15691 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15692 }
15693 return resultobj;
15694 fail:
15695 return NULL;
15696 }
15697
15698
15699 static PyObject *_wrap_BookCtrlSizer_GetControl(PyObject *self, PyObject *args, PyObject *kwargs) {
15700 PyObject *resultobj;
15701 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
15702 wxBookCtrl *result;
15703 PyObject * obj0 = 0 ;
15704 char *kwnames[] = {
15705 (char *) "self", NULL
15706 };
15707
15708 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_GetControl",kwnames,&obj0)) goto fail;
15709 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBookCtrlSizer,
15710 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15711 {
15712 PyThreadState* __tstate = wxPyBeginAllowThreads();
15713 result = (wxBookCtrl *)(arg1)->GetControl();
15714
15715 wxPyEndAllowThreads(__tstate);
15716 if (PyErr_Occurred()) SWIG_fail;
15717 }
15718 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxBookCtrl, 0);
15719 return resultobj;
15720 fail:
15721 return NULL;
15722 }
15723
15724
15725 static PyObject * BookCtrlSizer_swigregister(PyObject *self, PyObject *args) {
15726 PyObject *obj;
15727 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15728 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlSizer, obj);
15729 Py_INCREF(obj);
15730 return Py_BuildValue((char *)"");
15731 }
15732 static PyObject *_wrap_new_NotebookSizer(PyObject *self, PyObject *args, PyObject *kwargs) {
15733 PyObject *resultobj;
15734 wxNotebook *arg1 = (wxNotebook *) 0 ;
15735 wxNotebookSizer *result;
15736 PyObject * obj0 = 0 ;
15737 char *kwnames[] = {
15738 (char *) "nb", NULL
15739 };
15740
15741 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_NotebookSizer",kwnames,&obj0)) goto fail;
15742 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebook,
15743 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15744 {
15745 PyThreadState* __tstate = wxPyBeginAllowThreads();
15746 result = (wxNotebookSizer *)new wxNotebookSizer(arg1);
15747
15748 wxPyEndAllowThreads(__tstate);
15749 if (PyErr_Occurred()) SWIG_fail;
15750 }
15751 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxNotebookSizer, 1);
15752 return resultobj;
15753 fail:
15754 return NULL;
15755 }
15756
15757
15758 static PyObject *_wrap_NotebookSizer_RecalcSizes(PyObject *self, PyObject *args, PyObject *kwargs) {
15759 PyObject *resultobj;
15760 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
15761 PyObject * obj0 = 0 ;
15762 char *kwnames[] = {
15763 (char *) "self", NULL
15764 };
15765
15766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_RecalcSizes",kwnames,&obj0)) goto fail;
15767 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
15768 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15769 {
15770 PyThreadState* __tstate = wxPyBeginAllowThreads();
15771 (arg1)->RecalcSizes();
15772
15773 wxPyEndAllowThreads(__tstate);
15774 if (PyErr_Occurred()) SWIG_fail;
15775 }
15776 Py_INCREF(Py_None); resultobj = Py_None;
15777 return resultobj;
15778 fail:
15779 return NULL;
15780 }
15781
15782
15783 static PyObject *_wrap_NotebookSizer_CalcMin(PyObject *self, PyObject *args, PyObject *kwargs) {
15784 PyObject *resultobj;
15785 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
15786 wxSize result;
15787 PyObject * obj0 = 0 ;
15788 char *kwnames[] = {
15789 (char *) "self", NULL
15790 };
15791
15792 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_CalcMin",kwnames,&obj0)) goto fail;
15793 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
15794 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15795 {
15796 PyThreadState* __tstate = wxPyBeginAllowThreads();
15797 result = (arg1)->CalcMin();
15798
15799 wxPyEndAllowThreads(__tstate);
15800 if (PyErr_Occurred()) SWIG_fail;
15801 }
15802 {
15803 wxSize * resultptr;
15804 resultptr = new wxSize((wxSize &) result);
15805 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
15806 }
15807 return resultobj;
15808 fail:
15809 return NULL;
15810 }
15811
15812
15813 static PyObject *_wrap_NotebookSizer_GetNotebook(PyObject *self, PyObject *args, PyObject *kwargs) {
15814 PyObject *resultobj;
15815 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
15816 wxNotebook *result;
15817 PyObject * obj0 = 0 ;
15818 char *kwnames[] = {
15819 (char *) "self", NULL
15820 };
15821
15822 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_GetNotebook",kwnames,&obj0)) goto fail;
15823 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxNotebookSizer,
15824 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15825 {
15826 PyThreadState* __tstate = wxPyBeginAllowThreads();
15827 result = (wxNotebook *)(arg1)->GetNotebook();
15828
15829 wxPyEndAllowThreads(__tstate);
15830 if (PyErr_Occurred()) SWIG_fail;
15831 }
15832 {
15833 resultobj = wxPyMake_wxObject(result);
15834 }
15835 return resultobj;
15836 fail:
15837 return NULL;
15838 }
15839
15840
15841 static PyObject * NotebookSizer_swigregister(PyObject *self, PyObject *args) {
15842 PyObject *obj;
15843 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15844 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookSizer, obj);
15845 Py_INCREF(obj);
15846 return Py_BuildValue((char *)"");
15847 }
15848 static PyObject *_wrap_ToolBarToolBase_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
15849 PyObject *resultobj;
15850 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15851 int result;
15852 PyObject * obj0 = 0 ;
15853 char *kwnames[] = {
15854 (char *) "self", NULL
15855 };
15856
15857 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetId",kwnames,&obj0)) goto fail;
15858 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
15859 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15860 {
15861 PyThreadState* __tstate = wxPyBeginAllowThreads();
15862 result = (int)(arg1)->GetId();
15863
15864 wxPyEndAllowThreads(__tstate);
15865 if (PyErr_Occurred()) SWIG_fail;
15866 }
15867 resultobj = SWIG_FromInt((int)result);
15868 return resultobj;
15869 fail:
15870 return NULL;
15871 }
15872
15873
15874 static PyObject *_wrap_ToolBarToolBase_GetControl(PyObject *self, PyObject *args, PyObject *kwargs) {
15875 PyObject *resultobj;
15876 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15877 wxControl *result;
15878 PyObject * obj0 = 0 ;
15879 char *kwnames[] = {
15880 (char *) "self", NULL
15881 };
15882
15883 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetControl",kwnames,&obj0)) goto fail;
15884 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
15885 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15886 {
15887 PyThreadState* __tstate = wxPyBeginAllowThreads();
15888 result = (wxControl *)(arg1)->GetControl();
15889
15890 wxPyEndAllowThreads(__tstate);
15891 if (PyErr_Occurred()) SWIG_fail;
15892 }
15893 {
15894 resultobj = wxPyMake_wxObject(result);
15895 }
15896 return resultobj;
15897 fail:
15898 return NULL;
15899 }
15900
15901
15902 static PyObject *_wrap_ToolBarToolBase_GetToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
15903 PyObject *resultobj;
15904 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15905 wxToolBarBase *result;
15906 PyObject * obj0 = 0 ;
15907 char *kwnames[] = {
15908 (char *) "self", NULL
15909 };
15910
15911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetToolBar",kwnames,&obj0)) goto fail;
15912 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
15913 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15914 {
15915 PyThreadState* __tstate = wxPyBeginAllowThreads();
15916 result = (wxToolBarBase *)(arg1)->GetToolBar();
15917
15918 wxPyEndAllowThreads(__tstate);
15919 if (PyErr_Occurred()) SWIG_fail;
15920 }
15921 {
15922 resultobj = wxPyMake_wxObject(result);
15923 }
15924 return resultobj;
15925 fail:
15926 return NULL;
15927 }
15928
15929
15930 static PyObject *_wrap_ToolBarToolBase_IsButton(PyObject *self, PyObject *args, PyObject *kwargs) {
15931 PyObject *resultobj;
15932 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15933 int result;
15934 PyObject * obj0 = 0 ;
15935 char *kwnames[] = {
15936 (char *) "self", NULL
15937 };
15938
15939 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsButton",kwnames,&obj0)) goto fail;
15940 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
15941 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15942 {
15943 PyThreadState* __tstate = wxPyBeginAllowThreads();
15944 result = (int)(arg1)->IsButton();
15945
15946 wxPyEndAllowThreads(__tstate);
15947 if (PyErr_Occurred()) SWIG_fail;
15948 }
15949 resultobj = SWIG_FromInt((int)result);
15950 return resultobj;
15951 fail:
15952 return NULL;
15953 }
15954
15955
15956 static PyObject *_wrap_ToolBarToolBase_IsControl(PyObject *self, PyObject *args, PyObject *kwargs) {
15957 PyObject *resultobj;
15958 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15959 int result;
15960 PyObject * obj0 = 0 ;
15961 char *kwnames[] = {
15962 (char *) "self", NULL
15963 };
15964
15965 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsControl",kwnames,&obj0)) goto fail;
15966 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
15967 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15968 {
15969 PyThreadState* __tstate = wxPyBeginAllowThreads();
15970 result = (int)(arg1)->IsControl();
15971
15972 wxPyEndAllowThreads(__tstate);
15973 if (PyErr_Occurred()) SWIG_fail;
15974 }
15975 resultobj = SWIG_FromInt((int)result);
15976 return resultobj;
15977 fail:
15978 return NULL;
15979 }
15980
15981
15982 static PyObject *_wrap_ToolBarToolBase_IsSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
15983 PyObject *resultobj;
15984 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15985 int result;
15986 PyObject * obj0 = 0 ;
15987 char *kwnames[] = {
15988 (char *) "self", NULL
15989 };
15990
15991 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsSeparator",kwnames,&obj0)) goto fail;
15992 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
15993 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
15994 {
15995 PyThreadState* __tstate = wxPyBeginAllowThreads();
15996 result = (int)(arg1)->IsSeparator();
15997
15998 wxPyEndAllowThreads(__tstate);
15999 if (PyErr_Occurred()) SWIG_fail;
16000 }
16001 resultobj = SWIG_FromInt((int)result);
16002 return resultobj;
16003 fail:
16004 return NULL;
16005 }
16006
16007
16008 static PyObject *_wrap_ToolBarToolBase_GetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
16009 PyObject *resultobj;
16010 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16011 int result;
16012 PyObject * obj0 = 0 ;
16013 char *kwnames[] = {
16014 (char *) "self", NULL
16015 };
16016
16017 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetStyle",kwnames,&obj0)) goto fail;
16018 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16019 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16020 {
16021 PyThreadState* __tstate = wxPyBeginAllowThreads();
16022 result = (int)(arg1)->GetStyle();
16023
16024 wxPyEndAllowThreads(__tstate);
16025 if (PyErr_Occurred()) SWIG_fail;
16026 }
16027 resultobj = SWIG_FromInt((int)result);
16028 return resultobj;
16029 fail:
16030 return NULL;
16031 }
16032
16033
16034 static PyObject *_wrap_ToolBarToolBase_GetKind(PyObject *self, PyObject *args, PyObject *kwargs) {
16035 PyObject *resultobj;
16036 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16037 int result;
16038 PyObject * obj0 = 0 ;
16039 char *kwnames[] = {
16040 (char *) "self", NULL
16041 };
16042
16043 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetKind",kwnames,&obj0)) goto fail;
16044 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16045 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16046 {
16047 PyThreadState* __tstate = wxPyBeginAllowThreads();
16048 result = (int)(arg1)->GetKind();
16049
16050 wxPyEndAllowThreads(__tstate);
16051 if (PyErr_Occurred()) SWIG_fail;
16052 }
16053 resultobj = SWIG_FromInt((int)result);
16054 return resultobj;
16055 fail:
16056 return NULL;
16057 }
16058
16059
16060 static PyObject *_wrap_ToolBarToolBase_IsEnabled(PyObject *self, PyObject *args, PyObject *kwargs) {
16061 PyObject *resultobj;
16062 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16063 bool result;
16064 PyObject * obj0 = 0 ;
16065 char *kwnames[] = {
16066 (char *) "self", NULL
16067 };
16068
16069 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsEnabled",kwnames,&obj0)) goto fail;
16070 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16071 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16072 {
16073 PyThreadState* __tstate = wxPyBeginAllowThreads();
16074 result = (bool)(arg1)->IsEnabled();
16075
16076 wxPyEndAllowThreads(__tstate);
16077 if (PyErr_Occurred()) SWIG_fail;
16078 }
16079 {
16080 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16081 }
16082 return resultobj;
16083 fail:
16084 return NULL;
16085 }
16086
16087
16088 static PyObject *_wrap_ToolBarToolBase_IsToggled(PyObject *self, PyObject *args, PyObject *kwargs) {
16089 PyObject *resultobj;
16090 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16091 bool result;
16092 PyObject * obj0 = 0 ;
16093 char *kwnames[] = {
16094 (char *) "self", NULL
16095 };
16096
16097 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsToggled",kwnames,&obj0)) goto fail;
16098 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16099 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16100 {
16101 PyThreadState* __tstate = wxPyBeginAllowThreads();
16102 result = (bool)(arg1)->IsToggled();
16103
16104 wxPyEndAllowThreads(__tstate);
16105 if (PyErr_Occurred()) SWIG_fail;
16106 }
16107 {
16108 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16109 }
16110 return resultobj;
16111 fail:
16112 return NULL;
16113 }
16114
16115
16116 static PyObject *_wrap_ToolBarToolBase_CanBeToggled(PyObject *self, PyObject *args, PyObject *kwargs) {
16117 PyObject *resultobj;
16118 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16119 bool result;
16120 PyObject * obj0 = 0 ;
16121 char *kwnames[] = {
16122 (char *) "self", NULL
16123 };
16124
16125 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_CanBeToggled",kwnames,&obj0)) goto fail;
16126 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16127 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16128 {
16129 PyThreadState* __tstate = wxPyBeginAllowThreads();
16130 result = (bool)(arg1)->CanBeToggled();
16131
16132 wxPyEndAllowThreads(__tstate);
16133 if (PyErr_Occurred()) SWIG_fail;
16134 }
16135 {
16136 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16137 }
16138 return resultobj;
16139 fail:
16140 return NULL;
16141 }
16142
16143
16144 static PyObject *_wrap_ToolBarToolBase_GetNormalBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16145 PyObject *resultobj;
16146 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16147 wxBitmap *result;
16148 PyObject * obj0 = 0 ;
16149 char *kwnames[] = {
16150 (char *) "self", NULL
16151 };
16152
16153 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetNormalBitmap",kwnames,&obj0)) goto fail;
16154 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16155 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16156 {
16157 PyThreadState* __tstate = wxPyBeginAllowThreads();
16158 {
16159 wxBitmap const &_result_ref = (arg1)->GetNormalBitmap();
16160 result = (wxBitmap *) &_result_ref;
16161 }
16162
16163 wxPyEndAllowThreads(__tstate);
16164 if (PyErr_Occurred()) SWIG_fail;
16165 }
16166 {
16167 wxBitmap* resultptr = new wxBitmap(*result);
16168 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16169 }
16170 return resultobj;
16171 fail:
16172 return NULL;
16173 }
16174
16175
16176 static PyObject *_wrap_ToolBarToolBase_GetDisabledBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16177 PyObject *resultobj;
16178 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16179 wxBitmap *result;
16180 PyObject * obj0 = 0 ;
16181 char *kwnames[] = {
16182 (char *) "self", NULL
16183 };
16184
16185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetDisabledBitmap",kwnames,&obj0)) goto fail;
16186 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16187 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16188 {
16189 PyThreadState* __tstate = wxPyBeginAllowThreads();
16190 {
16191 wxBitmap const &_result_ref = (arg1)->GetDisabledBitmap();
16192 result = (wxBitmap *) &_result_ref;
16193 }
16194
16195 wxPyEndAllowThreads(__tstate);
16196 if (PyErr_Occurred()) SWIG_fail;
16197 }
16198 {
16199 wxBitmap* resultptr = new wxBitmap(*result);
16200 resultobj = SWIG_NewPointerObj((void*)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16201 }
16202 return resultobj;
16203 fail:
16204 return NULL;
16205 }
16206
16207
16208 static PyObject *_wrap_ToolBarToolBase_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16209 PyObject *resultobj;
16210 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16211 wxBitmap result;
16212 PyObject * obj0 = 0 ;
16213 char *kwnames[] = {
16214 (char *) "self", NULL
16215 };
16216
16217 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetBitmap",kwnames,&obj0)) goto fail;
16218 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16219 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16220 {
16221 PyThreadState* __tstate = wxPyBeginAllowThreads();
16222 result = (arg1)->GetBitmap();
16223
16224 wxPyEndAllowThreads(__tstate);
16225 if (PyErr_Occurred()) SWIG_fail;
16226 }
16227 {
16228 wxBitmap * resultptr;
16229 resultptr = new wxBitmap((wxBitmap &) result);
16230 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1);
16231 }
16232 return resultobj;
16233 fail:
16234 return NULL;
16235 }
16236
16237
16238 static PyObject *_wrap_ToolBarToolBase_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
16239 PyObject *resultobj;
16240 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16241 wxString result;
16242 PyObject * obj0 = 0 ;
16243 char *kwnames[] = {
16244 (char *) "self", NULL
16245 };
16246
16247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLabel",kwnames,&obj0)) goto fail;
16248 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16249 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16250 {
16251 PyThreadState* __tstate = wxPyBeginAllowThreads();
16252 result = (arg1)->GetLabel();
16253
16254 wxPyEndAllowThreads(__tstate);
16255 if (PyErr_Occurred()) SWIG_fail;
16256 }
16257 {
16258 #if wxUSE_UNICODE
16259 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16260 #else
16261 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16262 #endif
16263 }
16264 return resultobj;
16265 fail:
16266 return NULL;
16267 }
16268
16269
16270 static PyObject *_wrap_ToolBarToolBase_GetShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16271 PyObject *resultobj;
16272 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16273 wxString result;
16274 PyObject * obj0 = 0 ;
16275 char *kwnames[] = {
16276 (char *) "self", NULL
16277 };
16278
16279 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetShortHelp",kwnames,&obj0)) goto fail;
16280 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16281 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16282 {
16283 PyThreadState* __tstate = wxPyBeginAllowThreads();
16284 result = (arg1)->GetShortHelp();
16285
16286 wxPyEndAllowThreads(__tstate);
16287 if (PyErr_Occurred()) SWIG_fail;
16288 }
16289 {
16290 #if wxUSE_UNICODE
16291 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16292 #else
16293 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16294 #endif
16295 }
16296 return resultobj;
16297 fail:
16298 return NULL;
16299 }
16300
16301
16302 static PyObject *_wrap_ToolBarToolBase_GetLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16303 PyObject *resultobj;
16304 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16305 wxString result;
16306 PyObject * obj0 = 0 ;
16307 char *kwnames[] = {
16308 (char *) "self", NULL
16309 };
16310
16311 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLongHelp",kwnames,&obj0)) goto fail;
16312 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16313 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16314 {
16315 PyThreadState* __tstate = wxPyBeginAllowThreads();
16316 result = (arg1)->GetLongHelp();
16317
16318 wxPyEndAllowThreads(__tstate);
16319 if (PyErr_Occurred()) SWIG_fail;
16320 }
16321 {
16322 #if wxUSE_UNICODE
16323 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16324 #else
16325 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16326 #endif
16327 }
16328 return resultobj;
16329 fail:
16330 return NULL;
16331 }
16332
16333
16334 static PyObject *_wrap_ToolBarToolBase_Enable(PyObject *self, PyObject *args, PyObject *kwargs) {
16335 PyObject *resultobj;
16336 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16337 bool arg2 ;
16338 bool result;
16339 PyObject * obj0 = 0 ;
16340 PyObject * obj1 = 0 ;
16341 char *kwnames[] = {
16342 (char *) "self",(char *) "enable", NULL
16343 };
16344
16345 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Enable",kwnames,&obj0,&obj1)) goto fail;
16346 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16347 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16348 arg2 = (bool) SWIG_AsBool(obj1);
16349 if (PyErr_Occurred()) SWIG_fail;
16350 {
16351 PyThreadState* __tstate = wxPyBeginAllowThreads();
16352 result = (bool)(arg1)->Enable(arg2);
16353
16354 wxPyEndAllowThreads(__tstate);
16355 if (PyErr_Occurred()) SWIG_fail;
16356 }
16357 {
16358 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16359 }
16360 return resultobj;
16361 fail:
16362 return NULL;
16363 }
16364
16365
16366 static PyObject *_wrap_ToolBarToolBase_Toggle(PyObject *self, PyObject *args, PyObject *kwargs) {
16367 PyObject *resultobj;
16368 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16369 PyObject * obj0 = 0 ;
16370 char *kwnames[] = {
16371 (char *) "self", NULL
16372 };
16373
16374 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Toggle",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 (arg1)->Toggle();
16380
16381 wxPyEndAllowThreads(__tstate);
16382 if (PyErr_Occurred()) SWIG_fail;
16383 }
16384 Py_INCREF(Py_None); resultobj = Py_None;
16385 return resultobj;
16386 fail:
16387 return NULL;
16388 }
16389
16390
16391 static PyObject *_wrap_ToolBarToolBase_SetToggle(PyObject *self, PyObject *args, PyObject *kwargs) {
16392 PyObject *resultobj;
16393 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16394 bool arg2 ;
16395 bool result;
16396 PyObject * obj0 = 0 ;
16397 PyObject * obj1 = 0 ;
16398 char *kwnames[] = {
16399 (char *) "self",(char *) "toggle", NULL
16400 };
16401
16402 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetToggle",kwnames,&obj0,&obj1)) goto fail;
16403 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16404 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16405 arg2 = (bool) SWIG_AsBool(obj1);
16406 if (PyErr_Occurred()) SWIG_fail;
16407 {
16408 PyThreadState* __tstate = wxPyBeginAllowThreads();
16409 result = (bool)(arg1)->SetToggle(arg2);
16410
16411 wxPyEndAllowThreads(__tstate);
16412 if (PyErr_Occurred()) SWIG_fail;
16413 }
16414 {
16415 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16416 }
16417 return resultobj;
16418 fail:
16419 return NULL;
16420 }
16421
16422
16423 static PyObject *_wrap_ToolBarToolBase_SetShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16424 PyObject *resultobj;
16425 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16426 wxString *arg2 = 0 ;
16427 bool result;
16428 bool temp2 = False ;
16429 PyObject * obj0 = 0 ;
16430 PyObject * obj1 = 0 ;
16431 char *kwnames[] = {
16432 (char *) "self",(char *) "help", NULL
16433 };
16434
16435 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetShortHelp",kwnames,&obj0,&obj1)) goto fail;
16436 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16437 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16438 {
16439 arg2 = wxString_in_helper(obj1);
16440 if (arg2 == NULL) SWIG_fail;
16441 temp2 = True;
16442 }
16443 {
16444 PyThreadState* __tstate = wxPyBeginAllowThreads();
16445 result = (bool)(arg1)->SetShortHelp((wxString const &)*arg2);
16446
16447 wxPyEndAllowThreads(__tstate);
16448 if (PyErr_Occurred()) SWIG_fail;
16449 }
16450 {
16451 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16452 }
16453 {
16454 if (temp2)
16455 delete arg2;
16456 }
16457 return resultobj;
16458 fail:
16459 {
16460 if (temp2)
16461 delete arg2;
16462 }
16463 return NULL;
16464 }
16465
16466
16467 static PyObject *_wrap_ToolBarToolBase_SetLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16468 PyObject *resultobj;
16469 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16470 wxString *arg2 = 0 ;
16471 bool result;
16472 bool temp2 = False ;
16473 PyObject * obj0 = 0 ;
16474 PyObject * obj1 = 0 ;
16475 char *kwnames[] = {
16476 (char *) "self",(char *) "help", NULL
16477 };
16478
16479 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLongHelp",kwnames,&obj0,&obj1)) goto fail;
16480 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16481 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16482 {
16483 arg2 = wxString_in_helper(obj1);
16484 if (arg2 == NULL) SWIG_fail;
16485 temp2 = True;
16486 }
16487 {
16488 PyThreadState* __tstate = wxPyBeginAllowThreads();
16489 result = (bool)(arg1)->SetLongHelp((wxString const &)*arg2);
16490
16491 wxPyEndAllowThreads(__tstate);
16492 if (PyErr_Occurred()) SWIG_fail;
16493 }
16494 {
16495 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16496 }
16497 {
16498 if (temp2)
16499 delete arg2;
16500 }
16501 return resultobj;
16502 fail:
16503 {
16504 if (temp2)
16505 delete arg2;
16506 }
16507 return NULL;
16508 }
16509
16510
16511 static PyObject *_wrap_ToolBarToolBase_SetNormalBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16512 PyObject *resultobj;
16513 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16514 wxBitmap *arg2 = 0 ;
16515 PyObject * obj0 = 0 ;
16516 PyObject * obj1 = 0 ;
16517 char *kwnames[] = {
16518 (char *) "self",(char *) "bmp", NULL
16519 };
16520
16521 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetNormalBitmap",kwnames,&obj0,&obj1)) goto fail;
16522 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16523 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16524 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
16525 SWIG_POINTER_EXCEPTION | 0)) == -1)
16526 SWIG_fail;
16527 if (arg2 == NULL) {
16528 PyErr_SetString(PyExc_TypeError,"null reference");
16529 SWIG_fail;
16530 }
16531 {
16532 PyThreadState* __tstate = wxPyBeginAllowThreads();
16533 (arg1)->SetNormalBitmap((wxBitmap const &)*arg2);
16534
16535 wxPyEndAllowThreads(__tstate);
16536 if (PyErr_Occurred()) SWIG_fail;
16537 }
16538 Py_INCREF(Py_None); resultobj = Py_None;
16539 return resultobj;
16540 fail:
16541 return NULL;
16542 }
16543
16544
16545 static PyObject *_wrap_ToolBarToolBase_SetDisabledBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
16546 PyObject *resultobj;
16547 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16548 wxBitmap *arg2 = 0 ;
16549 PyObject * obj0 = 0 ;
16550 PyObject * obj1 = 0 ;
16551 char *kwnames[] = {
16552 (char *) "self",(char *) "bmp", NULL
16553 };
16554
16555 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetDisabledBitmap",kwnames,&obj0,&obj1)) goto fail;
16556 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16557 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16558 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
16559 SWIG_POINTER_EXCEPTION | 0)) == -1)
16560 SWIG_fail;
16561 if (arg2 == NULL) {
16562 PyErr_SetString(PyExc_TypeError,"null reference");
16563 SWIG_fail;
16564 }
16565 {
16566 PyThreadState* __tstate = wxPyBeginAllowThreads();
16567 (arg1)->SetDisabledBitmap((wxBitmap const &)*arg2);
16568
16569 wxPyEndAllowThreads(__tstate);
16570 if (PyErr_Occurred()) SWIG_fail;
16571 }
16572 Py_INCREF(Py_None); resultobj = Py_None;
16573 return resultobj;
16574 fail:
16575 return NULL;
16576 }
16577
16578
16579 static PyObject *_wrap_ToolBarToolBase_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
16580 PyObject *resultobj;
16581 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16582 wxString *arg2 = 0 ;
16583 bool temp2 = False ;
16584 PyObject * obj0 = 0 ;
16585 PyObject * obj1 = 0 ;
16586 char *kwnames[] = {
16587 (char *) "self",(char *) "label", NULL
16588 };
16589
16590 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLabel",kwnames,&obj0,&obj1)) goto fail;
16591 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16592 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16593 {
16594 arg2 = wxString_in_helper(obj1);
16595 if (arg2 == NULL) SWIG_fail;
16596 temp2 = True;
16597 }
16598 {
16599 PyThreadState* __tstate = wxPyBeginAllowThreads();
16600 (arg1)->SetLabel((wxString const &)*arg2);
16601
16602 wxPyEndAllowThreads(__tstate);
16603 if (PyErr_Occurred()) SWIG_fail;
16604 }
16605 Py_INCREF(Py_None); resultobj = Py_None;
16606 {
16607 if (temp2)
16608 delete arg2;
16609 }
16610 return resultobj;
16611 fail:
16612 {
16613 if (temp2)
16614 delete arg2;
16615 }
16616 return NULL;
16617 }
16618
16619
16620 static PyObject *_wrap_ToolBarToolBase_Detach(PyObject *self, PyObject *args, PyObject *kwargs) {
16621 PyObject *resultobj;
16622 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16623 PyObject * obj0 = 0 ;
16624 char *kwnames[] = {
16625 (char *) "self", NULL
16626 };
16627
16628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Detach",kwnames,&obj0)) goto fail;
16629 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16630 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16631 {
16632 PyThreadState* __tstate = wxPyBeginAllowThreads();
16633 (arg1)->Detach();
16634
16635 wxPyEndAllowThreads(__tstate);
16636 if (PyErr_Occurred()) SWIG_fail;
16637 }
16638 Py_INCREF(Py_None); resultobj = Py_None;
16639 return resultobj;
16640 fail:
16641 return NULL;
16642 }
16643
16644
16645 static PyObject *_wrap_ToolBarToolBase_Attach(PyObject *self, PyObject *args, PyObject *kwargs) {
16646 PyObject *resultobj;
16647 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16648 wxToolBarBase *arg2 = (wxToolBarBase *) 0 ;
16649 PyObject * obj0 = 0 ;
16650 PyObject * obj1 = 0 ;
16651 char *kwnames[] = {
16652 (char *) "self",(char *) "tbar", NULL
16653 };
16654
16655 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Attach",kwnames,&obj0,&obj1)) goto fail;
16656 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16657 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16658 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxToolBarBase,
16659 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16660 {
16661 PyThreadState* __tstate = wxPyBeginAllowThreads();
16662 (arg1)->Attach(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_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
16675 PyObject *resultobj;
16676 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16677 PyObject *result;
16678 PyObject * obj0 = 0 ;
16679 char *kwnames[] = {
16680 (char *) "self", NULL
16681 };
16682
16683 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetClientData",kwnames,&obj0)) goto fail;
16684 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16685 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16686 {
16687 PyThreadState* __tstate = wxPyBeginAllowThreads();
16688 result = (PyObject *)wxToolBarToolBase_GetClientData(arg1);
16689
16690 wxPyEndAllowThreads(__tstate);
16691 if (PyErr_Occurred()) SWIG_fail;
16692 }
16693 resultobj = result;
16694 return resultobj;
16695 fail:
16696 return NULL;
16697 }
16698
16699
16700 static PyObject *_wrap_ToolBarToolBase_SetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
16701 PyObject *resultobj;
16702 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
16703 PyObject *arg2 = (PyObject *) 0 ;
16704 PyObject * obj0 = 0 ;
16705 PyObject * obj1 = 0 ;
16706 char *kwnames[] = {
16707 (char *) "self",(char *) "clientData", NULL
16708 };
16709
16710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetClientData",kwnames,&obj0,&obj1)) goto fail;
16711 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarToolBase,
16712 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16713 arg2 = obj1;
16714 {
16715 PyThreadState* __tstate = wxPyBeginAllowThreads();
16716 wxToolBarToolBase_SetClientData(arg1,arg2);
16717
16718 wxPyEndAllowThreads(__tstate);
16719 if (PyErr_Occurred()) SWIG_fail;
16720 }
16721 Py_INCREF(Py_None); resultobj = Py_None;
16722 return resultobj;
16723 fail:
16724 return NULL;
16725 }
16726
16727
16728 static PyObject * ToolBarToolBase_swigregister(PyObject *self, PyObject *args) {
16729 PyObject *obj;
16730 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
16731 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarToolBase, obj);
16732 Py_INCREF(obj);
16733 return Py_BuildValue((char *)"");
16734 }
16735 static PyObject *_wrap_ToolBarBase_DoAddTool(PyObject *self, PyObject *args, PyObject *kwargs) {
16736 PyObject *resultobj;
16737 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16738 int arg2 ;
16739 wxString *arg3 = 0 ;
16740 wxBitmap *arg4 = 0 ;
16741 wxBitmap const &arg5_defvalue = wxNullBitmap ;
16742 wxBitmap *arg5 = (wxBitmap *) &arg5_defvalue ;
16743 int arg6 = (int) wxITEM_NORMAL ;
16744 wxString const &arg7_defvalue = wxPyEmptyString ;
16745 wxString *arg7 = (wxString *) &arg7_defvalue ;
16746 wxString const &arg8_defvalue = wxPyEmptyString ;
16747 wxString *arg8 = (wxString *) &arg8_defvalue ;
16748 PyObject *arg9 = (PyObject *) NULL ;
16749 wxToolBarToolBase *result;
16750 bool temp3 = False ;
16751 bool temp7 = False ;
16752 bool temp8 = False ;
16753 PyObject * obj0 = 0 ;
16754 PyObject * obj1 = 0 ;
16755 PyObject * obj2 = 0 ;
16756 PyObject * obj3 = 0 ;
16757 PyObject * obj4 = 0 ;
16758 PyObject * obj5 = 0 ;
16759 PyObject * obj6 = 0 ;
16760 PyObject * obj7 = 0 ;
16761 PyObject * obj8 = 0 ;
16762 char *kwnames[] = {
16763 (char *) "self",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
16764 };
16765
16766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:ToolBarBase_DoAddTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
16767 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
16768 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16769 arg2 = (int) SWIG_AsInt(obj1);
16770 if (PyErr_Occurred()) SWIG_fail;
16771 {
16772 arg3 = wxString_in_helper(obj2);
16773 if (arg3 == NULL) SWIG_fail;
16774 temp3 = True;
16775 }
16776 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap,
16777 SWIG_POINTER_EXCEPTION | 0)) == -1)
16778 SWIG_fail;
16779 if (arg4 == NULL) {
16780 PyErr_SetString(PyExc_TypeError,"null reference");
16781 SWIG_fail;
16782 }
16783 if (obj4) {
16784 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap,
16785 SWIG_POINTER_EXCEPTION | 0)) == -1)
16786 SWIG_fail;
16787 if (arg5 == NULL) {
16788 PyErr_SetString(PyExc_TypeError,"null reference");
16789 SWIG_fail;
16790 }
16791 }
16792 if (obj5) {
16793 arg6 = (wxItemKind) SWIG_AsInt(obj5);
16794 if (PyErr_Occurred()) SWIG_fail;
16795 }
16796 if (obj6) {
16797 {
16798 arg7 = wxString_in_helper(obj6);
16799 if (arg7 == NULL) SWIG_fail;
16800 temp7 = True;
16801 }
16802 }
16803 if (obj7) {
16804 {
16805 arg8 = wxString_in_helper(obj7);
16806 if (arg8 == NULL) SWIG_fail;
16807 temp8 = True;
16808 }
16809 }
16810 if (obj8) {
16811 arg9 = obj8;
16812 }
16813 {
16814 PyThreadState* __tstate = wxPyBeginAllowThreads();
16815 result = (wxToolBarToolBase *)wxToolBarBase_DoAddTool(arg1,arg2,(wxString const &)*arg3,(wxBitmap const &)*arg4,(wxBitmap const &)*arg5,(wxItemKind )arg6,(wxString const &)*arg7,(wxString const &)*arg8,arg9);
16816
16817 wxPyEndAllowThreads(__tstate);
16818 if (PyErr_Occurred()) SWIG_fail;
16819 }
16820 {
16821 resultobj = wxPyMake_wxObject(result);
16822 }
16823 {
16824 if (temp3)
16825 delete arg3;
16826 }
16827 {
16828 if (temp7)
16829 delete arg7;
16830 }
16831 {
16832 if (temp8)
16833 delete arg8;
16834 }
16835 return resultobj;
16836 fail:
16837 {
16838 if (temp3)
16839 delete arg3;
16840 }
16841 {
16842 if (temp7)
16843 delete arg7;
16844 }
16845 {
16846 if (temp8)
16847 delete arg8;
16848 }
16849 return NULL;
16850 }
16851
16852
16853 static PyObject *_wrap_ToolBarBase_DoInsertTool(PyObject *self, PyObject *args, PyObject *kwargs) {
16854 PyObject *resultobj;
16855 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16856 size_t arg2 ;
16857 int arg3 ;
16858 wxString *arg4 = 0 ;
16859 wxBitmap *arg5 = 0 ;
16860 wxBitmap const &arg6_defvalue = wxNullBitmap ;
16861 wxBitmap *arg6 = (wxBitmap *) &arg6_defvalue ;
16862 int arg7 = (int) wxITEM_NORMAL ;
16863 wxString const &arg8_defvalue = wxPyEmptyString ;
16864 wxString *arg8 = (wxString *) &arg8_defvalue ;
16865 wxString const &arg9_defvalue = wxPyEmptyString ;
16866 wxString *arg9 = (wxString *) &arg9_defvalue ;
16867 PyObject *arg10 = (PyObject *) NULL ;
16868 wxToolBarToolBase *result;
16869 bool temp4 = False ;
16870 bool temp8 = False ;
16871 bool temp9 = False ;
16872 PyObject * obj0 = 0 ;
16873 PyObject * obj1 = 0 ;
16874 PyObject * obj2 = 0 ;
16875 PyObject * obj3 = 0 ;
16876 PyObject * obj4 = 0 ;
16877 PyObject * obj5 = 0 ;
16878 PyObject * obj6 = 0 ;
16879 PyObject * obj7 = 0 ;
16880 PyObject * obj8 = 0 ;
16881 PyObject * obj9 = 0 ;
16882 char *kwnames[] = {
16883 (char *) "self",(char *) "pos",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
16884 };
16885
16886 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOOOO:ToolBarBase_DoInsertTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
16887 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
16888 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16889 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
16890 if (PyErr_Occurred()) SWIG_fail;
16891 arg3 = (int) SWIG_AsInt(obj2);
16892 if (PyErr_Occurred()) SWIG_fail;
16893 {
16894 arg4 = wxString_in_helper(obj3);
16895 if (arg4 == NULL) SWIG_fail;
16896 temp4 = True;
16897 }
16898 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap,
16899 SWIG_POINTER_EXCEPTION | 0)) == -1)
16900 SWIG_fail;
16901 if (arg5 == NULL) {
16902 PyErr_SetString(PyExc_TypeError,"null reference");
16903 SWIG_fail;
16904 }
16905 if (obj5) {
16906 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxBitmap,
16907 SWIG_POINTER_EXCEPTION | 0)) == -1)
16908 SWIG_fail;
16909 if (arg6 == NULL) {
16910 PyErr_SetString(PyExc_TypeError,"null reference");
16911 SWIG_fail;
16912 }
16913 }
16914 if (obj6) {
16915 arg7 = (wxItemKind) SWIG_AsInt(obj6);
16916 if (PyErr_Occurred()) SWIG_fail;
16917 }
16918 if (obj7) {
16919 {
16920 arg8 = wxString_in_helper(obj7);
16921 if (arg8 == NULL) SWIG_fail;
16922 temp8 = True;
16923 }
16924 }
16925 if (obj8) {
16926 {
16927 arg9 = wxString_in_helper(obj8);
16928 if (arg9 == NULL) SWIG_fail;
16929 temp9 = True;
16930 }
16931 }
16932 if (obj9) {
16933 arg10 = obj9;
16934 }
16935 {
16936 PyThreadState* __tstate = wxPyBeginAllowThreads();
16937 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);
16938
16939 wxPyEndAllowThreads(__tstate);
16940 if (PyErr_Occurred()) SWIG_fail;
16941 }
16942 {
16943 resultobj = wxPyMake_wxObject(result);
16944 }
16945 {
16946 if (temp4)
16947 delete arg4;
16948 }
16949 {
16950 if (temp8)
16951 delete arg8;
16952 }
16953 {
16954 if (temp9)
16955 delete arg9;
16956 }
16957 return resultobj;
16958 fail:
16959 {
16960 if (temp4)
16961 delete arg4;
16962 }
16963 {
16964 if (temp8)
16965 delete arg8;
16966 }
16967 {
16968 if (temp9)
16969 delete arg9;
16970 }
16971 return NULL;
16972 }
16973
16974
16975 static PyObject *_wrap_ToolBarBase_AddToolItem(PyObject *self, PyObject *args, PyObject *kwargs) {
16976 PyObject *resultobj;
16977 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16978 wxToolBarToolBase *arg2 = (wxToolBarToolBase *) 0 ;
16979 wxToolBarToolBase *result;
16980 PyObject * obj0 = 0 ;
16981 PyObject * obj1 = 0 ;
16982 char *kwnames[] = {
16983 (char *) "self",(char *) "tool", NULL
16984 };
16985
16986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddToolItem",kwnames,&obj0,&obj1)) goto fail;
16987 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
16988 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16989 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxToolBarToolBase,
16990 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
16991 {
16992 PyThreadState* __tstate = wxPyBeginAllowThreads();
16993 result = (wxToolBarToolBase *)(arg1)->AddTool(arg2);
16994
16995 wxPyEndAllowThreads(__tstate);
16996 if (PyErr_Occurred()) SWIG_fail;
16997 }
16998 {
16999 resultobj = wxPyMake_wxObject(result);
17000 }
17001 return resultobj;
17002 fail:
17003 return NULL;
17004 }
17005
17006
17007 static PyObject *_wrap_ToolBarBase_InsertToolItem(PyObject *self, PyObject *args, PyObject *kwargs) {
17008 PyObject *resultobj;
17009 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17010 size_t arg2 ;
17011 wxToolBarToolBase *arg3 = (wxToolBarToolBase *) 0 ;
17012 wxToolBarToolBase *result;
17013 PyObject * obj0 = 0 ;
17014 PyObject * obj1 = 0 ;
17015 PyObject * obj2 = 0 ;
17016 char *kwnames[] = {
17017 (char *) "self",(char *) "pos",(char *) "tool", NULL
17018 };
17019
17020 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertToolItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
17021 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17022 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17023 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
17024 if (PyErr_Occurred()) SWIG_fail;
17025 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxToolBarToolBase,
17026 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17027 {
17028 PyThreadState* __tstate = wxPyBeginAllowThreads();
17029 result = (wxToolBarToolBase *)(arg1)->InsertTool(arg2,arg3);
17030
17031 wxPyEndAllowThreads(__tstate);
17032 if (PyErr_Occurred()) SWIG_fail;
17033 }
17034 {
17035 resultobj = wxPyMake_wxObject(result);
17036 }
17037 return resultobj;
17038 fail:
17039 return NULL;
17040 }
17041
17042
17043 static PyObject *_wrap_ToolBarBase_AddControl(PyObject *self, PyObject *args, PyObject *kwargs) {
17044 PyObject *resultobj;
17045 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17046 wxControl *arg2 = (wxControl *) 0 ;
17047 wxToolBarToolBase *result;
17048 PyObject * obj0 = 0 ;
17049 PyObject * obj1 = 0 ;
17050 char *kwnames[] = {
17051 (char *) "self",(char *) "control", NULL
17052 };
17053
17054 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddControl",kwnames,&obj0,&obj1)) goto fail;
17055 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17056 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17057 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxControl,
17058 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17059 {
17060 PyThreadState* __tstate = wxPyBeginAllowThreads();
17061 result = (wxToolBarToolBase *)(arg1)->AddControl(arg2);
17062
17063 wxPyEndAllowThreads(__tstate);
17064 if (PyErr_Occurred()) SWIG_fail;
17065 }
17066 {
17067 resultobj = wxPyMake_wxObject(result);
17068 }
17069 return resultobj;
17070 fail:
17071 return NULL;
17072 }
17073
17074
17075 static PyObject *_wrap_ToolBarBase_InsertControl(PyObject *self, PyObject *args, PyObject *kwargs) {
17076 PyObject *resultobj;
17077 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17078 size_t arg2 ;
17079 wxControl *arg3 = (wxControl *) 0 ;
17080 wxToolBarToolBase *result;
17081 PyObject * obj0 = 0 ;
17082 PyObject * obj1 = 0 ;
17083 PyObject * obj2 = 0 ;
17084 char *kwnames[] = {
17085 (char *) "self",(char *) "pos",(char *) "control", NULL
17086 };
17087
17088 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertControl",kwnames,&obj0,&obj1,&obj2)) goto fail;
17089 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17090 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17091 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
17092 if (PyErr_Occurred()) SWIG_fail;
17093 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxControl,
17094 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17095 {
17096 PyThreadState* __tstate = wxPyBeginAllowThreads();
17097 result = (wxToolBarToolBase *)(arg1)->InsertControl(arg2,arg3);
17098
17099 wxPyEndAllowThreads(__tstate);
17100 if (PyErr_Occurred()) SWIG_fail;
17101 }
17102 {
17103 resultobj = wxPyMake_wxObject(result);
17104 }
17105 return resultobj;
17106 fail:
17107 return NULL;
17108 }
17109
17110
17111 static PyObject *_wrap_ToolBarBase_FindControl(PyObject *self, PyObject *args, PyObject *kwargs) {
17112 PyObject *resultobj;
17113 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17114 int arg2 ;
17115 wxControl *result;
17116 PyObject * obj0 = 0 ;
17117 PyObject * obj1 = 0 ;
17118 char *kwnames[] = {
17119 (char *) "self",(char *) "id", NULL
17120 };
17121
17122 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindControl",kwnames,&obj0,&obj1)) goto fail;
17123 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17124 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17125 arg2 = (int) SWIG_AsInt(obj1);
17126 if (PyErr_Occurred()) SWIG_fail;
17127 {
17128 PyThreadState* __tstate = wxPyBeginAllowThreads();
17129 result = (wxControl *)(arg1)->FindControl(arg2);
17130
17131 wxPyEndAllowThreads(__tstate);
17132 if (PyErr_Occurred()) SWIG_fail;
17133 }
17134 {
17135 resultobj = wxPyMake_wxObject(result);
17136 }
17137 return resultobj;
17138 fail:
17139 return NULL;
17140 }
17141
17142
17143 static PyObject *_wrap_ToolBarBase_AddSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
17144 PyObject *resultobj;
17145 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17146 wxToolBarToolBase *result;
17147 PyObject * obj0 = 0 ;
17148 char *kwnames[] = {
17149 (char *) "self", NULL
17150 };
17151
17152 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_AddSeparator",kwnames,&obj0)) goto fail;
17153 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17154 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17155 {
17156 PyThreadState* __tstate = wxPyBeginAllowThreads();
17157 result = (wxToolBarToolBase *)(arg1)->AddSeparator();
17158
17159 wxPyEndAllowThreads(__tstate);
17160 if (PyErr_Occurred()) SWIG_fail;
17161 }
17162 {
17163 resultobj = wxPyMake_wxObject(result);
17164 }
17165 return resultobj;
17166 fail:
17167 return NULL;
17168 }
17169
17170
17171 static PyObject *_wrap_ToolBarBase_InsertSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
17172 PyObject *resultobj;
17173 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17174 size_t arg2 ;
17175 wxToolBarToolBase *result;
17176 PyObject * obj0 = 0 ;
17177 PyObject * obj1 = 0 ;
17178 char *kwnames[] = {
17179 (char *) "self",(char *) "pos", NULL
17180 };
17181
17182 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_InsertSeparator",kwnames,&obj0,&obj1)) goto fail;
17183 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17184 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17185 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
17186 if (PyErr_Occurred()) SWIG_fail;
17187 {
17188 PyThreadState* __tstate = wxPyBeginAllowThreads();
17189 result = (wxToolBarToolBase *)(arg1)->InsertSeparator(arg2);
17190
17191 wxPyEndAllowThreads(__tstate);
17192 if (PyErr_Occurred()) SWIG_fail;
17193 }
17194 {
17195 resultobj = wxPyMake_wxObject(result);
17196 }
17197 return resultobj;
17198 fail:
17199 return NULL;
17200 }
17201
17202
17203 static PyObject *_wrap_ToolBarBase_RemoveTool(PyObject *self, PyObject *args, PyObject *kwargs) {
17204 PyObject *resultobj;
17205 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17206 int arg2 ;
17207 wxToolBarToolBase *result;
17208 PyObject * obj0 = 0 ;
17209 PyObject * obj1 = 0 ;
17210 char *kwnames[] = {
17211 (char *) "self",(char *) "id", NULL
17212 };
17213
17214 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_RemoveTool",kwnames,&obj0,&obj1)) goto fail;
17215 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17216 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17217 arg2 = (int) SWIG_AsInt(obj1);
17218 if (PyErr_Occurred()) SWIG_fail;
17219 {
17220 PyThreadState* __tstate = wxPyBeginAllowThreads();
17221 result = (wxToolBarToolBase *)(arg1)->RemoveTool(arg2);
17222
17223 wxPyEndAllowThreads(__tstate);
17224 if (PyErr_Occurred()) SWIG_fail;
17225 }
17226 {
17227 resultobj = wxPyMake_wxObject(result);
17228 }
17229 return resultobj;
17230 fail:
17231 return NULL;
17232 }
17233
17234
17235 static PyObject *_wrap_ToolBarBase_DeleteToolByPos(PyObject *self, PyObject *args, PyObject *kwargs) {
17236 PyObject *resultobj;
17237 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17238 size_t arg2 ;
17239 bool result;
17240 PyObject * obj0 = 0 ;
17241 PyObject * obj1 = 0 ;
17242 char *kwnames[] = {
17243 (char *) "self",(char *) "pos", NULL
17244 };
17245
17246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteToolByPos",kwnames,&obj0,&obj1)) goto fail;
17247 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17248 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17249 arg2 = (size_t) SWIG_AsUnsignedLong(obj1);
17250 if (PyErr_Occurred()) SWIG_fail;
17251 {
17252 PyThreadState* __tstate = wxPyBeginAllowThreads();
17253 result = (bool)(arg1)->DeleteToolByPos(arg2);
17254
17255 wxPyEndAllowThreads(__tstate);
17256 if (PyErr_Occurred()) SWIG_fail;
17257 }
17258 {
17259 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17260 }
17261 return resultobj;
17262 fail:
17263 return NULL;
17264 }
17265
17266
17267 static PyObject *_wrap_ToolBarBase_DeleteTool(PyObject *self, PyObject *args, PyObject *kwargs) {
17268 PyObject *resultobj;
17269 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17270 int arg2 ;
17271 bool result;
17272 PyObject * obj0 = 0 ;
17273 PyObject * obj1 = 0 ;
17274 char *kwnames[] = {
17275 (char *) "self",(char *) "id", NULL
17276 };
17277
17278 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteTool",kwnames,&obj0,&obj1)) goto fail;
17279 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17280 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17281 arg2 = (int) SWIG_AsInt(obj1);
17282 if (PyErr_Occurred()) SWIG_fail;
17283 {
17284 PyThreadState* __tstate = wxPyBeginAllowThreads();
17285 result = (bool)(arg1)->DeleteTool(arg2);
17286
17287 wxPyEndAllowThreads(__tstate);
17288 if (PyErr_Occurred()) SWIG_fail;
17289 }
17290 {
17291 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17292 }
17293 return resultobj;
17294 fail:
17295 return NULL;
17296 }
17297
17298
17299 static PyObject *_wrap_ToolBarBase_ClearTools(PyObject *self, PyObject *args, PyObject *kwargs) {
17300 PyObject *resultobj;
17301 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17302 PyObject * obj0 = 0 ;
17303 char *kwnames[] = {
17304 (char *) "self", NULL
17305 };
17306
17307 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_ClearTools",kwnames,&obj0)) goto fail;
17308 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17309 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17310 {
17311 PyThreadState* __tstate = wxPyBeginAllowThreads();
17312 (arg1)->ClearTools();
17313
17314 wxPyEndAllowThreads(__tstate);
17315 if (PyErr_Occurred()) SWIG_fail;
17316 }
17317 Py_INCREF(Py_None); resultobj = Py_None;
17318 return resultobj;
17319 fail:
17320 return NULL;
17321 }
17322
17323
17324 static PyObject *_wrap_ToolBarBase_Realize(PyObject *self, PyObject *args, PyObject *kwargs) {
17325 PyObject *resultobj;
17326 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17327 bool result;
17328 PyObject * obj0 = 0 ;
17329 char *kwnames[] = {
17330 (char *) "self", NULL
17331 };
17332
17333 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_Realize",kwnames,&obj0)) goto fail;
17334 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17335 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17336 {
17337 PyThreadState* __tstate = wxPyBeginAllowThreads();
17338 result = (bool)(arg1)->Realize();
17339
17340 wxPyEndAllowThreads(__tstate);
17341 if (PyErr_Occurred()) SWIG_fail;
17342 }
17343 {
17344 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17345 }
17346 return resultobj;
17347 fail:
17348 return NULL;
17349 }
17350
17351
17352 static PyObject *_wrap_ToolBarBase_EnableTool(PyObject *self, PyObject *args, PyObject *kwargs) {
17353 PyObject *resultobj;
17354 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17355 int arg2 ;
17356 bool arg3 ;
17357 PyObject * obj0 = 0 ;
17358 PyObject * obj1 = 0 ;
17359 PyObject * obj2 = 0 ;
17360 char *kwnames[] = {
17361 (char *) "self",(char *) "id",(char *) "enable", NULL
17362 };
17363
17364 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_EnableTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
17365 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17366 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17367 arg2 = (int) SWIG_AsInt(obj1);
17368 if (PyErr_Occurred()) SWIG_fail;
17369 arg3 = (bool) SWIG_AsBool(obj2);
17370 if (PyErr_Occurred()) SWIG_fail;
17371 {
17372 PyThreadState* __tstate = wxPyBeginAllowThreads();
17373 (arg1)->EnableTool(arg2,arg3);
17374
17375 wxPyEndAllowThreads(__tstate);
17376 if (PyErr_Occurred()) SWIG_fail;
17377 }
17378 Py_INCREF(Py_None); resultobj = Py_None;
17379 return resultobj;
17380 fail:
17381 return NULL;
17382 }
17383
17384
17385 static PyObject *_wrap_ToolBarBase_ToggleTool(PyObject *self, PyObject *args, PyObject *kwargs) {
17386 PyObject *resultobj;
17387 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17388 int arg2 ;
17389 bool arg3 ;
17390 PyObject * obj0 = 0 ;
17391 PyObject * obj1 = 0 ;
17392 PyObject * obj2 = 0 ;
17393 char *kwnames[] = {
17394 (char *) "self",(char *) "id",(char *) "toggle", NULL
17395 };
17396
17397 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_ToggleTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
17398 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17399 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17400 arg2 = (int) SWIG_AsInt(obj1);
17401 if (PyErr_Occurred()) SWIG_fail;
17402 arg3 = (bool) SWIG_AsBool(obj2);
17403 if (PyErr_Occurred()) SWIG_fail;
17404 {
17405 PyThreadState* __tstate = wxPyBeginAllowThreads();
17406 (arg1)->ToggleTool(arg2,arg3);
17407
17408 wxPyEndAllowThreads(__tstate);
17409 if (PyErr_Occurred()) SWIG_fail;
17410 }
17411 Py_INCREF(Py_None); resultobj = Py_None;
17412 return resultobj;
17413 fail:
17414 return NULL;
17415 }
17416
17417
17418 static PyObject *_wrap_ToolBarBase_SetToggle(PyObject *self, PyObject *args, PyObject *kwargs) {
17419 PyObject *resultobj;
17420 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17421 int arg2 ;
17422 bool arg3 ;
17423 PyObject * obj0 = 0 ;
17424 PyObject * obj1 = 0 ;
17425 PyObject * obj2 = 0 ;
17426 char *kwnames[] = {
17427 (char *) "self",(char *) "id",(char *) "toggle", NULL
17428 };
17429
17430 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToggle",kwnames,&obj0,&obj1,&obj2)) goto fail;
17431 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17432 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17433 arg2 = (int) SWIG_AsInt(obj1);
17434 if (PyErr_Occurred()) SWIG_fail;
17435 arg3 = (bool) SWIG_AsBool(obj2);
17436 if (PyErr_Occurred()) SWIG_fail;
17437 {
17438 PyThreadState* __tstate = wxPyBeginAllowThreads();
17439 (arg1)->SetToggle(arg2,arg3);
17440
17441 wxPyEndAllowThreads(__tstate);
17442 if (PyErr_Occurred()) SWIG_fail;
17443 }
17444 Py_INCREF(Py_None); resultobj = Py_None;
17445 return resultobj;
17446 fail:
17447 return NULL;
17448 }
17449
17450
17451 static PyObject *_wrap_ToolBarBase_GetToolClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
17452 PyObject *resultobj;
17453 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17454 int arg2 ;
17455 PyObject *result;
17456 PyObject * obj0 = 0 ;
17457 PyObject * obj1 = 0 ;
17458 char *kwnames[] = {
17459 (char *) "self",(char *) "id", NULL
17460 };
17461
17462 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolClientData",kwnames,&obj0,&obj1)) goto fail;
17463 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17464 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17465 arg2 = (int) SWIG_AsInt(obj1);
17466 if (PyErr_Occurred()) SWIG_fail;
17467 {
17468 PyThreadState* __tstate = wxPyBeginAllowThreads();
17469 result = (PyObject *)wxToolBarBase_GetToolClientData(arg1,arg2);
17470
17471 wxPyEndAllowThreads(__tstate);
17472 if (PyErr_Occurred()) SWIG_fail;
17473 }
17474 resultobj = result;
17475 return resultobj;
17476 fail:
17477 return NULL;
17478 }
17479
17480
17481 static PyObject *_wrap_ToolBarBase_SetToolClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
17482 PyObject *resultobj;
17483 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17484 int arg2 ;
17485 PyObject *arg3 = (PyObject *) 0 ;
17486 PyObject * obj0 = 0 ;
17487 PyObject * obj1 = 0 ;
17488 PyObject * obj2 = 0 ;
17489 char *kwnames[] = {
17490 (char *) "self",(char *) "id",(char *) "clientData", NULL
17491 };
17492
17493 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolClientData",kwnames,&obj0,&obj1,&obj2)) goto fail;
17494 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17495 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17496 arg2 = (int) SWIG_AsInt(obj1);
17497 if (PyErr_Occurred()) SWIG_fail;
17498 arg3 = obj2;
17499 {
17500 PyThreadState* __tstate = wxPyBeginAllowThreads();
17501 wxToolBarBase_SetToolClientData(arg1,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_GetToolPos(PyObject *self, PyObject *args, PyObject *kwargs) {
17514 PyObject *resultobj;
17515 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17516 int arg2 ;
17517 int result;
17518 PyObject * obj0 = 0 ;
17519 PyObject * obj1 = 0 ;
17520 char *kwnames[] = {
17521 (char *) "self",(char *) "id", NULL
17522 };
17523
17524 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolPos",kwnames,&obj0,&obj1)) goto fail;
17525 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17526 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17527 arg2 = (int) SWIG_AsInt(obj1);
17528 if (PyErr_Occurred()) SWIG_fail;
17529 {
17530 PyThreadState* __tstate = wxPyBeginAllowThreads();
17531 result = (int)((wxToolBarBase const *)arg1)->GetToolPos(arg2);
17532
17533 wxPyEndAllowThreads(__tstate);
17534 if (PyErr_Occurred()) SWIG_fail;
17535 }
17536 resultobj = SWIG_FromInt((int)result);
17537 return resultobj;
17538 fail:
17539 return NULL;
17540 }
17541
17542
17543 static PyObject *_wrap_ToolBarBase_GetToolState(PyObject *self, PyObject *args, PyObject *kwargs) {
17544 PyObject *resultobj;
17545 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17546 int arg2 ;
17547 bool result;
17548 PyObject * obj0 = 0 ;
17549 PyObject * obj1 = 0 ;
17550 char *kwnames[] = {
17551 (char *) "self",(char *) "id", NULL
17552 };
17553
17554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolState",kwnames,&obj0,&obj1)) goto fail;
17555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17557 arg2 = (int) SWIG_AsInt(obj1);
17558 if (PyErr_Occurred()) SWIG_fail;
17559 {
17560 PyThreadState* __tstate = wxPyBeginAllowThreads();
17561 result = (bool)(arg1)->GetToolState(arg2);
17562
17563 wxPyEndAllowThreads(__tstate);
17564 if (PyErr_Occurred()) SWIG_fail;
17565 }
17566 {
17567 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17568 }
17569 return resultobj;
17570 fail:
17571 return NULL;
17572 }
17573
17574
17575 static PyObject *_wrap_ToolBarBase_GetToolEnabled(PyObject *self, PyObject *args, PyObject *kwargs) {
17576 PyObject *resultobj;
17577 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17578 int arg2 ;
17579 bool result;
17580 PyObject * obj0 = 0 ;
17581 PyObject * obj1 = 0 ;
17582 char *kwnames[] = {
17583 (char *) "self",(char *) "id", NULL
17584 };
17585
17586 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolEnabled",kwnames,&obj0,&obj1)) goto fail;
17587 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17588 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17589 arg2 = (int) SWIG_AsInt(obj1);
17590 if (PyErr_Occurred()) SWIG_fail;
17591 {
17592 PyThreadState* __tstate = wxPyBeginAllowThreads();
17593 result = (bool)(arg1)->GetToolEnabled(arg2);
17594
17595 wxPyEndAllowThreads(__tstate);
17596 if (PyErr_Occurred()) SWIG_fail;
17597 }
17598 {
17599 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17600 }
17601 return resultobj;
17602 fail:
17603 return NULL;
17604 }
17605
17606
17607 static PyObject *_wrap_ToolBarBase_SetToolShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
17608 PyObject *resultobj;
17609 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17610 int arg2 ;
17611 wxString *arg3 = 0 ;
17612 bool temp3 = False ;
17613 PyObject * obj0 = 0 ;
17614 PyObject * obj1 = 0 ;
17615 PyObject * obj2 = 0 ;
17616 char *kwnames[] = {
17617 (char *) "self",(char *) "id",(char *) "helpString", NULL
17618 };
17619
17620 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolShortHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
17621 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17622 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17623 arg2 = (int) SWIG_AsInt(obj1);
17624 if (PyErr_Occurred()) SWIG_fail;
17625 {
17626 arg3 = wxString_in_helper(obj2);
17627 if (arg3 == NULL) SWIG_fail;
17628 temp3 = True;
17629 }
17630 {
17631 PyThreadState* __tstate = wxPyBeginAllowThreads();
17632 (arg1)->SetToolShortHelp(arg2,(wxString const &)*arg3);
17633
17634 wxPyEndAllowThreads(__tstate);
17635 if (PyErr_Occurred()) SWIG_fail;
17636 }
17637 Py_INCREF(Py_None); resultobj = Py_None;
17638 {
17639 if (temp3)
17640 delete arg3;
17641 }
17642 return resultobj;
17643 fail:
17644 {
17645 if (temp3)
17646 delete arg3;
17647 }
17648 return NULL;
17649 }
17650
17651
17652 static PyObject *_wrap_ToolBarBase_GetToolShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
17653 PyObject *resultobj;
17654 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17655 int arg2 ;
17656 wxString result;
17657 PyObject * obj0 = 0 ;
17658 PyObject * obj1 = 0 ;
17659 char *kwnames[] = {
17660 (char *) "self",(char *) "id", NULL
17661 };
17662
17663 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolShortHelp",kwnames,&obj0,&obj1)) goto fail;
17664 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17665 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17666 arg2 = (int) SWIG_AsInt(obj1);
17667 if (PyErr_Occurred()) SWIG_fail;
17668 {
17669 PyThreadState* __tstate = wxPyBeginAllowThreads();
17670 result = (arg1)->GetToolShortHelp(arg2);
17671
17672 wxPyEndAllowThreads(__tstate);
17673 if (PyErr_Occurred()) SWIG_fail;
17674 }
17675 {
17676 #if wxUSE_UNICODE
17677 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
17678 #else
17679 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
17680 #endif
17681 }
17682 return resultobj;
17683 fail:
17684 return NULL;
17685 }
17686
17687
17688 static PyObject *_wrap_ToolBarBase_SetToolLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
17689 PyObject *resultobj;
17690 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17691 int arg2 ;
17692 wxString *arg3 = 0 ;
17693 bool temp3 = False ;
17694 PyObject * obj0 = 0 ;
17695 PyObject * obj1 = 0 ;
17696 PyObject * obj2 = 0 ;
17697 char *kwnames[] = {
17698 (char *) "self",(char *) "id",(char *) "helpString", NULL
17699 };
17700
17701 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolLongHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
17702 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17703 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17704 arg2 = (int) SWIG_AsInt(obj1);
17705 if (PyErr_Occurred()) SWIG_fail;
17706 {
17707 arg3 = wxString_in_helper(obj2);
17708 if (arg3 == NULL) SWIG_fail;
17709 temp3 = True;
17710 }
17711 {
17712 PyThreadState* __tstate = wxPyBeginAllowThreads();
17713 (arg1)->SetToolLongHelp(arg2,(wxString const &)*arg3);
17714
17715 wxPyEndAllowThreads(__tstate);
17716 if (PyErr_Occurred()) SWIG_fail;
17717 }
17718 Py_INCREF(Py_None); resultobj = Py_None;
17719 {
17720 if (temp3)
17721 delete arg3;
17722 }
17723 return resultobj;
17724 fail:
17725 {
17726 if (temp3)
17727 delete arg3;
17728 }
17729 return NULL;
17730 }
17731
17732
17733 static PyObject *_wrap_ToolBarBase_GetToolLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
17734 PyObject *resultobj;
17735 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17736 int arg2 ;
17737 wxString result;
17738 PyObject * obj0 = 0 ;
17739 PyObject * obj1 = 0 ;
17740 char *kwnames[] = {
17741 (char *) "self",(char *) "id", NULL
17742 };
17743
17744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolLongHelp",kwnames,&obj0,&obj1)) goto fail;
17745 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17746 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17747 arg2 = (int) SWIG_AsInt(obj1);
17748 if (PyErr_Occurred()) SWIG_fail;
17749 {
17750 PyThreadState* __tstate = wxPyBeginAllowThreads();
17751 result = (arg1)->GetToolLongHelp(arg2);
17752
17753 wxPyEndAllowThreads(__tstate);
17754 if (PyErr_Occurred()) SWIG_fail;
17755 }
17756 {
17757 #if wxUSE_UNICODE
17758 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
17759 #else
17760 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
17761 #endif
17762 }
17763 return resultobj;
17764 fail:
17765 return NULL;
17766 }
17767
17768
17769 static PyObject *_wrap_ToolBarBase_SetMarginsXY(PyObject *self, PyObject *args, PyObject *kwargs) {
17770 PyObject *resultobj;
17771 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17772 int arg2 ;
17773 int arg3 ;
17774 PyObject * obj0 = 0 ;
17775 PyObject * obj1 = 0 ;
17776 PyObject * obj2 = 0 ;
17777 char *kwnames[] = {
17778 (char *) "self",(char *) "x",(char *) "y", NULL
17779 };
17780
17781 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMarginsXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
17782 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17783 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17784 arg2 = (int) SWIG_AsInt(obj1);
17785 if (PyErr_Occurred()) SWIG_fail;
17786 arg3 = (int) SWIG_AsInt(obj2);
17787 if (PyErr_Occurred()) SWIG_fail;
17788 {
17789 PyThreadState* __tstate = wxPyBeginAllowThreads();
17790 (arg1)->SetMargins(arg2,arg3);
17791
17792 wxPyEndAllowThreads(__tstate);
17793 if (PyErr_Occurred()) SWIG_fail;
17794 }
17795 Py_INCREF(Py_None); resultobj = Py_None;
17796 return resultobj;
17797 fail:
17798 return NULL;
17799 }
17800
17801
17802 static PyObject *_wrap_ToolBarBase_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
17803 PyObject *resultobj;
17804 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17805 wxSize *arg2 = 0 ;
17806 wxSize temp2 ;
17807 PyObject * obj0 = 0 ;
17808 PyObject * obj1 = 0 ;
17809 char *kwnames[] = {
17810 (char *) "self",(char *) "size", NULL
17811 };
17812
17813 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetMargins",kwnames,&obj0,&obj1)) goto fail;
17814 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17815 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17816 {
17817 arg2 = &temp2;
17818 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
17819 }
17820 {
17821 PyThreadState* __tstate = wxPyBeginAllowThreads();
17822 (arg1)->SetMargins((wxSize const &)*arg2);
17823
17824 wxPyEndAllowThreads(__tstate);
17825 if (PyErr_Occurred()) SWIG_fail;
17826 }
17827 Py_INCREF(Py_None); resultobj = Py_None;
17828 return resultobj;
17829 fail:
17830 return NULL;
17831 }
17832
17833
17834 static PyObject *_wrap_ToolBarBase_SetToolPacking(PyObject *self, PyObject *args, PyObject *kwargs) {
17835 PyObject *resultobj;
17836 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17837 int arg2 ;
17838 PyObject * obj0 = 0 ;
17839 PyObject * obj1 = 0 ;
17840 char *kwnames[] = {
17841 (char *) "self",(char *) "packing", NULL
17842 };
17843
17844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolPacking",kwnames,&obj0,&obj1)) goto fail;
17845 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17846 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17847 arg2 = (int) SWIG_AsInt(obj1);
17848 if (PyErr_Occurred()) SWIG_fail;
17849 {
17850 PyThreadState* __tstate = wxPyBeginAllowThreads();
17851 (arg1)->SetToolPacking(arg2);
17852
17853 wxPyEndAllowThreads(__tstate);
17854 if (PyErr_Occurred()) SWIG_fail;
17855 }
17856 Py_INCREF(Py_None); resultobj = Py_None;
17857 return resultobj;
17858 fail:
17859 return NULL;
17860 }
17861
17862
17863 static PyObject *_wrap_ToolBarBase_SetToolSeparation(PyObject *self, PyObject *args, PyObject *kwargs) {
17864 PyObject *resultobj;
17865 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17866 int arg2 ;
17867 PyObject * obj0 = 0 ;
17868 PyObject * obj1 = 0 ;
17869 char *kwnames[] = {
17870 (char *) "self",(char *) "separation", NULL
17871 };
17872
17873 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolSeparation",kwnames,&obj0,&obj1)) goto fail;
17874 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17875 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17876 arg2 = (int) SWIG_AsInt(obj1);
17877 if (PyErr_Occurred()) SWIG_fail;
17878 {
17879 PyThreadState* __tstate = wxPyBeginAllowThreads();
17880 (arg1)->SetToolSeparation(arg2);
17881
17882 wxPyEndAllowThreads(__tstate);
17883 if (PyErr_Occurred()) SWIG_fail;
17884 }
17885 Py_INCREF(Py_None); resultobj = Py_None;
17886 return resultobj;
17887 fail:
17888 return NULL;
17889 }
17890
17891
17892 static PyObject *_wrap_ToolBarBase_GetToolMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
17893 PyObject *resultobj;
17894 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17895 wxSize result;
17896 PyObject * obj0 = 0 ;
17897 char *kwnames[] = {
17898 (char *) "self", NULL
17899 };
17900
17901 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolMargins",kwnames,&obj0)) goto fail;
17902 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17903 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17904 {
17905 PyThreadState* __tstate = wxPyBeginAllowThreads();
17906 result = (arg1)->GetToolMargins();
17907
17908 wxPyEndAllowThreads(__tstate);
17909 if (PyErr_Occurred()) SWIG_fail;
17910 }
17911 {
17912 wxSize * resultptr;
17913 resultptr = new wxSize((wxSize &) result);
17914 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
17915 }
17916 return resultobj;
17917 fail:
17918 return NULL;
17919 }
17920
17921
17922 static PyObject *_wrap_ToolBarBase_GetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
17923 PyObject *resultobj;
17924 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17925 wxSize result;
17926 PyObject * obj0 = 0 ;
17927 char *kwnames[] = {
17928 (char *) "self", NULL
17929 };
17930
17931 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMargins",kwnames,&obj0)) goto fail;
17932 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17933 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17934 {
17935 PyThreadState* __tstate = wxPyBeginAllowThreads();
17936 result = (arg1)->GetMargins();
17937
17938 wxPyEndAllowThreads(__tstate);
17939 if (PyErr_Occurred()) SWIG_fail;
17940 }
17941 {
17942 wxSize * resultptr;
17943 resultptr = new wxSize((wxSize &) result);
17944 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
17945 }
17946 return resultobj;
17947 fail:
17948 return NULL;
17949 }
17950
17951
17952 static PyObject *_wrap_ToolBarBase_GetToolPacking(PyObject *self, PyObject *args, PyObject *kwargs) {
17953 PyObject *resultobj;
17954 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17955 int result;
17956 PyObject * obj0 = 0 ;
17957 char *kwnames[] = {
17958 (char *) "self", NULL
17959 };
17960
17961 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolPacking",kwnames,&obj0)) goto fail;
17962 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17963 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17964 {
17965 PyThreadState* __tstate = wxPyBeginAllowThreads();
17966 result = (int)(arg1)->GetToolPacking();
17967
17968 wxPyEndAllowThreads(__tstate);
17969 if (PyErr_Occurred()) SWIG_fail;
17970 }
17971 resultobj = SWIG_FromInt((int)result);
17972 return resultobj;
17973 fail:
17974 return NULL;
17975 }
17976
17977
17978 static PyObject *_wrap_ToolBarBase_GetToolSeparation(PyObject *self, PyObject *args, PyObject *kwargs) {
17979 PyObject *resultobj;
17980 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17981 int result;
17982 PyObject * obj0 = 0 ;
17983 char *kwnames[] = {
17984 (char *) "self", NULL
17985 };
17986
17987 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSeparation",kwnames,&obj0)) goto fail;
17988 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
17989 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
17990 {
17991 PyThreadState* __tstate = wxPyBeginAllowThreads();
17992 result = (int)(arg1)->GetToolSeparation();
17993
17994 wxPyEndAllowThreads(__tstate);
17995 if (PyErr_Occurred()) SWIG_fail;
17996 }
17997 resultobj = SWIG_FromInt((int)result);
17998 return resultobj;
17999 fail:
18000 return NULL;
18001 }
18002
18003
18004 static PyObject *_wrap_ToolBarBase_SetRows(PyObject *self, PyObject *args, PyObject *kwargs) {
18005 PyObject *resultobj;
18006 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18007 int arg2 ;
18008 PyObject * obj0 = 0 ;
18009 PyObject * obj1 = 0 ;
18010 char *kwnames[] = {
18011 (char *) "self",(char *) "nRows", NULL
18012 };
18013
18014 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetRows",kwnames,&obj0,&obj1)) goto fail;
18015 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18016 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18017 arg2 = (int) SWIG_AsInt(obj1);
18018 if (PyErr_Occurred()) SWIG_fail;
18019 {
18020 PyThreadState* __tstate = wxPyBeginAllowThreads();
18021 (arg1)->SetRows(arg2);
18022
18023 wxPyEndAllowThreads(__tstate);
18024 if (PyErr_Occurred()) SWIG_fail;
18025 }
18026 Py_INCREF(Py_None); resultobj = Py_None;
18027 return resultobj;
18028 fail:
18029 return NULL;
18030 }
18031
18032
18033 static PyObject *_wrap_ToolBarBase_SetMaxRowsCols(PyObject *self, PyObject *args, PyObject *kwargs) {
18034 PyObject *resultobj;
18035 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18036 int arg2 ;
18037 int arg3 ;
18038 PyObject * obj0 = 0 ;
18039 PyObject * obj1 = 0 ;
18040 PyObject * obj2 = 0 ;
18041 char *kwnames[] = {
18042 (char *) "self",(char *) "rows",(char *) "cols", NULL
18043 };
18044
18045 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMaxRowsCols",kwnames,&obj0,&obj1,&obj2)) goto fail;
18046 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18047 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18048 arg2 = (int) SWIG_AsInt(obj1);
18049 if (PyErr_Occurred()) SWIG_fail;
18050 arg3 = (int) SWIG_AsInt(obj2);
18051 if (PyErr_Occurred()) SWIG_fail;
18052 {
18053 PyThreadState* __tstate = wxPyBeginAllowThreads();
18054 (arg1)->SetMaxRowsCols(arg2,arg3);
18055
18056 wxPyEndAllowThreads(__tstate);
18057 if (PyErr_Occurred()) SWIG_fail;
18058 }
18059 Py_INCREF(Py_None); resultobj = Py_None;
18060 return resultobj;
18061 fail:
18062 return NULL;
18063 }
18064
18065
18066 static PyObject *_wrap_ToolBarBase_GetMaxRows(PyObject *self, PyObject *args, PyObject *kwargs) {
18067 PyObject *resultobj;
18068 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18069 int result;
18070 PyObject * obj0 = 0 ;
18071 char *kwnames[] = {
18072 (char *) "self", NULL
18073 };
18074
18075 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxRows",kwnames,&obj0)) goto fail;
18076 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18077 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18078 {
18079 PyThreadState* __tstate = wxPyBeginAllowThreads();
18080 result = (int)(arg1)->GetMaxRows();
18081
18082 wxPyEndAllowThreads(__tstate);
18083 if (PyErr_Occurred()) SWIG_fail;
18084 }
18085 resultobj = SWIG_FromInt((int)result);
18086 return resultobj;
18087 fail:
18088 return NULL;
18089 }
18090
18091
18092 static PyObject *_wrap_ToolBarBase_GetMaxCols(PyObject *self, PyObject *args, PyObject *kwargs) {
18093 PyObject *resultobj;
18094 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18095 int result;
18096 PyObject * obj0 = 0 ;
18097 char *kwnames[] = {
18098 (char *) "self", NULL
18099 };
18100
18101 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxCols",kwnames,&obj0)) goto fail;
18102 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18103 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18104 {
18105 PyThreadState* __tstate = wxPyBeginAllowThreads();
18106 result = (int)(arg1)->GetMaxCols();
18107
18108 wxPyEndAllowThreads(__tstate);
18109 if (PyErr_Occurred()) SWIG_fail;
18110 }
18111 resultobj = SWIG_FromInt((int)result);
18112 return resultobj;
18113 fail:
18114 return NULL;
18115 }
18116
18117
18118 static PyObject *_wrap_ToolBarBase_SetToolBitmapSize(PyObject *self, PyObject *args, PyObject *kwargs) {
18119 PyObject *resultobj;
18120 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18121 wxSize *arg2 = 0 ;
18122 wxSize temp2 ;
18123 PyObject * obj0 = 0 ;
18124 PyObject * obj1 = 0 ;
18125 char *kwnames[] = {
18126 (char *) "self",(char *) "size", NULL
18127 };
18128
18129 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolBitmapSize",kwnames,&obj0,&obj1)) goto fail;
18130 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18131 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18132 {
18133 arg2 = &temp2;
18134 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
18135 }
18136 {
18137 PyThreadState* __tstate = wxPyBeginAllowThreads();
18138 (arg1)->SetToolBitmapSize((wxSize const &)*arg2);
18139
18140 wxPyEndAllowThreads(__tstate);
18141 if (PyErr_Occurred()) SWIG_fail;
18142 }
18143 Py_INCREF(Py_None); resultobj = Py_None;
18144 return resultobj;
18145 fail:
18146 return NULL;
18147 }
18148
18149
18150 static PyObject *_wrap_ToolBarBase_GetToolBitmapSize(PyObject *self, PyObject *args, PyObject *kwargs) {
18151 PyObject *resultobj;
18152 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18153 wxSize result;
18154 PyObject * obj0 = 0 ;
18155 char *kwnames[] = {
18156 (char *) "self", NULL
18157 };
18158
18159 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolBitmapSize",kwnames,&obj0)) goto fail;
18160 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18161 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18162 {
18163 PyThreadState* __tstate = wxPyBeginAllowThreads();
18164 result = (arg1)->GetToolBitmapSize();
18165
18166 wxPyEndAllowThreads(__tstate);
18167 if (PyErr_Occurred()) SWIG_fail;
18168 }
18169 {
18170 wxSize * resultptr;
18171 resultptr = new wxSize((wxSize &) result);
18172 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18173 }
18174 return resultobj;
18175 fail:
18176 return NULL;
18177 }
18178
18179
18180 static PyObject *_wrap_ToolBarBase_GetToolSize(PyObject *self, PyObject *args, PyObject *kwargs) {
18181 PyObject *resultobj;
18182 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18183 wxSize result;
18184 PyObject * obj0 = 0 ;
18185 char *kwnames[] = {
18186 (char *) "self", NULL
18187 };
18188
18189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSize",kwnames,&obj0)) goto fail;
18190 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18191 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18192 {
18193 PyThreadState* __tstate = wxPyBeginAllowThreads();
18194 result = (arg1)->GetToolSize();
18195
18196 wxPyEndAllowThreads(__tstate);
18197 if (PyErr_Occurred()) SWIG_fail;
18198 }
18199 {
18200 wxSize * resultptr;
18201 resultptr = new wxSize((wxSize &) result);
18202 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
18203 }
18204 return resultobj;
18205 fail:
18206 return NULL;
18207 }
18208
18209
18210 static PyObject *_wrap_ToolBarBase_FindToolForPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
18211 PyObject *resultobj;
18212 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18213 int arg2 ;
18214 int arg3 ;
18215 wxToolBarToolBase *result;
18216 PyObject * obj0 = 0 ;
18217 PyObject * obj1 = 0 ;
18218 PyObject * obj2 = 0 ;
18219 char *kwnames[] = {
18220 (char *) "self",(char *) "x",(char *) "y", NULL
18221 };
18222
18223 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
18224 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18225 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18226 arg2 = (int) SWIG_AsInt(obj1);
18227 if (PyErr_Occurred()) SWIG_fail;
18228 arg3 = (int) SWIG_AsInt(obj2);
18229 if (PyErr_Occurred()) SWIG_fail;
18230 {
18231 PyThreadState* __tstate = wxPyBeginAllowThreads();
18232 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
18233
18234 wxPyEndAllowThreads(__tstate);
18235 if (PyErr_Occurred()) SWIG_fail;
18236 }
18237 {
18238 resultobj = wxPyMake_wxObject(result);
18239 }
18240 return resultobj;
18241 fail:
18242 return NULL;
18243 }
18244
18245
18246 static PyObject *_wrap_ToolBarBase_FindById(PyObject *self, PyObject *args, PyObject *kwargs) {
18247 PyObject *resultobj;
18248 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18249 int arg2 ;
18250 wxToolBarToolBase *result;
18251 PyObject * obj0 = 0 ;
18252 PyObject * obj1 = 0 ;
18253 char *kwnames[] = {
18254 (char *) "self",(char *) "toolid", NULL
18255 };
18256
18257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindById",kwnames,&obj0,&obj1)) goto fail;
18258 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18259 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18260 arg2 = (int) SWIG_AsInt(obj1);
18261 if (PyErr_Occurred()) SWIG_fail;
18262 {
18263 PyThreadState* __tstate = wxPyBeginAllowThreads();
18264 result = (wxToolBarToolBase *)((wxToolBarBase const *)arg1)->FindById(arg2);
18265
18266 wxPyEndAllowThreads(__tstate);
18267 if (PyErr_Occurred()) SWIG_fail;
18268 }
18269 {
18270 resultobj = wxPyMake_wxObject(result);
18271 }
18272 return resultobj;
18273 fail:
18274 return NULL;
18275 }
18276
18277
18278 static PyObject *_wrap_ToolBarBase_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
18279 PyObject *resultobj;
18280 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
18281 bool result;
18282 PyObject * obj0 = 0 ;
18283 char *kwnames[] = {
18284 (char *) "self", NULL
18285 };
18286
18287 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_IsVertical",kwnames,&obj0)) goto fail;
18288 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBarBase,
18289 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18290 {
18291 PyThreadState* __tstate = wxPyBeginAllowThreads();
18292 result = (bool)(arg1)->IsVertical();
18293
18294 wxPyEndAllowThreads(__tstate);
18295 if (PyErr_Occurred()) SWIG_fail;
18296 }
18297 {
18298 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18299 }
18300 return resultobj;
18301 fail:
18302 return NULL;
18303 }
18304
18305
18306 static PyObject * ToolBarBase_swigregister(PyObject *self, PyObject *args) {
18307 PyObject *obj;
18308 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
18309 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarBase, obj);
18310 Py_INCREF(obj);
18311 return Py_BuildValue((char *)"");
18312 }
18313 static PyObject *_wrap_new_ToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
18314 PyObject *resultobj;
18315 wxWindow *arg1 = (wxWindow *) 0 ;
18316 int arg2 ;
18317 wxPoint const &arg3_defvalue = wxDefaultPosition ;
18318 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
18319 wxSize const &arg4_defvalue = wxDefaultSize ;
18320 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
18321 long arg5 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
18322 wxString const &arg6_defvalue = wxPyToolBarNameStr ;
18323 wxString *arg6 = (wxString *) &arg6_defvalue ;
18324 wxToolBar *result;
18325 wxPoint temp3 ;
18326 wxSize temp4 ;
18327 bool temp6 = False ;
18328 PyObject * obj0 = 0 ;
18329 PyObject * obj1 = 0 ;
18330 PyObject * obj2 = 0 ;
18331 PyObject * obj3 = 0 ;
18332 PyObject * obj4 = 0 ;
18333 PyObject * obj5 = 0 ;
18334 char *kwnames[] = {
18335 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18336 };
18337
18338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_ToolBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
18339 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
18340 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18341 arg2 = (int) SWIG_AsInt(obj1);
18342 if (PyErr_Occurred()) SWIG_fail;
18343 if (obj2) {
18344 {
18345 arg3 = &temp3;
18346 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
18347 }
18348 }
18349 if (obj3) {
18350 {
18351 arg4 = &temp4;
18352 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
18353 }
18354 }
18355 if (obj4) {
18356 arg5 = (long) SWIG_AsLong(obj4);
18357 if (PyErr_Occurred()) SWIG_fail;
18358 }
18359 if (obj5) {
18360 {
18361 arg6 = wxString_in_helper(obj5);
18362 if (arg6 == NULL) SWIG_fail;
18363 temp6 = True;
18364 }
18365 }
18366 {
18367 if (!wxPyCheckForApp()) SWIG_fail;
18368 PyThreadState* __tstate = wxPyBeginAllowThreads();
18369 result = (wxToolBar *)new wxToolBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
18370
18371 wxPyEndAllowThreads(__tstate);
18372 if (PyErr_Occurred()) SWIG_fail;
18373 }
18374 {
18375 resultobj = wxPyMake_wxObject(result);
18376 }
18377 {
18378 if (temp6)
18379 delete arg6;
18380 }
18381 return resultobj;
18382 fail:
18383 {
18384 if (temp6)
18385 delete arg6;
18386 }
18387 return NULL;
18388 }
18389
18390
18391 static PyObject *_wrap_new_PreToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
18392 PyObject *resultobj;
18393 wxToolBar *result;
18394 char *kwnames[] = {
18395 NULL
18396 };
18397
18398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToolBar",kwnames)) goto fail;
18399 {
18400 if (!wxPyCheckForApp()) SWIG_fail;
18401 PyThreadState* __tstate = wxPyBeginAllowThreads();
18402 result = (wxToolBar *)new wxToolBar();
18403
18404 wxPyEndAllowThreads(__tstate);
18405 if (PyErr_Occurred()) SWIG_fail;
18406 }
18407 {
18408 resultobj = wxPyMake_wxObject(result);
18409 }
18410 return resultobj;
18411 fail:
18412 return NULL;
18413 }
18414
18415
18416 static PyObject *_wrap_ToolBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
18417 PyObject *resultobj;
18418 wxToolBar *arg1 = (wxToolBar *) 0 ;
18419 wxWindow *arg2 = (wxWindow *) 0 ;
18420 int arg3 ;
18421 wxPoint const &arg4_defvalue = wxDefaultPosition ;
18422 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
18423 wxSize const &arg5_defvalue = wxDefaultSize ;
18424 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
18425 long arg6 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
18426 wxString const &arg7_defvalue = wxPyToolBarNameStr ;
18427 wxString *arg7 = (wxString *) &arg7_defvalue ;
18428 bool result;
18429 wxPoint temp4 ;
18430 wxSize temp5 ;
18431 bool temp7 = False ;
18432 PyObject * obj0 = 0 ;
18433 PyObject * obj1 = 0 ;
18434 PyObject * obj2 = 0 ;
18435 PyObject * obj3 = 0 ;
18436 PyObject * obj4 = 0 ;
18437 PyObject * obj5 = 0 ;
18438 PyObject * obj6 = 0 ;
18439 char *kwnames[] = {
18440 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18441 };
18442
18443 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:ToolBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
18444 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBar,
18445 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18446 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
18447 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18448 arg3 = (int) SWIG_AsInt(obj2);
18449 if (PyErr_Occurred()) SWIG_fail;
18450 if (obj3) {
18451 {
18452 arg4 = &temp4;
18453 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
18454 }
18455 }
18456 if (obj4) {
18457 {
18458 arg5 = &temp5;
18459 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
18460 }
18461 }
18462 if (obj5) {
18463 arg6 = (long) SWIG_AsLong(obj5);
18464 if (PyErr_Occurred()) SWIG_fail;
18465 }
18466 if (obj6) {
18467 {
18468 arg7 = wxString_in_helper(obj6);
18469 if (arg7 == NULL) SWIG_fail;
18470 temp7 = True;
18471 }
18472 }
18473 {
18474 PyThreadState* __tstate = wxPyBeginAllowThreads();
18475 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
18476
18477 wxPyEndAllowThreads(__tstate);
18478 if (PyErr_Occurred()) SWIG_fail;
18479 }
18480 {
18481 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18482 }
18483 {
18484 if (temp7)
18485 delete arg7;
18486 }
18487 return resultobj;
18488 fail:
18489 {
18490 if (temp7)
18491 delete arg7;
18492 }
18493 return NULL;
18494 }
18495
18496
18497 static PyObject *_wrap_ToolBar_FindToolForPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
18498 PyObject *resultobj;
18499 wxToolBar *arg1 = (wxToolBar *) 0 ;
18500 int arg2 ;
18501 int arg3 ;
18502 wxToolBarToolBase *result;
18503 PyObject * obj0 = 0 ;
18504 PyObject * obj1 = 0 ;
18505 PyObject * obj2 = 0 ;
18506 char *kwnames[] = {
18507 (char *) "self",(char *) "x",(char *) "y", NULL
18508 };
18509
18510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBar_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
18511 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxToolBar,
18512 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18513 arg2 = (int) SWIG_AsInt(obj1);
18514 if (PyErr_Occurred()) SWIG_fail;
18515 arg3 = (int) SWIG_AsInt(obj2);
18516 if (PyErr_Occurred()) SWIG_fail;
18517 {
18518 PyThreadState* __tstate = wxPyBeginAllowThreads();
18519 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
18520
18521 wxPyEndAllowThreads(__tstate);
18522 if (PyErr_Occurred()) SWIG_fail;
18523 }
18524 {
18525 resultobj = wxPyMake_wxObject(result);
18526 }
18527 return resultobj;
18528 fail:
18529 return NULL;
18530 }
18531
18532
18533 static PyObject *_wrap_ToolBar_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
18534 PyObject *resultobj;
18535 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
18536 wxVisualAttributes result;
18537 PyObject * obj0 = 0 ;
18538 char *kwnames[] = {
18539 (char *) "variant", NULL
18540 };
18541
18542 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ToolBar_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
18543 if (obj0) {
18544 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
18545 if (PyErr_Occurred()) SWIG_fail;
18546 }
18547 {
18548 if (!wxPyCheckForApp()) SWIG_fail;
18549 PyThreadState* __tstate = wxPyBeginAllowThreads();
18550 result = wxToolBar::GetClassDefaultAttributes((wxWindowVariant )arg1);
18551
18552 wxPyEndAllowThreads(__tstate);
18553 if (PyErr_Occurred()) SWIG_fail;
18554 }
18555 {
18556 wxVisualAttributes * resultptr;
18557 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
18558 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
18559 }
18560 return resultobj;
18561 fail:
18562 return NULL;
18563 }
18564
18565
18566 static PyObject * ToolBar_swigregister(PyObject *self, PyObject *args) {
18567 PyObject *obj;
18568 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
18569 SWIG_TypeClientData(SWIGTYPE_p_wxToolBar, obj);
18570 Py_INCREF(obj);
18571 return Py_BuildValue((char *)"");
18572 }
18573 static int _wrap_ListCtrlNameStr_set(PyObject *_val) {
18574 PyErr_SetString(PyExc_TypeError,"Variable ListCtrlNameStr is read-only.");
18575 return 1;
18576 }
18577
18578
18579 static PyObject *_wrap_ListCtrlNameStr_get() {
18580 PyObject *pyobj;
18581
18582 {
18583 #if wxUSE_UNICODE
18584 pyobj = PyUnicode_FromWideChar((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
18585 #else
18586 pyobj = PyString_FromStringAndSize((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
18587 #endif
18588 }
18589 return pyobj;
18590 }
18591
18592
18593 static PyObject *_wrap_new_ListItemAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
18594 PyObject *resultobj;
18595 wxColour const &arg1_defvalue = wxNullColour ;
18596 wxColour *arg1 = (wxColour *) &arg1_defvalue ;
18597 wxColour const &arg2_defvalue = wxNullColour ;
18598 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
18599 wxFont const &arg3_defvalue = wxNullFont ;
18600 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
18601 wxListItemAttr *result;
18602 wxColour temp1 ;
18603 wxColour temp2 ;
18604 PyObject * obj0 = 0 ;
18605 PyObject * obj1 = 0 ;
18606 PyObject * obj2 = 0 ;
18607 char *kwnames[] = {
18608 (char *) "colText",(char *) "colBack",(char *) "font", NULL
18609 };
18610
18611 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_ListItemAttr",kwnames,&obj0,&obj1,&obj2)) goto fail;
18612 if (obj0) {
18613 {
18614 arg1 = &temp1;
18615 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
18616 }
18617 }
18618 if (obj1) {
18619 {
18620 arg2 = &temp2;
18621 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18622 }
18623 }
18624 if (obj2) {
18625 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
18626 SWIG_POINTER_EXCEPTION | 0)) == -1)
18627 SWIG_fail;
18628 if (arg3 == NULL) {
18629 PyErr_SetString(PyExc_TypeError,"null reference");
18630 SWIG_fail;
18631 }
18632 }
18633 {
18634 PyThreadState* __tstate = wxPyBeginAllowThreads();
18635 result = (wxListItemAttr *)new wxListItemAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3);
18636
18637 wxPyEndAllowThreads(__tstate);
18638 if (PyErr_Occurred()) SWIG_fail;
18639 }
18640 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItemAttr, 1);
18641 return resultobj;
18642 fail:
18643 return NULL;
18644 }
18645
18646
18647 static PyObject *_wrap_ListItemAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18648 PyObject *resultobj;
18649 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18650 wxColour *arg2 = 0 ;
18651 wxColour temp2 ;
18652 PyObject * obj0 = 0 ;
18653 PyObject * obj1 = 0 ;
18654 char *kwnames[] = {
18655 (char *) "self",(char *) "colText", NULL
18656 };
18657
18658 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
18659 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18660 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18661 {
18662 arg2 = &temp2;
18663 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18664 }
18665 {
18666 PyThreadState* __tstate = wxPyBeginAllowThreads();
18667 (arg1)->SetTextColour((wxColour const &)*arg2);
18668
18669 wxPyEndAllowThreads(__tstate);
18670 if (PyErr_Occurred()) SWIG_fail;
18671 }
18672 Py_INCREF(Py_None); resultobj = Py_None;
18673 return resultobj;
18674 fail:
18675 return NULL;
18676 }
18677
18678
18679 static PyObject *_wrap_ListItemAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18680 PyObject *resultobj;
18681 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18682 wxColour *arg2 = 0 ;
18683 wxColour temp2 ;
18684 PyObject * obj0 = 0 ;
18685 PyObject * obj1 = 0 ;
18686 char *kwnames[] = {
18687 (char *) "self",(char *) "colBack", NULL
18688 };
18689
18690 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
18691 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18692 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18693 {
18694 arg2 = &temp2;
18695 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18696 }
18697 {
18698 PyThreadState* __tstate = wxPyBeginAllowThreads();
18699 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
18700
18701 wxPyEndAllowThreads(__tstate);
18702 if (PyErr_Occurred()) SWIG_fail;
18703 }
18704 Py_INCREF(Py_None); resultobj = Py_None;
18705 return resultobj;
18706 fail:
18707 return NULL;
18708 }
18709
18710
18711 static PyObject *_wrap_ListItemAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
18712 PyObject *resultobj;
18713 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18714 wxFont *arg2 = 0 ;
18715 PyObject * obj0 = 0 ;
18716 PyObject * obj1 = 0 ;
18717 char *kwnames[] = {
18718 (char *) "self",(char *) "font", NULL
18719 };
18720
18721 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetFont",kwnames,&obj0,&obj1)) goto fail;
18722 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18723 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18724 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
18725 SWIG_POINTER_EXCEPTION | 0)) == -1)
18726 SWIG_fail;
18727 if (arg2 == NULL) {
18728 PyErr_SetString(PyExc_TypeError,"null reference");
18729 SWIG_fail;
18730 }
18731 {
18732 PyThreadState* __tstate = wxPyBeginAllowThreads();
18733 (arg1)->SetFont((wxFont const &)*arg2);
18734
18735 wxPyEndAllowThreads(__tstate);
18736 if (PyErr_Occurred()) SWIG_fail;
18737 }
18738 Py_INCREF(Py_None); resultobj = Py_None;
18739 return resultobj;
18740 fail:
18741 return NULL;
18742 }
18743
18744
18745 static PyObject *_wrap_ListItemAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18746 PyObject *resultobj;
18747 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18748 bool result;
18749 PyObject * obj0 = 0 ;
18750 char *kwnames[] = {
18751 (char *) "self", NULL
18752 };
18753
18754 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasTextColour",kwnames,&obj0)) goto fail;
18755 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18756 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18757 {
18758 PyThreadState* __tstate = wxPyBeginAllowThreads();
18759 result = (bool)(arg1)->HasTextColour();
18760
18761 wxPyEndAllowThreads(__tstate);
18762 if (PyErr_Occurred()) SWIG_fail;
18763 }
18764 {
18765 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18766 }
18767 return resultobj;
18768 fail:
18769 return NULL;
18770 }
18771
18772
18773 static PyObject *_wrap_ListItemAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18774 PyObject *resultobj;
18775 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18776 bool result;
18777 PyObject * obj0 = 0 ;
18778 char *kwnames[] = {
18779 (char *) "self", NULL
18780 };
18781
18782 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
18783 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18784 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18785 {
18786 PyThreadState* __tstate = wxPyBeginAllowThreads();
18787 result = (bool)(arg1)->HasBackgroundColour();
18788
18789 wxPyEndAllowThreads(__tstate);
18790 if (PyErr_Occurred()) SWIG_fail;
18791 }
18792 {
18793 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18794 }
18795 return resultobj;
18796 fail:
18797 return NULL;
18798 }
18799
18800
18801 static PyObject *_wrap_ListItemAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
18802 PyObject *resultobj;
18803 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18804 bool result;
18805 PyObject * obj0 = 0 ;
18806 char *kwnames[] = {
18807 (char *) "self", NULL
18808 };
18809
18810 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasFont",kwnames,&obj0)) goto fail;
18811 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18812 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18813 {
18814 PyThreadState* __tstate = wxPyBeginAllowThreads();
18815 result = (bool)(arg1)->HasFont();
18816
18817 wxPyEndAllowThreads(__tstate);
18818 if (PyErr_Occurred()) SWIG_fail;
18819 }
18820 {
18821 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18822 }
18823 return resultobj;
18824 fail:
18825 return NULL;
18826 }
18827
18828
18829 static PyObject *_wrap_ListItemAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18830 PyObject *resultobj;
18831 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18832 wxColour result;
18833 PyObject * obj0 = 0 ;
18834 char *kwnames[] = {
18835 (char *) "self", NULL
18836 };
18837
18838 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetTextColour",kwnames,&obj0)) goto fail;
18839 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18840 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18841 {
18842 PyThreadState* __tstate = wxPyBeginAllowThreads();
18843 result = (arg1)->GetTextColour();
18844
18845 wxPyEndAllowThreads(__tstate);
18846 if (PyErr_Occurred()) SWIG_fail;
18847 }
18848 {
18849 wxColour * resultptr;
18850 resultptr = new wxColour((wxColour &) result);
18851 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
18852 }
18853 return resultobj;
18854 fail:
18855 return NULL;
18856 }
18857
18858
18859 static PyObject *_wrap_ListItemAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18860 PyObject *resultobj;
18861 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18862 wxColour result;
18863 PyObject * obj0 = 0 ;
18864 char *kwnames[] = {
18865 (char *) "self", NULL
18866 };
18867
18868 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
18869 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18870 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18871 {
18872 PyThreadState* __tstate = wxPyBeginAllowThreads();
18873 result = (arg1)->GetBackgroundColour();
18874
18875 wxPyEndAllowThreads(__tstate);
18876 if (PyErr_Occurred()) SWIG_fail;
18877 }
18878 {
18879 wxColour * resultptr;
18880 resultptr = new wxColour((wxColour &) result);
18881 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
18882 }
18883 return resultobj;
18884 fail:
18885 return NULL;
18886 }
18887
18888
18889 static PyObject *_wrap_ListItemAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
18890 PyObject *resultobj;
18891 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18892 wxFont result;
18893 PyObject * obj0 = 0 ;
18894 char *kwnames[] = {
18895 (char *) "self", NULL
18896 };
18897
18898 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetFont",kwnames,&obj0)) goto fail;
18899 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18900 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18901 {
18902 PyThreadState* __tstate = wxPyBeginAllowThreads();
18903 result = (arg1)->GetFont();
18904
18905 wxPyEndAllowThreads(__tstate);
18906 if (PyErr_Occurred()) SWIG_fail;
18907 }
18908 {
18909 wxFont * resultptr;
18910 resultptr = new wxFont((wxFont &) result);
18911 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
18912 }
18913 return resultobj;
18914 fail:
18915 return NULL;
18916 }
18917
18918
18919 static PyObject *_wrap_ListItemAttr_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
18920 PyObject *resultobj;
18921 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
18922 PyObject * obj0 = 0 ;
18923 char *kwnames[] = {
18924 (char *) "self", NULL
18925 };
18926
18927 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_Destroy",kwnames,&obj0)) goto fail;
18928 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItemAttr,
18929 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18930 {
18931 PyThreadState* __tstate = wxPyBeginAllowThreads();
18932 wxListItemAttr_Destroy(arg1);
18933
18934 wxPyEndAllowThreads(__tstate);
18935 if (PyErr_Occurred()) SWIG_fail;
18936 }
18937 Py_INCREF(Py_None); resultobj = Py_None;
18938 return resultobj;
18939 fail:
18940 return NULL;
18941 }
18942
18943
18944 static PyObject * ListItemAttr_swigregister(PyObject *self, PyObject *args) {
18945 PyObject *obj;
18946 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
18947 SWIG_TypeClientData(SWIGTYPE_p_wxListItemAttr, obj);
18948 Py_INCREF(obj);
18949 return Py_BuildValue((char *)"");
18950 }
18951 static PyObject *_wrap_new_ListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
18952 PyObject *resultobj;
18953 wxListItem *result;
18954 char *kwnames[] = {
18955 NULL
18956 };
18957
18958 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_ListItem",kwnames)) goto fail;
18959 {
18960 PyThreadState* __tstate = wxPyBeginAllowThreads();
18961 result = (wxListItem *)new wxListItem();
18962
18963 wxPyEndAllowThreads(__tstate);
18964 if (PyErr_Occurred()) SWIG_fail;
18965 }
18966 {
18967 resultobj = wxPyMake_wxObject(result);
18968 }
18969 return resultobj;
18970 fail:
18971 return NULL;
18972 }
18973
18974
18975 static PyObject *_wrap_delete_ListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
18976 PyObject *resultobj;
18977 wxListItem *arg1 = (wxListItem *) 0 ;
18978 PyObject * obj0 = 0 ;
18979 char *kwnames[] = {
18980 (char *) "self", NULL
18981 };
18982
18983 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ListItem",kwnames,&obj0)) goto fail;
18984 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
18985 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
18986 {
18987 PyThreadState* __tstate = wxPyBeginAllowThreads();
18988 delete arg1;
18989
18990 wxPyEndAllowThreads(__tstate);
18991 if (PyErr_Occurred()) SWIG_fail;
18992 }
18993 Py_INCREF(Py_None); resultobj = Py_None;
18994 return resultobj;
18995 fail:
18996 return NULL;
18997 }
18998
18999
19000 static PyObject *_wrap_ListItem_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
19001 PyObject *resultobj;
19002 wxListItem *arg1 = (wxListItem *) 0 ;
19003 PyObject * obj0 = 0 ;
19004 char *kwnames[] = {
19005 (char *) "self", NULL
19006 };
19007
19008 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_Clear",kwnames,&obj0)) goto fail;
19009 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19010 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19011 {
19012 PyThreadState* __tstate = wxPyBeginAllowThreads();
19013 (arg1)->Clear();
19014
19015 wxPyEndAllowThreads(__tstate);
19016 if (PyErr_Occurred()) SWIG_fail;
19017 }
19018 Py_INCREF(Py_None); resultobj = Py_None;
19019 return resultobj;
19020 fail:
19021 return NULL;
19022 }
19023
19024
19025 static PyObject *_wrap_ListItem_ClearAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
19026 PyObject *resultobj;
19027 wxListItem *arg1 = (wxListItem *) 0 ;
19028 PyObject * obj0 = 0 ;
19029 char *kwnames[] = {
19030 (char *) "self", NULL
19031 };
19032
19033 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_ClearAttributes",kwnames,&obj0)) goto fail;
19034 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19035 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19036 {
19037 PyThreadState* __tstate = wxPyBeginAllowThreads();
19038 (arg1)->ClearAttributes();
19039
19040 wxPyEndAllowThreads(__tstate);
19041 if (PyErr_Occurred()) SWIG_fail;
19042 }
19043 Py_INCREF(Py_None); resultobj = Py_None;
19044 return resultobj;
19045 fail:
19046 return NULL;
19047 }
19048
19049
19050 static PyObject *_wrap_ListItem_SetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
19051 PyObject *resultobj;
19052 wxListItem *arg1 = (wxListItem *) 0 ;
19053 long arg2 ;
19054 PyObject * obj0 = 0 ;
19055 PyObject * obj1 = 0 ;
19056 char *kwnames[] = {
19057 (char *) "self",(char *) "mask", NULL
19058 };
19059
19060 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetMask",kwnames,&obj0,&obj1)) goto fail;
19061 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19062 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19063 arg2 = (long) SWIG_AsLong(obj1);
19064 if (PyErr_Occurred()) SWIG_fail;
19065 {
19066 PyThreadState* __tstate = wxPyBeginAllowThreads();
19067 (arg1)->SetMask(arg2);
19068
19069 wxPyEndAllowThreads(__tstate);
19070 if (PyErr_Occurred()) SWIG_fail;
19071 }
19072 Py_INCREF(Py_None); resultobj = Py_None;
19073 return resultobj;
19074 fail:
19075 return NULL;
19076 }
19077
19078
19079 static PyObject *_wrap_ListItem_SetId(PyObject *self, PyObject *args, PyObject *kwargs) {
19080 PyObject *resultobj;
19081 wxListItem *arg1 = (wxListItem *) 0 ;
19082 long arg2 ;
19083 PyObject * obj0 = 0 ;
19084 PyObject * obj1 = 0 ;
19085 char *kwnames[] = {
19086 (char *) "self",(char *) "id", NULL
19087 };
19088
19089 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetId",kwnames,&obj0,&obj1)) goto fail;
19090 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19091 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19092 arg2 = (long) SWIG_AsLong(obj1);
19093 if (PyErr_Occurred()) SWIG_fail;
19094 {
19095 PyThreadState* __tstate = wxPyBeginAllowThreads();
19096 (arg1)->SetId(arg2);
19097
19098 wxPyEndAllowThreads(__tstate);
19099 if (PyErr_Occurred()) SWIG_fail;
19100 }
19101 Py_INCREF(Py_None); resultobj = Py_None;
19102 return resultobj;
19103 fail:
19104 return NULL;
19105 }
19106
19107
19108 static PyObject *_wrap_ListItem_SetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
19109 PyObject *resultobj;
19110 wxListItem *arg1 = (wxListItem *) 0 ;
19111 int arg2 ;
19112 PyObject * obj0 = 0 ;
19113 PyObject * obj1 = 0 ;
19114 char *kwnames[] = {
19115 (char *) "self",(char *) "col", NULL
19116 };
19117
19118 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetColumn",kwnames,&obj0,&obj1)) goto fail;
19119 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19120 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19121 arg2 = (int) SWIG_AsInt(obj1);
19122 if (PyErr_Occurred()) SWIG_fail;
19123 {
19124 PyThreadState* __tstate = wxPyBeginAllowThreads();
19125 (arg1)->SetColumn(arg2);
19126
19127 wxPyEndAllowThreads(__tstate);
19128 if (PyErr_Occurred()) SWIG_fail;
19129 }
19130 Py_INCREF(Py_None); resultobj = Py_None;
19131 return resultobj;
19132 fail:
19133 return NULL;
19134 }
19135
19136
19137 static PyObject *_wrap_ListItem_SetState(PyObject *self, PyObject *args, PyObject *kwargs) {
19138 PyObject *resultobj;
19139 wxListItem *arg1 = (wxListItem *) 0 ;
19140 long arg2 ;
19141 PyObject * obj0 = 0 ;
19142 PyObject * obj1 = 0 ;
19143 char *kwnames[] = {
19144 (char *) "self",(char *) "state", NULL
19145 };
19146
19147 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetState",kwnames,&obj0,&obj1)) goto fail;
19148 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19149 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19150 arg2 = (long) SWIG_AsLong(obj1);
19151 if (PyErr_Occurred()) SWIG_fail;
19152 {
19153 PyThreadState* __tstate = wxPyBeginAllowThreads();
19154 (arg1)->SetState(arg2);
19155
19156 wxPyEndAllowThreads(__tstate);
19157 if (PyErr_Occurred()) SWIG_fail;
19158 }
19159 Py_INCREF(Py_None); resultobj = Py_None;
19160 return resultobj;
19161 fail:
19162 return NULL;
19163 }
19164
19165
19166 static PyObject *_wrap_ListItem_SetStateMask(PyObject *self, PyObject *args, PyObject *kwargs) {
19167 PyObject *resultobj;
19168 wxListItem *arg1 = (wxListItem *) 0 ;
19169 long arg2 ;
19170 PyObject * obj0 = 0 ;
19171 PyObject * obj1 = 0 ;
19172 char *kwnames[] = {
19173 (char *) "self",(char *) "stateMask", NULL
19174 };
19175
19176 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetStateMask",kwnames,&obj0,&obj1)) goto fail;
19177 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19178 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19179 arg2 = (long) SWIG_AsLong(obj1);
19180 if (PyErr_Occurred()) SWIG_fail;
19181 {
19182 PyThreadState* __tstate = wxPyBeginAllowThreads();
19183 (arg1)->SetStateMask(arg2);
19184
19185 wxPyEndAllowThreads(__tstate);
19186 if (PyErr_Occurred()) SWIG_fail;
19187 }
19188 Py_INCREF(Py_None); resultobj = Py_None;
19189 return resultobj;
19190 fail:
19191 return NULL;
19192 }
19193
19194
19195 static PyObject *_wrap_ListItem_SetText(PyObject *self, PyObject *args, PyObject *kwargs) {
19196 PyObject *resultobj;
19197 wxListItem *arg1 = (wxListItem *) 0 ;
19198 wxString *arg2 = 0 ;
19199 bool temp2 = False ;
19200 PyObject * obj0 = 0 ;
19201 PyObject * obj1 = 0 ;
19202 char *kwnames[] = {
19203 (char *) "self",(char *) "text", NULL
19204 };
19205
19206 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetText",kwnames,&obj0,&obj1)) goto fail;
19207 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19208 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19209 {
19210 arg2 = wxString_in_helper(obj1);
19211 if (arg2 == NULL) SWIG_fail;
19212 temp2 = True;
19213 }
19214 {
19215 PyThreadState* __tstate = wxPyBeginAllowThreads();
19216 (arg1)->SetText((wxString const &)*arg2);
19217
19218 wxPyEndAllowThreads(__tstate);
19219 if (PyErr_Occurred()) SWIG_fail;
19220 }
19221 Py_INCREF(Py_None); resultobj = Py_None;
19222 {
19223 if (temp2)
19224 delete arg2;
19225 }
19226 return resultobj;
19227 fail:
19228 {
19229 if (temp2)
19230 delete arg2;
19231 }
19232 return NULL;
19233 }
19234
19235
19236 static PyObject *_wrap_ListItem_SetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
19237 PyObject *resultobj;
19238 wxListItem *arg1 = (wxListItem *) 0 ;
19239 int arg2 ;
19240 PyObject * obj0 = 0 ;
19241 PyObject * obj1 = 0 ;
19242 char *kwnames[] = {
19243 (char *) "self",(char *) "image", NULL
19244 };
19245
19246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetImage",kwnames,&obj0,&obj1)) goto fail;
19247 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19248 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19249 arg2 = (int) SWIG_AsInt(obj1);
19250 if (PyErr_Occurred()) SWIG_fail;
19251 {
19252 PyThreadState* __tstate = wxPyBeginAllowThreads();
19253 (arg1)->SetImage(arg2);
19254
19255 wxPyEndAllowThreads(__tstate);
19256 if (PyErr_Occurred()) SWIG_fail;
19257 }
19258 Py_INCREF(Py_None); resultobj = Py_None;
19259 return resultobj;
19260 fail:
19261 return NULL;
19262 }
19263
19264
19265 static PyObject *_wrap_ListItem_SetData(PyObject *self, PyObject *args, PyObject *kwargs) {
19266 PyObject *resultobj;
19267 wxListItem *arg1 = (wxListItem *) 0 ;
19268 long arg2 ;
19269 PyObject * obj0 = 0 ;
19270 PyObject * obj1 = 0 ;
19271 char *kwnames[] = {
19272 (char *) "self",(char *) "data", NULL
19273 };
19274
19275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetData",kwnames,&obj0,&obj1)) goto fail;
19276 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19277 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19278 arg2 = (long) SWIG_AsLong(obj1);
19279 if (PyErr_Occurred()) SWIG_fail;
19280 {
19281 PyThreadState* __tstate = wxPyBeginAllowThreads();
19282 (arg1)->SetData(arg2);
19283
19284 wxPyEndAllowThreads(__tstate);
19285 if (PyErr_Occurred()) SWIG_fail;
19286 }
19287 Py_INCREF(Py_None); resultobj = Py_None;
19288 return resultobj;
19289 fail:
19290 return NULL;
19291 }
19292
19293
19294 static PyObject *_wrap_ListItem_SetWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
19295 PyObject *resultobj;
19296 wxListItem *arg1 = (wxListItem *) 0 ;
19297 int arg2 ;
19298 PyObject * obj0 = 0 ;
19299 PyObject * obj1 = 0 ;
19300 char *kwnames[] = {
19301 (char *) "self",(char *) "width", NULL
19302 };
19303
19304 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetWidth",kwnames,&obj0,&obj1)) goto fail;
19305 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19306 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19307 arg2 = (int) SWIG_AsInt(obj1);
19308 if (PyErr_Occurred()) SWIG_fail;
19309 {
19310 PyThreadState* __tstate = wxPyBeginAllowThreads();
19311 (arg1)->SetWidth(arg2);
19312
19313 wxPyEndAllowThreads(__tstate);
19314 if (PyErr_Occurred()) SWIG_fail;
19315 }
19316 Py_INCREF(Py_None); resultobj = Py_None;
19317 return resultobj;
19318 fail:
19319 return NULL;
19320 }
19321
19322
19323 static PyObject *_wrap_ListItem_SetAlign(PyObject *self, PyObject *args, PyObject *kwargs) {
19324 PyObject *resultobj;
19325 wxListItem *arg1 = (wxListItem *) 0 ;
19326 int arg2 ;
19327 PyObject * obj0 = 0 ;
19328 PyObject * obj1 = 0 ;
19329 char *kwnames[] = {
19330 (char *) "self",(char *) "align", NULL
19331 };
19332
19333 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetAlign",kwnames,&obj0,&obj1)) goto fail;
19334 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19335 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19336 arg2 = (wxListColumnFormat) SWIG_AsInt(obj1);
19337 if (PyErr_Occurred()) SWIG_fail;
19338 {
19339 PyThreadState* __tstate = wxPyBeginAllowThreads();
19340 (arg1)->SetAlign((wxListColumnFormat )arg2);
19341
19342 wxPyEndAllowThreads(__tstate);
19343 if (PyErr_Occurred()) SWIG_fail;
19344 }
19345 Py_INCREF(Py_None); resultobj = Py_None;
19346 return resultobj;
19347 fail:
19348 return NULL;
19349 }
19350
19351
19352 static PyObject *_wrap_ListItem_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19353 PyObject *resultobj;
19354 wxListItem *arg1 = (wxListItem *) 0 ;
19355 wxColour *arg2 = 0 ;
19356 wxColour temp2 ;
19357 PyObject * obj0 = 0 ;
19358 PyObject * obj1 = 0 ;
19359 char *kwnames[] = {
19360 (char *) "self",(char *) "colText", NULL
19361 };
19362
19363 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
19364 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19365 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19366 {
19367 arg2 = &temp2;
19368 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19369 }
19370 {
19371 PyThreadState* __tstate = wxPyBeginAllowThreads();
19372 (arg1)->SetTextColour((wxColour const &)*arg2);
19373
19374 wxPyEndAllowThreads(__tstate);
19375 if (PyErr_Occurred()) SWIG_fail;
19376 }
19377 Py_INCREF(Py_None); resultobj = Py_None;
19378 return resultobj;
19379 fail:
19380 return NULL;
19381 }
19382
19383
19384 static PyObject *_wrap_ListItem_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19385 PyObject *resultobj;
19386 wxListItem *arg1 = (wxListItem *) 0 ;
19387 wxColour *arg2 = 0 ;
19388 wxColour temp2 ;
19389 PyObject * obj0 = 0 ;
19390 PyObject * obj1 = 0 ;
19391 char *kwnames[] = {
19392 (char *) "self",(char *) "colBack", NULL
19393 };
19394
19395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
19396 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19397 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19398 {
19399 arg2 = &temp2;
19400 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19401 }
19402 {
19403 PyThreadState* __tstate = wxPyBeginAllowThreads();
19404 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
19405
19406 wxPyEndAllowThreads(__tstate);
19407 if (PyErr_Occurred()) SWIG_fail;
19408 }
19409 Py_INCREF(Py_None); resultobj = Py_None;
19410 return resultobj;
19411 fail:
19412 return NULL;
19413 }
19414
19415
19416 static PyObject *_wrap_ListItem_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
19417 PyObject *resultobj;
19418 wxListItem *arg1 = (wxListItem *) 0 ;
19419 wxFont *arg2 = 0 ;
19420 PyObject * obj0 = 0 ;
19421 PyObject * obj1 = 0 ;
19422 char *kwnames[] = {
19423 (char *) "self",(char *) "font", NULL
19424 };
19425
19426 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetFont",kwnames,&obj0,&obj1)) goto fail;
19427 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19428 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19429 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxFont,
19430 SWIG_POINTER_EXCEPTION | 0)) == -1)
19431 SWIG_fail;
19432 if (arg2 == NULL) {
19433 PyErr_SetString(PyExc_TypeError,"null reference");
19434 SWIG_fail;
19435 }
19436 {
19437 PyThreadState* __tstate = wxPyBeginAllowThreads();
19438 (arg1)->SetFont((wxFont const &)*arg2);
19439
19440 wxPyEndAllowThreads(__tstate);
19441 if (PyErr_Occurred()) SWIG_fail;
19442 }
19443 Py_INCREF(Py_None); resultobj = Py_None;
19444 return resultobj;
19445 fail:
19446 return NULL;
19447 }
19448
19449
19450 static PyObject *_wrap_ListItem_GetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
19451 PyObject *resultobj;
19452 wxListItem *arg1 = (wxListItem *) 0 ;
19453 long result;
19454 PyObject * obj0 = 0 ;
19455 char *kwnames[] = {
19456 (char *) "self", NULL
19457 };
19458
19459 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetMask",kwnames,&obj0)) goto fail;
19460 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19461 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19462 {
19463 PyThreadState* __tstate = wxPyBeginAllowThreads();
19464 result = (long)(arg1)->GetMask();
19465
19466 wxPyEndAllowThreads(__tstate);
19467 if (PyErr_Occurred()) SWIG_fail;
19468 }
19469 resultobj = SWIG_FromLong((long)result);
19470 return resultobj;
19471 fail:
19472 return NULL;
19473 }
19474
19475
19476 static PyObject *_wrap_ListItem_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
19477 PyObject *resultobj;
19478 wxListItem *arg1 = (wxListItem *) 0 ;
19479 long result;
19480 PyObject * obj0 = 0 ;
19481 char *kwnames[] = {
19482 (char *) "self", NULL
19483 };
19484
19485 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetId",kwnames,&obj0)) goto fail;
19486 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19487 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19488 {
19489 PyThreadState* __tstate = wxPyBeginAllowThreads();
19490 result = (long)(arg1)->GetId();
19491
19492 wxPyEndAllowThreads(__tstate);
19493 if (PyErr_Occurred()) SWIG_fail;
19494 }
19495 resultobj = SWIG_FromLong((long)result);
19496 return resultobj;
19497 fail:
19498 return NULL;
19499 }
19500
19501
19502 static PyObject *_wrap_ListItem_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
19503 PyObject *resultobj;
19504 wxListItem *arg1 = (wxListItem *) 0 ;
19505 int result;
19506 PyObject * obj0 = 0 ;
19507 char *kwnames[] = {
19508 (char *) "self", NULL
19509 };
19510
19511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetColumn",kwnames,&obj0)) goto fail;
19512 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19513 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19514 {
19515 PyThreadState* __tstate = wxPyBeginAllowThreads();
19516 result = (int)(arg1)->GetColumn();
19517
19518 wxPyEndAllowThreads(__tstate);
19519 if (PyErr_Occurred()) SWIG_fail;
19520 }
19521 resultobj = SWIG_FromInt((int)result);
19522 return resultobj;
19523 fail:
19524 return NULL;
19525 }
19526
19527
19528 static PyObject *_wrap_ListItem_GetState(PyObject *self, PyObject *args, PyObject *kwargs) {
19529 PyObject *resultobj;
19530 wxListItem *arg1 = (wxListItem *) 0 ;
19531 long result;
19532 PyObject * obj0 = 0 ;
19533 char *kwnames[] = {
19534 (char *) "self", NULL
19535 };
19536
19537 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetState",kwnames,&obj0)) goto fail;
19538 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19539 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19540 {
19541 PyThreadState* __tstate = wxPyBeginAllowThreads();
19542 result = (long)(arg1)->GetState();
19543
19544 wxPyEndAllowThreads(__tstate);
19545 if (PyErr_Occurred()) SWIG_fail;
19546 }
19547 resultobj = SWIG_FromLong((long)result);
19548 return resultobj;
19549 fail:
19550 return NULL;
19551 }
19552
19553
19554 static PyObject *_wrap_ListItem_GetText(PyObject *self, PyObject *args, PyObject *kwargs) {
19555 PyObject *resultobj;
19556 wxListItem *arg1 = (wxListItem *) 0 ;
19557 wxString *result;
19558 PyObject * obj0 = 0 ;
19559 char *kwnames[] = {
19560 (char *) "self", NULL
19561 };
19562
19563 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetText",kwnames,&obj0)) goto fail;
19564 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19565 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19566 {
19567 PyThreadState* __tstate = wxPyBeginAllowThreads();
19568 {
19569 wxString const &_result_ref = (arg1)->GetText();
19570 result = (wxString *) &_result_ref;
19571 }
19572
19573 wxPyEndAllowThreads(__tstate);
19574 if (PyErr_Occurred()) SWIG_fail;
19575 }
19576 {
19577 #if wxUSE_UNICODE
19578 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
19579 #else
19580 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
19581 #endif
19582 }
19583 return resultobj;
19584 fail:
19585 return NULL;
19586 }
19587
19588
19589 static PyObject *_wrap_ListItem_GetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
19590 PyObject *resultobj;
19591 wxListItem *arg1 = (wxListItem *) 0 ;
19592 int result;
19593 PyObject * obj0 = 0 ;
19594 char *kwnames[] = {
19595 (char *) "self", NULL
19596 };
19597
19598 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetImage",kwnames,&obj0)) goto fail;
19599 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19600 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19601 {
19602 PyThreadState* __tstate = wxPyBeginAllowThreads();
19603 result = (int)(arg1)->GetImage();
19604
19605 wxPyEndAllowThreads(__tstate);
19606 if (PyErr_Occurred()) SWIG_fail;
19607 }
19608 resultobj = SWIG_FromInt((int)result);
19609 return resultobj;
19610 fail:
19611 return NULL;
19612 }
19613
19614
19615 static PyObject *_wrap_ListItem_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
19616 PyObject *resultobj;
19617 wxListItem *arg1 = (wxListItem *) 0 ;
19618 long result;
19619 PyObject * obj0 = 0 ;
19620 char *kwnames[] = {
19621 (char *) "self", NULL
19622 };
19623
19624 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetData",kwnames,&obj0)) goto fail;
19625 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19626 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19627 {
19628 PyThreadState* __tstate = wxPyBeginAllowThreads();
19629 result = (long)(arg1)->GetData();
19630
19631 wxPyEndAllowThreads(__tstate);
19632 if (PyErr_Occurred()) SWIG_fail;
19633 }
19634 resultobj = SWIG_FromLong((long)result);
19635 return resultobj;
19636 fail:
19637 return NULL;
19638 }
19639
19640
19641 static PyObject *_wrap_ListItem_GetWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
19642 PyObject *resultobj;
19643 wxListItem *arg1 = (wxListItem *) 0 ;
19644 int result;
19645 PyObject * obj0 = 0 ;
19646 char *kwnames[] = {
19647 (char *) "self", NULL
19648 };
19649
19650 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetWidth",kwnames,&obj0)) goto fail;
19651 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19652 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19653 {
19654 PyThreadState* __tstate = wxPyBeginAllowThreads();
19655 result = (int)(arg1)->GetWidth();
19656
19657 wxPyEndAllowThreads(__tstate);
19658 if (PyErr_Occurred()) SWIG_fail;
19659 }
19660 resultobj = SWIG_FromInt((int)result);
19661 return resultobj;
19662 fail:
19663 return NULL;
19664 }
19665
19666
19667 static PyObject *_wrap_ListItem_GetAlign(PyObject *self, PyObject *args, PyObject *kwargs) {
19668 PyObject *resultobj;
19669 wxListItem *arg1 = (wxListItem *) 0 ;
19670 int result;
19671 PyObject * obj0 = 0 ;
19672 char *kwnames[] = {
19673 (char *) "self", NULL
19674 };
19675
19676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAlign",kwnames,&obj0)) goto fail;
19677 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19678 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19679 {
19680 PyThreadState* __tstate = wxPyBeginAllowThreads();
19681 result = (int)(arg1)->GetAlign();
19682
19683 wxPyEndAllowThreads(__tstate);
19684 if (PyErr_Occurred()) SWIG_fail;
19685 }
19686 resultobj = SWIG_FromInt((int)result);
19687 return resultobj;
19688 fail:
19689 return NULL;
19690 }
19691
19692
19693 static PyObject *_wrap_ListItem_GetAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
19694 PyObject *resultobj;
19695 wxListItem *arg1 = (wxListItem *) 0 ;
19696 wxListItemAttr *result;
19697 PyObject * obj0 = 0 ;
19698 char *kwnames[] = {
19699 (char *) "self", NULL
19700 };
19701
19702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAttributes",kwnames,&obj0)) goto fail;
19703 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19704 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19705 {
19706 PyThreadState* __tstate = wxPyBeginAllowThreads();
19707 result = (wxListItemAttr *)(arg1)->GetAttributes();
19708
19709 wxPyEndAllowThreads(__tstate);
19710 if (PyErr_Occurred()) SWIG_fail;
19711 }
19712 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItemAttr, 0);
19713 return resultobj;
19714 fail:
19715 return NULL;
19716 }
19717
19718
19719 static PyObject *_wrap_ListItem_HasAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
19720 PyObject *resultobj;
19721 wxListItem *arg1 = (wxListItem *) 0 ;
19722 bool result;
19723 PyObject * obj0 = 0 ;
19724 char *kwnames[] = {
19725 (char *) "self", NULL
19726 };
19727
19728 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_HasAttributes",kwnames,&obj0)) goto fail;
19729 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19730 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19731 {
19732 PyThreadState* __tstate = wxPyBeginAllowThreads();
19733 result = (bool)(arg1)->HasAttributes();
19734
19735 wxPyEndAllowThreads(__tstate);
19736 if (PyErr_Occurred()) SWIG_fail;
19737 }
19738 {
19739 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19740 }
19741 return resultobj;
19742 fail:
19743 return NULL;
19744 }
19745
19746
19747 static PyObject *_wrap_ListItem_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19748 PyObject *resultobj;
19749 wxListItem *arg1 = (wxListItem *) 0 ;
19750 wxColour result;
19751 PyObject * obj0 = 0 ;
19752 char *kwnames[] = {
19753 (char *) "self", NULL
19754 };
19755
19756 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetTextColour",kwnames,&obj0)) goto fail;
19757 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19758 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19759 {
19760 PyThreadState* __tstate = wxPyBeginAllowThreads();
19761 result = ((wxListItem const *)arg1)->GetTextColour();
19762
19763 wxPyEndAllowThreads(__tstate);
19764 if (PyErr_Occurred()) SWIG_fail;
19765 }
19766 {
19767 wxColour * resultptr;
19768 resultptr = new wxColour((wxColour &) result);
19769 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
19770 }
19771 return resultobj;
19772 fail:
19773 return NULL;
19774 }
19775
19776
19777 static PyObject *_wrap_ListItem_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19778 PyObject *resultobj;
19779 wxListItem *arg1 = (wxListItem *) 0 ;
19780 wxColour result;
19781 PyObject * obj0 = 0 ;
19782 char *kwnames[] = {
19783 (char *) "self", NULL
19784 };
19785
19786 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetBackgroundColour",kwnames,&obj0)) goto fail;
19787 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19788 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19789 {
19790 PyThreadState* __tstate = wxPyBeginAllowThreads();
19791 result = ((wxListItem const *)arg1)->GetBackgroundColour();
19792
19793 wxPyEndAllowThreads(__tstate);
19794 if (PyErr_Occurred()) SWIG_fail;
19795 }
19796 {
19797 wxColour * resultptr;
19798 resultptr = new wxColour((wxColour &) result);
19799 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
19800 }
19801 return resultobj;
19802 fail:
19803 return NULL;
19804 }
19805
19806
19807 static PyObject *_wrap_ListItem_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
19808 PyObject *resultobj;
19809 wxListItem *arg1 = (wxListItem *) 0 ;
19810 wxFont result;
19811 PyObject * obj0 = 0 ;
19812 char *kwnames[] = {
19813 (char *) "self", NULL
19814 };
19815
19816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetFont",kwnames,&obj0)) goto fail;
19817 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19818 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19819 {
19820 PyThreadState* __tstate = wxPyBeginAllowThreads();
19821 result = ((wxListItem const *)arg1)->GetFont();
19822
19823 wxPyEndAllowThreads(__tstate);
19824 if (PyErr_Occurred()) SWIG_fail;
19825 }
19826 {
19827 wxFont * resultptr;
19828 resultptr = new wxFont((wxFont &) result);
19829 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
19830 }
19831 return resultobj;
19832 fail:
19833 return NULL;
19834 }
19835
19836
19837 static PyObject *_wrap_ListItem_m_mask_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19838 PyObject *resultobj;
19839 wxListItem *arg1 = (wxListItem *) 0 ;
19840 long arg2 ;
19841 PyObject * obj0 = 0 ;
19842 PyObject * obj1 = 0 ;
19843 char *kwnames[] = {
19844 (char *) "self",(char *) "m_mask", NULL
19845 };
19846
19847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_mask_set",kwnames,&obj0,&obj1)) goto fail;
19848 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19849 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19850 arg2 = (long) SWIG_AsLong(obj1);
19851 if (PyErr_Occurred()) SWIG_fail;
19852 if (arg1) (arg1)->m_mask = arg2;
19853
19854 Py_INCREF(Py_None); resultobj = Py_None;
19855 return resultobj;
19856 fail:
19857 return NULL;
19858 }
19859
19860
19861 static PyObject *_wrap_ListItem_m_mask_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19862 PyObject *resultobj;
19863 wxListItem *arg1 = (wxListItem *) 0 ;
19864 long result;
19865 PyObject * obj0 = 0 ;
19866 char *kwnames[] = {
19867 (char *) "self", NULL
19868 };
19869
19870 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_mask_get",kwnames,&obj0)) goto fail;
19871 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19872 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19873 result = (long) ((arg1)->m_mask);
19874
19875 resultobj = SWIG_FromLong((long)result);
19876 return resultobj;
19877 fail:
19878 return NULL;
19879 }
19880
19881
19882 static PyObject *_wrap_ListItem_m_itemId_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19883 PyObject *resultobj;
19884 wxListItem *arg1 = (wxListItem *) 0 ;
19885 long arg2 ;
19886 PyObject * obj0 = 0 ;
19887 PyObject * obj1 = 0 ;
19888 char *kwnames[] = {
19889 (char *) "self",(char *) "m_itemId", NULL
19890 };
19891
19892 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_itemId_set",kwnames,&obj0,&obj1)) goto fail;
19893 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19894 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19895 arg2 = (long) SWIG_AsLong(obj1);
19896 if (PyErr_Occurred()) SWIG_fail;
19897 if (arg1) (arg1)->m_itemId = arg2;
19898
19899 Py_INCREF(Py_None); resultobj = Py_None;
19900 return resultobj;
19901 fail:
19902 return NULL;
19903 }
19904
19905
19906 static PyObject *_wrap_ListItem_m_itemId_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19907 PyObject *resultobj;
19908 wxListItem *arg1 = (wxListItem *) 0 ;
19909 long result;
19910 PyObject * obj0 = 0 ;
19911 char *kwnames[] = {
19912 (char *) "self", NULL
19913 };
19914
19915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_itemId_get",kwnames,&obj0)) goto fail;
19916 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19917 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19918 result = (long) ((arg1)->m_itemId);
19919
19920 resultobj = SWIG_FromLong((long)result);
19921 return resultobj;
19922 fail:
19923 return NULL;
19924 }
19925
19926
19927 static PyObject *_wrap_ListItem_m_col_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19928 PyObject *resultobj;
19929 wxListItem *arg1 = (wxListItem *) 0 ;
19930 int arg2 ;
19931 PyObject * obj0 = 0 ;
19932 PyObject * obj1 = 0 ;
19933 char *kwnames[] = {
19934 (char *) "self",(char *) "m_col", NULL
19935 };
19936
19937 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_col_set",kwnames,&obj0,&obj1)) goto fail;
19938 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19939 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19940 arg2 = (int) SWIG_AsInt(obj1);
19941 if (PyErr_Occurred()) SWIG_fail;
19942 if (arg1) (arg1)->m_col = arg2;
19943
19944 Py_INCREF(Py_None); resultobj = Py_None;
19945 return resultobj;
19946 fail:
19947 return NULL;
19948 }
19949
19950
19951 static PyObject *_wrap_ListItem_m_col_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19952 PyObject *resultobj;
19953 wxListItem *arg1 = (wxListItem *) 0 ;
19954 int result;
19955 PyObject * obj0 = 0 ;
19956 char *kwnames[] = {
19957 (char *) "self", NULL
19958 };
19959
19960 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_col_get",kwnames,&obj0)) goto fail;
19961 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19962 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19963 result = (int) ((arg1)->m_col);
19964
19965 resultobj = SWIG_FromInt((int)result);
19966 return resultobj;
19967 fail:
19968 return NULL;
19969 }
19970
19971
19972 static PyObject *_wrap_ListItem_m_state_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19973 PyObject *resultobj;
19974 wxListItem *arg1 = (wxListItem *) 0 ;
19975 long arg2 ;
19976 PyObject * obj0 = 0 ;
19977 PyObject * obj1 = 0 ;
19978 char *kwnames[] = {
19979 (char *) "self",(char *) "m_state", NULL
19980 };
19981
19982 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_state_set",kwnames,&obj0,&obj1)) goto fail;
19983 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
19984 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
19985 arg2 = (long) SWIG_AsLong(obj1);
19986 if (PyErr_Occurred()) SWIG_fail;
19987 if (arg1) (arg1)->m_state = arg2;
19988
19989 Py_INCREF(Py_None); resultobj = Py_None;
19990 return resultobj;
19991 fail:
19992 return NULL;
19993 }
19994
19995
19996 static PyObject *_wrap_ListItem_m_state_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19997 PyObject *resultobj;
19998 wxListItem *arg1 = (wxListItem *) 0 ;
19999 long result;
20000 PyObject * obj0 = 0 ;
20001 char *kwnames[] = {
20002 (char *) "self", NULL
20003 };
20004
20005 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_state_get",kwnames,&obj0)) goto fail;
20006 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20007 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20008 result = (long) ((arg1)->m_state);
20009
20010 resultobj = SWIG_FromLong((long)result);
20011 return resultobj;
20012 fail:
20013 return NULL;
20014 }
20015
20016
20017 static PyObject *_wrap_ListItem_m_stateMask_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20018 PyObject *resultobj;
20019 wxListItem *arg1 = (wxListItem *) 0 ;
20020 long arg2 ;
20021 PyObject * obj0 = 0 ;
20022 PyObject * obj1 = 0 ;
20023 char *kwnames[] = {
20024 (char *) "self",(char *) "m_stateMask", NULL
20025 };
20026
20027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_stateMask_set",kwnames,&obj0,&obj1)) goto fail;
20028 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20029 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20030 arg2 = (long) SWIG_AsLong(obj1);
20031 if (PyErr_Occurred()) SWIG_fail;
20032 if (arg1) (arg1)->m_stateMask = arg2;
20033
20034 Py_INCREF(Py_None); resultobj = Py_None;
20035 return resultobj;
20036 fail:
20037 return NULL;
20038 }
20039
20040
20041 static PyObject *_wrap_ListItem_m_stateMask_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20042 PyObject *resultobj;
20043 wxListItem *arg1 = (wxListItem *) 0 ;
20044 long result;
20045 PyObject * obj0 = 0 ;
20046 char *kwnames[] = {
20047 (char *) "self", NULL
20048 };
20049
20050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_stateMask_get",kwnames,&obj0)) goto fail;
20051 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20052 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20053 result = (long) ((arg1)->m_stateMask);
20054
20055 resultobj = SWIG_FromLong((long)result);
20056 return resultobj;
20057 fail:
20058 return NULL;
20059 }
20060
20061
20062 static PyObject *_wrap_ListItem_m_text_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20063 PyObject *resultobj;
20064 wxListItem *arg1 = (wxListItem *) 0 ;
20065 wxString *arg2 = (wxString *) 0 ;
20066 bool temp2 = False ;
20067 PyObject * obj0 = 0 ;
20068 PyObject * obj1 = 0 ;
20069 char *kwnames[] = {
20070 (char *) "self",(char *) "m_text", NULL
20071 };
20072
20073 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_text_set",kwnames,&obj0,&obj1)) goto fail;
20074 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20075 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20076 {
20077 arg2 = wxString_in_helper(obj1);
20078 if (arg2 == NULL) SWIG_fail;
20079 temp2 = True;
20080 }
20081 if (arg1) (arg1)->m_text = *arg2;
20082
20083 Py_INCREF(Py_None); resultobj = Py_None;
20084 {
20085 if (temp2)
20086 delete arg2;
20087 }
20088 return resultobj;
20089 fail:
20090 {
20091 if (temp2)
20092 delete arg2;
20093 }
20094 return NULL;
20095 }
20096
20097
20098 static PyObject *_wrap_ListItem_m_text_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20099 PyObject *resultobj;
20100 wxListItem *arg1 = (wxListItem *) 0 ;
20101 wxString *result;
20102 PyObject * obj0 = 0 ;
20103 char *kwnames[] = {
20104 (char *) "self", NULL
20105 };
20106
20107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_text_get",kwnames,&obj0)) goto fail;
20108 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20109 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20110 result = (wxString *)& ((arg1)->m_text);
20111
20112 {
20113 #if wxUSE_UNICODE
20114 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20115 #else
20116 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20117 #endif
20118 }
20119 return resultobj;
20120 fail:
20121 return NULL;
20122 }
20123
20124
20125 static PyObject *_wrap_ListItem_m_image_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20126 PyObject *resultobj;
20127 wxListItem *arg1 = (wxListItem *) 0 ;
20128 int arg2 ;
20129 PyObject * obj0 = 0 ;
20130 PyObject * obj1 = 0 ;
20131 char *kwnames[] = {
20132 (char *) "self",(char *) "m_image", NULL
20133 };
20134
20135 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_image_set",kwnames,&obj0,&obj1)) goto fail;
20136 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20137 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20138 arg2 = (int) SWIG_AsInt(obj1);
20139 if (PyErr_Occurred()) SWIG_fail;
20140 if (arg1) (arg1)->m_image = arg2;
20141
20142 Py_INCREF(Py_None); resultobj = Py_None;
20143 return resultobj;
20144 fail:
20145 return NULL;
20146 }
20147
20148
20149 static PyObject *_wrap_ListItem_m_image_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20150 PyObject *resultobj;
20151 wxListItem *arg1 = (wxListItem *) 0 ;
20152 int result;
20153 PyObject * obj0 = 0 ;
20154 char *kwnames[] = {
20155 (char *) "self", NULL
20156 };
20157
20158 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_image_get",kwnames,&obj0)) goto fail;
20159 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20160 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20161 result = (int) ((arg1)->m_image);
20162
20163 resultobj = SWIG_FromInt((int)result);
20164 return resultobj;
20165 fail:
20166 return NULL;
20167 }
20168
20169
20170 static PyObject *_wrap_ListItem_m_data_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20171 PyObject *resultobj;
20172 wxListItem *arg1 = (wxListItem *) 0 ;
20173 long arg2 ;
20174 PyObject * obj0 = 0 ;
20175 PyObject * obj1 = 0 ;
20176 char *kwnames[] = {
20177 (char *) "self",(char *) "m_data", NULL
20178 };
20179
20180 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_data_set",kwnames,&obj0,&obj1)) goto fail;
20181 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20182 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20183 arg2 = (long) SWIG_AsLong(obj1);
20184 if (PyErr_Occurred()) SWIG_fail;
20185 if (arg1) (arg1)->m_data = arg2;
20186
20187 Py_INCREF(Py_None); resultobj = Py_None;
20188 return resultobj;
20189 fail:
20190 return NULL;
20191 }
20192
20193
20194 static PyObject *_wrap_ListItem_m_data_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20195 PyObject *resultobj;
20196 wxListItem *arg1 = (wxListItem *) 0 ;
20197 long result;
20198 PyObject * obj0 = 0 ;
20199 char *kwnames[] = {
20200 (char *) "self", NULL
20201 };
20202
20203 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_data_get",kwnames,&obj0)) goto fail;
20204 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20205 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20206 result = (long) ((arg1)->m_data);
20207
20208 resultobj = SWIG_FromLong((long)result);
20209 return resultobj;
20210 fail:
20211 return NULL;
20212 }
20213
20214
20215 static PyObject *_wrap_ListItem_m_format_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20216 PyObject *resultobj;
20217 wxListItem *arg1 = (wxListItem *) 0 ;
20218 int arg2 ;
20219 PyObject * obj0 = 0 ;
20220 PyObject * obj1 = 0 ;
20221 char *kwnames[] = {
20222 (char *) "self",(char *) "m_format", NULL
20223 };
20224
20225 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_format_set",kwnames,&obj0,&obj1)) goto fail;
20226 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20227 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20228 arg2 = (int) SWIG_AsInt(obj1);
20229 if (PyErr_Occurred()) SWIG_fail;
20230 if (arg1) (arg1)->m_format = arg2;
20231
20232 Py_INCREF(Py_None); resultobj = Py_None;
20233 return resultobj;
20234 fail:
20235 return NULL;
20236 }
20237
20238
20239 static PyObject *_wrap_ListItem_m_format_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20240 PyObject *resultobj;
20241 wxListItem *arg1 = (wxListItem *) 0 ;
20242 int result;
20243 PyObject * obj0 = 0 ;
20244 char *kwnames[] = {
20245 (char *) "self", NULL
20246 };
20247
20248 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_format_get",kwnames,&obj0)) goto fail;
20249 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20250 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20251 result = (int) ((arg1)->m_format);
20252
20253 resultobj = SWIG_FromInt((int)result);
20254 return resultobj;
20255 fail:
20256 return NULL;
20257 }
20258
20259
20260 static PyObject *_wrap_ListItem_m_width_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20261 PyObject *resultobj;
20262 wxListItem *arg1 = (wxListItem *) 0 ;
20263 int arg2 ;
20264 PyObject * obj0 = 0 ;
20265 PyObject * obj1 = 0 ;
20266 char *kwnames[] = {
20267 (char *) "self",(char *) "m_width", NULL
20268 };
20269
20270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_width_set",kwnames,&obj0,&obj1)) goto fail;
20271 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20272 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20273 arg2 = (int) SWIG_AsInt(obj1);
20274 if (PyErr_Occurred()) SWIG_fail;
20275 if (arg1) (arg1)->m_width = arg2;
20276
20277 Py_INCREF(Py_None); resultobj = Py_None;
20278 return resultobj;
20279 fail:
20280 return NULL;
20281 }
20282
20283
20284 static PyObject *_wrap_ListItem_m_width_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20285 PyObject *resultobj;
20286 wxListItem *arg1 = (wxListItem *) 0 ;
20287 int result;
20288 PyObject * obj0 = 0 ;
20289 char *kwnames[] = {
20290 (char *) "self", NULL
20291 };
20292
20293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_width_get",kwnames,&obj0)) goto fail;
20294 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListItem,
20295 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20296 result = (int) ((arg1)->m_width);
20297
20298 resultobj = SWIG_FromInt((int)result);
20299 return resultobj;
20300 fail:
20301 return NULL;
20302 }
20303
20304
20305 static PyObject * ListItem_swigregister(PyObject *self, PyObject *args) {
20306 PyObject *obj;
20307 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
20308 SWIG_TypeClientData(SWIGTYPE_p_wxListItem, obj);
20309 Py_INCREF(obj);
20310 return Py_BuildValue((char *)"");
20311 }
20312 static PyObject *_wrap_new_ListEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
20313 PyObject *resultobj;
20314 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
20315 int arg2 = (int) 0 ;
20316 wxListEvent *result;
20317 PyObject * obj0 = 0 ;
20318 PyObject * obj1 = 0 ;
20319 char *kwnames[] = {
20320 (char *) "commandType",(char *) "id", NULL
20321 };
20322
20323 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ListEvent",kwnames,&obj0,&obj1)) goto fail;
20324 if (obj0) {
20325 arg1 = (wxEventType) SWIG_AsInt(obj0);
20326 if (PyErr_Occurred()) SWIG_fail;
20327 }
20328 if (obj1) {
20329 arg2 = (int) SWIG_AsInt(obj1);
20330 if (PyErr_Occurred()) SWIG_fail;
20331 }
20332 {
20333 PyThreadState* __tstate = wxPyBeginAllowThreads();
20334 result = (wxListEvent *)new wxListEvent(arg1,arg2);
20335
20336 wxPyEndAllowThreads(__tstate);
20337 if (PyErr_Occurred()) SWIG_fail;
20338 }
20339 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListEvent, 1);
20340 return resultobj;
20341 fail:
20342 return NULL;
20343 }
20344
20345
20346 static PyObject *_wrap_ListEvent_m_code_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20347 PyObject *resultobj;
20348 wxListEvent *arg1 = (wxListEvent *) 0 ;
20349 int arg2 ;
20350 PyObject * obj0 = 0 ;
20351 PyObject * obj1 = 0 ;
20352 char *kwnames[] = {
20353 (char *) "self",(char *) "m_code", NULL
20354 };
20355
20356 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_code_set",kwnames,&obj0,&obj1)) goto fail;
20357 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20358 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20359 arg2 = (int) SWIG_AsInt(obj1);
20360 if (PyErr_Occurred()) SWIG_fail;
20361 if (arg1) (arg1)->m_code = arg2;
20362
20363 Py_INCREF(Py_None); resultobj = Py_None;
20364 return resultobj;
20365 fail:
20366 return NULL;
20367 }
20368
20369
20370 static PyObject *_wrap_ListEvent_m_code_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20371 PyObject *resultobj;
20372 wxListEvent *arg1 = (wxListEvent *) 0 ;
20373 int result;
20374 PyObject * obj0 = 0 ;
20375 char *kwnames[] = {
20376 (char *) "self", NULL
20377 };
20378
20379 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_code_get",kwnames,&obj0)) goto fail;
20380 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20381 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20382 result = (int) ((arg1)->m_code);
20383
20384 resultobj = SWIG_FromInt((int)result);
20385 return resultobj;
20386 fail:
20387 return NULL;
20388 }
20389
20390
20391 static PyObject *_wrap_ListEvent_m_oldItemIndex_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20392 PyObject *resultobj;
20393 wxListEvent *arg1 = (wxListEvent *) 0 ;
20394 long arg2 ;
20395 PyObject * obj0 = 0 ;
20396 PyObject * obj1 = 0 ;
20397 char *kwnames[] = {
20398 (char *) "self",(char *) "m_oldItemIndex", NULL
20399 };
20400
20401 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_oldItemIndex_set",kwnames,&obj0,&obj1)) goto fail;
20402 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20403 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20404 arg2 = (long) SWIG_AsLong(obj1);
20405 if (PyErr_Occurred()) SWIG_fail;
20406 if (arg1) (arg1)->m_oldItemIndex = arg2;
20407
20408 Py_INCREF(Py_None); resultobj = Py_None;
20409 return resultobj;
20410 fail:
20411 return NULL;
20412 }
20413
20414
20415 static PyObject *_wrap_ListEvent_m_oldItemIndex_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20416 PyObject *resultobj;
20417 wxListEvent *arg1 = (wxListEvent *) 0 ;
20418 long result;
20419 PyObject * obj0 = 0 ;
20420 char *kwnames[] = {
20421 (char *) "self", NULL
20422 };
20423
20424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_oldItemIndex_get",kwnames,&obj0)) goto fail;
20425 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20426 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20427 result = (long) ((arg1)->m_oldItemIndex);
20428
20429 resultobj = SWIG_FromLong((long)result);
20430 return resultobj;
20431 fail:
20432 return NULL;
20433 }
20434
20435
20436 static PyObject *_wrap_ListEvent_m_itemIndex_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20437 PyObject *resultobj;
20438 wxListEvent *arg1 = (wxListEvent *) 0 ;
20439 long arg2 ;
20440 PyObject * obj0 = 0 ;
20441 PyObject * obj1 = 0 ;
20442 char *kwnames[] = {
20443 (char *) "self",(char *) "m_itemIndex", NULL
20444 };
20445
20446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_itemIndex_set",kwnames,&obj0,&obj1)) goto fail;
20447 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20448 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20449 arg2 = (long) SWIG_AsLong(obj1);
20450 if (PyErr_Occurred()) SWIG_fail;
20451 if (arg1) (arg1)->m_itemIndex = arg2;
20452
20453 Py_INCREF(Py_None); resultobj = Py_None;
20454 return resultobj;
20455 fail:
20456 return NULL;
20457 }
20458
20459
20460 static PyObject *_wrap_ListEvent_m_itemIndex_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20461 PyObject *resultobj;
20462 wxListEvent *arg1 = (wxListEvent *) 0 ;
20463 long result;
20464 PyObject * obj0 = 0 ;
20465 char *kwnames[] = {
20466 (char *) "self", NULL
20467 };
20468
20469 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_itemIndex_get",kwnames,&obj0)) goto fail;
20470 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20471 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20472 result = (long) ((arg1)->m_itemIndex);
20473
20474 resultobj = SWIG_FromLong((long)result);
20475 return resultobj;
20476 fail:
20477 return NULL;
20478 }
20479
20480
20481 static PyObject *_wrap_ListEvent_m_col_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20482 PyObject *resultobj;
20483 wxListEvent *arg1 = (wxListEvent *) 0 ;
20484 int arg2 ;
20485 PyObject * obj0 = 0 ;
20486 PyObject * obj1 = 0 ;
20487 char *kwnames[] = {
20488 (char *) "self",(char *) "m_col", NULL
20489 };
20490
20491 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_col_set",kwnames,&obj0,&obj1)) goto fail;
20492 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20493 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20494 arg2 = (int) SWIG_AsInt(obj1);
20495 if (PyErr_Occurred()) SWIG_fail;
20496 if (arg1) (arg1)->m_col = arg2;
20497
20498 Py_INCREF(Py_None); resultobj = Py_None;
20499 return resultobj;
20500 fail:
20501 return NULL;
20502 }
20503
20504
20505 static PyObject *_wrap_ListEvent_m_col_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20506 PyObject *resultobj;
20507 wxListEvent *arg1 = (wxListEvent *) 0 ;
20508 int result;
20509 PyObject * obj0 = 0 ;
20510 char *kwnames[] = {
20511 (char *) "self", NULL
20512 };
20513
20514 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_col_get",kwnames,&obj0)) goto fail;
20515 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20516 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20517 result = (int) ((arg1)->m_col);
20518
20519 resultobj = SWIG_FromInt((int)result);
20520 return resultobj;
20521 fail:
20522 return NULL;
20523 }
20524
20525
20526 static PyObject *_wrap_ListEvent_m_pointDrag_set(PyObject *self, PyObject *args, PyObject *kwargs) {
20527 PyObject *resultobj;
20528 wxListEvent *arg1 = (wxListEvent *) 0 ;
20529 wxPoint *arg2 = (wxPoint *) 0 ;
20530 PyObject * obj0 = 0 ;
20531 PyObject * obj1 = 0 ;
20532 char *kwnames[] = {
20533 (char *) "self",(char *) "m_pointDrag", NULL
20534 };
20535
20536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_pointDrag_set",kwnames,&obj0,&obj1)) goto fail;
20537 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20538 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20539 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxPoint,
20540 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20541 if (arg1) (arg1)->m_pointDrag = *arg2;
20542
20543 Py_INCREF(Py_None); resultobj = Py_None;
20544 return resultobj;
20545 fail:
20546 return NULL;
20547 }
20548
20549
20550 static PyObject *_wrap_ListEvent_m_pointDrag_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20551 PyObject *resultobj;
20552 wxListEvent *arg1 = (wxListEvent *) 0 ;
20553 wxPoint *result;
20554 PyObject * obj0 = 0 ;
20555 char *kwnames[] = {
20556 (char *) "self", NULL
20557 };
20558
20559 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_pointDrag_get",kwnames,&obj0)) goto fail;
20560 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20561 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20562 result = (wxPoint *)& ((arg1)->m_pointDrag);
20563
20564 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPoint, 0);
20565 return resultobj;
20566 fail:
20567 return NULL;
20568 }
20569
20570
20571 static PyObject *_wrap_ListEvent_m_item_get(PyObject *self, PyObject *args, PyObject *kwargs) {
20572 PyObject *resultobj;
20573 wxListEvent *arg1 = (wxListEvent *) 0 ;
20574 wxListItem *result;
20575 PyObject * obj0 = 0 ;
20576 char *kwnames[] = {
20577 (char *) "self", NULL
20578 };
20579
20580 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_item_get",kwnames,&obj0)) goto fail;
20581 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20582 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20583 result = (wxListItem *)& ((arg1)->m_item);
20584
20585 {
20586 resultobj = wxPyMake_wxObject(result);
20587 }
20588 return resultobj;
20589 fail:
20590 return NULL;
20591 }
20592
20593
20594 static PyObject *_wrap_ListEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) {
20595 PyObject *resultobj;
20596 wxListEvent *arg1 = (wxListEvent *) 0 ;
20597 int result;
20598 PyObject * obj0 = 0 ;
20599 char *kwnames[] = {
20600 (char *) "self", NULL
20601 };
20602
20603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetKeyCode",kwnames,&obj0)) goto fail;
20604 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20605 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20606 {
20607 PyThreadState* __tstate = wxPyBeginAllowThreads();
20608 result = (int)(arg1)->GetKeyCode();
20609
20610 wxPyEndAllowThreads(__tstate);
20611 if (PyErr_Occurred()) SWIG_fail;
20612 }
20613 resultobj = SWIG_FromInt((int)result);
20614 return resultobj;
20615 fail:
20616 return NULL;
20617 }
20618
20619
20620 static PyObject *_wrap_ListEvent_GetIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
20621 PyObject *resultobj;
20622 wxListEvent *arg1 = (wxListEvent *) 0 ;
20623 long result;
20624 PyObject * obj0 = 0 ;
20625 char *kwnames[] = {
20626 (char *) "self", NULL
20627 };
20628
20629 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetIndex",kwnames,&obj0)) goto fail;
20630 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20631 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20632 {
20633 PyThreadState* __tstate = wxPyBeginAllowThreads();
20634 result = (long)(arg1)->GetIndex();
20635
20636 wxPyEndAllowThreads(__tstate);
20637 if (PyErr_Occurred()) SWIG_fail;
20638 }
20639 resultobj = SWIG_FromLong((long)result);
20640 return resultobj;
20641 fail:
20642 return NULL;
20643 }
20644
20645
20646 static PyObject *_wrap_ListEvent_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
20647 PyObject *resultobj;
20648 wxListEvent *arg1 = (wxListEvent *) 0 ;
20649 int result;
20650 PyObject * obj0 = 0 ;
20651 char *kwnames[] = {
20652 (char *) "self", NULL
20653 };
20654
20655 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetColumn",kwnames,&obj0)) goto fail;
20656 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20657 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20658 {
20659 PyThreadState* __tstate = wxPyBeginAllowThreads();
20660 result = (int)(arg1)->GetColumn();
20661
20662 wxPyEndAllowThreads(__tstate);
20663 if (PyErr_Occurred()) SWIG_fail;
20664 }
20665 resultobj = SWIG_FromInt((int)result);
20666 return resultobj;
20667 fail:
20668 return NULL;
20669 }
20670
20671
20672 static PyObject *_wrap_ListEvent_GetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
20673 PyObject *resultobj;
20674 wxListEvent *arg1 = (wxListEvent *) 0 ;
20675 wxPoint result;
20676 PyObject * obj0 = 0 ;
20677 char *kwnames[] = {
20678 (char *) "self", NULL
20679 };
20680
20681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetPoint",kwnames,&obj0)) goto fail;
20682 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20683 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20684 {
20685 PyThreadState* __tstate = wxPyBeginAllowThreads();
20686 result = (arg1)->GetPoint();
20687
20688 wxPyEndAllowThreads(__tstate);
20689 if (PyErr_Occurred()) SWIG_fail;
20690 }
20691 {
20692 wxPoint * resultptr;
20693 resultptr = new wxPoint((wxPoint &) result);
20694 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
20695 }
20696 return resultobj;
20697 fail:
20698 return NULL;
20699 }
20700
20701
20702 static PyObject *_wrap_ListEvent_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
20703 PyObject *resultobj;
20704 wxListEvent *arg1 = (wxListEvent *) 0 ;
20705 wxString *result;
20706 PyObject * obj0 = 0 ;
20707 char *kwnames[] = {
20708 (char *) "self", NULL
20709 };
20710
20711 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetLabel",kwnames,&obj0)) goto fail;
20712 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20713 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20714 {
20715 PyThreadState* __tstate = wxPyBeginAllowThreads();
20716 {
20717 wxString const &_result_ref = (arg1)->GetLabel();
20718 result = (wxString *) &_result_ref;
20719 }
20720
20721 wxPyEndAllowThreads(__tstate);
20722 if (PyErr_Occurred()) SWIG_fail;
20723 }
20724 {
20725 #if wxUSE_UNICODE
20726 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20727 #else
20728 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20729 #endif
20730 }
20731 return resultobj;
20732 fail:
20733 return NULL;
20734 }
20735
20736
20737 static PyObject *_wrap_ListEvent_GetText(PyObject *self, PyObject *args, PyObject *kwargs) {
20738 PyObject *resultobj;
20739 wxListEvent *arg1 = (wxListEvent *) 0 ;
20740 wxString *result;
20741 PyObject * obj0 = 0 ;
20742 char *kwnames[] = {
20743 (char *) "self", NULL
20744 };
20745
20746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetText",kwnames,&obj0)) goto fail;
20747 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20748 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20749 {
20750 PyThreadState* __tstate = wxPyBeginAllowThreads();
20751 {
20752 wxString const &_result_ref = (arg1)->GetText();
20753 result = (wxString *) &_result_ref;
20754 }
20755
20756 wxPyEndAllowThreads(__tstate);
20757 if (PyErr_Occurred()) SWIG_fail;
20758 }
20759 {
20760 #if wxUSE_UNICODE
20761 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
20762 #else
20763 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
20764 #endif
20765 }
20766 return resultobj;
20767 fail:
20768 return NULL;
20769 }
20770
20771
20772 static PyObject *_wrap_ListEvent_GetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
20773 PyObject *resultobj;
20774 wxListEvent *arg1 = (wxListEvent *) 0 ;
20775 int result;
20776 PyObject * obj0 = 0 ;
20777 char *kwnames[] = {
20778 (char *) "self", NULL
20779 };
20780
20781 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetImage",kwnames,&obj0)) goto fail;
20782 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20783 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20784 {
20785 PyThreadState* __tstate = wxPyBeginAllowThreads();
20786 result = (int)(arg1)->GetImage();
20787
20788 wxPyEndAllowThreads(__tstate);
20789 if (PyErr_Occurred()) SWIG_fail;
20790 }
20791 resultobj = SWIG_FromInt((int)result);
20792 return resultobj;
20793 fail:
20794 return NULL;
20795 }
20796
20797
20798 static PyObject *_wrap_ListEvent_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
20799 PyObject *resultobj;
20800 wxListEvent *arg1 = (wxListEvent *) 0 ;
20801 long result;
20802 PyObject * obj0 = 0 ;
20803 char *kwnames[] = {
20804 (char *) "self", NULL
20805 };
20806
20807 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetData",kwnames,&obj0)) goto fail;
20808 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20809 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20810 {
20811 PyThreadState* __tstate = wxPyBeginAllowThreads();
20812 result = (long)(arg1)->GetData();
20813
20814 wxPyEndAllowThreads(__tstate);
20815 if (PyErr_Occurred()) SWIG_fail;
20816 }
20817 resultobj = SWIG_FromLong((long)result);
20818 return resultobj;
20819 fail:
20820 return NULL;
20821 }
20822
20823
20824 static PyObject *_wrap_ListEvent_GetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
20825 PyObject *resultobj;
20826 wxListEvent *arg1 = (wxListEvent *) 0 ;
20827 long result;
20828 PyObject * obj0 = 0 ;
20829 char *kwnames[] = {
20830 (char *) "self", NULL
20831 };
20832
20833 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetMask",kwnames,&obj0)) goto fail;
20834 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20835 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20836 {
20837 PyThreadState* __tstate = wxPyBeginAllowThreads();
20838 result = (long)(arg1)->GetMask();
20839
20840 wxPyEndAllowThreads(__tstate);
20841 if (PyErr_Occurred()) SWIG_fail;
20842 }
20843 resultobj = SWIG_FromLong((long)result);
20844 return resultobj;
20845 fail:
20846 return NULL;
20847 }
20848
20849
20850 static PyObject *_wrap_ListEvent_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
20851 PyObject *resultobj;
20852 wxListEvent *arg1 = (wxListEvent *) 0 ;
20853 wxListItem *result;
20854 PyObject * obj0 = 0 ;
20855 char *kwnames[] = {
20856 (char *) "self", NULL
20857 };
20858
20859 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetItem",kwnames,&obj0)) goto fail;
20860 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20861 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20862 {
20863 PyThreadState* __tstate = wxPyBeginAllowThreads();
20864 {
20865 wxListItem const &_result_ref = (arg1)->GetItem();
20866 result = (wxListItem *) &_result_ref;
20867 }
20868
20869 wxPyEndAllowThreads(__tstate);
20870 if (PyErr_Occurred()) SWIG_fail;
20871 }
20872 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListItem, 0);
20873 return resultobj;
20874 fail:
20875 return NULL;
20876 }
20877
20878
20879 static PyObject *_wrap_ListEvent_GetCacheFrom(PyObject *self, PyObject *args, PyObject *kwargs) {
20880 PyObject *resultobj;
20881 wxListEvent *arg1 = (wxListEvent *) 0 ;
20882 long result;
20883 PyObject * obj0 = 0 ;
20884 char *kwnames[] = {
20885 (char *) "self", NULL
20886 };
20887
20888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheFrom",kwnames,&obj0)) goto fail;
20889 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20890 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20891 {
20892 PyThreadState* __tstate = wxPyBeginAllowThreads();
20893 result = (long)(arg1)->GetCacheFrom();
20894
20895 wxPyEndAllowThreads(__tstate);
20896 if (PyErr_Occurred()) SWIG_fail;
20897 }
20898 resultobj = SWIG_FromLong((long)result);
20899 return resultobj;
20900 fail:
20901 return NULL;
20902 }
20903
20904
20905 static PyObject *_wrap_ListEvent_GetCacheTo(PyObject *self, PyObject *args, PyObject *kwargs) {
20906 PyObject *resultobj;
20907 wxListEvent *arg1 = (wxListEvent *) 0 ;
20908 long result;
20909 PyObject * obj0 = 0 ;
20910 char *kwnames[] = {
20911 (char *) "self", NULL
20912 };
20913
20914 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheTo",kwnames,&obj0)) goto fail;
20915 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20916 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20917 {
20918 PyThreadState* __tstate = wxPyBeginAllowThreads();
20919 result = (long)(arg1)->GetCacheTo();
20920
20921 wxPyEndAllowThreads(__tstate);
20922 if (PyErr_Occurred()) SWIG_fail;
20923 }
20924 resultobj = SWIG_FromLong((long)result);
20925 return resultobj;
20926 fail:
20927 return NULL;
20928 }
20929
20930
20931 static PyObject *_wrap_ListEvent_IsEditCancelled(PyObject *self, PyObject *args, PyObject *kwargs) {
20932 PyObject *resultobj;
20933 wxListEvent *arg1 = (wxListEvent *) 0 ;
20934 bool result;
20935 PyObject * obj0 = 0 ;
20936 char *kwnames[] = {
20937 (char *) "self", NULL
20938 };
20939
20940 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
20941 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20942 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20943 {
20944 PyThreadState* __tstate = wxPyBeginAllowThreads();
20945 result = (bool)((wxListEvent const *)arg1)->IsEditCancelled();
20946
20947 wxPyEndAllowThreads(__tstate);
20948 if (PyErr_Occurred()) SWIG_fail;
20949 }
20950 {
20951 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20952 }
20953 return resultobj;
20954 fail:
20955 return NULL;
20956 }
20957
20958
20959 static PyObject *_wrap_ListEvent_SetEditCanceled(PyObject *self, PyObject *args, PyObject *kwargs) {
20960 PyObject *resultobj;
20961 wxListEvent *arg1 = (wxListEvent *) 0 ;
20962 bool arg2 ;
20963 PyObject * obj0 = 0 ;
20964 PyObject * obj1 = 0 ;
20965 char *kwnames[] = {
20966 (char *) "self",(char *) "editCancelled", NULL
20967 };
20968
20969 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
20970 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListEvent,
20971 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
20972 arg2 = (bool) SWIG_AsBool(obj1);
20973 if (PyErr_Occurred()) SWIG_fail;
20974 {
20975 PyThreadState* __tstate = wxPyBeginAllowThreads();
20976 (arg1)->SetEditCanceled(arg2);
20977
20978 wxPyEndAllowThreads(__tstate);
20979 if (PyErr_Occurred()) SWIG_fail;
20980 }
20981 Py_INCREF(Py_None); resultobj = Py_None;
20982 return resultobj;
20983 fail:
20984 return NULL;
20985 }
20986
20987
20988 static PyObject * ListEvent_swigregister(PyObject *self, PyObject *args) {
20989 PyObject *obj;
20990 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
20991 SWIG_TypeClientData(SWIGTYPE_p_wxListEvent, obj);
20992 Py_INCREF(obj);
20993 return Py_BuildValue((char *)"");
20994 }
20995 static PyObject *_wrap_new_ListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
20996 PyObject *resultobj;
20997 wxWindow *arg1 = (wxWindow *) 0 ;
20998 int arg2 = (int) -1 ;
20999 wxPoint const &arg3_defvalue = wxDefaultPosition ;
21000 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
21001 wxSize const &arg4_defvalue = wxDefaultSize ;
21002 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
21003 long arg5 = (long) wxLC_ICON ;
21004 wxValidator const &arg6_defvalue = wxDefaultValidator ;
21005 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
21006 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
21007 wxString *arg7 = (wxString *) &arg7_defvalue ;
21008 wxPyListCtrl *result;
21009 wxPoint temp3 ;
21010 wxSize temp4 ;
21011 bool temp7 = False ;
21012 PyObject * obj0 = 0 ;
21013 PyObject * obj1 = 0 ;
21014 PyObject * obj2 = 0 ;
21015 PyObject * obj3 = 0 ;
21016 PyObject * obj4 = 0 ;
21017 PyObject * obj5 = 0 ;
21018 PyObject * obj6 = 0 ;
21019 char *kwnames[] = {
21020 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21021 };
21022
21023 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
21024 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
21025 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21026 if (obj1) {
21027 arg2 = (int) SWIG_AsInt(obj1);
21028 if (PyErr_Occurred()) SWIG_fail;
21029 }
21030 if (obj2) {
21031 {
21032 arg3 = &temp3;
21033 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
21034 }
21035 }
21036 if (obj3) {
21037 {
21038 arg4 = &temp4;
21039 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
21040 }
21041 }
21042 if (obj4) {
21043 arg5 = (long) SWIG_AsLong(obj4);
21044 if (PyErr_Occurred()) SWIG_fail;
21045 }
21046 if (obj5) {
21047 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
21048 SWIG_POINTER_EXCEPTION | 0)) == -1)
21049 SWIG_fail;
21050 if (arg6 == NULL) {
21051 PyErr_SetString(PyExc_TypeError,"null reference");
21052 SWIG_fail;
21053 }
21054 }
21055 if (obj6) {
21056 {
21057 arg7 = wxString_in_helper(obj6);
21058 if (arg7 == NULL) SWIG_fail;
21059 temp7 = True;
21060 }
21061 }
21062 {
21063 if (!wxPyCheckForApp()) SWIG_fail;
21064 PyThreadState* __tstate = wxPyBeginAllowThreads();
21065 result = (wxPyListCtrl *)new wxPyListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
21066
21067 wxPyEndAllowThreads(__tstate);
21068 if (PyErr_Occurred()) SWIG_fail;
21069 }
21070 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyListCtrl, 1);
21071 {
21072 if (temp7)
21073 delete arg7;
21074 }
21075 return resultobj;
21076 fail:
21077 {
21078 if (temp7)
21079 delete arg7;
21080 }
21081 return NULL;
21082 }
21083
21084
21085 static PyObject *_wrap_new_PreListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
21086 PyObject *resultobj;
21087 wxPyListCtrl *result;
21088 char *kwnames[] = {
21089 NULL
21090 };
21091
21092 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListCtrl",kwnames)) goto fail;
21093 {
21094 if (!wxPyCheckForApp()) SWIG_fail;
21095 PyThreadState* __tstate = wxPyBeginAllowThreads();
21096 result = (wxPyListCtrl *)new wxPyListCtrl();
21097
21098 wxPyEndAllowThreads(__tstate);
21099 if (PyErr_Occurred()) SWIG_fail;
21100 }
21101 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyListCtrl, 1);
21102 return resultobj;
21103 fail:
21104 return NULL;
21105 }
21106
21107
21108 static PyObject *_wrap_ListCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
21109 PyObject *resultobj;
21110 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21111 wxWindow *arg2 = (wxWindow *) 0 ;
21112 int arg3 = (int) -1 ;
21113 wxPoint const &arg4_defvalue = wxDefaultPosition ;
21114 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
21115 wxSize const &arg5_defvalue = wxDefaultSize ;
21116 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
21117 long arg6 = (long) wxLC_ICON ;
21118 wxValidator const &arg7_defvalue = wxDefaultValidator ;
21119 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
21120 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
21121 wxString *arg8 = (wxString *) &arg8_defvalue ;
21122 bool result;
21123 wxPoint temp4 ;
21124 wxSize temp5 ;
21125 bool temp8 = False ;
21126 PyObject * obj0 = 0 ;
21127 PyObject * obj1 = 0 ;
21128 PyObject * obj2 = 0 ;
21129 PyObject * obj3 = 0 ;
21130 PyObject * obj4 = 0 ;
21131 PyObject * obj5 = 0 ;
21132 PyObject * obj6 = 0 ;
21133 PyObject * obj7 = 0 ;
21134 char *kwnames[] = {
21135 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21136 };
21137
21138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
21139 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21140 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21141 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
21142 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21143 if (obj2) {
21144 arg3 = (int) SWIG_AsInt(obj2);
21145 if (PyErr_Occurred()) SWIG_fail;
21146 }
21147 if (obj3) {
21148 {
21149 arg4 = &temp4;
21150 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
21151 }
21152 }
21153 if (obj4) {
21154 {
21155 arg5 = &temp5;
21156 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
21157 }
21158 }
21159 if (obj5) {
21160 arg6 = (long) SWIG_AsLong(obj5);
21161 if (PyErr_Occurred()) SWIG_fail;
21162 }
21163 if (obj6) {
21164 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
21165 SWIG_POINTER_EXCEPTION | 0)) == -1)
21166 SWIG_fail;
21167 if (arg7 == NULL) {
21168 PyErr_SetString(PyExc_TypeError,"null reference");
21169 SWIG_fail;
21170 }
21171 }
21172 if (obj7) {
21173 {
21174 arg8 = wxString_in_helper(obj7);
21175 if (arg8 == NULL) SWIG_fail;
21176 temp8 = True;
21177 }
21178 }
21179 {
21180 PyThreadState* __tstate = wxPyBeginAllowThreads();
21181 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
21182
21183 wxPyEndAllowThreads(__tstate);
21184 if (PyErr_Occurred()) SWIG_fail;
21185 }
21186 {
21187 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21188 }
21189 {
21190 if (temp8)
21191 delete arg8;
21192 }
21193 return resultobj;
21194 fail:
21195 {
21196 if (temp8)
21197 delete arg8;
21198 }
21199 return NULL;
21200 }
21201
21202
21203 static PyObject *_wrap_ListCtrl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
21204 PyObject *resultobj;
21205 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21206 PyObject *arg2 = (PyObject *) 0 ;
21207 PyObject *arg3 = (PyObject *) 0 ;
21208 PyObject * obj0 = 0 ;
21209 PyObject * obj1 = 0 ;
21210 PyObject * obj2 = 0 ;
21211 char *kwnames[] = {
21212 (char *) "self",(char *) "self",(char *) "_class", NULL
21213 };
21214
21215 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
21216 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21217 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21218 arg2 = obj1;
21219 arg3 = obj2;
21220 {
21221 PyThreadState* __tstate = wxPyBeginAllowThreads();
21222 (arg1)->_setCallbackInfo(arg2,arg3);
21223
21224 wxPyEndAllowThreads(__tstate);
21225 if (PyErr_Occurred()) SWIG_fail;
21226 }
21227 Py_INCREF(Py_None); resultobj = Py_None;
21228 return resultobj;
21229 fail:
21230 return NULL;
21231 }
21232
21233
21234 static PyObject *_wrap_ListCtrl_SetForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
21235 PyObject *resultobj;
21236 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21237 wxColour *arg2 = 0 ;
21238 bool result;
21239 wxColour temp2 ;
21240 PyObject * obj0 = 0 ;
21241 PyObject * obj1 = 0 ;
21242 char *kwnames[] = {
21243 (char *) "self",(char *) "col", NULL
21244 };
21245
21246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetForegroundColour",kwnames,&obj0,&obj1)) goto fail;
21247 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21248 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21249 {
21250 arg2 = &temp2;
21251 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
21252 }
21253 {
21254 PyThreadState* __tstate = wxPyBeginAllowThreads();
21255 result = (bool)(arg1)->SetForegroundColour((wxColour const &)*arg2);
21256
21257 wxPyEndAllowThreads(__tstate);
21258 if (PyErr_Occurred()) SWIG_fail;
21259 }
21260 {
21261 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21262 }
21263 return resultobj;
21264 fail:
21265 return NULL;
21266 }
21267
21268
21269 static PyObject *_wrap_ListCtrl_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
21270 PyObject *resultobj;
21271 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21272 wxColour *arg2 = 0 ;
21273 bool result;
21274 wxColour temp2 ;
21275 PyObject * obj0 = 0 ;
21276 PyObject * obj1 = 0 ;
21277 char *kwnames[] = {
21278 (char *) "self",(char *) "col", NULL
21279 };
21280
21281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
21282 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21283 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21284 {
21285 arg2 = &temp2;
21286 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
21287 }
21288 {
21289 PyThreadState* __tstate = wxPyBeginAllowThreads();
21290 result = (bool)(arg1)->SetBackgroundColour((wxColour const &)*arg2);
21291
21292 wxPyEndAllowThreads(__tstate);
21293 if (PyErr_Occurred()) SWIG_fail;
21294 }
21295 {
21296 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21297 }
21298 return resultobj;
21299 fail:
21300 return NULL;
21301 }
21302
21303
21304 static PyObject *_wrap_ListCtrl_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
21305 PyObject *resultobj;
21306 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21307 int arg2 ;
21308 wxListItem *result;
21309 PyObject * obj0 = 0 ;
21310 PyObject * obj1 = 0 ;
21311 char *kwnames[] = {
21312 (char *) "self",(char *) "col", NULL
21313 };
21314
21315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumn",kwnames,&obj0,&obj1)) goto fail;
21316 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21317 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21318 arg2 = (int) SWIG_AsInt(obj1);
21319 if (PyErr_Occurred()) SWIG_fail;
21320 {
21321 PyThreadState* __tstate = wxPyBeginAllowThreads();
21322 result = (wxListItem *)wxPyListCtrl_GetColumn(arg1,arg2);
21323
21324 wxPyEndAllowThreads(__tstate);
21325 if (PyErr_Occurred()) SWIG_fail;
21326 }
21327 {
21328 resultobj = wxPyMake_wxObject(result);
21329 }
21330 return resultobj;
21331 fail:
21332 return NULL;
21333 }
21334
21335
21336 static PyObject *_wrap_ListCtrl_SetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
21337 PyObject *resultobj;
21338 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21339 int arg2 ;
21340 wxListItem *arg3 = 0 ;
21341 bool result;
21342 PyObject * obj0 = 0 ;
21343 PyObject * obj1 = 0 ;
21344 PyObject * obj2 = 0 ;
21345 char *kwnames[] = {
21346 (char *) "self",(char *) "col",(char *) "item", NULL
21347 };
21348
21349 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumn",kwnames,&obj0,&obj1,&obj2)) goto fail;
21350 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21351 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21352 arg2 = (int) SWIG_AsInt(obj1);
21353 if (PyErr_Occurred()) SWIG_fail;
21354 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxListItem,
21355 SWIG_POINTER_EXCEPTION | 0)) == -1)
21356 SWIG_fail;
21357 if (arg3 == NULL) {
21358 PyErr_SetString(PyExc_TypeError,"null reference");
21359 SWIG_fail;
21360 }
21361 {
21362 PyThreadState* __tstate = wxPyBeginAllowThreads();
21363 result = (bool)(arg1)->SetColumn(arg2,*arg3);
21364
21365 wxPyEndAllowThreads(__tstate);
21366 if (PyErr_Occurred()) SWIG_fail;
21367 }
21368 {
21369 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21370 }
21371 return resultobj;
21372 fail:
21373 return NULL;
21374 }
21375
21376
21377 static PyObject *_wrap_ListCtrl_GetColumnWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
21378 PyObject *resultobj;
21379 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21380 int arg2 ;
21381 int result;
21382 PyObject * obj0 = 0 ;
21383 PyObject * obj1 = 0 ;
21384 char *kwnames[] = {
21385 (char *) "self",(char *) "col", NULL
21386 };
21387
21388 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumnWidth",kwnames,&obj0,&obj1)) goto fail;
21389 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21390 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21391 arg2 = (int) SWIG_AsInt(obj1);
21392 if (PyErr_Occurred()) SWIG_fail;
21393 {
21394 PyThreadState* __tstate = wxPyBeginAllowThreads();
21395 result = (int)((wxPyListCtrl const *)arg1)->GetColumnWidth(arg2);
21396
21397 wxPyEndAllowThreads(__tstate);
21398 if (PyErr_Occurred()) SWIG_fail;
21399 }
21400 resultobj = SWIG_FromInt((int)result);
21401 return resultobj;
21402 fail:
21403 return NULL;
21404 }
21405
21406
21407 static PyObject *_wrap_ListCtrl_SetColumnWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
21408 PyObject *resultobj;
21409 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21410 int arg2 ;
21411 int arg3 ;
21412 bool result;
21413 PyObject * obj0 = 0 ;
21414 PyObject * obj1 = 0 ;
21415 PyObject * obj2 = 0 ;
21416 char *kwnames[] = {
21417 (char *) "self",(char *) "col",(char *) "width", NULL
21418 };
21419
21420 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumnWidth",kwnames,&obj0,&obj1,&obj2)) goto fail;
21421 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21422 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21423 arg2 = (int) SWIG_AsInt(obj1);
21424 if (PyErr_Occurred()) SWIG_fail;
21425 arg3 = (int) SWIG_AsInt(obj2);
21426 if (PyErr_Occurred()) SWIG_fail;
21427 {
21428 PyThreadState* __tstate = wxPyBeginAllowThreads();
21429 result = (bool)(arg1)->SetColumnWidth(arg2,arg3);
21430
21431 wxPyEndAllowThreads(__tstate);
21432 if (PyErr_Occurred()) SWIG_fail;
21433 }
21434 {
21435 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21436 }
21437 return resultobj;
21438 fail:
21439 return NULL;
21440 }
21441
21442
21443 static PyObject *_wrap_ListCtrl_GetCountPerPage(PyObject *self, PyObject *args, PyObject *kwargs) {
21444 PyObject *resultobj;
21445 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21446 int result;
21447 PyObject * obj0 = 0 ;
21448 char *kwnames[] = {
21449 (char *) "self", NULL
21450 };
21451
21452 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetCountPerPage",kwnames,&obj0)) goto fail;
21453 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21454 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21455 {
21456 PyThreadState* __tstate = wxPyBeginAllowThreads();
21457 result = (int)((wxPyListCtrl const *)arg1)->GetCountPerPage();
21458
21459 wxPyEndAllowThreads(__tstate);
21460 if (PyErr_Occurred()) SWIG_fail;
21461 }
21462 resultobj = SWIG_FromInt((int)result);
21463 return resultobj;
21464 fail:
21465 return NULL;
21466 }
21467
21468
21469 static PyObject *_wrap_ListCtrl_GetViewRect(PyObject *self, PyObject *args, PyObject *kwargs) {
21470 PyObject *resultobj;
21471 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21472 wxRect result;
21473 PyObject * obj0 = 0 ;
21474 char *kwnames[] = {
21475 (char *) "self", NULL
21476 };
21477
21478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetViewRect",kwnames,&obj0)) goto fail;
21479 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21480 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21481 {
21482 PyThreadState* __tstate = wxPyBeginAllowThreads();
21483 result = ((wxPyListCtrl const *)arg1)->GetViewRect();
21484
21485 wxPyEndAllowThreads(__tstate);
21486 if (PyErr_Occurred()) SWIG_fail;
21487 }
21488 {
21489 wxRect * resultptr;
21490 resultptr = new wxRect((wxRect &) result);
21491 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
21492 }
21493 return resultobj;
21494 fail:
21495 return NULL;
21496 }
21497
21498
21499 static PyObject *_wrap_ListCtrl_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21500 PyObject *resultobj;
21501 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21502 long arg2 ;
21503 int arg3 = (int) 0 ;
21504 wxListItem *result;
21505 PyObject * obj0 = 0 ;
21506 PyObject * obj1 = 0 ;
21507 PyObject * obj2 = 0 ;
21508 char *kwnames[] = {
21509 (char *) "self",(char *) "itemId",(char *) "col", NULL
21510 };
21511
21512 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
21513 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21514 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21515 arg2 = (long) SWIG_AsLong(obj1);
21516 if (PyErr_Occurred()) SWIG_fail;
21517 if (obj2) {
21518 arg3 = (int) SWIG_AsInt(obj2);
21519 if (PyErr_Occurred()) SWIG_fail;
21520 }
21521 {
21522 PyThreadState* __tstate = wxPyBeginAllowThreads();
21523 result = (wxListItem *)wxPyListCtrl_GetItem(arg1,arg2,arg3);
21524
21525 wxPyEndAllowThreads(__tstate);
21526 if (PyErr_Occurred()) SWIG_fail;
21527 }
21528 {
21529 resultobj = wxPyMake_wxObject(result);
21530 }
21531 return resultobj;
21532 fail:
21533 return NULL;
21534 }
21535
21536
21537 static PyObject *_wrap_ListCtrl_SetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21538 PyObject *resultobj;
21539 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21540 wxListItem *arg2 = 0 ;
21541 bool result;
21542 PyObject * obj0 = 0 ;
21543 PyObject * obj1 = 0 ;
21544 char *kwnames[] = {
21545 (char *) "self",(char *) "info", NULL
21546 };
21547
21548 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItem",kwnames,&obj0,&obj1)) goto fail;
21549 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21550 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21551 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxListItem,
21552 SWIG_POINTER_EXCEPTION | 0)) == -1)
21553 SWIG_fail;
21554 if (arg2 == NULL) {
21555 PyErr_SetString(PyExc_TypeError,"null reference");
21556 SWIG_fail;
21557 }
21558 {
21559 PyThreadState* __tstate = wxPyBeginAllowThreads();
21560 result = (bool)(arg1)->SetItem(*arg2);
21561
21562 wxPyEndAllowThreads(__tstate);
21563 if (PyErr_Occurred()) SWIG_fail;
21564 }
21565 {
21566 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21567 }
21568 return resultobj;
21569 fail:
21570 return NULL;
21571 }
21572
21573
21574 static PyObject *_wrap_ListCtrl_SetStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21575 PyObject *resultobj;
21576 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21577 long arg2 ;
21578 int arg3 ;
21579 wxString *arg4 = 0 ;
21580 int arg5 = (int) -1 ;
21581 long result;
21582 bool temp4 = False ;
21583 PyObject * obj0 = 0 ;
21584 PyObject * obj1 = 0 ;
21585 PyObject * obj2 = 0 ;
21586 PyObject * obj3 = 0 ;
21587 PyObject * obj4 = 0 ;
21588 char *kwnames[] = {
21589 (char *) "self",(char *) "index",(char *) "col",(char *) "label",(char *) "imageId", NULL
21590 };
21591
21592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|O:ListCtrl_SetStringItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
21593 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21594 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21595 arg2 = (long) SWIG_AsLong(obj1);
21596 if (PyErr_Occurred()) SWIG_fail;
21597 arg3 = (int) SWIG_AsInt(obj2);
21598 if (PyErr_Occurred()) SWIG_fail;
21599 {
21600 arg4 = wxString_in_helper(obj3);
21601 if (arg4 == NULL) SWIG_fail;
21602 temp4 = True;
21603 }
21604 if (obj4) {
21605 arg5 = (int) SWIG_AsInt(obj4);
21606 if (PyErr_Occurred()) SWIG_fail;
21607 }
21608 {
21609 PyThreadState* __tstate = wxPyBeginAllowThreads();
21610 result = (long)(arg1)->SetItem(arg2,arg3,(wxString const &)*arg4,arg5);
21611
21612 wxPyEndAllowThreads(__tstate);
21613 if (PyErr_Occurred()) SWIG_fail;
21614 }
21615 resultobj = SWIG_FromLong((long)result);
21616 {
21617 if (temp4)
21618 delete arg4;
21619 }
21620 return resultobj;
21621 fail:
21622 {
21623 if (temp4)
21624 delete arg4;
21625 }
21626 return NULL;
21627 }
21628
21629
21630 static PyObject *_wrap_ListCtrl_GetItemState(PyObject *self, PyObject *args, PyObject *kwargs) {
21631 PyObject *resultobj;
21632 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21633 long arg2 ;
21634 long arg3 ;
21635 int result;
21636 PyObject * obj0 = 0 ;
21637 PyObject * obj1 = 0 ;
21638 PyObject * obj2 = 0 ;
21639 char *kwnames[] = {
21640 (char *) "self",(char *) "item",(char *) "stateMask", NULL
21641 };
21642
21643 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_GetItemState",kwnames,&obj0,&obj1,&obj2)) goto fail;
21644 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21645 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21646 arg2 = (long) SWIG_AsLong(obj1);
21647 if (PyErr_Occurred()) SWIG_fail;
21648 arg3 = (long) SWIG_AsLong(obj2);
21649 if (PyErr_Occurred()) SWIG_fail;
21650 {
21651 PyThreadState* __tstate = wxPyBeginAllowThreads();
21652 result = (int)((wxPyListCtrl const *)arg1)->GetItemState(arg2,arg3);
21653
21654 wxPyEndAllowThreads(__tstate);
21655 if (PyErr_Occurred()) SWIG_fail;
21656 }
21657 resultobj = SWIG_FromInt((int)result);
21658 return resultobj;
21659 fail:
21660 return NULL;
21661 }
21662
21663
21664 static PyObject *_wrap_ListCtrl_SetItemState(PyObject *self, PyObject *args, PyObject *kwargs) {
21665 PyObject *resultobj;
21666 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21667 long arg2 ;
21668 long arg3 ;
21669 long arg4 ;
21670 bool result;
21671 PyObject * obj0 = 0 ;
21672 PyObject * obj1 = 0 ;
21673 PyObject * obj2 = 0 ;
21674 PyObject * obj3 = 0 ;
21675 char *kwnames[] = {
21676 (char *) "self",(char *) "item",(char *) "state",(char *) "stateMask", NULL
21677 };
21678
21679 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemState",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21680 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21681 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21682 arg2 = (long) SWIG_AsLong(obj1);
21683 if (PyErr_Occurred()) SWIG_fail;
21684 arg3 = (long) SWIG_AsLong(obj2);
21685 if (PyErr_Occurred()) SWIG_fail;
21686 arg4 = (long) SWIG_AsLong(obj3);
21687 if (PyErr_Occurred()) SWIG_fail;
21688 {
21689 PyThreadState* __tstate = wxPyBeginAllowThreads();
21690 result = (bool)(arg1)->SetItemState(arg2,arg3,arg4);
21691
21692 wxPyEndAllowThreads(__tstate);
21693 if (PyErr_Occurred()) SWIG_fail;
21694 }
21695 {
21696 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21697 }
21698 return resultobj;
21699 fail:
21700 return NULL;
21701 }
21702
21703
21704 static PyObject *_wrap_ListCtrl_SetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
21705 PyObject *resultobj;
21706 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21707 long arg2 ;
21708 int arg3 ;
21709 int arg4 ;
21710 bool result;
21711 PyObject * obj0 = 0 ;
21712 PyObject * obj1 = 0 ;
21713 PyObject * obj2 = 0 ;
21714 PyObject * obj3 = 0 ;
21715 char *kwnames[] = {
21716 (char *) "self",(char *) "item",(char *) "image",(char *) "selImage", NULL
21717 };
21718
21719 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21720 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21721 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21722 arg2 = (long) SWIG_AsLong(obj1);
21723 if (PyErr_Occurred()) SWIG_fail;
21724 arg3 = (int) SWIG_AsInt(obj2);
21725 if (PyErr_Occurred()) SWIG_fail;
21726 arg4 = (int) SWIG_AsInt(obj3);
21727 if (PyErr_Occurred()) SWIG_fail;
21728 {
21729 PyThreadState* __tstate = wxPyBeginAllowThreads();
21730 result = (bool)(arg1)->SetItemImage(arg2,arg3,arg4);
21731
21732 wxPyEndAllowThreads(__tstate);
21733 if (PyErr_Occurred()) SWIG_fail;
21734 }
21735 {
21736 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21737 }
21738 return resultobj;
21739 fail:
21740 return NULL;
21741 }
21742
21743
21744 static PyObject *_wrap_ListCtrl_GetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
21745 PyObject *resultobj;
21746 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21747 long arg2 ;
21748 wxString result;
21749 PyObject * obj0 = 0 ;
21750 PyObject * obj1 = 0 ;
21751 char *kwnames[] = {
21752 (char *) "self",(char *) "item", NULL
21753 };
21754
21755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
21756 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21757 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21758 arg2 = (long) SWIG_AsLong(obj1);
21759 if (PyErr_Occurred()) SWIG_fail;
21760 {
21761 PyThreadState* __tstate = wxPyBeginAllowThreads();
21762 result = ((wxPyListCtrl const *)arg1)->GetItemText(arg2);
21763
21764 wxPyEndAllowThreads(__tstate);
21765 if (PyErr_Occurred()) SWIG_fail;
21766 }
21767 {
21768 #if wxUSE_UNICODE
21769 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
21770 #else
21771 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
21772 #endif
21773 }
21774 return resultobj;
21775 fail:
21776 return NULL;
21777 }
21778
21779
21780 static PyObject *_wrap_ListCtrl_SetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
21781 PyObject *resultobj;
21782 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21783 long arg2 ;
21784 wxString *arg3 = 0 ;
21785 bool temp3 = False ;
21786 PyObject * obj0 = 0 ;
21787 PyObject * obj1 = 0 ;
21788 PyObject * obj2 = 0 ;
21789 char *kwnames[] = {
21790 (char *) "self",(char *) "item",(char *) "str", NULL
21791 };
21792
21793 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
21794 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21795 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21796 arg2 = (long) SWIG_AsLong(obj1);
21797 if (PyErr_Occurred()) SWIG_fail;
21798 {
21799 arg3 = wxString_in_helper(obj2);
21800 if (arg3 == NULL) SWIG_fail;
21801 temp3 = True;
21802 }
21803 {
21804 PyThreadState* __tstate = wxPyBeginAllowThreads();
21805 (arg1)->SetItemText(arg2,(wxString const &)*arg3);
21806
21807 wxPyEndAllowThreads(__tstate);
21808 if (PyErr_Occurred()) SWIG_fail;
21809 }
21810 Py_INCREF(Py_None); resultobj = Py_None;
21811 {
21812 if (temp3)
21813 delete arg3;
21814 }
21815 return resultobj;
21816 fail:
21817 {
21818 if (temp3)
21819 delete arg3;
21820 }
21821 return NULL;
21822 }
21823
21824
21825 static PyObject *_wrap_ListCtrl_GetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
21826 PyObject *resultobj;
21827 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21828 long arg2 ;
21829 long result;
21830 PyObject * obj0 = 0 ;
21831 PyObject * obj1 = 0 ;
21832 char *kwnames[] = {
21833 (char *) "self",(char *) "item", NULL
21834 };
21835
21836 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
21837 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21838 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21839 arg2 = (long) SWIG_AsLong(obj1);
21840 if (PyErr_Occurred()) SWIG_fail;
21841 {
21842 PyThreadState* __tstate = wxPyBeginAllowThreads();
21843 result = (long)((wxPyListCtrl const *)arg1)->GetItemData(arg2);
21844
21845 wxPyEndAllowThreads(__tstate);
21846 if (PyErr_Occurred()) SWIG_fail;
21847 }
21848 resultobj = SWIG_FromLong((long)result);
21849 return resultobj;
21850 fail:
21851 return NULL;
21852 }
21853
21854
21855 static PyObject *_wrap_ListCtrl_SetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
21856 PyObject *resultobj;
21857 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21858 long arg2 ;
21859 long arg3 ;
21860 bool result;
21861 PyObject * obj0 = 0 ;
21862 PyObject * obj1 = 0 ;
21863 PyObject * obj2 = 0 ;
21864 char *kwnames[] = {
21865 (char *) "self",(char *) "item",(char *) "data", NULL
21866 };
21867
21868 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
21869 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21870 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21871 arg2 = (long) SWIG_AsLong(obj1);
21872 if (PyErr_Occurred()) SWIG_fail;
21873 arg3 = (long) SWIG_AsLong(obj2);
21874 if (PyErr_Occurred()) SWIG_fail;
21875 {
21876 PyThreadState* __tstate = wxPyBeginAllowThreads();
21877 result = (bool)(arg1)->SetItemData(arg2,arg3);
21878
21879 wxPyEndAllowThreads(__tstate);
21880 if (PyErr_Occurred()) SWIG_fail;
21881 }
21882 {
21883 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21884 }
21885 return resultobj;
21886 fail:
21887 return NULL;
21888 }
21889
21890
21891 static PyObject *_wrap_ListCtrl_GetItemPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
21892 PyObject *resultobj;
21893 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21894 long arg2 ;
21895 wxPoint result;
21896 PyObject * obj0 = 0 ;
21897 PyObject * obj1 = 0 ;
21898 char *kwnames[] = {
21899 (char *) "self",(char *) "item", NULL
21900 };
21901
21902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemPosition",kwnames,&obj0,&obj1)) goto fail;
21903 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21904 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21905 arg2 = (long) SWIG_AsLong(obj1);
21906 if (PyErr_Occurred()) SWIG_fail;
21907 {
21908 PyThreadState* __tstate = wxPyBeginAllowThreads();
21909 result = wxPyListCtrl_GetItemPosition(arg1,arg2);
21910
21911 wxPyEndAllowThreads(__tstate);
21912 if (PyErr_Occurred()) SWIG_fail;
21913 }
21914 {
21915 wxPoint * resultptr;
21916 resultptr = new wxPoint((wxPoint &) result);
21917 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
21918 }
21919 return resultobj;
21920 fail:
21921 return NULL;
21922 }
21923
21924
21925 static PyObject *_wrap_ListCtrl_GetItemRect(PyObject *self, PyObject *args, PyObject *kwargs) {
21926 PyObject *resultobj;
21927 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21928 long arg2 ;
21929 int arg3 = (int) wxLIST_RECT_BOUNDS ;
21930 wxRect result;
21931 PyObject * obj0 = 0 ;
21932 PyObject * obj1 = 0 ;
21933 PyObject * obj2 = 0 ;
21934 char *kwnames[] = {
21935 (char *) "self",(char *) "item",(char *) "code", NULL
21936 };
21937
21938 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItemRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
21939 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21940 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21941 arg2 = (long) SWIG_AsLong(obj1);
21942 if (PyErr_Occurred()) SWIG_fail;
21943 if (obj2) {
21944 arg3 = (int) SWIG_AsInt(obj2);
21945 if (PyErr_Occurred()) SWIG_fail;
21946 }
21947 {
21948 PyThreadState* __tstate = wxPyBeginAllowThreads();
21949 result = wxPyListCtrl_GetItemRect(arg1,arg2,arg3);
21950
21951 wxPyEndAllowThreads(__tstate);
21952 if (PyErr_Occurred()) SWIG_fail;
21953 }
21954 {
21955 wxRect * resultptr;
21956 resultptr = new wxRect((wxRect &) result);
21957 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
21958 }
21959 return resultobj;
21960 fail:
21961 return NULL;
21962 }
21963
21964
21965 static PyObject *_wrap_ListCtrl_SetItemPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
21966 PyObject *resultobj;
21967 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21968 long arg2 ;
21969 wxPoint *arg3 = 0 ;
21970 bool result;
21971 wxPoint temp3 ;
21972 PyObject * obj0 = 0 ;
21973 PyObject * obj1 = 0 ;
21974 PyObject * obj2 = 0 ;
21975 char *kwnames[] = {
21976 (char *) "self",(char *) "item",(char *) "pos", NULL
21977 };
21978
21979 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
21980 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
21981 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
21982 arg2 = (long) SWIG_AsLong(obj1);
21983 if (PyErr_Occurred()) SWIG_fail;
21984 {
21985 arg3 = &temp3;
21986 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
21987 }
21988 {
21989 PyThreadState* __tstate = wxPyBeginAllowThreads();
21990 result = (bool)(arg1)->SetItemPosition(arg2,(wxPoint const &)*arg3);
21991
21992 wxPyEndAllowThreads(__tstate);
21993 if (PyErr_Occurred()) SWIG_fail;
21994 }
21995 {
21996 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21997 }
21998 return resultobj;
21999 fail:
22000 return NULL;
22001 }
22002
22003
22004 static PyObject *_wrap_ListCtrl_GetItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
22005 PyObject *resultobj;
22006 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22007 int result;
22008 PyObject * obj0 = 0 ;
22009 char *kwnames[] = {
22010 (char *) "self", NULL
22011 };
22012
22013 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemCount",kwnames,&obj0)) goto fail;
22014 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22015 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22016 {
22017 PyThreadState* __tstate = wxPyBeginAllowThreads();
22018 result = (int)((wxPyListCtrl const *)arg1)->GetItemCount();
22019
22020 wxPyEndAllowThreads(__tstate);
22021 if (PyErr_Occurred()) SWIG_fail;
22022 }
22023 resultobj = SWIG_FromInt((int)result);
22024 return resultobj;
22025 fail:
22026 return NULL;
22027 }
22028
22029
22030 static PyObject *_wrap_ListCtrl_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
22031 PyObject *resultobj;
22032 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22033 int result;
22034 PyObject * obj0 = 0 ;
22035 char *kwnames[] = {
22036 (char *) "self", NULL
22037 };
22038
22039 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetColumnCount",kwnames,&obj0)) goto fail;
22040 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22041 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22042 {
22043 PyThreadState* __tstate = wxPyBeginAllowThreads();
22044 result = (int)((wxPyListCtrl const *)arg1)->GetColumnCount();
22045
22046 wxPyEndAllowThreads(__tstate);
22047 if (PyErr_Occurred()) SWIG_fail;
22048 }
22049 resultobj = SWIG_FromInt((int)result);
22050 return resultobj;
22051 fail:
22052 return NULL;
22053 }
22054
22055
22056 static PyObject *_wrap_ListCtrl_GetItemSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
22057 PyObject *resultobj;
22058 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22059 wxSize result;
22060 PyObject * obj0 = 0 ;
22061 char *kwnames[] = {
22062 (char *) "self", NULL
22063 };
22064
22065 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemSpacing",kwnames,&obj0)) goto fail;
22066 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22067 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22068 {
22069 PyThreadState* __tstate = wxPyBeginAllowThreads();
22070 result = ((wxPyListCtrl const *)arg1)->GetItemSpacing();
22071
22072 wxPyEndAllowThreads(__tstate);
22073 if (PyErr_Occurred()) SWIG_fail;
22074 }
22075 {
22076 wxSize * resultptr;
22077 resultptr = new wxSize((wxSize &) result);
22078 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
22079 }
22080 return resultobj;
22081 fail:
22082 return NULL;
22083 }
22084
22085
22086 static PyObject *_wrap_ListCtrl_SetItemSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
22087 PyObject *resultobj;
22088 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22089 int arg2 ;
22090 bool arg3 = (bool) False ;
22091 PyObject * obj0 = 0 ;
22092 PyObject * obj1 = 0 ;
22093 PyObject * obj2 = 0 ;
22094 char *kwnames[] = {
22095 (char *) "self",(char *) "spacing",(char *) "isSmall", NULL
22096 };
22097
22098 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetItemSpacing",kwnames,&obj0,&obj1,&obj2)) goto fail;
22099 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22100 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22101 arg2 = (int) SWIG_AsInt(obj1);
22102 if (PyErr_Occurred()) SWIG_fail;
22103 if (obj2) {
22104 arg3 = (bool) SWIG_AsBool(obj2);
22105 if (PyErr_Occurred()) SWIG_fail;
22106 }
22107 {
22108 PyThreadState* __tstate = wxPyBeginAllowThreads();
22109 (arg1)->SetItemSpacing(arg2,arg3);
22110
22111 wxPyEndAllowThreads(__tstate);
22112 if (PyErr_Occurred()) SWIG_fail;
22113 }
22114 Py_INCREF(Py_None); resultobj = Py_None;
22115 return resultobj;
22116 fail:
22117 return NULL;
22118 }
22119
22120
22121 static PyObject *_wrap_ListCtrl_GetSelectedItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
22122 PyObject *resultobj;
22123 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22124 int result;
22125 PyObject * obj0 = 0 ;
22126 char *kwnames[] = {
22127 (char *) "self", NULL
22128 };
22129
22130 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetSelectedItemCount",kwnames,&obj0)) goto fail;
22131 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22132 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22133 {
22134 PyThreadState* __tstate = wxPyBeginAllowThreads();
22135 result = (int)((wxPyListCtrl const *)arg1)->GetSelectedItemCount();
22136
22137 wxPyEndAllowThreads(__tstate);
22138 if (PyErr_Occurred()) SWIG_fail;
22139 }
22140 resultobj = SWIG_FromInt((int)result);
22141 return resultobj;
22142 fail:
22143 return NULL;
22144 }
22145
22146
22147 static PyObject *_wrap_ListCtrl_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
22148 PyObject *resultobj;
22149 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22150 wxColour result;
22151 PyObject * obj0 = 0 ;
22152 char *kwnames[] = {
22153 (char *) "self", NULL
22154 };
22155
22156 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTextColour",kwnames,&obj0)) goto fail;
22157 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22158 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22159 {
22160 PyThreadState* __tstate = wxPyBeginAllowThreads();
22161 result = ((wxPyListCtrl const *)arg1)->GetTextColour();
22162
22163 wxPyEndAllowThreads(__tstate);
22164 if (PyErr_Occurred()) SWIG_fail;
22165 }
22166 {
22167 wxColour * resultptr;
22168 resultptr = new wxColour((wxColour &) result);
22169 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
22170 }
22171 return resultobj;
22172 fail:
22173 return NULL;
22174 }
22175
22176
22177 static PyObject *_wrap_ListCtrl_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
22178 PyObject *resultobj;
22179 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22180 wxColour *arg2 = 0 ;
22181 wxColour temp2 ;
22182 PyObject * obj0 = 0 ;
22183 PyObject * obj1 = 0 ;
22184 char *kwnames[] = {
22185 (char *) "self",(char *) "col", NULL
22186 };
22187
22188 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
22189 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22190 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22191 {
22192 arg2 = &temp2;
22193 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
22194 }
22195 {
22196 PyThreadState* __tstate = wxPyBeginAllowThreads();
22197 (arg1)->SetTextColour((wxColour const &)*arg2);
22198
22199 wxPyEndAllowThreads(__tstate);
22200 if (PyErr_Occurred()) SWIG_fail;
22201 }
22202 Py_INCREF(Py_None); resultobj = Py_None;
22203 return resultobj;
22204 fail:
22205 return NULL;
22206 }
22207
22208
22209 static PyObject *_wrap_ListCtrl_GetTopItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22210 PyObject *resultobj;
22211 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22212 long result;
22213 PyObject * obj0 = 0 ;
22214 char *kwnames[] = {
22215 (char *) "self", NULL
22216 };
22217
22218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTopItem",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 = (long)((wxPyListCtrl const *)arg1)->GetTopItem();
22224
22225 wxPyEndAllowThreads(__tstate);
22226 if (PyErr_Occurred()) SWIG_fail;
22227 }
22228 resultobj = SWIG_FromLong((long)result);
22229 return resultobj;
22230 fail:
22231 return NULL;
22232 }
22233
22234
22235 static PyObject *_wrap_ListCtrl_SetSingleStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
22236 PyObject *resultobj;
22237 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22238 long arg2 ;
22239 bool arg3 = (bool) True ;
22240 PyObject * obj0 = 0 ;
22241 PyObject * obj1 = 0 ;
22242 PyObject * obj2 = 0 ;
22243 char *kwnames[] = {
22244 (char *) "self",(char *) "style",(char *) "add", NULL
22245 };
22246
22247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetSingleStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
22248 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22249 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22250 arg2 = (long) SWIG_AsLong(obj1);
22251 if (PyErr_Occurred()) SWIG_fail;
22252 if (obj2) {
22253 arg3 = (bool) SWIG_AsBool(obj2);
22254 if (PyErr_Occurred()) SWIG_fail;
22255 }
22256 {
22257 PyThreadState* __tstate = wxPyBeginAllowThreads();
22258 (arg1)->SetSingleStyle(arg2,arg3);
22259
22260 wxPyEndAllowThreads(__tstate);
22261 if (PyErr_Occurred()) SWIG_fail;
22262 }
22263 Py_INCREF(Py_None); resultobj = Py_None;
22264 return resultobj;
22265 fail:
22266 return NULL;
22267 }
22268
22269
22270 static PyObject *_wrap_ListCtrl_SetWindowStyleFlag(PyObject *self, PyObject *args, PyObject *kwargs) {
22271 PyObject *resultobj;
22272 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22273 long arg2 ;
22274 PyObject * obj0 = 0 ;
22275 PyObject * obj1 = 0 ;
22276 char *kwnames[] = {
22277 (char *) "self",(char *) "style", NULL
22278 };
22279
22280 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetWindowStyleFlag",kwnames,&obj0,&obj1)) goto fail;
22281 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22282 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22283 arg2 = (long) SWIG_AsLong(obj1);
22284 if (PyErr_Occurred()) SWIG_fail;
22285 {
22286 PyThreadState* __tstate = wxPyBeginAllowThreads();
22287 (arg1)->SetWindowStyleFlag(arg2);
22288
22289 wxPyEndAllowThreads(__tstate);
22290 if (PyErr_Occurred()) SWIG_fail;
22291 }
22292 Py_INCREF(Py_None); resultobj = Py_None;
22293 return resultobj;
22294 fail:
22295 return NULL;
22296 }
22297
22298
22299 static PyObject *_wrap_ListCtrl_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22300 PyObject *resultobj;
22301 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22302 long arg2 ;
22303 int arg3 = (int) wxLIST_NEXT_ALL ;
22304 int arg4 = (int) wxLIST_STATE_DONTCARE ;
22305 long result;
22306 PyObject * obj0 = 0 ;
22307 PyObject * obj1 = 0 ;
22308 PyObject * obj2 = 0 ;
22309 PyObject * obj3 = 0 ;
22310 char *kwnames[] = {
22311 (char *) "self",(char *) "item",(char *) "geometry",(char *) "state", NULL
22312 };
22313
22314 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:ListCtrl_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
22315 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22316 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22317 arg2 = (long) SWIG_AsLong(obj1);
22318 if (PyErr_Occurred()) SWIG_fail;
22319 if (obj2) {
22320 arg3 = (int) SWIG_AsInt(obj2);
22321 if (PyErr_Occurred()) SWIG_fail;
22322 }
22323 if (obj3) {
22324 arg4 = (int) SWIG_AsInt(obj3);
22325 if (PyErr_Occurred()) SWIG_fail;
22326 }
22327 {
22328 PyThreadState* __tstate = wxPyBeginAllowThreads();
22329 result = (long)((wxPyListCtrl const *)arg1)->GetNextItem(arg2,arg3,arg4);
22330
22331 wxPyEndAllowThreads(__tstate);
22332 if (PyErr_Occurred()) SWIG_fail;
22333 }
22334 resultobj = SWIG_FromLong((long)result);
22335 return resultobj;
22336 fail:
22337 return NULL;
22338 }
22339
22340
22341 static PyObject *_wrap_ListCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
22342 PyObject *resultobj;
22343 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22344 int arg2 ;
22345 wxImageList *result;
22346 PyObject * obj0 = 0 ;
22347 PyObject * obj1 = 0 ;
22348 char *kwnames[] = {
22349 (char *) "self",(char *) "which", NULL
22350 };
22351
22352 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetImageList",kwnames,&obj0,&obj1)) goto fail;
22353 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22354 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22355 arg2 = (int) SWIG_AsInt(obj1);
22356 if (PyErr_Occurred()) SWIG_fail;
22357 {
22358 PyThreadState* __tstate = wxPyBeginAllowThreads();
22359 result = (wxImageList *)((wxPyListCtrl const *)arg1)->GetImageList(arg2);
22360
22361 wxPyEndAllowThreads(__tstate);
22362 if (PyErr_Occurred()) SWIG_fail;
22363 }
22364 {
22365 resultobj = wxPyMake_wxObject(result);
22366 }
22367 return resultobj;
22368 fail:
22369 return NULL;
22370 }
22371
22372
22373 static PyObject *_wrap_ListCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
22374 PyObject *resultobj;
22375 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22376 wxImageList *arg2 = (wxImageList *) 0 ;
22377 int arg3 ;
22378 PyObject * obj0 = 0 ;
22379 PyObject * obj1 = 0 ;
22380 PyObject * obj2 = 0 ;
22381 char *kwnames[] = {
22382 (char *) "self",(char *) "imageList",(char *) "which", NULL
22383 };
22384
22385 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
22386 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22387 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22388 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
22389 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22390 arg3 = (int) SWIG_AsInt(obj2);
22391 if (PyErr_Occurred()) SWIG_fail;
22392 {
22393 PyThreadState* __tstate = wxPyBeginAllowThreads();
22394 (arg1)->SetImageList(arg2,arg3);
22395
22396 wxPyEndAllowThreads(__tstate);
22397 if (PyErr_Occurred()) SWIG_fail;
22398 }
22399 Py_INCREF(Py_None); resultobj = Py_None;
22400 return resultobj;
22401 fail:
22402 return NULL;
22403 }
22404
22405
22406 static PyObject *_wrap_ListCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
22407 PyObject *resultobj;
22408 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22409 wxImageList *arg2 = (wxImageList *) 0 ;
22410 int arg3 ;
22411 PyObject * obj0 = 0 ;
22412 PyObject * obj1 = 0 ;
22413 PyObject * obj2 = 0 ;
22414 char *kwnames[] = {
22415 (char *) "self",(char *) "imageList",(char *) "which", NULL
22416 };
22417
22418 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_AssignImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
22419 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22420 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22421 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
22422 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
22423 arg3 = (int) SWIG_AsInt(obj2);
22424 if (PyErr_Occurred()) SWIG_fail;
22425 {
22426 PyThreadState* __tstate = wxPyBeginAllowThreads();
22427 (arg1)->AssignImageList(arg2,arg3);
22428
22429 wxPyEndAllowThreads(__tstate);
22430 if (PyErr_Occurred()) SWIG_fail;
22431 }
22432 Py_INCREF(Py_None); resultobj = Py_None;
22433 return resultobj;
22434 fail:
22435 return NULL;
22436 }
22437
22438
22439 static PyObject *_wrap_ListCtrl_InReportView(PyObject *self, PyObject *args, PyObject *kwargs) {
22440 PyObject *resultobj;
22441 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22442 bool result;
22443 PyObject * obj0 = 0 ;
22444 char *kwnames[] = {
22445 (char *) "self", NULL
22446 };
22447
22448 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_InReportView",kwnames,&obj0)) goto fail;
22449 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22450 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22451 {
22452 PyThreadState* __tstate = wxPyBeginAllowThreads();
22453 result = (bool)((wxPyListCtrl const *)arg1)->InReportView();
22454
22455 wxPyEndAllowThreads(__tstate);
22456 if (PyErr_Occurred()) SWIG_fail;
22457 }
22458 {
22459 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22460 }
22461 return resultobj;
22462 fail:
22463 return NULL;
22464 }
22465
22466
22467 static PyObject *_wrap_ListCtrl_IsVirtual(PyObject *self, PyObject *args, PyObject *kwargs) {
22468 PyObject *resultobj;
22469 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22470 bool result;
22471 PyObject * obj0 = 0 ;
22472 char *kwnames[] = {
22473 (char *) "self", NULL
22474 };
22475
22476 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_IsVirtual",kwnames,&obj0)) goto fail;
22477 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22478 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22479 {
22480 PyThreadState* __tstate = wxPyBeginAllowThreads();
22481 result = (bool)((wxPyListCtrl const *)arg1)->IsVirtual();
22482
22483 wxPyEndAllowThreads(__tstate);
22484 if (PyErr_Occurred()) SWIG_fail;
22485 }
22486 {
22487 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22488 }
22489 return resultobj;
22490 fail:
22491 return NULL;
22492 }
22493
22494
22495 static PyObject *_wrap_ListCtrl_RefreshItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22496 PyObject *resultobj;
22497 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22498 long arg2 ;
22499 PyObject * obj0 = 0 ;
22500 PyObject * obj1 = 0 ;
22501 char *kwnames[] = {
22502 (char *) "self",(char *) "item", NULL
22503 };
22504
22505 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_RefreshItem",kwnames,&obj0,&obj1)) goto fail;
22506 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22507 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22508 arg2 = (long) SWIG_AsLong(obj1);
22509 if (PyErr_Occurred()) SWIG_fail;
22510 {
22511 PyThreadState* __tstate = wxPyBeginAllowThreads();
22512 (arg1)->RefreshItem(arg2);
22513
22514 wxPyEndAllowThreads(__tstate);
22515 if (PyErr_Occurred()) SWIG_fail;
22516 }
22517 Py_INCREF(Py_None); resultobj = Py_None;
22518 return resultobj;
22519 fail:
22520 return NULL;
22521 }
22522
22523
22524 static PyObject *_wrap_ListCtrl_RefreshItems(PyObject *self, PyObject *args, PyObject *kwargs) {
22525 PyObject *resultobj;
22526 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22527 long arg2 ;
22528 long arg3 ;
22529 PyObject * obj0 = 0 ;
22530 PyObject * obj1 = 0 ;
22531 PyObject * obj2 = 0 ;
22532 char *kwnames[] = {
22533 (char *) "self",(char *) "itemFrom",(char *) "itemTo", NULL
22534 };
22535
22536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_RefreshItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
22537 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22538 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22539 arg2 = (long) SWIG_AsLong(obj1);
22540 if (PyErr_Occurred()) SWIG_fail;
22541 arg3 = (long) SWIG_AsLong(obj2);
22542 if (PyErr_Occurred()) SWIG_fail;
22543 {
22544 PyThreadState* __tstate = wxPyBeginAllowThreads();
22545 (arg1)->RefreshItems(arg2,arg3);
22546
22547 wxPyEndAllowThreads(__tstate);
22548 if (PyErr_Occurred()) SWIG_fail;
22549 }
22550 Py_INCREF(Py_None); resultobj = Py_None;
22551 return resultobj;
22552 fail:
22553 return NULL;
22554 }
22555
22556
22557 static PyObject *_wrap_ListCtrl_Arrange(PyObject *self, PyObject *args, PyObject *kwargs) {
22558 PyObject *resultobj;
22559 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22560 int arg2 = (int) wxLIST_ALIGN_DEFAULT ;
22561 bool result;
22562 PyObject * obj0 = 0 ;
22563 PyObject * obj1 = 0 ;
22564 char *kwnames[] = {
22565 (char *) "self",(char *) "flag", NULL
22566 };
22567
22568 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListCtrl_Arrange",kwnames,&obj0,&obj1)) goto fail;
22569 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22570 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22571 if (obj1) {
22572 arg2 = (int) SWIG_AsInt(obj1);
22573 if (PyErr_Occurred()) SWIG_fail;
22574 }
22575 {
22576 PyThreadState* __tstate = wxPyBeginAllowThreads();
22577 result = (bool)(arg1)->Arrange(arg2);
22578
22579 wxPyEndAllowThreads(__tstate);
22580 if (PyErr_Occurred()) SWIG_fail;
22581 }
22582 {
22583 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22584 }
22585 return resultobj;
22586 fail:
22587 return NULL;
22588 }
22589
22590
22591 static PyObject *_wrap_ListCtrl_DeleteItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22592 PyObject *resultobj;
22593 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22594 long arg2 ;
22595 bool result;
22596 PyObject * obj0 = 0 ;
22597 PyObject * obj1 = 0 ;
22598 char *kwnames[] = {
22599 (char *) "self",(char *) "item", NULL
22600 };
22601
22602 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteItem",kwnames,&obj0,&obj1)) goto fail;
22603 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22604 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22605 arg2 = (long) SWIG_AsLong(obj1);
22606 if (PyErr_Occurred()) SWIG_fail;
22607 {
22608 PyThreadState* __tstate = wxPyBeginAllowThreads();
22609 result = (bool)(arg1)->DeleteItem(arg2);
22610
22611 wxPyEndAllowThreads(__tstate);
22612 if (PyErr_Occurred()) SWIG_fail;
22613 }
22614 {
22615 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22616 }
22617 return resultobj;
22618 fail:
22619 return NULL;
22620 }
22621
22622
22623 static PyObject *_wrap_ListCtrl_DeleteAllItems(PyObject *self, PyObject *args, PyObject *kwargs) {
22624 PyObject *resultobj;
22625 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22626 bool result;
22627 PyObject * obj0 = 0 ;
22628 char *kwnames[] = {
22629 (char *) "self", NULL
22630 };
22631
22632 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
22633 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22634 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22635 {
22636 PyThreadState* __tstate = wxPyBeginAllowThreads();
22637 result = (bool)(arg1)->DeleteAllItems();
22638
22639 wxPyEndAllowThreads(__tstate);
22640 if (PyErr_Occurred()) SWIG_fail;
22641 }
22642 {
22643 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22644 }
22645 return resultobj;
22646 fail:
22647 return NULL;
22648 }
22649
22650
22651 static PyObject *_wrap_ListCtrl_DeleteColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
22652 PyObject *resultobj;
22653 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22654 int arg2 ;
22655 bool result;
22656 PyObject * obj0 = 0 ;
22657 PyObject * obj1 = 0 ;
22658 char *kwnames[] = {
22659 (char *) "self",(char *) "col", NULL
22660 };
22661
22662 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteColumn",kwnames,&obj0,&obj1)) goto fail;
22663 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22664 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22665 arg2 = (int) SWIG_AsInt(obj1);
22666 if (PyErr_Occurred()) SWIG_fail;
22667 {
22668 PyThreadState* __tstate = wxPyBeginAllowThreads();
22669 result = (bool)(arg1)->DeleteColumn(arg2);
22670
22671 wxPyEndAllowThreads(__tstate);
22672 if (PyErr_Occurred()) SWIG_fail;
22673 }
22674 {
22675 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22676 }
22677 return resultobj;
22678 fail:
22679 return NULL;
22680 }
22681
22682
22683 static PyObject *_wrap_ListCtrl_DeleteAllColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
22684 PyObject *resultobj;
22685 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22686 bool result;
22687 PyObject * obj0 = 0 ;
22688 char *kwnames[] = {
22689 (char *) "self", NULL
22690 };
22691
22692 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllColumns",kwnames,&obj0)) goto fail;
22693 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22694 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22695 {
22696 PyThreadState* __tstate = wxPyBeginAllowThreads();
22697 result = (bool)(arg1)->DeleteAllColumns();
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_ClearAll(PyObject *self, PyObject *args, PyObject *kwargs) {
22712 PyObject *resultobj;
22713 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22714 PyObject * obj0 = 0 ;
22715 char *kwnames[] = {
22716 (char *) "self", NULL
22717 };
22718
22719 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_ClearAll",kwnames,&obj0)) goto fail;
22720 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22721 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22722 {
22723 PyThreadState* __tstate = wxPyBeginAllowThreads();
22724 (arg1)->ClearAll();
22725
22726 wxPyEndAllowThreads(__tstate);
22727 if (PyErr_Occurred()) SWIG_fail;
22728 }
22729 Py_INCREF(Py_None); resultobj = Py_None;
22730 return resultobj;
22731 fail:
22732 return NULL;
22733 }
22734
22735
22736 static PyObject *_wrap_ListCtrl_EditLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
22737 PyObject *resultobj;
22738 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22739 long arg2 ;
22740 PyObject * obj0 = 0 ;
22741 PyObject * obj1 = 0 ;
22742 char *kwnames[] = {
22743 (char *) "self",(char *) "item", NULL
22744 };
22745
22746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
22747 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22748 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22749 arg2 = (long) SWIG_AsLong(obj1);
22750 if (PyErr_Occurred()) SWIG_fail;
22751 {
22752 PyThreadState* __tstate = wxPyBeginAllowThreads();
22753 (arg1)->EditLabel(arg2);
22754
22755 wxPyEndAllowThreads(__tstate);
22756 if (PyErr_Occurred()) SWIG_fail;
22757 }
22758 Py_INCREF(Py_None); resultobj = Py_None;
22759 return resultobj;
22760 fail:
22761 return NULL;
22762 }
22763
22764
22765 static PyObject *_wrap_ListCtrl_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
22766 PyObject *resultobj;
22767 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22768 long arg2 ;
22769 bool result;
22770 PyObject * obj0 = 0 ;
22771 PyObject * obj1 = 0 ;
22772 char *kwnames[] = {
22773 (char *) "self",(char *) "item", NULL
22774 };
22775
22776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
22777 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22778 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22779 arg2 = (long) SWIG_AsLong(obj1);
22780 if (PyErr_Occurred()) SWIG_fail;
22781 {
22782 PyThreadState* __tstate = wxPyBeginAllowThreads();
22783 result = (bool)(arg1)->EnsureVisible(arg2);
22784
22785 wxPyEndAllowThreads(__tstate);
22786 if (PyErr_Occurred()) SWIG_fail;
22787 }
22788 {
22789 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22790 }
22791 return resultobj;
22792 fail:
22793 return NULL;
22794 }
22795
22796
22797 static PyObject *_wrap_ListCtrl_FindItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22798 PyObject *resultobj;
22799 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22800 long arg2 ;
22801 wxString *arg3 = 0 ;
22802 bool arg4 = (bool) False ;
22803 long result;
22804 bool temp3 = False ;
22805 PyObject * obj0 = 0 ;
22806 PyObject * obj1 = 0 ;
22807 PyObject * obj2 = 0 ;
22808 PyObject * obj3 = 0 ;
22809 char *kwnames[] = {
22810 (char *) "self",(char *) "start",(char *) "str",(char *) "partial", NULL
22811 };
22812
22813 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListCtrl_FindItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
22814 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22815 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22816 arg2 = (long) SWIG_AsLong(obj1);
22817 if (PyErr_Occurred()) SWIG_fail;
22818 {
22819 arg3 = wxString_in_helper(obj2);
22820 if (arg3 == NULL) SWIG_fail;
22821 temp3 = True;
22822 }
22823 if (obj3) {
22824 arg4 = (bool) SWIG_AsBool(obj3);
22825 if (PyErr_Occurred()) SWIG_fail;
22826 }
22827 {
22828 PyThreadState* __tstate = wxPyBeginAllowThreads();
22829 result = (long)(arg1)->FindItem(arg2,(wxString const &)*arg3,arg4);
22830
22831 wxPyEndAllowThreads(__tstate);
22832 if (PyErr_Occurred()) SWIG_fail;
22833 }
22834 resultobj = SWIG_FromLong((long)result);
22835 {
22836 if (temp3)
22837 delete arg3;
22838 }
22839 return resultobj;
22840 fail:
22841 {
22842 if (temp3)
22843 delete arg3;
22844 }
22845 return NULL;
22846 }
22847
22848
22849 static PyObject *_wrap_ListCtrl_FindItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
22850 PyObject *resultobj;
22851 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22852 long arg2 ;
22853 long arg3 ;
22854 long result;
22855 PyObject * obj0 = 0 ;
22856 PyObject * obj1 = 0 ;
22857 PyObject * obj2 = 0 ;
22858 char *kwnames[] = {
22859 (char *) "self",(char *) "start",(char *) "data", NULL
22860 };
22861
22862 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_FindItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
22863 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22864 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22865 arg2 = (long) SWIG_AsLong(obj1);
22866 if (PyErr_Occurred()) SWIG_fail;
22867 arg3 = (long) SWIG_AsLong(obj2);
22868 if (PyErr_Occurred()) SWIG_fail;
22869 {
22870 PyThreadState* __tstate = wxPyBeginAllowThreads();
22871 result = (long)(arg1)->FindItem(arg2,arg3);
22872
22873 wxPyEndAllowThreads(__tstate);
22874 if (PyErr_Occurred()) SWIG_fail;
22875 }
22876 resultobj = SWIG_FromLong((long)result);
22877 return resultobj;
22878 fail:
22879 return NULL;
22880 }
22881
22882
22883 static PyObject *_wrap_ListCtrl_FindItemAtPos(PyObject *self, PyObject *args, PyObject *kwargs) {
22884 PyObject *resultobj;
22885 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22886 long arg2 ;
22887 wxPoint *arg3 = 0 ;
22888 int arg4 ;
22889 long result;
22890 wxPoint temp3 ;
22891 PyObject * obj0 = 0 ;
22892 PyObject * obj1 = 0 ;
22893 PyObject * obj2 = 0 ;
22894 PyObject * obj3 = 0 ;
22895 char *kwnames[] = {
22896 (char *) "self",(char *) "start",(char *) "pt",(char *) "direction", NULL
22897 };
22898
22899 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_FindItemAtPos",kwnames,&obj0,&obj1,&obj2,&obj3)) 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 arg3 = &temp3;
22906 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
22907 }
22908 arg4 = (int) SWIG_AsInt(obj3);
22909 if (PyErr_Occurred()) SWIG_fail;
22910 {
22911 PyThreadState* __tstate = wxPyBeginAllowThreads();
22912 result = (long)(arg1)->FindItem(arg2,(wxPoint const &)*arg3,arg4);
22913
22914 wxPyEndAllowThreads(__tstate);
22915 if (PyErr_Occurred()) SWIG_fail;
22916 }
22917 resultobj = SWIG_FromLong((long)result);
22918 return resultobj;
22919 fail:
22920 return NULL;
22921 }
22922
22923
22924 static PyObject *_wrap_ListCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
22925 PyObject *resultobj;
22926 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22927 wxPoint *arg2 = 0 ;
22928 int *arg3 = 0 ;
22929 long result;
22930 wxPoint temp2 ;
22931 int temp3 ;
22932 PyObject * obj0 = 0 ;
22933 PyObject * obj1 = 0 ;
22934 char *kwnames[] = {
22935 (char *) "self",(char *) "point", NULL
22936 };
22937
22938 arg3 = &temp3;
22939 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
22940 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22941 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22942 {
22943 arg2 = &temp2;
22944 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
22945 }
22946 {
22947 PyThreadState* __tstate = wxPyBeginAllowThreads();
22948 result = (long)(arg1)->HitTest((wxPoint const &)*arg2,*arg3);
22949
22950 wxPyEndAllowThreads(__tstate);
22951 if (PyErr_Occurred()) SWIG_fail;
22952 }
22953 resultobj = SWIG_FromLong((long)result);
22954 {
22955 PyObject *o = PyInt_FromLong((long) (*arg3));
22956 resultobj = t_output_helper(resultobj,o);
22957 }
22958 return resultobj;
22959 fail:
22960 return NULL;
22961 }
22962
22963
22964 static PyObject *_wrap_ListCtrl_InsertItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22965 PyObject *resultobj;
22966 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22967 wxListItem *arg2 = 0 ;
22968 long result;
22969 PyObject * obj0 = 0 ;
22970 PyObject * obj1 = 0 ;
22971 char *kwnames[] = {
22972 (char *) "self",(char *) "info", NULL
22973 };
22974
22975 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_InsertItem",kwnames,&obj0,&obj1)) goto fail;
22976 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
22977 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
22978 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxListItem,
22979 SWIG_POINTER_EXCEPTION | 0)) == -1)
22980 SWIG_fail;
22981 if (arg2 == NULL) {
22982 PyErr_SetString(PyExc_TypeError,"null reference");
22983 SWIG_fail;
22984 }
22985 {
22986 PyThreadState* __tstate = wxPyBeginAllowThreads();
22987 result = (long)(arg1)->InsertItem(*arg2);
22988
22989 wxPyEndAllowThreads(__tstate);
22990 if (PyErr_Occurred()) SWIG_fail;
22991 }
22992 resultobj = SWIG_FromLong((long)result);
22993 return resultobj;
22994 fail:
22995 return NULL;
22996 }
22997
22998
22999 static PyObject *_wrap_ListCtrl_InsertStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23000 PyObject *resultobj;
23001 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23002 long arg2 ;
23003 wxString *arg3 = 0 ;
23004 long result;
23005 bool temp3 = False ;
23006 PyObject * obj0 = 0 ;
23007 PyObject * obj1 = 0 ;
23008 PyObject * obj2 = 0 ;
23009 char *kwnames[] = {
23010 (char *) "self",(char *) "index",(char *) "label", NULL
23011 };
23012
23013 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertStringItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
23014 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23015 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23016 arg2 = (long) SWIG_AsLong(obj1);
23017 if (PyErr_Occurred()) SWIG_fail;
23018 {
23019 arg3 = wxString_in_helper(obj2);
23020 if (arg3 == NULL) SWIG_fail;
23021 temp3 = True;
23022 }
23023 {
23024 PyThreadState* __tstate = wxPyBeginAllowThreads();
23025 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3);
23026
23027 wxPyEndAllowThreads(__tstate);
23028 if (PyErr_Occurred()) SWIG_fail;
23029 }
23030 resultobj = SWIG_FromLong((long)result);
23031 {
23032 if (temp3)
23033 delete arg3;
23034 }
23035 return resultobj;
23036 fail:
23037 {
23038 if (temp3)
23039 delete arg3;
23040 }
23041 return NULL;
23042 }
23043
23044
23045 static PyObject *_wrap_ListCtrl_InsertImageItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23046 PyObject *resultobj;
23047 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23048 long arg2 ;
23049 int arg3 ;
23050 long result;
23051 PyObject * obj0 = 0 ;
23052 PyObject * obj1 = 0 ;
23053 PyObject * obj2 = 0 ;
23054 char *kwnames[] = {
23055 (char *) "self",(char *) "index",(char *) "imageIndex", NULL
23056 };
23057
23058 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertImageItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
23059 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23060 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23061 arg2 = (long) SWIG_AsLong(obj1);
23062 if (PyErr_Occurred()) SWIG_fail;
23063 arg3 = (int) SWIG_AsInt(obj2);
23064 if (PyErr_Occurred()) SWIG_fail;
23065 {
23066 PyThreadState* __tstate = wxPyBeginAllowThreads();
23067 result = (long)(arg1)->InsertItem(arg2,arg3);
23068
23069 wxPyEndAllowThreads(__tstate);
23070 if (PyErr_Occurred()) SWIG_fail;
23071 }
23072 resultobj = SWIG_FromLong((long)result);
23073 return resultobj;
23074 fail:
23075 return NULL;
23076 }
23077
23078
23079 static PyObject *_wrap_ListCtrl_InsertImageStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23080 PyObject *resultobj;
23081 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23082 long arg2 ;
23083 wxString *arg3 = 0 ;
23084 int arg4 ;
23085 long result;
23086 bool temp3 = False ;
23087 PyObject * obj0 = 0 ;
23088 PyObject * obj1 = 0 ;
23089 PyObject * obj2 = 0 ;
23090 PyObject * obj3 = 0 ;
23091 char *kwnames[] = {
23092 (char *) "self",(char *) "index",(char *) "label",(char *) "imageIndex", NULL
23093 };
23094
23095 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_InsertImageStringItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
23096 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23097 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23098 arg2 = (long) SWIG_AsLong(obj1);
23099 if (PyErr_Occurred()) SWIG_fail;
23100 {
23101 arg3 = wxString_in_helper(obj2);
23102 if (arg3 == NULL) SWIG_fail;
23103 temp3 = True;
23104 }
23105 arg4 = (int) SWIG_AsInt(obj3);
23106 if (PyErr_Occurred()) SWIG_fail;
23107 {
23108 PyThreadState* __tstate = wxPyBeginAllowThreads();
23109 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3,arg4);
23110
23111 wxPyEndAllowThreads(__tstate);
23112 if (PyErr_Occurred()) SWIG_fail;
23113 }
23114 resultobj = SWIG_FromLong((long)result);
23115 {
23116 if (temp3)
23117 delete arg3;
23118 }
23119 return resultobj;
23120 fail:
23121 {
23122 if (temp3)
23123 delete arg3;
23124 }
23125 return NULL;
23126 }
23127
23128
23129 static PyObject *_wrap_ListCtrl_InsertColumnInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
23130 PyObject *resultobj;
23131 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23132 long arg2 ;
23133 wxListItem *arg3 = 0 ;
23134 long result;
23135 PyObject * obj0 = 0 ;
23136 PyObject * obj1 = 0 ;
23137 PyObject * obj2 = 0 ;
23138 char *kwnames[] = {
23139 (char *) "self",(char *) "col",(char *) "info", NULL
23140 };
23141
23142 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertColumnInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
23143 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23144 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23145 arg2 = (long) SWIG_AsLong(obj1);
23146 if (PyErr_Occurred()) SWIG_fail;
23147 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxListItem,
23148 SWIG_POINTER_EXCEPTION | 0)) == -1)
23149 SWIG_fail;
23150 if (arg3 == NULL) {
23151 PyErr_SetString(PyExc_TypeError,"null reference");
23152 SWIG_fail;
23153 }
23154 {
23155 PyThreadState* __tstate = wxPyBeginAllowThreads();
23156 result = (long)(arg1)->InsertColumn(arg2,*arg3);
23157
23158 wxPyEndAllowThreads(__tstate);
23159 if (PyErr_Occurred()) SWIG_fail;
23160 }
23161 resultobj = SWIG_FromLong((long)result);
23162 return resultobj;
23163 fail:
23164 return NULL;
23165 }
23166
23167
23168 static PyObject *_wrap_ListCtrl_InsertColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
23169 PyObject *resultobj;
23170 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23171 long arg2 ;
23172 wxString *arg3 = 0 ;
23173 int arg4 = (int) wxLIST_FORMAT_LEFT ;
23174 int arg5 = (int) -1 ;
23175 long result;
23176 bool temp3 = False ;
23177 PyObject * obj0 = 0 ;
23178 PyObject * obj1 = 0 ;
23179 PyObject * obj2 = 0 ;
23180 PyObject * obj3 = 0 ;
23181 PyObject * obj4 = 0 ;
23182 char *kwnames[] = {
23183 (char *) "self",(char *) "col",(char *) "heading",(char *) "format",(char *) "width", NULL
23184 };
23185
23186 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:ListCtrl_InsertColumn",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
23187 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23188 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23189 arg2 = (long) SWIG_AsLong(obj1);
23190 if (PyErr_Occurred()) SWIG_fail;
23191 {
23192 arg3 = wxString_in_helper(obj2);
23193 if (arg3 == NULL) SWIG_fail;
23194 temp3 = True;
23195 }
23196 if (obj3) {
23197 arg4 = (int) SWIG_AsInt(obj3);
23198 if (PyErr_Occurred()) SWIG_fail;
23199 }
23200 if (obj4) {
23201 arg5 = (int) SWIG_AsInt(obj4);
23202 if (PyErr_Occurred()) SWIG_fail;
23203 }
23204 {
23205 PyThreadState* __tstate = wxPyBeginAllowThreads();
23206 result = (long)(arg1)->InsertColumn(arg2,(wxString const &)*arg3,arg4,arg5);
23207
23208 wxPyEndAllowThreads(__tstate);
23209 if (PyErr_Occurred()) SWIG_fail;
23210 }
23211 resultobj = SWIG_FromLong((long)result);
23212 {
23213 if (temp3)
23214 delete arg3;
23215 }
23216 return resultobj;
23217 fail:
23218 {
23219 if (temp3)
23220 delete arg3;
23221 }
23222 return NULL;
23223 }
23224
23225
23226 static PyObject *_wrap_ListCtrl_SetItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
23227 PyObject *resultobj;
23228 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23229 long arg2 ;
23230 PyObject * obj0 = 0 ;
23231 PyObject * obj1 = 0 ;
23232 char *kwnames[] = {
23233 (char *) "self",(char *) "count", NULL
23234 };
23235
23236 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItemCount",kwnames,&obj0,&obj1)) goto fail;
23237 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23238 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23239 arg2 = (long) SWIG_AsLong(obj1);
23240 if (PyErr_Occurred()) SWIG_fail;
23241 {
23242 PyThreadState* __tstate = wxPyBeginAllowThreads();
23243 (arg1)->SetItemCount(arg2);
23244
23245 wxPyEndAllowThreads(__tstate);
23246 if (PyErr_Occurred()) SWIG_fail;
23247 }
23248 Py_INCREF(Py_None); resultobj = Py_None;
23249 return resultobj;
23250 fail:
23251 return NULL;
23252 }
23253
23254
23255 static PyObject *_wrap_ListCtrl_ScrollList(PyObject *self, PyObject *args, PyObject *kwargs) {
23256 PyObject *resultobj;
23257 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23258 int arg2 ;
23259 int arg3 ;
23260 bool result;
23261 PyObject * obj0 = 0 ;
23262 PyObject * obj1 = 0 ;
23263 PyObject * obj2 = 0 ;
23264 char *kwnames[] = {
23265 (char *) "self",(char *) "dx",(char *) "dy", NULL
23266 };
23267
23268 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_ScrollList",kwnames,&obj0,&obj1,&obj2)) goto fail;
23269 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23270 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23271 arg2 = (int) SWIG_AsInt(obj1);
23272 if (PyErr_Occurred()) SWIG_fail;
23273 arg3 = (int) SWIG_AsInt(obj2);
23274 if (PyErr_Occurred()) SWIG_fail;
23275 {
23276 PyThreadState* __tstate = wxPyBeginAllowThreads();
23277 result = (bool)(arg1)->ScrollList(arg2,arg3);
23278
23279 wxPyEndAllowThreads(__tstate);
23280 if (PyErr_Occurred()) SWIG_fail;
23281 }
23282 {
23283 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23284 }
23285 return resultobj;
23286 fail:
23287 return NULL;
23288 }
23289
23290
23291 static PyObject *_wrap_ListCtrl_SetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
23292 PyObject *resultobj;
23293 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23294 long arg2 ;
23295 wxColour *arg3 = 0 ;
23296 wxColour temp3 ;
23297 PyObject * obj0 = 0 ;
23298 PyObject * obj1 = 0 ;
23299 PyObject * obj2 = 0 ;
23300 char *kwnames[] = {
23301 (char *) "self",(char *) "item",(char *) "col", NULL
23302 };
23303
23304 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
23305 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23306 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23307 arg2 = (long) SWIG_AsLong(obj1);
23308 if (PyErr_Occurred()) SWIG_fail;
23309 {
23310 arg3 = &temp3;
23311 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
23312 }
23313 {
23314 PyThreadState* __tstate = wxPyBeginAllowThreads();
23315 (arg1)->SetItemTextColour(arg2,(wxColour const &)*arg3);
23316
23317 wxPyEndAllowThreads(__tstate);
23318 if (PyErr_Occurred()) SWIG_fail;
23319 }
23320 Py_INCREF(Py_None); resultobj = Py_None;
23321 return resultobj;
23322 fail:
23323 return NULL;
23324 }
23325
23326
23327 static PyObject *_wrap_ListCtrl_GetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
23328 PyObject *resultobj;
23329 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23330 long arg2 ;
23331 wxColour result;
23332 PyObject * obj0 = 0 ;
23333 PyObject * obj1 = 0 ;
23334 char *kwnames[] = {
23335 (char *) "self",(char *) "item", NULL
23336 };
23337
23338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
23339 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23340 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23341 arg2 = (long) SWIG_AsLong(obj1);
23342 if (PyErr_Occurred()) SWIG_fail;
23343 {
23344 PyThreadState* __tstate = wxPyBeginAllowThreads();
23345 result = ((wxPyListCtrl const *)arg1)->GetItemTextColour(arg2);
23346
23347 wxPyEndAllowThreads(__tstate);
23348 if (PyErr_Occurred()) SWIG_fail;
23349 }
23350 {
23351 wxColour * resultptr;
23352 resultptr = new wxColour((wxColour &) result);
23353 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
23354 }
23355 return resultobj;
23356 fail:
23357 return NULL;
23358 }
23359
23360
23361 static PyObject *_wrap_ListCtrl_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
23362 PyObject *resultobj;
23363 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23364 long arg2 ;
23365 wxColour *arg3 = 0 ;
23366 wxColour temp3 ;
23367 PyObject * obj0 = 0 ;
23368 PyObject * obj1 = 0 ;
23369 PyObject * obj2 = 0 ;
23370 char *kwnames[] = {
23371 (char *) "self",(char *) "item",(char *) "col", NULL
23372 };
23373
23374 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
23375 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23376 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23377 arg2 = (long) SWIG_AsLong(obj1);
23378 if (PyErr_Occurred()) SWIG_fail;
23379 {
23380 arg3 = &temp3;
23381 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
23382 }
23383 {
23384 PyThreadState* __tstate = wxPyBeginAllowThreads();
23385 (arg1)->SetItemBackgroundColour(arg2,(wxColour const &)*arg3);
23386
23387 wxPyEndAllowThreads(__tstate);
23388 if (PyErr_Occurred()) SWIG_fail;
23389 }
23390 Py_INCREF(Py_None); resultobj = Py_None;
23391 return resultobj;
23392 fail:
23393 return NULL;
23394 }
23395
23396
23397 static PyObject *_wrap_ListCtrl_GetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
23398 PyObject *resultobj;
23399 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23400 long arg2 ;
23401 wxColour result;
23402 PyObject * obj0 = 0 ;
23403 PyObject * obj1 = 0 ;
23404 char *kwnames[] = {
23405 (char *) "self",(char *) "item", NULL
23406 };
23407
23408 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
23409 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23410 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23411 arg2 = (long) SWIG_AsLong(obj1);
23412 if (PyErr_Occurred()) SWIG_fail;
23413 {
23414 PyThreadState* __tstate = wxPyBeginAllowThreads();
23415 result = ((wxPyListCtrl const *)arg1)->GetItemBackgroundColour(arg2);
23416
23417 wxPyEndAllowThreads(__tstate);
23418 if (PyErr_Occurred()) SWIG_fail;
23419 }
23420 {
23421 wxColour * resultptr;
23422 resultptr = new wxColour((wxColour &) result);
23423 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
23424 }
23425 return resultobj;
23426 fail:
23427 return NULL;
23428 }
23429
23430
23431 static PyObject *_wrap_ListCtrl_SortItems(PyObject *self, PyObject *args, PyObject *kwargs) {
23432 PyObject *resultobj;
23433 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23434 PyObject *arg2 = (PyObject *) 0 ;
23435 bool result;
23436 PyObject * obj0 = 0 ;
23437 PyObject * obj1 = 0 ;
23438 char *kwnames[] = {
23439 (char *) "self",(char *) "func", NULL
23440 };
23441
23442 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SortItems",kwnames,&obj0,&obj1)) goto fail;
23443 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23444 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23445 arg2 = obj1;
23446 {
23447 PyThreadState* __tstate = wxPyBeginAllowThreads();
23448 result = (bool)wxPyListCtrl_SortItems(arg1,arg2);
23449
23450 wxPyEndAllowThreads(__tstate);
23451 if (PyErr_Occurred()) SWIG_fail;
23452 }
23453 {
23454 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23455 }
23456 return resultobj;
23457 fail:
23458 return NULL;
23459 }
23460
23461
23462 static PyObject *_wrap_ListCtrl_GetMainWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
23463 PyObject *resultobj;
23464 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
23465 wxWindow *result;
23466 PyObject * obj0 = 0 ;
23467 char *kwnames[] = {
23468 (char *) "self", NULL
23469 };
23470
23471 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetMainWindow",kwnames,&obj0)) goto fail;
23472 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
23473 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23474 {
23475 PyThreadState* __tstate = wxPyBeginAllowThreads();
23476 result = (wxWindow *)wxPyListCtrl_GetMainWindow(arg1);
23477
23478 wxPyEndAllowThreads(__tstate);
23479 if (PyErr_Occurred()) SWIG_fail;
23480 }
23481 {
23482 resultobj = wxPyMake_wxObject(result);
23483 }
23484 return resultobj;
23485 fail:
23486 return NULL;
23487 }
23488
23489
23490 static PyObject *_wrap_ListCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
23491 PyObject *resultobj;
23492 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
23493 wxVisualAttributes result;
23494 PyObject * obj0 = 0 ;
23495 char *kwnames[] = {
23496 (char *) "variant", NULL
23497 };
23498
23499 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:ListCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
23500 if (obj0) {
23501 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
23502 if (PyErr_Occurred()) SWIG_fail;
23503 }
23504 {
23505 if (!wxPyCheckForApp()) SWIG_fail;
23506 PyThreadState* __tstate = wxPyBeginAllowThreads();
23507 result = wxPyListCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
23508
23509 wxPyEndAllowThreads(__tstate);
23510 if (PyErr_Occurred()) SWIG_fail;
23511 }
23512 {
23513 wxVisualAttributes * resultptr;
23514 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
23515 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
23516 }
23517 return resultobj;
23518 fail:
23519 return NULL;
23520 }
23521
23522
23523 static PyObject * ListCtrl_swigregister(PyObject *self, PyObject *args) {
23524 PyObject *obj;
23525 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
23526 SWIG_TypeClientData(SWIGTYPE_p_wxPyListCtrl, obj);
23527 Py_INCREF(obj);
23528 return Py_BuildValue((char *)"");
23529 }
23530 static PyObject *_wrap_new_ListView(PyObject *self, PyObject *args, PyObject *kwargs) {
23531 PyObject *resultobj;
23532 wxWindow *arg1 = (wxWindow *) 0 ;
23533 int arg2 = (int) -1 ;
23534 wxPoint const &arg3_defvalue = wxDefaultPosition ;
23535 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
23536 wxSize const &arg4_defvalue = wxDefaultSize ;
23537 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
23538 long arg5 = (long) wxLC_REPORT ;
23539 wxValidator const &arg6_defvalue = wxDefaultValidator ;
23540 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
23541 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
23542 wxString *arg7 = (wxString *) &arg7_defvalue ;
23543 wxListView *result;
23544 wxPoint temp3 ;
23545 wxSize temp4 ;
23546 bool temp7 = False ;
23547 PyObject * obj0 = 0 ;
23548 PyObject * obj1 = 0 ;
23549 PyObject * obj2 = 0 ;
23550 PyObject * obj3 = 0 ;
23551 PyObject * obj4 = 0 ;
23552 PyObject * obj5 = 0 ;
23553 PyObject * obj6 = 0 ;
23554 char *kwnames[] = {
23555 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23556 };
23557
23558 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListView",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
23559 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
23560 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23561 if (obj1) {
23562 arg2 = (int) SWIG_AsInt(obj1);
23563 if (PyErr_Occurred()) SWIG_fail;
23564 }
23565 if (obj2) {
23566 {
23567 arg3 = &temp3;
23568 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
23569 }
23570 }
23571 if (obj3) {
23572 {
23573 arg4 = &temp4;
23574 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
23575 }
23576 }
23577 if (obj4) {
23578 arg5 = (long) SWIG_AsLong(obj4);
23579 if (PyErr_Occurred()) SWIG_fail;
23580 }
23581 if (obj5) {
23582 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
23583 SWIG_POINTER_EXCEPTION | 0)) == -1)
23584 SWIG_fail;
23585 if (arg6 == NULL) {
23586 PyErr_SetString(PyExc_TypeError,"null reference");
23587 SWIG_fail;
23588 }
23589 }
23590 if (obj6) {
23591 {
23592 arg7 = wxString_in_helper(obj6);
23593 if (arg7 == NULL) SWIG_fail;
23594 temp7 = True;
23595 }
23596 }
23597 {
23598 if (!wxPyCheckForApp()) SWIG_fail;
23599 PyThreadState* __tstate = wxPyBeginAllowThreads();
23600 result = (wxListView *)new wxListView(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
23601
23602 wxPyEndAllowThreads(__tstate);
23603 if (PyErr_Occurred()) SWIG_fail;
23604 }
23605 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 1);
23606 {
23607 if (temp7)
23608 delete arg7;
23609 }
23610 return resultobj;
23611 fail:
23612 {
23613 if (temp7)
23614 delete arg7;
23615 }
23616 return NULL;
23617 }
23618
23619
23620 static PyObject *_wrap_new_PreListView(PyObject *self, PyObject *args, PyObject *kwargs) {
23621 PyObject *resultobj;
23622 wxListView *result;
23623 char *kwnames[] = {
23624 NULL
23625 };
23626
23627 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListView",kwnames)) goto fail;
23628 {
23629 if (!wxPyCheckForApp()) SWIG_fail;
23630 PyThreadState* __tstate = wxPyBeginAllowThreads();
23631 result = (wxListView *)new wxListView();
23632
23633 wxPyEndAllowThreads(__tstate);
23634 if (PyErr_Occurred()) SWIG_fail;
23635 }
23636 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxListView, 1);
23637 return resultobj;
23638 fail:
23639 return NULL;
23640 }
23641
23642
23643 static PyObject *_wrap_ListView_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
23644 PyObject *resultobj;
23645 wxListView *arg1 = (wxListView *) 0 ;
23646 wxWindow *arg2 = (wxWindow *) 0 ;
23647 int arg3 = (int) -1 ;
23648 wxPoint const &arg4_defvalue = wxDefaultPosition ;
23649 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
23650 wxSize const &arg5_defvalue = wxDefaultSize ;
23651 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
23652 long arg6 = (long) wxLC_REPORT ;
23653 wxValidator const &arg7_defvalue = wxDefaultValidator ;
23654 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
23655 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
23656 wxString *arg8 = (wxString *) &arg8_defvalue ;
23657 bool result;
23658 wxPoint temp4 ;
23659 wxSize temp5 ;
23660 bool temp8 = False ;
23661 PyObject * obj0 = 0 ;
23662 PyObject * obj1 = 0 ;
23663 PyObject * obj2 = 0 ;
23664 PyObject * obj3 = 0 ;
23665 PyObject * obj4 = 0 ;
23666 PyObject * obj5 = 0 ;
23667 PyObject * obj6 = 0 ;
23668 PyObject * obj7 = 0 ;
23669 char *kwnames[] = {
23670 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23671 };
23672
23673 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListView_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
23674 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23675 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23676 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
23677 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23678 if (obj2) {
23679 arg3 = (int) SWIG_AsInt(obj2);
23680 if (PyErr_Occurred()) SWIG_fail;
23681 }
23682 if (obj3) {
23683 {
23684 arg4 = &temp4;
23685 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
23686 }
23687 }
23688 if (obj4) {
23689 {
23690 arg5 = &temp5;
23691 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
23692 }
23693 }
23694 if (obj5) {
23695 arg6 = (long) SWIG_AsLong(obj5);
23696 if (PyErr_Occurred()) SWIG_fail;
23697 }
23698 if (obj6) {
23699 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
23700 SWIG_POINTER_EXCEPTION | 0)) == -1)
23701 SWIG_fail;
23702 if (arg7 == NULL) {
23703 PyErr_SetString(PyExc_TypeError,"null reference");
23704 SWIG_fail;
23705 }
23706 }
23707 if (obj7) {
23708 {
23709 arg8 = wxString_in_helper(obj7);
23710 if (arg8 == NULL) SWIG_fail;
23711 temp8 = True;
23712 }
23713 }
23714 {
23715 PyThreadState* __tstate = wxPyBeginAllowThreads();
23716 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
23717
23718 wxPyEndAllowThreads(__tstate);
23719 if (PyErr_Occurred()) SWIG_fail;
23720 }
23721 {
23722 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23723 }
23724 {
23725 if (temp8)
23726 delete arg8;
23727 }
23728 return resultobj;
23729 fail:
23730 {
23731 if (temp8)
23732 delete arg8;
23733 }
23734 return NULL;
23735 }
23736
23737
23738 static PyObject *_wrap_ListView_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
23739 PyObject *resultobj;
23740 wxListView *arg1 = (wxListView *) 0 ;
23741 long arg2 ;
23742 bool arg3 = (bool) True ;
23743 PyObject * obj0 = 0 ;
23744 PyObject * obj1 = 0 ;
23745 PyObject * obj2 = 0 ;
23746 char *kwnames[] = {
23747 (char *) "self",(char *) "n",(char *) "on", NULL
23748 };
23749
23750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListView_Select",kwnames,&obj0,&obj1,&obj2)) goto fail;
23751 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23752 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23753 arg2 = (long) SWIG_AsLong(obj1);
23754 if (PyErr_Occurred()) SWIG_fail;
23755 if (obj2) {
23756 arg3 = (bool) SWIG_AsBool(obj2);
23757 if (PyErr_Occurred()) SWIG_fail;
23758 }
23759 {
23760 PyThreadState* __tstate = wxPyBeginAllowThreads();
23761 (arg1)->Select(arg2,arg3);
23762
23763 wxPyEndAllowThreads(__tstate);
23764 if (PyErr_Occurred()) SWIG_fail;
23765 }
23766 Py_INCREF(Py_None); resultobj = Py_None;
23767 return resultobj;
23768 fail:
23769 return NULL;
23770 }
23771
23772
23773 static PyObject *_wrap_ListView_Focus(PyObject *self, PyObject *args, PyObject *kwargs) {
23774 PyObject *resultobj;
23775 wxListView *arg1 = (wxListView *) 0 ;
23776 long arg2 ;
23777 PyObject * obj0 = 0 ;
23778 PyObject * obj1 = 0 ;
23779 char *kwnames[] = {
23780 (char *) "self",(char *) "index", NULL
23781 };
23782
23783 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_Focus",kwnames,&obj0,&obj1)) goto fail;
23784 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23785 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23786 arg2 = (long) SWIG_AsLong(obj1);
23787 if (PyErr_Occurred()) SWIG_fail;
23788 {
23789 PyThreadState* __tstate = wxPyBeginAllowThreads();
23790 (arg1)->Focus(arg2);
23791
23792 wxPyEndAllowThreads(__tstate);
23793 if (PyErr_Occurred()) SWIG_fail;
23794 }
23795 Py_INCREF(Py_None); resultobj = Py_None;
23796 return resultobj;
23797 fail:
23798 return NULL;
23799 }
23800
23801
23802 static PyObject *_wrap_ListView_GetFocusedItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23803 PyObject *resultobj;
23804 wxListView *arg1 = (wxListView *) 0 ;
23805 long result;
23806 PyObject * obj0 = 0 ;
23807 char *kwnames[] = {
23808 (char *) "self", NULL
23809 };
23810
23811 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFocusedItem",kwnames,&obj0)) goto fail;
23812 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23813 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23814 {
23815 PyThreadState* __tstate = wxPyBeginAllowThreads();
23816 result = (long)((wxListView const *)arg1)->GetFocusedItem();
23817
23818 wxPyEndAllowThreads(__tstate);
23819 if (PyErr_Occurred()) SWIG_fail;
23820 }
23821 resultobj = SWIG_FromLong((long)result);
23822 return resultobj;
23823 fail:
23824 return NULL;
23825 }
23826
23827
23828 static PyObject *_wrap_ListView_GetNextSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
23829 PyObject *resultobj;
23830 wxListView *arg1 = (wxListView *) 0 ;
23831 long arg2 ;
23832 long result;
23833 PyObject * obj0 = 0 ;
23834 PyObject * obj1 = 0 ;
23835 char *kwnames[] = {
23836 (char *) "self",(char *) "item", NULL
23837 };
23838
23839 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_GetNextSelected",kwnames,&obj0,&obj1)) goto fail;
23840 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23841 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23842 arg2 = (long) SWIG_AsLong(obj1);
23843 if (PyErr_Occurred()) SWIG_fail;
23844 {
23845 PyThreadState* __tstate = wxPyBeginAllowThreads();
23846 result = (long)((wxListView const *)arg1)->GetNextSelected(arg2);
23847
23848 wxPyEndAllowThreads(__tstate);
23849 if (PyErr_Occurred()) SWIG_fail;
23850 }
23851 resultobj = SWIG_FromLong((long)result);
23852 return resultobj;
23853 fail:
23854 return NULL;
23855 }
23856
23857
23858 static PyObject *_wrap_ListView_GetFirstSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
23859 PyObject *resultobj;
23860 wxListView *arg1 = (wxListView *) 0 ;
23861 long result;
23862 PyObject * obj0 = 0 ;
23863 char *kwnames[] = {
23864 (char *) "self", NULL
23865 };
23866
23867 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFirstSelected",kwnames,&obj0)) goto fail;
23868 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23869 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23870 {
23871 PyThreadState* __tstate = wxPyBeginAllowThreads();
23872 result = (long)((wxListView const *)arg1)->GetFirstSelected();
23873
23874 wxPyEndAllowThreads(__tstate);
23875 if (PyErr_Occurred()) SWIG_fail;
23876 }
23877 resultobj = SWIG_FromLong((long)result);
23878 return resultobj;
23879 fail:
23880 return NULL;
23881 }
23882
23883
23884 static PyObject *_wrap_ListView_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
23885 PyObject *resultobj;
23886 wxListView *arg1 = (wxListView *) 0 ;
23887 long arg2 ;
23888 bool result;
23889 PyObject * obj0 = 0 ;
23890 PyObject * obj1 = 0 ;
23891 char *kwnames[] = {
23892 (char *) "self",(char *) "index", NULL
23893 };
23894
23895 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_IsSelected",kwnames,&obj0,&obj1)) goto fail;
23896 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23897 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23898 arg2 = (long) SWIG_AsLong(obj1);
23899 if (PyErr_Occurred()) SWIG_fail;
23900 {
23901 PyThreadState* __tstate = wxPyBeginAllowThreads();
23902 result = (bool)(arg1)->IsSelected(arg2);
23903
23904 wxPyEndAllowThreads(__tstate);
23905 if (PyErr_Occurred()) SWIG_fail;
23906 }
23907 {
23908 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23909 }
23910 return resultobj;
23911 fail:
23912 return NULL;
23913 }
23914
23915
23916 static PyObject *_wrap_ListView_SetColumnImage(PyObject *self, PyObject *args, PyObject *kwargs) {
23917 PyObject *resultobj;
23918 wxListView *arg1 = (wxListView *) 0 ;
23919 int arg2 ;
23920 int arg3 ;
23921 PyObject * obj0 = 0 ;
23922 PyObject * obj1 = 0 ;
23923 PyObject * obj2 = 0 ;
23924 char *kwnames[] = {
23925 (char *) "self",(char *) "col",(char *) "image", NULL
23926 };
23927
23928 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListView_SetColumnImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
23929 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23930 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23931 arg2 = (int) SWIG_AsInt(obj1);
23932 if (PyErr_Occurred()) SWIG_fail;
23933 arg3 = (int) SWIG_AsInt(obj2);
23934 if (PyErr_Occurred()) SWIG_fail;
23935 {
23936 PyThreadState* __tstate = wxPyBeginAllowThreads();
23937 (arg1)->SetColumnImage(arg2,arg3);
23938
23939 wxPyEndAllowThreads(__tstate);
23940 if (PyErr_Occurred()) SWIG_fail;
23941 }
23942 Py_INCREF(Py_None); resultobj = Py_None;
23943 return resultobj;
23944 fail:
23945 return NULL;
23946 }
23947
23948
23949 static PyObject *_wrap_ListView_ClearColumnImage(PyObject *self, PyObject *args, PyObject *kwargs) {
23950 PyObject *resultobj;
23951 wxListView *arg1 = (wxListView *) 0 ;
23952 int arg2 ;
23953 PyObject * obj0 = 0 ;
23954 PyObject * obj1 = 0 ;
23955 char *kwnames[] = {
23956 (char *) "self",(char *) "col", NULL
23957 };
23958
23959 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_ClearColumnImage",kwnames,&obj0,&obj1)) goto fail;
23960 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxListView,
23961 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
23962 arg2 = (int) SWIG_AsInt(obj1);
23963 if (PyErr_Occurred()) SWIG_fail;
23964 {
23965 PyThreadState* __tstate = wxPyBeginAllowThreads();
23966 (arg1)->ClearColumnImage(arg2);
23967
23968 wxPyEndAllowThreads(__tstate);
23969 if (PyErr_Occurred()) SWIG_fail;
23970 }
23971 Py_INCREF(Py_None); resultobj = Py_None;
23972 return resultobj;
23973 fail:
23974 return NULL;
23975 }
23976
23977
23978 static PyObject * ListView_swigregister(PyObject *self, PyObject *args) {
23979 PyObject *obj;
23980 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
23981 SWIG_TypeClientData(SWIGTYPE_p_wxListView, obj);
23982 Py_INCREF(obj);
23983 return Py_BuildValue((char *)"");
23984 }
23985 static int _wrap_TreeCtrlNameStr_set(PyObject *_val) {
23986 PyErr_SetString(PyExc_TypeError,"Variable TreeCtrlNameStr is read-only.");
23987 return 1;
23988 }
23989
23990
23991 static PyObject *_wrap_TreeCtrlNameStr_get() {
23992 PyObject *pyobj;
23993
23994 {
23995 #if wxUSE_UNICODE
23996 pyobj = PyUnicode_FromWideChar((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
23997 #else
23998 pyobj = PyString_FromStringAndSize((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
23999 #endif
24000 }
24001 return pyobj;
24002 }
24003
24004
24005 static PyObject *_wrap_new_TreeItemId(PyObject *self, PyObject *args, PyObject *kwargs) {
24006 PyObject *resultobj;
24007 wxTreeItemId *result;
24008 char *kwnames[] = {
24009 NULL
24010 };
24011
24012 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_TreeItemId",kwnames)) goto fail;
24013 {
24014 PyThreadState* __tstate = wxPyBeginAllowThreads();
24015 result = (wxTreeItemId *)new wxTreeItemId();
24016
24017 wxPyEndAllowThreads(__tstate);
24018 if (PyErr_Occurred()) SWIG_fail;
24019 }
24020 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeItemId, 1);
24021 return resultobj;
24022 fail:
24023 return NULL;
24024 }
24025
24026
24027 static PyObject *_wrap_delete_TreeItemId(PyObject *self, PyObject *args, PyObject *kwargs) {
24028 PyObject *resultobj;
24029 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24030 PyObject * obj0 = 0 ;
24031 char *kwnames[] = {
24032 (char *) "self", NULL
24033 };
24034
24035 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TreeItemId",kwnames,&obj0)) goto fail;
24036 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24037 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24038 {
24039 PyThreadState* __tstate = wxPyBeginAllowThreads();
24040 delete arg1;
24041
24042 wxPyEndAllowThreads(__tstate);
24043 if (PyErr_Occurred()) SWIG_fail;
24044 }
24045 Py_INCREF(Py_None); resultobj = Py_None;
24046 return resultobj;
24047 fail:
24048 return NULL;
24049 }
24050
24051
24052 static PyObject *_wrap_TreeItemId_IsOk(PyObject *self, PyObject *args, PyObject *kwargs) {
24053 PyObject *resultobj;
24054 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24055 bool result;
24056 PyObject * obj0 = 0 ;
24057 char *kwnames[] = {
24058 (char *) "self", NULL
24059 };
24060
24061 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_IsOk",kwnames,&obj0)) goto fail;
24062 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24063 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24064 {
24065 PyThreadState* __tstate = wxPyBeginAllowThreads();
24066 result = (bool)((wxTreeItemId const *)arg1)->IsOk();
24067
24068 wxPyEndAllowThreads(__tstate);
24069 if (PyErr_Occurred()) SWIG_fail;
24070 }
24071 {
24072 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24073 }
24074 return resultobj;
24075 fail:
24076 return NULL;
24077 }
24078
24079
24080 static PyObject *_wrap_TreeItemId___eq__(PyObject *self, PyObject *args, PyObject *kwargs) {
24081 PyObject *resultobj;
24082 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24083 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
24084 bool result;
24085 PyObject * obj0 = 0 ;
24086 PyObject * obj1 = 0 ;
24087 char *kwnames[] = {
24088 (char *) "self",(char *) "other", NULL
24089 };
24090
24091 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___eq__",kwnames,&obj0,&obj1)) goto fail;
24092 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24093 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24094 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24095 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24096 {
24097 PyThreadState* __tstate = wxPyBeginAllowThreads();
24098 result = (bool)wxTreeItemId___eq__(arg1,(wxTreeItemId const *)arg2);
24099
24100 wxPyEndAllowThreads(__tstate);
24101 if (PyErr_Occurred()) SWIG_fail;
24102 }
24103 {
24104 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24105 }
24106 return resultobj;
24107 fail:
24108 return NULL;
24109 }
24110
24111
24112 static PyObject *_wrap_TreeItemId___ne__(PyObject *self, PyObject *args, PyObject *kwargs) {
24113 PyObject *resultobj;
24114 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24115 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
24116 bool result;
24117 PyObject * obj0 = 0 ;
24118 PyObject * obj1 = 0 ;
24119 char *kwnames[] = {
24120 (char *) "self",(char *) "other", NULL
24121 };
24122
24123 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___ne__",kwnames,&obj0,&obj1)) goto fail;
24124 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24125 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24126 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24127 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24128 {
24129 PyThreadState* __tstate = wxPyBeginAllowThreads();
24130 result = (bool)wxTreeItemId___ne__(arg1,(wxTreeItemId const *)arg2);
24131
24132 wxPyEndAllowThreads(__tstate);
24133 if (PyErr_Occurred()) SWIG_fail;
24134 }
24135 {
24136 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24137 }
24138 return resultobj;
24139 fail:
24140 return NULL;
24141 }
24142
24143
24144 static PyObject *_wrap_TreeItemId_m_pItem_set(PyObject *self, PyObject *args, PyObject *kwargs) {
24145 PyObject *resultobj;
24146 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24147 void *arg2 = (void *) 0 ;
24148 PyObject * obj0 = 0 ;
24149 PyObject * obj1 = 0 ;
24150 char *kwnames[] = {
24151 (char *) "self",(char *) "m_pItem", NULL
24152 };
24153
24154 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId_m_pItem_set",kwnames,&obj0,&obj1)) goto fail;
24155 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24156 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24157 if ((SWIG_ConvertPtr(obj1,&arg2,0,SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
24158 if (arg1) (arg1)->m_pItem = arg2;
24159
24160 Py_INCREF(Py_None); resultobj = Py_None;
24161 return resultobj;
24162 fail:
24163 return NULL;
24164 }
24165
24166
24167 static PyObject *_wrap_TreeItemId_m_pItem_get(PyObject *self, PyObject *args, PyObject *kwargs) {
24168 PyObject *resultobj;
24169 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
24170 void *result;
24171 PyObject * obj0 = 0 ;
24172 char *kwnames[] = {
24173 (char *) "self", NULL
24174 };
24175
24176 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_m_pItem_get",kwnames,&obj0)) goto fail;
24177 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeItemId,
24178 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24179 result = (void *) ((arg1)->m_pItem);
24180
24181 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_void, 0);
24182 return resultobj;
24183 fail:
24184 return NULL;
24185 }
24186
24187
24188 static PyObject * TreeItemId_swigregister(PyObject *self, PyObject *args) {
24189 PyObject *obj;
24190 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24191 SWIG_TypeClientData(SWIGTYPE_p_wxTreeItemId, obj);
24192 Py_INCREF(obj);
24193 return Py_BuildValue((char *)"");
24194 }
24195 static PyObject *_wrap_new_TreeItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
24196 PyObject *resultobj;
24197 PyObject *arg1 = (PyObject *) NULL ;
24198 wxPyTreeItemData *result;
24199 PyObject * obj0 = 0 ;
24200 char *kwnames[] = {
24201 (char *) "obj", NULL
24202 };
24203
24204 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:new_TreeItemData",kwnames,&obj0)) goto fail;
24205 if (obj0) {
24206 arg1 = obj0;
24207 }
24208 {
24209 PyThreadState* __tstate = wxPyBeginAllowThreads();
24210 result = (wxPyTreeItemData *)new wxPyTreeItemData(arg1);
24211
24212 wxPyEndAllowThreads(__tstate);
24213 if (PyErr_Occurred()) SWIG_fail;
24214 }
24215 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeItemData, 1);
24216 return resultobj;
24217 fail:
24218 return NULL;
24219 }
24220
24221
24222 static PyObject *_wrap_TreeItemData_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
24223 PyObject *resultobj;
24224 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24225 PyObject *result;
24226 PyObject * obj0 = 0 ;
24227 char *kwnames[] = {
24228 (char *) "self", NULL
24229 };
24230
24231 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetData",kwnames,&obj0)) goto fail;
24232 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24233 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24234 {
24235 PyThreadState* __tstate = wxPyBeginAllowThreads();
24236 result = (PyObject *)(arg1)->GetData();
24237
24238 wxPyEndAllowThreads(__tstate);
24239 if (PyErr_Occurred()) SWIG_fail;
24240 }
24241 resultobj = result;
24242 return resultobj;
24243 fail:
24244 return NULL;
24245 }
24246
24247
24248 static PyObject *_wrap_TreeItemData_SetData(PyObject *self, PyObject *args, PyObject *kwargs) {
24249 PyObject *resultobj;
24250 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24251 PyObject *arg2 = (PyObject *) 0 ;
24252 PyObject * obj0 = 0 ;
24253 PyObject * obj1 = 0 ;
24254 char *kwnames[] = {
24255 (char *) "self",(char *) "obj", NULL
24256 };
24257
24258 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetData",kwnames,&obj0,&obj1)) goto fail;
24259 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24260 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24261 arg2 = obj1;
24262 {
24263 PyThreadState* __tstate = wxPyBeginAllowThreads();
24264 (arg1)->SetData(arg2);
24265
24266 wxPyEndAllowThreads(__tstate);
24267 if (PyErr_Occurred()) SWIG_fail;
24268 }
24269 Py_INCREF(Py_None); resultobj = Py_None;
24270 return resultobj;
24271 fail:
24272 return NULL;
24273 }
24274
24275
24276 static PyObject *_wrap_TreeItemData_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
24277 PyObject *resultobj;
24278 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24279 wxTreeItemId *result;
24280 PyObject * obj0 = 0 ;
24281 char *kwnames[] = {
24282 (char *) "self", NULL
24283 };
24284
24285 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetId",kwnames,&obj0)) goto fail;
24286 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24287 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24288 {
24289 PyThreadState* __tstate = wxPyBeginAllowThreads();
24290 {
24291 wxTreeItemId const &_result_ref = (arg1)->GetId();
24292 result = (wxTreeItemId *) &_result_ref;
24293 }
24294
24295 wxPyEndAllowThreads(__tstate);
24296 if (PyErr_Occurred()) SWIG_fail;
24297 }
24298 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeItemId, 0);
24299 return resultobj;
24300 fail:
24301 return NULL;
24302 }
24303
24304
24305 static PyObject *_wrap_TreeItemData_SetId(PyObject *self, PyObject *args, PyObject *kwargs) {
24306 PyObject *resultobj;
24307 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24308 wxTreeItemId *arg2 = 0 ;
24309 PyObject * obj0 = 0 ;
24310 PyObject * obj1 = 0 ;
24311 char *kwnames[] = {
24312 (char *) "self",(char *) "id", NULL
24313 };
24314
24315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetId",kwnames,&obj0,&obj1)) goto fail;
24316 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24317 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24318 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24319 SWIG_POINTER_EXCEPTION | 0)) == -1)
24320 SWIG_fail;
24321 if (arg2 == NULL) {
24322 PyErr_SetString(PyExc_TypeError,"null reference");
24323 SWIG_fail;
24324 }
24325 {
24326 PyThreadState* __tstate = wxPyBeginAllowThreads();
24327 (arg1)->SetId((wxTreeItemId const &)*arg2);
24328
24329 wxPyEndAllowThreads(__tstate);
24330 if (PyErr_Occurred()) SWIG_fail;
24331 }
24332 Py_INCREF(Py_None); resultobj = Py_None;
24333 return resultobj;
24334 fail:
24335 return NULL;
24336 }
24337
24338
24339 static PyObject *_wrap_TreeItemData_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
24340 PyObject *resultobj;
24341 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
24342 PyObject * obj0 = 0 ;
24343 char *kwnames[] = {
24344 (char *) "self", NULL
24345 };
24346
24347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_Destroy",kwnames,&obj0)) goto fail;
24348 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeItemData,
24349 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24350 {
24351 PyThreadState* __tstate = wxPyBeginAllowThreads();
24352 wxPyTreeItemData_Destroy(arg1);
24353
24354 wxPyEndAllowThreads(__tstate);
24355 if (PyErr_Occurred()) SWIG_fail;
24356 }
24357 Py_INCREF(Py_None); resultobj = Py_None;
24358 return resultobj;
24359 fail:
24360 return NULL;
24361 }
24362
24363
24364 static PyObject * TreeItemData_swigregister(PyObject *self, PyObject *args) {
24365 PyObject *obj;
24366 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24367 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeItemData, obj);
24368 Py_INCREF(obj);
24369 return Py_BuildValue((char *)"");
24370 }
24371 static PyObject *_wrap_new_TreeEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
24372 PyObject *resultobj;
24373 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
24374 int arg2 = (int) 0 ;
24375 wxTreeEvent *result;
24376 PyObject * obj0 = 0 ;
24377 PyObject * obj1 = 0 ;
24378 char *kwnames[] = {
24379 (char *) "commandType",(char *) "id", NULL
24380 };
24381
24382 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_TreeEvent",kwnames,&obj0,&obj1)) goto fail;
24383 if (obj0) {
24384 arg1 = (wxEventType) SWIG_AsInt(obj0);
24385 if (PyErr_Occurred()) SWIG_fail;
24386 }
24387 if (obj1) {
24388 arg2 = (int) SWIG_AsInt(obj1);
24389 if (PyErr_Occurred()) SWIG_fail;
24390 }
24391 {
24392 PyThreadState* __tstate = wxPyBeginAllowThreads();
24393 result = (wxTreeEvent *)new wxTreeEvent(arg1,arg2);
24394
24395 wxPyEndAllowThreads(__tstate);
24396 if (PyErr_Occurred()) SWIG_fail;
24397 }
24398 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxTreeEvent, 1);
24399 return resultobj;
24400 fail:
24401 return NULL;
24402 }
24403
24404
24405 static PyObject *_wrap_TreeEvent_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24406 PyObject *resultobj;
24407 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24408 wxTreeItemId result;
24409 PyObject * obj0 = 0 ;
24410 char *kwnames[] = {
24411 (char *) "self", NULL
24412 };
24413
24414 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetItem",kwnames,&obj0)) goto fail;
24415 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24416 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24417 {
24418 PyThreadState* __tstate = wxPyBeginAllowThreads();
24419 result = ((wxTreeEvent const *)arg1)->GetItem();
24420
24421 wxPyEndAllowThreads(__tstate);
24422 if (PyErr_Occurred()) SWIG_fail;
24423 }
24424 {
24425 wxTreeItemId * resultptr;
24426 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24427 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
24428 }
24429 return resultobj;
24430 fail:
24431 return NULL;
24432 }
24433
24434
24435 static PyObject *_wrap_TreeEvent_SetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24436 PyObject *resultobj;
24437 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24438 wxTreeItemId *arg2 = 0 ;
24439 PyObject * obj0 = 0 ;
24440 PyObject * obj1 = 0 ;
24441 char *kwnames[] = {
24442 (char *) "self",(char *) "item", NULL
24443 };
24444
24445 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetItem",kwnames,&obj0,&obj1)) goto fail;
24446 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24447 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24448 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24449 SWIG_POINTER_EXCEPTION | 0)) == -1)
24450 SWIG_fail;
24451 if (arg2 == NULL) {
24452 PyErr_SetString(PyExc_TypeError,"null reference");
24453 SWIG_fail;
24454 }
24455 {
24456 PyThreadState* __tstate = wxPyBeginAllowThreads();
24457 (arg1)->SetItem((wxTreeItemId const &)*arg2);
24458
24459 wxPyEndAllowThreads(__tstate);
24460 if (PyErr_Occurred()) SWIG_fail;
24461 }
24462 Py_INCREF(Py_None); resultobj = Py_None;
24463 return resultobj;
24464 fail:
24465 return NULL;
24466 }
24467
24468
24469 static PyObject *_wrap_TreeEvent_GetOldItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24470 PyObject *resultobj;
24471 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24472 wxTreeItemId result;
24473 PyObject * obj0 = 0 ;
24474 char *kwnames[] = {
24475 (char *) "self", NULL
24476 };
24477
24478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetOldItem",kwnames,&obj0)) goto fail;
24479 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24480 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24481 {
24482 PyThreadState* __tstate = wxPyBeginAllowThreads();
24483 result = ((wxTreeEvent const *)arg1)->GetOldItem();
24484
24485 wxPyEndAllowThreads(__tstate);
24486 if (PyErr_Occurred()) SWIG_fail;
24487 }
24488 {
24489 wxTreeItemId * resultptr;
24490 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24491 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
24492 }
24493 return resultobj;
24494 fail:
24495 return NULL;
24496 }
24497
24498
24499 static PyObject *_wrap_TreeEvent_SetOldItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24500 PyObject *resultobj;
24501 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24502 wxTreeItemId *arg2 = 0 ;
24503 PyObject * obj0 = 0 ;
24504 PyObject * obj1 = 0 ;
24505 char *kwnames[] = {
24506 (char *) "self",(char *) "item", NULL
24507 };
24508
24509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetOldItem",kwnames,&obj0,&obj1)) goto fail;
24510 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24511 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24512 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
24513 SWIG_POINTER_EXCEPTION | 0)) == -1)
24514 SWIG_fail;
24515 if (arg2 == NULL) {
24516 PyErr_SetString(PyExc_TypeError,"null reference");
24517 SWIG_fail;
24518 }
24519 {
24520 PyThreadState* __tstate = wxPyBeginAllowThreads();
24521 (arg1)->SetOldItem((wxTreeItemId const &)*arg2);
24522
24523 wxPyEndAllowThreads(__tstate);
24524 if (PyErr_Occurred()) SWIG_fail;
24525 }
24526 Py_INCREF(Py_None); resultobj = Py_None;
24527 return resultobj;
24528 fail:
24529 return NULL;
24530 }
24531
24532
24533 static PyObject *_wrap_TreeEvent_GetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
24534 PyObject *resultobj;
24535 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24536 wxPoint result;
24537 PyObject * obj0 = 0 ;
24538 char *kwnames[] = {
24539 (char *) "self", NULL
24540 };
24541
24542 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetPoint",kwnames,&obj0)) goto fail;
24543 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24544 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24545 {
24546 PyThreadState* __tstate = wxPyBeginAllowThreads();
24547 result = ((wxTreeEvent const *)arg1)->GetPoint();
24548
24549 wxPyEndAllowThreads(__tstate);
24550 if (PyErr_Occurred()) SWIG_fail;
24551 }
24552 {
24553 wxPoint * resultptr;
24554 resultptr = new wxPoint((wxPoint &) result);
24555 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
24556 }
24557 return resultobj;
24558 fail:
24559 return NULL;
24560 }
24561
24562
24563 static PyObject *_wrap_TreeEvent_SetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
24564 PyObject *resultobj;
24565 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24566 wxPoint *arg2 = 0 ;
24567 wxPoint temp2 ;
24568 PyObject * obj0 = 0 ;
24569 PyObject * obj1 = 0 ;
24570 char *kwnames[] = {
24571 (char *) "self",(char *) "pt", NULL
24572 };
24573
24574 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetPoint",kwnames,&obj0,&obj1)) goto fail;
24575 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24576 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24577 {
24578 arg2 = &temp2;
24579 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
24580 }
24581 {
24582 PyThreadState* __tstate = wxPyBeginAllowThreads();
24583 (arg1)->SetPoint((wxPoint const &)*arg2);
24584
24585 wxPyEndAllowThreads(__tstate);
24586 if (PyErr_Occurred()) SWIG_fail;
24587 }
24588 Py_INCREF(Py_None); resultobj = Py_None;
24589 return resultobj;
24590 fail:
24591 return NULL;
24592 }
24593
24594
24595 static PyObject *_wrap_TreeEvent_GetKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
24596 PyObject *resultobj;
24597 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24598 wxKeyEvent *result;
24599 PyObject * obj0 = 0 ;
24600 char *kwnames[] = {
24601 (char *) "self", NULL
24602 };
24603
24604 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyEvent",kwnames,&obj0)) goto fail;
24605 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24606 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24607 {
24608 PyThreadState* __tstate = wxPyBeginAllowThreads();
24609 {
24610 wxKeyEvent const &_result_ref = ((wxTreeEvent const *)arg1)->GetKeyEvent();
24611 result = (wxKeyEvent *) &_result_ref;
24612 }
24613
24614 wxPyEndAllowThreads(__tstate);
24615 if (PyErr_Occurred()) SWIG_fail;
24616 }
24617 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxKeyEvent, 0);
24618 return resultobj;
24619 fail:
24620 return NULL;
24621 }
24622
24623
24624 static PyObject *_wrap_TreeEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) {
24625 PyObject *resultobj;
24626 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24627 int result;
24628 PyObject * obj0 = 0 ;
24629 char *kwnames[] = {
24630 (char *) "self", NULL
24631 };
24632
24633 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyCode",kwnames,&obj0)) goto fail;
24634 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24635 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24636 {
24637 PyThreadState* __tstate = wxPyBeginAllowThreads();
24638 result = (int)((wxTreeEvent const *)arg1)->GetKeyCode();
24639
24640 wxPyEndAllowThreads(__tstate);
24641 if (PyErr_Occurred()) SWIG_fail;
24642 }
24643 resultobj = SWIG_FromInt((int)result);
24644 return resultobj;
24645 fail:
24646 return NULL;
24647 }
24648
24649
24650 static PyObject *_wrap_TreeEvent_SetKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
24651 PyObject *resultobj;
24652 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24653 wxKeyEvent *arg2 = 0 ;
24654 PyObject * obj0 = 0 ;
24655 PyObject * obj1 = 0 ;
24656 char *kwnames[] = {
24657 (char *) "self",(char *) "evt", NULL
24658 };
24659
24660 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetKeyEvent",kwnames,&obj0,&obj1)) goto fail;
24661 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24662 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24663 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxKeyEvent,
24664 SWIG_POINTER_EXCEPTION | 0)) == -1)
24665 SWIG_fail;
24666 if (arg2 == NULL) {
24667 PyErr_SetString(PyExc_TypeError,"null reference");
24668 SWIG_fail;
24669 }
24670 {
24671 PyThreadState* __tstate = wxPyBeginAllowThreads();
24672 (arg1)->SetKeyEvent((wxKeyEvent const &)*arg2);
24673
24674 wxPyEndAllowThreads(__tstate);
24675 if (PyErr_Occurred()) SWIG_fail;
24676 }
24677 Py_INCREF(Py_None); resultobj = Py_None;
24678 return resultobj;
24679 fail:
24680 return NULL;
24681 }
24682
24683
24684 static PyObject *_wrap_TreeEvent_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
24685 PyObject *resultobj;
24686 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24687 wxString *result;
24688 PyObject * obj0 = 0 ;
24689 char *kwnames[] = {
24690 (char *) "self", NULL
24691 };
24692
24693 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetLabel",kwnames,&obj0)) goto fail;
24694 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24695 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24696 {
24697 PyThreadState* __tstate = wxPyBeginAllowThreads();
24698 {
24699 wxString const &_result_ref = ((wxTreeEvent const *)arg1)->GetLabel();
24700 result = (wxString *) &_result_ref;
24701 }
24702
24703 wxPyEndAllowThreads(__tstate);
24704 if (PyErr_Occurred()) SWIG_fail;
24705 }
24706 {
24707 #if wxUSE_UNICODE
24708 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
24709 #else
24710 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
24711 #endif
24712 }
24713 return resultobj;
24714 fail:
24715 return NULL;
24716 }
24717
24718
24719 static PyObject *_wrap_TreeEvent_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
24720 PyObject *resultobj;
24721 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24722 wxString *arg2 = 0 ;
24723 bool temp2 = False ;
24724 PyObject * obj0 = 0 ;
24725 PyObject * obj1 = 0 ;
24726 char *kwnames[] = {
24727 (char *) "self",(char *) "label", NULL
24728 };
24729
24730 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetLabel",kwnames,&obj0,&obj1)) goto fail;
24731 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24732 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24733 {
24734 arg2 = wxString_in_helper(obj1);
24735 if (arg2 == NULL) SWIG_fail;
24736 temp2 = True;
24737 }
24738 {
24739 PyThreadState* __tstate = wxPyBeginAllowThreads();
24740 (arg1)->SetLabel((wxString const &)*arg2);
24741
24742 wxPyEndAllowThreads(__tstate);
24743 if (PyErr_Occurred()) SWIG_fail;
24744 }
24745 Py_INCREF(Py_None); resultobj = Py_None;
24746 {
24747 if (temp2)
24748 delete arg2;
24749 }
24750 return resultobj;
24751 fail:
24752 {
24753 if (temp2)
24754 delete arg2;
24755 }
24756 return NULL;
24757 }
24758
24759
24760 static PyObject *_wrap_TreeEvent_IsEditCancelled(PyObject *self, PyObject *args, PyObject *kwargs) {
24761 PyObject *resultobj;
24762 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24763 bool result;
24764 PyObject * obj0 = 0 ;
24765 char *kwnames[] = {
24766 (char *) "self", NULL
24767 };
24768
24769 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
24770 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24771 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24772 {
24773 PyThreadState* __tstate = wxPyBeginAllowThreads();
24774 result = (bool)((wxTreeEvent const *)arg1)->IsEditCancelled();
24775
24776 wxPyEndAllowThreads(__tstate);
24777 if (PyErr_Occurred()) SWIG_fail;
24778 }
24779 {
24780 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24781 }
24782 return resultobj;
24783 fail:
24784 return NULL;
24785 }
24786
24787
24788 static PyObject *_wrap_TreeEvent_SetEditCanceled(PyObject *self, PyObject *args, PyObject *kwargs) {
24789 PyObject *resultobj;
24790 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24791 bool arg2 ;
24792 PyObject * obj0 = 0 ;
24793 PyObject * obj1 = 0 ;
24794 char *kwnames[] = {
24795 (char *) "self",(char *) "editCancelled", NULL
24796 };
24797
24798 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
24799 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24800 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24801 arg2 = (bool) SWIG_AsBool(obj1);
24802 if (PyErr_Occurred()) SWIG_fail;
24803 {
24804 PyThreadState* __tstate = wxPyBeginAllowThreads();
24805 (arg1)->SetEditCanceled(arg2);
24806
24807 wxPyEndAllowThreads(__tstate);
24808 if (PyErr_Occurred()) SWIG_fail;
24809 }
24810 Py_INCREF(Py_None); resultobj = Py_None;
24811 return resultobj;
24812 fail:
24813 return NULL;
24814 }
24815
24816
24817 static PyObject *_wrap_TreeEvent_SetToolTip(PyObject *self, PyObject *args, PyObject *kwargs) {
24818 PyObject *resultobj;
24819 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
24820 wxString *arg2 = 0 ;
24821 bool temp2 = False ;
24822 PyObject * obj0 = 0 ;
24823 PyObject * obj1 = 0 ;
24824 char *kwnames[] = {
24825 (char *) "self",(char *) "toolTip", NULL
24826 };
24827
24828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetToolTip",kwnames,&obj0,&obj1)) goto fail;
24829 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxTreeEvent,
24830 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24831 {
24832 arg2 = wxString_in_helper(obj1);
24833 if (arg2 == NULL) SWIG_fail;
24834 temp2 = True;
24835 }
24836 {
24837 PyThreadState* __tstate = wxPyBeginAllowThreads();
24838 (arg1)->SetToolTip((wxString const &)*arg2);
24839
24840 wxPyEndAllowThreads(__tstate);
24841 if (PyErr_Occurred()) SWIG_fail;
24842 }
24843 Py_INCREF(Py_None); resultobj = Py_None;
24844 {
24845 if (temp2)
24846 delete arg2;
24847 }
24848 return resultobj;
24849 fail:
24850 {
24851 if (temp2)
24852 delete arg2;
24853 }
24854 return NULL;
24855 }
24856
24857
24858 static PyObject * TreeEvent_swigregister(PyObject *self, PyObject *args) {
24859 PyObject *obj;
24860 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
24861 SWIG_TypeClientData(SWIGTYPE_p_wxTreeEvent, obj);
24862 Py_INCREF(obj);
24863 return Py_BuildValue((char *)"");
24864 }
24865 static PyObject *_wrap_new_TreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
24866 PyObject *resultobj;
24867 wxWindow *arg1 = (wxWindow *) 0 ;
24868 int arg2 = (int) -1 ;
24869 wxPoint const &arg3_defvalue = wxDefaultPosition ;
24870 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
24871 wxSize const &arg4_defvalue = wxDefaultSize ;
24872 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
24873 long arg5 = (long) wxTR_DEFAULT_STYLE ;
24874 wxValidator const &arg6_defvalue = wxDefaultValidator ;
24875 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
24876 wxString const &arg7_defvalue = wxPyTreeCtrlNameStr ;
24877 wxString *arg7 = (wxString *) &arg7_defvalue ;
24878 wxPyTreeCtrl *result;
24879 wxPoint temp3 ;
24880 wxSize temp4 ;
24881 bool temp7 = False ;
24882 PyObject * obj0 = 0 ;
24883 PyObject * obj1 = 0 ;
24884 PyObject * obj2 = 0 ;
24885 PyObject * obj3 = 0 ;
24886 PyObject * obj4 = 0 ;
24887 PyObject * obj5 = 0 ;
24888 PyObject * obj6 = 0 ;
24889 char *kwnames[] = {
24890 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
24891 };
24892
24893 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_TreeCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
24894 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
24895 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
24896 if (obj1) {
24897 arg2 = (int) SWIG_AsInt(obj1);
24898 if (PyErr_Occurred()) SWIG_fail;
24899 }
24900 if (obj2) {
24901 {
24902 arg3 = &temp3;
24903 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
24904 }
24905 }
24906 if (obj3) {
24907 {
24908 arg4 = &temp4;
24909 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
24910 }
24911 }
24912 if (obj4) {
24913 arg5 = (long) SWIG_AsLong(obj4);
24914 if (PyErr_Occurred()) SWIG_fail;
24915 }
24916 if (obj5) {
24917 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
24918 SWIG_POINTER_EXCEPTION | 0)) == -1)
24919 SWIG_fail;
24920 if (arg6 == NULL) {
24921 PyErr_SetString(PyExc_TypeError,"null reference");
24922 SWIG_fail;
24923 }
24924 }
24925 if (obj6) {
24926 {
24927 arg7 = wxString_in_helper(obj6);
24928 if (arg7 == NULL) SWIG_fail;
24929 temp7 = True;
24930 }
24931 }
24932 {
24933 if (!wxPyCheckForApp()) SWIG_fail;
24934 PyThreadState* __tstate = wxPyBeginAllowThreads();
24935 result = (wxPyTreeCtrl *)new wxPyTreeCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
24936
24937 wxPyEndAllowThreads(__tstate);
24938 if (PyErr_Occurred()) SWIG_fail;
24939 }
24940 {
24941 resultobj = wxPyMake_wxObject(result);
24942 }
24943 {
24944 if (temp7)
24945 delete arg7;
24946 }
24947 return resultobj;
24948 fail:
24949 {
24950 if (temp7)
24951 delete arg7;
24952 }
24953 return NULL;
24954 }
24955
24956
24957 static PyObject *_wrap_new_PreTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
24958 PyObject *resultobj;
24959 wxPyTreeCtrl *result;
24960 char *kwnames[] = {
24961 NULL
24962 };
24963
24964 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTreeCtrl",kwnames)) goto fail;
24965 {
24966 if (!wxPyCheckForApp()) SWIG_fail;
24967 PyThreadState* __tstate = wxPyBeginAllowThreads();
24968 result = (wxPyTreeCtrl *)new wxPyTreeCtrl();
24969
24970 wxPyEndAllowThreads(__tstate);
24971 if (PyErr_Occurred()) SWIG_fail;
24972 }
24973 {
24974 resultobj = wxPyMake_wxObject(result);
24975 }
24976 return resultobj;
24977 fail:
24978 return NULL;
24979 }
24980
24981
24982 static PyObject *_wrap_TreeCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
24983 PyObject *resultobj;
24984 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24985 wxWindow *arg2 = (wxWindow *) 0 ;
24986 int arg3 = (int) -1 ;
24987 wxPoint const &arg4_defvalue = wxDefaultPosition ;
24988 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
24989 wxSize const &arg5_defvalue = wxDefaultSize ;
24990 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
24991 long arg6 = (long) wxTR_DEFAULT_STYLE ;
24992 wxValidator const &arg7_defvalue = wxDefaultValidator ;
24993 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
24994 wxString const &arg8_defvalue = wxPyTreeCtrlNameStr ;
24995 wxString *arg8 = (wxString *) &arg8_defvalue ;
24996 bool result;
24997 wxPoint temp4 ;
24998 wxSize temp5 ;
24999 bool temp8 = False ;
25000 PyObject * obj0 = 0 ;
25001 PyObject * obj1 = 0 ;
25002 PyObject * obj2 = 0 ;
25003 PyObject * obj3 = 0 ;
25004 PyObject * obj4 = 0 ;
25005 PyObject * obj5 = 0 ;
25006 PyObject * obj6 = 0 ;
25007 PyObject * obj7 = 0 ;
25008 char *kwnames[] = {
25009 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25010 };
25011
25012 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:TreeCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
25013 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25014 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25015 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
25016 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25017 if (obj2) {
25018 arg3 = (int) SWIG_AsInt(obj2);
25019 if (PyErr_Occurred()) SWIG_fail;
25020 }
25021 if (obj3) {
25022 {
25023 arg4 = &temp4;
25024 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
25025 }
25026 }
25027 if (obj4) {
25028 {
25029 arg5 = &temp5;
25030 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
25031 }
25032 }
25033 if (obj5) {
25034 arg6 = (long) SWIG_AsLong(obj5);
25035 if (PyErr_Occurred()) SWIG_fail;
25036 }
25037 if (obj6) {
25038 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxValidator,
25039 SWIG_POINTER_EXCEPTION | 0)) == -1)
25040 SWIG_fail;
25041 if (arg7 == NULL) {
25042 PyErr_SetString(PyExc_TypeError,"null reference");
25043 SWIG_fail;
25044 }
25045 }
25046 if (obj7) {
25047 {
25048 arg8 = wxString_in_helper(obj7);
25049 if (arg8 == NULL) SWIG_fail;
25050 temp8 = True;
25051 }
25052 }
25053 {
25054 PyThreadState* __tstate = wxPyBeginAllowThreads();
25055 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
25056
25057 wxPyEndAllowThreads(__tstate);
25058 if (PyErr_Occurred()) SWIG_fail;
25059 }
25060 {
25061 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
25062 }
25063 {
25064 if (temp8)
25065 delete arg8;
25066 }
25067 return resultobj;
25068 fail:
25069 {
25070 if (temp8)
25071 delete arg8;
25072 }
25073 return NULL;
25074 }
25075
25076
25077 static PyObject *_wrap_TreeCtrl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
25078 PyObject *resultobj;
25079 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25080 PyObject *arg2 = (PyObject *) 0 ;
25081 PyObject *arg3 = (PyObject *) 0 ;
25082 PyObject * obj0 = 0 ;
25083 PyObject * obj1 = 0 ;
25084 PyObject * obj2 = 0 ;
25085 char *kwnames[] = {
25086 (char *) "self",(char *) "self",(char *) "_class", NULL
25087 };
25088
25089 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
25090 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25091 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25092 arg2 = obj1;
25093 arg3 = obj2;
25094 {
25095 PyThreadState* __tstate = wxPyBeginAllowThreads();
25096 (arg1)->_setCallbackInfo(arg2,arg3);
25097
25098 wxPyEndAllowThreads(__tstate);
25099 if (PyErr_Occurred()) SWIG_fail;
25100 }
25101 Py_INCREF(Py_None); resultobj = Py_None;
25102 return resultobj;
25103 fail:
25104 return NULL;
25105 }
25106
25107
25108 static PyObject *_wrap_TreeCtrl_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
25109 PyObject *resultobj;
25110 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25111 size_t result;
25112 PyObject * obj0 = 0 ;
25113 char *kwnames[] = {
25114 (char *) "self", NULL
25115 };
25116
25117 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetCount",kwnames,&obj0)) goto fail;
25118 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25119 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25120 {
25121 PyThreadState* __tstate = wxPyBeginAllowThreads();
25122 result = (size_t)((wxPyTreeCtrl const *)arg1)->GetCount();
25123
25124 wxPyEndAllowThreads(__tstate);
25125 if (PyErr_Occurred()) SWIG_fail;
25126 }
25127 resultobj = SWIG_FromUnsignedLong((unsigned long)result);
25128 return resultobj;
25129 fail:
25130 return NULL;
25131 }
25132
25133
25134 static PyObject *_wrap_TreeCtrl_GetIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
25135 PyObject *resultobj;
25136 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25137 unsigned int result;
25138 PyObject * obj0 = 0 ;
25139 char *kwnames[] = {
25140 (char *) "self", NULL
25141 };
25142
25143 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetIndent",kwnames,&obj0)) goto fail;
25144 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25145 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25146 {
25147 PyThreadState* __tstate = wxPyBeginAllowThreads();
25148 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetIndent();
25149
25150 wxPyEndAllowThreads(__tstate);
25151 if (PyErr_Occurred()) SWIG_fail;
25152 }
25153 resultobj = SWIG_FromUnsignedInt((unsigned int)result);
25154 return resultobj;
25155 fail:
25156 return NULL;
25157 }
25158
25159
25160 static PyObject *_wrap_TreeCtrl_SetIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
25161 PyObject *resultobj;
25162 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25163 unsigned int arg2 ;
25164 PyObject * obj0 = 0 ;
25165 PyObject * obj1 = 0 ;
25166 char *kwnames[] = {
25167 (char *) "self",(char *) "indent", NULL
25168 };
25169
25170 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetIndent",kwnames,&obj0,&obj1)) goto fail;
25171 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25172 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25173 arg2 = (unsigned int) SWIG_AsUnsignedInt(obj1);
25174 if (PyErr_Occurred()) SWIG_fail;
25175 {
25176 PyThreadState* __tstate = wxPyBeginAllowThreads();
25177 (arg1)->SetIndent(arg2);
25178
25179 wxPyEndAllowThreads(__tstate);
25180 if (PyErr_Occurred()) SWIG_fail;
25181 }
25182 Py_INCREF(Py_None); resultobj = Py_None;
25183 return resultobj;
25184 fail:
25185 return NULL;
25186 }
25187
25188
25189 static PyObject *_wrap_TreeCtrl_GetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
25190 PyObject *resultobj;
25191 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25192 unsigned int result;
25193 PyObject * obj0 = 0 ;
25194 char *kwnames[] = {
25195 (char *) "self", NULL
25196 };
25197
25198 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSpacing",kwnames,&obj0)) goto fail;
25199 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25200 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25201 {
25202 PyThreadState* __tstate = wxPyBeginAllowThreads();
25203 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetSpacing();
25204
25205 wxPyEndAllowThreads(__tstate);
25206 if (PyErr_Occurred()) SWIG_fail;
25207 }
25208 resultobj = SWIG_FromUnsignedInt((unsigned int)result);
25209 return resultobj;
25210 fail:
25211 return NULL;
25212 }
25213
25214
25215 static PyObject *_wrap_TreeCtrl_SetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
25216 PyObject *resultobj;
25217 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25218 unsigned int arg2 ;
25219 PyObject * obj0 = 0 ;
25220 PyObject * obj1 = 0 ;
25221 char *kwnames[] = {
25222 (char *) "self",(char *) "spacing", NULL
25223 };
25224
25225 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetSpacing",kwnames,&obj0,&obj1)) goto fail;
25226 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25227 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25228 arg2 = (unsigned int) SWIG_AsUnsignedInt(obj1);
25229 if (PyErr_Occurred()) SWIG_fail;
25230 {
25231 PyThreadState* __tstate = wxPyBeginAllowThreads();
25232 (arg1)->SetSpacing(arg2);
25233
25234 wxPyEndAllowThreads(__tstate);
25235 if (PyErr_Occurred()) SWIG_fail;
25236 }
25237 Py_INCREF(Py_None); resultobj = Py_None;
25238 return resultobj;
25239 fail:
25240 return NULL;
25241 }
25242
25243
25244 static PyObject *_wrap_TreeCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25245 PyObject *resultobj;
25246 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25247 wxImageList *result;
25248 PyObject * obj0 = 0 ;
25249 char *kwnames[] = {
25250 (char *) "self", NULL
25251 };
25252
25253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetImageList",kwnames,&obj0)) goto fail;
25254 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25255 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25256 {
25257 PyThreadState* __tstate = wxPyBeginAllowThreads();
25258 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetImageList();
25259
25260 wxPyEndAllowThreads(__tstate);
25261 if (PyErr_Occurred()) SWIG_fail;
25262 }
25263 {
25264 resultobj = wxPyMake_wxObject(result);
25265 }
25266 return resultobj;
25267 fail:
25268 return NULL;
25269 }
25270
25271
25272 static PyObject *_wrap_TreeCtrl_GetStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25273 PyObject *resultobj;
25274 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25275 wxImageList *result;
25276 PyObject * obj0 = 0 ;
25277 char *kwnames[] = {
25278 (char *) "self", NULL
25279 };
25280
25281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetStateImageList",kwnames,&obj0)) goto fail;
25282 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25283 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25284 {
25285 PyThreadState* __tstate = wxPyBeginAllowThreads();
25286 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetStateImageList();
25287
25288 wxPyEndAllowThreads(__tstate);
25289 if (PyErr_Occurred()) SWIG_fail;
25290 }
25291 {
25292 resultobj = wxPyMake_wxObject(result);
25293 }
25294 return resultobj;
25295 fail:
25296 return NULL;
25297 }
25298
25299
25300 static PyObject *_wrap_TreeCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25301 PyObject *resultobj;
25302 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25303 wxImageList *arg2 = (wxImageList *) 0 ;
25304 PyObject * obj0 = 0 ;
25305 PyObject * obj1 = 0 ;
25306 char *kwnames[] = {
25307 (char *) "self",(char *) "imageList", NULL
25308 };
25309
25310 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
25311 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25312 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25313 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25314 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25315 {
25316 PyThreadState* __tstate = wxPyBeginAllowThreads();
25317 (arg1)->SetImageList(arg2);
25318
25319 wxPyEndAllowThreads(__tstate);
25320 if (PyErr_Occurred()) SWIG_fail;
25321 }
25322 Py_INCREF(Py_None); resultobj = Py_None;
25323 return resultobj;
25324 fail:
25325 return NULL;
25326 }
25327
25328
25329 static PyObject *_wrap_TreeCtrl_SetStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25330 PyObject *resultobj;
25331 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25332 wxImageList *arg2 = (wxImageList *) 0 ;
25333 PyObject * obj0 = 0 ;
25334 PyObject * obj1 = 0 ;
25335 char *kwnames[] = {
25336 (char *) "self",(char *) "imageList", NULL
25337 };
25338
25339 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetStateImageList",kwnames,&obj0,&obj1)) goto fail;
25340 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25341 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25342 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25344 {
25345 PyThreadState* __tstate = wxPyBeginAllowThreads();
25346 (arg1)->SetStateImageList(arg2);
25347
25348 wxPyEndAllowThreads(__tstate);
25349 if (PyErr_Occurred()) SWIG_fail;
25350 }
25351 Py_INCREF(Py_None); resultobj = Py_None;
25352 return resultobj;
25353 fail:
25354 return NULL;
25355 }
25356
25357
25358 static PyObject *_wrap_TreeCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25359 PyObject *resultobj;
25360 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25361 wxImageList *arg2 = (wxImageList *) 0 ;
25362 PyObject * obj0 = 0 ;
25363 PyObject * obj1 = 0 ;
25364 char *kwnames[] = {
25365 (char *) "self",(char *) "imageList", NULL
25366 };
25367
25368 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
25369 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25370 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25371 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25372 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
25373 {
25374 PyThreadState* __tstate = wxPyBeginAllowThreads();
25375 (arg1)->AssignImageList(arg2);
25376
25377 wxPyEndAllowThreads(__tstate);
25378 if (PyErr_Occurred()) SWIG_fail;
25379 }
25380 Py_INCREF(Py_None); resultobj = Py_None;
25381 return resultobj;
25382 fail:
25383 return NULL;
25384 }
25385
25386
25387 static PyObject *_wrap_TreeCtrl_AssignStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
25388 PyObject *resultobj;
25389 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25390 wxImageList *arg2 = (wxImageList *) 0 ;
25391 PyObject * obj0 = 0 ;
25392 PyObject * obj1 = 0 ;
25393 char *kwnames[] = {
25394 (char *) "self",(char *) "imageList", NULL
25395 };
25396
25397 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignStateImageList",kwnames,&obj0,&obj1)) goto fail;
25398 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25399 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25400 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxImageList,
25401 SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN)) == -1) SWIG_fail;
25402 {
25403 PyThreadState* __tstate = wxPyBeginAllowThreads();
25404 (arg1)->AssignStateImageList(arg2);
25405
25406 wxPyEndAllowThreads(__tstate);
25407 if (PyErr_Occurred()) SWIG_fail;
25408 }
25409 Py_INCREF(Py_None); resultobj = Py_None;
25410 return resultobj;
25411 fail:
25412 return NULL;
25413 }
25414
25415
25416 static PyObject *_wrap_TreeCtrl_GetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
25417 PyObject *resultobj;
25418 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25419 wxTreeItemId *arg2 = 0 ;
25420 wxString result;
25421 PyObject * obj0 = 0 ;
25422 PyObject * obj1 = 0 ;
25423 char *kwnames[] = {
25424 (char *) "self",(char *) "item", NULL
25425 };
25426
25427 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
25428 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25429 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25430 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25431 SWIG_POINTER_EXCEPTION | 0)) == -1)
25432 SWIG_fail;
25433 if (arg2 == NULL) {
25434 PyErr_SetString(PyExc_TypeError,"null reference");
25435 SWIG_fail;
25436 }
25437 {
25438 PyThreadState* __tstate = wxPyBeginAllowThreads();
25439 result = ((wxPyTreeCtrl const *)arg1)->GetItemText((wxTreeItemId const &)*arg2);
25440
25441 wxPyEndAllowThreads(__tstate);
25442 if (PyErr_Occurred()) SWIG_fail;
25443 }
25444 {
25445 #if wxUSE_UNICODE
25446 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
25447 #else
25448 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
25449 #endif
25450 }
25451 return resultobj;
25452 fail:
25453 return NULL;
25454 }
25455
25456
25457 static PyObject *_wrap_TreeCtrl_GetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
25458 PyObject *resultobj;
25459 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25460 wxTreeItemId *arg2 = 0 ;
25461 int arg3 = (int) wxTreeItemIcon_Normal ;
25462 int result;
25463 PyObject * obj0 = 0 ;
25464 PyObject * obj1 = 0 ;
25465 PyObject * obj2 = 0 ;
25466 char *kwnames[] = {
25467 (char *) "self",(char *) "item",(char *) "which", NULL
25468 };
25469
25470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetItemImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
25471 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25472 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25473 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25474 SWIG_POINTER_EXCEPTION | 0)) == -1)
25475 SWIG_fail;
25476 if (arg2 == NULL) {
25477 PyErr_SetString(PyExc_TypeError,"null reference");
25478 SWIG_fail;
25479 }
25480 if (obj2) {
25481 arg3 = (wxTreeItemIcon) SWIG_AsInt(obj2);
25482 if (PyErr_Occurred()) SWIG_fail;
25483 }
25484 {
25485 PyThreadState* __tstate = wxPyBeginAllowThreads();
25486 result = (int)((wxPyTreeCtrl const *)arg1)->GetItemImage((wxTreeItemId const &)*arg2,(wxTreeItemIcon )arg3);
25487
25488 wxPyEndAllowThreads(__tstate);
25489 if (PyErr_Occurred()) SWIG_fail;
25490 }
25491 resultobj = SWIG_FromInt((int)result);
25492 return resultobj;
25493 fail:
25494 return NULL;
25495 }
25496
25497
25498 static PyObject *_wrap_TreeCtrl_GetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
25499 PyObject *resultobj;
25500 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25501 wxTreeItemId *arg2 = 0 ;
25502 wxPyTreeItemData *result;
25503 PyObject * obj0 = 0 ;
25504 PyObject * obj1 = 0 ;
25505 char *kwnames[] = {
25506 (char *) "self",(char *) "item", NULL
25507 };
25508
25509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
25510 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25511 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25512 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25513 SWIG_POINTER_EXCEPTION | 0)) == -1)
25514 SWIG_fail;
25515 if (arg2 == NULL) {
25516 PyErr_SetString(PyExc_TypeError,"null reference");
25517 SWIG_fail;
25518 }
25519 {
25520 PyThreadState* __tstate = wxPyBeginAllowThreads();
25521 result = (wxPyTreeItemData *)wxPyTreeCtrl_GetItemData(arg1,(wxTreeItemId const &)*arg2);
25522
25523 wxPyEndAllowThreads(__tstate);
25524 if (PyErr_Occurred()) SWIG_fail;
25525 }
25526 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyTreeItemData, 0);
25527 return resultobj;
25528 fail:
25529 return NULL;
25530 }
25531
25532
25533 static PyObject *_wrap_TreeCtrl_GetItemPyData(PyObject *self, PyObject *args, PyObject *kwargs) {
25534 PyObject *resultobj;
25535 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25536 wxTreeItemId *arg2 = 0 ;
25537 PyObject *result;
25538 PyObject * obj0 = 0 ;
25539 PyObject * obj1 = 0 ;
25540 char *kwnames[] = {
25541 (char *) "self",(char *) "item", NULL
25542 };
25543
25544 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemPyData",kwnames,&obj0,&obj1)) goto fail;
25545 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25546 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25547 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25548 SWIG_POINTER_EXCEPTION | 0)) == -1)
25549 SWIG_fail;
25550 if (arg2 == NULL) {
25551 PyErr_SetString(PyExc_TypeError,"null reference");
25552 SWIG_fail;
25553 }
25554 {
25555 PyThreadState* __tstate = wxPyBeginAllowThreads();
25556 result = (PyObject *)wxPyTreeCtrl_GetItemPyData(arg1,(wxTreeItemId const &)*arg2);
25557
25558 wxPyEndAllowThreads(__tstate);
25559 if (PyErr_Occurred()) SWIG_fail;
25560 }
25561 resultobj = result;
25562 return resultobj;
25563 fail:
25564 return NULL;
25565 }
25566
25567
25568 static PyObject *_wrap_TreeCtrl_GetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
25569 PyObject *resultobj;
25570 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25571 wxTreeItemId *arg2 = 0 ;
25572 wxColour result;
25573 PyObject * obj0 = 0 ;
25574 PyObject * obj1 = 0 ;
25575 char *kwnames[] = {
25576 (char *) "self",(char *) "item", NULL
25577 };
25578
25579 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
25580 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25581 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25582 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25583 SWIG_POINTER_EXCEPTION | 0)) == -1)
25584 SWIG_fail;
25585 if (arg2 == NULL) {
25586 PyErr_SetString(PyExc_TypeError,"null reference");
25587 SWIG_fail;
25588 }
25589 {
25590 PyThreadState* __tstate = wxPyBeginAllowThreads();
25591 result = ((wxPyTreeCtrl const *)arg1)->GetItemTextColour((wxTreeItemId const &)*arg2);
25592
25593 wxPyEndAllowThreads(__tstate);
25594 if (PyErr_Occurred()) SWIG_fail;
25595 }
25596 {
25597 wxColour * resultptr;
25598 resultptr = new wxColour((wxColour &) result);
25599 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
25600 }
25601 return resultobj;
25602 fail:
25603 return NULL;
25604 }
25605
25606
25607 static PyObject *_wrap_TreeCtrl_GetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
25608 PyObject *resultobj;
25609 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25610 wxTreeItemId *arg2 = 0 ;
25611 wxColour result;
25612 PyObject * obj0 = 0 ;
25613 PyObject * obj1 = 0 ;
25614 char *kwnames[] = {
25615 (char *) "self",(char *) "item", NULL
25616 };
25617
25618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
25619 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25620 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25621 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25622 SWIG_POINTER_EXCEPTION | 0)) == -1)
25623 SWIG_fail;
25624 if (arg2 == NULL) {
25625 PyErr_SetString(PyExc_TypeError,"null reference");
25626 SWIG_fail;
25627 }
25628 {
25629 PyThreadState* __tstate = wxPyBeginAllowThreads();
25630 result = ((wxPyTreeCtrl const *)arg1)->GetItemBackgroundColour((wxTreeItemId const &)*arg2);
25631
25632 wxPyEndAllowThreads(__tstate);
25633 if (PyErr_Occurred()) SWIG_fail;
25634 }
25635 {
25636 wxColour * resultptr;
25637 resultptr = new wxColour((wxColour &) result);
25638 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxColour, 1);
25639 }
25640 return resultobj;
25641 fail:
25642 return NULL;
25643 }
25644
25645
25646 static PyObject *_wrap_TreeCtrl_GetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) {
25647 PyObject *resultobj;
25648 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25649 wxTreeItemId *arg2 = 0 ;
25650 wxFont result;
25651 PyObject * obj0 = 0 ;
25652 PyObject * obj1 = 0 ;
25653 char *kwnames[] = {
25654 (char *) "self",(char *) "item", NULL
25655 };
25656
25657 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemFont",kwnames,&obj0,&obj1)) goto fail;
25658 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25659 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25660 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25661 SWIG_POINTER_EXCEPTION | 0)) == -1)
25662 SWIG_fail;
25663 if (arg2 == NULL) {
25664 PyErr_SetString(PyExc_TypeError,"null reference");
25665 SWIG_fail;
25666 }
25667 {
25668 PyThreadState* __tstate = wxPyBeginAllowThreads();
25669 result = ((wxPyTreeCtrl const *)arg1)->GetItemFont((wxTreeItemId const &)*arg2);
25670
25671 wxPyEndAllowThreads(__tstate);
25672 if (PyErr_Occurred()) SWIG_fail;
25673 }
25674 {
25675 wxFont * resultptr;
25676 resultptr = new wxFont((wxFont &) result);
25677 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxFont, 1);
25678 }
25679 return resultobj;
25680 fail:
25681 return NULL;
25682 }
25683
25684
25685 static PyObject *_wrap_TreeCtrl_SetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
25686 PyObject *resultobj;
25687 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25688 wxTreeItemId *arg2 = 0 ;
25689 wxString *arg3 = 0 ;
25690 bool temp3 = False ;
25691 PyObject * obj0 = 0 ;
25692 PyObject * obj1 = 0 ;
25693 PyObject * obj2 = 0 ;
25694 char *kwnames[] = {
25695 (char *) "self",(char *) "item",(char *) "text", NULL
25696 };
25697
25698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
25699 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25700 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25701 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25702 SWIG_POINTER_EXCEPTION | 0)) == -1)
25703 SWIG_fail;
25704 if (arg2 == NULL) {
25705 PyErr_SetString(PyExc_TypeError,"null reference");
25706 SWIG_fail;
25707 }
25708 {
25709 arg3 = wxString_in_helper(obj2);
25710 if (arg3 == NULL) SWIG_fail;
25711 temp3 = True;
25712 }
25713 {
25714 PyThreadState* __tstate = wxPyBeginAllowThreads();
25715 (arg1)->SetItemText((wxTreeItemId const &)*arg2,(wxString const &)*arg3);
25716
25717 wxPyEndAllowThreads(__tstate);
25718 if (PyErr_Occurred()) SWIG_fail;
25719 }
25720 Py_INCREF(Py_None); resultobj = Py_None;
25721 {
25722 if (temp3)
25723 delete arg3;
25724 }
25725 return resultobj;
25726 fail:
25727 {
25728 if (temp3)
25729 delete arg3;
25730 }
25731 return NULL;
25732 }
25733
25734
25735 static PyObject *_wrap_TreeCtrl_SetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
25736 PyObject *resultobj;
25737 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25738 wxTreeItemId *arg2 = 0 ;
25739 int arg3 ;
25740 int arg4 = (int) wxTreeItemIcon_Normal ;
25741 PyObject * obj0 = 0 ;
25742 PyObject * obj1 = 0 ;
25743 PyObject * obj2 = 0 ;
25744 PyObject * obj3 = 0 ;
25745 char *kwnames[] = {
25746 (char *) "self",(char *) "item",(char *) "image",(char *) "which", NULL
25747 };
25748
25749 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:TreeCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
25750 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25751 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25752 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25753 SWIG_POINTER_EXCEPTION | 0)) == -1)
25754 SWIG_fail;
25755 if (arg2 == NULL) {
25756 PyErr_SetString(PyExc_TypeError,"null reference");
25757 SWIG_fail;
25758 }
25759 arg3 = (int) SWIG_AsInt(obj2);
25760 if (PyErr_Occurred()) SWIG_fail;
25761 if (obj3) {
25762 arg4 = (wxTreeItemIcon) SWIG_AsInt(obj3);
25763 if (PyErr_Occurred()) SWIG_fail;
25764 }
25765 {
25766 PyThreadState* __tstate = wxPyBeginAllowThreads();
25767 (arg1)->SetItemImage((wxTreeItemId const &)*arg2,arg3,(wxTreeItemIcon )arg4);
25768
25769 wxPyEndAllowThreads(__tstate);
25770 if (PyErr_Occurred()) SWIG_fail;
25771 }
25772 Py_INCREF(Py_None); resultobj = Py_None;
25773 return resultobj;
25774 fail:
25775 return NULL;
25776 }
25777
25778
25779 static PyObject *_wrap_TreeCtrl_SetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
25780 PyObject *resultobj;
25781 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25782 wxTreeItemId *arg2 = 0 ;
25783 wxPyTreeItemData *arg3 = (wxPyTreeItemData *) 0 ;
25784 PyObject * obj0 = 0 ;
25785 PyObject * obj1 = 0 ;
25786 PyObject * obj2 = 0 ;
25787 char *kwnames[] = {
25788 (char *) "self",(char *) "item",(char *) "data", NULL
25789 };
25790
25791 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
25792 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25793 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25794 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25795 SWIG_POINTER_EXCEPTION | 0)) == -1)
25796 SWIG_fail;
25797 if (arg2 == NULL) {
25798 PyErr_SetString(PyExc_TypeError,"null reference");
25799 SWIG_fail;
25800 }
25801 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxPyTreeItemData,
25802 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25803 {
25804 PyThreadState* __tstate = wxPyBeginAllowThreads();
25805 wxPyTreeCtrl_SetItemData(arg1,(wxTreeItemId const &)*arg2,arg3);
25806
25807 wxPyEndAllowThreads(__tstate);
25808 if (PyErr_Occurred()) SWIG_fail;
25809 }
25810 Py_INCREF(Py_None); resultobj = Py_None;
25811 return resultobj;
25812 fail:
25813 return NULL;
25814 }
25815
25816
25817 static PyObject *_wrap_TreeCtrl_SetItemPyData(PyObject *self, PyObject *args, PyObject *kwargs) {
25818 PyObject *resultobj;
25819 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25820 wxTreeItemId *arg2 = 0 ;
25821 PyObject *arg3 = (PyObject *) 0 ;
25822 PyObject * obj0 = 0 ;
25823 PyObject * obj1 = 0 ;
25824 PyObject * obj2 = 0 ;
25825 char *kwnames[] = {
25826 (char *) "self",(char *) "item",(char *) "obj", NULL
25827 };
25828
25829 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemPyData",kwnames,&obj0,&obj1,&obj2)) goto fail;
25830 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25831 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25832 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25833 SWIG_POINTER_EXCEPTION | 0)) == -1)
25834 SWIG_fail;
25835 if (arg2 == NULL) {
25836 PyErr_SetString(PyExc_TypeError,"null reference");
25837 SWIG_fail;
25838 }
25839 arg3 = obj2;
25840 {
25841 PyThreadState* __tstate = wxPyBeginAllowThreads();
25842 wxPyTreeCtrl_SetItemPyData(arg1,(wxTreeItemId const &)*arg2,arg3);
25843
25844 wxPyEndAllowThreads(__tstate);
25845 if (PyErr_Occurred()) SWIG_fail;
25846 }
25847 Py_INCREF(Py_None); resultobj = Py_None;
25848 return resultobj;
25849 fail:
25850 return NULL;
25851 }
25852
25853
25854 static PyObject *_wrap_TreeCtrl_SetItemHasChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
25855 PyObject *resultobj;
25856 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25857 wxTreeItemId *arg2 = 0 ;
25858 bool arg3 = (bool) True ;
25859 PyObject * obj0 = 0 ;
25860 PyObject * obj1 = 0 ;
25861 PyObject * obj2 = 0 ;
25862 char *kwnames[] = {
25863 (char *) "self",(char *) "item",(char *) "has", NULL
25864 };
25865
25866 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemHasChildren",kwnames,&obj0,&obj1,&obj2)) goto fail;
25867 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25868 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25869 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25870 SWIG_POINTER_EXCEPTION | 0)) == -1)
25871 SWIG_fail;
25872 if (arg2 == NULL) {
25873 PyErr_SetString(PyExc_TypeError,"null reference");
25874 SWIG_fail;
25875 }
25876 if (obj2) {
25877 arg3 = (bool) SWIG_AsBool(obj2);
25878 if (PyErr_Occurred()) SWIG_fail;
25879 }
25880 {
25881 PyThreadState* __tstate = wxPyBeginAllowThreads();
25882 (arg1)->SetItemHasChildren((wxTreeItemId const &)*arg2,arg3);
25883
25884 wxPyEndAllowThreads(__tstate);
25885 if (PyErr_Occurred()) SWIG_fail;
25886 }
25887 Py_INCREF(Py_None); resultobj = Py_None;
25888 return resultobj;
25889 fail:
25890 return NULL;
25891 }
25892
25893
25894 static PyObject *_wrap_TreeCtrl_SetItemBold(PyObject *self, PyObject *args, PyObject *kwargs) {
25895 PyObject *resultobj;
25896 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25897 wxTreeItemId *arg2 = 0 ;
25898 bool arg3 = (bool) True ;
25899 PyObject * obj0 = 0 ;
25900 PyObject * obj1 = 0 ;
25901 PyObject * obj2 = 0 ;
25902 char *kwnames[] = {
25903 (char *) "self",(char *) "item",(char *) "bold", NULL
25904 };
25905
25906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemBold",kwnames,&obj0,&obj1,&obj2)) goto fail;
25907 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25908 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25909 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25910 SWIG_POINTER_EXCEPTION | 0)) == -1)
25911 SWIG_fail;
25912 if (arg2 == NULL) {
25913 PyErr_SetString(PyExc_TypeError,"null reference");
25914 SWIG_fail;
25915 }
25916 if (obj2) {
25917 arg3 = (bool) SWIG_AsBool(obj2);
25918 if (PyErr_Occurred()) SWIG_fail;
25919 }
25920 {
25921 PyThreadState* __tstate = wxPyBeginAllowThreads();
25922 (arg1)->SetItemBold((wxTreeItemId const &)*arg2,arg3);
25923
25924 wxPyEndAllowThreads(__tstate);
25925 if (PyErr_Occurred()) SWIG_fail;
25926 }
25927 Py_INCREF(Py_None); resultobj = Py_None;
25928 return resultobj;
25929 fail:
25930 return NULL;
25931 }
25932
25933
25934 static PyObject *_wrap_TreeCtrl_SetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
25935 PyObject *resultobj;
25936 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25937 wxTreeItemId *arg2 = 0 ;
25938 wxColour *arg3 = 0 ;
25939 wxColour temp3 ;
25940 PyObject * obj0 = 0 ;
25941 PyObject * obj1 = 0 ;
25942 PyObject * obj2 = 0 ;
25943 char *kwnames[] = {
25944 (char *) "self",(char *) "item",(char *) "col", NULL
25945 };
25946
25947 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
25948 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25949 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25950 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25951 SWIG_POINTER_EXCEPTION | 0)) == -1)
25952 SWIG_fail;
25953 if (arg2 == NULL) {
25954 PyErr_SetString(PyExc_TypeError,"null reference");
25955 SWIG_fail;
25956 }
25957 {
25958 arg3 = &temp3;
25959 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
25960 }
25961 {
25962 PyThreadState* __tstate = wxPyBeginAllowThreads();
25963 (arg1)->SetItemTextColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
25964
25965 wxPyEndAllowThreads(__tstate);
25966 if (PyErr_Occurred()) SWIG_fail;
25967 }
25968 Py_INCREF(Py_None); resultobj = Py_None;
25969 return resultobj;
25970 fail:
25971 return NULL;
25972 }
25973
25974
25975 static PyObject *_wrap_TreeCtrl_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
25976 PyObject *resultobj;
25977 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25978 wxTreeItemId *arg2 = 0 ;
25979 wxColour *arg3 = 0 ;
25980 wxColour temp3 ;
25981 PyObject * obj0 = 0 ;
25982 PyObject * obj1 = 0 ;
25983 PyObject * obj2 = 0 ;
25984 char *kwnames[] = {
25985 (char *) "self",(char *) "item",(char *) "col", NULL
25986 };
25987
25988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
25989 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
25990 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
25991 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
25992 SWIG_POINTER_EXCEPTION | 0)) == -1)
25993 SWIG_fail;
25994 if (arg2 == NULL) {
25995 PyErr_SetString(PyExc_TypeError,"null reference");
25996 SWIG_fail;
25997 }
25998 {
25999 arg3 = &temp3;
26000 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
26001 }
26002 {
26003 PyThreadState* __tstate = wxPyBeginAllowThreads();
26004 (arg1)->SetItemBackgroundColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
26005
26006 wxPyEndAllowThreads(__tstate);
26007 if (PyErr_Occurred()) SWIG_fail;
26008 }
26009 Py_INCREF(Py_None); resultobj = Py_None;
26010 return resultobj;
26011 fail:
26012 return NULL;
26013 }
26014
26015
26016 static PyObject *_wrap_TreeCtrl_SetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) {
26017 PyObject *resultobj;
26018 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26019 wxTreeItemId *arg2 = 0 ;
26020 wxFont *arg3 = 0 ;
26021 PyObject * obj0 = 0 ;
26022 PyObject * obj1 = 0 ;
26023 PyObject * obj2 = 0 ;
26024 char *kwnames[] = {
26025 (char *) "self",(char *) "item",(char *) "font", NULL
26026 };
26027
26028 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
26029 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26030 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26031 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26032 SWIG_POINTER_EXCEPTION | 0)) == -1)
26033 SWIG_fail;
26034 if (arg2 == NULL) {
26035 PyErr_SetString(PyExc_TypeError,"null reference");
26036 SWIG_fail;
26037 }
26038 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxFont,
26039 SWIG_POINTER_EXCEPTION | 0)) == -1)
26040 SWIG_fail;
26041 if (arg3 == NULL) {
26042 PyErr_SetString(PyExc_TypeError,"null reference");
26043 SWIG_fail;
26044 }
26045 {
26046 PyThreadState* __tstate = wxPyBeginAllowThreads();
26047 (arg1)->SetItemFont((wxTreeItemId const &)*arg2,(wxFont const &)*arg3);
26048
26049 wxPyEndAllowThreads(__tstate);
26050 if (PyErr_Occurred()) SWIG_fail;
26051 }
26052 Py_INCREF(Py_None); resultobj = Py_None;
26053 return resultobj;
26054 fail:
26055 return NULL;
26056 }
26057
26058
26059 static PyObject *_wrap_TreeCtrl_IsVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
26060 PyObject *resultobj;
26061 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26062 wxTreeItemId *arg2 = 0 ;
26063 bool result;
26064 PyObject * obj0 = 0 ;
26065 PyObject * obj1 = 0 ;
26066 char *kwnames[] = {
26067 (char *) "self",(char *) "item", NULL
26068 };
26069
26070 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsVisible",kwnames,&obj0,&obj1)) goto fail;
26071 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26072 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26073 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26074 SWIG_POINTER_EXCEPTION | 0)) == -1)
26075 SWIG_fail;
26076 if (arg2 == NULL) {
26077 PyErr_SetString(PyExc_TypeError,"null reference");
26078 SWIG_fail;
26079 }
26080 {
26081 PyThreadState* __tstate = wxPyBeginAllowThreads();
26082 result = (bool)((wxPyTreeCtrl const *)arg1)->IsVisible((wxTreeItemId const &)*arg2);
26083
26084 wxPyEndAllowThreads(__tstate);
26085 if (PyErr_Occurred()) SWIG_fail;
26086 }
26087 {
26088 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26089 }
26090 return resultobj;
26091 fail:
26092 return NULL;
26093 }
26094
26095
26096 static PyObject *_wrap_TreeCtrl_ItemHasChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
26097 PyObject *resultobj;
26098 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26099 wxTreeItemId *arg2 = 0 ;
26100 bool result;
26101 PyObject * obj0 = 0 ;
26102 PyObject * obj1 = 0 ;
26103 char *kwnames[] = {
26104 (char *) "self",(char *) "item", NULL
26105 };
26106
26107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ItemHasChildren",kwnames,&obj0,&obj1)) goto fail;
26108 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26109 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26110 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26111 SWIG_POINTER_EXCEPTION | 0)) == -1)
26112 SWIG_fail;
26113 if (arg2 == NULL) {
26114 PyErr_SetString(PyExc_TypeError,"null reference");
26115 SWIG_fail;
26116 }
26117 {
26118 PyThreadState* __tstate = wxPyBeginAllowThreads();
26119 result = (bool)((wxPyTreeCtrl const *)arg1)->ItemHasChildren((wxTreeItemId const &)*arg2);
26120
26121 wxPyEndAllowThreads(__tstate);
26122 if (PyErr_Occurred()) SWIG_fail;
26123 }
26124 {
26125 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26126 }
26127 return resultobj;
26128 fail:
26129 return NULL;
26130 }
26131
26132
26133 static PyObject *_wrap_TreeCtrl_IsExpanded(PyObject *self, PyObject *args, PyObject *kwargs) {
26134 PyObject *resultobj;
26135 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26136 wxTreeItemId *arg2 = 0 ;
26137 bool result;
26138 PyObject * obj0 = 0 ;
26139 PyObject * obj1 = 0 ;
26140 char *kwnames[] = {
26141 (char *) "self",(char *) "item", NULL
26142 };
26143
26144 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsExpanded",kwnames,&obj0,&obj1)) goto fail;
26145 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26146 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26147 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26148 SWIG_POINTER_EXCEPTION | 0)) == -1)
26149 SWIG_fail;
26150 if (arg2 == NULL) {
26151 PyErr_SetString(PyExc_TypeError,"null reference");
26152 SWIG_fail;
26153 }
26154 {
26155 PyThreadState* __tstate = wxPyBeginAllowThreads();
26156 result = (bool)((wxPyTreeCtrl const *)arg1)->IsExpanded((wxTreeItemId const &)*arg2);
26157
26158 wxPyEndAllowThreads(__tstate);
26159 if (PyErr_Occurred()) SWIG_fail;
26160 }
26161 {
26162 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26163 }
26164 return resultobj;
26165 fail:
26166 return NULL;
26167 }
26168
26169
26170 static PyObject *_wrap_TreeCtrl_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
26171 PyObject *resultobj;
26172 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26173 wxTreeItemId *arg2 = 0 ;
26174 bool result;
26175 PyObject * obj0 = 0 ;
26176 PyObject * obj1 = 0 ;
26177 char *kwnames[] = {
26178 (char *) "self",(char *) "item", NULL
26179 };
26180
26181 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsSelected",kwnames,&obj0,&obj1)) goto fail;
26182 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26183 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26184 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26185 SWIG_POINTER_EXCEPTION | 0)) == -1)
26186 SWIG_fail;
26187 if (arg2 == NULL) {
26188 PyErr_SetString(PyExc_TypeError,"null reference");
26189 SWIG_fail;
26190 }
26191 {
26192 PyThreadState* __tstate = wxPyBeginAllowThreads();
26193 result = (bool)((wxPyTreeCtrl const *)arg1)->IsSelected((wxTreeItemId const &)*arg2);
26194
26195 wxPyEndAllowThreads(__tstate);
26196 if (PyErr_Occurred()) SWIG_fail;
26197 }
26198 {
26199 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26200 }
26201 return resultobj;
26202 fail:
26203 return NULL;
26204 }
26205
26206
26207 static PyObject *_wrap_TreeCtrl_IsBold(PyObject *self, PyObject *args, PyObject *kwargs) {
26208 PyObject *resultobj;
26209 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26210 wxTreeItemId *arg2 = 0 ;
26211 bool result;
26212 PyObject * obj0 = 0 ;
26213 PyObject * obj1 = 0 ;
26214 char *kwnames[] = {
26215 (char *) "self",(char *) "item", NULL
26216 };
26217
26218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsBold",kwnames,&obj0,&obj1)) goto fail;
26219 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26220 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26221 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26222 SWIG_POINTER_EXCEPTION | 0)) == -1)
26223 SWIG_fail;
26224 if (arg2 == NULL) {
26225 PyErr_SetString(PyExc_TypeError,"null reference");
26226 SWIG_fail;
26227 }
26228 {
26229 PyThreadState* __tstate = wxPyBeginAllowThreads();
26230 result = (bool)((wxPyTreeCtrl const *)arg1)->IsBold((wxTreeItemId const &)*arg2);
26231
26232 wxPyEndAllowThreads(__tstate);
26233 if (PyErr_Occurred()) SWIG_fail;
26234 }
26235 {
26236 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26237 }
26238 return resultobj;
26239 fail:
26240 return NULL;
26241 }
26242
26243
26244 static PyObject *_wrap_TreeCtrl_GetChildrenCount(PyObject *self, PyObject *args, PyObject *kwargs) {
26245 PyObject *resultobj;
26246 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26247 wxTreeItemId *arg2 = 0 ;
26248 bool arg3 = (bool) True ;
26249 size_t result;
26250 PyObject * obj0 = 0 ;
26251 PyObject * obj1 = 0 ;
26252 PyObject * obj2 = 0 ;
26253 char *kwnames[] = {
26254 (char *) "self",(char *) "item",(char *) "recursively", NULL
26255 };
26256
26257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetChildrenCount",kwnames,&obj0,&obj1,&obj2)) goto fail;
26258 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26259 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26260 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26261 SWIG_POINTER_EXCEPTION | 0)) == -1)
26262 SWIG_fail;
26263 if (arg2 == NULL) {
26264 PyErr_SetString(PyExc_TypeError,"null reference");
26265 SWIG_fail;
26266 }
26267 if (obj2) {
26268 arg3 = (bool) SWIG_AsBool(obj2);
26269 if (PyErr_Occurred()) SWIG_fail;
26270 }
26271 {
26272 PyThreadState* __tstate = wxPyBeginAllowThreads();
26273 result = (size_t)(arg1)->GetChildrenCount((wxTreeItemId const &)*arg2,arg3);
26274
26275 wxPyEndAllowThreads(__tstate);
26276 if (PyErr_Occurred()) SWIG_fail;
26277 }
26278 resultobj = SWIG_FromUnsignedLong((unsigned long)result);
26279 return resultobj;
26280 fail:
26281 return NULL;
26282 }
26283
26284
26285 static PyObject *_wrap_TreeCtrl_GetRootItem(PyObject *self, PyObject *args, PyObject *kwargs) {
26286 PyObject *resultobj;
26287 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26288 wxTreeItemId result;
26289 PyObject * obj0 = 0 ;
26290 char *kwnames[] = {
26291 (char *) "self", NULL
26292 };
26293
26294 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetRootItem",kwnames,&obj0)) goto fail;
26295 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26296 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26297 {
26298 PyThreadState* __tstate = wxPyBeginAllowThreads();
26299 result = ((wxPyTreeCtrl const *)arg1)->GetRootItem();
26300
26301 wxPyEndAllowThreads(__tstate);
26302 if (PyErr_Occurred()) SWIG_fail;
26303 }
26304 {
26305 wxTreeItemId * resultptr;
26306 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26307 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26308 }
26309 return resultobj;
26310 fail:
26311 return NULL;
26312 }
26313
26314
26315 static PyObject *_wrap_TreeCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
26316 PyObject *resultobj;
26317 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26318 wxTreeItemId result;
26319 PyObject * obj0 = 0 ;
26320 char *kwnames[] = {
26321 (char *) "self", NULL
26322 };
26323
26324 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelection",kwnames,&obj0)) goto fail;
26325 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26326 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26327 {
26328 PyThreadState* __tstate = wxPyBeginAllowThreads();
26329 result = ((wxPyTreeCtrl const *)arg1)->GetSelection();
26330
26331 wxPyEndAllowThreads(__tstate);
26332 if (PyErr_Occurred()) SWIG_fail;
26333 }
26334 {
26335 wxTreeItemId * resultptr;
26336 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26337 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26338 }
26339 return resultobj;
26340 fail:
26341 return NULL;
26342 }
26343
26344
26345 static PyObject *_wrap_TreeCtrl_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
26346 PyObject *resultobj;
26347 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26348 PyObject *result;
26349 PyObject * obj0 = 0 ;
26350 char *kwnames[] = {
26351 (char *) "self", NULL
26352 };
26353
26354 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelections",kwnames,&obj0)) goto fail;
26355 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26356 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26357 {
26358 PyThreadState* __tstate = wxPyBeginAllowThreads();
26359 result = (PyObject *)wxPyTreeCtrl_GetSelections(arg1);
26360
26361 wxPyEndAllowThreads(__tstate);
26362 if (PyErr_Occurred()) SWIG_fail;
26363 }
26364 resultobj = result;
26365 return resultobj;
26366 fail:
26367 return NULL;
26368 }
26369
26370
26371 static PyObject *_wrap_TreeCtrl_GetItemParent(PyObject *self, PyObject *args, PyObject *kwargs) {
26372 PyObject *resultobj;
26373 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26374 wxTreeItemId *arg2 = 0 ;
26375 wxTreeItemId result;
26376 PyObject * obj0 = 0 ;
26377 PyObject * obj1 = 0 ;
26378 char *kwnames[] = {
26379 (char *) "self",(char *) "item", NULL
26380 };
26381
26382 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemParent",kwnames,&obj0,&obj1)) goto fail;
26383 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26384 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26385 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26386 SWIG_POINTER_EXCEPTION | 0)) == -1)
26387 SWIG_fail;
26388 if (arg2 == NULL) {
26389 PyErr_SetString(PyExc_TypeError,"null reference");
26390 SWIG_fail;
26391 }
26392 {
26393 PyThreadState* __tstate = wxPyBeginAllowThreads();
26394 result = ((wxPyTreeCtrl const *)arg1)->GetItemParent((wxTreeItemId const &)*arg2);
26395
26396 wxPyEndAllowThreads(__tstate);
26397 if (PyErr_Occurred()) SWIG_fail;
26398 }
26399 {
26400 wxTreeItemId * resultptr;
26401 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26402 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26403 }
26404 return resultobj;
26405 fail:
26406 return NULL;
26407 }
26408
26409
26410 static PyObject *_wrap_TreeCtrl_GetFirstChild(PyObject *self, PyObject *args, PyObject *kwargs) {
26411 PyObject *resultobj;
26412 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26413 wxTreeItemId *arg2 = 0 ;
26414 PyObject *result;
26415 PyObject * obj0 = 0 ;
26416 PyObject * obj1 = 0 ;
26417 char *kwnames[] = {
26418 (char *) "self",(char *) "item", NULL
26419 };
26420
26421 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetFirstChild",kwnames,&obj0,&obj1)) goto fail;
26422 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26423 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26424 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26425 SWIG_POINTER_EXCEPTION | 0)) == -1)
26426 SWIG_fail;
26427 if (arg2 == NULL) {
26428 PyErr_SetString(PyExc_TypeError,"null reference");
26429 SWIG_fail;
26430 }
26431 {
26432 PyThreadState* __tstate = wxPyBeginAllowThreads();
26433 result = (PyObject *)wxPyTreeCtrl_GetFirstChild(arg1,(wxTreeItemId const &)*arg2);
26434
26435 wxPyEndAllowThreads(__tstate);
26436 if (PyErr_Occurred()) SWIG_fail;
26437 }
26438 resultobj = result;
26439 return resultobj;
26440 fail:
26441 return NULL;
26442 }
26443
26444
26445 static PyObject *_wrap_TreeCtrl_GetNextChild(PyObject *self, PyObject *args, PyObject *kwargs) {
26446 PyObject *resultobj;
26447 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26448 wxTreeItemId *arg2 = 0 ;
26449 void *arg3 = (void *) 0 ;
26450 PyObject *result;
26451 PyObject * obj0 = 0 ;
26452 PyObject * obj1 = 0 ;
26453 PyObject * obj2 = 0 ;
26454 char *kwnames[] = {
26455 (char *) "self",(char *) "item",(char *) "cookie", NULL
26456 };
26457
26458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_GetNextChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
26459 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26460 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26461 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26462 SWIG_POINTER_EXCEPTION | 0)) == -1)
26463 SWIG_fail;
26464 if (arg2 == NULL) {
26465 PyErr_SetString(PyExc_TypeError,"null reference");
26466 SWIG_fail;
26467 }
26468 if ((SWIG_ConvertPtr(obj2,&arg3,0,SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26469 {
26470 PyThreadState* __tstate = wxPyBeginAllowThreads();
26471 result = (PyObject *)wxPyTreeCtrl_GetNextChild(arg1,(wxTreeItemId const &)*arg2,arg3);
26472
26473 wxPyEndAllowThreads(__tstate);
26474 if (PyErr_Occurred()) SWIG_fail;
26475 }
26476 resultobj = result;
26477 return resultobj;
26478 fail:
26479 return NULL;
26480 }
26481
26482
26483 static PyObject *_wrap_TreeCtrl_GetLastChild(PyObject *self, PyObject *args, PyObject *kwargs) {
26484 PyObject *resultobj;
26485 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26486 wxTreeItemId *arg2 = 0 ;
26487 wxTreeItemId result;
26488 PyObject * obj0 = 0 ;
26489 PyObject * obj1 = 0 ;
26490 char *kwnames[] = {
26491 (char *) "self",(char *) "item", NULL
26492 };
26493
26494 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetLastChild",kwnames,&obj0,&obj1)) goto fail;
26495 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26496 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26497 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26498 SWIG_POINTER_EXCEPTION | 0)) == -1)
26499 SWIG_fail;
26500 if (arg2 == NULL) {
26501 PyErr_SetString(PyExc_TypeError,"null reference");
26502 SWIG_fail;
26503 }
26504 {
26505 PyThreadState* __tstate = wxPyBeginAllowThreads();
26506 result = ((wxPyTreeCtrl const *)arg1)->GetLastChild((wxTreeItemId const &)*arg2);
26507
26508 wxPyEndAllowThreads(__tstate);
26509 if (PyErr_Occurred()) SWIG_fail;
26510 }
26511 {
26512 wxTreeItemId * resultptr;
26513 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26514 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26515 }
26516 return resultobj;
26517 fail:
26518 return NULL;
26519 }
26520
26521
26522 static PyObject *_wrap_TreeCtrl_GetNextSibling(PyObject *self, PyObject *args, PyObject *kwargs) {
26523 PyObject *resultobj;
26524 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26525 wxTreeItemId *arg2 = 0 ;
26526 wxTreeItemId result;
26527 PyObject * obj0 = 0 ;
26528 PyObject * obj1 = 0 ;
26529 char *kwnames[] = {
26530 (char *) "self",(char *) "item", NULL
26531 };
26532
26533 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextSibling",kwnames,&obj0,&obj1)) goto fail;
26534 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26535 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26536 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26537 SWIG_POINTER_EXCEPTION | 0)) == -1)
26538 SWIG_fail;
26539 if (arg2 == NULL) {
26540 PyErr_SetString(PyExc_TypeError,"null reference");
26541 SWIG_fail;
26542 }
26543 {
26544 PyThreadState* __tstate = wxPyBeginAllowThreads();
26545 result = ((wxPyTreeCtrl const *)arg1)->GetNextSibling((wxTreeItemId const &)*arg2);
26546
26547 wxPyEndAllowThreads(__tstate);
26548 if (PyErr_Occurred()) SWIG_fail;
26549 }
26550 {
26551 wxTreeItemId * resultptr;
26552 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26553 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26554 }
26555 return resultobj;
26556 fail:
26557 return NULL;
26558 }
26559
26560
26561 static PyObject *_wrap_TreeCtrl_GetPrevSibling(PyObject *self, PyObject *args, PyObject *kwargs) {
26562 PyObject *resultobj;
26563 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26564 wxTreeItemId *arg2 = 0 ;
26565 wxTreeItemId result;
26566 PyObject * obj0 = 0 ;
26567 PyObject * obj1 = 0 ;
26568 char *kwnames[] = {
26569 (char *) "self",(char *) "item", NULL
26570 };
26571
26572 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevSibling",kwnames,&obj0,&obj1)) goto fail;
26573 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26574 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26575 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26576 SWIG_POINTER_EXCEPTION | 0)) == -1)
26577 SWIG_fail;
26578 if (arg2 == NULL) {
26579 PyErr_SetString(PyExc_TypeError,"null reference");
26580 SWIG_fail;
26581 }
26582 {
26583 PyThreadState* __tstate = wxPyBeginAllowThreads();
26584 result = ((wxPyTreeCtrl const *)arg1)->GetPrevSibling((wxTreeItemId const &)*arg2);
26585
26586 wxPyEndAllowThreads(__tstate);
26587 if (PyErr_Occurred()) SWIG_fail;
26588 }
26589 {
26590 wxTreeItemId * resultptr;
26591 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26592 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26593 }
26594 return resultobj;
26595 fail:
26596 return NULL;
26597 }
26598
26599
26600 static PyObject *_wrap_TreeCtrl_GetFirstVisibleItem(PyObject *self, PyObject *args, PyObject *kwargs) {
26601 PyObject *resultobj;
26602 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26603 wxTreeItemId result;
26604 PyObject * obj0 = 0 ;
26605 char *kwnames[] = {
26606 (char *) "self", NULL
26607 };
26608
26609 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetFirstVisibleItem",kwnames,&obj0)) goto fail;
26610 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26611 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26612 {
26613 PyThreadState* __tstate = wxPyBeginAllowThreads();
26614 result = ((wxPyTreeCtrl const *)arg1)->GetFirstVisibleItem();
26615
26616 wxPyEndAllowThreads(__tstate);
26617 if (PyErr_Occurred()) SWIG_fail;
26618 }
26619 {
26620 wxTreeItemId * resultptr;
26621 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26622 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26623 }
26624 return resultobj;
26625 fail:
26626 return NULL;
26627 }
26628
26629
26630 static PyObject *_wrap_TreeCtrl_GetNextVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
26631 PyObject *resultobj;
26632 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26633 wxTreeItemId *arg2 = 0 ;
26634 wxTreeItemId result;
26635 PyObject * obj0 = 0 ;
26636 PyObject * obj1 = 0 ;
26637 char *kwnames[] = {
26638 (char *) "self",(char *) "item", NULL
26639 };
26640
26641 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextVisible",kwnames,&obj0,&obj1)) goto fail;
26642 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26643 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26644 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26645 SWIG_POINTER_EXCEPTION | 0)) == -1)
26646 SWIG_fail;
26647 if (arg2 == NULL) {
26648 PyErr_SetString(PyExc_TypeError,"null reference");
26649 SWIG_fail;
26650 }
26651 {
26652 PyThreadState* __tstate = wxPyBeginAllowThreads();
26653 result = ((wxPyTreeCtrl const *)arg1)->GetNextVisible((wxTreeItemId const &)*arg2);
26654
26655 wxPyEndAllowThreads(__tstate);
26656 if (PyErr_Occurred()) SWIG_fail;
26657 }
26658 {
26659 wxTreeItemId * resultptr;
26660 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26661 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26662 }
26663 return resultobj;
26664 fail:
26665 return NULL;
26666 }
26667
26668
26669 static PyObject *_wrap_TreeCtrl_GetPrevVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
26670 PyObject *resultobj;
26671 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26672 wxTreeItemId *arg2 = 0 ;
26673 wxTreeItemId result;
26674 PyObject * obj0 = 0 ;
26675 PyObject * obj1 = 0 ;
26676 char *kwnames[] = {
26677 (char *) "self",(char *) "item", NULL
26678 };
26679
26680 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevVisible",kwnames,&obj0,&obj1)) goto fail;
26681 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26682 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26683 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26684 SWIG_POINTER_EXCEPTION | 0)) == -1)
26685 SWIG_fail;
26686 if (arg2 == NULL) {
26687 PyErr_SetString(PyExc_TypeError,"null reference");
26688 SWIG_fail;
26689 }
26690 {
26691 PyThreadState* __tstate = wxPyBeginAllowThreads();
26692 result = ((wxPyTreeCtrl const *)arg1)->GetPrevVisible((wxTreeItemId const &)*arg2);
26693
26694 wxPyEndAllowThreads(__tstate);
26695 if (PyErr_Occurred()) SWIG_fail;
26696 }
26697 {
26698 wxTreeItemId * resultptr;
26699 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26700 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26701 }
26702 return resultobj;
26703 fail:
26704 return NULL;
26705 }
26706
26707
26708 static PyObject *_wrap_TreeCtrl_AddRoot(PyObject *self, PyObject *args, PyObject *kwargs) {
26709 PyObject *resultobj;
26710 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26711 wxString *arg2 = 0 ;
26712 int arg3 = (int) -1 ;
26713 int arg4 = (int) -1 ;
26714 wxPyTreeItemData *arg5 = (wxPyTreeItemData *) NULL ;
26715 wxTreeItemId result;
26716 bool temp2 = False ;
26717 PyObject * obj0 = 0 ;
26718 PyObject * obj1 = 0 ;
26719 PyObject * obj2 = 0 ;
26720 PyObject * obj3 = 0 ;
26721 PyObject * obj4 = 0 ;
26722 char *kwnames[] = {
26723 (char *) "self",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
26724 };
26725
26726 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOO:TreeCtrl_AddRoot",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
26727 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26728 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26729 {
26730 arg2 = wxString_in_helper(obj1);
26731 if (arg2 == NULL) SWIG_fail;
26732 temp2 = True;
26733 }
26734 if (obj2) {
26735 arg3 = (int) SWIG_AsInt(obj2);
26736 if (PyErr_Occurred()) SWIG_fail;
26737 }
26738 if (obj3) {
26739 arg4 = (int) SWIG_AsInt(obj3);
26740 if (PyErr_Occurred()) SWIG_fail;
26741 }
26742 if (obj4) {
26743 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxPyTreeItemData,
26744 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26745 }
26746 {
26747 PyThreadState* __tstate = wxPyBeginAllowThreads();
26748 result = (arg1)->AddRoot((wxString const &)*arg2,arg3,arg4,arg5);
26749
26750 wxPyEndAllowThreads(__tstate);
26751 if (PyErr_Occurred()) SWIG_fail;
26752 }
26753 {
26754 wxTreeItemId * resultptr;
26755 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26756 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26757 }
26758 {
26759 if (temp2)
26760 delete arg2;
26761 }
26762 return resultobj;
26763 fail:
26764 {
26765 if (temp2)
26766 delete arg2;
26767 }
26768 return NULL;
26769 }
26770
26771
26772 static PyObject *_wrap_TreeCtrl_PrependItem(PyObject *self, PyObject *args, PyObject *kwargs) {
26773 PyObject *resultobj;
26774 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26775 wxTreeItemId *arg2 = 0 ;
26776 wxString *arg3 = 0 ;
26777 int arg4 = (int) -1 ;
26778 int arg5 = (int) -1 ;
26779 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
26780 wxTreeItemId result;
26781 bool temp3 = False ;
26782 PyObject * obj0 = 0 ;
26783 PyObject * obj1 = 0 ;
26784 PyObject * obj2 = 0 ;
26785 PyObject * obj3 = 0 ;
26786 PyObject * obj4 = 0 ;
26787 PyObject * obj5 = 0 ;
26788 char *kwnames[] = {
26789 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
26790 };
26791
26792 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_PrependItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
26793 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26794 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26795 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26796 SWIG_POINTER_EXCEPTION | 0)) == -1)
26797 SWIG_fail;
26798 if (arg2 == NULL) {
26799 PyErr_SetString(PyExc_TypeError,"null reference");
26800 SWIG_fail;
26801 }
26802 {
26803 arg3 = wxString_in_helper(obj2);
26804 if (arg3 == NULL) SWIG_fail;
26805 temp3 = True;
26806 }
26807 if (obj3) {
26808 arg4 = (int) SWIG_AsInt(obj3);
26809 if (PyErr_Occurred()) SWIG_fail;
26810 }
26811 if (obj4) {
26812 arg5 = (int) SWIG_AsInt(obj4);
26813 if (PyErr_Occurred()) SWIG_fail;
26814 }
26815 if (obj5) {
26816 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxPyTreeItemData,
26817 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26818 }
26819 {
26820 PyThreadState* __tstate = wxPyBeginAllowThreads();
26821 result = (arg1)->PrependItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
26822
26823 wxPyEndAllowThreads(__tstate);
26824 if (PyErr_Occurred()) SWIG_fail;
26825 }
26826 {
26827 wxTreeItemId * resultptr;
26828 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26829 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26830 }
26831 {
26832 if (temp3)
26833 delete arg3;
26834 }
26835 return resultobj;
26836 fail:
26837 {
26838 if (temp3)
26839 delete arg3;
26840 }
26841 return NULL;
26842 }
26843
26844
26845 static PyObject *_wrap_TreeCtrl_InsertItem(PyObject *self, PyObject *args, PyObject *kwargs) {
26846 PyObject *resultobj;
26847 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26848 wxTreeItemId *arg2 = 0 ;
26849 wxTreeItemId *arg3 = 0 ;
26850 wxString *arg4 = 0 ;
26851 int arg5 = (int) -1 ;
26852 int arg6 = (int) -1 ;
26853 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
26854 wxTreeItemId result;
26855 bool temp4 = False ;
26856 PyObject * obj0 = 0 ;
26857 PyObject * obj1 = 0 ;
26858 PyObject * obj2 = 0 ;
26859 PyObject * obj3 = 0 ;
26860 PyObject * obj4 = 0 ;
26861 PyObject * obj5 = 0 ;
26862 PyObject * obj6 = 0 ;
26863 char *kwnames[] = {
26864 (char *) "self",(char *) "parent",(char *) "idPrevious",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
26865 };
26866
26867 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
26868 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26869 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26870 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26871 SWIG_POINTER_EXCEPTION | 0)) == -1)
26872 SWIG_fail;
26873 if (arg2 == NULL) {
26874 PyErr_SetString(PyExc_TypeError,"null reference");
26875 SWIG_fail;
26876 }
26877 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxTreeItemId,
26878 SWIG_POINTER_EXCEPTION | 0)) == -1)
26879 SWIG_fail;
26880 if (arg3 == NULL) {
26881 PyErr_SetString(PyExc_TypeError,"null reference");
26882 SWIG_fail;
26883 }
26884 {
26885 arg4 = wxString_in_helper(obj3);
26886 if (arg4 == NULL) SWIG_fail;
26887 temp4 = True;
26888 }
26889 if (obj4) {
26890 arg5 = (int) SWIG_AsInt(obj4);
26891 if (PyErr_Occurred()) SWIG_fail;
26892 }
26893 if (obj5) {
26894 arg6 = (int) SWIG_AsInt(obj5);
26895 if (PyErr_Occurred()) SWIG_fail;
26896 }
26897 if (obj6) {
26898 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxPyTreeItemData,
26899 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26900 }
26901 {
26902 PyThreadState* __tstate = wxPyBeginAllowThreads();
26903 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,(wxTreeItemId const &)*arg3,(wxString const &)*arg4,arg5,arg6,arg7);
26904
26905 wxPyEndAllowThreads(__tstate);
26906 if (PyErr_Occurred()) SWIG_fail;
26907 }
26908 {
26909 wxTreeItemId * resultptr;
26910 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26911 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26912 }
26913 {
26914 if (temp4)
26915 delete arg4;
26916 }
26917 return resultobj;
26918 fail:
26919 {
26920 if (temp4)
26921 delete arg4;
26922 }
26923 return NULL;
26924 }
26925
26926
26927 static PyObject *_wrap_TreeCtrl_InsertItemBefore(PyObject *self, PyObject *args, PyObject *kwargs) {
26928 PyObject *resultobj;
26929 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26930 wxTreeItemId *arg2 = 0 ;
26931 size_t arg3 ;
26932 wxString *arg4 = 0 ;
26933 int arg5 = (int) -1 ;
26934 int arg6 = (int) -1 ;
26935 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
26936 wxTreeItemId result;
26937 bool temp4 = False ;
26938 PyObject * obj0 = 0 ;
26939 PyObject * obj1 = 0 ;
26940 PyObject * obj2 = 0 ;
26941 PyObject * obj3 = 0 ;
26942 PyObject * obj4 = 0 ;
26943 PyObject * obj5 = 0 ;
26944 PyObject * obj6 = 0 ;
26945 char *kwnames[] = {
26946 (char *) "self",(char *) "parent",(char *) "index",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
26947 };
26948
26949 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItemBefore",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
26950 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
26951 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26952 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
26953 SWIG_POINTER_EXCEPTION | 0)) == -1)
26954 SWIG_fail;
26955 if (arg2 == NULL) {
26956 PyErr_SetString(PyExc_TypeError,"null reference");
26957 SWIG_fail;
26958 }
26959 arg3 = (size_t) SWIG_AsUnsignedLong(obj2);
26960 if (PyErr_Occurred()) SWIG_fail;
26961 {
26962 arg4 = wxString_in_helper(obj3);
26963 if (arg4 == NULL) SWIG_fail;
26964 temp4 = True;
26965 }
26966 if (obj4) {
26967 arg5 = (int) SWIG_AsInt(obj4);
26968 if (PyErr_Occurred()) SWIG_fail;
26969 }
26970 if (obj5) {
26971 arg6 = (int) SWIG_AsInt(obj5);
26972 if (PyErr_Occurred()) SWIG_fail;
26973 }
26974 if (obj6) {
26975 if ((SWIG_ConvertPtr(obj6,(void **)(&arg7),SWIGTYPE_p_wxPyTreeItemData,
26976 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
26977 }
26978 {
26979 PyThreadState* __tstate = wxPyBeginAllowThreads();
26980 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,arg3,(wxString const &)*arg4,arg5,arg6,arg7);
26981
26982 wxPyEndAllowThreads(__tstate);
26983 if (PyErr_Occurred()) SWIG_fail;
26984 }
26985 {
26986 wxTreeItemId * resultptr;
26987 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26988 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
26989 }
26990 {
26991 if (temp4)
26992 delete arg4;
26993 }
26994 return resultobj;
26995 fail:
26996 {
26997 if (temp4)
26998 delete arg4;
26999 }
27000 return NULL;
27001 }
27002
27003
27004 static PyObject *_wrap_TreeCtrl_AppendItem(PyObject *self, PyObject *args, PyObject *kwargs) {
27005 PyObject *resultobj;
27006 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27007 wxTreeItemId *arg2 = 0 ;
27008 wxString *arg3 = 0 ;
27009 int arg4 = (int) -1 ;
27010 int arg5 = (int) -1 ;
27011 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
27012 wxTreeItemId result;
27013 bool temp3 = False ;
27014 PyObject * obj0 = 0 ;
27015 PyObject * obj1 = 0 ;
27016 PyObject * obj2 = 0 ;
27017 PyObject * obj3 = 0 ;
27018 PyObject * obj4 = 0 ;
27019 PyObject * obj5 = 0 ;
27020 char *kwnames[] = {
27021 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27022 };
27023
27024 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_AppendItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
27025 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27026 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27027 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27028 SWIG_POINTER_EXCEPTION | 0)) == -1)
27029 SWIG_fail;
27030 if (arg2 == NULL) {
27031 PyErr_SetString(PyExc_TypeError,"null reference");
27032 SWIG_fail;
27033 }
27034 {
27035 arg3 = wxString_in_helper(obj2);
27036 if (arg3 == NULL) SWIG_fail;
27037 temp3 = True;
27038 }
27039 if (obj3) {
27040 arg4 = (int) SWIG_AsInt(obj3);
27041 if (PyErr_Occurred()) SWIG_fail;
27042 }
27043 if (obj4) {
27044 arg5 = (int) SWIG_AsInt(obj4);
27045 if (PyErr_Occurred()) SWIG_fail;
27046 }
27047 if (obj5) {
27048 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxPyTreeItemData,
27049 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27050 }
27051 {
27052 PyThreadState* __tstate = wxPyBeginAllowThreads();
27053 result = (arg1)->AppendItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
27054
27055 wxPyEndAllowThreads(__tstate);
27056 if (PyErr_Occurred()) SWIG_fail;
27057 }
27058 {
27059 wxTreeItemId * resultptr;
27060 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27061 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27062 }
27063 {
27064 if (temp3)
27065 delete arg3;
27066 }
27067 return resultobj;
27068 fail:
27069 {
27070 if (temp3)
27071 delete arg3;
27072 }
27073 return NULL;
27074 }
27075
27076
27077 static PyObject *_wrap_TreeCtrl_Delete(PyObject *self, PyObject *args, PyObject *kwargs) {
27078 PyObject *resultobj;
27079 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27080 wxTreeItemId *arg2 = 0 ;
27081 PyObject * obj0 = 0 ;
27082 PyObject * obj1 = 0 ;
27083 char *kwnames[] = {
27084 (char *) "self",(char *) "item", NULL
27085 };
27086
27087 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Delete",kwnames,&obj0,&obj1)) goto fail;
27088 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27089 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27090 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27091 SWIG_POINTER_EXCEPTION | 0)) == -1)
27092 SWIG_fail;
27093 if (arg2 == NULL) {
27094 PyErr_SetString(PyExc_TypeError,"null reference");
27095 SWIG_fail;
27096 }
27097 {
27098 PyThreadState* __tstate = wxPyBeginAllowThreads();
27099 (arg1)->Delete((wxTreeItemId const &)*arg2);
27100
27101 wxPyEndAllowThreads(__tstate);
27102 if (PyErr_Occurred()) SWIG_fail;
27103 }
27104 Py_INCREF(Py_None); resultobj = Py_None;
27105 return resultobj;
27106 fail:
27107 return NULL;
27108 }
27109
27110
27111 static PyObject *_wrap_TreeCtrl_DeleteChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
27112 PyObject *resultobj;
27113 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27114 wxTreeItemId *arg2 = 0 ;
27115 PyObject * obj0 = 0 ;
27116 PyObject * obj1 = 0 ;
27117 char *kwnames[] = {
27118 (char *) "self",(char *) "item", NULL
27119 };
27120
27121 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_DeleteChildren",kwnames,&obj0,&obj1)) goto fail;
27122 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27123 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27124 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27125 SWIG_POINTER_EXCEPTION | 0)) == -1)
27126 SWIG_fail;
27127 if (arg2 == NULL) {
27128 PyErr_SetString(PyExc_TypeError,"null reference");
27129 SWIG_fail;
27130 }
27131 {
27132 PyThreadState* __tstate = wxPyBeginAllowThreads();
27133 (arg1)->DeleteChildren((wxTreeItemId const &)*arg2);
27134
27135 wxPyEndAllowThreads(__tstate);
27136 if (PyErr_Occurred()) SWIG_fail;
27137 }
27138 Py_INCREF(Py_None); resultobj = Py_None;
27139 return resultobj;
27140 fail:
27141 return NULL;
27142 }
27143
27144
27145 static PyObject *_wrap_TreeCtrl_DeleteAllItems(PyObject *self, PyObject *args, PyObject *kwargs) {
27146 PyObject *resultobj;
27147 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27148 PyObject * obj0 = 0 ;
27149 char *kwnames[] = {
27150 (char *) "self", NULL
27151 };
27152
27153 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
27154 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27155 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27156 {
27157 PyThreadState* __tstate = wxPyBeginAllowThreads();
27158 (arg1)->DeleteAllItems();
27159
27160 wxPyEndAllowThreads(__tstate);
27161 if (PyErr_Occurred()) SWIG_fail;
27162 }
27163 Py_INCREF(Py_None); resultobj = Py_None;
27164 return resultobj;
27165 fail:
27166 return NULL;
27167 }
27168
27169
27170 static PyObject *_wrap_TreeCtrl_Expand(PyObject *self, PyObject *args, PyObject *kwargs) {
27171 PyObject *resultobj;
27172 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27173 wxTreeItemId *arg2 = 0 ;
27174 PyObject * obj0 = 0 ;
27175 PyObject * obj1 = 0 ;
27176 char *kwnames[] = {
27177 (char *) "self",(char *) "item", NULL
27178 };
27179
27180 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Expand",kwnames,&obj0,&obj1)) goto fail;
27181 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27182 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27183 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27184 SWIG_POINTER_EXCEPTION | 0)) == -1)
27185 SWIG_fail;
27186 if (arg2 == NULL) {
27187 PyErr_SetString(PyExc_TypeError,"null reference");
27188 SWIG_fail;
27189 }
27190 {
27191 PyThreadState* __tstate = wxPyBeginAllowThreads();
27192 (arg1)->Expand((wxTreeItemId const &)*arg2);
27193
27194 wxPyEndAllowThreads(__tstate);
27195 if (PyErr_Occurred()) SWIG_fail;
27196 }
27197 Py_INCREF(Py_None); resultobj = Py_None;
27198 return resultobj;
27199 fail:
27200 return NULL;
27201 }
27202
27203
27204 static PyObject *_wrap_TreeCtrl_Collapse(PyObject *self, PyObject *args, PyObject *kwargs) {
27205 PyObject *resultobj;
27206 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27207 wxTreeItemId *arg2 = 0 ;
27208 PyObject * obj0 = 0 ;
27209 PyObject * obj1 = 0 ;
27210 char *kwnames[] = {
27211 (char *) "self",(char *) "item", NULL
27212 };
27213
27214 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Collapse",kwnames,&obj0,&obj1)) goto fail;
27215 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27216 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27217 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27218 SWIG_POINTER_EXCEPTION | 0)) == -1)
27219 SWIG_fail;
27220 if (arg2 == NULL) {
27221 PyErr_SetString(PyExc_TypeError,"null reference");
27222 SWIG_fail;
27223 }
27224 {
27225 PyThreadState* __tstate = wxPyBeginAllowThreads();
27226 (arg1)->Collapse((wxTreeItemId const &)*arg2);
27227
27228 wxPyEndAllowThreads(__tstate);
27229 if (PyErr_Occurred()) SWIG_fail;
27230 }
27231 Py_INCREF(Py_None); resultobj = Py_None;
27232 return resultobj;
27233 fail:
27234 return NULL;
27235 }
27236
27237
27238 static PyObject *_wrap_TreeCtrl_CollapseAndReset(PyObject *self, PyObject *args, PyObject *kwargs) {
27239 PyObject *resultobj;
27240 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27241 wxTreeItemId *arg2 = 0 ;
27242 PyObject * obj0 = 0 ;
27243 PyObject * obj1 = 0 ;
27244 char *kwnames[] = {
27245 (char *) "self",(char *) "item", NULL
27246 };
27247
27248 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_CollapseAndReset",kwnames,&obj0,&obj1)) goto fail;
27249 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27250 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27251 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27252 SWIG_POINTER_EXCEPTION | 0)) == -1)
27253 SWIG_fail;
27254 if (arg2 == NULL) {
27255 PyErr_SetString(PyExc_TypeError,"null reference");
27256 SWIG_fail;
27257 }
27258 {
27259 PyThreadState* __tstate = wxPyBeginAllowThreads();
27260 (arg1)->CollapseAndReset((wxTreeItemId const &)*arg2);
27261
27262 wxPyEndAllowThreads(__tstate);
27263 if (PyErr_Occurred()) SWIG_fail;
27264 }
27265 Py_INCREF(Py_None); resultobj = Py_None;
27266 return resultobj;
27267 fail:
27268 return NULL;
27269 }
27270
27271
27272 static PyObject *_wrap_TreeCtrl_Toggle(PyObject *self, PyObject *args, PyObject *kwargs) {
27273 PyObject *resultobj;
27274 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27275 wxTreeItemId *arg2 = 0 ;
27276 PyObject * obj0 = 0 ;
27277 PyObject * obj1 = 0 ;
27278 char *kwnames[] = {
27279 (char *) "self",(char *) "item", NULL
27280 };
27281
27282 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Toggle",kwnames,&obj0,&obj1)) goto fail;
27283 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27284 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27285 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27286 SWIG_POINTER_EXCEPTION | 0)) == -1)
27287 SWIG_fail;
27288 if (arg2 == NULL) {
27289 PyErr_SetString(PyExc_TypeError,"null reference");
27290 SWIG_fail;
27291 }
27292 {
27293 PyThreadState* __tstate = wxPyBeginAllowThreads();
27294 (arg1)->Toggle((wxTreeItemId const &)*arg2);
27295
27296 wxPyEndAllowThreads(__tstate);
27297 if (PyErr_Occurred()) SWIG_fail;
27298 }
27299 Py_INCREF(Py_None); resultobj = Py_None;
27300 return resultobj;
27301 fail:
27302 return NULL;
27303 }
27304
27305
27306 static PyObject *_wrap_TreeCtrl_Unselect(PyObject *self, PyObject *args, PyObject *kwargs) {
27307 PyObject *resultobj;
27308 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27309 PyObject * obj0 = 0 ;
27310 char *kwnames[] = {
27311 (char *) "self", NULL
27312 };
27313
27314 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_Unselect",kwnames,&obj0)) goto fail;
27315 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27316 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27317 {
27318 PyThreadState* __tstate = wxPyBeginAllowThreads();
27319 (arg1)->Unselect();
27320
27321 wxPyEndAllowThreads(__tstate);
27322 if (PyErr_Occurred()) SWIG_fail;
27323 }
27324 Py_INCREF(Py_None); resultobj = Py_None;
27325 return resultobj;
27326 fail:
27327 return NULL;
27328 }
27329
27330
27331 static PyObject *_wrap_TreeCtrl_UnselectItem(PyObject *self, PyObject *args, PyObject *kwargs) {
27332 PyObject *resultobj;
27333 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27334 wxTreeItemId *arg2 = 0 ;
27335 PyObject * obj0 = 0 ;
27336 PyObject * obj1 = 0 ;
27337 char *kwnames[] = {
27338 (char *) "self",(char *) "item", NULL
27339 };
27340
27341 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_UnselectItem",kwnames,&obj0,&obj1)) goto fail;
27342 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27343 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27344 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27345 SWIG_POINTER_EXCEPTION | 0)) == -1)
27346 SWIG_fail;
27347 if (arg2 == NULL) {
27348 PyErr_SetString(PyExc_TypeError,"null reference");
27349 SWIG_fail;
27350 }
27351 {
27352 PyThreadState* __tstate = wxPyBeginAllowThreads();
27353 (arg1)->UnselectItem((wxTreeItemId const &)*arg2);
27354
27355 wxPyEndAllowThreads(__tstate);
27356 if (PyErr_Occurred()) SWIG_fail;
27357 }
27358 Py_INCREF(Py_None); resultobj = Py_None;
27359 return resultobj;
27360 fail:
27361 return NULL;
27362 }
27363
27364
27365 static PyObject *_wrap_TreeCtrl_UnselectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
27366 PyObject *resultobj;
27367 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27368 PyObject * obj0 = 0 ;
27369 char *kwnames[] = {
27370 (char *) "self", NULL
27371 };
27372
27373 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_UnselectAll",kwnames,&obj0)) goto fail;
27374 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27375 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27376 {
27377 PyThreadState* __tstate = wxPyBeginAllowThreads();
27378 (arg1)->UnselectAll();
27379
27380 wxPyEndAllowThreads(__tstate);
27381 if (PyErr_Occurred()) SWIG_fail;
27382 }
27383 Py_INCREF(Py_None); resultobj = Py_None;
27384 return resultobj;
27385 fail:
27386 return NULL;
27387 }
27388
27389
27390 static PyObject *_wrap_TreeCtrl_SelectItem(PyObject *self, PyObject *args, PyObject *kwargs) {
27391 PyObject *resultobj;
27392 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27393 wxTreeItemId *arg2 = 0 ;
27394 bool arg3 = (bool) True ;
27395 PyObject * obj0 = 0 ;
27396 PyObject * obj1 = 0 ;
27397 PyObject * obj2 = 0 ;
27398 char *kwnames[] = {
27399 (char *) "self",(char *) "item",(char *) "select", NULL
27400 };
27401
27402 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SelectItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
27403 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27404 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27405 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27406 SWIG_POINTER_EXCEPTION | 0)) == -1)
27407 SWIG_fail;
27408 if (arg2 == NULL) {
27409 PyErr_SetString(PyExc_TypeError,"null reference");
27410 SWIG_fail;
27411 }
27412 if (obj2) {
27413 arg3 = (bool) SWIG_AsBool(obj2);
27414 if (PyErr_Occurred()) SWIG_fail;
27415 }
27416 {
27417 PyThreadState* __tstate = wxPyBeginAllowThreads();
27418 (arg1)->SelectItem((wxTreeItemId const &)*arg2,arg3);
27419
27420 wxPyEndAllowThreads(__tstate);
27421 if (PyErr_Occurred()) SWIG_fail;
27422 }
27423 Py_INCREF(Py_None); resultobj = Py_None;
27424 return resultobj;
27425 fail:
27426 return NULL;
27427 }
27428
27429
27430 static PyObject *_wrap_TreeCtrl_ToggleItemSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
27431 PyObject *resultobj;
27432 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27433 wxTreeItemId *arg2 = 0 ;
27434 PyObject * obj0 = 0 ;
27435 PyObject * obj1 = 0 ;
27436 char *kwnames[] = {
27437 (char *) "self",(char *) "item", NULL
27438 };
27439
27440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ToggleItemSelection",kwnames,&obj0,&obj1)) goto fail;
27441 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27442 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27443 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27444 SWIG_POINTER_EXCEPTION | 0)) == -1)
27445 SWIG_fail;
27446 if (arg2 == NULL) {
27447 PyErr_SetString(PyExc_TypeError,"null reference");
27448 SWIG_fail;
27449 }
27450 {
27451 PyThreadState* __tstate = wxPyBeginAllowThreads();
27452 (arg1)->ToggleItemSelection((wxTreeItemId const &)*arg2);
27453
27454 wxPyEndAllowThreads(__tstate);
27455 if (PyErr_Occurred()) SWIG_fail;
27456 }
27457 Py_INCREF(Py_None); resultobj = Py_None;
27458 return resultobj;
27459 fail:
27460 return NULL;
27461 }
27462
27463
27464 static PyObject *_wrap_TreeCtrl_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
27465 PyObject *resultobj;
27466 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27467 wxTreeItemId *arg2 = 0 ;
27468 PyObject * obj0 = 0 ;
27469 PyObject * obj1 = 0 ;
27470 char *kwnames[] = {
27471 (char *) "self",(char *) "item", NULL
27472 };
27473
27474 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
27475 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27476 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27477 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27478 SWIG_POINTER_EXCEPTION | 0)) == -1)
27479 SWIG_fail;
27480 if (arg2 == NULL) {
27481 PyErr_SetString(PyExc_TypeError,"null reference");
27482 SWIG_fail;
27483 }
27484 {
27485 PyThreadState* __tstate = wxPyBeginAllowThreads();
27486 (arg1)->EnsureVisible((wxTreeItemId const &)*arg2);
27487
27488 wxPyEndAllowThreads(__tstate);
27489 if (PyErr_Occurred()) SWIG_fail;
27490 }
27491 Py_INCREF(Py_None); resultobj = Py_None;
27492 return resultobj;
27493 fail:
27494 return NULL;
27495 }
27496
27497
27498 static PyObject *_wrap_TreeCtrl_ScrollTo(PyObject *self, PyObject *args, PyObject *kwargs) {
27499 PyObject *resultobj;
27500 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27501 wxTreeItemId *arg2 = 0 ;
27502 PyObject * obj0 = 0 ;
27503 PyObject * obj1 = 0 ;
27504 char *kwnames[] = {
27505 (char *) "self",(char *) "item", NULL
27506 };
27507
27508 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ScrollTo",kwnames,&obj0,&obj1)) goto fail;
27509 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27510 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27511 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27512 SWIG_POINTER_EXCEPTION | 0)) == -1)
27513 SWIG_fail;
27514 if (arg2 == NULL) {
27515 PyErr_SetString(PyExc_TypeError,"null reference");
27516 SWIG_fail;
27517 }
27518 {
27519 PyThreadState* __tstate = wxPyBeginAllowThreads();
27520 (arg1)->ScrollTo((wxTreeItemId const &)*arg2);
27521
27522 wxPyEndAllowThreads(__tstate);
27523 if (PyErr_Occurred()) SWIG_fail;
27524 }
27525 Py_INCREF(Py_None); resultobj = Py_None;
27526 return resultobj;
27527 fail:
27528 return NULL;
27529 }
27530
27531
27532 static PyObject *_wrap_TreeCtrl_EditLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
27533 PyObject *resultobj;
27534 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27535 wxTreeItemId *arg2 = 0 ;
27536 PyObject * obj0 = 0 ;
27537 PyObject * obj1 = 0 ;
27538 char *kwnames[] = {
27539 (char *) "self",(char *) "item", NULL
27540 };
27541
27542 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
27543 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27544 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27545 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27546 SWIG_POINTER_EXCEPTION | 0)) == -1)
27547 SWIG_fail;
27548 if (arg2 == NULL) {
27549 PyErr_SetString(PyExc_TypeError,"null reference");
27550 SWIG_fail;
27551 }
27552 {
27553 PyThreadState* __tstate = wxPyBeginAllowThreads();
27554 (arg1)->EditLabel((wxTreeItemId const &)*arg2);
27555
27556 wxPyEndAllowThreads(__tstate);
27557 if (PyErr_Occurred()) SWIG_fail;
27558 }
27559 Py_INCREF(Py_None); resultobj = Py_None;
27560 return resultobj;
27561 fail:
27562 return NULL;
27563 }
27564
27565
27566 static PyObject *_wrap_TreeCtrl_GetEditControl(PyObject *self, PyObject *args, PyObject *kwargs) {
27567 PyObject *resultobj;
27568 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27569 wxTextCtrl *result;
27570 PyObject * obj0 = 0 ;
27571 char *kwnames[] = {
27572 (char *) "self", NULL
27573 };
27574
27575 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetEditControl",kwnames,&obj0)) goto fail;
27576 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27577 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27578 {
27579 PyThreadState* __tstate = wxPyBeginAllowThreads();
27580 result = (wxTextCtrl *)((wxPyTreeCtrl const *)arg1)->GetEditControl();
27581
27582 wxPyEndAllowThreads(__tstate);
27583 if (PyErr_Occurred()) SWIG_fail;
27584 }
27585 {
27586 resultobj = wxPyMake_wxObject(result);
27587 }
27588 return resultobj;
27589 fail:
27590 return NULL;
27591 }
27592
27593
27594 static PyObject *_wrap_TreeCtrl_SortChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
27595 PyObject *resultobj;
27596 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27597 wxTreeItemId *arg2 = 0 ;
27598 PyObject * obj0 = 0 ;
27599 PyObject * obj1 = 0 ;
27600 char *kwnames[] = {
27601 (char *) "self",(char *) "item", NULL
27602 };
27603
27604 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SortChildren",kwnames,&obj0,&obj1)) goto fail;
27605 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27606 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27607 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27608 SWIG_POINTER_EXCEPTION | 0)) == -1)
27609 SWIG_fail;
27610 if (arg2 == NULL) {
27611 PyErr_SetString(PyExc_TypeError,"null reference");
27612 SWIG_fail;
27613 }
27614 {
27615 PyThreadState* __tstate = wxPyBeginAllowThreads();
27616 (arg1)->SortChildren((wxTreeItemId const &)*arg2);
27617
27618 wxPyEndAllowThreads(__tstate);
27619 if (PyErr_Occurred()) SWIG_fail;
27620 }
27621 Py_INCREF(Py_None); resultobj = Py_None;
27622 return resultobj;
27623 fail:
27624 return NULL;
27625 }
27626
27627
27628 static PyObject *_wrap_TreeCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
27629 PyObject *resultobj;
27630 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27631 wxPoint *arg2 = 0 ;
27632 int *arg3 = 0 ;
27633 wxTreeItemId result;
27634 wxPoint temp2 ;
27635 int temp3 ;
27636 PyObject * obj0 = 0 ;
27637 PyObject * obj1 = 0 ;
27638 char *kwnames[] = {
27639 (char *) "self",(char *) "point", NULL
27640 };
27641
27642 arg3 = &temp3;
27643 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
27644 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27645 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27646 {
27647 arg2 = &temp2;
27648 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
27649 }
27650 {
27651 PyThreadState* __tstate = wxPyBeginAllowThreads();
27652 result = (arg1)->HitTest((wxPoint const &)*arg2,*arg3);
27653
27654 wxPyEndAllowThreads(__tstate);
27655 if (PyErr_Occurred()) SWIG_fail;
27656 }
27657 {
27658 wxTreeItemId * resultptr;
27659 resultptr = new wxTreeItemId((wxTreeItemId &) result);
27660 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
27661 }
27662 {
27663 PyObject *o = PyInt_FromLong((long) (*arg3));
27664 resultobj = t_output_helper(resultobj,o);
27665 }
27666 return resultobj;
27667 fail:
27668 return NULL;
27669 }
27670
27671
27672 static PyObject *_wrap_TreeCtrl_GetBoundingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
27673 PyObject *resultobj;
27674 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
27675 wxTreeItemId *arg2 = 0 ;
27676 bool arg3 = (bool) False ;
27677 PyObject *result;
27678 PyObject * obj0 = 0 ;
27679 PyObject * obj1 = 0 ;
27680 PyObject * obj2 = 0 ;
27681 char *kwnames[] = {
27682 (char *) "self",(char *) "item",(char *) "textOnly", NULL
27683 };
27684
27685 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetBoundingRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
27686 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
27687 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27688 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
27689 SWIG_POINTER_EXCEPTION | 0)) == -1)
27690 SWIG_fail;
27691 if (arg2 == NULL) {
27692 PyErr_SetString(PyExc_TypeError,"null reference");
27693 SWIG_fail;
27694 }
27695 if (obj2) {
27696 arg3 = (bool) SWIG_AsBool(obj2);
27697 if (PyErr_Occurred()) SWIG_fail;
27698 }
27699 {
27700 PyThreadState* __tstate = wxPyBeginAllowThreads();
27701 result = (PyObject *)wxPyTreeCtrl_GetBoundingRect(arg1,(wxTreeItemId const &)*arg2,arg3);
27702
27703 wxPyEndAllowThreads(__tstate);
27704 if (PyErr_Occurred()) SWIG_fail;
27705 }
27706 resultobj = result;
27707 return resultobj;
27708 fail:
27709 return NULL;
27710 }
27711
27712
27713 static PyObject *_wrap_TreeCtrl_GetClassDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
27714 PyObject *resultobj;
27715 int arg1 = (int) wxWINDOW_VARIANT_NORMAL ;
27716 wxVisualAttributes result;
27717 PyObject * obj0 = 0 ;
27718 char *kwnames[] = {
27719 (char *) "variant", NULL
27720 };
27721
27722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:TreeCtrl_GetClassDefaultAttributes",kwnames,&obj0)) goto fail;
27723 if (obj0) {
27724 arg1 = (wxWindowVariant) SWIG_AsInt(obj0);
27725 if (PyErr_Occurred()) SWIG_fail;
27726 }
27727 {
27728 if (!wxPyCheckForApp()) SWIG_fail;
27729 PyThreadState* __tstate = wxPyBeginAllowThreads();
27730 result = wxPyTreeCtrl::GetClassDefaultAttributes((wxWindowVariant )arg1);
27731
27732 wxPyEndAllowThreads(__tstate);
27733 if (PyErr_Occurred()) SWIG_fail;
27734 }
27735 {
27736 wxVisualAttributes * resultptr;
27737 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
27738 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
27739 }
27740 return resultobj;
27741 fail:
27742 return NULL;
27743 }
27744
27745
27746 static PyObject * TreeCtrl_swigregister(PyObject *self, PyObject *args) {
27747 PyObject *obj;
27748 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
27749 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeCtrl, obj);
27750 Py_INCREF(obj);
27751 return Py_BuildValue((char *)"");
27752 }
27753 static int _wrap_DirDialogDefaultFolderStr_set(PyObject *_val) {
27754 PyErr_SetString(PyExc_TypeError,"Variable DirDialogDefaultFolderStr is read-only.");
27755 return 1;
27756 }
27757
27758
27759 static PyObject *_wrap_DirDialogDefaultFolderStr_get() {
27760 PyObject *pyobj;
27761
27762 {
27763 #if wxUSE_UNICODE
27764 pyobj = PyUnicode_FromWideChar((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
27765 #else
27766 pyobj = PyString_FromStringAndSize((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
27767 #endif
27768 }
27769 return pyobj;
27770 }
27771
27772
27773 static PyObject *_wrap_new_GenericDirCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
27774 PyObject *resultobj;
27775 wxWindow *arg1 = (wxWindow *) 0 ;
27776 int arg2 = (int) (int)-1 ;
27777 wxString const &arg3_defvalue = wxPyDirDialogDefaultFolderStr ;
27778 wxString *arg3 = (wxString *) &arg3_defvalue ;
27779 wxPoint const &arg4_defvalue = wxDefaultPosition ;
27780 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
27781 wxSize const &arg5_defvalue = wxDefaultSize ;
27782 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
27783 long arg6 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
27784 wxString const &arg7_defvalue = wxPyEmptyString ;
27785 wxString *arg7 = (wxString *) &arg7_defvalue ;
27786 int arg8 = (int) 0 ;
27787 wxString const &arg9_defvalue = wxPyTreeCtrlNameStr ;
27788 wxString *arg9 = (wxString *) &arg9_defvalue ;
27789 wxGenericDirCtrl *result;
27790 bool temp3 = False ;
27791 wxPoint temp4 ;
27792 wxSize temp5 ;
27793 bool temp7 = False ;
27794 bool temp9 = False ;
27795 PyObject * obj0 = 0 ;
27796 PyObject * obj1 = 0 ;
27797 PyObject * obj2 = 0 ;
27798 PyObject * obj3 = 0 ;
27799 PyObject * obj4 = 0 ;
27800 PyObject * obj5 = 0 ;
27801 PyObject * obj6 = 0 ;
27802 PyObject * obj7 = 0 ;
27803 PyObject * obj8 = 0 ;
27804 char *kwnames[] = {
27805 (char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
27806 };
27807
27808 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_GenericDirCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
27809 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
27810 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27811 if (obj1) {
27812 arg2 = (int const) SWIG_AsInt(obj1);
27813 if (PyErr_Occurred()) SWIG_fail;
27814 }
27815 if (obj2) {
27816 {
27817 arg3 = wxString_in_helper(obj2);
27818 if (arg3 == NULL) SWIG_fail;
27819 temp3 = True;
27820 }
27821 }
27822 if (obj3) {
27823 {
27824 arg4 = &temp4;
27825 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
27826 }
27827 }
27828 if (obj4) {
27829 {
27830 arg5 = &temp5;
27831 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
27832 }
27833 }
27834 if (obj5) {
27835 arg6 = (long) SWIG_AsLong(obj5);
27836 if (PyErr_Occurred()) SWIG_fail;
27837 }
27838 if (obj6) {
27839 {
27840 arg7 = wxString_in_helper(obj6);
27841 if (arg7 == NULL) SWIG_fail;
27842 temp7 = True;
27843 }
27844 }
27845 if (obj7) {
27846 arg8 = (int) SWIG_AsInt(obj7);
27847 if (PyErr_Occurred()) SWIG_fail;
27848 }
27849 if (obj8) {
27850 {
27851 arg9 = wxString_in_helper(obj8);
27852 if (arg9 == NULL) SWIG_fail;
27853 temp9 = True;
27854 }
27855 }
27856 {
27857 if (!wxPyCheckForApp()) SWIG_fail;
27858 PyThreadState* __tstate = wxPyBeginAllowThreads();
27859 result = (wxGenericDirCtrl *)new wxGenericDirCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7,arg8,(wxString const &)*arg9);
27860
27861 wxPyEndAllowThreads(__tstate);
27862 if (PyErr_Occurred()) SWIG_fail;
27863 }
27864 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDirCtrl, 1);
27865 {
27866 if (temp3)
27867 delete arg3;
27868 }
27869 {
27870 if (temp7)
27871 delete arg7;
27872 }
27873 {
27874 if (temp9)
27875 delete arg9;
27876 }
27877 return resultobj;
27878 fail:
27879 {
27880 if (temp3)
27881 delete arg3;
27882 }
27883 {
27884 if (temp7)
27885 delete arg7;
27886 }
27887 {
27888 if (temp9)
27889 delete arg9;
27890 }
27891 return NULL;
27892 }
27893
27894
27895 static PyObject *_wrap_new_PreGenericDirCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
27896 PyObject *resultobj;
27897 wxGenericDirCtrl *result;
27898 char *kwnames[] = {
27899 NULL
27900 };
27901
27902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGenericDirCtrl",kwnames)) goto fail;
27903 {
27904 if (!wxPyCheckForApp()) SWIG_fail;
27905 PyThreadState* __tstate = wxPyBeginAllowThreads();
27906 result = (wxGenericDirCtrl *)new wxGenericDirCtrl();
27907
27908 wxPyEndAllowThreads(__tstate);
27909 if (PyErr_Occurred()) SWIG_fail;
27910 }
27911 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDirCtrl, 1);
27912 return resultobj;
27913 fail:
27914 return NULL;
27915 }
27916
27917
27918 static PyObject *_wrap_GenericDirCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
27919 PyObject *resultobj;
27920 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
27921 wxWindow *arg2 = (wxWindow *) 0 ;
27922 int arg3 = (int) (int)-1 ;
27923 wxString const &arg4_defvalue = wxPyDirDialogDefaultFolderStr ;
27924 wxString *arg4 = (wxString *) &arg4_defvalue ;
27925 wxPoint const &arg5_defvalue = wxDefaultPosition ;
27926 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
27927 wxSize const &arg6_defvalue = wxDefaultSize ;
27928 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
27929 long arg7 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
27930 wxString const &arg8_defvalue = wxPyEmptyString ;
27931 wxString *arg8 = (wxString *) &arg8_defvalue ;
27932 int arg9 = (int) 0 ;
27933 wxString const &arg10_defvalue = wxPyTreeCtrlNameStr ;
27934 wxString *arg10 = (wxString *) &arg10_defvalue ;
27935 bool result;
27936 bool temp4 = False ;
27937 wxPoint temp5 ;
27938 wxSize temp6 ;
27939 bool temp8 = False ;
27940 bool temp10 = False ;
27941 PyObject * obj0 = 0 ;
27942 PyObject * obj1 = 0 ;
27943 PyObject * obj2 = 0 ;
27944 PyObject * obj3 = 0 ;
27945 PyObject * obj4 = 0 ;
27946 PyObject * obj5 = 0 ;
27947 PyObject * obj6 = 0 ;
27948 PyObject * obj7 = 0 ;
27949 PyObject * obj8 = 0 ;
27950 PyObject * obj9 = 0 ;
27951 char *kwnames[] = {
27952 (char *) "self",(char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
27953 };
27954
27955 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:GenericDirCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
27956 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
27957 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27958 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
27959 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
27960 if (obj2) {
27961 arg3 = (int const) SWIG_AsInt(obj2);
27962 if (PyErr_Occurred()) SWIG_fail;
27963 }
27964 if (obj3) {
27965 {
27966 arg4 = wxString_in_helper(obj3);
27967 if (arg4 == NULL) SWIG_fail;
27968 temp4 = True;
27969 }
27970 }
27971 if (obj4) {
27972 {
27973 arg5 = &temp5;
27974 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
27975 }
27976 }
27977 if (obj5) {
27978 {
27979 arg6 = &temp6;
27980 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
27981 }
27982 }
27983 if (obj6) {
27984 arg7 = (long) SWIG_AsLong(obj6);
27985 if (PyErr_Occurred()) SWIG_fail;
27986 }
27987 if (obj7) {
27988 {
27989 arg8 = wxString_in_helper(obj7);
27990 if (arg8 == NULL) SWIG_fail;
27991 temp8 = True;
27992 }
27993 }
27994 if (obj8) {
27995 arg9 = (int) SWIG_AsInt(obj8);
27996 if (PyErr_Occurred()) SWIG_fail;
27997 }
27998 if (obj9) {
27999 {
28000 arg10 = wxString_in_helper(obj9);
28001 if (arg10 == NULL) SWIG_fail;
28002 temp10 = True;
28003 }
28004 }
28005 {
28006 PyThreadState* __tstate = wxPyBeginAllowThreads();
28007 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8,arg9,(wxString const &)*arg10);
28008
28009 wxPyEndAllowThreads(__tstate);
28010 if (PyErr_Occurred()) SWIG_fail;
28011 }
28012 {
28013 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28014 }
28015 {
28016 if (temp4)
28017 delete arg4;
28018 }
28019 {
28020 if (temp8)
28021 delete arg8;
28022 }
28023 {
28024 if (temp10)
28025 delete arg10;
28026 }
28027 return resultobj;
28028 fail:
28029 {
28030 if (temp4)
28031 delete arg4;
28032 }
28033 {
28034 if (temp8)
28035 delete arg8;
28036 }
28037 {
28038 if (temp10)
28039 delete arg10;
28040 }
28041 return NULL;
28042 }
28043
28044
28045 static PyObject *_wrap_GenericDirCtrl_ExpandPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28046 PyObject *resultobj;
28047 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28048 wxString *arg2 = 0 ;
28049 bool result;
28050 bool temp2 = False ;
28051 PyObject * obj0 = 0 ;
28052 PyObject * obj1 = 0 ;
28053 char *kwnames[] = {
28054 (char *) "self",(char *) "path", NULL
28055 };
28056
28057 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ExpandPath",kwnames,&obj0,&obj1)) goto fail;
28058 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28059 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28060 {
28061 arg2 = wxString_in_helper(obj1);
28062 if (arg2 == NULL) SWIG_fail;
28063 temp2 = True;
28064 }
28065 {
28066 PyThreadState* __tstate = wxPyBeginAllowThreads();
28067 result = (bool)(arg1)->ExpandPath((wxString const &)*arg2);
28068
28069 wxPyEndAllowThreads(__tstate);
28070 if (PyErr_Occurred()) SWIG_fail;
28071 }
28072 {
28073 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28074 }
28075 {
28076 if (temp2)
28077 delete arg2;
28078 }
28079 return resultobj;
28080 fail:
28081 {
28082 if (temp2)
28083 delete arg2;
28084 }
28085 return NULL;
28086 }
28087
28088
28089 static PyObject *_wrap_GenericDirCtrl_GetDefaultPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28090 PyObject *resultobj;
28091 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28092 wxString result;
28093 PyObject * obj0 = 0 ;
28094 char *kwnames[] = {
28095 (char *) "self", NULL
28096 };
28097
28098 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetDefaultPath",kwnames,&obj0)) goto fail;
28099 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28100 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28101 {
28102 PyThreadState* __tstate = wxPyBeginAllowThreads();
28103 result = ((wxGenericDirCtrl const *)arg1)->GetDefaultPath();
28104
28105 wxPyEndAllowThreads(__tstate);
28106 if (PyErr_Occurred()) SWIG_fail;
28107 }
28108 {
28109 #if wxUSE_UNICODE
28110 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28111 #else
28112 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28113 #endif
28114 }
28115 return resultobj;
28116 fail:
28117 return NULL;
28118 }
28119
28120
28121 static PyObject *_wrap_GenericDirCtrl_SetDefaultPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28122 PyObject *resultobj;
28123 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28124 wxString *arg2 = 0 ;
28125 bool temp2 = False ;
28126 PyObject * obj0 = 0 ;
28127 PyObject * obj1 = 0 ;
28128 char *kwnames[] = {
28129 (char *) "self",(char *) "path", NULL
28130 };
28131
28132 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetDefaultPath",kwnames,&obj0,&obj1)) goto fail;
28133 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28134 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28135 {
28136 arg2 = wxString_in_helper(obj1);
28137 if (arg2 == NULL) SWIG_fail;
28138 temp2 = True;
28139 }
28140 {
28141 PyThreadState* __tstate = wxPyBeginAllowThreads();
28142 (arg1)->SetDefaultPath((wxString const &)*arg2);
28143
28144 wxPyEndAllowThreads(__tstate);
28145 if (PyErr_Occurred()) SWIG_fail;
28146 }
28147 Py_INCREF(Py_None); resultobj = Py_None;
28148 {
28149 if (temp2)
28150 delete arg2;
28151 }
28152 return resultobj;
28153 fail:
28154 {
28155 if (temp2)
28156 delete arg2;
28157 }
28158 return NULL;
28159 }
28160
28161
28162 static PyObject *_wrap_GenericDirCtrl_GetPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28163 PyObject *resultobj;
28164 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28165 wxString result;
28166 PyObject * obj0 = 0 ;
28167 char *kwnames[] = {
28168 (char *) "self", NULL
28169 };
28170
28171 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetPath",kwnames,&obj0)) goto fail;
28172 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28173 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28174 {
28175 PyThreadState* __tstate = wxPyBeginAllowThreads();
28176 result = ((wxGenericDirCtrl const *)arg1)->GetPath();
28177
28178 wxPyEndAllowThreads(__tstate);
28179 if (PyErr_Occurred()) SWIG_fail;
28180 }
28181 {
28182 #if wxUSE_UNICODE
28183 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28184 #else
28185 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28186 #endif
28187 }
28188 return resultobj;
28189 fail:
28190 return NULL;
28191 }
28192
28193
28194 static PyObject *_wrap_GenericDirCtrl_GetFilePath(PyObject *self, PyObject *args, PyObject *kwargs) {
28195 PyObject *resultobj;
28196 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28197 wxString result;
28198 PyObject * obj0 = 0 ;
28199 char *kwnames[] = {
28200 (char *) "self", NULL
28201 };
28202
28203 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilePath",kwnames,&obj0)) goto fail;
28204 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28205 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28206 {
28207 PyThreadState* __tstate = wxPyBeginAllowThreads();
28208 result = ((wxGenericDirCtrl const *)arg1)->GetFilePath();
28209
28210 wxPyEndAllowThreads(__tstate);
28211 if (PyErr_Occurred()) SWIG_fail;
28212 }
28213 {
28214 #if wxUSE_UNICODE
28215 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28216 #else
28217 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28218 #endif
28219 }
28220 return resultobj;
28221 fail:
28222 return NULL;
28223 }
28224
28225
28226 static PyObject *_wrap_GenericDirCtrl_SetPath(PyObject *self, PyObject *args, PyObject *kwargs) {
28227 PyObject *resultobj;
28228 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28229 wxString *arg2 = 0 ;
28230 bool temp2 = False ;
28231 PyObject * obj0 = 0 ;
28232 PyObject * obj1 = 0 ;
28233 char *kwnames[] = {
28234 (char *) "self",(char *) "path", NULL
28235 };
28236
28237 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetPath",kwnames,&obj0,&obj1)) goto fail;
28238 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28239 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28240 {
28241 arg2 = wxString_in_helper(obj1);
28242 if (arg2 == NULL) SWIG_fail;
28243 temp2 = True;
28244 }
28245 {
28246 PyThreadState* __tstate = wxPyBeginAllowThreads();
28247 (arg1)->SetPath((wxString const &)*arg2);
28248
28249 wxPyEndAllowThreads(__tstate);
28250 if (PyErr_Occurred()) SWIG_fail;
28251 }
28252 Py_INCREF(Py_None); resultobj = Py_None;
28253 {
28254 if (temp2)
28255 delete arg2;
28256 }
28257 return resultobj;
28258 fail:
28259 {
28260 if (temp2)
28261 delete arg2;
28262 }
28263 return NULL;
28264 }
28265
28266
28267 static PyObject *_wrap_GenericDirCtrl_ShowHidden(PyObject *self, PyObject *args, PyObject *kwargs) {
28268 PyObject *resultobj;
28269 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28270 bool arg2 ;
28271 PyObject * obj0 = 0 ;
28272 PyObject * obj1 = 0 ;
28273 char *kwnames[] = {
28274 (char *) "self",(char *) "show", NULL
28275 };
28276
28277 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ShowHidden",kwnames,&obj0,&obj1)) goto fail;
28278 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28279 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28280 arg2 = (bool) SWIG_AsBool(obj1);
28281 if (PyErr_Occurred()) SWIG_fail;
28282 {
28283 PyThreadState* __tstate = wxPyBeginAllowThreads();
28284 (arg1)->ShowHidden(arg2);
28285
28286 wxPyEndAllowThreads(__tstate);
28287 if (PyErr_Occurred()) SWIG_fail;
28288 }
28289 Py_INCREF(Py_None); resultobj = Py_None;
28290 return resultobj;
28291 fail:
28292 return NULL;
28293 }
28294
28295
28296 static PyObject *_wrap_GenericDirCtrl_GetShowHidden(PyObject *self, PyObject *args, PyObject *kwargs) {
28297 PyObject *resultobj;
28298 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28299 bool result;
28300 PyObject * obj0 = 0 ;
28301 char *kwnames[] = {
28302 (char *) "self", NULL
28303 };
28304
28305 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetShowHidden",kwnames,&obj0)) goto fail;
28306 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28307 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28308 {
28309 PyThreadState* __tstate = wxPyBeginAllowThreads();
28310 result = (bool)(arg1)->GetShowHidden();
28311
28312 wxPyEndAllowThreads(__tstate);
28313 if (PyErr_Occurred()) SWIG_fail;
28314 }
28315 {
28316 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28317 }
28318 return resultobj;
28319 fail:
28320 return NULL;
28321 }
28322
28323
28324 static PyObject *_wrap_GenericDirCtrl_GetFilter(PyObject *self, PyObject *args, PyObject *kwargs) {
28325 PyObject *resultobj;
28326 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28327 wxString result;
28328 PyObject * obj0 = 0 ;
28329 char *kwnames[] = {
28330 (char *) "self", NULL
28331 };
28332
28333 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilter",kwnames,&obj0)) goto fail;
28334 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28335 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28336 {
28337 PyThreadState* __tstate = wxPyBeginAllowThreads();
28338 result = ((wxGenericDirCtrl const *)arg1)->GetFilter();
28339
28340 wxPyEndAllowThreads(__tstate);
28341 if (PyErr_Occurred()) SWIG_fail;
28342 }
28343 {
28344 #if wxUSE_UNICODE
28345 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28346 #else
28347 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28348 #endif
28349 }
28350 return resultobj;
28351 fail:
28352 return NULL;
28353 }
28354
28355
28356 static PyObject *_wrap_GenericDirCtrl_SetFilter(PyObject *self, PyObject *args, PyObject *kwargs) {
28357 PyObject *resultobj;
28358 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28359 wxString *arg2 = 0 ;
28360 bool temp2 = False ;
28361 PyObject * obj0 = 0 ;
28362 PyObject * obj1 = 0 ;
28363 char *kwnames[] = {
28364 (char *) "self",(char *) "filter", NULL
28365 };
28366
28367 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilter",kwnames,&obj0,&obj1)) goto fail;
28368 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28369 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28370 {
28371 arg2 = wxString_in_helper(obj1);
28372 if (arg2 == NULL) SWIG_fail;
28373 temp2 = True;
28374 }
28375 {
28376 PyThreadState* __tstate = wxPyBeginAllowThreads();
28377 (arg1)->SetFilter((wxString const &)*arg2);
28378
28379 wxPyEndAllowThreads(__tstate);
28380 if (PyErr_Occurred()) SWIG_fail;
28381 }
28382 Py_INCREF(Py_None); resultobj = Py_None;
28383 {
28384 if (temp2)
28385 delete arg2;
28386 }
28387 return resultobj;
28388 fail:
28389 {
28390 if (temp2)
28391 delete arg2;
28392 }
28393 return NULL;
28394 }
28395
28396
28397 static PyObject *_wrap_GenericDirCtrl_GetFilterIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
28398 PyObject *resultobj;
28399 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28400 int result;
28401 PyObject * obj0 = 0 ;
28402 char *kwnames[] = {
28403 (char *) "self", NULL
28404 };
28405
28406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterIndex",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 = (int)((wxGenericDirCtrl const *)arg1)->GetFilterIndex();
28412
28413 wxPyEndAllowThreads(__tstate);
28414 if (PyErr_Occurred()) SWIG_fail;
28415 }
28416 resultobj = SWIG_FromInt((int)result);
28417 return resultobj;
28418 fail:
28419 return NULL;
28420 }
28421
28422
28423 static PyObject *_wrap_GenericDirCtrl_SetFilterIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
28424 PyObject *resultobj;
28425 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28426 int arg2 ;
28427 PyObject * obj0 = 0 ;
28428 PyObject * obj1 = 0 ;
28429 char *kwnames[] = {
28430 (char *) "self",(char *) "n", NULL
28431 };
28432
28433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilterIndex",kwnames,&obj0,&obj1)) goto fail;
28434 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28435 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28436 arg2 = (int) SWIG_AsInt(obj1);
28437 if (PyErr_Occurred()) SWIG_fail;
28438 {
28439 PyThreadState* __tstate = wxPyBeginAllowThreads();
28440 (arg1)->SetFilterIndex(arg2);
28441
28442 wxPyEndAllowThreads(__tstate);
28443 if (PyErr_Occurred()) SWIG_fail;
28444 }
28445 Py_INCREF(Py_None); resultobj = Py_None;
28446 return resultobj;
28447 fail:
28448 return NULL;
28449 }
28450
28451
28452 static PyObject *_wrap_GenericDirCtrl_GetRootId(PyObject *self, PyObject *args, PyObject *kwargs) {
28453 PyObject *resultobj;
28454 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28455 wxTreeItemId result;
28456 PyObject * obj0 = 0 ;
28457 char *kwnames[] = {
28458 (char *) "self", NULL
28459 };
28460
28461 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetRootId",kwnames,&obj0)) goto fail;
28462 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28463 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28464 {
28465 PyThreadState* __tstate = wxPyBeginAllowThreads();
28466 result = (arg1)->GetRootId();
28467
28468 wxPyEndAllowThreads(__tstate);
28469 if (PyErr_Occurred()) SWIG_fail;
28470 }
28471 {
28472 wxTreeItemId * resultptr;
28473 resultptr = new wxTreeItemId((wxTreeItemId &) result);
28474 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
28475 }
28476 return resultobj;
28477 fail:
28478 return NULL;
28479 }
28480
28481
28482 static PyObject *_wrap_GenericDirCtrl_GetTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28483 PyObject *resultobj;
28484 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28485 wxPyTreeCtrl *result;
28486 PyObject * obj0 = 0 ;
28487 char *kwnames[] = {
28488 (char *) "self", NULL
28489 };
28490
28491 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetTreeCtrl",kwnames,&obj0)) goto fail;
28492 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28493 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28494 {
28495 PyThreadState* __tstate = wxPyBeginAllowThreads();
28496 result = (wxPyTreeCtrl *)((wxGenericDirCtrl const *)arg1)->GetTreeCtrl();
28497
28498 wxPyEndAllowThreads(__tstate);
28499 if (PyErr_Occurred()) SWIG_fail;
28500 }
28501 {
28502 resultobj = wxPyMake_wxObject(result);
28503 }
28504 return resultobj;
28505 fail:
28506 return NULL;
28507 }
28508
28509
28510 static PyObject *_wrap_GenericDirCtrl_GetFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28511 PyObject *resultobj;
28512 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28513 wxDirFilterListCtrl *result;
28514 PyObject * obj0 = 0 ;
28515 char *kwnames[] = {
28516 (char *) "self", NULL
28517 };
28518
28519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterListCtrl",kwnames,&obj0)) goto fail;
28520 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28521 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28522 {
28523 PyThreadState* __tstate = wxPyBeginAllowThreads();
28524 result = (wxDirFilterListCtrl *)((wxGenericDirCtrl const *)arg1)->GetFilterListCtrl();
28525
28526 wxPyEndAllowThreads(__tstate);
28527 if (PyErr_Occurred()) SWIG_fail;
28528 }
28529 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 0);
28530 return resultobj;
28531 fail:
28532 return NULL;
28533 }
28534
28535
28536 static PyObject *_wrap_GenericDirCtrl_FindChild(PyObject *self, PyObject *args, PyObject *kwargs) {
28537 PyObject *resultobj;
28538 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28539 wxTreeItemId arg2 ;
28540 wxString *arg3 = 0 ;
28541 bool *arg4 = 0 ;
28542 wxTreeItemId result;
28543 wxTreeItemId *argp2 ;
28544 bool temp3 = False ;
28545 bool temp4 ;
28546 PyObject * obj0 = 0 ;
28547 PyObject * obj1 = 0 ;
28548 PyObject * obj2 = 0 ;
28549 char *kwnames[] = {
28550 (char *) "self",(char *) "parentId",(char *) "path", NULL
28551 };
28552
28553 arg4 = &temp4;
28554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:GenericDirCtrl_FindChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
28555 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28556 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28557 if ((SWIG_ConvertPtr(obj1,(void **)(&argp2),SWIGTYPE_p_wxTreeItemId,
28558 SWIG_POINTER_EXCEPTION) == -1)) SWIG_fail;
28559 arg2 = *argp2;
28560 {
28561 arg3 = wxString_in_helper(obj2);
28562 if (arg3 == NULL) SWIG_fail;
28563 temp3 = True;
28564 }
28565 {
28566 PyThreadState* __tstate = wxPyBeginAllowThreads();
28567 result = (arg1)->FindChild(arg2,(wxString const &)*arg3,*arg4);
28568
28569 wxPyEndAllowThreads(__tstate);
28570 if (PyErr_Occurred()) SWIG_fail;
28571 }
28572 {
28573 wxTreeItemId * resultptr;
28574 resultptr = new wxTreeItemId((wxTreeItemId &) result);
28575 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxTreeItemId, 1);
28576 }
28577 {
28578 PyObject *o = PyInt_FromLong((long) (*arg4));
28579 resultobj = t_output_helper(resultobj,o);
28580 }
28581 {
28582 if (temp3)
28583 delete arg3;
28584 }
28585 return resultobj;
28586 fail:
28587 {
28588 if (temp3)
28589 delete arg3;
28590 }
28591 return NULL;
28592 }
28593
28594
28595 static PyObject *_wrap_GenericDirCtrl_DoResize(PyObject *self, PyObject *args, PyObject *kwargs) {
28596 PyObject *resultobj;
28597 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28598 PyObject * obj0 = 0 ;
28599 char *kwnames[] = {
28600 (char *) "self", NULL
28601 };
28602
28603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_DoResize",kwnames,&obj0)) goto fail;
28604 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28605 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28606 {
28607 PyThreadState* __tstate = wxPyBeginAllowThreads();
28608 (arg1)->DoResize();
28609
28610 wxPyEndAllowThreads(__tstate);
28611 if (PyErr_Occurred()) SWIG_fail;
28612 }
28613 Py_INCREF(Py_None); resultobj = Py_None;
28614 return resultobj;
28615 fail:
28616 return NULL;
28617 }
28618
28619
28620 static PyObject *_wrap_GenericDirCtrl_ReCreateTree(PyObject *self, PyObject *args, PyObject *kwargs) {
28621 PyObject *resultobj;
28622 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28623 PyObject * obj0 = 0 ;
28624 char *kwnames[] = {
28625 (char *) "self", NULL
28626 };
28627
28628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_ReCreateTree",kwnames,&obj0)) goto fail;
28629 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28630 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28631 {
28632 PyThreadState* __tstate = wxPyBeginAllowThreads();
28633 (arg1)->ReCreateTree();
28634
28635 wxPyEndAllowThreads(__tstate);
28636 if (PyErr_Occurred()) SWIG_fail;
28637 }
28638 Py_INCREF(Py_None); resultobj = Py_None;
28639 return resultobj;
28640 fail:
28641 return NULL;
28642 }
28643
28644
28645 static PyObject * GenericDirCtrl_swigregister(PyObject *self, PyObject *args) {
28646 PyObject *obj;
28647 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28648 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDirCtrl, obj);
28649 Py_INCREF(obj);
28650 return Py_BuildValue((char *)"");
28651 }
28652 static PyObject *_wrap_new_DirFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28653 PyObject *resultobj;
28654 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
28655 int arg2 = (int) (int)-1 ;
28656 wxPoint const &arg3_defvalue = wxDefaultPosition ;
28657 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
28658 wxSize const &arg4_defvalue = wxDefaultSize ;
28659 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
28660 long arg5 = (long) 0 ;
28661 wxDirFilterListCtrl *result;
28662 wxPoint temp3 ;
28663 wxSize temp4 ;
28664 PyObject * obj0 = 0 ;
28665 PyObject * obj1 = 0 ;
28666 PyObject * obj2 = 0 ;
28667 PyObject * obj3 = 0 ;
28668 PyObject * obj4 = 0 ;
28669 char *kwnames[] = {
28670 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28671 };
28672
28673 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_DirFilterListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
28674 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDirCtrl,
28675 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28676 if (obj1) {
28677 arg2 = (int const) SWIG_AsInt(obj1);
28678 if (PyErr_Occurred()) SWIG_fail;
28679 }
28680 if (obj2) {
28681 {
28682 arg3 = &temp3;
28683 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
28684 }
28685 }
28686 if (obj3) {
28687 {
28688 arg4 = &temp4;
28689 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
28690 }
28691 }
28692 if (obj4) {
28693 arg5 = (long) SWIG_AsLong(obj4);
28694 if (PyErr_Occurred()) SWIG_fail;
28695 }
28696 {
28697 if (!wxPyCheckForApp()) SWIG_fail;
28698 PyThreadState* __tstate = wxPyBeginAllowThreads();
28699 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
28700
28701 wxPyEndAllowThreads(__tstate);
28702 if (PyErr_Occurred()) SWIG_fail;
28703 }
28704 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 1);
28705 return resultobj;
28706 fail:
28707 return NULL;
28708 }
28709
28710
28711 static PyObject *_wrap_new_PreDirFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
28712 PyObject *resultobj;
28713 wxDirFilterListCtrl *result;
28714 char *kwnames[] = {
28715 NULL
28716 };
28717
28718 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreDirFilterListCtrl",kwnames)) goto fail;
28719 {
28720 if (!wxPyCheckForApp()) SWIG_fail;
28721 PyThreadState* __tstate = wxPyBeginAllowThreads();
28722 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl();
28723
28724 wxPyEndAllowThreads(__tstate);
28725 if (PyErr_Occurred()) SWIG_fail;
28726 }
28727 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxDirFilterListCtrl, 1);
28728 return resultobj;
28729 fail:
28730 return NULL;
28731 }
28732
28733
28734 static PyObject *_wrap_DirFilterListCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
28735 PyObject *resultobj;
28736 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
28737 wxGenericDirCtrl *arg2 = (wxGenericDirCtrl *) 0 ;
28738 int arg3 = (int) (int)-1 ;
28739 wxPoint const &arg4_defvalue = wxDefaultPosition ;
28740 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
28741 wxSize const &arg5_defvalue = wxDefaultSize ;
28742 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
28743 long arg6 = (long) 0 ;
28744 bool result;
28745 wxPoint temp4 ;
28746 wxSize temp5 ;
28747 PyObject * obj0 = 0 ;
28748 PyObject * obj1 = 0 ;
28749 PyObject * obj2 = 0 ;
28750 PyObject * obj3 = 0 ;
28751 PyObject * obj4 = 0 ;
28752 PyObject * obj5 = 0 ;
28753 char *kwnames[] = {
28754 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28755 };
28756
28757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:DirFilterListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
28758 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDirFilterListCtrl,
28759 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28760 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxGenericDirCtrl,
28761 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28762 if (obj2) {
28763 arg3 = (int const) SWIG_AsInt(obj2);
28764 if (PyErr_Occurred()) SWIG_fail;
28765 }
28766 if (obj3) {
28767 {
28768 arg4 = &temp4;
28769 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
28770 }
28771 }
28772 if (obj4) {
28773 {
28774 arg5 = &temp5;
28775 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
28776 }
28777 }
28778 if (obj5) {
28779 arg6 = (long) SWIG_AsLong(obj5);
28780 if (PyErr_Occurred()) SWIG_fail;
28781 }
28782 {
28783 PyThreadState* __tstate = wxPyBeginAllowThreads();
28784 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6);
28785
28786 wxPyEndAllowThreads(__tstate);
28787 if (PyErr_Occurred()) SWIG_fail;
28788 }
28789 {
28790 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28791 }
28792 return resultobj;
28793 fail:
28794 return NULL;
28795 }
28796
28797
28798 static PyObject *_wrap_DirFilterListCtrl_FillFilterList(PyObject *self, PyObject *args, PyObject *kwargs) {
28799 PyObject *resultobj;
28800 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
28801 wxString *arg2 = 0 ;
28802 int arg3 ;
28803 bool temp2 = False ;
28804 PyObject * obj0 = 0 ;
28805 PyObject * obj1 = 0 ;
28806 PyObject * obj2 = 0 ;
28807 char *kwnames[] = {
28808 (char *) "self",(char *) "filter",(char *) "defaultFilter", NULL
28809 };
28810
28811 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DirFilterListCtrl_FillFilterList",kwnames,&obj0,&obj1,&obj2)) goto fail;
28812 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDirFilterListCtrl,
28813 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28814 {
28815 arg2 = wxString_in_helper(obj1);
28816 if (arg2 == NULL) SWIG_fail;
28817 temp2 = True;
28818 }
28819 arg3 = (int) SWIG_AsInt(obj2);
28820 if (PyErr_Occurred()) SWIG_fail;
28821 {
28822 PyThreadState* __tstate = wxPyBeginAllowThreads();
28823 (arg1)->FillFilterList((wxString const &)*arg2,arg3);
28824
28825 wxPyEndAllowThreads(__tstate);
28826 if (PyErr_Occurred()) SWIG_fail;
28827 }
28828 Py_INCREF(Py_None); resultobj = Py_None;
28829 {
28830 if (temp2)
28831 delete arg2;
28832 }
28833 return resultobj;
28834 fail:
28835 {
28836 if (temp2)
28837 delete arg2;
28838 }
28839 return NULL;
28840 }
28841
28842
28843 static PyObject * DirFilterListCtrl_swigregister(PyObject *self, PyObject *args) {
28844 PyObject *obj;
28845 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28846 SWIG_TypeClientData(SWIGTYPE_p_wxDirFilterListCtrl, obj);
28847 Py_INCREF(obj);
28848 return Py_BuildValue((char *)"");
28849 }
28850 static PyObject *_wrap_new_PyControl(PyObject *self, PyObject *args, PyObject *kwargs) {
28851 PyObject *resultobj;
28852 wxWindow *arg1 = (wxWindow *) 0 ;
28853 int arg2 ;
28854 wxPoint const &arg3_defvalue = wxDefaultPosition ;
28855 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
28856 wxSize const &arg4_defvalue = wxDefaultSize ;
28857 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
28858 long arg5 = (long) 0 ;
28859 wxValidator const &arg6_defvalue = wxDefaultValidator ;
28860 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
28861 wxString const &arg7_defvalue = wxPyControlNameStr ;
28862 wxString *arg7 = (wxString *) &arg7_defvalue ;
28863 wxPyControl *result;
28864 wxPoint temp3 ;
28865 wxSize temp4 ;
28866 bool temp7 = False ;
28867 PyObject * obj0 = 0 ;
28868 PyObject * obj1 = 0 ;
28869 PyObject * obj2 = 0 ;
28870 PyObject * obj3 = 0 ;
28871 PyObject * obj4 = 0 ;
28872 PyObject * obj5 = 0 ;
28873 PyObject * obj6 = 0 ;
28874 char *kwnames[] = {
28875 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
28876 };
28877
28878 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:new_PyControl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
28879 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
28880 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28881 arg2 = (int const) SWIG_AsInt(obj1);
28882 if (PyErr_Occurred()) SWIG_fail;
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 if (obj5) {
28900 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxValidator,
28901 SWIG_POINTER_EXCEPTION | 0)) == -1)
28902 SWIG_fail;
28903 if (arg6 == NULL) {
28904 PyErr_SetString(PyExc_TypeError,"null reference");
28905 SWIG_fail;
28906 }
28907 }
28908 if (obj6) {
28909 {
28910 arg7 = wxString_in_helper(obj6);
28911 if (arg7 == NULL) SWIG_fail;
28912 temp7 = True;
28913 }
28914 }
28915 {
28916 if (!wxPyCheckForApp()) SWIG_fail;
28917 PyThreadState* __tstate = wxPyBeginAllowThreads();
28918 result = (wxPyControl *)new wxPyControl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
28919
28920 wxPyEndAllowThreads(__tstate);
28921 if (PyErr_Occurred()) SWIG_fail;
28922 }
28923 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyControl, 1);
28924 {
28925 if (temp7)
28926 delete arg7;
28927 }
28928 return resultobj;
28929 fail:
28930 {
28931 if (temp7)
28932 delete arg7;
28933 }
28934 return NULL;
28935 }
28936
28937
28938 static PyObject *_wrap_new_PrePyControl(PyObject *self, PyObject *args, PyObject *kwargs) {
28939 PyObject *resultobj;
28940 wxPyControl *result;
28941 char *kwnames[] = {
28942 NULL
28943 };
28944
28945 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PrePyControl",kwnames)) goto fail;
28946 {
28947 if (!wxPyCheckForApp()) SWIG_fail;
28948 PyThreadState* __tstate = wxPyBeginAllowThreads();
28949 result = (wxPyControl *)new wxPyControl();
28950
28951 wxPyEndAllowThreads(__tstate);
28952 if (PyErr_Occurred()) SWIG_fail;
28953 }
28954 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyControl, 1);
28955 return resultobj;
28956 fail:
28957 return NULL;
28958 }
28959
28960
28961 static PyObject *_wrap_PyControl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
28962 PyObject *resultobj;
28963 wxPyControl *arg1 = (wxPyControl *) 0 ;
28964 PyObject *arg2 = (PyObject *) 0 ;
28965 PyObject *arg3 = (PyObject *) 0 ;
28966 PyObject * obj0 = 0 ;
28967 PyObject * obj1 = 0 ;
28968 PyObject * obj2 = 0 ;
28969 char *kwnames[] = {
28970 (char *) "self",(char *) "self",(char *) "_class", NULL
28971 };
28972
28973 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
28974 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
28975 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
28976 arg2 = obj1;
28977 arg3 = obj2;
28978 {
28979 PyThreadState* __tstate = wxPyBeginAllowThreads();
28980 (arg1)->_setCallbackInfo(arg2,arg3);
28981
28982 wxPyEndAllowThreads(__tstate);
28983 if (PyErr_Occurred()) SWIG_fail;
28984 }
28985 Py_INCREF(Py_None); resultobj = Py_None;
28986 return resultobj;
28987 fail:
28988 return NULL;
28989 }
28990
28991
28992 static PyObject *_wrap_PyControl_SetBestSize(PyObject *self, PyObject *args, PyObject *kwargs) {
28993 PyObject *resultobj;
28994 wxPyControl *arg1 = (wxPyControl *) 0 ;
28995 wxSize *arg2 = 0 ;
28996 wxSize temp2 ;
28997 PyObject * obj0 = 0 ;
28998 PyObject * obj1 = 0 ;
28999 char *kwnames[] = {
29000 (char *) "self",(char *) "size", NULL
29001 };
29002
29003 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_SetBestSize",kwnames,&obj0,&obj1)) goto fail;
29004 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29005 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29006 {
29007 arg2 = &temp2;
29008 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
29009 }
29010 {
29011 PyThreadState* __tstate = wxPyBeginAllowThreads();
29012 (arg1)->SetBestSize((wxSize const &)*arg2);
29013
29014 wxPyEndAllowThreads(__tstate);
29015 if (PyErr_Occurred()) SWIG_fail;
29016 }
29017 Py_INCREF(Py_None); resultobj = Py_None;
29018 return resultobj;
29019 fail:
29020 return NULL;
29021 }
29022
29023
29024 static PyObject *_wrap_PyControl_base_DoMoveWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
29025 PyObject *resultobj;
29026 wxPyControl *arg1 = (wxPyControl *) 0 ;
29027 int arg2 ;
29028 int arg3 ;
29029 int arg4 ;
29030 int arg5 ;
29031 PyObject * obj0 = 0 ;
29032 PyObject * obj1 = 0 ;
29033 PyObject * obj2 = 0 ;
29034 PyObject * obj3 = 0 ;
29035 PyObject * obj4 = 0 ;
29036 char *kwnames[] = {
29037 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
29038 };
29039
29040 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:PyControl_base_DoMoveWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
29041 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29042 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29043 arg2 = (int) SWIG_AsInt(obj1);
29044 if (PyErr_Occurred()) SWIG_fail;
29045 arg3 = (int) SWIG_AsInt(obj2);
29046 if (PyErr_Occurred()) SWIG_fail;
29047 arg4 = (int) SWIG_AsInt(obj3);
29048 if (PyErr_Occurred()) SWIG_fail;
29049 arg5 = (int) SWIG_AsInt(obj4);
29050 if (PyErr_Occurred()) SWIG_fail;
29051 {
29052 PyThreadState* __tstate = wxPyBeginAllowThreads();
29053 (arg1)->base_DoMoveWindow(arg2,arg3,arg4,arg5);
29054
29055 wxPyEndAllowThreads(__tstate);
29056 if (PyErr_Occurred()) SWIG_fail;
29057 }
29058 Py_INCREF(Py_None); resultobj = Py_None;
29059 return resultobj;
29060 fail:
29061 return NULL;
29062 }
29063
29064
29065 static PyObject *_wrap_PyControl_base_DoSetSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29066 PyObject *resultobj;
29067 wxPyControl *arg1 = (wxPyControl *) 0 ;
29068 int arg2 ;
29069 int arg3 ;
29070 int arg4 ;
29071 int arg5 ;
29072 int arg6 = (int) wxSIZE_AUTO ;
29073 PyObject * obj0 = 0 ;
29074 PyObject * obj1 = 0 ;
29075 PyObject * obj2 = 0 ;
29076 PyObject * obj3 = 0 ;
29077 PyObject * obj4 = 0 ;
29078 PyObject * obj5 = 0 ;
29079 char *kwnames[] = {
29080 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
29081 };
29082
29083 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:PyControl_base_DoSetSize",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
29084 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29085 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29086 arg2 = (int) SWIG_AsInt(obj1);
29087 if (PyErr_Occurred()) SWIG_fail;
29088 arg3 = (int) SWIG_AsInt(obj2);
29089 if (PyErr_Occurred()) SWIG_fail;
29090 arg4 = (int) SWIG_AsInt(obj3);
29091 if (PyErr_Occurred()) SWIG_fail;
29092 arg5 = (int) SWIG_AsInt(obj4);
29093 if (PyErr_Occurred()) SWIG_fail;
29094 if (obj5) {
29095 arg6 = (int) SWIG_AsInt(obj5);
29096 if (PyErr_Occurred()) SWIG_fail;
29097 }
29098 {
29099 PyThreadState* __tstate = wxPyBeginAllowThreads();
29100 (arg1)->base_DoSetSize(arg2,arg3,arg4,arg5,arg6);
29101
29102 wxPyEndAllowThreads(__tstate);
29103 if (PyErr_Occurred()) SWIG_fail;
29104 }
29105 Py_INCREF(Py_None); resultobj = Py_None;
29106 return resultobj;
29107 fail:
29108 return NULL;
29109 }
29110
29111
29112 static PyObject *_wrap_PyControl_base_DoSetClientSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29113 PyObject *resultobj;
29114 wxPyControl *arg1 = (wxPyControl *) 0 ;
29115 int arg2 ;
29116 int arg3 ;
29117 PyObject * obj0 = 0 ;
29118 PyObject * obj1 = 0 ;
29119 PyObject * obj2 = 0 ;
29120 char *kwnames[] = {
29121 (char *) "self",(char *) "width",(char *) "height", NULL
29122 };
29123
29124 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetClientSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
29125 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29126 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29127 arg2 = (int) SWIG_AsInt(obj1);
29128 if (PyErr_Occurred()) SWIG_fail;
29129 arg3 = (int) SWIG_AsInt(obj2);
29130 if (PyErr_Occurred()) SWIG_fail;
29131 {
29132 PyThreadState* __tstate = wxPyBeginAllowThreads();
29133 (arg1)->base_DoSetClientSize(arg2,arg3);
29134
29135 wxPyEndAllowThreads(__tstate);
29136 if (PyErr_Occurred()) SWIG_fail;
29137 }
29138 Py_INCREF(Py_None); resultobj = Py_None;
29139 return resultobj;
29140 fail:
29141 return NULL;
29142 }
29143
29144
29145 static PyObject *_wrap_PyControl_base_DoSetVirtualSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29146 PyObject *resultobj;
29147 wxPyControl *arg1 = (wxPyControl *) 0 ;
29148 int arg2 ;
29149 int arg3 ;
29150 PyObject * obj0 = 0 ;
29151 PyObject * obj1 = 0 ;
29152 PyObject * obj2 = 0 ;
29153 char *kwnames[] = {
29154 (char *) "self",(char *) "x",(char *) "y", NULL
29155 };
29156
29157 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetVirtualSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
29158 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29159 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29160 arg2 = (int) SWIG_AsInt(obj1);
29161 if (PyErr_Occurred()) SWIG_fail;
29162 arg3 = (int) SWIG_AsInt(obj2);
29163 if (PyErr_Occurred()) SWIG_fail;
29164 {
29165 PyThreadState* __tstate = wxPyBeginAllowThreads();
29166 (arg1)->base_DoSetVirtualSize(arg2,arg3);
29167
29168 wxPyEndAllowThreads(__tstate);
29169 if (PyErr_Occurred()) SWIG_fail;
29170 }
29171 Py_INCREF(Py_None); resultobj = Py_None;
29172 return resultobj;
29173 fail:
29174 return NULL;
29175 }
29176
29177
29178 static PyObject *_wrap_PyControl_base_DoGetSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29179 PyObject *resultobj;
29180 wxPyControl *arg1 = (wxPyControl *) 0 ;
29181 int *arg2 = (int *) 0 ;
29182 int *arg3 = (int *) 0 ;
29183 int temp2 ;
29184 int temp3 ;
29185 PyObject * obj0 = 0 ;
29186 char *kwnames[] = {
29187 (char *) "self", NULL
29188 };
29189
29190 arg2 = &temp2;
29191 arg3 = &temp3;
29192 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetSize",kwnames,&obj0)) goto fail;
29193 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29194 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29195 {
29196 PyThreadState* __tstate = wxPyBeginAllowThreads();
29197 ((wxPyControl const *)arg1)->base_DoGetSize(arg2,arg3);
29198
29199 wxPyEndAllowThreads(__tstate);
29200 if (PyErr_Occurred()) SWIG_fail;
29201 }
29202 Py_INCREF(Py_None); resultobj = Py_None;
29203 {
29204 PyObject *o = PyInt_FromLong((long) (*arg2));
29205 resultobj = t_output_helper(resultobj,o);
29206 }
29207 {
29208 PyObject *o = PyInt_FromLong((long) (*arg3));
29209 resultobj = t_output_helper(resultobj,o);
29210 }
29211 return resultobj;
29212 fail:
29213 return NULL;
29214 }
29215
29216
29217 static PyObject *_wrap_PyControl_base_DoGetClientSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29218 PyObject *resultobj;
29219 wxPyControl *arg1 = (wxPyControl *) 0 ;
29220 int *arg2 = (int *) 0 ;
29221 int *arg3 = (int *) 0 ;
29222 int temp2 ;
29223 int temp3 ;
29224 PyObject * obj0 = 0 ;
29225 char *kwnames[] = {
29226 (char *) "self", NULL
29227 };
29228
29229 arg2 = &temp2;
29230 arg3 = &temp3;
29231 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetClientSize",kwnames,&obj0)) goto fail;
29232 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29233 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29234 {
29235 PyThreadState* __tstate = wxPyBeginAllowThreads();
29236 ((wxPyControl const *)arg1)->base_DoGetClientSize(arg2,arg3);
29237
29238 wxPyEndAllowThreads(__tstate);
29239 if (PyErr_Occurred()) SWIG_fail;
29240 }
29241 Py_INCREF(Py_None); resultobj = Py_None;
29242 {
29243 PyObject *o = PyInt_FromLong((long) (*arg2));
29244 resultobj = t_output_helper(resultobj,o);
29245 }
29246 {
29247 PyObject *o = PyInt_FromLong((long) (*arg3));
29248 resultobj = t_output_helper(resultobj,o);
29249 }
29250 return resultobj;
29251 fail:
29252 return NULL;
29253 }
29254
29255
29256 static PyObject *_wrap_PyControl_base_DoGetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
29257 PyObject *resultobj;
29258 wxPyControl *arg1 = (wxPyControl *) 0 ;
29259 int *arg2 = (int *) 0 ;
29260 int *arg3 = (int *) 0 ;
29261 int temp2 ;
29262 int temp3 ;
29263 PyObject * obj0 = 0 ;
29264 char *kwnames[] = {
29265 (char *) "self", NULL
29266 };
29267
29268 arg2 = &temp2;
29269 arg3 = &temp3;
29270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetPosition",kwnames,&obj0)) goto fail;
29271 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29272 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29273 {
29274 PyThreadState* __tstate = wxPyBeginAllowThreads();
29275 ((wxPyControl const *)arg1)->base_DoGetPosition(arg2,arg3);
29276
29277 wxPyEndAllowThreads(__tstate);
29278 if (PyErr_Occurred()) SWIG_fail;
29279 }
29280 Py_INCREF(Py_None); resultobj = Py_None;
29281 {
29282 PyObject *o = PyInt_FromLong((long) (*arg2));
29283 resultobj = t_output_helper(resultobj,o);
29284 }
29285 {
29286 PyObject *o = PyInt_FromLong((long) (*arg3));
29287 resultobj = t_output_helper(resultobj,o);
29288 }
29289 return resultobj;
29290 fail:
29291 return NULL;
29292 }
29293
29294
29295 static PyObject *_wrap_PyControl_base_DoGetVirtualSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29296 PyObject *resultobj;
29297 wxPyControl *arg1 = (wxPyControl *) 0 ;
29298 wxSize result;
29299 PyObject * obj0 = 0 ;
29300 char *kwnames[] = {
29301 (char *) "self", NULL
29302 };
29303
29304 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetVirtualSize",kwnames,&obj0)) goto fail;
29305 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29306 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29307 {
29308 PyThreadState* __tstate = wxPyBeginAllowThreads();
29309 result = ((wxPyControl const *)arg1)->base_DoGetVirtualSize();
29310
29311 wxPyEndAllowThreads(__tstate);
29312 if (PyErr_Occurred()) SWIG_fail;
29313 }
29314 {
29315 wxSize * resultptr;
29316 resultptr = new wxSize((wxSize &) result);
29317 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29318 }
29319 return resultobj;
29320 fail:
29321 return NULL;
29322 }
29323
29324
29325 static PyObject *_wrap_PyControl_base_DoGetBestSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29326 PyObject *resultobj;
29327 wxPyControl *arg1 = (wxPyControl *) 0 ;
29328 wxSize result;
29329 PyObject * obj0 = 0 ;
29330 char *kwnames[] = {
29331 (char *) "self", NULL
29332 };
29333
29334 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetBestSize",kwnames,&obj0)) goto fail;
29335 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29336 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29337 {
29338 PyThreadState* __tstate = wxPyBeginAllowThreads();
29339 result = ((wxPyControl const *)arg1)->base_DoGetBestSize();
29340
29341 wxPyEndAllowThreads(__tstate);
29342 if (PyErr_Occurred()) SWIG_fail;
29343 }
29344 {
29345 wxSize * resultptr;
29346 resultptr = new wxSize((wxSize &) result);
29347 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29348 }
29349 return resultobj;
29350 fail:
29351 return NULL;
29352 }
29353
29354
29355 static PyObject *_wrap_PyControl_base_InitDialog(PyObject *self, PyObject *args, PyObject *kwargs) {
29356 PyObject *resultobj;
29357 wxPyControl *arg1 = (wxPyControl *) 0 ;
29358 PyObject * obj0 = 0 ;
29359 char *kwnames[] = {
29360 (char *) "self", NULL
29361 };
29362
29363 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_InitDialog",kwnames,&obj0)) goto fail;
29364 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29365 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29366 {
29367 PyThreadState* __tstate = wxPyBeginAllowThreads();
29368 (arg1)->base_InitDialog();
29369
29370 wxPyEndAllowThreads(__tstate);
29371 if (PyErr_Occurred()) SWIG_fail;
29372 }
29373 Py_INCREF(Py_None); resultobj = Py_None;
29374 return resultobj;
29375 fail:
29376 return NULL;
29377 }
29378
29379
29380 static PyObject *_wrap_PyControl_base_TransferDataToWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
29381 PyObject *resultobj;
29382 wxPyControl *arg1 = (wxPyControl *) 0 ;
29383 bool result;
29384 PyObject * obj0 = 0 ;
29385 char *kwnames[] = {
29386 (char *) "self", NULL
29387 };
29388
29389 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataToWindow",kwnames,&obj0)) goto fail;
29390 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29391 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29392 {
29393 PyThreadState* __tstate = wxPyBeginAllowThreads();
29394 result = (bool)(arg1)->base_TransferDataToWindow();
29395
29396 wxPyEndAllowThreads(__tstate);
29397 if (PyErr_Occurred()) SWIG_fail;
29398 }
29399 {
29400 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29401 }
29402 return resultobj;
29403 fail:
29404 return NULL;
29405 }
29406
29407
29408 static PyObject *_wrap_PyControl_base_TransferDataFromWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
29409 PyObject *resultobj;
29410 wxPyControl *arg1 = (wxPyControl *) 0 ;
29411 bool result;
29412 PyObject * obj0 = 0 ;
29413 char *kwnames[] = {
29414 (char *) "self", NULL
29415 };
29416
29417 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataFromWindow",kwnames,&obj0)) goto fail;
29418 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29419 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29420 {
29421 PyThreadState* __tstate = wxPyBeginAllowThreads();
29422 result = (bool)(arg1)->base_TransferDataFromWindow();
29423
29424 wxPyEndAllowThreads(__tstate);
29425 if (PyErr_Occurred()) SWIG_fail;
29426 }
29427 {
29428 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29429 }
29430 return resultobj;
29431 fail:
29432 return NULL;
29433 }
29434
29435
29436 static PyObject *_wrap_PyControl_base_Validate(PyObject *self, PyObject *args, PyObject *kwargs) {
29437 PyObject *resultobj;
29438 wxPyControl *arg1 = (wxPyControl *) 0 ;
29439 bool result;
29440 PyObject * obj0 = 0 ;
29441 char *kwnames[] = {
29442 (char *) "self", NULL
29443 };
29444
29445 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_Validate",kwnames,&obj0)) goto fail;
29446 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29447 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29448 {
29449 PyThreadState* __tstate = wxPyBeginAllowThreads();
29450 result = (bool)(arg1)->base_Validate();
29451
29452 wxPyEndAllowThreads(__tstate);
29453 if (PyErr_Occurred()) SWIG_fail;
29454 }
29455 {
29456 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29457 }
29458 return resultobj;
29459 fail:
29460 return NULL;
29461 }
29462
29463
29464 static PyObject *_wrap_PyControl_base_AcceptsFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
29465 PyObject *resultobj;
29466 wxPyControl *arg1 = (wxPyControl *) 0 ;
29467 bool result;
29468 PyObject * obj0 = 0 ;
29469 char *kwnames[] = {
29470 (char *) "self", NULL
29471 };
29472
29473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocus",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 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocus();
29479
29480 wxPyEndAllowThreads(__tstate);
29481 if (PyErr_Occurred()) SWIG_fail;
29482 }
29483 {
29484 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29485 }
29486 return resultobj;
29487 fail:
29488 return NULL;
29489 }
29490
29491
29492 static PyObject *_wrap_PyControl_base_AcceptsFocusFromKeyboard(PyObject *self, PyObject *args, PyObject *kwargs) {
29493 PyObject *resultobj;
29494 wxPyControl *arg1 = (wxPyControl *) 0 ;
29495 bool result;
29496 PyObject * obj0 = 0 ;
29497 char *kwnames[] = {
29498 (char *) "self", NULL
29499 };
29500
29501 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocusFromKeyboard",kwnames,&obj0)) goto fail;
29502 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29503 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29504 {
29505 PyThreadState* __tstate = wxPyBeginAllowThreads();
29506 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocusFromKeyboard();
29507
29508 wxPyEndAllowThreads(__tstate);
29509 if (PyErr_Occurred()) SWIG_fail;
29510 }
29511 {
29512 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29513 }
29514 return resultobj;
29515 fail:
29516 return NULL;
29517 }
29518
29519
29520 static PyObject *_wrap_PyControl_base_GetMaxSize(PyObject *self, PyObject *args, PyObject *kwargs) {
29521 PyObject *resultobj;
29522 wxPyControl *arg1 = (wxPyControl *) 0 ;
29523 wxSize result;
29524 PyObject * obj0 = 0 ;
29525 char *kwnames[] = {
29526 (char *) "self", NULL
29527 };
29528
29529 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetMaxSize",kwnames,&obj0)) goto fail;
29530 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29531 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29532 {
29533 PyThreadState* __tstate = wxPyBeginAllowThreads();
29534 result = ((wxPyControl const *)arg1)->base_GetMaxSize();
29535
29536 wxPyEndAllowThreads(__tstate);
29537 if (PyErr_Occurred()) SWIG_fail;
29538 }
29539 {
29540 wxSize * resultptr;
29541 resultptr = new wxSize((wxSize &) result);
29542 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1);
29543 }
29544 return resultobj;
29545 fail:
29546 return NULL;
29547 }
29548
29549
29550 static PyObject *_wrap_PyControl_base_AddChild(PyObject *self, PyObject *args, PyObject *kwargs) {
29551 PyObject *resultobj;
29552 wxPyControl *arg1 = (wxPyControl *) 0 ;
29553 wxWindow *arg2 = (wxWindow *) 0 ;
29554 PyObject * obj0 = 0 ;
29555 PyObject * obj1 = 0 ;
29556 char *kwnames[] = {
29557 (char *) "self",(char *) "child", NULL
29558 };
29559
29560 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_AddChild",kwnames,&obj0,&obj1)) goto fail;
29561 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29562 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29563 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
29564 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29565 {
29566 PyThreadState* __tstate = wxPyBeginAllowThreads();
29567 (arg1)->base_AddChild(arg2);
29568
29569 wxPyEndAllowThreads(__tstate);
29570 if (PyErr_Occurred()) SWIG_fail;
29571 }
29572 Py_INCREF(Py_None); resultobj = Py_None;
29573 return resultobj;
29574 fail:
29575 return NULL;
29576 }
29577
29578
29579 static PyObject *_wrap_PyControl_base_RemoveChild(PyObject *self, PyObject *args, PyObject *kwargs) {
29580 PyObject *resultobj;
29581 wxPyControl *arg1 = (wxPyControl *) 0 ;
29582 wxWindow *arg2 = (wxWindow *) 0 ;
29583 PyObject * obj0 = 0 ;
29584 PyObject * obj1 = 0 ;
29585 char *kwnames[] = {
29586 (char *) "self",(char *) "child", NULL
29587 };
29588
29589 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_RemoveChild",kwnames,&obj0,&obj1)) goto fail;
29590 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29591 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29592 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
29593 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29594 {
29595 PyThreadState* __tstate = wxPyBeginAllowThreads();
29596 (arg1)->base_RemoveChild(arg2);
29597
29598 wxPyEndAllowThreads(__tstate);
29599 if (PyErr_Occurred()) SWIG_fail;
29600 }
29601 Py_INCREF(Py_None); resultobj = Py_None;
29602 return resultobj;
29603 fail:
29604 return NULL;
29605 }
29606
29607
29608 static PyObject *_wrap_PyControl_base_ShouldInheritColours(PyObject *self, PyObject *args, PyObject *kwargs) {
29609 PyObject *resultobj;
29610 wxPyControl *arg1 = (wxPyControl *) 0 ;
29611 bool result;
29612 PyObject * obj0 = 0 ;
29613 char *kwnames[] = {
29614 (char *) "self", NULL
29615 };
29616
29617 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_ShouldInheritColours",kwnames,&obj0)) goto fail;
29618 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29619 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29620 {
29621 PyThreadState* __tstate = wxPyBeginAllowThreads();
29622 result = (bool)((wxPyControl const *)arg1)->base_ShouldInheritColours();
29623
29624 wxPyEndAllowThreads(__tstate);
29625 if (PyErr_Occurred()) SWIG_fail;
29626 }
29627 {
29628 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29629 }
29630 return resultobj;
29631 fail:
29632 return NULL;
29633 }
29634
29635
29636 static PyObject *_wrap_PyControl_base_ApplyParentThemeBackground(PyObject *self, PyObject *args, PyObject *kwargs) {
29637 PyObject *resultobj;
29638 wxPyControl *arg1 = (wxPyControl *) 0 ;
29639 wxColour *arg2 = 0 ;
29640 wxColour temp2 ;
29641 PyObject * obj0 = 0 ;
29642 PyObject * obj1 = 0 ;
29643 char *kwnames[] = {
29644 (char *) "self",(char *) "c", NULL
29645 };
29646
29647 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_ApplyParentThemeBackground",kwnames,&obj0,&obj1)) goto fail;
29648 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29649 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29650 {
29651 arg2 = &temp2;
29652 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
29653 }
29654 {
29655 PyThreadState* __tstate = wxPyBeginAllowThreads();
29656 (arg1)->base_ApplyParentThemeBackground((wxColour const &)*arg2);
29657
29658 wxPyEndAllowThreads(__tstate);
29659 if (PyErr_Occurred()) SWIG_fail;
29660 }
29661 Py_INCREF(Py_None); resultobj = Py_None;
29662 return resultobj;
29663 fail:
29664 return NULL;
29665 }
29666
29667
29668 static PyObject *_wrap_PyControl_base_GetDefaultAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
29669 PyObject *resultobj;
29670 wxPyControl *arg1 = (wxPyControl *) 0 ;
29671 wxVisualAttributes result;
29672 PyObject * obj0 = 0 ;
29673 char *kwnames[] = {
29674 (char *) "self", NULL
29675 };
29676
29677 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetDefaultAttributes",kwnames,&obj0)) goto fail;
29678 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyControl,
29679 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29680 {
29681 PyThreadState* __tstate = wxPyBeginAllowThreads();
29682 result = (arg1)->base_GetDefaultAttributes();
29683
29684 wxPyEndAllowThreads(__tstate);
29685 if (PyErr_Occurred()) SWIG_fail;
29686 }
29687 {
29688 wxVisualAttributes * resultptr;
29689 resultptr = new wxVisualAttributes((wxVisualAttributes &) result);
29690 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxVisualAttributes, 1);
29691 }
29692 return resultobj;
29693 fail:
29694 return NULL;
29695 }
29696
29697
29698 static PyObject * PyControl_swigregister(PyObject *self, PyObject *args) {
29699 PyObject *obj;
29700 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29701 SWIG_TypeClientData(SWIGTYPE_p_wxPyControl, obj);
29702 Py_INCREF(obj);
29703 return Py_BuildValue((char *)"");
29704 }
29705 static PyObject *_wrap_new_HelpEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
29706 PyObject *resultobj;
29707 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
29708 int arg2 = (int) 0 ;
29709 wxPoint const &arg3_defvalue = wxDefaultPosition ;
29710 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
29711 wxHelpEvent *result;
29712 wxPoint temp3 ;
29713 PyObject * obj0 = 0 ;
29714 PyObject * obj1 = 0 ;
29715 PyObject * obj2 = 0 ;
29716 char *kwnames[] = {
29717 (char *) "type",(char *) "winid",(char *) "pt", NULL
29718 };
29719
29720 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_HelpEvent",kwnames,&obj0,&obj1,&obj2)) goto fail;
29721 if (obj0) {
29722 arg1 = (wxEventType) SWIG_AsInt(obj0);
29723 if (PyErr_Occurred()) SWIG_fail;
29724 }
29725 if (obj1) {
29726 arg2 = (int) SWIG_AsInt(obj1);
29727 if (PyErr_Occurred()) SWIG_fail;
29728 }
29729 if (obj2) {
29730 {
29731 arg3 = &temp3;
29732 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29733 }
29734 }
29735 {
29736 PyThreadState* __tstate = wxPyBeginAllowThreads();
29737 result = (wxHelpEvent *)new wxHelpEvent(arg1,arg2,(wxPoint const &)*arg3);
29738
29739 wxPyEndAllowThreads(__tstate);
29740 if (PyErr_Occurred()) SWIG_fail;
29741 }
29742 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpEvent, 1);
29743 return resultobj;
29744 fail:
29745 return NULL;
29746 }
29747
29748
29749 static PyObject *_wrap_HelpEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
29750 PyObject *resultobj;
29751 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29752 wxPoint result;
29753 PyObject * obj0 = 0 ;
29754 char *kwnames[] = {
29755 (char *) "self", NULL
29756 };
29757
29758 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetPosition",kwnames,&obj0)) goto fail;
29759 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29760 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29761 {
29762 PyThreadState* __tstate = wxPyBeginAllowThreads();
29763 result = ((wxHelpEvent const *)arg1)->GetPosition();
29764
29765 wxPyEndAllowThreads(__tstate);
29766 if (PyErr_Occurred()) SWIG_fail;
29767 }
29768 {
29769 wxPoint * resultptr;
29770 resultptr = new wxPoint((wxPoint &) result);
29771 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxPoint, 1);
29772 }
29773 return resultobj;
29774 fail:
29775 return NULL;
29776 }
29777
29778
29779 static PyObject *_wrap_HelpEvent_SetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
29780 PyObject *resultobj;
29781 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29782 wxPoint *arg2 = 0 ;
29783 wxPoint temp2 ;
29784 PyObject * obj0 = 0 ;
29785 PyObject * obj1 = 0 ;
29786 char *kwnames[] = {
29787 (char *) "self",(char *) "pos", NULL
29788 };
29789
29790 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
29791 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29792 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29793 {
29794 arg2 = &temp2;
29795 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
29796 }
29797 {
29798 PyThreadState* __tstate = wxPyBeginAllowThreads();
29799 (arg1)->SetPosition((wxPoint const &)*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_HelpEvent_GetLink(PyObject *self, PyObject *args, PyObject *kwargs) {
29812 PyObject *resultobj;
29813 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29814 wxString *result;
29815 PyObject * obj0 = 0 ;
29816 char *kwnames[] = {
29817 (char *) "self", NULL
29818 };
29819
29820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetLink",kwnames,&obj0)) goto fail;
29821 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29822 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29823 {
29824 PyThreadState* __tstate = wxPyBeginAllowThreads();
29825 {
29826 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetLink();
29827 result = (wxString *) &_result_ref;
29828 }
29829
29830 wxPyEndAllowThreads(__tstate);
29831 if (PyErr_Occurred()) SWIG_fail;
29832 }
29833 {
29834 #if wxUSE_UNICODE
29835 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
29836 #else
29837 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
29838 #endif
29839 }
29840 return resultobj;
29841 fail:
29842 return NULL;
29843 }
29844
29845
29846 static PyObject *_wrap_HelpEvent_SetLink(PyObject *self, PyObject *args, PyObject *kwargs) {
29847 PyObject *resultobj;
29848 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29849 wxString *arg2 = 0 ;
29850 bool temp2 = False ;
29851 PyObject * obj0 = 0 ;
29852 PyObject * obj1 = 0 ;
29853 char *kwnames[] = {
29854 (char *) "self",(char *) "link", NULL
29855 };
29856
29857 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetLink",kwnames,&obj0,&obj1)) goto fail;
29858 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29859 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29860 {
29861 arg2 = wxString_in_helper(obj1);
29862 if (arg2 == NULL) SWIG_fail;
29863 temp2 = True;
29864 }
29865 {
29866 PyThreadState* __tstate = wxPyBeginAllowThreads();
29867 (arg1)->SetLink((wxString const &)*arg2);
29868
29869 wxPyEndAllowThreads(__tstate);
29870 if (PyErr_Occurred()) SWIG_fail;
29871 }
29872 Py_INCREF(Py_None); resultobj = Py_None;
29873 {
29874 if (temp2)
29875 delete arg2;
29876 }
29877 return resultobj;
29878 fail:
29879 {
29880 if (temp2)
29881 delete arg2;
29882 }
29883 return NULL;
29884 }
29885
29886
29887 static PyObject *_wrap_HelpEvent_GetTarget(PyObject *self, PyObject *args, PyObject *kwargs) {
29888 PyObject *resultobj;
29889 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29890 wxString *result;
29891 PyObject * obj0 = 0 ;
29892 char *kwnames[] = {
29893 (char *) "self", NULL
29894 };
29895
29896 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetTarget",kwnames,&obj0)) goto fail;
29897 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29898 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29899 {
29900 PyThreadState* __tstate = wxPyBeginAllowThreads();
29901 {
29902 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetTarget();
29903 result = (wxString *) &_result_ref;
29904 }
29905
29906 wxPyEndAllowThreads(__tstate);
29907 if (PyErr_Occurred()) SWIG_fail;
29908 }
29909 {
29910 #if wxUSE_UNICODE
29911 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
29912 #else
29913 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
29914 #endif
29915 }
29916 return resultobj;
29917 fail:
29918 return NULL;
29919 }
29920
29921
29922 static PyObject *_wrap_HelpEvent_SetTarget(PyObject *self, PyObject *args, PyObject *kwargs) {
29923 PyObject *resultobj;
29924 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
29925 wxString *arg2 = 0 ;
29926 bool temp2 = False ;
29927 PyObject * obj0 = 0 ;
29928 PyObject * obj1 = 0 ;
29929 char *kwnames[] = {
29930 (char *) "self",(char *) "target", NULL
29931 };
29932
29933 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetTarget",kwnames,&obj0,&obj1)) goto fail;
29934 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpEvent,
29935 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29936 {
29937 arg2 = wxString_in_helper(obj1);
29938 if (arg2 == NULL) SWIG_fail;
29939 temp2 = True;
29940 }
29941 {
29942 PyThreadState* __tstate = wxPyBeginAllowThreads();
29943 (arg1)->SetTarget((wxString const &)*arg2);
29944
29945 wxPyEndAllowThreads(__tstate);
29946 if (PyErr_Occurred()) SWIG_fail;
29947 }
29948 Py_INCREF(Py_None); resultobj = Py_None;
29949 {
29950 if (temp2)
29951 delete arg2;
29952 }
29953 return resultobj;
29954 fail:
29955 {
29956 if (temp2)
29957 delete arg2;
29958 }
29959 return NULL;
29960 }
29961
29962
29963 static PyObject * HelpEvent_swigregister(PyObject *self, PyObject *args) {
29964 PyObject *obj;
29965 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29966 SWIG_TypeClientData(SWIGTYPE_p_wxHelpEvent, obj);
29967 Py_INCREF(obj);
29968 return Py_BuildValue((char *)"");
29969 }
29970 static PyObject *_wrap_new_ContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
29971 PyObject *resultobj;
29972 wxWindow *arg1 = (wxWindow *) NULL ;
29973 bool arg2 = (bool) True ;
29974 wxContextHelp *result;
29975 PyObject * obj0 = 0 ;
29976 PyObject * obj1 = 0 ;
29977 char *kwnames[] = {
29978 (char *) "window",(char *) "doNow", NULL
29979 };
29980
29981 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ContextHelp",kwnames,&obj0,&obj1)) goto fail;
29982 if (obj0) {
29983 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
29984 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
29985 }
29986 if (obj1) {
29987 arg2 = (bool) SWIG_AsBool(obj1);
29988 if (PyErr_Occurred()) SWIG_fail;
29989 }
29990 {
29991 if (!wxPyCheckForApp()) SWIG_fail;
29992 PyThreadState* __tstate = wxPyBeginAllowThreads();
29993 result = (wxContextHelp *)new wxContextHelp(arg1,arg2);
29994
29995 wxPyEndAllowThreads(__tstate);
29996 if (PyErr_Occurred()) SWIG_fail;
29997 }
29998 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxContextHelp, 1);
29999 return resultobj;
30000 fail:
30001 return NULL;
30002 }
30003
30004
30005 static PyObject *_wrap_delete_ContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30006 PyObject *resultobj;
30007 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30008 PyObject * obj0 = 0 ;
30009 char *kwnames[] = {
30010 (char *) "self", NULL
30011 };
30012
30013 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ContextHelp",kwnames,&obj0)) goto fail;
30014 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30015 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30016 {
30017 PyThreadState* __tstate = wxPyBeginAllowThreads();
30018 delete arg1;
30019
30020 wxPyEndAllowThreads(__tstate);
30021 if (PyErr_Occurred()) SWIG_fail;
30022 }
30023 Py_INCREF(Py_None); resultobj = Py_None;
30024 return resultobj;
30025 fail:
30026 return NULL;
30027 }
30028
30029
30030 static PyObject *_wrap_ContextHelp_BeginContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30031 PyObject *resultobj;
30032 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30033 wxWindow *arg2 = (wxWindow *) NULL ;
30034 bool result;
30035 PyObject * obj0 = 0 ;
30036 PyObject * obj1 = 0 ;
30037 char *kwnames[] = {
30038 (char *) "self",(char *) "window", NULL
30039 };
30040
30041 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ContextHelp_BeginContextHelp",kwnames,&obj0,&obj1)) goto fail;
30042 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30043 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30044 if (obj1) {
30045 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30046 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30047 }
30048 {
30049 PyThreadState* __tstate = wxPyBeginAllowThreads();
30050 result = (bool)(arg1)->BeginContextHelp(arg2);
30051
30052 wxPyEndAllowThreads(__tstate);
30053 if (PyErr_Occurred()) SWIG_fail;
30054 }
30055 {
30056 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30057 }
30058 return resultobj;
30059 fail:
30060 return NULL;
30061 }
30062
30063
30064 static PyObject *_wrap_ContextHelp_EndContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30065 PyObject *resultobj;
30066 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
30067 bool result;
30068 PyObject * obj0 = 0 ;
30069 char *kwnames[] = {
30070 (char *) "self", NULL
30071 };
30072
30073 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ContextHelp_EndContextHelp",kwnames,&obj0)) goto fail;
30074 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxContextHelp,
30075 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30076 {
30077 PyThreadState* __tstate = wxPyBeginAllowThreads();
30078 result = (bool)(arg1)->EndContextHelp();
30079
30080 wxPyEndAllowThreads(__tstate);
30081 if (PyErr_Occurred()) SWIG_fail;
30082 }
30083 {
30084 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30085 }
30086 return resultobj;
30087 fail:
30088 return NULL;
30089 }
30090
30091
30092 static PyObject * ContextHelp_swigregister(PyObject *self, PyObject *args) {
30093 PyObject *obj;
30094 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30095 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelp, obj);
30096 Py_INCREF(obj);
30097 return Py_BuildValue((char *)"");
30098 }
30099 static PyObject *_wrap_new_ContextHelpButton(PyObject *self, PyObject *args, PyObject *kwargs) {
30100 PyObject *resultobj;
30101 wxWindow *arg1 = (wxWindow *) 0 ;
30102 int arg2 = (int) wxID_CONTEXT_HELP ;
30103 wxPoint const &arg3_defvalue = wxDefaultPosition ;
30104 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
30105 wxSize const &arg4_defvalue = wxDefaultSize ;
30106 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
30107 long arg5 = (long) wxBU_AUTODRAW ;
30108 wxContextHelpButton *result;
30109 wxPoint temp3 ;
30110 wxSize temp4 ;
30111 PyObject * obj0 = 0 ;
30112 PyObject * obj1 = 0 ;
30113 PyObject * obj2 = 0 ;
30114 PyObject * obj3 = 0 ;
30115 PyObject * obj4 = 0 ;
30116 char *kwnames[] = {
30117 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
30118 };
30119
30120 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_ContextHelpButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
30121 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
30122 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30123 if (obj1) {
30124 arg2 = (int) SWIG_AsInt(obj1);
30125 if (PyErr_Occurred()) SWIG_fail;
30126 }
30127 if (obj2) {
30128 {
30129 arg3 = &temp3;
30130 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
30131 }
30132 }
30133 if (obj3) {
30134 {
30135 arg4 = &temp4;
30136 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
30137 }
30138 }
30139 if (obj4) {
30140 arg5 = (long) SWIG_AsLong(obj4);
30141 if (PyErr_Occurred()) SWIG_fail;
30142 }
30143 {
30144 if (!wxPyCheckForApp()) SWIG_fail;
30145 PyThreadState* __tstate = wxPyBeginAllowThreads();
30146 result = (wxContextHelpButton *)new wxContextHelpButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
30147
30148 wxPyEndAllowThreads(__tstate);
30149 if (PyErr_Occurred()) SWIG_fail;
30150 }
30151 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxContextHelpButton, 1);
30152 return resultobj;
30153 fail:
30154 return NULL;
30155 }
30156
30157
30158 static PyObject * ContextHelpButton_swigregister(PyObject *self, PyObject *args) {
30159 PyObject *obj;
30160 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30161 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelpButton, obj);
30162 Py_INCREF(obj);
30163 return Py_BuildValue((char *)"");
30164 }
30165 static PyObject *_wrap_HelpProvider_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
30166 PyObject *resultobj;
30167 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30168 wxHelpProvider *result;
30169 PyObject * obj0 = 0 ;
30170 char *kwnames[] = {
30171 (char *) "helpProvider", NULL
30172 };
30173
30174 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Set",kwnames,&obj0)) goto fail;
30175 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30176 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30177 {
30178 PyThreadState* __tstate = wxPyBeginAllowThreads();
30179 result = (wxHelpProvider *)wxHelpProvider::Set(arg1);
30180
30181 wxPyEndAllowThreads(__tstate);
30182 if (PyErr_Occurred()) SWIG_fail;
30183 }
30184 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpProvider, 0);
30185 return resultobj;
30186 fail:
30187 return NULL;
30188 }
30189
30190
30191 static PyObject *_wrap_HelpProvider_Get(PyObject *self, PyObject *args, PyObject *kwargs) {
30192 PyObject *resultobj;
30193 wxHelpProvider *result;
30194 char *kwnames[] = {
30195 NULL
30196 };
30197
30198 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":HelpProvider_Get",kwnames)) goto fail;
30199 {
30200 PyThreadState* __tstate = wxPyBeginAllowThreads();
30201 result = (wxHelpProvider *)wxHelpProvider::Get();
30202
30203 wxPyEndAllowThreads(__tstate);
30204 if (PyErr_Occurred()) SWIG_fail;
30205 }
30206 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxHelpProvider, 0);
30207 return resultobj;
30208 fail:
30209 return NULL;
30210 }
30211
30212
30213 static PyObject *_wrap_HelpProvider_GetHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30214 PyObject *resultobj;
30215 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30216 wxWindow *arg2 = (wxWindow *) 0 ;
30217 wxString result;
30218 PyObject * obj0 = 0 ;
30219 PyObject * obj1 = 0 ;
30220 char *kwnames[] = {
30221 (char *) "self",(char *) "window", NULL
30222 };
30223
30224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_GetHelp",kwnames,&obj0,&obj1)) goto fail;
30225 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30226 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30227 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30228 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30229 {
30230 PyThreadState* __tstate = wxPyBeginAllowThreads();
30231 result = (arg1)->GetHelp((wxWindow const *)arg2);
30232
30233 wxPyEndAllowThreads(__tstate);
30234 if (PyErr_Occurred()) SWIG_fail;
30235 }
30236 {
30237 #if wxUSE_UNICODE
30238 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
30239 #else
30240 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
30241 #endif
30242 }
30243 return resultobj;
30244 fail:
30245 return NULL;
30246 }
30247
30248
30249 static PyObject *_wrap_HelpProvider_ShowHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30250 PyObject *resultobj;
30251 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30252 wxWindow *arg2 = (wxWindow *) 0 ;
30253 bool result;
30254 PyObject * obj0 = 0 ;
30255 PyObject * obj1 = 0 ;
30256 char *kwnames[] = {
30257 (char *) "self",(char *) "window", NULL
30258 };
30259
30260 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_ShowHelp",kwnames,&obj0,&obj1)) goto fail;
30261 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30262 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30263 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30264 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30265 {
30266 PyThreadState* __tstate = wxPyBeginAllowThreads();
30267 result = (bool)(arg1)->ShowHelp(arg2);
30268
30269 wxPyEndAllowThreads(__tstate);
30270 if (PyErr_Occurred()) SWIG_fail;
30271 }
30272 {
30273 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30274 }
30275 return resultobj;
30276 fail:
30277 return NULL;
30278 }
30279
30280
30281 static PyObject *_wrap_HelpProvider_AddHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30282 PyObject *resultobj;
30283 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30284 wxWindow *arg2 = (wxWindow *) 0 ;
30285 wxString *arg3 = 0 ;
30286 bool temp3 = False ;
30287 PyObject * obj0 = 0 ;
30288 PyObject * obj1 = 0 ;
30289 PyObject * obj2 = 0 ;
30290 char *kwnames[] = {
30291 (char *) "self",(char *) "window",(char *) "text", NULL
30292 };
30293
30294 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
30295 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30296 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30297 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30298 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30299 {
30300 arg3 = wxString_in_helper(obj2);
30301 if (arg3 == NULL) SWIG_fail;
30302 temp3 = True;
30303 }
30304 {
30305 PyThreadState* __tstate = wxPyBeginAllowThreads();
30306 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
30307
30308 wxPyEndAllowThreads(__tstate);
30309 if (PyErr_Occurred()) SWIG_fail;
30310 }
30311 Py_INCREF(Py_None); resultobj = Py_None;
30312 {
30313 if (temp3)
30314 delete arg3;
30315 }
30316 return resultobj;
30317 fail:
30318 {
30319 if (temp3)
30320 delete arg3;
30321 }
30322 return NULL;
30323 }
30324
30325
30326 static PyObject *_wrap_HelpProvider_AddHelpById(PyObject *self, PyObject *args, PyObject *kwargs) {
30327 PyObject *resultobj;
30328 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30329 int arg2 ;
30330 wxString *arg3 = 0 ;
30331 bool temp3 = False ;
30332 PyObject * obj0 = 0 ;
30333 PyObject * obj1 = 0 ;
30334 PyObject * obj2 = 0 ;
30335 char *kwnames[] = {
30336 (char *) "self",(char *) "id",(char *) "text", NULL
30337 };
30338
30339 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelpById",kwnames,&obj0,&obj1,&obj2)) goto fail;
30340 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30341 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30342 arg2 = (int) SWIG_AsInt(obj1);
30343 if (PyErr_Occurred()) SWIG_fail;
30344 {
30345 arg3 = wxString_in_helper(obj2);
30346 if (arg3 == NULL) SWIG_fail;
30347 temp3 = True;
30348 }
30349 {
30350 PyThreadState* __tstate = wxPyBeginAllowThreads();
30351 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
30352
30353 wxPyEndAllowThreads(__tstate);
30354 if (PyErr_Occurred()) SWIG_fail;
30355 }
30356 Py_INCREF(Py_None); resultobj = Py_None;
30357 {
30358 if (temp3)
30359 delete arg3;
30360 }
30361 return resultobj;
30362 fail:
30363 {
30364 if (temp3)
30365 delete arg3;
30366 }
30367 return NULL;
30368 }
30369
30370
30371 static PyObject *_wrap_HelpProvider_RemoveHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
30372 PyObject *resultobj;
30373 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30374 wxWindow *arg2 = (wxWindow *) 0 ;
30375 PyObject * obj0 = 0 ;
30376 PyObject * obj1 = 0 ;
30377 char *kwnames[] = {
30378 (char *) "self",(char *) "window", NULL
30379 };
30380
30381 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_RemoveHelp",kwnames,&obj0,&obj1)) goto fail;
30382 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30383 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30384 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
30385 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30386 {
30387 PyThreadState* __tstate = wxPyBeginAllowThreads();
30388 (arg1)->RemoveHelp(arg2);
30389
30390 wxPyEndAllowThreads(__tstate);
30391 if (PyErr_Occurred()) SWIG_fail;
30392 }
30393 Py_INCREF(Py_None); resultobj = Py_None;
30394 return resultobj;
30395 fail:
30396 return NULL;
30397 }
30398
30399
30400 static PyObject *_wrap_HelpProvider_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
30401 PyObject *resultobj;
30402 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
30403 PyObject * obj0 = 0 ;
30404 char *kwnames[] = {
30405 (char *) "self", NULL
30406 };
30407
30408 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Destroy",kwnames,&obj0)) goto fail;
30409 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxHelpProvider,
30410 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30411 {
30412 PyThreadState* __tstate = wxPyBeginAllowThreads();
30413 wxHelpProvider_Destroy(arg1);
30414
30415 wxPyEndAllowThreads(__tstate);
30416 if (PyErr_Occurred()) SWIG_fail;
30417 }
30418 Py_INCREF(Py_None); resultobj = Py_None;
30419 return resultobj;
30420 fail:
30421 return NULL;
30422 }
30423
30424
30425 static PyObject * HelpProvider_swigregister(PyObject *self, PyObject *args) {
30426 PyObject *obj;
30427 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30428 SWIG_TypeClientData(SWIGTYPE_p_wxHelpProvider, obj);
30429 Py_INCREF(obj);
30430 return Py_BuildValue((char *)"");
30431 }
30432 static PyObject *_wrap_new_SimpleHelpProvider(PyObject *self, PyObject *args, PyObject *kwargs) {
30433 PyObject *resultobj;
30434 wxSimpleHelpProvider *result;
30435 char *kwnames[] = {
30436 NULL
30437 };
30438
30439 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_SimpleHelpProvider",kwnames)) goto fail;
30440 {
30441 PyThreadState* __tstate = wxPyBeginAllowThreads();
30442 result = (wxSimpleHelpProvider *)new wxSimpleHelpProvider();
30443
30444 wxPyEndAllowThreads(__tstate);
30445 if (PyErr_Occurred()) SWIG_fail;
30446 }
30447 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxSimpleHelpProvider, 1);
30448 return resultobj;
30449 fail:
30450 return NULL;
30451 }
30452
30453
30454 static PyObject * SimpleHelpProvider_swigregister(PyObject *self, PyObject *args) {
30455 PyObject *obj;
30456 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
30457 SWIG_TypeClientData(SWIGTYPE_p_wxSimpleHelpProvider, obj);
30458 Py_INCREF(obj);
30459 return Py_BuildValue((char *)"");
30460 }
30461 static PyObject *_wrap_new_DragImage(PyObject *self, PyObject *args, PyObject *kwargs) {
30462 PyObject *resultobj;
30463 wxBitmap *arg1 = 0 ;
30464 wxCursor const &arg2_defvalue = wxNullCursor ;
30465 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30466 wxGenericDragImage *result;
30467 PyObject * obj0 = 0 ;
30468 PyObject * obj1 = 0 ;
30469 char *kwnames[] = {
30470 (char *) "image",(char *) "cursor", NULL
30471 };
30472
30473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragImage",kwnames,&obj0,&obj1)) goto fail;
30474 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmap,
30475 SWIG_POINTER_EXCEPTION | 0)) == -1)
30476 SWIG_fail;
30477 if (arg1 == NULL) {
30478 PyErr_SetString(PyExc_TypeError,"null reference");
30479 SWIG_fail;
30480 }
30481 if (obj1) {
30482 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30483 SWIG_POINTER_EXCEPTION | 0)) == -1)
30484 SWIG_fail;
30485 if (arg2 == NULL) {
30486 PyErr_SetString(PyExc_TypeError,"null reference");
30487 SWIG_fail;
30488 }
30489 }
30490 {
30491 if (!wxPyCheckForApp()) SWIG_fail;
30492 PyThreadState* __tstate = wxPyBeginAllowThreads();
30493 result = (wxGenericDragImage *)new wxGenericDragImage((wxBitmap const &)*arg1,(wxCursor const &)*arg2);
30494
30495 wxPyEndAllowThreads(__tstate);
30496 if (PyErr_Occurred()) SWIG_fail;
30497 }
30498 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30499 return resultobj;
30500 fail:
30501 return NULL;
30502 }
30503
30504
30505 static PyObject *_wrap_new_DragIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
30506 PyObject *resultobj;
30507 wxIcon *arg1 = 0 ;
30508 wxCursor const &arg2_defvalue = wxNullCursor ;
30509 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30510 wxGenericDragImage *result;
30511 PyObject * obj0 = 0 ;
30512 PyObject * obj1 = 0 ;
30513 char *kwnames[] = {
30514 (char *) "image",(char *) "cursor", NULL
30515 };
30516
30517 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragIcon",kwnames,&obj0,&obj1)) goto fail;
30518 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxIcon,
30519 SWIG_POINTER_EXCEPTION | 0)) == -1)
30520 SWIG_fail;
30521 if (arg1 == NULL) {
30522 PyErr_SetString(PyExc_TypeError,"null reference");
30523 SWIG_fail;
30524 }
30525 if (obj1) {
30526 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30527 SWIG_POINTER_EXCEPTION | 0)) == -1)
30528 SWIG_fail;
30529 if (arg2 == NULL) {
30530 PyErr_SetString(PyExc_TypeError,"null reference");
30531 SWIG_fail;
30532 }
30533 }
30534 {
30535 if (!wxPyCheckForApp()) SWIG_fail;
30536 PyThreadState* __tstate = wxPyBeginAllowThreads();
30537 result = (wxGenericDragImage *)new wxGenericDragImage((wxIcon const &)*arg1,(wxCursor const &)*arg2);
30538
30539 wxPyEndAllowThreads(__tstate);
30540 if (PyErr_Occurred()) SWIG_fail;
30541 }
30542 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30543 return resultobj;
30544 fail:
30545 return NULL;
30546 }
30547
30548
30549 static PyObject *_wrap_new_DragString(PyObject *self, PyObject *args, PyObject *kwargs) {
30550 PyObject *resultobj;
30551 wxString *arg1 = 0 ;
30552 wxCursor const &arg2_defvalue = wxNullCursor ;
30553 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
30554 wxGenericDragImage *result;
30555 bool temp1 = False ;
30556 PyObject * obj0 = 0 ;
30557 PyObject * obj1 = 0 ;
30558 char *kwnames[] = {
30559 (char *) "str",(char *) "cursor", NULL
30560 };
30561
30562 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragString",kwnames,&obj0,&obj1)) goto fail;
30563 {
30564 arg1 = wxString_in_helper(obj0);
30565 if (arg1 == NULL) SWIG_fail;
30566 temp1 = True;
30567 }
30568 if (obj1) {
30569 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxCursor,
30570 SWIG_POINTER_EXCEPTION | 0)) == -1)
30571 SWIG_fail;
30572 if (arg2 == NULL) {
30573 PyErr_SetString(PyExc_TypeError,"null reference");
30574 SWIG_fail;
30575 }
30576 }
30577 {
30578 if (!wxPyCheckForApp()) SWIG_fail;
30579 PyThreadState* __tstate = wxPyBeginAllowThreads();
30580 result = (wxGenericDragImage *)new wxGenericDragImage((wxString const &)*arg1,(wxCursor const &)*arg2);
30581
30582 wxPyEndAllowThreads(__tstate);
30583 if (PyErr_Occurred()) SWIG_fail;
30584 }
30585 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30586 {
30587 if (temp1)
30588 delete arg1;
30589 }
30590 return resultobj;
30591 fail:
30592 {
30593 if (temp1)
30594 delete arg1;
30595 }
30596 return NULL;
30597 }
30598
30599
30600 static PyObject *_wrap_new_DragTreeItem(PyObject *self, PyObject *args, PyObject *kwargs) {
30601 PyObject *resultobj;
30602 wxPyTreeCtrl *arg1 = 0 ;
30603 wxTreeItemId *arg2 = 0 ;
30604 wxGenericDragImage *result;
30605 PyObject * obj0 = 0 ;
30606 PyObject * obj1 = 0 ;
30607 char *kwnames[] = {
30608 (char *) "treeCtrl",(char *) "id", NULL
30609 };
30610
30611 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragTreeItem",kwnames,&obj0,&obj1)) goto fail;
30612 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyTreeCtrl,
30613 SWIG_POINTER_EXCEPTION | 0)) == -1)
30614 SWIG_fail;
30615 if (arg1 == NULL) {
30616 PyErr_SetString(PyExc_TypeError,"null reference");
30617 SWIG_fail;
30618 }
30619 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxTreeItemId,
30620 SWIG_POINTER_EXCEPTION | 0)) == -1)
30621 SWIG_fail;
30622 if (arg2 == NULL) {
30623 PyErr_SetString(PyExc_TypeError,"null reference");
30624 SWIG_fail;
30625 }
30626 {
30627 if (!wxPyCheckForApp()) SWIG_fail;
30628 PyThreadState* __tstate = wxPyBeginAllowThreads();
30629 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyTreeCtrl const &)*arg1,*arg2);
30630
30631 wxPyEndAllowThreads(__tstate);
30632 if (PyErr_Occurred()) SWIG_fail;
30633 }
30634 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30635 return resultobj;
30636 fail:
30637 return NULL;
30638 }
30639
30640
30641 static PyObject *_wrap_new_DragListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
30642 PyObject *resultobj;
30643 wxPyListCtrl *arg1 = 0 ;
30644 long arg2 ;
30645 wxGenericDragImage *result;
30646 PyObject * obj0 = 0 ;
30647 PyObject * obj1 = 0 ;
30648 char *kwnames[] = {
30649 (char *) "listCtrl",(char *) "id", NULL
30650 };
30651
30652 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragListItem",kwnames,&obj0,&obj1)) goto fail;
30653 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyListCtrl,
30654 SWIG_POINTER_EXCEPTION | 0)) == -1)
30655 SWIG_fail;
30656 if (arg1 == NULL) {
30657 PyErr_SetString(PyExc_TypeError,"null reference");
30658 SWIG_fail;
30659 }
30660 arg2 = (long) SWIG_AsLong(obj1);
30661 if (PyErr_Occurred()) SWIG_fail;
30662 {
30663 if (!wxPyCheckForApp()) SWIG_fail;
30664 PyThreadState* __tstate = wxPyBeginAllowThreads();
30665 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyListCtrl const &)*arg1,arg2);
30666
30667 wxPyEndAllowThreads(__tstate);
30668 if (PyErr_Occurred()) SWIG_fail;
30669 }
30670 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxGenericDragImage, 1);
30671 return resultobj;
30672 fail:
30673 return NULL;
30674 }
30675
30676
30677 static PyObject *_wrap_delete_DragImage(PyObject *self, PyObject *args, PyObject *kwargs) {
30678 PyObject *resultobj;
30679 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30680 PyObject * obj0 = 0 ;
30681 char *kwnames[] = {
30682 (char *) "self", NULL
30683 };
30684
30685 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_DragImage",kwnames,&obj0)) goto fail;
30686 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30687 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30688 {
30689 PyThreadState* __tstate = wxPyBeginAllowThreads();
30690 delete arg1;
30691
30692 wxPyEndAllowThreads(__tstate);
30693 if (PyErr_Occurred()) SWIG_fail;
30694 }
30695 Py_INCREF(Py_None); resultobj = Py_None;
30696 return resultobj;
30697 fail:
30698 return NULL;
30699 }
30700
30701
30702 static PyObject *_wrap_DragImage_SetBackingBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
30703 PyObject *resultobj;
30704 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30705 wxBitmap *arg2 = (wxBitmap *) 0 ;
30706 PyObject * obj0 = 0 ;
30707 PyObject * obj1 = 0 ;
30708 char *kwnames[] = {
30709 (char *) "self",(char *) "bitmap", NULL
30710 };
30711
30712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_SetBackingBitmap",kwnames,&obj0,&obj1)) goto fail;
30713 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30714 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30715 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap,
30716 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30717 {
30718 PyThreadState* __tstate = wxPyBeginAllowThreads();
30719 (arg1)->SetBackingBitmap(arg2);
30720
30721 wxPyEndAllowThreads(__tstate);
30722 if (PyErr_Occurred()) SWIG_fail;
30723 }
30724 Py_INCREF(Py_None); resultobj = Py_None;
30725 return resultobj;
30726 fail:
30727 return NULL;
30728 }
30729
30730
30731 static PyObject *_wrap_DragImage_BeginDrag(PyObject *self, PyObject *args, PyObject *kwargs) {
30732 PyObject *resultobj;
30733 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30734 wxPoint *arg2 = 0 ;
30735 wxWindow *arg3 = (wxWindow *) 0 ;
30736 bool arg4 = (bool) False ;
30737 wxRect *arg5 = (wxRect *) NULL ;
30738 bool result;
30739 wxPoint temp2 ;
30740 PyObject * obj0 = 0 ;
30741 PyObject * obj1 = 0 ;
30742 PyObject * obj2 = 0 ;
30743 PyObject * obj3 = 0 ;
30744 PyObject * obj4 = 0 ;
30745 char *kwnames[] = {
30746 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "fullScreen",(char *) "rect", NULL
30747 };
30748
30749 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:DragImage_BeginDrag",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
30750 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30751 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30752 {
30753 arg2 = &temp2;
30754 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
30755 }
30756 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
30757 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30758 if (obj3) {
30759 arg4 = (bool) SWIG_AsBool(obj3);
30760 if (PyErr_Occurred()) SWIG_fail;
30761 }
30762 if (obj4) {
30763 if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxRect,
30764 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30765 }
30766 {
30767 PyThreadState* __tstate = wxPyBeginAllowThreads();
30768 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4,arg5);
30769
30770 wxPyEndAllowThreads(__tstate);
30771 if (PyErr_Occurred()) SWIG_fail;
30772 }
30773 {
30774 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30775 }
30776 return resultobj;
30777 fail:
30778 return NULL;
30779 }
30780
30781
30782 static PyObject *_wrap_DragImage_BeginDragBounded(PyObject *self, PyObject *args, PyObject *kwargs) {
30783 PyObject *resultobj;
30784 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30785 wxPoint *arg2 = 0 ;
30786 wxWindow *arg3 = (wxWindow *) 0 ;
30787 wxWindow *arg4 = (wxWindow *) 0 ;
30788 bool result;
30789 wxPoint temp2 ;
30790 PyObject * obj0 = 0 ;
30791 PyObject * obj1 = 0 ;
30792 PyObject * obj2 = 0 ;
30793 PyObject * obj3 = 0 ;
30794 char *kwnames[] = {
30795 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "boundingWindow", NULL
30796 };
30797
30798 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:DragImage_BeginDragBounded",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
30799 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30800 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30801 {
30802 arg2 = &temp2;
30803 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
30804 }
30805 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWindow,
30806 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30807 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxWindow,
30808 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30809 {
30810 PyThreadState* __tstate = wxPyBeginAllowThreads();
30811 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4);
30812
30813 wxPyEndAllowThreads(__tstate);
30814 if (PyErr_Occurred()) SWIG_fail;
30815 }
30816 {
30817 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30818 }
30819 return resultobj;
30820 fail:
30821 return NULL;
30822 }
30823
30824
30825 static PyObject *_wrap_DragImage_EndDrag(PyObject *self, PyObject *args, PyObject *kwargs) {
30826 PyObject *resultobj;
30827 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30828 bool result;
30829 PyObject * obj0 = 0 ;
30830 char *kwnames[] = {
30831 (char *) "self", NULL
30832 };
30833
30834 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_EndDrag",kwnames,&obj0)) goto fail;
30835 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30836 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30837 {
30838 PyThreadState* __tstate = wxPyBeginAllowThreads();
30839 result = (bool)(arg1)->EndDrag();
30840
30841 wxPyEndAllowThreads(__tstate);
30842 if (PyErr_Occurred()) SWIG_fail;
30843 }
30844 {
30845 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30846 }
30847 return resultobj;
30848 fail:
30849 return NULL;
30850 }
30851
30852
30853 static PyObject *_wrap_DragImage_Move(PyObject *self, PyObject *args, PyObject *kwargs) {
30854 PyObject *resultobj;
30855 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30856 wxPoint *arg2 = 0 ;
30857 bool result;
30858 wxPoint temp2 ;
30859 PyObject * obj0 = 0 ;
30860 PyObject * obj1 = 0 ;
30861 char *kwnames[] = {
30862 (char *) "self",(char *) "pt", NULL
30863 };
30864
30865 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_Move",kwnames,&obj0,&obj1)) goto fail;
30866 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30867 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30868 {
30869 arg2 = &temp2;
30870 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
30871 }
30872 {
30873 PyThreadState* __tstate = wxPyBeginAllowThreads();
30874 result = (bool)(arg1)->Move((wxPoint const &)*arg2);
30875
30876 wxPyEndAllowThreads(__tstate);
30877 if (PyErr_Occurred()) SWIG_fail;
30878 }
30879 {
30880 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30881 }
30882 return resultobj;
30883 fail:
30884 return NULL;
30885 }
30886
30887
30888 static PyObject *_wrap_DragImage_Show(PyObject *self, PyObject *args, PyObject *kwargs) {
30889 PyObject *resultobj;
30890 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30891 bool result;
30892 PyObject * obj0 = 0 ;
30893 char *kwnames[] = {
30894 (char *) "self", NULL
30895 };
30896
30897 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Show",kwnames,&obj0)) goto fail;
30898 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30899 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30900 {
30901 PyThreadState* __tstate = wxPyBeginAllowThreads();
30902 result = (bool)(arg1)->Show();
30903
30904 wxPyEndAllowThreads(__tstate);
30905 if (PyErr_Occurred()) SWIG_fail;
30906 }
30907 {
30908 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30909 }
30910 return resultobj;
30911 fail:
30912 return NULL;
30913 }
30914
30915
30916 static PyObject *_wrap_DragImage_Hide(PyObject *self, PyObject *args, PyObject *kwargs) {
30917 PyObject *resultobj;
30918 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30919 bool result;
30920 PyObject * obj0 = 0 ;
30921 char *kwnames[] = {
30922 (char *) "self", NULL
30923 };
30924
30925 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Hide",kwnames,&obj0)) goto fail;
30926 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30927 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30928 {
30929 PyThreadState* __tstate = wxPyBeginAllowThreads();
30930 result = (bool)(arg1)->Hide();
30931
30932 wxPyEndAllowThreads(__tstate);
30933 if (PyErr_Occurred()) SWIG_fail;
30934 }
30935 {
30936 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
30937 }
30938 return resultobj;
30939 fail:
30940 return NULL;
30941 }
30942
30943
30944 static PyObject *_wrap_DragImage_GetImageRect(PyObject *self, PyObject *args, PyObject *kwargs) {
30945 PyObject *resultobj;
30946 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30947 wxPoint *arg2 = 0 ;
30948 wxRect result;
30949 wxPoint temp2 ;
30950 PyObject * obj0 = 0 ;
30951 PyObject * obj1 = 0 ;
30952 char *kwnames[] = {
30953 (char *) "self",(char *) "pos", NULL
30954 };
30955
30956 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_GetImageRect",kwnames,&obj0,&obj1)) goto fail;
30957 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30958 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30959 {
30960 arg2 = &temp2;
30961 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
30962 }
30963 {
30964 PyThreadState* __tstate = wxPyBeginAllowThreads();
30965 result = ((wxGenericDragImage const *)arg1)->GetImageRect((wxPoint const &)*arg2);
30966
30967 wxPyEndAllowThreads(__tstate);
30968 if (PyErr_Occurred()) SWIG_fail;
30969 }
30970 {
30971 wxRect * resultptr;
30972 resultptr = new wxRect((wxRect &) result);
30973 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxRect, 1);
30974 }
30975 return resultobj;
30976 fail:
30977 return NULL;
30978 }
30979
30980
30981 static PyObject *_wrap_DragImage_DoDrawImage(PyObject *self, PyObject *args, PyObject *kwargs) {
30982 PyObject *resultobj;
30983 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
30984 wxDC *arg2 = 0 ;
30985 wxPoint *arg3 = 0 ;
30986 bool result;
30987 wxPoint temp3 ;
30988 PyObject * obj0 = 0 ;
30989 PyObject * obj1 = 0 ;
30990 PyObject * obj2 = 0 ;
30991 char *kwnames[] = {
30992 (char *) "self",(char *) "dc",(char *) "pos", NULL
30993 };
30994
30995 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DragImage_DoDrawImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
30996 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
30997 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
30998 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxDC,
30999 SWIG_POINTER_EXCEPTION | 0)) == -1)
31000 SWIG_fail;
31001 if (arg2 == NULL) {
31002 PyErr_SetString(PyExc_TypeError,"null reference");
31003 SWIG_fail;
31004 }
31005 {
31006 arg3 = &temp3;
31007 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
31008 }
31009 {
31010 PyThreadState* __tstate = wxPyBeginAllowThreads();
31011 result = (bool)((wxGenericDragImage const *)arg1)->DoDrawImage(*arg2,(wxPoint const &)*arg3);
31012
31013 wxPyEndAllowThreads(__tstate);
31014 if (PyErr_Occurred()) SWIG_fail;
31015 }
31016 {
31017 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31018 }
31019 return resultobj;
31020 fail:
31021 return NULL;
31022 }
31023
31024
31025 static PyObject *_wrap_DragImage_UpdateBackingFromWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
31026 PyObject *resultobj;
31027 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31028 wxDC *arg2 = 0 ;
31029 wxMemoryDC *arg3 = 0 ;
31030 wxRect *arg4 = 0 ;
31031 wxRect *arg5 = 0 ;
31032 bool result;
31033 wxRect temp4 ;
31034 wxRect temp5 ;
31035 PyObject * obj0 = 0 ;
31036 PyObject * obj1 = 0 ;
31037 PyObject * obj2 = 0 ;
31038 PyObject * obj3 = 0 ;
31039 PyObject * obj4 = 0 ;
31040 char *kwnames[] = {
31041 (char *) "self",(char *) "windowDC",(char *) "destDC",(char *) "sourceRect",(char *) "destRect", NULL
31042 };
31043
31044 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_UpdateBackingFromWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
31045 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31046 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31047 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxDC,
31048 SWIG_POINTER_EXCEPTION | 0)) == -1)
31049 SWIG_fail;
31050 if (arg2 == NULL) {
31051 PyErr_SetString(PyExc_TypeError,"null reference");
31052 SWIG_fail;
31053 }
31054 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxMemoryDC,
31055 SWIG_POINTER_EXCEPTION | 0)) == -1)
31056 SWIG_fail;
31057 if (arg3 == NULL) {
31058 PyErr_SetString(PyExc_TypeError,"null reference");
31059 SWIG_fail;
31060 }
31061 {
31062 arg4 = &temp4;
31063 if ( ! wxRect_helper(obj3, &arg4)) SWIG_fail;
31064 }
31065 {
31066 arg5 = &temp5;
31067 if ( ! wxRect_helper(obj4, &arg5)) SWIG_fail;
31068 }
31069 {
31070 PyThreadState* __tstate = wxPyBeginAllowThreads();
31071 result = (bool)((wxGenericDragImage const *)arg1)->UpdateBackingFromWindow(*arg2,*arg3,(wxRect const &)*arg4,(wxRect const &)*arg5);
31072
31073 wxPyEndAllowThreads(__tstate);
31074 if (PyErr_Occurred()) SWIG_fail;
31075 }
31076 {
31077 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31078 }
31079 return resultobj;
31080 fail:
31081 return NULL;
31082 }
31083
31084
31085 static PyObject *_wrap_DragImage_RedrawImage(PyObject *self, PyObject *args, PyObject *kwargs) {
31086 PyObject *resultobj;
31087 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
31088 wxPoint *arg2 = 0 ;
31089 wxPoint *arg3 = 0 ;
31090 bool arg4 ;
31091 bool arg5 ;
31092 bool result;
31093 wxPoint temp2 ;
31094 wxPoint temp3 ;
31095 PyObject * obj0 = 0 ;
31096 PyObject * obj1 = 0 ;
31097 PyObject * obj2 = 0 ;
31098 PyObject * obj3 = 0 ;
31099 PyObject * obj4 = 0 ;
31100 char *kwnames[] = {
31101 (char *) "self",(char *) "oldPos",(char *) "newPos",(char *) "eraseOld",(char *) "drawNew", NULL
31102 };
31103
31104 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_RedrawImage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
31105 if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGenericDragImage,
31106 SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
31107 {
31108 arg2 = &temp2;
31109 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
31110 }
31111 {
31112 arg3 = &temp3;
31113 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
31114 }
31115 arg4 = (bool) SWIG_AsBool(obj3);
31116 if (PyErr_Occurred()) SWIG_fail;
31117 arg5 = (bool) SWIG_AsBool(obj4);
31118 if (PyErr_Occurred()) SWIG_fail;
31119 {
31120 PyThreadState* __tstate = wxPyBeginAllowThreads();
31121 result = (bool)(arg1)->RedrawImage((wxPoint const &)*arg2,(wxPoint const &)*arg3,arg4,arg5);
31122
31123 wxPyEndAllowThreads(__tstate);
31124 if (PyErr_Occurred()) SWIG_fail;
31125 }
31126 {
31127 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
31128 }
31129 return resultobj;
31130 fail:
31131 return NULL;
31132 }
31133
31134
31135 static PyObject * DragImage_swigregister(PyObject *self, PyObject *args) {
31136 PyObject *obj;
31137 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
31138 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDragImage, obj);
31139 Py_INCREF(obj);
31140 return Py_BuildValue((char *)"");
31141 }
31142 static PyMethodDef SwigMethods[] = {
31143 { (char *)"new_Button", (PyCFunction) _wrap_new_Button, METH_VARARGS | METH_KEYWORDS },
31144 { (char *)"new_PreButton", (PyCFunction) _wrap_new_PreButton, METH_VARARGS | METH_KEYWORDS },
31145 { (char *)"Button_Create", (PyCFunction) _wrap_Button_Create, METH_VARARGS | METH_KEYWORDS },
31146 { (char *)"Button_SetDefault", (PyCFunction) _wrap_Button_SetDefault, METH_VARARGS | METH_KEYWORDS },
31147 { (char *)"Button_GetDefaultSize", (PyCFunction) _wrap_Button_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
31148 { (char *)"Button_GetClassDefaultAttributes", (PyCFunction) _wrap_Button_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31149 { (char *)"Button_swigregister", Button_swigregister, METH_VARARGS },
31150 { (char *)"new_BitmapButton", (PyCFunction) _wrap_new_BitmapButton, METH_VARARGS | METH_KEYWORDS },
31151 { (char *)"new_PreBitmapButton", (PyCFunction) _wrap_new_PreBitmapButton, METH_VARARGS | METH_KEYWORDS },
31152 { (char *)"BitmapButton_Create", (PyCFunction) _wrap_BitmapButton_Create, METH_VARARGS | METH_KEYWORDS },
31153 { (char *)"BitmapButton_GetBitmapLabel", (PyCFunction) _wrap_BitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
31154 { (char *)"BitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
31155 { (char *)"BitmapButton_GetBitmapFocus", (PyCFunction) _wrap_BitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
31156 { (char *)"BitmapButton_GetBitmapSelected", (PyCFunction) _wrap_BitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
31157 { (char *)"BitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
31158 { (char *)"BitmapButton_SetBitmapFocus", (PyCFunction) _wrap_BitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
31159 { (char *)"BitmapButton_SetBitmapSelected", (PyCFunction) _wrap_BitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
31160 { (char *)"BitmapButton_SetBitmapLabel", (PyCFunction) _wrap_BitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
31161 { (char *)"BitmapButton_SetMargins", (PyCFunction) _wrap_BitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS },
31162 { (char *)"BitmapButton_GetMarginX", (PyCFunction) _wrap_BitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS },
31163 { (char *)"BitmapButton_GetMarginY", (PyCFunction) _wrap_BitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS },
31164 { (char *)"BitmapButton_swigregister", BitmapButton_swigregister, METH_VARARGS },
31165 { (char *)"new_CheckBox", (PyCFunction) _wrap_new_CheckBox, METH_VARARGS | METH_KEYWORDS },
31166 { (char *)"new_PreCheckBox", (PyCFunction) _wrap_new_PreCheckBox, METH_VARARGS | METH_KEYWORDS },
31167 { (char *)"CheckBox_Create", (PyCFunction) _wrap_CheckBox_Create, METH_VARARGS | METH_KEYWORDS },
31168 { (char *)"CheckBox_GetValue", (PyCFunction) _wrap_CheckBox_GetValue, METH_VARARGS | METH_KEYWORDS },
31169 { (char *)"CheckBox_IsChecked", (PyCFunction) _wrap_CheckBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
31170 { (char *)"CheckBox_SetValue", (PyCFunction) _wrap_CheckBox_SetValue, METH_VARARGS | METH_KEYWORDS },
31171 { (char *)"CheckBox_Get3StateValue", (PyCFunction) _wrap_CheckBox_Get3StateValue, METH_VARARGS | METH_KEYWORDS },
31172 { (char *)"CheckBox_Set3StateValue", (PyCFunction) _wrap_CheckBox_Set3StateValue, METH_VARARGS | METH_KEYWORDS },
31173 { (char *)"CheckBox_Is3State", (PyCFunction) _wrap_CheckBox_Is3State, METH_VARARGS | METH_KEYWORDS },
31174 { (char *)"CheckBox_Is3rdStateAllowedForUser", (PyCFunction) _wrap_CheckBox_Is3rdStateAllowedForUser, METH_VARARGS | METH_KEYWORDS },
31175 { (char *)"CheckBox_GetClassDefaultAttributes", (PyCFunction) _wrap_CheckBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31176 { (char *)"CheckBox_swigregister", CheckBox_swigregister, METH_VARARGS },
31177 { (char *)"new_Choice", (PyCFunction) _wrap_new_Choice, METH_VARARGS | METH_KEYWORDS },
31178 { (char *)"new_PreChoice", (PyCFunction) _wrap_new_PreChoice, METH_VARARGS | METH_KEYWORDS },
31179 { (char *)"Choice_Create", (PyCFunction) _wrap_Choice_Create, METH_VARARGS | METH_KEYWORDS },
31180 { (char *)"Choice_SetSelection", (PyCFunction) _wrap_Choice_SetSelection, METH_VARARGS | METH_KEYWORDS },
31181 { (char *)"Choice_SetStringSelection", (PyCFunction) _wrap_Choice_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
31182 { (char *)"Choice_SetString", (PyCFunction) _wrap_Choice_SetString, METH_VARARGS | METH_KEYWORDS },
31183 { (char *)"Choice_GetClassDefaultAttributes", (PyCFunction) _wrap_Choice_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31184 { (char *)"Choice_swigregister", Choice_swigregister, METH_VARARGS },
31185 { (char *)"new_ComboBox", (PyCFunction) _wrap_new_ComboBox, METH_VARARGS | METH_KEYWORDS },
31186 { (char *)"new_PreComboBox", (PyCFunction) _wrap_new_PreComboBox, METH_VARARGS | METH_KEYWORDS },
31187 { (char *)"ComboBox_Create", (PyCFunction) _wrap_ComboBox_Create, METH_VARARGS | METH_KEYWORDS },
31188 { (char *)"ComboBox_GetValue", (PyCFunction) _wrap_ComboBox_GetValue, METH_VARARGS | METH_KEYWORDS },
31189 { (char *)"ComboBox_SetValue", (PyCFunction) _wrap_ComboBox_SetValue, METH_VARARGS | METH_KEYWORDS },
31190 { (char *)"ComboBox_Copy", (PyCFunction) _wrap_ComboBox_Copy, METH_VARARGS | METH_KEYWORDS },
31191 { (char *)"ComboBox_Cut", (PyCFunction) _wrap_ComboBox_Cut, METH_VARARGS | METH_KEYWORDS },
31192 { (char *)"ComboBox_Paste", (PyCFunction) _wrap_ComboBox_Paste, METH_VARARGS | METH_KEYWORDS },
31193 { (char *)"ComboBox_SetInsertionPoint", (PyCFunction) _wrap_ComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
31194 { (char *)"ComboBox_GetInsertionPoint", (PyCFunction) _wrap_ComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
31195 { (char *)"ComboBox_GetLastPosition", (PyCFunction) _wrap_ComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
31196 { (char *)"ComboBox_Replace", (PyCFunction) _wrap_ComboBox_Replace, METH_VARARGS | METH_KEYWORDS },
31197 { (char *)"ComboBox_SetSelection", (PyCFunction) _wrap_ComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
31198 { (char *)"ComboBox_SetMark", (PyCFunction) _wrap_ComboBox_SetMark, METH_VARARGS | METH_KEYWORDS },
31199 { (char *)"ComboBox_SetStringSelection", (PyCFunction) _wrap_ComboBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
31200 { (char *)"ComboBox_SetString", (PyCFunction) _wrap_ComboBox_SetString, METH_VARARGS | METH_KEYWORDS },
31201 { (char *)"ComboBox_SetEditable", (PyCFunction) _wrap_ComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS },
31202 { (char *)"ComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_ComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
31203 { (char *)"ComboBox_Remove", (PyCFunction) _wrap_ComboBox_Remove, METH_VARARGS | METH_KEYWORDS },
31204 { (char *)"ComboBox_GetClassDefaultAttributes", (PyCFunction) _wrap_ComboBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31205 { (char *)"ComboBox_swigregister", ComboBox_swigregister, METH_VARARGS },
31206 { (char *)"new_Gauge", (PyCFunction) _wrap_new_Gauge, METH_VARARGS | METH_KEYWORDS },
31207 { (char *)"new_PreGauge", (PyCFunction) _wrap_new_PreGauge, METH_VARARGS | METH_KEYWORDS },
31208 { (char *)"Gauge_Create", (PyCFunction) _wrap_Gauge_Create, METH_VARARGS | METH_KEYWORDS },
31209 { (char *)"Gauge_SetRange", (PyCFunction) _wrap_Gauge_SetRange, METH_VARARGS | METH_KEYWORDS },
31210 { (char *)"Gauge_GetRange", (PyCFunction) _wrap_Gauge_GetRange, METH_VARARGS | METH_KEYWORDS },
31211 { (char *)"Gauge_SetValue", (PyCFunction) _wrap_Gauge_SetValue, METH_VARARGS | METH_KEYWORDS },
31212 { (char *)"Gauge_GetValue", (PyCFunction) _wrap_Gauge_GetValue, METH_VARARGS | METH_KEYWORDS },
31213 { (char *)"Gauge_IsVertical", (PyCFunction) _wrap_Gauge_IsVertical, METH_VARARGS | METH_KEYWORDS },
31214 { (char *)"Gauge_SetShadowWidth", (PyCFunction) _wrap_Gauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS },
31215 { (char *)"Gauge_GetShadowWidth", (PyCFunction) _wrap_Gauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS },
31216 { (char *)"Gauge_SetBezelFace", (PyCFunction) _wrap_Gauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS },
31217 { (char *)"Gauge_GetBezelFace", (PyCFunction) _wrap_Gauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS },
31218 { (char *)"Gauge_GetClassDefaultAttributes", (PyCFunction) _wrap_Gauge_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31219 { (char *)"Gauge_swigregister", Gauge_swigregister, METH_VARARGS },
31220 { (char *)"new_StaticBox", (PyCFunction) _wrap_new_StaticBox, METH_VARARGS | METH_KEYWORDS },
31221 { (char *)"new_PreStaticBox", (PyCFunction) _wrap_new_PreStaticBox, METH_VARARGS | METH_KEYWORDS },
31222 { (char *)"StaticBox_Create", (PyCFunction) _wrap_StaticBox_Create, METH_VARARGS | METH_KEYWORDS },
31223 { (char *)"StaticBox_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31224 { (char *)"StaticBox_swigregister", StaticBox_swigregister, METH_VARARGS },
31225 { (char *)"new_StaticLine", (PyCFunction) _wrap_new_StaticLine, METH_VARARGS | METH_KEYWORDS },
31226 { (char *)"new_PreStaticLine", (PyCFunction) _wrap_new_PreStaticLine, METH_VARARGS | METH_KEYWORDS },
31227 { (char *)"StaticLine_Create", (PyCFunction) _wrap_StaticLine_Create, METH_VARARGS | METH_KEYWORDS },
31228 { (char *)"StaticLine_IsVertical", (PyCFunction) _wrap_StaticLine_IsVertical, METH_VARARGS | METH_KEYWORDS },
31229 { (char *)"StaticLine_GetDefaultSize", (PyCFunction) _wrap_StaticLine_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
31230 { (char *)"StaticLine_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticLine_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31231 { (char *)"StaticLine_swigregister", StaticLine_swigregister, METH_VARARGS },
31232 { (char *)"new_StaticText", (PyCFunction) _wrap_new_StaticText, METH_VARARGS | METH_KEYWORDS },
31233 { (char *)"new_PreStaticText", (PyCFunction) _wrap_new_PreStaticText, METH_VARARGS | METH_KEYWORDS },
31234 { (char *)"StaticText_Create", (PyCFunction) _wrap_StaticText_Create, METH_VARARGS | METH_KEYWORDS },
31235 { (char *)"StaticText_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticText_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31236 { (char *)"StaticText_swigregister", StaticText_swigregister, METH_VARARGS },
31237 { (char *)"new_StaticBitmap", (PyCFunction) _wrap_new_StaticBitmap, METH_VARARGS | METH_KEYWORDS },
31238 { (char *)"new_PreStaticBitmap", (PyCFunction) _wrap_new_PreStaticBitmap, METH_VARARGS | METH_KEYWORDS },
31239 { (char *)"StaticBitmap_Create", (PyCFunction) _wrap_StaticBitmap_Create, METH_VARARGS | METH_KEYWORDS },
31240 { (char *)"StaticBitmap_GetBitmap", (PyCFunction) _wrap_StaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS },
31241 { (char *)"StaticBitmap_SetBitmap", (PyCFunction) _wrap_StaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS },
31242 { (char *)"StaticBitmap_SetIcon", (PyCFunction) _wrap_StaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS },
31243 { (char *)"StaticBitmap_GetClassDefaultAttributes", (PyCFunction) _wrap_StaticBitmap_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31244 { (char *)"StaticBitmap_swigregister", StaticBitmap_swigregister, METH_VARARGS },
31245 { (char *)"new_ListBox", (PyCFunction) _wrap_new_ListBox, METH_VARARGS | METH_KEYWORDS },
31246 { (char *)"new_PreListBox", (PyCFunction) _wrap_new_PreListBox, METH_VARARGS | METH_KEYWORDS },
31247 { (char *)"ListBox_Create", (PyCFunction) _wrap_ListBox_Create, METH_VARARGS | METH_KEYWORDS },
31248 { (char *)"ListBox_Insert", (PyCFunction) _wrap_ListBox_Insert, METH_VARARGS | METH_KEYWORDS },
31249 { (char *)"ListBox_InsertItems", (PyCFunction) _wrap_ListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
31250 { (char *)"ListBox_Set", (PyCFunction) _wrap_ListBox_Set, METH_VARARGS | METH_KEYWORDS },
31251 { (char *)"ListBox_IsSelected", (PyCFunction) _wrap_ListBox_IsSelected, METH_VARARGS | METH_KEYWORDS },
31252 { (char *)"ListBox_SetSelection", (PyCFunction) _wrap_ListBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
31253 { (char *)"ListBox_Select", (PyCFunction) _wrap_ListBox_Select, METH_VARARGS | METH_KEYWORDS },
31254 { (char *)"ListBox_Deselect", (PyCFunction) _wrap_ListBox_Deselect, METH_VARARGS | METH_KEYWORDS },
31255 { (char *)"ListBox_DeselectAll", (PyCFunction) _wrap_ListBox_DeselectAll, METH_VARARGS | METH_KEYWORDS },
31256 { (char *)"ListBox_SetStringSelection", (PyCFunction) _wrap_ListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
31257 { (char *)"ListBox_GetSelections", (PyCFunction) _wrap_ListBox_GetSelections, METH_VARARGS | METH_KEYWORDS },
31258 { (char *)"ListBox_SetFirstItem", (PyCFunction) _wrap_ListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS },
31259 { (char *)"ListBox_SetFirstItemStr", (PyCFunction) _wrap_ListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS },
31260 { (char *)"ListBox_EnsureVisible", (PyCFunction) _wrap_ListBox_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
31261 { (char *)"ListBox_AppendAndEnsureVisible", (PyCFunction) _wrap_ListBox_AppendAndEnsureVisible, METH_VARARGS | METH_KEYWORDS },
31262 { (char *)"ListBox_IsSorted", (PyCFunction) _wrap_ListBox_IsSorted, METH_VARARGS | METH_KEYWORDS },
31263 { (char *)"ListBox_SetItemForegroundColour", (PyCFunction) _wrap_ListBox_SetItemForegroundColour, METH_VARARGS | METH_KEYWORDS },
31264 { (char *)"ListBox_SetItemBackgroundColour", (PyCFunction) _wrap_ListBox_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31265 { (char *)"ListBox_SetItemFont", (PyCFunction) _wrap_ListBox_SetItemFont, METH_VARARGS | METH_KEYWORDS },
31266 { (char *)"ListBox_GetClassDefaultAttributes", (PyCFunction) _wrap_ListBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31267 { (char *)"ListBox_swigregister", ListBox_swigregister, METH_VARARGS },
31268 { (char *)"new_CheckListBox", (PyCFunction) _wrap_new_CheckListBox, METH_VARARGS | METH_KEYWORDS },
31269 { (char *)"new_PreCheckListBox", (PyCFunction) _wrap_new_PreCheckListBox, METH_VARARGS | METH_KEYWORDS },
31270 { (char *)"CheckListBox_Create", (PyCFunction) _wrap_CheckListBox_Create, METH_VARARGS | METH_KEYWORDS },
31271 { (char *)"CheckListBox_IsChecked", (PyCFunction) _wrap_CheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
31272 { (char *)"CheckListBox_Check", (PyCFunction) _wrap_CheckListBox_Check, METH_VARARGS | METH_KEYWORDS },
31273 { (char *)"CheckListBox_GetItemHeight", (PyCFunction) _wrap_CheckListBox_GetItemHeight, METH_VARARGS | METH_KEYWORDS },
31274 { (char *)"CheckListBox_HitTest", (PyCFunction) _wrap_CheckListBox_HitTest, METH_VARARGS | METH_KEYWORDS },
31275 { (char *)"CheckListBox_HitTestXY", (PyCFunction) _wrap_CheckListBox_HitTestXY, METH_VARARGS | METH_KEYWORDS },
31276 { (char *)"CheckListBox_swigregister", CheckListBox_swigregister, METH_VARARGS },
31277 { (char *)"new_TextAttr", _wrap_new_TextAttr, METH_VARARGS },
31278 { (char *)"delete_TextAttr", (PyCFunction) _wrap_delete_TextAttr, METH_VARARGS | METH_KEYWORDS },
31279 { (char *)"TextAttr_Init", (PyCFunction) _wrap_TextAttr_Init, METH_VARARGS | METH_KEYWORDS },
31280 { (char *)"TextAttr_SetTextColour", (PyCFunction) _wrap_TextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
31281 { (char *)"TextAttr_SetBackgroundColour", (PyCFunction) _wrap_TextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31282 { (char *)"TextAttr_SetFont", (PyCFunction) _wrap_TextAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
31283 { (char *)"TextAttr_SetAlignment", (PyCFunction) _wrap_TextAttr_SetAlignment, METH_VARARGS | METH_KEYWORDS },
31284 { (char *)"TextAttr_SetTabs", (PyCFunction) _wrap_TextAttr_SetTabs, METH_VARARGS | METH_KEYWORDS },
31285 { (char *)"TextAttr_SetLeftIndent", (PyCFunction) _wrap_TextAttr_SetLeftIndent, METH_VARARGS | METH_KEYWORDS },
31286 { (char *)"TextAttr_SetRightIndent", (PyCFunction) _wrap_TextAttr_SetRightIndent, METH_VARARGS | METH_KEYWORDS },
31287 { (char *)"TextAttr_SetFlags", (PyCFunction) _wrap_TextAttr_SetFlags, METH_VARARGS | METH_KEYWORDS },
31288 { (char *)"TextAttr_HasTextColour", (PyCFunction) _wrap_TextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
31289 { (char *)"TextAttr_HasBackgroundColour", (PyCFunction) _wrap_TextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31290 { (char *)"TextAttr_HasFont", (PyCFunction) _wrap_TextAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
31291 { (char *)"TextAttr_HasAlignment", (PyCFunction) _wrap_TextAttr_HasAlignment, METH_VARARGS | METH_KEYWORDS },
31292 { (char *)"TextAttr_HasTabs", (PyCFunction) _wrap_TextAttr_HasTabs, METH_VARARGS | METH_KEYWORDS },
31293 { (char *)"TextAttr_HasLeftIndent", (PyCFunction) _wrap_TextAttr_HasLeftIndent, METH_VARARGS | METH_KEYWORDS },
31294 { (char *)"TextAttr_HasRightIndent", (PyCFunction) _wrap_TextAttr_HasRightIndent, METH_VARARGS | METH_KEYWORDS },
31295 { (char *)"TextAttr_HasFlag", (PyCFunction) _wrap_TextAttr_HasFlag, METH_VARARGS | METH_KEYWORDS },
31296 { (char *)"TextAttr_GetTextColour", (PyCFunction) _wrap_TextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
31297 { (char *)"TextAttr_GetBackgroundColour", (PyCFunction) _wrap_TextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31298 { (char *)"TextAttr_GetFont", (PyCFunction) _wrap_TextAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
31299 { (char *)"TextAttr_GetAlignment", (PyCFunction) _wrap_TextAttr_GetAlignment, METH_VARARGS | METH_KEYWORDS },
31300 { (char *)"TextAttr_GetTabs", (PyCFunction) _wrap_TextAttr_GetTabs, METH_VARARGS | METH_KEYWORDS },
31301 { (char *)"TextAttr_GetLeftIndent", (PyCFunction) _wrap_TextAttr_GetLeftIndent, METH_VARARGS | METH_KEYWORDS },
31302 { (char *)"TextAttr_GetLeftSubIndent", (PyCFunction) _wrap_TextAttr_GetLeftSubIndent, METH_VARARGS | METH_KEYWORDS },
31303 { (char *)"TextAttr_GetRightIndent", (PyCFunction) _wrap_TextAttr_GetRightIndent, METH_VARARGS | METH_KEYWORDS },
31304 { (char *)"TextAttr_GetFlags", (PyCFunction) _wrap_TextAttr_GetFlags, METH_VARARGS | METH_KEYWORDS },
31305 { (char *)"TextAttr_IsDefault", (PyCFunction) _wrap_TextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS },
31306 { (char *)"TextAttr_Combine", (PyCFunction) _wrap_TextAttr_Combine, METH_VARARGS | METH_KEYWORDS },
31307 { (char *)"TextAttr_swigregister", TextAttr_swigregister, METH_VARARGS },
31308 { (char *)"new_TextCtrl", (PyCFunction) _wrap_new_TextCtrl, METH_VARARGS | METH_KEYWORDS },
31309 { (char *)"new_PreTextCtrl", (PyCFunction) _wrap_new_PreTextCtrl, METH_VARARGS | METH_KEYWORDS },
31310 { (char *)"TextCtrl_Create", (PyCFunction) _wrap_TextCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31311 { (char *)"TextCtrl_GetValue", (PyCFunction) _wrap_TextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
31312 { (char *)"TextCtrl_SetValue", (PyCFunction) _wrap_TextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
31313 { (char *)"TextCtrl_GetRange", (PyCFunction) _wrap_TextCtrl_GetRange, METH_VARARGS | METH_KEYWORDS },
31314 { (char *)"TextCtrl_GetLineLength", (PyCFunction) _wrap_TextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS },
31315 { (char *)"TextCtrl_GetLineText", (PyCFunction) _wrap_TextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS },
31316 { (char *)"TextCtrl_GetNumberOfLines", (PyCFunction) _wrap_TextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS },
31317 { (char *)"TextCtrl_IsModified", (PyCFunction) _wrap_TextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS },
31318 { (char *)"TextCtrl_IsEditable", (PyCFunction) _wrap_TextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS },
31319 { (char *)"TextCtrl_IsSingleLine", (PyCFunction) _wrap_TextCtrl_IsSingleLine, METH_VARARGS | METH_KEYWORDS },
31320 { (char *)"TextCtrl_IsMultiLine", (PyCFunction) _wrap_TextCtrl_IsMultiLine, METH_VARARGS | METH_KEYWORDS },
31321 { (char *)"TextCtrl_GetSelection", (PyCFunction) _wrap_TextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
31322 { (char *)"TextCtrl_GetStringSelection", (PyCFunction) _wrap_TextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
31323 { (char *)"TextCtrl_Clear", (PyCFunction) _wrap_TextCtrl_Clear, METH_VARARGS | METH_KEYWORDS },
31324 { (char *)"TextCtrl_Replace", (PyCFunction) _wrap_TextCtrl_Replace, METH_VARARGS | METH_KEYWORDS },
31325 { (char *)"TextCtrl_Remove", (PyCFunction) _wrap_TextCtrl_Remove, METH_VARARGS | METH_KEYWORDS },
31326 { (char *)"TextCtrl_LoadFile", (PyCFunction) _wrap_TextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS },
31327 { (char *)"TextCtrl_SaveFile", (PyCFunction) _wrap_TextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS },
31328 { (char *)"TextCtrl_MarkDirty", (PyCFunction) _wrap_TextCtrl_MarkDirty, METH_VARARGS | METH_KEYWORDS },
31329 { (char *)"TextCtrl_DiscardEdits", (PyCFunction) _wrap_TextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS },
31330 { (char *)"TextCtrl_SetMaxLength", (PyCFunction) _wrap_TextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS },
31331 { (char *)"TextCtrl_WriteText", (PyCFunction) _wrap_TextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS },
31332 { (char *)"TextCtrl_AppendText", (PyCFunction) _wrap_TextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS },
31333 { (char *)"TextCtrl_EmulateKeyPress", (PyCFunction) _wrap_TextCtrl_EmulateKeyPress, METH_VARARGS | METH_KEYWORDS },
31334 { (char *)"TextCtrl_SetStyle", (PyCFunction) _wrap_TextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS },
31335 { (char *)"TextCtrl_GetStyle", (PyCFunction) _wrap_TextCtrl_GetStyle, METH_VARARGS | METH_KEYWORDS },
31336 { (char *)"TextCtrl_SetDefaultStyle", (PyCFunction) _wrap_TextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
31337 { (char *)"TextCtrl_GetDefaultStyle", (PyCFunction) _wrap_TextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
31338 { (char *)"TextCtrl_XYToPosition", (PyCFunction) _wrap_TextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS },
31339 { (char *)"TextCtrl_PositionToXY", (PyCFunction) _wrap_TextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS },
31340 { (char *)"TextCtrl_ShowPosition", (PyCFunction) _wrap_TextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS },
31341 { (char *)"TextCtrl_HitTest", (PyCFunction) _wrap_TextCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
31342 { (char *)"TextCtrl_Copy", (PyCFunction) _wrap_TextCtrl_Copy, METH_VARARGS | METH_KEYWORDS },
31343 { (char *)"TextCtrl_Cut", (PyCFunction) _wrap_TextCtrl_Cut, METH_VARARGS | METH_KEYWORDS },
31344 { (char *)"TextCtrl_Paste", (PyCFunction) _wrap_TextCtrl_Paste, METH_VARARGS | METH_KEYWORDS },
31345 { (char *)"TextCtrl_CanCopy", (PyCFunction) _wrap_TextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS },
31346 { (char *)"TextCtrl_CanCut", (PyCFunction) _wrap_TextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS },
31347 { (char *)"TextCtrl_CanPaste", (PyCFunction) _wrap_TextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS },
31348 { (char *)"TextCtrl_Undo", (PyCFunction) _wrap_TextCtrl_Undo, METH_VARARGS | METH_KEYWORDS },
31349 { (char *)"TextCtrl_Redo", (PyCFunction) _wrap_TextCtrl_Redo, METH_VARARGS | METH_KEYWORDS },
31350 { (char *)"TextCtrl_CanUndo", (PyCFunction) _wrap_TextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS },
31351 { (char *)"TextCtrl_CanRedo", (PyCFunction) _wrap_TextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS },
31352 { (char *)"TextCtrl_SetInsertionPoint", (PyCFunction) _wrap_TextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
31353 { (char *)"TextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_TextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
31354 { (char *)"TextCtrl_GetInsertionPoint", (PyCFunction) _wrap_TextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
31355 { (char *)"TextCtrl_GetLastPosition", (PyCFunction) _wrap_TextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
31356 { (char *)"TextCtrl_SetSelection", (PyCFunction) _wrap_TextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
31357 { (char *)"TextCtrl_SelectAll", (PyCFunction) _wrap_TextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS },
31358 { (char *)"TextCtrl_SetEditable", (PyCFunction) _wrap_TextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS },
31359 { (char *)"TextCtrl_write", (PyCFunction) _wrap_TextCtrl_write, METH_VARARGS | METH_KEYWORDS },
31360 { (char *)"TextCtrl_GetString", (PyCFunction) _wrap_TextCtrl_GetString, METH_VARARGS | METH_KEYWORDS },
31361 { (char *)"TextCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_TextCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31362 { (char *)"TextCtrl_swigregister", TextCtrl_swigregister, METH_VARARGS },
31363 { (char *)"new_TextUrlEvent", (PyCFunction) _wrap_new_TextUrlEvent, METH_VARARGS | METH_KEYWORDS },
31364 { (char *)"TextUrlEvent_GetMouseEvent", (PyCFunction) _wrap_TextUrlEvent_GetMouseEvent, METH_VARARGS | METH_KEYWORDS },
31365 { (char *)"TextUrlEvent_GetURLStart", (PyCFunction) _wrap_TextUrlEvent_GetURLStart, METH_VARARGS | METH_KEYWORDS },
31366 { (char *)"TextUrlEvent_GetURLEnd", (PyCFunction) _wrap_TextUrlEvent_GetURLEnd, METH_VARARGS | METH_KEYWORDS },
31367 { (char *)"TextUrlEvent_swigregister", TextUrlEvent_swigregister, METH_VARARGS },
31368 { (char *)"new_ScrollBar", (PyCFunction) _wrap_new_ScrollBar, METH_VARARGS | METH_KEYWORDS },
31369 { (char *)"new_PreScrollBar", (PyCFunction) _wrap_new_PreScrollBar, METH_VARARGS | METH_KEYWORDS },
31370 { (char *)"ScrollBar_Create", (PyCFunction) _wrap_ScrollBar_Create, METH_VARARGS | METH_KEYWORDS },
31371 { (char *)"ScrollBar_GetThumbPosition", (PyCFunction) _wrap_ScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS },
31372 { (char *)"ScrollBar_GetThumbSize", (PyCFunction) _wrap_ScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
31373 { (char *)"ScrollBar_GetPageSize", (PyCFunction) _wrap_ScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS },
31374 { (char *)"ScrollBar_GetRange", (PyCFunction) _wrap_ScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS },
31375 { (char *)"ScrollBar_IsVertical", (PyCFunction) _wrap_ScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS },
31376 { (char *)"ScrollBar_SetThumbPosition", (PyCFunction) _wrap_ScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS },
31377 { (char *)"ScrollBar_SetScrollbar", (PyCFunction) _wrap_ScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS },
31378 { (char *)"ScrollBar_GetClassDefaultAttributes", (PyCFunction) _wrap_ScrollBar_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31379 { (char *)"ScrollBar_swigregister", ScrollBar_swigregister, METH_VARARGS },
31380 { (char *)"new_SpinButton", (PyCFunction) _wrap_new_SpinButton, METH_VARARGS | METH_KEYWORDS },
31381 { (char *)"new_PreSpinButton", (PyCFunction) _wrap_new_PreSpinButton, METH_VARARGS | METH_KEYWORDS },
31382 { (char *)"SpinButton_Create", (PyCFunction) _wrap_SpinButton_Create, METH_VARARGS | METH_KEYWORDS },
31383 { (char *)"SpinButton_GetValue", (PyCFunction) _wrap_SpinButton_GetValue, METH_VARARGS | METH_KEYWORDS },
31384 { (char *)"SpinButton_GetMin", (PyCFunction) _wrap_SpinButton_GetMin, METH_VARARGS | METH_KEYWORDS },
31385 { (char *)"SpinButton_GetMax", (PyCFunction) _wrap_SpinButton_GetMax, METH_VARARGS | METH_KEYWORDS },
31386 { (char *)"SpinButton_SetValue", (PyCFunction) _wrap_SpinButton_SetValue, METH_VARARGS | METH_KEYWORDS },
31387 { (char *)"SpinButton_SetMin", (PyCFunction) _wrap_SpinButton_SetMin, METH_VARARGS | METH_KEYWORDS },
31388 { (char *)"SpinButton_SetMax", (PyCFunction) _wrap_SpinButton_SetMax, METH_VARARGS | METH_KEYWORDS },
31389 { (char *)"SpinButton_SetRange", (PyCFunction) _wrap_SpinButton_SetRange, METH_VARARGS | METH_KEYWORDS },
31390 { (char *)"SpinButton_IsVertical", (PyCFunction) _wrap_SpinButton_IsVertical, METH_VARARGS | METH_KEYWORDS },
31391 { (char *)"SpinButton_GetClassDefaultAttributes", (PyCFunction) _wrap_SpinButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31392 { (char *)"SpinButton_swigregister", SpinButton_swigregister, METH_VARARGS },
31393 { (char *)"new_SpinCtrl", (PyCFunction) _wrap_new_SpinCtrl, METH_VARARGS | METH_KEYWORDS },
31394 { (char *)"new_PreSpinCtrl", (PyCFunction) _wrap_new_PreSpinCtrl, METH_VARARGS | METH_KEYWORDS },
31395 { (char *)"SpinCtrl_Create", (PyCFunction) _wrap_SpinCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31396 { (char *)"SpinCtrl_GetValue", (PyCFunction) _wrap_SpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
31397 { (char *)"SpinCtrl_SetValue", (PyCFunction) _wrap_SpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
31398 { (char *)"SpinCtrl_SetValueString", (PyCFunction) _wrap_SpinCtrl_SetValueString, METH_VARARGS | METH_KEYWORDS },
31399 { (char *)"SpinCtrl_SetRange", (PyCFunction) _wrap_SpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS },
31400 { (char *)"SpinCtrl_GetMin", (PyCFunction) _wrap_SpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS },
31401 { (char *)"SpinCtrl_GetMax", (PyCFunction) _wrap_SpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS },
31402 { (char *)"SpinCtrl_SetSelection", (PyCFunction) _wrap_SpinCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
31403 { (char *)"SpinCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_SpinCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31404 { (char *)"SpinCtrl_swigregister", SpinCtrl_swigregister, METH_VARARGS },
31405 { (char *)"new_SpinEvent", (PyCFunction) _wrap_new_SpinEvent, METH_VARARGS | METH_KEYWORDS },
31406 { (char *)"SpinEvent_GetPosition", (PyCFunction) _wrap_SpinEvent_GetPosition, METH_VARARGS | METH_KEYWORDS },
31407 { (char *)"SpinEvent_SetPosition", (PyCFunction) _wrap_SpinEvent_SetPosition, METH_VARARGS | METH_KEYWORDS },
31408 { (char *)"SpinEvent_swigregister", SpinEvent_swigregister, METH_VARARGS },
31409 { (char *)"new_RadioBox", (PyCFunction) _wrap_new_RadioBox, METH_VARARGS | METH_KEYWORDS },
31410 { (char *)"new_PreRadioBox", (PyCFunction) _wrap_new_PreRadioBox, METH_VARARGS | METH_KEYWORDS },
31411 { (char *)"RadioBox_Create", (PyCFunction) _wrap_RadioBox_Create, METH_VARARGS | METH_KEYWORDS },
31412 { (char *)"RadioBox_SetSelection", (PyCFunction) _wrap_RadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
31413 { (char *)"RadioBox_GetSelection", (PyCFunction) _wrap_RadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS },
31414 { (char *)"RadioBox_GetStringSelection", (PyCFunction) _wrap_RadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
31415 { (char *)"RadioBox_SetStringSelection", (PyCFunction) _wrap_RadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
31416 { (char *)"RadioBox_GetCount", (PyCFunction) _wrap_RadioBox_GetCount, METH_VARARGS | METH_KEYWORDS },
31417 { (char *)"RadioBox_FindString", (PyCFunction) _wrap_RadioBox_FindString, METH_VARARGS | METH_KEYWORDS },
31418 { (char *)"RadioBox_GetString", (PyCFunction) _wrap_RadioBox_GetString, METH_VARARGS | METH_KEYWORDS },
31419 { (char *)"RadioBox_SetString", (PyCFunction) _wrap_RadioBox_SetString, METH_VARARGS | METH_KEYWORDS },
31420 { (char *)"RadioBox_EnableItem", (PyCFunction) _wrap_RadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS },
31421 { (char *)"RadioBox_ShowItem", (PyCFunction) _wrap_RadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS },
31422 { (char *)"RadioBox_GetColumnCount", (PyCFunction) _wrap_RadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
31423 { (char *)"RadioBox_GetRowCount", (PyCFunction) _wrap_RadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS },
31424 { (char *)"RadioBox_GetNextItem", (PyCFunction) _wrap_RadioBox_GetNextItem, METH_VARARGS | METH_KEYWORDS },
31425 { (char *)"RadioBox_GetClassDefaultAttributes", (PyCFunction) _wrap_RadioBox_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31426 { (char *)"RadioBox_swigregister", RadioBox_swigregister, METH_VARARGS },
31427 { (char *)"new_RadioButton", (PyCFunction) _wrap_new_RadioButton, METH_VARARGS | METH_KEYWORDS },
31428 { (char *)"new_PreRadioButton", (PyCFunction) _wrap_new_PreRadioButton, METH_VARARGS | METH_KEYWORDS },
31429 { (char *)"RadioButton_Create", (PyCFunction) _wrap_RadioButton_Create, METH_VARARGS | METH_KEYWORDS },
31430 { (char *)"RadioButton_GetValue", (PyCFunction) _wrap_RadioButton_GetValue, METH_VARARGS | METH_KEYWORDS },
31431 { (char *)"RadioButton_SetValue", (PyCFunction) _wrap_RadioButton_SetValue, METH_VARARGS | METH_KEYWORDS },
31432 { (char *)"RadioButton_GetClassDefaultAttributes", (PyCFunction) _wrap_RadioButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31433 { (char *)"RadioButton_swigregister", RadioButton_swigregister, METH_VARARGS },
31434 { (char *)"new_Slider", (PyCFunction) _wrap_new_Slider, METH_VARARGS | METH_KEYWORDS },
31435 { (char *)"new_PreSlider", (PyCFunction) _wrap_new_PreSlider, METH_VARARGS | METH_KEYWORDS },
31436 { (char *)"Slider_Create", (PyCFunction) _wrap_Slider_Create, METH_VARARGS | METH_KEYWORDS },
31437 { (char *)"Slider_GetValue", (PyCFunction) _wrap_Slider_GetValue, METH_VARARGS | METH_KEYWORDS },
31438 { (char *)"Slider_SetValue", (PyCFunction) _wrap_Slider_SetValue, METH_VARARGS | METH_KEYWORDS },
31439 { (char *)"Slider_SetRange", (PyCFunction) _wrap_Slider_SetRange, METH_VARARGS | METH_KEYWORDS },
31440 { (char *)"Slider_GetMin", (PyCFunction) _wrap_Slider_GetMin, METH_VARARGS | METH_KEYWORDS },
31441 { (char *)"Slider_GetMax", (PyCFunction) _wrap_Slider_GetMax, METH_VARARGS | METH_KEYWORDS },
31442 { (char *)"Slider_SetMin", (PyCFunction) _wrap_Slider_SetMin, METH_VARARGS | METH_KEYWORDS },
31443 { (char *)"Slider_SetMax", (PyCFunction) _wrap_Slider_SetMax, METH_VARARGS | METH_KEYWORDS },
31444 { (char *)"Slider_SetLineSize", (PyCFunction) _wrap_Slider_SetLineSize, METH_VARARGS | METH_KEYWORDS },
31445 { (char *)"Slider_SetPageSize", (PyCFunction) _wrap_Slider_SetPageSize, METH_VARARGS | METH_KEYWORDS },
31446 { (char *)"Slider_GetLineSize", (PyCFunction) _wrap_Slider_GetLineSize, METH_VARARGS | METH_KEYWORDS },
31447 { (char *)"Slider_GetPageSize", (PyCFunction) _wrap_Slider_GetPageSize, METH_VARARGS | METH_KEYWORDS },
31448 { (char *)"Slider_SetThumbLength", (PyCFunction) _wrap_Slider_SetThumbLength, METH_VARARGS | METH_KEYWORDS },
31449 { (char *)"Slider_GetThumbLength", (PyCFunction) _wrap_Slider_GetThumbLength, METH_VARARGS | METH_KEYWORDS },
31450 { (char *)"Slider_SetTickFreq", (PyCFunction) _wrap_Slider_SetTickFreq, METH_VARARGS | METH_KEYWORDS },
31451 { (char *)"Slider_GetTickFreq", (PyCFunction) _wrap_Slider_GetTickFreq, METH_VARARGS | METH_KEYWORDS },
31452 { (char *)"Slider_ClearTicks", (PyCFunction) _wrap_Slider_ClearTicks, METH_VARARGS | METH_KEYWORDS },
31453 { (char *)"Slider_SetTick", (PyCFunction) _wrap_Slider_SetTick, METH_VARARGS | METH_KEYWORDS },
31454 { (char *)"Slider_ClearSel", (PyCFunction) _wrap_Slider_ClearSel, METH_VARARGS | METH_KEYWORDS },
31455 { (char *)"Slider_GetSelEnd", (PyCFunction) _wrap_Slider_GetSelEnd, METH_VARARGS | METH_KEYWORDS },
31456 { (char *)"Slider_GetSelStart", (PyCFunction) _wrap_Slider_GetSelStart, METH_VARARGS | METH_KEYWORDS },
31457 { (char *)"Slider_SetSelection", (PyCFunction) _wrap_Slider_SetSelection, METH_VARARGS | METH_KEYWORDS },
31458 { (char *)"Slider_GetClassDefaultAttributes", (PyCFunction) _wrap_Slider_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31459 { (char *)"Slider_swigregister", Slider_swigregister, METH_VARARGS },
31460 { (char *)"new_ToggleButton", (PyCFunction) _wrap_new_ToggleButton, METH_VARARGS | METH_KEYWORDS },
31461 { (char *)"new_PreToggleButton", (PyCFunction) _wrap_new_PreToggleButton, METH_VARARGS | METH_KEYWORDS },
31462 { (char *)"ToggleButton_Create", (PyCFunction) _wrap_ToggleButton_Create, METH_VARARGS | METH_KEYWORDS },
31463 { (char *)"ToggleButton_SetValue", (PyCFunction) _wrap_ToggleButton_SetValue, METH_VARARGS | METH_KEYWORDS },
31464 { (char *)"ToggleButton_GetValue", (PyCFunction) _wrap_ToggleButton_GetValue, METH_VARARGS | METH_KEYWORDS },
31465 { (char *)"ToggleButton_SetLabel", (PyCFunction) _wrap_ToggleButton_SetLabel, METH_VARARGS | METH_KEYWORDS },
31466 { (char *)"ToggleButton_GetClassDefaultAttributes", (PyCFunction) _wrap_ToggleButton_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31467 { (char *)"ToggleButton_swigregister", ToggleButton_swigregister, METH_VARARGS },
31468 { (char *)"BookCtrl_GetPageCount", (PyCFunction) _wrap_BookCtrl_GetPageCount, METH_VARARGS | METH_KEYWORDS },
31469 { (char *)"BookCtrl_GetPage", (PyCFunction) _wrap_BookCtrl_GetPage, METH_VARARGS | METH_KEYWORDS },
31470 { (char *)"BookCtrl_GetSelection", (PyCFunction) _wrap_BookCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
31471 { (char *)"BookCtrl_SetPageText", (PyCFunction) _wrap_BookCtrl_SetPageText, METH_VARARGS | METH_KEYWORDS },
31472 { (char *)"BookCtrl_GetPageText", (PyCFunction) _wrap_BookCtrl_GetPageText, METH_VARARGS | METH_KEYWORDS },
31473 { (char *)"BookCtrl_SetImageList", (PyCFunction) _wrap_BookCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
31474 { (char *)"BookCtrl_AssignImageList", (PyCFunction) _wrap_BookCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
31475 { (char *)"BookCtrl_GetImageList", (PyCFunction) _wrap_BookCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
31476 { (char *)"BookCtrl_GetPageImage", (PyCFunction) _wrap_BookCtrl_GetPageImage, METH_VARARGS | METH_KEYWORDS },
31477 { (char *)"BookCtrl_SetPageImage", (PyCFunction) _wrap_BookCtrl_SetPageImage, METH_VARARGS | METH_KEYWORDS },
31478 { (char *)"BookCtrl_SetPageSize", (PyCFunction) _wrap_BookCtrl_SetPageSize, METH_VARARGS | METH_KEYWORDS },
31479 { (char *)"BookCtrl_CalcSizeFromPage", (PyCFunction) _wrap_BookCtrl_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS },
31480 { (char *)"BookCtrl_DeletePage", (PyCFunction) _wrap_BookCtrl_DeletePage, METH_VARARGS | METH_KEYWORDS },
31481 { (char *)"BookCtrl_RemovePage", (PyCFunction) _wrap_BookCtrl_RemovePage, METH_VARARGS | METH_KEYWORDS },
31482 { (char *)"BookCtrl_DeleteAllPages", (PyCFunction) _wrap_BookCtrl_DeleteAllPages, METH_VARARGS | METH_KEYWORDS },
31483 { (char *)"BookCtrl_AddPage", (PyCFunction) _wrap_BookCtrl_AddPage, METH_VARARGS | METH_KEYWORDS },
31484 { (char *)"BookCtrl_InsertPage", (PyCFunction) _wrap_BookCtrl_InsertPage, METH_VARARGS | METH_KEYWORDS },
31485 { (char *)"BookCtrl_SetSelection", (PyCFunction) _wrap_BookCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
31486 { (char *)"BookCtrl_AdvanceSelection", (PyCFunction) _wrap_BookCtrl_AdvanceSelection, METH_VARARGS | METH_KEYWORDS },
31487 { (char *)"BookCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_BookCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31488 { (char *)"BookCtrl_swigregister", BookCtrl_swigregister, METH_VARARGS },
31489 { (char *)"new_BookCtrlEvent", (PyCFunction) _wrap_new_BookCtrlEvent, METH_VARARGS | METH_KEYWORDS },
31490 { (char *)"BookCtrlEvent_GetSelection", (PyCFunction) _wrap_BookCtrlEvent_GetSelection, METH_VARARGS | METH_KEYWORDS },
31491 { (char *)"BookCtrlEvent_SetSelection", (PyCFunction) _wrap_BookCtrlEvent_SetSelection, METH_VARARGS | METH_KEYWORDS },
31492 { (char *)"BookCtrlEvent_GetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_GetOldSelection, METH_VARARGS | METH_KEYWORDS },
31493 { (char *)"BookCtrlEvent_SetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_SetOldSelection, METH_VARARGS | METH_KEYWORDS },
31494 { (char *)"BookCtrlEvent_swigregister", BookCtrlEvent_swigregister, METH_VARARGS },
31495 { (char *)"new_Notebook", (PyCFunction) _wrap_new_Notebook, METH_VARARGS | METH_KEYWORDS },
31496 { (char *)"new_PreNotebook", (PyCFunction) _wrap_new_PreNotebook, METH_VARARGS | METH_KEYWORDS },
31497 { (char *)"Notebook_Create", (PyCFunction) _wrap_Notebook_Create, METH_VARARGS | METH_KEYWORDS },
31498 { (char *)"Notebook_GetRowCount", (PyCFunction) _wrap_Notebook_GetRowCount, METH_VARARGS | METH_KEYWORDS },
31499 { (char *)"Notebook_SetPadding", (PyCFunction) _wrap_Notebook_SetPadding, METH_VARARGS | METH_KEYWORDS },
31500 { (char *)"Notebook_SetTabSize", (PyCFunction) _wrap_Notebook_SetTabSize, METH_VARARGS | METH_KEYWORDS },
31501 { (char *)"Notebook_HitTest", (PyCFunction) _wrap_Notebook_HitTest, METH_VARARGS | METH_KEYWORDS },
31502 { (char *)"Notebook_CalcSizeFromPage", (PyCFunction) _wrap_Notebook_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS },
31503 { (char *)"Notebook_GetClassDefaultAttributes", (PyCFunction) _wrap_Notebook_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31504 { (char *)"Notebook_swigregister", Notebook_swigregister, METH_VARARGS },
31505 { (char *)"new_NotebookEvent", (PyCFunction) _wrap_new_NotebookEvent, METH_VARARGS | METH_KEYWORDS },
31506 { (char *)"NotebookEvent_swigregister", NotebookEvent_swigregister, METH_VARARGS },
31507 { (char *)"new_Listbook", (PyCFunction) _wrap_new_Listbook, METH_VARARGS | METH_KEYWORDS },
31508 { (char *)"new_PreListbook", (PyCFunction) _wrap_new_PreListbook, METH_VARARGS | METH_KEYWORDS },
31509 { (char *)"Listbook_Create", (PyCFunction) _wrap_Listbook_Create, METH_VARARGS | METH_KEYWORDS },
31510 { (char *)"Listbook_IsVertical", (PyCFunction) _wrap_Listbook_IsVertical, METH_VARARGS | METH_KEYWORDS },
31511 { (char *)"Listbook_swigregister", Listbook_swigregister, METH_VARARGS },
31512 { (char *)"new_ListbookEvent", (PyCFunction) _wrap_new_ListbookEvent, METH_VARARGS | METH_KEYWORDS },
31513 { (char *)"ListbookEvent_swigregister", ListbookEvent_swigregister, METH_VARARGS },
31514 { (char *)"new_BookCtrlSizer", (PyCFunction) _wrap_new_BookCtrlSizer, METH_VARARGS | METH_KEYWORDS },
31515 { (char *)"BookCtrlSizer_RecalcSizes", (PyCFunction) _wrap_BookCtrlSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS },
31516 { (char *)"BookCtrlSizer_CalcMin", (PyCFunction) _wrap_BookCtrlSizer_CalcMin, METH_VARARGS | METH_KEYWORDS },
31517 { (char *)"BookCtrlSizer_GetControl", (PyCFunction) _wrap_BookCtrlSizer_GetControl, METH_VARARGS | METH_KEYWORDS },
31518 { (char *)"BookCtrlSizer_swigregister", BookCtrlSizer_swigregister, METH_VARARGS },
31519 { (char *)"new_NotebookSizer", (PyCFunction) _wrap_new_NotebookSizer, METH_VARARGS | METH_KEYWORDS },
31520 { (char *)"NotebookSizer_RecalcSizes", (PyCFunction) _wrap_NotebookSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS },
31521 { (char *)"NotebookSizer_CalcMin", (PyCFunction) _wrap_NotebookSizer_CalcMin, METH_VARARGS | METH_KEYWORDS },
31522 { (char *)"NotebookSizer_GetNotebook", (PyCFunction) _wrap_NotebookSizer_GetNotebook, METH_VARARGS | METH_KEYWORDS },
31523 { (char *)"NotebookSizer_swigregister", NotebookSizer_swigregister, METH_VARARGS },
31524 { (char *)"ToolBarToolBase_GetId", (PyCFunction) _wrap_ToolBarToolBase_GetId, METH_VARARGS | METH_KEYWORDS },
31525 { (char *)"ToolBarToolBase_GetControl", (PyCFunction) _wrap_ToolBarToolBase_GetControl, METH_VARARGS | METH_KEYWORDS },
31526 { (char *)"ToolBarToolBase_GetToolBar", (PyCFunction) _wrap_ToolBarToolBase_GetToolBar, METH_VARARGS | METH_KEYWORDS },
31527 { (char *)"ToolBarToolBase_IsButton", (PyCFunction) _wrap_ToolBarToolBase_IsButton, METH_VARARGS | METH_KEYWORDS },
31528 { (char *)"ToolBarToolBase_IsControl", (PyCFunction) _wrap_ToolBarToolBase_IsControl, METH_VARARGS | METH_KEYWORDS },
31529 { (char *)"ToolBarToolBase_IsSeparator", (PyCFunction) _wrap_ToolBarToolBase_IsSeparator, METH_VARARGS | METH_KEYWORDS },
31530 { (char *)"ToolBarToolBase_GetStyle", (PyCFunction) _wrap_ToolBarToolBase_GetStyle, METH_VARARGS | METH_KEYWORDS },
31531 { (char *)"ToolBarToolBase_GetKind", (PyCFunction) _wrap_ToolBarToolBase_GetKind, METH_VARARGS | METH_KEYWORDS },
31532 { (char *)"ToolBarToolBase_IsEnabled", (PyCFunction) _wrap_ToolBarToolBase_IsEnabled, METH_VARARGS | METH_KEYWORDS },
31533 { (char *)"ToolBarToolBase_IsToggled", (PyCFunction) _wrap_ToolBarToolBase_IsToggled, METH_VARARGS | METH_KEYWORDS },
31534 { (char *)"ToolBarToolBase_CanBeToggled", (PyCFunction) _wrap_ToolBarToolBase_CanBeToggled, METH_VARARGS | METH_KEYWORDS },
31535 { (char *)"ToolBarToolBase_GetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetNormalBitmap, METH_VARARGS | METH_KEYWORDS },
31536 { (char *)"ToolBarToolBase_GetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetDisabledBitmap, METH_VARARGS | METH_KEYWORDS },
31537 { (char *)"ToolBarToolBase_GetBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetBitmap, METH_VARARGS | METH_KEYWORDS },
31538 { (char *)"ToolBarToolBase_GetLabel", (PyCFunction) _wrap_ToolBarToolBase_GetLabel, METH_VARARGS | METH_KEYWORDS },
31539 { (char *)"ToolBarToolBase_GetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_GetShortHelp, METH_VARARGS | METH_KEYWORDS },
31540 { (char *)"ToolBarToolBase_GetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_GetLongHelp, METH_VARARGS | METH_KEYWORDS },
31541 { (char *)"ToolBarToolBase_Enable", (PyCFunction) _wrap_ToolBarToolBase_Enable, METH_VARARGS | METH_KEYWORDS },
31542 { (char *)"ToolBarToolBase_Toggle", (PyCFunction) _wrap_ToolBarToolBase_Toggle, METH_VARARGS | METH_KEYWORDS },
31543 { (char *)"ToolBarToolBase_SetToggle", (PyCFunction) _wrap_ToolBarToolBase_SetToggle, METH_VARARGS | METH_KEYWORDS },
31544 { (char *)"ToolBarToolBase_SetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_SetShortHelp, METH_VARARGS | METH_KEYWORDS },
31545 { (char *)"ToolBarToolBase_SetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_SetLongHelp, METH_VARARGS | METH_KEYWORDS },
31546 { (char *)"ToolBarToolBase_SetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetNormalBitmap, METH_VARARGS | METH_KEYWORDS },
31547 { (char *)"ToolBarToolBase_SetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetDisabledBitmap, METH_VARARGS | METH_KEYWORDS },
31548 { (char *)"ToolBarToolBase_SetLabel", (PyCFunction) _wrap_ToolBarToolBase_SetLabel, METH_VARARGS | METH_KEYWORDS },
31549 { (char *)"ToolBarToolBase_Detach", (PyCFunction) _wrap_ToolBarToolBase_Detach, METH_VARARGS | METH_KEYWORDS },
31550 { (char *)"ToolBarToolBase_Attach", (PyCFunction) _wrap_ToolBarToolBase_Attach, METH_VARARGS | METH_KEYWORDS },
31551 { (char *)"ToolBarToolBase_GetClientData", (PyCFunction) _wrap_ToolBarToolBase_GetClientData, METH_VARARGS | METH_KEYWORDS },
31552 { (char *)"ToolBarToolBase_SetClientData", (PyCFunction) _wrap_ToolBarToolBase_SetClientData, METH_VARARGS | METH_KEYWORDS },
31553 { (char *)"ToolBarToolBase_swigregister", ToolBarToolBase_swigregister, METH_VARARGS },
31554 { (char *)"ToolBarBase_DoAddTool", (PyCFunction) _wrap_ToolBarBase_DoAddTool, METH_VARARGS | METH_KEYWORDS },
31555 { (char *)"ToolBarBase_DoInsertTool", (PyCFunction) _wrap_ToolBarBase_DoInsertTool, METH_VARARGS | METH_KEYWORDS },
31556 { (char *)"ToolBarBase_AddToolItem", (PyCFunction) _wrap_ToolBarBase_AddToolItem, METH_VARARGS | METH_KEYWORDS },
31557 { (char *)"ToolBarBase_InsertToolItem", (PyCFunction) _wrap_ToolBarBase_InsertToolItem, METH_VARARGS | METH_KEYWORDS },
31558 { (char *)"ToolBarBase_AddControl", (PyCFunction) _wrap_ToolBarBase_AddControl, METH_VARARGS | METH_KEYWORDS },
31559 { (char *)"ToolBarBase_InsertControl", (PyCFunction) _wrap_ToolBarBase_InsertControl, METH_VARARGS | METH_KEYWORDS },
31560 { (char *)"ToolBarBase_FindControl", (PyCFunction) _wrap_ToolBarBase_FindControl, METH_VARARGS | METH_KEYWORDS },
31561 { (char *)"ToolBarBase_AddSeparator", (PyCFunction) _wrap_ToolBarBase_AddSeparator, METH_VARARGS | METH_KEYWORDS },
31562 { (char *)"ToolBarBase_InsertSeparator", (PyCFunction) _wrap_ToolBarBase_InsertSeparator, METH_VARARGS | METH_KEYWORDS },
31563 { (char *)"ToolBarBase_RemoveTool", (PyCFunction) _wrap_ToolBarBase_RemoveTool, METH_VARARGS | METH_KEYWORDS },
31564 { (char *)"ToolBarBase_DeleteToolByPos", (PyCFunction) _wrap_ToolBarBase_DeleteToolByPos, METH_VARARGS | METH_KEYWORDS },
31565 { (char *)"ToolBarBase_DeleteTool", (PyCFunction) _wrap_ToolBarBase_DeleteTool, METH_VARARGS | METH_KEYWORDS },
31566 { (char *)"ToolBarBase_ClearTools", (PyCFunction) _wrap_ToolBarBase_ClearTools, METH_VARARGS | METH_KEYWORDS },
31567 { (char *)"ToolBarBase_Realize", (PyCFunction) _wrap_ToolBarBase_Realize, METH_VARARGS | METH_KEYWORDS },
31568 { (char *)"ToolBarBase_EnableTool", (PyCFunction) _wrap_ToolBarBase_EnableTool, METH_VARARGS | METH_KEYWORDS },
31569 { (char *)"ToolBarBase_ToggleTool", (PyCFunction) _wrap_ToolBarBase_ToggleTool, METH_VARARGS | METH_KEYWORDS },
31570 { (char *)"ToolBarBase_SetToggle", (PyCFunction) _wrap_ToolBarBase_SetToggle, METH_VARARGS | METH_KEYWORDS },
31571 { (char *)"ToolBarBase_GetToolClientData", (PyCFunction) _wrap_ToolBarBase_GetToolClientData, METH_VARARGS | METH_KEYWORDS },
31572 { (char *)"ToolBarBase_SetToolClientData", (PyCFunction) _wrap_ToolBarBase_SetToolClientData, METH_VARARGS | METH_KEYWORDS },
31573 { (char *)"ToolBarBase_GetToolPos", (PyCFunction) _wrap_ToolBarBase_GetToolPos, METH_VARARGS | METH_KEYWORDS },
31574 { (char *)"ToolBarBase_GetToolState", (PyCFunction) _wrap_ToolBarBase_GetToolState, METH_VARARGS | METH_KEYWORDS },
31575 { (char *)"ToolBarBase_GetToolEnabled", (PyCFunction) _wrap_ToolBarBase_GetToolEnabled, METH_VARARGS | METH_KEYWORDS },
31576 { (char *)"ToolBarBase_SetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_SetToolShortHelp, METH_VARARGS | METH_KEYWORDS },
31577 { (char *)"ToolBarBase_GetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_GetToolShortHelp, METH_VARARGS | METH_KEYWORDS },
31578 { (char *)"ToolBarBase_SetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_SetToolLongHelp, METH_VARARGS | METH_KEYWORDS },
31579 { (char *)"ToolBarBase_GetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_GetToolLongHelp, METH_VARARGS | METH_KEYWORDS },
31580 { (char *)"ToolBarBase_SetMarginsXY", (PyCFunction) _wrap_ToolBarBase_SetMarginsXY, METH_VARARGS | METH_KEYWORDS },
31581 { (char *)"ToolBarBase_SetMargins", (PyCFunction) _wrap_ToolBarBase_SetMargins, METH_VARARGS | METH_KEYWORDS },
31582 { (char *)"ToolBarBase_SetToolPacking", (PyCFunction) _wrap_ToolBarBase_SetToolPacking, METH_VARARGS | METH_KEYWORDS },
31583 { (char *)"ToolBarBase_SetToolSeparation", (PyCFunction) _wrap_ToolBarBase_SetToolSeparation, METH_VARARGS | METH_KEYWORDS },
31584 { (char *)"ToolBarBase_GetToolMargins", (PyCFunction) _wrap_ToolBarBase_GetToolMargins, METH_VARARGS | METH_KEYWORDS },
31585 { (char *)"ToolBarBase_GetMargins", (PyCFunction) _wrap_ToolBarBase_GetMargins, METH_VARARGS | METH_KEYWORDS },
31586 { (char *)"ToolBarBase_GetToolPacking", (PyCFunction) _wrap_ToolBarBase_GetToolPacking, METH_VARARGS | METH_KEYWORDS },
31587 { (char *)"ToolBarBase_GetToolSeparation", (PyCFunction) _wrap_ToolBarBase_GetToolSeparation, METH_VARARGS | METH_KEYWORDS },
31588 { (char *)"ToolBarBase_SetRows", (PyCFunction) _wrap_ToolBarBase_SetRows, METH_VARARGS | METH_KEYWORDS },
31589 { (char *)"ToolBarBase_SetMaxRowsCols", (PyCFunction) _wrap_ToolBarBase_SetMaxRowsCols, METH_VARARGS | METH_KEYWORDS },
31590 { (char *)"ToolBarBase_GetMaxRows", (PyCFunction) _wrap_ToolBarBase_GetMaxRows, METH_VARARGS | METH_KEYWORDS },
31591 { (char *)"ToolBarBase_GetMaxCols", (PyCFunction) _wrap_ToolBarBase_GetMaxCols, METH_VARARGS | METH_KEYWORDS },
31592 { (char *)"ToolBarBase_SetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_SetToolBitmapSize, METH_VARARGS | METH_KEYWORDS },
31593 { (char *)"ToolBarBase_GetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_GetToolBitmapSize, METH_VARARGS | METH_KEYWORDS },
31594 { (char *)"ToolBarBase_GetToolSize", (PyCFunction) _wrap_ToolBarBase_GetToolSize, METH_VARARGS | METH_KEYWORDS },
31595 { (char *)"ToolBarBase_FindToolForPosition", (PyCFunction) _wrap_ToolBarBase_FindToolForPosition, METH_VARARGS | METH_KEYWORDS },
31596 { (char *)"ToolBarBase_FindById", (PyCFunction) _wrap_ToolBarBase_FindById, METH_VARARGS | METH_KEYWORDS },
31597 { (char *)"ToolBarBase_IsVertical", (PyCFunction) _wrap_ToolBarBase_IsVertical, METH_VARARGS | METH_KEYWORDS },
31598 { (char *)"ToolBarBase_swigregister", ToolBarBase_swigregister, METH_VARARGS },
31599 { (char *)"new_ToolBar", (PyCFunction) _wrap_new_ToolBar, METH_VARARGS | METH_KEYWORDS },
31600 { (char *)"new_PreToolBar", (PyCFunction) _wrap_new_PreToolBar, METH_VARARGS | METH_KEYWORDS },
31601 { (char *)"ToolBar_Create", (PyCFunction) _wrap_ToolBar_Create, METH_VARARGS | METH_KEYWORDS },
31602 { (char *)"ToolBar_FindToolForPosition", (PyCFunction) _wrap_ToolBar_FindToolForPosition, METH_VARARGS | METH_KEYWORDS },
31603 { (char *)"ToolBar_GetClassDefaultAttributes", (PyCFunction) _wrap_ToolBar_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31604 { (char *)"ToolBar_swigregister", ToolBar_swigregister, METH_VARARGS },
31605 { (char *)"new_ListItemAttr", (PyCFunction) _wrap_new_ListItemAttr, METH_VARARGS | METH_KEYWORDS },
31606 { (char *)"ListItemAttr_SetTextColour", (PyCFunction) _wrap_ListItemAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
31607 { (char *)"ListItemAttr_SetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31608 { (char *)"ListItemAttr_SetFont", (PyCFunction) _wrap_ListItemAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
31609 { (char *)"ListItemAttr_HasTextColour", (PyCFunction) _wrap_ListItemAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
31610 { (char *)"ListItemAttr_HasBackgroundColour", (PyCFunction) _wrap_ListItemAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31611 { (char *)"ListItemAttr_HasFont", (PyCFunction) _wrap_ListItemAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
31612 { (char *)"ListItemAttr_GetTextColour", (PyCFunction) _wrap_ListItemAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
31613 { (char *)"ListItemAttr_GetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31614 { (char *)"ListItemAttr_GetFont", (PyCFunction) _wrap_ListItemAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
31615 { (char *)"ListItemAttr_Destroy", (PyCFunction) _wrap_ListItemAttr_Destroy, METH_VARARGS | METH_KEYWORDS },
31616 { (char *)"ListItemAttr_swigregister", ListItemAttr_swigregister, METH_VARARGS },
31617 { (char *)"new_ListItem", (PyCFunction) _wrap_new_ListItem, METH_VARARGS | METH_KEYWORDS },
31618 { (char *)"delete_ListItem", (PyCFunction) _wrap_delete_ListItem, METH_VARARGS | METH_KEYWORDS },
31619 { (char *)"ListItem_Clear", (PyCFunction) _wrap_ListItem_Clear, METH_VARARGS | METH_KEYWORDS },
31620 { (char *)"ListItem_ClearAttributes", (PyCFunction) _wrap_ListItem_ClearAttributes, METH_VARARGS | METH_KEYWORDS },
31621 { (char *)"ListItem_SetMask", (PyCFunction) _wrap_ListItem_SetMask, METH_VARARGS | METH_KEYWORDS },
31622 { (char *)"ListItem_SetId", (PyCFunction) _wrap_ListItem_SetId, METH_VARARGS | METH_KEYWORDS },
31623 { (char *)"ListItem_SetColumn", (PyCFunction) _wrap_ListItem_SetColumn, METH_VARARGS | METH_KEYWORDS },
31624 { (char *)"ListItem_SetState", (PyCFunction) _wrap_ListItem_SetState, METH_VARARGS | METH_KEYWORDS },
31625 { (char *)"ListItem_SetStateMask", (PyCFunction) _wrap_ListItem_SetStateMask, METH_VARARGS | METH_KEYWORDS },
31626 { (char *)"ListItem_SetText", (PyCFunction) _wrap_ListItem_SetText, METH_VARARGS | METH_KEYWORDS },
31627 { (char *)"ListItem_SetImage", (PyCFunction) _wrap_ListItem_SetImage, METH_VARARGS | METH_KEYWORDS },
31628 { (char *)"ListItem_SetData", (PyCFunction) _wrap_ListItem_SetData, METH_VARARGS | METH_KEYWORDS },
31629 { (char *)"ListItem_SetWidth", (PyCFunction) _wrap_ListItem_SetWidth, METH_VARARGS | METH_KEYWORDS },
31630 { (char *)"ListItem_SetAlign", (PyCFunction) _wrap_ListItem_SetAlign, METH_VARARGS | METH_KEYWORDS },
31631 { (char *)"ListItem_SetTextColour", (PyCFunction) _wrap_ListItem_SetTextColour, METH_VARARGS | METH_KEYWORDS },
31632 { (char *)"ListItem_SetBackgroundColour", (PyCFunction) _wrap_ListItem_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31633 { (char *)"ListItem_SetFont", (PyCFunction) _wrap_ListItem_SetFont, METH_VARARGS | METH_KEYWORDS },
31634 { (char *)"ListItem_GetMask", (PyCFunction) _wrap_ListItem_GetMask, METH_VARARGS | METH_KEYWORDS },
31635 { (char *)"ListItem_GetId", (PyCFunction) _wrap_ListItem_GetId, METH_VARARGS | METH_KEYWORDS },
31636 { (char *)"ListItem_GetColumn", (PyCFunction) _wrap_ListItem_GetColumn, METH_VARARGS | METH_KEYWORDS },
31637 { (char *)"ListItem_GetState", (PyCFunction) _wrap_ListItem_GetState, METH_VARARGS | METH_KEYWORDS },
31638 { (char *)"ListItem_GetText", (PyCFunction) _wrap_ListItem_GetText, METH_VARARGS | METH_KEYWORDS },
31639 { (char *)"ListItem_GetImage", (PyCFunction) _wrap_ListItem_GetImage, METH_VARARGS | METH_KEYWORDS },
31640 { (char *)"ListItem_GetData", (PyCFunction) _wrap_ListItem_GetData, METH_VARARGS | METH_KEYWORDS },
31641 { (char *)"ListItem_GetWidth", (PyCFunction) _wrap_ListItem_GetWidth, METH_VARARGS | METH_KEYWORDS },
31642 { (char *)"ListItem_GetAlign", (PyCFunction) _wrap_ListItem_GetAlign, METH_VARARGS | METH_KEYWORDS },
31643 { (char *)"ListItem_GetAttributes", (PyCFunction) _wrap_ListItem_GetAttributes, METH_VARARGS | METH_KEYWORDS },
31644 { (char *)"ListItem_HasAttributes", (PyCFunction) _wrap_ListItem_HasAttributes, METH_VARARGS | METH_KEYWORDS },
31645 { (char *)"ListItem_GetTextColour", (PyCFunction) _wrap_ListItem_GetTextColour, METH_VARARGS | METH_KEYWORDS },
31646 { (char *)"ListItem_GetBackgroundColour", (PyCFunction) _wrap_ListItem_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31647 { (char *)"ListItem_GetFont", (PyCFunction) _wrap_ListItem_GetFont, METH_VARARGS | METH_KEYWORDS },
31648 { (char *)"ListItem_m_mask_set", (PyCFunction) _wrap_ListItem_m_mask_set, METH_VARARGS | METH_KEYWORDS },
31649 { (char *)"ListItem_m_mask_get", (PyCFunction) _wrap_ListItem_m_mask_get, METH_VARARGS | METH_KEYWORDS },
31650 { (char *)"ListItem_m_itemId_set", (PyCFunction) _wrap_ListItem_m_itemId_set, METH_VARARGS | METH_KEYWORDS },
31651 { (char *)"ListItem_m_itemId_get", (PyCFunction) _wrap_ListItem_m_itemId_get, METH_VARARGS | METH_KEYWORDS },
31652 { (char *)"ListItem_m_col_set", (PyCFunction) _wrap_ListItem_m_col_set, METH_VARARGS | METH_KEYWORDS },
31653 { (char *)"ListItem_m_col_get", (PyCFunction) _wrap_ListItem_m_col_get, METH_VARARGS | METH_KEYWORDS },
31654 { (char *)"ListItem_m_state_set", (PyCFunction) _wrap_ListItem_m_state_set, METH_VARARGS | METH_KEYWORDS },
31655 { (char *)"ListItem_m_state_get", (PyCFunction) _wrap_ListItem_m_state_get, METH_VARARGS | METH_KEYWORDS },
31656 { (char *)"ListItem_m_stateMask_set", (PyCFunction) _wrap_ListItem_m_stateMask_set, METH_VARARGS | METH_KEYWORDS },
31657 { (char *)"ListItem_m_stateMask_get", (PyCFunction) _wrap_ListItem_m_stateMask_get, METH_VARARGS | METH_KEYWORDS },
31658 { (char *)"ListItem_m_text_set", (PyCFunction) _wrap_ListItem_m_text_set, METH_VARARGS | METH_KEYWORDS },
31659 { (char *)"ListItem_m_text_get", (PyCFunction) _wrap_ListItem_m_text_get, METH_VARARGS | METH_KEYWORDS },
31660 { (char *)"ListItem_m_image_set", (PyCFunction) _wrap_ListItem_m_image_set, METH_VARARGS | METH_KEYWORDS },
31661 { (char *)"ListItem_m_image_get", (PyCFunction) _wrap_ListItem_m_image_get, METH_VARARGS | METH_KEYWORDS },
31662 { (char *)"ListItem_m_data_set", (PyCFunction) _wrap_ListItem_m_data_set, METH_VARARGS | METH_KEYWORDS },
31663 { (char *)"ListItem_m_data_get", (PyCFunction) _wrap_ListItem_m_data_get, METH_VARARGS | METH_KEYWORDS },
31664 { (char *)"ListItem_m_format_set", (PyCFunction) _wrap_ListItem_m_format_set, METH_VARARGS | METH_KEYWORDS },
31665 { (char *)"ListItem_m_format_get", (PyCFunction) _wrap_ListItem_m_format_get, METH_VARARGS | METH_KEYWORDS },
31666 { (char *)"ListItem_m_width_set", (PyCFunction) _wrap_ListItem_m_width_set, METH_VARARGS | METH_KEYWORDS },
31667 { (char *)"ListItem_m_width_get", (PyCFunction) _wrap_ListItem_m_width_get, METH_VARARGS | METH_KEYWORDS },
31668 { (char *)"ListItem_swigregister", ListItem_swigregister, METH_VARARGS },
31669 { (char *)"new_ListEvent", (PyCFunction) _wrap_new_ListEvent, METH_VARARGS | METH_KEYWORDS },
31670 { (char *)"ListEvent_m_code_set", (PyCFunction) _wrap_ListEvent_m_code_set, METH_VARARGS | METH_KEYWORDS },
31671 { (char *)"ListEvent_m_code_get", (PyCFunction) _wrap_ListEvent_m_code_get, METH_VARARGS | METH_KEYWORDS },
31672 { (char *)"ListEvent_m_oldItemIndex_set", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_set, METH_VARARGS | METH_KEYWORDS },
31673 { (char *)"ListEvent_m_oldItemIndex_get", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_get, METH_VARARGS | METH_KEYWORDS },
31674 { (char *)"ListEvent_m_itemIndex_set", (PyCFunction) _wrap_ListEvent_m_itemIndex_set, METH_VARARGS | METH_KEYWORDS },
31675 { (char *)"ListEvent_m_itemIndex_get", (PyCFunction) _wrap_ListEvent_m_itemIndex_get, METH_VARARGS | METH_KEYWORDS },
31676 { (char *)"ListEvent_m_col_set", (PyCFunction) _wrap_ListEvent_m_col_set, METH_VARARGS | METH_KEYWORDS },
31677 { (char *)"ListEvent_m_col_get", (PyCFunction) _wrap_ListEvent_m_col_get, METH_VARARGS | METH_KEYWORDS },
31678 { (char *)"ListEvent_m_pointDrag_set", (PyCFunction) _wrap_ListEvent_m_pointDrag_set, METH_VARARGS | METH_KEYWORDS },
31679 { (char *)"ListEvent_m_pointDrag_get", (PyCFunction) _wrap_ListEvent_m_pointDrag_get, METH_VARARGS | METH_KEYWORDS },
31680 { (char *)"ListEvent_m_item_get", (PyCFunction) _wrap_ListEvent_m_item_get, METH_VARARGS | METH_KEYWORDS },
31681 { (char *)"ListEvent_GetKeyCode", (PyCFunction) _wrap_ListEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS },
31682 { (char *)"ListEvent_GetIndex", (PyCFunction) _wrap_ListEvent_GetIndex, METH_VARARGS | METH_KEYWORDS },
31683 { (char *)"ListEvent_GetColumn", (PyCFunction) _wrap_ListEvent_GetColumn, METH_VARARGS | METH_KEYWORDS },
31684 { (char *)"ListEvent_GetPoint", (PyCFunction) _wrap_ListEvent_GetPoint, METH_VARARGS | METH_KEYWORDS },
31685 { (char *)"ListEvent_GetLabel", (PyCFunction) _wrap_ListEvent_GetLabel, METH_VARARGS | METH_KEYWORDS },
31686 { (char *)"ListEvent_GetText", (PyCFunction) _wrap_ListEvent_GetText, METH_VARARGS | METH_KEYWORDS },
31687 { (char *)"ListEvent_GetImage", (PyCFunction) _wrap_ListEvent_GetImage, METH_VARARGS | METH_KEYWORDS },
31688 { (char *)"ListEvent_GetData", (PyCFunction) _wrap_ListEvent_GetData, METH_VARARGS | METH_KEYWORDS },
31689 { (char *)"ListEvent_GetMask", (PyCFunction) _wrap_ListEvent_GetMask, METH_VARARGS | METH_KEYWORDS },
31690 { (char *)"ListEvent_GetItem", (PyCFunction) _wrap_ListEvent_GetItem, METH_VARARGS | METH_KEYWORDS },
31691 { (char *)"ListEvent_GetCacheFrom", (PyCFunction) _wrap_ListEvent_GetCacheFrom, METH_VARARGS | METH_KEYWORDS },
31692 { (char *)"ListEvent_GetCacheTo", (PyCFunction) _wrap_ListEvent_GetCacheTo, METH_VARARGS | METH_KEYWORDS },
31693 { (char *)"ListEvent_IsEditCancelled", (PyCFunction) _wrap_ListEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS },
31694 { (char *)"ListEvent_SetEditCanceled", (PyCFunction) _wrap_ListEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS },
31695 { (char *)"ListEvent_swigregister", ListEvent_swigregister, METH_VARARGS },
31696 { (char *)"new_ListCtrl", (PyCFunction) _wrap_new_ListCtrl, METH_VARARGS | METH_KEYWORDS },
31697 { (char *)"new_PreListCtrl", (PyCFunction) _wrap_new_PreListCtrl, METH_VARARGS | METH_KEYWORDS },
31698 { (char *)"ListCtrl_Create", (PyCFunction) _wrap_ListCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31699 { (char *)"ListCtrl__setCallbackInfo", (PyCFunction) _wrap_ListCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
31700 { (char *)"ListCtrl_SetForegroundColour", (PyCFunction) _wrap_ListCtrl_SetForegroundColour, METH_VARARGS | METH_KEYWORDS },
31701 { (char *)"ListCtrl_SetBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31702 { (char *)"ListCtrl_GetColumn", (PyCFunction) _wrap_ListCtrl_GetColumn, METH_VARARGS | METH_KEYWORDS },
31703 { (char *)"ListCtrl_SetColumn", (PyCFunction) _wrap_ListCtrl_SetColumn, METH_VARARGS | METH_KEYWORDS },
31704 { (char *)"ListCtrl_GetColumnWidth", (PyCFunction) _wrap_ListCtrl_GetColumnWidth, METH_VARARGS | METH_KEYWORDS },
31705 { (char *)"ListCtrl_SetColumnWidth", (PyCFunction) _wrap_ListCtrl_SetColumnWidth, METH_VARARGS | METH_KEYWORDS },
31706 { (char *)"ListCtrl_GetCountPerPage", (PyCFunction) _wrap_ListCtrl_GetCountPerPage, METH_VARARGS | METH_KEYWORDS },
31707 { (char *)"ListCtrl_GetViewRect", (PyCFunction) _wrap_ListCtrl_GetViewRect, METH_VARARGS | METH_KEYWORDS },
31708 { (char *)"ListCtrl_GetItem", (PyCFunction) _wrap_ListCtrl_GetItem, METH_VARARGS | METH_KEYWORDS },
31709 { (char *)"ListCtrl_SetItem", (PyCFunction) _wrap_ListCtrl_SetItem, METH_VARARGS | METH_KEYWORDS },
31710 { (char *)"ListCtrl_SetStringItem", (PyCFunction) _wrap_ListCtrl_SetStringItem, METH_VARARGS | METH_KEYWORDS },
31711 { (char *)"ListCtrl_GetItemState", (PyCFunction) _wrap_ListCtrl_GetItemState, METH_VARARGS | METH_KEYWORDS },
31712 { (char *)"ListCtrl_SetItemState", (PyCFunction) _wrap_ListCtrl_SetItemState, METH_VARARGS | METH_KEYWORDS },
31713 { (char *)"ListCtrl_SetItemImage", (PyCFunction) _wrap_ListCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS },
31714 { (char *)"ListCtrl_GetItemText", (PyCFunction) _wrap_ListCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS },
31715 { (char *)"ListCtrl_SetItemText", (PyCFunction) _wrap_ListCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS },
31716 { (char *)"ListCtrl_GetItemData", (PyCFunction) _wrap_ListCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS },
31717 { (char *)"ListCtrl_SetItemData", (PyCFunction) _wrap_ListCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS },
31718 { (char *)"ListCtrl_GetItemPosition", (PyCFunction) _wrap_ListCtrl_GetItemPosition, METH_VARARGS | METH_KEYWORDS },
31719 { (char *)"ListCtrl_GetItemRect", (PyCFunction) _wrap_ListCtrl_GetItemRect, METH_VARARGS | METH_KEYWORDS },
31720 { (char *)"ListCtrl_SetItemPosition", (PyCFunction) _wrap_ListCtrl_SetItemPosition, METH_VARARGS | METH_KEYWORDS },
31721 { (char *)"ListCtrl_GetItemCount", (PyCFunction) _wrap_ListCtrl_GetItemCount, METH_VARARGS | METH_KEYWORDS },
31722 { (char *)"ListCtrl_GetColumnCount", (PyCFunction) _wrap_ListCtrl_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
31723 { (char *)"ListCtrl_GetItemSpacing", (PyCFunction) _wrap_ListCtrl_GetItemSpacing, METH_VARARGS | METH_KEYWORDS },
31724 { (char *)"ListCtrl_SetItemSpacing", (PyCFunction) _wrap_ListCtrl_SetItemSpacing, METH_VARARGS | METH_KEYWORDS },
31725 { (char *)"ListCtrl_GetSelectedItemCount", (PyCFunction) _wrap_ListCtrl_GetSelectedItemCount, METH_VARARGS | METH_KEYWORDS },
31726 { (char *)"ListCtrl_GetTextColour", (PyCFunction) _wrap_ListCtrl_GetTextColour, METH_VARARGS | METH_KEYWORDS },
31727 { (char *)"ListCtrl_SetTextColour", (PyCFunction) _wrap_ListCtrl_SetTextColour, METH_VARARGS | METH_KEYWORDS },
31728 { (char *)"ListCtrl_GetTopItem", (PyCFunction) _wrap_ListCtrl_GetTopItem, METH_VARARGS | METH_KEYWORDS },
31729 { (char *)"ListCtrl_SetSingleStyle", (PyCFunction) _wrap_ListCtrl_SetSingleStyle, METH_VARARGS | METH_KEYWORDS },
31730 { (char *)"ListCtrl_SetWindowStyleFlag", (PyCFunction) _wrap_ListCtrl_SetWindowStyleFlag, METH_VARARGS | METH_KEYWORDS },
31731 { (char *)"ListCtrl_GetNextItem", (PyCFunction) _wrap_ListCtrl_GetNextItem, METH_VARARGS | METH_KEYWORDS },
31732 { (char *)"ListCtrl_GetImageList", (PyCFunction) _wrap_ListCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
31733 { (char *)"ListCtrl_SetImageList", (PyCFunction) _wrap_ListCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
31734 { (char *)"ListCtrl_AssignImageList", (PyCFunction) _wrap_ListCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
31735 { (char *)"ListCtrl_InReportView", (PyCFunction) _wrap_ListCtrl_InReportView, METH_VARARGS | METH_KEYWORDS },
31736 { (char *)"ListCtrl_IsVirtual", (PyCFunction) _wrap_ListCtrl_IsVirtual, METH_VARARGS | METH_KEYWORDS },
31737 { (char *)"ListCtrl_RefreshItem", (PyCFunction) _wrap_ListCtrl_RefreshItem, METH_VARARGS | METH_KEYWORDS },
31738 { (char *)"ListCtrl_RefreshItems", (PyCFunction) _wrap_ListCtrl_RefreshItems, METH_VARARGS | METH_KEYWORDS },
31739 { (char *)"ListCtrl_Arrange", (PyCFunction) _wrap_ListCtrl_Arrange, METH_VARARGS | METH_KEYWORDS },
31740 { (char *)"ListCtrl_DeleteItem", (PyCFunction) _wrap_ListCtrl_DeleteItem, METH_VARARGS | METH_KEYWORDS },
31741 { (char *)"ListCtrl_DeleteAllItems", (PyCFunction) _wrap_ListCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS },
31742 { (char *)"ListCtrl_DeleteColumn", (PyCFunction) _wrap_ListCtrl_DeleteColumn, METH_VARARGS | METH_KEYWORDS },
31743 { (char *)"ListCtrl_DeleteAllColumns", (PyCFunction) _wrap_ListCtrl_DeleteAllColumns, METH_VARARGS | METH_KEYWORDS },
31744 { (char *)"ListCtrl_ClearAll", (PyCFunction) _wrap_ListCtrl_ClearAll, METH_VARARGS | METH_KEYWORDS },
31745 { (char *)"ListCtrl_EditLabel", (PyCFunction) _wrap_ListCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS },
31746 { (char *)"ListCtrl_EnsureVisible", (PyCFunction) _wrap_ListCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
31747 { (char *)"ListCtrl_FindItem", (PyCFunction) _wrap_ListCtrl_FindItem, METH_VARARGS | METH_KEYWORDS },
31748 { (char *)"ListCtrl_FindItemData", (PyCFunction) _wrap_ListCtrl_FindItemData, METH_VARARGS | METH_KEYWORDS },
31749 { (char *)"ListCtrl_FindItemAtPos", (PyCFunction) _wrap_ListCtrl_FindItemAtPos, METH_VARARGS | METH_KEYWORDS },
31750 { (char *)"ListCtrl_HitTest", (PyCFunction) _wrap_ListCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
31751 { (char *)"ListCtrl_InsertItem", (PyCFunction) _wrap_ListCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS },
31752 { (char *)"ListCtrl_InsertStringItem", (PyCFunction) _wrap_ListCtrl_InsertStringItem, METH_VARARGS | METH_KEYWORDS },
31753 { (char *)"ListCtrl_InsertImageItem", (PyCFunction) _wrap_ListCtrl_InsertImageItem, METH_VARARGS | METH_KEYWORDS },
31754 { (char *)"ListCtrl_InsertImageStringItem", (PyCFunction) _wrap_ListCtrl_InsertImageStringItem, METH_VARARGS | METH_KEYWORDS },
31755 { (char *)"ListCtrl_InsertColumnInfo", (PyCFunction) _wrap_ListCtrl_InsertColumnInfo, METH_VARARGS | METH_KEYWORDS },
31756 { (char *)"ListCtrl_InsertColumn", (PyCFunction) _wrap_ListCtrl_InsertColumn, METH_VARARGS | METH_KEYWORDS },
31757 { (char *)"ListCtrl_SetItemCount", (PyCFunction) _wrap_ListCtrl_SetItemCount, METH_VARARGS | METH_KEYWORDS },
31758 { (char *)"ListCtrl_ScrollList", (PyCFunction) _wrap_ListCtrl_ScrollList, METH_VARARGS | METH_KEYWORDS },
31759 { (char *)"ListCtrl_SetItemTextColour", (PyCFunction) _wrap_ListCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS },
31760 { (char *)"ListCtrl_GetItemTextColour", (PyCFunction) _wrap_ListCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS },
31761 { (char *)"ListCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31762 { (char *)"ListCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31763 { (char *)"ListCtrl_SortItems", (PyCFunction) _wrap_ListCtrl_SortItems, METH_VARARGS | METH_KEYWORDS },
31764 { (char *)"ListCtrl_GetMainWindow", (PyCFunction) _wrap_ListCtrl_GetMainWindow, METH_VARARGS | METH_KEYWORDS },
31765 { (char *)"ListCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_ListCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31766 { (char *)"ListCtrl_swigregister", ListCtrl_swigregister, METH_VARARGS },
31767 { (char *)"new_ListView", (PyCFunction) _wrap_new_ListView, METH_VARARGS | METH_KEYWORDS },
31768 { (char *)"new_PreListView", (PyCFunction) _wrap_new_PreListView, METH_VARARGS | METH_KEYWORDS },
31769 { (char *)"ListView_Create", (PyCFunction) _wrap_ListView_Create, METH_VARARGS | METH_KEYWORDS },
31770 { (char *)"ListView_Select", (PyCFunction) _wrap_ListView_Select, METH_VARARGS | METH_KEYWORDS },
31771 { (char *)"ListView_Focus", (PyCFunction) _wrap_ListView_Focus, METH_VARARGS | METH_KEYWORDS },
31772 { (char *)"ListView_GetFocusedItem", (PyCFunction) _wrap_ListView_GetFocusedItem, METH_VARARGS | METH_KEYWORDS },
31773 { (char *)"ListView_GetNextSelected", (PyCFunction) _wrap_ListView_GetNextSelected, METH_VARARGS | METH_KEYWORDS },
31774 { (char *)"ListView_GetFirstSelected", (PyCFunction) _wrap_ListView_GetFirstSelected, METH_VARARGS | METH_KEYWORDS },
31775 { (char *)"ListView_IsSelected", (PyCFunction) _wrap_ListView_IsSelected, METH_VARARGS | METH_KEYWORDS },
31776 { (char *)"ListView_SetColumnImage", (PyCFunction) _wrap_ListView_SetColumnImage, METH_VARARGS | METH_KEYWORDS },
31777 { (char *)"ListView_ClearColumnImage", (PyCFunction) _wrap_ListView_ClearColumnImage, METH_VARARGS | METH_KEYWORDS },
31778 { (char *)"ListView_swigregister", ListView_swigregister, METH_VARARGS },
31779 { (char *)"new_TreeItemId", (PyCFunction) _wrap_new_TreeItemId, METH_VARARGS | METH_KEYWORDS },
31780 { (char *)"delete_TreeItemId", (PyCFunction) _wrap_delete_TreeItemId, METH_VARARGS | METH_KEYWORDS },
31781 { (char *)"TreeItemId_IsOk", (PyCFunction) _wrap_TreeItemId_IsOk, METH_VARARGS | METH_KEYWORDS },
31782 { (char *)"TreeItemId___eq__", (PyCFunction) _wrap_TreeItemId___eq__, METH_VARARGS | METH_KEYWORDS },
31783 { (char *)"TreeItemId___ne__", (PyCFunction) _wrap_TreeItemId___ne__, METH_VARARGS | METH_KEYWORDS },
31784 { (char *)"TreeItemId_m_pItem_set", (PyCFunction) _wrap_TreeItemId_m_pItem_set, METH_VARARGS | METH_KEYWORDS },
31785 { (char *)"TreeItemId_m_pItem_get", (PyCFunction) _wrap_TreeItemId_m_pItem_get, METH_VARARGS | METH_KEYWORDS },
31786 { (char *)"TreeItemId_swigregister", TreeItemId_swigregister, METH_VARARGS },
31787 { (char *)"new_TreeItemData", (PyCFunction) _wrap_new_TreeItemData, METH_VARARGS | METH_KEYWORDS },
31788 { (char *)"TreeItemData_GetData", (PyCFunction) _wrap_TreeItemData_GetData, METH_VARARGS | METH_KEYWORDS },
31789 { (char *)"TreeItemData_SetData", (PyCFunction) _wrap_TreeItemData_SetData, METH_VARARGS | METH_KEYWORDS },
31790 { (char *)"TreeItemData_GetId", (PyCFunction) _wrap_TreeItemData_GetId, METH_VARARGS | METH_KEYWORDS },
31791 { (char *)"TreeItemData_SetId", (PyCFunction) _wrap_TreeItemData_SetId, METH_VARARGS | METH_KEYWORDS },
31792 { (char *)"TreeItemData_Destroy", (PyCFunction) _wrap_TreeItemData_Destroy, METH_VARARGS | METH_KEYWORDS },
31793 { (char *)"TreeItemData_swigregister", TreeItemData_swigregister, METH_VARARGS },
31794 { (char *)"new_TreeEvent", (PyCFunction) _wrap_new_TreeEvent, METH_VARARGS | METH_KEYWORDS },
31795 { (char *)"TreeEvent_GetItem", (PyCFunction) _wrap_TreeEvent_GetItem, METH_VARARGS | METH_KEYWORDS },
31796 { (char *)"TreeEvent_SetItem", (PyCFunction) _wrap_TreeEvent_SetItem, METH_VARARGS | METH_KEYWORDS },
31797 { (char *)"TreeEvent_GetOldItem", (PyCFunction) _wrap_TreeEvent_GetOldItem, METH_VARARGS | METH_KEYWORDS },
31798 { (char *)"TreeEvent_SetOldItem", (PyCFunction) _wrap_TreeEvent_SetOldItem, METH_VARARGS | METH_KEYWORDS },
31799 { (char *)"TreeEvent_GetPoint", (PyCFunction) _wrap_TreeEvent_GetPoint, METH_VARARGS | METH_KEYWORDS },
31800 { (char *)"TreeEvent_SetPoint", (PyCFunction) _wrap_TreeEvent_SetPoint, METH_VARARGS | METH_KEYWORDS },
31801 { (char *)"TreeEvent_GetKeyEvent", (PyCFunction) _wrap_TreeEvent_GetKeyEvent, METH_VARARGS | METH_KEYWORDS },
31802 { (char *)"TreeEvent_GetKeyCode", (PyCFunction) _wrap_TreeEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS },
31803 { (char *)"TreeEvent_SetKeyEvent", (PyCFunction) _wrap_TreeEvent_SetKeyEvent, METH_VARARGS | METH_KEYWORDS },
31804 { (char *)"TreeEvent_GetLabel", (PyCFunction) _wrap_TreeEvent_GetLabel, METH_VARARGS | METH_KEYWORDS },
31805 { (char *)"TreeEvent_SetLabel", (PyCFunction) _wrap_TreeEvent_SetLabel, METH_VARARGS | METH_KEYWORDS },
31806 { (char *)"TreeEvent_IsEditCancelled", (PyCFunction) _wrap_TreeEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS },
31807 { (char *)"TreeEvent_SetEditCanceled", (PyCFunction) _wrap_TreeEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS },
31808 { (char *)"TreeEvent_SetToolTip", (PyCFunction) _wrap_TreeEvent_SetToolTip, METH_VARARGS | METH_KEYWORDS },
31809 { (char *)"TreeEvent_swigregister", TreeEvent_swigregister, METH_VARARGS },
31810 { (char *)"new_TreeCtrl", (PyCFunction) _wrap_new_TreeCtrl, METH_VARARGS | METH_KEYWORDS },
31811 { (char *)"new_PreTreeCtrl", (PyCFunction) _wrap_new_PreTreeCtrl, METH_VARARGS | METH_KEYWORDS },
31812 { (char *)"TreeCtrl_Create", (PyCFunction) _wrap_TreeCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31813 { (char *)"TreeCtrl__setCallbackInfo", (PyCFunction) _wrap_TreeCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
31814 { (char *)"TreeCtrl_GetCount", (PyCFunction) _wrap_TreeCtrl_GetCount, METH_VARARGS | METH_KEYWORDS },
31815 { (char *)"TreeCtrl_GetIndent", (PyCFunction) _wrap_TreeCtrl_GetIndent, METH_VARARGS | METH_KEYWORDS },
31816 { (char *)"TreeCtrl_SetIndent", (PyCFunction) _wrap_TreeCtrl_SetIndent, METH_VARARGS | METH_KEYWORDS },
31817 { (char *)"TreeCtrl_GetSpacing", (PyCFunction) _wrap_TreeCtrl_GetSpacing, METH_VARARGS | METH_KEYWORDS },
31818 { (char *)"TreeCtrl_SetSpacing", (PyCFunction) _wrap_TreeCtrl_SetSpacing, METH_VARARGS | METH_KEYWORDS },
31819 { (char *)"TreeCtrl_GetImageList", (PyCFunction) _wrap_TreeCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
31820 { (char *)"TreeCtrl_GetStateImageList", (PyCFunction) _wrap_TreeCtrl_GetStateImageList, METH_VARARGS | METH_KEYWORDS },
31821 { (char *)"TreeCtrl_SetImageList", (PyCFunction) _wrap_TreeCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
31822 { (char *)"TreeCtrl_SetStateImageList", (PyCFunction) _wrap_TreeCtrl_SetStateImageList, METH_VARARGS | METH_KEYWORDS },
31823 { (char *)"TreeCtrl_AssignImageList", (PyCFunction) _wrap_TreeCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
31824 { (char *)"TreeCtrl_AssignStateImageList", (PyCFunction) _wrap_TreeCtrl_AssignStateImageList, METH_VARARGS | METH_KEYWORDS },
31825 { (char *)"TreeCtrl_GetItemText", (PyCFunction) _wrap_TreeCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS },
31826 { (char *)"TreeCtrl_GetItemImage", (PyCFunction) _wrap_TreeCtrl_GetItemImage, METH_VARARGS | METH_KEYWORDS },
31827 { (char *)"TreeCtrl_GetItemData", (PyCFunction) _wrap_TreeCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS },
31828 { (char *)"TreeCtrl_GetItemPyData", (PyCFunction) _wrap_TreeCtrl_GetItemPyData, METH_VARARGS | METH_KEYWORDS },
31829 { (char *)"TreeCtrl_GetItemTextColour", (PyCFunction) _wrap_TreeCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS },
31830 { (char *)"TreeCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31831 { (char *)"TreeCtrl_GetItemFont", (PyCFunction) _wrap_TreeCtrl_GetItemFont, METH_VARARGS | METH_KEYWORDS },
31832 { (char *)"TreeCtrl_SetItemText", (PyCFunction) _wrap_TreeCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS },
31833 { (char *)"TreeCtrl_SetItemImage", (PyCFunction) _wrap_TreeCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS },
31834 { (char *)"TreeCtrl_SetItemData", (PyCFunction) _wrap_TreeCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS },
31835 { (char *)"TreeCtrl_SetItemPyData", (PyCFunction) _wrap_TreeCtrl_SetItemPyData, METH_VARARGS | METH_KEYWORDS },
31836 { (char *)"TreeCtrl_SetItemHasChildren", (PyCFunction) _wrap_TreeCtrl_SetItemHasChildren, METH_VARARGS | METH_KEYWORDS },
31837 { (char *)"TreeCtrl_SetItemBold", (PyCFunction) _wrap_TreeCtrl_SetItemBold, METH_VARARGS | METH_KEYWORDS },
31838 { (char *)"TreeCtrl_SetItemTextColour", (PyCFunction) _wrap_TreeCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS },
31839 { (char *)"TreeCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
31840 { (char *)"TreeCtrl_SetItemFont", (PyCFunction) _wrap_TreeCtrl_SetItemFont, METH_VARARGS | METH_KEYWORDS },
31841 { (char *)"TreeCtrl_IsVisible", (PyCFunction) _wrap_TreeCtrl_IsVisible, METH_VARARGS | METH_KEYWORDS },
31842 { (char *)"TreeCtrl_ItemHasChildren", (PyCFunction) _wrap_TreeCtrl_ItemHasChildren, METH_VARARGS | METH_KEYWORDS },
31843 { (char *)"TreeCtrl_IsExpanded", (PyCFunction) _wrap_TreeCtrl_IsExpanded, METH_VARARGS | METH_KEYWORDS },
31844 { (char *)"TreeCtrl_IsSelected", (PyCFunction) _wrap_TreeCtrl_IsSelected, METH_VARARGS | METH_KEYWORDS },
31845 { (char *)"TreeCtrl_IsBold", (PyCFunction) _wrap_TreeCtrl_IsBold, METH_VARARGS | METH_KEYWORDS },
31846 { (char *)"TreeCtrl_GetChildrenCount", (PyCFunction) _wrap_TreeCtrl_GetChildrenCount, METH_VARARGS | METH_KEYWORDS },
31847 { (char *)"TreeCtrl_GetRootItem", (PyCFunction) _wrap_TreeCtrl_GetRootItem, METH_VARARGS | METH_KEYWORDS },
31848 { (char *)"TreeCtrl_GetSelection", (PyCFunction) _wrap_TreeCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
31849 { (char *)"TreeCtrl_GetSelections", (PyCFunction) _wrap_TreeCtrl_GetSelections, METH_VARARGS | METH_KEYWORDS },
31850 { (char *)"TreeCtrl_GetItemParent", (PyCFunction) _wrap_TreeCtrl_GetItemParent, METH_VARARGS | METH_KEYWORDS },
31851 { (char *)"TreeCtrl_GetFirstChild", (PyCFunction) _wrap_TreeCtrl_GetFirstChild, METH_VARARGS | METH_KEYWORDS },
31852 { (char *)"TreeCtrl_GetNextChild", (PyCFunction) _wrap_TreeCtrl_GetNextChild, METH_VARARGS | METH_KEYWORDS },
31853 { (char *)"TreeCtrl_GetLastChild", (PyCFunction) _wrap_TreeCtrl_GetLastChild, METH_VARARGS | METH_KEYWORDS },
31854 { (char *)"TreeCtrl_GetNextSibling", (PyCFunction) _wrap_TreeCtrl_GetNextSibling, METH_VARARGS | METH_KEYWORDS },
31855 { (char *)"TreeCtrl_GetPrevSibling", (PyCFunction) _wrap_TreeCtrl_GetPrevSibling, METH_VARARGS | METH_KEYWORDS },
31856 { (char *)"TreeCtrl_GetFirstVisibleItem", (PyCFunction) _wrap_TreeCtrl_GetFirstVisibleItem, METH_VARARGS | METH_KEYWORDS },
31857 { (char *)"TreeCtrl_GetNextVisible", (PyCFunction) _wrap_TreeCtrl_GetNextVisible, METH_VARARGS | METH_KEYWORDS },
31858 { (char *)"TreeCtrl_GetPrevVisible", (PyCFunction) _wrap_TreeCtrl_GetPrevVisible, METH_VARARGS | METH_KEYWORDS },
31859 { (char *)"TreeCtrl_AddRoot", (PyCFunction) _wrap_TreeCtrl_AddRoot, METH_VARARGS | METH_KEYWORDS },
31860 { (char *)"TreeCtrl_PrependItem", (PyCFunction) _wrap_TreeCtrl_PrependItem, METH_VARARGS | METH_KEYWORDS },
31861 { (char *)"TreeCtrl_InsertItem", (PyCFunction) _wrap_TreeCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS },
31862 { (char *)"TreeCtrl_InsertItemBefore", (PyCFunction) _wrap_TreeCtrl_InsertItemBefore, METH_VARARGS | METH_KEYWORDS },
31863 { (char *)"TreeCtrl_AppendItem", (PyCFunction) _wrap_TreeCtrl_AppendItem, METH_VARARGS | METH_KEYWORDS },
31864 { (char *)"TreeCtrl_Delete", (PyCFunction) _wrap_TreeCtrl_Delete, METH_VARARGS | METH_KEYWORDS },
31865 { (char *)"TreeCtrl_DeleteChildren", (PyCFunction) _wrap_TreeCtrl_DeleteChildren, METH_VARARGS | METH_KEYWORDS },
31866 { (char *)"TreeCtrl_DeleteAllItems", (PyCFunction) _wrap_TreeCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS },
31867 { (char *)"TreeCtrl_Expand", (PyCFunction) _wrap_TreeCtrl_Expand, METH_VARARGS | METH_KEYWORDS },
31868 { (char *)"TreeCtrl_Collapse", (PyCFunction) _wrap_TreeCtrl_Collapse, METH_VARARGS | METH_KEYWORDS },
31869 { (char *)"TreeCtrl_CollapseAndReset", (PyCFunction) _wrap_TreeCtrl_CollapseAndReset, METH_VARARGS | METH_KEYWORDS },
31870 { (char *)"TreeCtrl_Toggle", (PyCFunction) _wrap_TreeCtrl_Toggle, METH_VARARGS | METH_KEYWORDS },
31871 { (char *)"TreeCtrl_Unselect", (PyCFunction) _wrap_TreeCtrl_Unselect, METH_VARARGS | METH_KEYWORDS },
31872 { (char *)"TreeCtrl_UnselectItem", (PyCFunction) _wrap_TreeCtrl_UnselectItem, METH_VARARGS | METH_KEYWORDS },
31873 { (char *)"TreeCtrl_UnselectAll", (PyCFunction) _wrap_TreeCtrl_UnselectAll, METH_VARARGS | METH_KEYWORDS },
31874 { (char *)"TreeCtrl_SelectItem", (PyCFunction) _wrap_TreeCtrl_SelectItem, METH_VARARGS | METH_KEYWORDS },
31875 { (char *)"TreeCtrl_ToggleItemSelection", (PyCFunction) _wrap_TreeCtrl_ToggleItemSelection, METH_VARARGS | METH_KEYWORDS },
31876 { (char *)"TreeCtrl_EnsureVisible", (PyCFunction) _wrap_TreeCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
31877 { (char *)"TreeCtrl_ScrollTo", (PyCFunction) _wrap_TreeCtrl_ScrollTo, METH_VARARGS | METH_KEYWORDS },
31878 { (char *)"TreeCtrl_EditLabel", (PyCFunction) _wrap_TreeCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS },
31879 { (char *)"TreeCtrl_GetEditControl", (PyCFunction) _wrap_TreeCtrl_GetEditControl, METH_VARARGS | METH_KEYWORDS },
31880 { (char *)"TreeCtrl_SortChildren", (PyCFunction) _wrap_TreeCtrl_SortChildren, METH_VARARGS | METH_KEYWORDS },
31881 { (char *)"TreeCtrl_HitTest", (PyCFunction) _wrap_TreeCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
31882 { (char *)"TreeCtrl_GetBoundingRect", (PyCFunction) _wrap_TreeCtrl_GetBoundingRect, METH_VARARGS | METH_KEYWORDS },
31883 { (char *)"TreeCtrl_GetClassDefaultAttributes", (PyCFunction) _wrap_TreeCtrl_GetClassDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31884 { (char *)"TreeCtrl_swigregister", TreeCtrl_swigregister, METH_VARARGS },
31885 { (char *)"new_GenericDirCtrl", (PyCFunction) _wrap_new_GenericDirCtrl, METH_VARARGS | METH_KEYWORDS },
31886 { (char *)"new_PreGenericDirCtrl", (PyCFunction) _wrap_new_PreGenericDirCtrl, METH_VARARGS | METH_KEYWORDS },
31887 { (char *)"GenericDirCtrl_Create", (PyCFunction) _wrap_GenericDirCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31888 { (char *)"GenericDirCtrl_ExpandPath", (PyCFunction) _wrap_GenericDirCtrl_ExpandPath, METH_VARARGS | METH_KEYWORDS },
31889 { (char *)"GenericDirCtrl_GetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_GetDefaultPath, METH_VARARGS | METH_KEYWORDS },
31890 { (char *)"GenericDirCtrl_SetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_SetDefaultPath, METH_VARARGS | METH_KEYWORDS },
31891 { (char *)"GenericDirCtrl_GetPath", (PyCFunction) _wrap_GenericDirCtrl_GetPath, METH_VARARGS | METH_KEYWORDS },
31892 { (char *)"GenericDirCtrl_GetFilePath", (PyCFunction) _wrap_GenericDirCtrl_GetFilePath, METH_VARARGS | METH_KEYWORDS },
31893 { (char *)"GenericDirCtrl_SetPath", (PyCFunction) _wrap_GenericDirCtrl_SetPath, METH_VARARGS | METH_KEYWORDS },
31894 { (char *)"GenericDirCtrl_ShowHidden", (PyCFunction) _wrap_GenericDirCtrl_ShowHidden, METH_VARARGS | METH_KEYWORDS },
31895 { (char *)"GenericDirCtrl_GetShowHidden", (PyCFunction) _wrap_GenericDirCtrl_GetShowHidden, METH_VARARGS | METH_KEYWORDS },
31896 { (char *)"GenericDirCtrl_GetFilter", (PyCFunction) _wrap_GenericDirCtrl_GetFilter, METH_VARARGS | METH_KEYWORDS },
31897 { (char *)"GenericDirCtrl_SetFilter", (PyCFunction) _wrap_GenericDirCtrl_SetFilter, METH_VARARGS | METH_KEYWORDS },
31898 { (char *)"GenericDirCtrl_GetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_GetFilterIndex, METH_VARARGS | METH_KEYWORDS },
31899 { (char *)"GenericDirCtrl_SetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_SetFilterIndex, METH_VARARGS | METH_KEYWORDS },
31900 { (char *)"GenericDirCtrl_GetRootId", (PyCFunction) _wrap_GenericDirCtrl_GetRootId, METH_VARARGS | METH_KEYWORDS },
31901 { (char *)"GenericDirCtrl_GetTreeCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetTreeCtrl, METH_VARARGS | METH_KEYWORDS },
31902 { (char *)"GenericDirCtrl_GetFilterListCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
31903 { (char *)"GenericDirCtrl_FindChild", (PyCFunction) _wrap_GenericDirCtrl_FindChild, METH_VARARGS | METH_KEYWORDS },
31904 { (char *)"GenericDirCtrl_DoResize", (PyCFunction) _wrap_GenericDirCtrl_DoResize, METH_VARARGS | METH_KEYWORDS },
31905 { (char *)"GenericDirCtrl_ReCreateTree", (PyCFunction) _wrap_GenericDirCtrl_ReCreateTree, METH_VARARGS | METH_KEYWORDS },
31906 { (char *)"GenericDirCtrl_swigregister", GenericDirCtrl_swigregister, METH_VARARGS },
31907 { (char *)"new_DirFilterListCtrl", (PyCFunction) _wrap_new_DirFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
31908 { (char *)"new_PreDirFilterListCtrl", (PyCFunction) _wrap_new_PreDirFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
31909 { (char *)"DirFilterListCtrl_Create", (PyCFunction) _wrap_DirFilterListCtrl_Create, METH_VARARGS | METH_KEYWORDS },
31910 { (char *)"DirFilterListCtrl_FillFilterList", (PyCFunction) _wrap_DirFilterListCtrl_FillFilterList, METH_VARARGS | METH_KEYWORDS },
31911 { (char *)"DirFilterListCtrl_swigregister", DirFilterListCtrl_swigregister, METH_VARARGS },
31912 { (char *)"new_PyControl", (PyCFunction) _wrap_new_PyControl, METH_VARARGS | METH_KEYWORDS },
31913 { (char *)"new_PrePyControl", (PyCFunction) _wrap_new_PrePyControl, METH_VARARGS | METH_KEYWORDS },
31914 { (char *)"PyControl__setCallbackInfo", (PyCFunction) _wrap_PyControl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
31915 { (char *)"PyControl_SetBestSize", (PyCFunction) _wrap_PyControl_SetBestSize, METH_VARARGS | METH_KEYWORDS },
31916 { (char *)"PyControl_base_DoMoveWindow", (PyCFunction) _wrap_PyControl_base_DoMoveWindow, METH_VARARGS | METH_KEYWORDS },
31917 { (char *)"PyControl_base_DoSetSize", (PyCFunction) _wrap_PyControl_base_DoSetSize, METH_VARARGS | METH_KEYWORDS },
31918 { (char *)"PyControl_base_DoSetClientSize", (PyCFunction) _wrap_PyControl_base_DoSetClientSize, METH_VARARGS | METH_KEYWORDS },
31919 { (char *)"PyControl_base_DoSetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoSetVirtualSize, METH_VARARGS | METH_KEYWORDS },
31920 { (char *)"PyControl_base_DoGetSize", (PyCFunction) _wrap_PyControl_base_DoGetSize, METH_VARARGS | METH_KEYWORDS },
31921 { (char *)"PyControl_base_DoGetClientSize", (PyCFunction) _wrap_PyControl_base_DoGetClientSize, METH_VARARGS | METH_KEYWORDS },
31922 { (char *)"PyControl_base_DoGetPosition", (PyCFunction) _wrap_PyControl_base_DoGetPosition, METH_VARARGS | METH_KEYWORDS },
31923 { (char *)"PyControl_base_DoGetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoGetVirtualSize, METH_VARARGS | METH_KEYWORDS },
31924 { (char *)"PyControl_base_DoGetBestSize", (PyCFunction) _wrap_PyControl_base_DoGetBestSize, METH_VARARGS | METH_KEYWORDS },
31925 { (char *)"PyControl_base_InitDialog", (PyCFunction) _wrap_PyControl_base_InitDialog, METH_VARARGS | METH_KEYWORDS },
31926 { (char *)"PyControl_base_TransferDataToWindow", (PyCFunction) _wrap_PyControl_base_TransferDataToWindow, METH_VARARGS | METH_KEYWORDS },
31927 { (char *)"PyControl_base_TransferDataFromWindow", (PyCFunction) _wrap_PyControl_base_TransferDataFromWindow, METH_VARARGS | METH_KEYWORDS },
31928 { (char *)"PyControl_base_Validate", (PyCFunction) _wrap_PyControl_base_Validate, METH_VARARGS | METH_KEYWORDS },
31929 { (char *)"PyControl_base_AcceptsFocus", (PyCFunction) _wrap_PyControl_base_AcceptsFocus, METH_VARARGS | METH_KEYWORDS },
31930 { (char *)"PyControl_base_AcceptsFocusFromKeyboard", (PyCFunction) _wrap_PyControl_base_AcceptsFocusFromKeyboard, METH_VARARGS | METH_KEYWORDS },
31931 { (char *)"PyControl_base_GetMaxSize", (PyCFunction) _wrap_PyControl_base_GetMaxSize, METH_VARARGS | METH_KEYWORDS },
31932 { (char *)"PyControl_base_AddChild", (PyCFunction) _wrap_PyControl_base_AddChild, METH_VARARGS | METH_KEYWORDS },
31933 { (char *)"PyControl_base_RemoveChild", (PyCFunction) _wrap_PyControl_base_RemoveChild, METH_VARARGS | METH_KEYWORDS },
31934 { (char *)"PyControl_base_ShouldInheritColours", (PyCFunction) _wrap_PyControl_base_ShouldInheritColours, METH_VARARGS | METH_KEYWORDS },
31935 { (char *)"PyControl_base_ApplyParentThemeBackground", (PyCFunction) _wrap_PyControl_base_ApplyParentThemeBackground, METH_VARARGS | METH_KEYWORDS },
31936 { (char *)"PyControl_base_GetDefaultAttributes", (PyCFunction) _wrap_PyControl_base_GetDefaultAttributes, METH_VARARGS | METH_KEYWORDS },
31937 { (char *)"PyControl_swigregister", PyControl_swigregister, METH_VARARGS },
31938 { (char *)"new_HelpEvent", (PyCFunction) _wrap_new_HelpEvent, METH_VARARGS | METH_KEYWORDS },
31939 { (char *)"HelpEvent_GetPosition", (PyCFunction) _wrap_HelpEvent_GetPosition, METH_VARARGS | METH_KEYWORDS },
31940 { (char *)"HelpEvent_SetPosition", (PyCFunction) _wrap_HelpEvent_SetPosition, METH_VARARGS | METH_KEYWORDS },
31941 { (char *)"HelpEvent_GetLink", (PyCFunction) _wrap_HelpEvent_GetLink, METH_VARARGS | METH_KEYWORDS },
31942 { (char *)"HelpEvent_SetLink", (PyCFunction) _wrap_HelpEvent_SetLink, METH_VARARGS | METH_KEYWORDS },
31943 { (char *)"HelpEvent_GetTarget", (PyCFunction) _wrap_HelpEvent_GetTarget, METH_VARARGS | METH_KEYWORDS },
31944 { (char *)"HelpEvent_SetTarget", (PyCFunction) _wrap_HelpEvent_SetTarget, METH_VARARGS | METH_KEYWORDS },
31945 { (char *)"HelpEvent_swigregister", HelpEvent_swigregister, METH_VARARGS },
31946 { (char *)"new_ContextHelp", (PyCFunction) _wrap_new_ContextHelp, METH_VARARGS | METH_KEYWORDS },
31947 { (char *)"delete_ContextHelp", (PyCFunction) _wrap_delete_ContextHelp, METH_VARARGS | METH_KEYWORDS },
31948 { (char *)"ContextHelp_BeginContextHelp", (PyCFunction) _wrap_ContextHelp_BeginContextHelp, METH_VARARGS | METH_KEYWORDS },
31949 { (char *)"ContextHelp_EndContextHelp", (PyCFunction) _wrap_ContextHelp_EndContextHelp, METH_VARARGS | METH_KEYWORDS },
31950 { (char *)"ContextHelp_swigregister", ContextHelp_swigregister, METH_VARARGS },
31951 { (char *)"new_ContextHelpButton", (PyCFunction) _wrap_new_ContextHelpButton, METH_VARARGS | METH_KEYWORDS },
31952 { (char *)"ContextHelpButton_swigregister", ContextHelpButton_swigregister, METH_VARARGS },
31953 { (char *)"HelpProvider_Set", (PyCFunction) _wrap_HelpProvider_Set, METH_VARARGS | METH_KEYWORDS },
31954 { (char *)"HelpProvider_Get", (PyCFunction) _wrap_HelpProvider_Get, METH_VARARGS | METH_KEYWORDS },
31955 { (char *)"HelpProvider_GetHelp", (PyCFunction) _wrap_HelpProvider_GetHelp, METH_VARARGS | METH_KEYWORDS },
31956 { (char *)"HelpProvider_ShowHelp", (PyCFunction) _wrap_HelpProvider_ShowHelp, METH_VARARGS | METH_KEYWORDS },
31957 { (char *)"HelpProvider_AddHelp", (PyCFunction) _wrap_HelpProvider_AddHelp, METH_VARARGS | METH_KEYWORDS },
31958 { (char *)"HelpProvider_AddHelpById", (PyCFunction) _wrap_HelpProvider_AddHelpById, METH_VARARGS | METH_KEYWORDS },
31959 { (char *)"HelpProvider_RemoveHelp", (PyCFunction) _wrap_HelpProvider_RemoveHelp, METH_VARARGS | METH_KEYWORDS },
31960 { (char *)"HelpProvider_Destroy", (PyCFunction) _wrap_HelpProvider_Destroy, METH_VARARGS | METH_KEYWORDS },
31961 { (char *)"HelpProvider_swigregister", HelpProvider_swigregister, METH_VARARGS },
31962 { (char *)"new_SimpleHelpProvider", (PyCFunction) _wrap_new_SimpleHelpProvider, METH_VARARGS | METH_KEYWORDS },
31963 { (char *)"SimpleHelpProvider_swigregister", SimpleHelpProvider_swigregister, METH_VARARGS },
31964 { (char *)"new_DragImage", (PyCFunction) _wrap_new_DragImage, METH_VARARGS | METH_KEYWORDS },
31965 { (char *)"new_DragIcon", (PyCFunction) _wrap_new_DragIcon, METH_VARARGS | METH_KEYWORDS },
31966 { (char *)"new_DragString", (PyCFunction) _wrap_new_DragString, METH_VARARGS | METH_KEYWORDS },
31967 { (char *)"new_DragTreeItem", (PyCFunction) _wrap_new_DragTreeItem, METH_VARARGS | METH_KEYWORDS },
31968 { (char *)"new_DragListItem", (PyCFunction) _wrap_new_DragListItem, METH_VARARGS | METH_KEYWORDS },
31969 { (char *)"delete_DragImage", (PyCFunction) _wrap_delete_DragImage, METH_VARARGS | METH_KEYWORDS },
31970 { (char *)"DragImage_SetBackingBitmap", (PyCFunction) _wrap_DragImage_SetBackingBitmap, METH_VARARGS | METH_KEYWORDS },
31971 { (char *)"DragImage_BeginDrag", (PyCFunction) _wrap_DragImage_BeginDrag, METH_VARARGS | METH_KEYWORDS },
31972 { (char *)"DragImage_BeginDragBounded", (PyCFunction) _wrap_DragImage_BeginDragBounded, METH_VARARGS | METH_KEYWORDS },
31973 { (char *)"DragImage_EndDrag", (PyCFunction) _wrap_DragImage_EndDrag, METH_VARARGS | METH_KEYWORDS },
31974 { (char *)"DragImage_Move", (PyCFunction) _wrap_DragImage_Move, METH_VARARGS | METH_KEYWORDS },
31975 { (char *)"DragImage_Show", (PyCFunction) _wrap_DragImage_Show, METH_VARARGS | METH_KEYWORDS },
31976 { (char *)"DragImage_Hide", (PyCFunction) _wrap_DragImage_Hide, METH_VARARGS | METH_KEYWORDS },
31977 { (char *)"DragImage_GetImageRect", (PyCFunction) _wrap_DragImage_GetImageRect, METH_VARARGS | METH_KEYWORDS },
31978 { (char *)"DragImage_DoDrawImage", (PyCFunction) _wrap_DragImage_DoDrawImage, METH_VARARGS | METH_KEYWORDS },
31979 { (char *)"DragImage_UpdateBackingFromWindow", (PyCFunction) _wrap_DragImage_UpdateBackingFromWindow, METH_VARARGS | METH_KEYWORDS },
31980 { (char *)"DragImage_RedrawImage", (PyCFunction) _wrap_DragImage_RedrawImage, METH_VARARGS | METH_KEYWORDS },
31981 { (char *)"DragImage_swigregister", DragImage_swigregister, METH_VARARGS },
31982 { NULL, NULL }
31983 };
31984
31985
31986 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
31987
31988 static void *_p_wxNotebookEventTo_p_wxBookCtrlEvent(void *x) {
31989 return (void *)((wxBookCtrlEvent *) ((wxNotebookEvent *) x));
31990 }
31991 static void *_p_wxListbookEventTo_p_wxBookCtrlEvent(void *x) {
31992 return (void *)((wxBookCtrlEvent *) ((wxListbookEvent *) x));
31993 }
31994 static void *_p_wxBoxSizerTo_p_wxSizer(void *x) {
31995 return (void *)((wxSizer *) ((wxBoxSizer *) x));
31996 }
31997 static void *_p_wxStaticBoxSizerTo_p_wxSizer(void *x) {
31998 return (void *)((wxSizer *) (wxBoxSizer *) ((wxStaticBoxSizer *) x));
31999 }
32000 static void *_p_wxGridBagSizerTo_p_wxSizer(void *x) {
32001 return (void *)((wxSizer *) (wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
32002 }
32003 static void *_p_wxGridSizerTo_p_wxSizer(void *x) {
32004 return (void *)((wxSizer *) ((wxGridSizer *) x));
32005 }
32006 static void *_p_wxFlexGridSizerTo_p_wxSizer(void *x) {
32007 return (void *)((wxSizer *) (wxGridSizer *) ((wxFlexGridSizer *) x));
32008 }
32009 static void *_p_wxNotebookSizerTo_p_wxSizer(void *x) {
32010 return (void *)((wxSizer *) ((wxNotebookSizer *) x));
32011 }
32012 static void *_p_wxPySizerTo_p_wxSizer(void *x) {
32013 return (void *)((wxSizer *) ((wxPySizer *) x));
32014 }
32015 static void *_p_wxBookCtrlSizerTo_p_wxSizer(void *x) {
32016 return (void *)((wxSizer *) ((wxBookCtrlSizer *) x));
32017 }
32018 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x) {
32019 return (void *)((wxEvent *) (wxCommandEvent *) ((wxContextMenuEvent *) x));
32020 }
32021 static void *_p_wxMenuEventTo_p_wxEvent(void *x) {
32022 return (void *)((wxEvent *) ((wxMenuEvent *) x));
32023 }
32024 static void *_p_wxCloseEventTo_p_wxEvent(void *x) {
32025 return (void *)((wxEvent *) ((wxCloseEvent *) x));
32026 }
32027 static void *_p_wxMouseEventTo_p_wxEvent(void *x) {
32028 return (void *)((wxEvent *) ((wxMouseEvent *) x));
32029 }
32030 static void *_p_wxEraseEventTo_p_wxEvent(void *x) {
32031 return (void *)((wxEvent *) ((wxEraseEvent *) x));
32032 }
32033 static void *_p_wxTreeEventTo_p_wxEvent(void *x) {
32034 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
32035 }
32036 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x) {
32037 return (void *)((wxEvent *) ((wxSetCursorEvent *) x));
32038 }
32039 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x) {
32040 return (void *)((wxEvent *) ((wxInitDialogEvent *) x));
32041 }
32042 static void *_p_wxScrollEventTo_p_wxEvent(void *x) {
32043 return (void *)((wxEvent *) (wxCommandEvent *) ((wxScrollEvent *) x));
32044 }
32045 static void *_p_wxTextUrlEventTo_p_wxEvent(void *x) {
32046 return (void *)((wxEvent *) (wxCommandEvent *) ((wxTextUrlEvent *) x));
32047 }
32048 static void *_p_wxBookCtrlEventTo_p_wxEvent(void *x) {
32049 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32050 }
32051 static void *_p_wxPyEventTo_p_wxEvent(void *x) {
32052 return (void *)((wxEvent *) ((wxPyEvent *) x));
32053 }
32054 static void *_p_wxNotifyEventTo_p_wxEvent(void *x) {
32055 return (void *)((wxEvent *) (wxCommandEvent *) ((wxNotifyEvent *) x));
32056 }
32057 static void *_p_wxListEventTo_p_wxEvent(void *x) {
32058 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
32059 }
32060 static void *_p_wxNotebookEventTo_p_wxEvent(void *x) {
32061 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32062 }
32063 static void *_p_wxListbookEventTo_p_wxEvent(void *x) {
32064 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
32065 }
32066 static void *_p_wxHelpEventTo_p_wxEvent(void *x) {
32067 return (void *)((wxEvent *) (wxCommandEvent *) ((wxHelpEvent *) x));
32068 }
32069 static void *_p_wxIdleEventTo_p_wxEvent(void *x) {
32070 return (void *)((wxEvent *) ((wxIdleEvent *) x));
32071 }
32072 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x) {
32073 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowCreateEvent *) x));
32074 }
32075 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x) {
32076 return (void *)((wxEvent *) ((wxQueryNewPaletteEvent *) x));
32077 }
32078 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x) {
32079 return (void *)((wxEvent *) ((wxMaximizeEvent *) x));
32080 }
32081 static void *_p_wxIconizeEventTo_p_wxEvent(void *x) {
32082 return (void *)((wxEvent *) ((wxIconizeEvent *) x));
32083 }
32084 static void *_p_wxActivateEventTo_p_wxEvent(void *x) {
32085 return (void *)((wxEvent *) ((wxActivateEvent *) x));
32086 }
32087 static void *_p_wxSizeEventTo_p_wxEvent(void *x) {
32088 return (void *)((wxEvent *) ((wxSizeEvent *) x));
32089 }
32090 static void *_p_wxMoveEventTo_p_wxEvent(void *x) {
32091 return (void *)((wxEvent *) ((wxMoveEvent *) x));
32092 }
32093 static void *_p_wxPaintEventTo_p_wxEvent(void *x) {
32094 return (void *)((wxEvent *) ((wxPaintEvent *) x));
32095 }
32096 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x) {
32097 return (void *)((wxEvent *) ((wxNcPaintEvent *) x));
32098 }
32099 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x) {
32100 return (void *)((wxEvent *) (wxCommandEvent *) ((wxUpdateUIEvent *) x));
32101 }
32102 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x) {
32103 return (void *)((wxEvent *) ((wxPaletteChangedEvent *) x));
32104 }
32105 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x) {
32106 return (void *)((wxEvent *) ((wxDisplayChangedEvent *) x));
32107 }
32108 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x) {
32109 return (void *)((wxEvent *) ((wxMouseCaptureChangedEvent *) x));
32110 }
32111 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x) {
32112 return (void *)((wxEvent *) ((wxSysColourChangedEvent *) x));
32113 }
32114 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x) {
32115 return (void *)((wxEvent *) ((wxDropFilesEvent *) x));
32116 }
32117 static void *_p_wxFocusEventTo_p_wxEvent(void *x) {
32118 return (void *)((wxEvent *) ((wxFocusEvent *) x));
32119 }
32120 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x) {
32121 return (void *)((wxEvent *) (wxCommandEvent *) ((wxChildFocusEvent *) x));
32122 }
32123 static void *_p_wxShowEventTo_p_wxEvent(void *x) {
32124 return (void *)((wxEvent *) ((wxShowEvent *) x));
32125 }
32126 static void *_p_wxCommandEventTo_p_wxEvent(void *x) {
32127 return (void *)((wxEvent *) ((wxCommandEvent *) x));
32128 }
32129 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x) {
32130 return (void *)((wxEvent *) (wxCommandEvent *) ((wxPyCommandEvent *) x));
32131 }
32132 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x) {
32133 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowDestroyEvent *) x));
32134 }
32135 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x) {
32136 return (void *)((wxEvent *) ((wxNavigationKeyEvent *) x));
32137 }
32138 static void *_p_wxKeyEventTo_p_wxEvent(void *x) {
32139 return (void *)((wxEvent *) ((wxKeyEvent *) x));
32140 }
32141 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x) {
32142 return (void *)((wxEvent *) ((wxScrollWinEvent *) x));
32143 }
32144 static void *_p_wxSpinEventTo_p_wxEvent(void *x) {
32145 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
32146 }
32147 static void *_p_wxComboBoxTo_p_wxItemContainer(void *x) {
32148 return (void *)((wxItemContainer *) ((wxComboBox *) x));
32149 }
32150 static void *_p_wxDirFilterListCtrlTo_p_wxItemContainer(void *x) {
32151 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32152 }
32153 static void *_p_wxChoiceTo_p_wxItemContainer(void *x) {
32154 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxChoice *) x));
32155 }
32156 static void *_p_wxControlWithItemsTo_p_wxItemContainer(void *x) {
32157 return (void *)((wxItemContainer *) ((wxControlWithItems *) x));
32158 }
32159 static void *_p_wxListBoxTo_p_wxItemContainer(void *x) {
32160 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxListBox *) x));
32161 }
32162 static void *_p_wxCheckListBoxTo_p_wxItemContainer(void *x) {
32163 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32164 }
32165 static void *_p_wxListViewTo_p_wxPyListCtrl(void *x) {
32166 return (void *)((wxPyListCtrl *) ((wxListView *) x));
32167 }
32168 static void *_p_wxCheckListBoxTo_p_wxControl(void *x) {
32169 return (void *)((wxControl *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32170 }
32171 static void *_p_wxListBoxTo_p_wxControl(void *x) {
32172 return (void *)((wxControl *) (wxControlWithItems *) ((wxListBox *) x));
32173 }
32174 static void *_p_wxChoiceTo_p_wxControl(void *x) {
32175 return (void *)((wxControl *) (wxControlWithItems *) ((wxChoice *) x));
32176 }
32177 static void *_p_wxToolBarTo_p_wxControl(void *x) {
32178 return (void *)((wxControl *) (wxToolBarBase *) ((wxToolBar *) x));
32179 }
32180 static void *_p_wxStaticBitmapTo_p_wxControl(void *x) {
32181 return (void *)((wxControl *) ((wxStaticBitmap *) x));
32182 }
32183 static void *_p_wxComboBoxTo_p_wxControl(void *x) {
32184 return (void *)((wxControl *) ((wxComboBox *) x));
32185 }
32186 static void *_p_wxSpinCtrlTo_p_wxControl(void *x) {
32187 return (void *)((wxControl *) ((wxSpinCtrl *) x));
32188 }
32189 static void *_p_wxStaticBoxTo_p_wxControl(void *x) {
32190 return (void *)((wxControl *) ((wxStaticBox *) x));
32191 }
32192 static void *_p_wxPyListCtrlTo_p_wxControl(void *x) {
32193 return (void *)((wxControl *) ((wxPyListCtrl *) x));
32194 }
32195 static void *_p_wxPyTreeCtrlTo_p_wxControl(void *x) {
32196 return (void *)((wxControl *) ((wxPyTreeCtrl *) x));
32197 }
32198 static void *_p_wxDirFilterListCtrlTo_p_wxControl(void *x) {
32199 return (void *)((wxControl *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32200 }
32201 static void *_p_wxScrollBarTo_p_wxControl(void *x) {
32202 return (void *)((wxControl *) ((wxScrollBar *) x));
32203 }
32204 static void *_p_wxBookCtrlTo_p_wxControl(void *x) {
32205 return (void *)((wxControl *) ((wxBookCtrl *) x));
32206 }
32207 static void *_p_wxRadioButtonTo_p_wxControl(void *x) {
32208 return (void *)((wxControl *) ((wxRadioButton *) x));
32209 }
32210 static void *_p_wxToggleButtonTo_p_wxControl(void *x) {
32211 return (void *)((wxControl *) ((wxToggleButton *) x));
32212 }
32213 static void *_p_wxGaugeTo_p_wxControl(void *x) {
32214 return (void *)((wxControl *) ((wxGauge *) x));
32215 }
32216 static void *_p_wxToolBarBaseTo_p_wxControl(void *x) {
32217 return (void *)((wxControl *) ((wxToolBarBase *) x));
32218 }
32219 static void *_p_wxBitmapButtonTo_p_wxControl(void *x) {
32220 return (void *)((wxControl *) (wxButton *) ((wxBitmapButton *) x));
32221 }
32222 static void *_p_wxButtonTo_p_wxControl(void *x) {
32223 return (void *)((wxControl *) ((wxButton *) x));
32224 }
32225 static void *_p_wxSpinButtonTo_p_wxControl(void *x) {
32226 return (void *)((wxControl *) ((wxSpinButton *) x));
32227 }
32228 static void *_p_wxContextHelpButtonTo_p_wxControl(void *x) {
32229 return (void *)((wxControl *) (wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32230 }
32231 static void *_p_wxControlWithItemsTo_p_wxControl(void *x) {
32232 return (void *)((wxControl *) ((wxControlWithItems *) x));
32233 }
32234 static void *_p_wxRadioBoxTo_p_wxControl(void *x) {
32235 return (void *)((wxControl *) ((wxRadioBox *) x));
32236 }
32237 static void *_p_wxNotebookTo_p_wxControl(void *x) {
32238 return (void *)((wxControl *) (wxBookCtrl *) ((wxNotebook *) x));
32239 }
32240 static void *_p_wxListbookTo_p_wxControl(void *x) {
32241 return (void *)((wxControl *) (wxBookCtrl *) ((wxListbook *) x));
32242 }
32243 static void *_p_wxCheckBoxTo_p_wxControl(void *x) {
32244 return (void *)((wxControl *) ((wxCheckBox *) x));
32245 }
32246 static void *_p_wxTextCtrlTo_p_wxControl(void *x) {
32247 return (void *)((wxControl *) ((wxTextCtrl *) x));
32248 }
32249 static void *_p_wxListViewTo_p_wxControl(void *x) {
32250 return (void *)((wxControl *) (wxPyListCtrl *) ((wxListView *) x));
32251 }
32252 static void *_p_wxSliderTo_p_wxControl(void *x) {
32253 return (void *)((wxControl *) ((wxSlider *) x));
32254 }
32255 static void *_p_wxGenericDirCtrlTo_p_wxControl(void *x) {
32256 return (void *)((wxControl *) ((wxGenericDirCtrl *) x));
32257 }
32258 static void *_p_wxPyControlTo_p_wxControl(void *x) {
32259 return (void *)((wxControl *) ((wxPyControl *) x));
32260 }
32261 static void *_p_wxStaticLineTo_p_wxControl(void *x) {
32262 return (void *)((wxControl *) ((wxStaticLine *) x));
32263 }
32264 static void *_p_wxStaticTextTo_p_wxControl(void *x) {
32265 return (void *)((wxControl *) ((wxStaticText *) x));
32266 }
32267 static void *_p_wxToolBarTo_p_wxToolBarBase(void *x) {
32268 return (void *)((wxToolBarBase *) ((wxToolBar *) x));
32269 }
32270 static void *_p_wxDirFilterListCtrlTo_p_wxChoice(void *x) {
32271 return (void *)((wxChoice *) ((wxDirFilterListCtrl *) x));
32272 }
32273 static void *_p_wxTreeEventTo_p_wxNotifyEvent(void *x) {
32274 return (void *)((wxNotifyEvent *) ((wxTreeEvent *) x));
32275 }
32276 static void *_p_wxBookCtrlEventTo_p_wxNotifyEvent(void *x) {
32277 return (void *)((wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32278 }
32279 static void *_p_wxListEventTo_p_wxNotifyEvent(void *x) {
32280 return (void *)((wxNotifyEvent *) ((wxListEvent *) x));
32281 }
32282 static void *_p_wxSpinEventTo_p_wxNotifyEvent(void *x) {
32283 return (void *)((wxNotifyEvent *) ((wxSpinEvent *) x));
32284 }
32285 static void *_p_wxNotebookEventTo_p_wxNotifyEvent(void *x) {
32286 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32287 }
32288 static void *_p_wxListbookEventTo_p_wxNotifyEvent(void *x) {
32289 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxListbookEvent *) x));
32290 }
32291 static void *_p_wxBookCtrlTo_p_wxEvtHandler(void *x) {
32292 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxBookCtrl *) x));
32293 }
32294 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x) {
32295 return (void *)((wxEvtHandler *) (wxWindow *) ((wxMenuBar *) x));
32296 }
32297 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x) {
32298 return (void *)((wxEvtHandler *) ((wxValidator *) x));
32299 }
32300 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x) {
32301 return (void *)((wxEvtHandler *) (wxValidator *) ((wxPyValidator *) x));
32302 }
32303 static void *_p_wxToolBarTo_p_wxEvtHandler(void *x) {
32304 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
32305 }
32306 static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
32307 return (void *)((wxEvtHandler *) ((wxMenu *) x));
32308 }
32309 static void *_p_wxToggleButtonTo_p_wxEvtHandler(void *x) {
32310 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToggleButton *) x));
32311 }
32312 static void *_p_wxRadioButtonTo_p_wxEvtHandler(void *x) {
32313 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioButton *) x));
32314 }
32315 static void *_p_wxWindowTo_p_wxEvtHandler(void *x) {
32316 return (void *)((wxEvtHandler *) ((wxWindow *) x));
32317 }
32318 static void *_p_wxControlTo_p_wxEvtHandler(void *x) {
32319 return (void *)((wxEvtHandler *) (wxWindow *) ((wxControl *) x));
32320 }
32321 static void *_p_wxToolBarBaseTo_p_wxEvtHandler(void *x) {
32322 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToolBarBase *) x));
32323 }
32324 static void *_p_wxPyListCtrlTo_p_wxEvtHandler(void *x) {
32325 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
32326 }
32327 static void *_p_wxComboBoxTo_p_wxEvtHandler(void *x) {
32328 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxComboBox *) x));
32329 }
32330 static void *_p_wxDirFilterListCtrlTo_p_wxEvtHandler(void *x) {
32331 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32332 }
32333 static void *_p_wxPyControlTo_p_wxEvtHandler(void *x) {
32334 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyControl *) x));
32335 }
32336 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x) {
32337 return (void *)((wxEvtHandler *) ((wxPyApp *) x));
32338 }
32339 static void *_p_wxGenericDirCtrlTo_p_wxEvtHandler(void *x) {
32340 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
32341 }
32342 static void *_p_wxScrollBarTo_p_wxEvtHandler(void *x) {
32343 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxScrollBar *) x));
32344 }
32345 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x) {
32346 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxControlWithItems *) x));
32347 }
32348 static void *_p_wxGaugeTo_p_wxEvtHandler(void *x) {
32349 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGauge *) x));
32350 }
32351 static void *_p_wxStaticLineTo_p_wxEvtHandler(void *x) {
32352 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticLine *) x));
32353 }
32354 static void *_p_wxListbookTo_p_wxEvtHandler(void *x) {
32355 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
32356 }
32357 static void *_p_wxPyTreeCtrlTo_p_wxEvtHandler(void *x) {
32358 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
32359 }
32360 static void *_p_wxCheckBoxTo_p_wxEvtHandler(void *x) {
32361 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxCheckBox *) x));
32362 }
32363 static void *_p_wxRadioBoxTo_p_wxEvtHandler(void *x) {
32364 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioBox *) x));
32365 }
32366 static void *_p_wxCheckListBoxTo_p_wxEvtHandler(void *x) {
32367 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32368 }
32369 static void *_p_wxListBoxTo_p_wxEvtHandler(void *x) {
32370 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
32371 }
32372 static void *_p_wxChoiceTo_p_wxEvtHandler(void *x) {
32373 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
32374 }
32375 static void *_p_wxNotebookTo_p_wxEvtHandler(void *x) {
32376 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
32377 }
32378 static void *_p_wxStaticBitmapTo_p_wxEvtHandler(void *x) {
32379 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
32380 }
32381 static void *_p_wxListViewTo_p_wxEvtHandler(void *x) {
32382 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
32383 }
32384 static void *_p_wxSpinCtrlTo_p_wxEvtHandler(void *x) {
32385 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
32386 }
32387 static void *_p_wxStaticTextTo_p_wxEvtHandler(void *x) {
32388 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticText *) x));
32389 }
32390 static void *_p_wxStaticBoxTo_p_wxEvtHandler(void *x) {
32391 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBox *) x));
32392 }
32393 static void *_p_wxSliderTo_p_wxEvtHandler(void *x) {
32394 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSlider *) x));
32395 }
32396 static void *_p_wxSpinButtonTo_p_wxEvtHandler(void *x) {
32397 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinButton *) x));
32398 }
32399 static void *_p_wxButtonTo_p_wxEvtHandler(void *x) {
32400 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxButton *) x));
32401 }
32402 static void *_p_wxBitmapButtonTo_p_wxEvtHandler(void *x) {
32403 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
32404 }
32405 static void *_p_wxContextHelpButtonTo_p_wxEvtHandler(void *x) {
32406 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32407 }
32408 static void *_p_wxTextCtrlTo_p_wxEvtHandler(void *x) {
32409 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxTextCtrl *) x));
32410 }
32411 static void *_p_wxCheckListBoxTo_p_wxListBox(void *x) {
32412 return (void *)((wxListBox *) ((wxCheckListBox *) x));
32413 }
32414 static void *_p_wxListbookTo_p_wxBookCtrl(void *x) {
32415 return (void *)((wxBookCtrl *) ((wxListbook *) x));
32416 }
32417 static void *_p_wxNotebookTo_p_wxBookCtrl(void *x) {
32418 return (void *)((wxBookCtrl *) ((wxNotebook *) x));
32419 }
32420 static void *_p_wxBitmapButtonTo_p_wxButton(void *x) {
32421 return (void *)((wxButton *) ((wxBitmapButton *) x));
32422 }
32423 static void *_p_wxContextHelpButtonTo_p_wxButton(void *x) {
32424 return (void *)((wxButton *) (wxBitmapButton *) ((wxContextHelpButton *) x));
32425 }
32426 static void *_p_wxContextHelpButtonTo_p_wxBitmapButton(void *x) {
32427 return (void *)((wxBitmapButton *) ((wxContextHelpButton *) x));
32428 }
32429 static void *_p_wxSimpleHelpProviderTo_p_wxHelpProvider(void *x) {
32430 return (void *)((wxHelpProvider *) ((wxSimpleHelpProvider *) x));
32431 }
32432 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x) {
32433 return (void *)((wxObject *) ((wxLayoutConstraints *) x));
32434 }
32435 static void *_p_wxGBSizerItemTo_p_wxObject(void *x) {
32436 return (void *)((wxObject *) (wxSizerItem *) ((wxGBSizerItem *) x));
32437 }
32438 static void *_p_wxSizerItemTo_p_wxObject(void *x) {
32439 return (void *)((wxObject *) ((wxSizerItem *) x));
32440 }
32441 static void *_p_wxScrollEventTo_p_wxObject(void *x) {
32442 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxScrollEvent *) x));
32443 }
32444 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x) {
32445 return (void *)((wxObject *) ((wxIndividualLayoutConstraint *) x));
32446 }
32447 static void *_p_wxTextUrlEventTo_p_wxObject(void *x) {
32448 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxTextUrlEvent *) x));
32449 }
32450 static void *_p_wxBookCtrlEventTo_p_wxObject(void *x) {
32451 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32452 }
32453 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x) {
32454 return (void *)((wxObject *) (wxSizer *)(wxBoxSizer *) ((wxStaticBoxSizer *) x));
32455 }
32456 static void *_p_wxBoxSizerTo_p_wxObject(void *x) {
32457 return (void *)((wxObject *) (wxSizer *) ((wxBoxSizer *) x));
32458 }
32459 static void *_p_wxSizerTo_p_wxObject(void *x) {
32460 return (void *)((wxObject *) ((wxSizer *) x));
32461 }
32462 static void *_p_wxGridBagSizerTo_p_wxObject(void *x) {
32463 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
32464 }
32465 static void *_p_wxCheckBoxTo_p_wxObject(void *x) {
32466 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxCheckBox *) x));
32467 }
32468 static void *_p_wxPyTreeCtrlTo_p_wxObject(void *x) {
32469 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
32470 }
32471 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x) {
32472 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxUpdateUIEvent *) x));
32473 }
32474 static void *_p_wxEventTo_p_wxObject(void *x) {
32475 return (void *)((wxObject *) ((wxEvent *) x));
32476 }
32477 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x) {
32478 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *) ((wxFlexGridSizer *) x));
32479 }
32480 static void *_p_wxGridSizerTo_p_wxObject(void *x) {
32481 return (void *)((wxObject *) (wxSizer *) ((wxGridSizer *) x));
32482 }
32483 static void *_p_wxInitDialogEventTo_p_wxObject(void *x) {
32484 return (void *)((wxObject *) (wxEvent *) ((wxInitDialogEvent *) x));
32485 }
32486 static void *_p_wxGenericDirCtrlTo_p_wxObject(void *x) {
32487 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
32488 }
32489 static void *_p_wxPyListCtrlTo_p_wxObject(void *x) {
32490 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
32491 }
32492 static void *_p_wxDirFilterListCtrlTo_p_wxObject(void *x) {
32493 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32494 }
32495 static void *_p_wxPaintEventTo_p_wxObject(void *x) {
32496 return (void *)((wxObject *) (wxEvent *) ((wxPaintEvent *) x));
32497 }
32498 static void *_p_wxNcPaintEventTo_p_wxObject(void *x) {
32499 return (void *)((wxObject *) (wxEvent *) ((wxNcPaintEvent *) x));
32500 }
32501 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x) {
32502 return (void *)((wxObject *) (wxEvent *) ((wxPaletteChangedEvent *) x));
32503 }
32504 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x) {
32505 return (void *)((wxObject *) (wxEvent *) ((wxDisplayChangedEvent *) x));
32506 }
32507 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x) {
32508 return (void *)((wxObject *) (wxEvent *) ((wxMouseCaptureChangedEvent *) x));
32509 }
32510 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x) {
32511 return (void *)((wxObject *) (wxEvent *) ((wxSysColourChangedEvent *) x));
32512 }
32513 static void *_p_wxStaticLineTo_p_wxObject(void *x) {
32514 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticLine *) x));
32515 }
32516 static void *_p_wxControlTo_p_wxObject(void *x) {
32517 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxControl *) x));
32518 }
32519 static void *_p_wxPyControlTo_p_wxObject(void *x) {
32520 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyControl *) x));
32521 }
32522 static void *_p_wxGaugeTo_p_wxObject(void *x) {
32523 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGauge *) x));
32524 }
32525 static void *_p_wxRadioButtonTo_p_wxObject(void *x) {
32526 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioButton *) x));
32527 }
32528 static void *_p_wxToggleButtonTo_p_wxObject(void *x) {
32529 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToggleButton *) x));
32530 }
32531 static void *_p_wxToolBarBaseTo_p_wxObject(void *x) {
32532 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToolBarBase *) x));
32533 }
32534 static void *_p_wxSetCursorEventTo_p_wxObject(void *x) {
32535 return (void *)((wxObject *) (wxEvent *) ((wxSetCursorEvent *) x));
32536 }
32537 static void *_p_wxChoiceTo_p_wxObject(void *x) {
32538 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
32539 }
32540 static void *_p_wxFSFileTo_p_wxObject(void *x) {
32541 return (void *)((wxObject *) ((wxFSFile *) x));
32542 }
32543 static void *_p_wxPySizerTo_p_wxObject(void *x) {
32544 return (void *)((wxObject *) (wxSizer *) ((wxPySizer *) x));
32545 }
32546 static void *_p_wxListViewTo_p_wxObject(void *x) {
32547 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
32548 }
32549 static void *_p_wxTextCtrlTo_p_wxObject(void *x) {
32550 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxTextCtrl *) x));
32551 }
32552 static void *_p_wxNotebookTo_p_wxObject(void *x) {
32553 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
32554 }
32555 static void *_p_wxPyEventTo_p_wxObject(void *x) {
32556 return (void *)((wxObject *) (wxEvent *) ((wxPyEvent *) x));
32557 }
32558 static void *_p_wxNotifyEventTo_p_wxObject(void *x) {
32559 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxNotifyEvent *) x));
32560 }
32561 static void *_p_wxListbookTo_p_wxObject(void *x) {
32562 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
32563 }
32564 static void *_p_wxShowEventTo_p_wxObject(void *x) {
32565 return (void *)((wxObject *) (wxEvent *) ((wxShowEvent *) x));
32566 }
32567 static void *_p_wxStaticBitmapTo_p_wxObject(void *x) {
32568 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
32569 }
32570 static void *_p_wxSliderTo_p_wxObject(void *x) {
32571 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSlider *) x));
32572 }
32573 static void *_p_wxMenuItemTo_p_wxObject(void *x) {
32574 return (void *)((wxObject *) ((wxMenuItem *) x));
32575 }
32576 static void *_p_wxIdleEventTo_p_wxObject(void *x) {
32577 return (void *)((wxObject *) (wxEvent *) ((wxIdleEvent *) x));
32578 }
32579 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x) {
32580 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowCreateEvent *) x));
32581 }
32582 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x) {
32583 return (void *)((wxObject *) (wxEvent *) ((wxQueryNewPaletteEvent *) x));
32584 }
32585 static void *_p_wxMaximizeEventTo_p_wxObject(void *x) {
32586 return (void *)((wxObject *) (wxEvent *) ((wxMaximizeEvent *) x));
32587 }
32588 static void *_p_wxIconizeEventTo_p_wxObject(void *x) {
32589 return (void *)((wxObject *) (wxEvent *) ((wxIconizeEvent *) x));
32590 }
32591 static void *_p_wxSizeEventTo_p_wxObject(void *x) {
32592 return (void *)((wxObject *) (wxEvent *) ((wxSizeEvent *) x));
32593 }
32594 static void *_p_wxMoveEventTo_p_wxObject(void *x) {
32595 return (void *)((wxObject *) (wxEvent *) ((wxMoveEvent *) x));
32596 }
32597 static void *_p_wxActivateEventTo_p_wxObject(void *x) {
32598 return (void *)((wxObject *) (wxEvent *) ((wxActivateEvent *) x));
32599 }
32600 static void *_p_wxStaticBoxTo_p_wxObject(void *x) {
32601 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBox *) x));
32602 }
32603 static void *_p_wxContextHelpTo_p_wxObject(void *x) {
32604 return (void *)((wxObject *) ((wxContextHelp *) x));
32605 }
32606 static void *_p_wxXPMHandlerTo_p_wxObject(void *x) {
32607 return (void *)((wxObject *) (wxImageHandler *) ((wxXPMHandler *) x));
32608 }
32609 static void *_p_wxPNMHandlerTo_p_wxObject(void *x) {
32610 return (void *)((wxObject *) (wxImageHandler *) ((wxPNMHandler *) x));
32611 }
32612 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x) {
32613 return (void *)((wxObject *) (wxImageHandler *) ((wxJPEGHandler *) x));
32614 }
32615 static void *_p_wxPCXHandlerTo_p_wxObject(void *x) {
32616 return (void *)((wxObject *) (wxImageHandler *) ((wxPCXHandler *) x));
32617 }
32618 static void *_p_wxGIFHandlerTo_p_wxObject(void *x) {
32619 return (void *)((wxObject *) (wxImageHandler *) ((wxGIFHandler *) x));
32620 }
32621 static void *_p_wxPNGHandlerTo_p_wxObject(void *x) {
32622 return (void *)((wxObject *) (wxImageHandler *) ((wxPNGHandler *) x));
32623 }
32624 static void *_p_wxANIHandlerTo_p_wxObject(void *x) {
32625 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *)(wxCURHandler *) ((wxANIHandler *) x));
32626 }
32627 static void *_p_wxCURHandlerTo_p_wxObject(void *x) {
32628 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *) ((wxCURHandler *) x));
32629 }
32630 static void *_p_wxICOHandlerTo_p_wxObject(void *x) {
32631 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *) ((wxICOHandler *) x));
32632 }
32633 static void *_p_wxBMPHandlerTo_p_wxObject(void *x) {
32634 return (void *)((wxObject *) (wxImageHandler *) ((wxBMPHandler *) x));
32635 }
32636 static void *_p_wxImageHandlerTo_p_wxObject(void *x) {
32637 return (void *)((wxObject *) ((wxImageHandler *) x));
32638 }
32639 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x) {
32640 return (void *)((wxObject *) (wxImageHandler *) ((wxTIFFHandler *) x));
32641 }
32642 static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
32643 return (void *)((wxObject *) ((wxEvtHandler *) x));
32644 }
32645 static void *_p_wxListEventTo_p_wxObject(void *x) {
32646 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
32647 }
32648 static void *_p_wxListBoxTo_p_wxObject(void *x) {
32649 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
32650 }
32651 static void *_p_wxCheckListBoxTo_p_wxObject(void *x) {
32652 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32653 }
32654 static void *_p_wxBookCtrlTo_p_wxObject(void *x) {
32655 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxBookCtrl *) x));
32656 }
32657 static void *_p_wxButtonTo_p_wxObject(void *x) {
32658 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxButton *) x));
32659 }
32660 static void *_p_wxBitmapButtonTo_p_wxObject(void *x) {
32661 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
32662 }
32663 static void *_p_wxSpinButtonTo_p_wxObject(void *x) {
32664 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinButton *) x));
32665 }
32666 static void *_p_wxContextHelpButtonTo_p_wxObject(void *x) {
32667 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32668 }
32669 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
32670 return (void *)((wxObject *) ((wxAcceleratorTable *) x));
32671 }
32672 static void *_p_wxScrollBarTo_p_wxObject(void *x) {
32673 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxScrollBar *) x));
32674 }
32675 static void *_p_wxRadioBoxTo_p_wxObject(void *x) {
32676 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioBox *) x));
32677 }
32678 static void *_p_wxComboBoxTo_p_wxObject(void *x) {
32679 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxComboBox *) x));
32680 }
32681 static void *_p_wxHelpEventTo_p_wxObject(void *x) {
32682 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxHelpEvent *) x));
32683 }
32684 static void *_p_wxListItemTo_p_wxObject(void *x) {
32685 return (void *)((wxObject *) ((wxListItem *) x));
32686 }
32687 static void *_p_wxImageTo_p_wxObject(void *x) {
32688 return (void *)((wxObject *) ((wxImage *) x));
32689 }
32690 static void *_p_wxNotebookSizerTo_p_wxObject(void *x) {
32691 return (void *)((wxObject *) (wxSizer *) ((wxNotebookSizer *) x));
32692 }
32693 static void *_p_wxScrollWinEventTo_p_wxObject(void *x) {
32694 return (void *)((wxObject *) (wxEvent *) ((wxScrollWinEvent *) x));
32695 }
32696 static void *_p_wxSpinEventTo_p_wxObject(void *x) {
32697 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
32698 }
32699 static void *_p_wxGenericDragImageTo_p_wxObject(void *x) {
32700 return (void *)((wxObject *) ((wxGenericDragImage *) x));
32701 }
32702 static void *_p_wxSpinCtrlTo_p_wxObject(void *x) {
32703 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
32704 }
32705 static void *_p_wxNotebookEventTo_p_wxObject(void *x) {
32706 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32707 }
32708 static void *_p_wxListbookEventTo_p_wxObject(void *x) {
32709 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
32710 }
32711 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x) {
32712 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowDestroyEvent *) x));
32713 }
32714 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
32715 return (void *)((wxObject *) (wxEvent *) ((wxNavigationKeyEvent *) x));
32716 }
32717 static void *_p_wxKeyEventTo_p_wxObject(void *x) {
32718 return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
32719 }
32720 static void *_p_wxWindowTo_p_wxObject(void *x) {
32721 return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
32722 }
32723 static void *_p_wxMenuTo_p_wxObject(void *x) {
32724 return (void *)((wxObject *) (wxEvtHandler *) ((wxMenu *) x));
32725 }
32726 static void *_p_wxMenuBarTo_p_wxObject(void *x) {
32727 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
32728 }
32729 static void *_p_wxFileSystemTo_p_wxObject(void *x) {
32730 return (void *)((wxObject *) ((wxFileSystem *) x));
32731 }
32732 static void *_p_wxContextMenuEventTo_p_wxObject(void *x) {
32733 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxContextMenuEvent *) x));
32734 }
32735 static void *_p_wxMenuEventTo_p_wxObject(void *x) {
32736 return (void *)((wxObject *) (wxEvent *) ((wxMenuEvent *) x));
32737 }
32738 static void *_p_wxPyAppTo_p_wxObject(void *x) {
32739 return (void *)((wxObject *) (wxEvtHandler *) ((wxPyApp *) x));
32740 }
32741 static void *_p_wxCloseEventTo_p_wxObject(void *x) {
32742 return (void *)((wxObject *) (wxEvent *) ((wxCloseEvent *) x));
32743 }
32744 static void *_p_wxMouseEventTo_p_wxObject(void *x) {
32745 return (void *)((wxObject *) (wxEvent *) ((wxMouseEvent *) x));
32746 }
32747 static void *_p_wxEraseEventTo_p_wxObject(void *x) {
32748 return (void *)((wxObject *) (wxEvent *) ((wxEraseEvent *) x));
32749 }
32750 static void *_p_wxTreeEventTo_p_wxObject(void *x) {
32751 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
32752 }
32753 static void *_p_wxPyCommandEventTo_p_wxObject(void *x) {
32754 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxPyCommandEvent *) x));
32755 }
32756 static void *_p_wxCommandEventTo_p_wxObject(void *x) {
32757 return (void *)((wxObject *) (wxEvent *) ((wxCommandEvent *) x));
32758 }
32759 static void *_p_wxStaticTextTo_p_wxObject(void *x) {
32760 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticText *) x));
32761 }
32762 static void *_p_wxDropFilesEventTo_p_wxObject(void *x) {
32763 return (void *)((wxObject *) (wxEvent *) ((wxDropFilesEvent *) x));
32764 }
32765 static void *_p_wxFocusEventTo_p_wxObject(void *x) {
32766 return (void *)((wxObject *) (wxEvent *) ((wxFocusEvent *) x));
32767 }
32768 static void *_p_wxChildFocusEventTo_p_wxObject(void *x) {
32769 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxChildFocusEvent *) x));
32770 }
32771 static void *_p_wxControlWithItemsTo_p_wxObject(void *x) {
32772 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxControlWithItems *) x));
32773 }
32774 static void *_p_wxToolBarToolBaseTo_p_wxObject(void *x) {
32775 return (void *)((wxObject *) ((wxToolBarToolBase *) x));
32776 }
32777 static void *_p_wxToolBarTo_p_wxObject(void *x) {
32778 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
32779 }
32780 static void *_p_wxPyValidatorTo_p_wxObject(void *x) {
32781 return (void *)((wxObject *) (wxEvtHandler *)(wxValidator *) ((wxPyValidator *) x));
32782 }
32783 static void *_p_wxValidatorTo_p_wxObject(void *x) {
32784 return (void *)((wxObject *) (wxEvtHandler *) ((wxValidator *) x));
32785 }
32786 static void *_p_wxBookCtrlSizerTo_p_wxObject(void *x) {
32787 return (void *)((wxObject *) (wxSizer *) ((wxBookCtrlSizer *) x));
32788 }
32789 static void *_p_wxBookCtrlTo_p_wxWindow(void *x) {
32790 return (void *)((wxWindow *) (wxControl *) ((wxBookCtrl *) x));
32791 }
32792 static void *_p_wxMenuBarTo_p_wxWindow(void *x) {
32793 return (void *)((wxWindow *) ((wxMenuBar *) x));
32794 }
32795 static void *_p_wxToolBarTo_p_wxWindow(void *x) {
32796 return (void *)((wxWindow *) (wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
32797 }
32798 static void *_p_wxToggleButtonTo_p_wxWindow(void *x) {
32799 return (void *)((wxWindow *) (wxControl *) ((wxToggleButton *) x));
32800 }
32801 static void *_p_wxRadioButtonTo_p_wxWindow(void *x) {
32802 return (void *)((wxWindow *) (wxControl *) ((wxRadioButton *) x));
32803 }
32804 static void *_p_wxPyControlTo_p_wxWindow(void *x) {
32805 return (void *)((wxWindow *) (wxControl *) ((wxPyControl *) x));
32806 }
32807 static void *_p_wxControlTo_p_wxWindow(void *x) {
32808 return (void *)((wxWindow *) ((wxControl *) x));
32809 }
32810 static void *_p_wxToolBarBaseTo_p_wxWindow(void *x) {
32811 return (void *)((wxWindow *) (wxControl *) ((wxToolBarBase *) x));
32812 }
32813 static void *_p_wxDirFilterListCtrlTo_p_wxWindow(void *x) {
32814 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
32815 }
32816 static void *_p_wxPyListCtrlTo_p_wxWindow(void *x) {
32817 return (void *)((wxWindow *) (wxControl *) ((wxPyListCtrl *) x));
32818 }
32819 static void *_p_wxComboBoxTo_p_wxWindow(void *x) {
32820 return (void *)((wxWindow *) (wxControl *) ((wxComboBox *) x));
32821 }
32822 static void *_p_wxGenericDirCtrlTo_p_wxWindow(void *x) {
32823 return (void *)((wxWindow *) (wxControl *) ((wxGenericDirCtrl *) x));
32824 }
32825 static void *_p_wxScrollBarTo_p_wxWindow(void *x) {
32826 return (void *)((wxWindow *) (wxControl *) ((wxScrollBar *) x));
32827 }
32828 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x) {
32829 return (void *)((wxWindow *) (wxControl *) ((wxControlWithItems *) x));
32830 }
32831 static void *_p_wxGaugeTo_p_wxWindow(void *x) {
32832 return (void *)((wxWindow *) (wxControl *) ((wxGauge *) x));
32833 }
32834 static void *_p_wxStaticLineTo_p_wxWindow(void *x) {
32835 return (void *)((wxWindow *) (wxControl *) ((wxStaticLine *) x));
32836 }
32837 static void *_p_wxListbookTo_p_wxWindow(void *x) {
32838 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxListbook *) x));
32839 }
32840 static void *_p_wxPyTreeCtrlTo_p_wxWindow(void *x) {
32841 return (void *)((wxWindow *) (wxControl *) ((wxPyTreeCtrl *) x));
32842 }
32843 static void *_p_wxCheckBoxTo_p_wxWindow(void *x) {
32844 return (void *)((wxWindow *) (wxControl *) ((wxCheckBox *) x));
32845 }
32846 static void *_p_wxRadioBoxTo_p_wxWindow(void *x) {
32847 return (void *)((wxWindow *) (wxControl *) ((wxRadioBox *) x));
32848 }
32849 static void *_p_wxCheckListBoxTo_p_wxWindow(void *x) {
32850 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
32851 }
32852 static void *_p_wxChoiceTo_p_wxWindow(void *x) {
32853 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxChoice *) x));
32854 }
32855 static void *_p_wxListBoxTo_p_wxWindow(void *x) {
32856 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxListBox *) x));
32857 }
32858 static void *_p_wxListViewTo_p_wxWindow(void *x) {
32859 return (void *)((wxWindow *) (wxControl *)(wxPyListCtrl *) ((wxListView *) x));
32860 }
32861 static void *_p_wxNotebookTo_p_wxWindow(void *x) {
32862 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
32863 }
32864 static void *_p_wxStaticBitmapTo_p_wxWindow(void *x) {
32865 return (void *)((wxWindow *) (wxControl *) ((wxStaticBitmap *) x));
32866 }
32867 static void *_p_wxSpinCtrlTo_p_wxWindow(void *x) {
32868 return (void *)((wxWindow *) (wxControl *) ((wxSpinCtrl *) x));
32869 }
32870 static void *_p_wxStaticTextTo_p_wxWindow(void *x) {
32871 return (void *)((wxWindow *) (wxControl *) ((wxStaticText *) x));
32872 }
32873 static void *_p_wxStaticBoxTo_p_wxWindow(void *x) {
32874 return (void *)((wxWindow *) (wxControl *) ((wxStaticBox *) x));
32875 }
32876 static void *_p_wxSliderTo_p_wxWindow(void *x) {
32877 return (void *)((wxWindow *) (wxControl *) ((wxSlider *) x));
32878 }
32879 static void *_p_wxSpinButtonTo_p_wxWindow(void *x) {
32880 return (void *)((wxWindow *) (wxControl *) ((wxSpinButton *) x));
32881 }
32882 static void *_p_wxButtonTo_p_wxWindow(void *x) {
32883 return (void *)((wxWindow *) (wxControl *) ((wxButton *) x));
32884 }
32885 static void *_p_wxBitmapButtonTo_p_wxWindow(void *x) {
32886 return (void *)((wxWindow *) (wxControl *)(wxButton *) ((wxBitmapButton *) x));
32887 }
32888 static void *_p_wxContextHelpButtonTo_p_wxWindow(void *x) {
32889 return (void *)((wxWindow *) (wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
32890 }
32891 static void *_p_wxTextCtrlTo_p_wxWindow(void *x) {
32892 return (void *)((wxWindow *) (wxControl *) ((wxTextCtrl *) x));
32893 }
32894 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x) {
32895 return (void *)((wxCommandEvent *) ((wxWindowDestroyEvent *) x));
32896 }
32897 static void *_p_wxBookCtrlEventTo_p_wxCommandEvent(void *x) {
32898 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxBookCtrlEvent *) x));
32899 }
32900 static void *_p_wxTextUrlEventTo_p_wxCommandEvent(void *x) {
32901 return (void *)((wxCommandEvent *) ((wxTextUrlEvent *) x));
32902 }
32903 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x) {
32904 return (void *)((wxCommandEvent *) ((wxScrollEvent *) x));
32905 }
32906 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x) {
32907 return (void *)((wxCommandEvent *) ((wxPyCommandEvent *) x));
32908 }
32909 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x) {
32910 return (void *)((wxCommandEvent *) ((wxContextMenuEvent *) x));
32911 }
32912 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x) {
32913 return (void *)((wxCommandEvent *) ((wxChildFocusEvent *) x));
32914 }
32915 static void *_p_wxListbookEventTo_p_wxCommandEvent(void *x) {
32916 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
32917 }
32918 static void *_p_wxNotebookEventTo_p_wxCommandEvent(void *x) {
32919 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
32920 }
32921 static void *_p_wxListEventTo_p_wxCommandEvent(void *x) {
32922 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxListEvent *) x));
32923 }
32924 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x) {
32925 return (void *)((wxCommandEvent *) ((wxWindowCreateEvent *) x));
32926 }
32927 static void *_p_wxTreeEventTo_p_wxCommandEvent(void *x) {
32928 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxTreeEvent *) x));
32929 }
32930 static void *_p_wxSpinEventTo_p_wxCommandEvent(void *x) {
32931 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxSpinEvent *) x));
32932 }
32933 static void *_p_wxHelpEventTo_p_wxCommandEvent(void *x) {
32934 return (void *)((wxCommandEvent *) ((wxHelpEvent *) x));
32935 }
32936 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x) {
32937 return (void *)((wxCommandEvent *) ((wxNotifyEvent *) x));
32938 }
32939 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x) {
32940 return (void *)((wxCommandEvent *) ((wxUpdateUIEvent *) x));
32941 }
32942 static void *_p_wxDirFilterListCtrlTo_p_wxControlWithItems(void *x) {
32943 return (void *)((wxControlWithItems *) (wxChoice *) ((wxDirFilterListCtrl *) x));
32944 }
32945 static void *_p_wxChoiceTo_p_wxControlWithItems(void *x) {
32946 return (void *)((wxControlWithItems *) ((wxChoice *) x));
32947 }
32948 static void *_p_wxListBoxTo_p_wxControlWithItems(void *x) {
32949 return (void *)((wxControlWithItems *) ((wxListBox *) x));
32950 }
32951 static void *_p_wxCheckListBoxTo_p_wxControlWithItems(void *x) {
32952 return (void *)((wxControlWithItems *) (wxListBox *) ((wxCheckListBox *) x));
32953 }
32954 static void *_p_wxPyValidatorTo_p_wxValidator(void *x) {
32955 return (void *)((wxValidator *) ((wxPyValidator *) x));
32956 }
32957 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}};
32958 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}};
32959 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}};
32960 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}};
32961 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}};
32962 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}};
32963 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}};
32964 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}};
32965 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}};
32966 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}};
32967 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}};
32968 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}};
32969 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}};
32970 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}};
32971 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}};
32972 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}};
32973 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}};
32974 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}};
32975 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}};
32976 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}};
32977 static swig_type_info _swigt__p_wxChoice[] = {{"_p_wxChoice", 0, "wxChoice *", 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxChoice, 0, 0, 0, 0, 0},{"_p_wxChoice", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
32978 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}};
32979 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}};
32980 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}};
32981 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}};
32982 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}};
32983 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}};
32984 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}};
32985 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}};
32986 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}};
32987 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}};
32988 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}};
32989 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}};
32990 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}};
32991 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}};
32992 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}};
32993 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}};
32994 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}};
32995 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}};
32996 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}};
32997 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}};
32998 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}};
32999 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}};
33000 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}};
33001 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}};
33002 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}};
33003 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}};
33004 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}};
33005 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}};
33006 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}};
33007 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}};
33008 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}};
33009 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}};
33010 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}};
33011 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}};
33012 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}};
33013 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}};
33014 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}};
33015 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}};
33016 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}};
33017 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}};
33018 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}};
33019 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}};
33020 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}};
33021 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}};
33022 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}};
33023 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}};
33024 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}};
33025 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}};
33026 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}};
33027 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}};
33028 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}};
33029 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}};
33030 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}};
33031 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}};
33032 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}};
33033 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}};
33034 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}};
33035 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}};
33036 static swig_type_info _swigt__p_wxControlWithItems[] = {{"_p_wxControlWithItems", 0, "wxControlWithItems *", 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControlWithItems, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxControlWithItems, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", 0, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxControlWithItems, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxControlWithItems, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33037 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}};
33038 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}};
33039 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}};
33040 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}};
33041 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}};
33042
33043 static swig_type_info *swig_types_initial[] = {
33044 _swigt__p_wxTextUrlEvent,
33045 _swigt__p_wxBookCtrlEvent,
33046 _swigt__p_wxSizer,
33047 _swigt__p_wxCheckBox,
33048 _swigt__p_wxPyTreeCtrl,
33049 _swigt__p_wxEvent,
33050 _swigt__p_wxGenericDirCtrl,
33051 _swigt__p_bool,
33052 _swigt__p_wxPyTreeItemData,
33053 _swigt__p_wxItemContainer,
33054 _swigt__p_wxPyListCtrl,
33055 _swigt__p_wxDirFilterListCtrl,
33056 _swigt__p_wxStaticLine,
33057 _swigt__p_wxControl,
33058 _swigt__p_wxPyControl,
33059 _swigt__p_wxGauge,
33060 _swigt__p_wxToolBarBase,
33061 _swigt__p_wxFont,
33062 _swigt__p_wxToggleButton,
33063 _swigt__p_wxRadioButton,
33064 _swigt__p_wxChoice,
33065 _swigt__p_wxMemoryDC,
33066 _swigt__p_wxListItemAttr,
33067 _swigt__p_void,
33068 _swigt__p_int,
33069 _swigt__p_wxSize,
33070 _swigt__p_wxDC,
33071 _swigt__p_wxListView,
33072 _swigt__p_wxIcon,
33073 _swigt__p_wxVisualAttributes,
33074 _swigt__p_wxTextCtrl,
33075 _swigt__p_wxNotebook,
33076 _swigt__p_wxNotifyEvent,
33077 _swigt__p_wxArrayString,
33078 _swigt__p_wxListbook,
33079 _swigt__p_wxStaticBitmap,
33080 _swigt__p_wxSlider,
33081 _swigt__p_wxStaticBox,
33082 _swigt__p_wxArrayInt,
33083 _swigt__p_wxContextHelp,
33084 _swigt__p_long,
33085 _swigt__p_wxEvtHandler,
33086 _swigt__p_wxListEvent,
33087 _swigt__p_wxCheckListBox,
33088 _swigt__p_wxListBox,
33089 _swigt__p_wxBookCtrl,
33090 _swigt__p_wxSpinButton,
33091 _swigt__p_wxButton,
33092 _swigt__p_wxBitmapButton,
33093 _swigt__p_wxRect,
33094 _swigt__p_wxContextHelpButton,
33095 _swigt__p_wxRadioBox,
33096 _swigt__p_wxScrollBar,
33097 _swigt__p_char,
33098 _swigt__p_wxTreeItemId,
33099 _swigt__p_wxComboBox,
33100 _swigt__p_wxHelpEvent,
33101 _swigt__p_wxListItem,
33102 _swigt__p_wxNotebookSizer,
33103 _swigt__p_wxSpinEvent,
33104 _swigt__p_wxGenericDragImage,
33105 _swigt__p_wxSpinCtrl,
33106 _swigt__p_wxImageList,
33107 _swigt__p_wxHelpProvider,
33108 _swigt__p_wxTextAttr,
33109 _swigt__p_wxSimpleHelpProvider,
33110 _swigt__p_wxPoint,
33111 _swigt__p_wxListbookEvent,
33112 _swigt__p_wxNotebookEvent,
33113 _swigt__p_wxObject,
33114 _swigt__p_wxCursor,
33115 _swigt__p_wxKeyEvent,
33116 _swigt__p_wxWindow,
33117 _swigt__p_wxString,
33118 _swigt__p_wxBitmap,
33119 _swigt__p_wxTreeEvent,
33120 _swigt__p_wxMouseEvent,
33121 _swigt__p_wxCommandEvent,
33122 _swigt__p_wxStaticText,
33123 _swigt__p_wxControlWithItems,
33124 _swigt__p_wxToolBarToolBase,
33125 _swigt__p_wxColour,
33126 _swigt__p_wxToolBar,
33127 _swigt__p_wxBookCtrlSizer,
33128 _swigt__p_wxValidator,
33129 0
33130 };
33131
33132
33133 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
33134
33135 static swig_const_info swig_const_table[] = {
33136 {0}};
33137
33138 #ifdef __cplusplus
33139 }
33140 #endif
33141
33142 #ifdef __cplusplus
33143 extern "C"
33144 #endif
33145 SWIGEXPORT(void) SWIG_init(void) {
33146 static PyObject *SWIG_globals = 0;
33147 static int typeinit = 0;
33148 PyObject *m, *d;
33149 int i;
33150 if (!SWIG_globals) SWIG_globals = SWIG_newvarlink();
33151 m = Py_InitModule((char *) SWIG_name, SwigMethods);
33152 d = PyModule_GetDict(m);
33153
33154 if (!typeinit) {
33155 for (i = 0; swig_types_initial[i]; i++) {
33156 swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]);
33157 }
33158 typeinit = 1;
33159 }
33160 SWIG_InstallConstants(d,swig_const_table);
33161
33162 PyDict_SetItemString(d,(char*)"cvar", SWIG_globals);
33163 SWIG_addvarlink(SWIG_globals,(char*)"ButtonNameStr",_wrap_ButtonNameStr_get, _wrap_ButtonNameStr_set);
33164 PyDict_SetItemString(d,"BU_LEFT", SWIG_FromInt((int)wxBU_LEFT));
33165 PyDict_SetItemString(d,"BU_TOP", SWIG_FromInt((int)wxBU_TOP));
33166 PyDict_SetItemString(d,"BU_RIGHT", SWIG_FromInt((int)wxBU_RIGHT));
33167 PyDict_SetItemString(d,"BU_BOTTOM", SWIG_FromInt((int)wxBU_BOTTOM));
33168 PyDict_SetItemString(d,"BU_EXACTFIT", SWIG_FromInt((int)wxBU_EXACTFIT));
33169 PyDict_SetItemString(d,"BU_AUTODRAW", SWIG_FromInt((int)wxBU_AUTODRAW));
33170 SWIG_addvarlink(SWIG_globals,(char*)"CheckBoxNameStr",_wrap_CheckBoxNameStr_get, _wrap_CheckBoxNameStr_set);
33171 PyDict_SetItemString(d,"CHK_2STATE", SWIG_FromInt((int)wxCHK_2STATE));
33172 PyDict_SetItemString(d,"CHK_3STATE", SWIG_FromInt((int)wxCHK_3STATE));
33173 PyDict_SetItemString(d,"CHK_ALLOW_3RD_STATE_FOR_USER", SWIG_FromInt((int)wxCHK_ALLOW_3RD_STATE_FOR_USER));
33174 PyDict_SetItemString(d,"CHK_UNCHECKED", SWIG_FromInt((int)wxCHK_UNCHECKED));
33175 PyDict_SetItemString(d,"CHK_CHECKED", SWIG_FromInt((int)wxCHK_CHECKED));
33176 PyDict_SetItemString(d,"CHK_UNDETERMINED", SWIG_FromInt((int)wxCHK_UNDETERMINED));
33177 SWIG_addvarlink(SWIG_globals,(char*)"ChoiceNameStr",_wrap_ChoiceNameStr_get, _wrap_ChoiceNameStr_set);
33178 SWIG_addvarlink(SWIG_globals,(char*)"ComboBoxNameStr",_wrap_ComboBoxNameStr_get, _wrap_ComboBoxNameStr_set);
33179 SWIG_addvarlink(SWIG_globals,(char*)"GaugeNameStr",_wrap_GaugeNameStr_get, _wrap_GaugeNameStr_set);
33180 PyDict_SetItemString(d,"GA_HORIZONTAL", SWIG_FromInt((int)wxGA_HORIZONTAL));
33181 PyDict_SetItemString(d,"GA_VERTICAL", SWIG_FromInt((int)wxGA_VERTICAL));
33182 PyDict_SetItemString(d,"GA_SMOOTH", SWIG_FromInt((int)wxGA_SMOOTH));
33183 PyDict_SetItemString(d,"GA_PROGRESSBAR", SWIG_FromInt((int)wxGA_PROGRESSBAR));
33184 SWIG_addvarlink(SWIG_globals,(char*)"StaticBitmapNameStr",_wrap_StaticBitmapNameStr_get, _wrap_StaticBitmapNameStr_set);
33185 SWIG_addvarlink(SWIG_globals,(char*)"StaticBoxNameStr",_wrap_StaticBoxNameStr_get, _wrap_StaticBoxNameStr_set);
33186 SWIG_addvarlink(SWIG_globals,(char*)"StaticTextNameStr",_wrap_StaticTextNameStr_get, _wrap_StaticTextNameStr_set);
33187 SWIG_addvarlink(SWIG_globals,(char*)"ListBoxNameStr",_wrap_ListBoxNameStr_get, _wrap_ListBoxNameStr_set);
33188 SWIG_addvarlink(SWIG_globals,(char*)"TextCtrlNameStr",_wrap_TextCtrlNameStr_get, _wrap_TextCtrlNameStr_set);
33189 PyDict_SetItemString(d,"TE_NO_VSCROLL", SWIG_FromInt((int)wxTE_NO_VSCROLL));
33190 PyDict_SetItemString(d,"TE_AUTO_SCROLL", SWIG_FromInt((int)wxTE_AUTO_SCROLL));
33191 PyDict_SetItemString(d,"TE_READONLY", SWIG_FromInt((int)wxTE_READONLY));
33192 PyDict_SetItemString(d,"TE_MULTILINE", SWIG_FromInt((int)wxTE_MULTILINE));
33193 PyDict_SetItemString(d,"TE_PROCESS_TAB", SWIG_FromInt((int)wxTE_PROCESS_TAB));
33194 PyDict_SetItemString(d,"TE_LEFT", SWIG_FromInt((int)wxTE_LEFT));
33195 PyDict_SetItemString(d,"TE_CENTER", SWIG_FromInt((int)wxTE_CENTER));
33196 PyDict_SetItemString(d,"TE_RIGHT", SWIG_FromInt((int)wxTE_RIGHT));
33197 PyDict_SetItemString(d,"TE_CENTRE", SWIG_FromInt((int)wxTE_CENTRE));
33198 PyDict_SetItemString(d,"TE_RICH", SWIG_FromInt((int)wxTE_RICH));
33199 PyDict_SetItemString(d,"TE_PROCESS_ENTER", SWIG_FromInt((int)wxTE_PROCESS_ENTER));
33200 PyDict_SetItemString(d,"TE_PASSWORD", SWIG_FromInt((int)wxTE_PASSWORD));
33201 PyDict_SetItemString(d,"TE_AUTO_URL", SWIG_FromInt((int)wxTE_AUTO_URL));
33202 PyDict_SetItemString(d,"TE_NOHIDESEL", SWIG_FromInt((int)wxTE_NOHIDESEL));
33203 PyDict_SetItemString(d,"TE_DONTWRAP", SWIG_FromInt((int)wxTE_DONTWRAP));
33204 PyDict_SetItemString(d,"TE_LINEWRAP", SWIG_FromInt((int)wxTE_LINEWRAP));
33205 PyDict_SetItemString(d,"TE_WORDWRAP", SWIG_FromInt((int)wxTE_WORDWRAP));
33206 PyDict_SetItemString(d,"TE_RICH2", SWIG_FromInt((int)wxTE_RICH2));
33207 PyDict_SetItemString(d,"TEXT_ALIGNMENT_DEFAULT", SWIG_FromInt((int)wxTEXT_ALIGNMENT_DEFAULT));
33208 PyDict_SetItemString(d,"TEXT_ALIGNMENT_LEFT", SWIG_FromInt((int)wxTEXT_ALIGNMENT_LEFT));
33209 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTRE", SWIG_FromInt((int)wxTEXT_ALIGNMENT_CENTRE));
33210 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTER", SWIG_FromInt((int)wxTEXT_ALIGNMENT_CENTER));
33211 PyDict_SetItemString(d,"TEXT_ALIGNMENT_RIGHT", SWIG_FromInt((int)wxTEXT_ALIGNMENT_RIGHT));
33212 PyDict_SetItemString(d,"TEXT_ALIGNMENT_JUSTIFIED", SWIG_FromInt((int)wxTEXT_ALIGNMENT_JUSTIFIED));
33213 PyDict_SetItemString(d,"TEXT_ATTR_TEXT_COLOUR", SWIG_FromInt((int)wxTEXT_ATTR_TEXT_COLOUR));
33214 PyDict_SetItemString(d,"TEXT_ATTR_BACKGROUND_COLOUR", SWIG_FromInt((int)wxTEXT_ATTR_BACKGROUND_COLOUR));
33215 PyDict_SetItemString(d,"TEXT_ATTR_FONT_FACE", SWIG_FromInt((int)wxTEXT_ATTR_FONT_FACE));
33216 PyDict_SetItemString(d,"TEXT_ATTR_FONT_SIZE", SWIG_FromInt((int)wxTEXT_ATTR_FONT_SIZE));
33217 PyDict_SetItemString(d,"TEXT_ATTR_FONT_WEIGHT", SWIG_FromInt((int)wxTEXT_ATTR_FONT_WEIGHT));
33218 PyDict_SetItemString(d,"TEXT_ATTR_FONT_ITALIC", SWIG_FromInt((int)wxTEXT_ATTR_FONT_ITALIC));
33219 PyDict_SetItemString(d,"TEXT_ATTR_FONT_UNDERLINE", SWIG_FromInt((int)wxTEXT_ATTR_FONT_UNDERLINE));
33220 PyDict_SetItemString(d,"TEXT_ATTR_FONT", SWIG_FromInt((int)wxTEXT_ATTR_FONT));
33221 PyDict_SetItemString(d,"TEXT_ATTR_ALIGNMENT", SWIG_FromInt((int)wxTEXT_ATTR_ALIGNMENT));
33222 PyDict_SetItemString(d,"TEXT_ATTR_LEFT_INDENT", SWIG_FromInt((int)wxTEXT_ATTR_LEFT_INDENT));
33223 PyDict_SetItemString(d,"TEXT_ATTR_RIGHT_INDENT", SWIG_FromInt((int)wxTEXT_ATTR_RIGHT_INDENT));
33224 PyDict_SetItemString(d,"TEXT_ATTR_TABS", SWIG_FromInt((int)wxTEXT_ATTR_TABS));
33225 PyDict_SetItemString(d,"TE_HT_UNKNOWN", SWIG_FromInt((int)wxTE_HT_UNKNOWN));
33226 PyDict_SetItemString(d,"TE_HT_BEFORE", SWIG_FromInt((int)wxTE_HT_BEFORE));
33227 PyDict_SetItemString(d,"TE_HT_ON_TEXT", SWIG_FromInt((int)wxTE_HT_ON_TEXT));
33228 PyDict_SetItemString(d,"TE_HT_BELOW", SWIG_FromInt((int)wxTE_HT_BELOW));
33229 PyDict_SetItemString(d,"TE_HT_BEYOND", SWIG_FromInt((int)wxTE_HT_BEYOND));
33230 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_UPDATED", PyInt_FromLong(wxEVT_COMMAND_TEXT_UPDATED));
33231 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_ENTER", PyInt_FromLong(wxEVT_COMMAND_TEXT_ENTER));
33232 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_URL", PyInt_FromLong(wxEVT_COMMAND_TEXT_URL));
33233 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_MAXLEN", PyInt_FromLong(wxEVT_COMMAND_TEXT_MAXLEN));
33234 SWIG_addvarlink(SWIG_globals,(char*)"ScrollBarNameStr",_wrap_ScrollBarNameStr_get, _wrap_ScrollBarNameStr_set);
33235 SWIG_addvarlink(SWIG_globals,(char*)"SPIN_BUTTON_NAME",_wrap_SPIN_BUTTON_NAME_get, _wrap_SPIN_BUTTON_NAME_set);
33236 SWIG_addvarlink(SWIG_globals,(char*)"SpinCtrlNameStr",_wrap_SpinCtrlNameStr_get, _wrap_SpinCtrlNameStr_set);
33237 PyDict_SetItemString(d,"SP_HORIZONTAL", SWIG_FromInt((int)wxSP_HORIZONTAL));
33238 PyDict_SetItemString(d,"SP_VERTICAL", SWIG_FromInt((int)wxSP_VERTICAL));
33239 PyDict_SetItemString(d,"SP_ARROW_KEYS", SWIG_FromInt((int)wxSP_ARROW_KEYS));
33240 PyDict_SetItemString(d,"SP_WRAP", SWIG_FromInt((int)wxSP_WRAP));
33241 PyDict_SetItemString(d, "wxEVT_COMMAND_SPINCTRL_UPDATED", PyInt_FromLong(wxEVT_COMMAND_SPINCTRL_UPDATED));
33242 SWIG_addvarlink(SWIG_globals,(char*)"RadioBoxNameStr",_wrap_RadioBoxNameStr_get, _wrap_RadioBoxNameStr_set);
33243 SWIG_addvarlink(SWIG_globals,(char*)"RadioButtonNameStr",_wrap_RadioButtonNameStr_get, _wrap_RadioButtonNameStr_set);
33244 SWIG_addvarlink(SWIG_globals,(char*)"SliderNameStr",_wrap_SliderNameStr_get, _wrap_SliderNameStr_set);
33245 SWIG_addvarlink(SWIG_globals,(char*)"ToggleButtonNameStr",_wrap_ToggleButtonNameStr_get, _wrap_ToggleButtonNameStr_set);
33246 PyDict_SetItemString(d, "wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED));
33247 SWIG_addvarlink(SWIG_globals,(char*)"NOTEBOOK_NAME",_wrap_NOTEBOOK_NAME_get, _wrap_NOTEBOOK_NAME_set);
33248 PyDict_SetItemString(d,"NB_FIXEDWIDTH", SWIG_FromInt((int)wxNB_FIXEDWIDTH));
33249 PyDict_SetItemString(d,"NB_TOP", SWIG_FromInt((int)wxNB_TOP));
33250 PyDict_SetItemString(d,"NB_LEFT", SWIG_FromInt((int)wxNB_LEFT));
33251 PyDict_SetItemString(d,"NB_RIGHT", SWIG_FromInt((int)wxNB_RIGHT));
33252 PyDict_SetItemString(d,"NB_BOTTOM", SWIG_FromInt((int)wxNB_BOTTOM));
33253 PyDict_SetItemString(d,"NB_MULTILINE", SWIG_FromInt((int)wxNB_MULTILINE));
33254 PyDict_SetItemString(d,"NB_HITTEST_NOWHERE", SWIG_FromInt((int)wxNB_HITTEST_NOWHERE));
33255 PyDict_SetItemString(d,"NB_HITTEST_ONICON", SWIG_FromInt((int)wxNB_HITTEST_ONICON));
33256 PyDict_SetItemString(d,"NB_HITTEST_ONLABEL", SWIG_FromInt((int)wxNB_HITTEST_ONLABEL));
33257 PyDict_SetItemString(d,"NB_HITTEST_ONITEM", SWIG_FromInt((int)wxNB_HITTEST_ONITEM));
33258 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED));
33259 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING));
33260 PyDict_SetItemString(d,"LB_DEFAULT", SWIG_FromInt((int)wxLB_DEFAULT));
33261 PyDict_SetItemString(d,"LB_TOP", SWIG_FromInt((int)wxLB_TOP));
33262 PyDict_SetItemString(d,"LB_BOTTOM", SWIG_FromInt((int)wxLB_BOTTOM));
33263 PyDict_SetItemString(d,"LB_LEFT", SWIG_FromInt((int)wxLB_LEFT));
33264 PyDict_SetItemString(d,"LB_RIGHT", SWIG_FromInt((int)wxLB_RIGHT));
33265 PyDict_SetItemString(d,"LB_ALIGN_MASK", SWIG_FromInt((int)wxLB_ALIGN_MASK));
33266 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED));
33267 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING));
33268 PyDict_SetItemString(d,"TOOL_STYLE_BUTTON", SWIG_FromInt((int)wxTOOL_STYLE_BUTTON));
33269 PyDict_SetItemString(d,"TOOL_STYLE_SEPARATOR", SWIG_FromInt((int)wxTOOL_STYLE_SEPARATOR));
33270 PyDict_SetItemString(d,"TOOL_STYLE_CONTROL", SWIG_FromInt((int)wxTOOL_STYLE_CONTROL));
33271 PyDict_SetItemString(d,"TB_HORIZONTAL", SWIG_FromInt((int)wxTB_HORIZONTAL));
33272 PyDict_SetItemString(d,"TB_VERTICAL", SWIG_FromInt((int)wxTB_VERTICAL));
33273 PyDict_SetItemString(d,"TB_3DBUTTONS", SWIG_FromInt((int)wxTB_3DBUTTONS));
33274 PyDict_SetItemString(d,"TB_FLAT", SWIG_FromInt((int)wxTB_FLAT));
33275 PyDict_SetItemString(d,"TB_DOCKABLE", SWIG_FromInt((int)wxTB_DOCKABLE));
33276 PyDict_SetItemString(d,"TB_NOICONS", SWIG_FromInt((int)wxTB_NOICONS));
33277 PyDict_SetItemString(d,"TB_TEXT", SWIG_FromInt((int)wxTB_TEXT));
33278 PyDict_SetItemString(d,"TB_NODIVIDER", SWIG_FromInt((int)wxTB_NODIVIDER));
33279 PyDict_SetItemString(d,"TB_NOALIGN", SWIG_FromInt((int)wxTB_NOALIGN));
33280 PyDict_SetItemString(d,"TB_HORZ_LAYOUT", SWIG_FromInt((int)wxTB_HORZ_LAYOUT));
33281 PyDict_SetItemString(d,"TB_HORZ_TEXT", SWIG_FromInt((int)wxTB_HORZ_TEXT));
33282 SWIG_addvarlink(SWIG_globals,(char*)"ListCtrlNameStr",_wrap_ListCtrlNameStr_get, _wrap_ListCtrlNameStr_set);
33283 PyDict_SetItemString(d,"LC_VRULES", SWIG_FromInt((int)wxLC_VRULES));
33284 PyDict_SetItemString(d,"LC_HRULES", SWIG_FromInt((int)wxLC_HRULES));
33285 PyDict_SetItemString(d,"LC_ICON", SWIG_FromInt((int)wxLC_ICON));
33286 PyDict_SetItemString(d,"LC_SMALL_ICON", SWIG_FromInt((int)wxLC_SMALL_ICON));
33287 PyDict_SetItemString(d,"LC_LIST", SWIG_FromInt((int)wxLC_LIST));
33288 PyDict_SetItemString(d,"LC_REPORT", SWIG_FromInt((int)wxLC_REPORT));
33289 PyDict_SetItemString(d,"LC_ALIGN_TOP", SWIG_FromInt((int)wxLC_ALIGN_TOP));
33290 PyDict_SetItemString(d,"LC_ALIGN_LEFT", SWIG_FromInt((int)wxLC_ALIGN_LEFT));
33291 PyDict_SetItemString(d,"LC_AUTOARRANGE", SWIG_FromInt((int)wxLC_AUTOARRANGE));
33292 PyDict_SetItemString(d,"LC_VIRTUAL", SWIG_FromInt((int)wxLC_VIRTUAL));
33293 PyDict_SetItemString(d,"LC_EDIT_LABELS", SWIG_FromInt((int)wxLC_EDIT_LABELS));
33294 PyDict_SetItemString(d,"LC_NO_HEADER", SWIG_FromInt((int)wxLC_NO_HEADER));
33295 PyDict_SetItemString(d,"LC_NO_SORT_HEADER", SWIG_FromInt((int)wxLC_NO_SORT_HEADER));
33296 PyDict_SetItemString(d,"LC_SINGLE_SEL", SWIG_FromInt((int)wxLC_SINGLE_SEL));
33297 PyDict_SetItemString(d,"LC_SORT_ASCENDING", SWIG_FromInt((int)wxLC_SORT_ASCENDING));
33298 PyDict_SetItemString(d,"LC_SORT_DESCENDING", SWIG_FromInt((int)wxLC_SORT_DESCENDING));
33299 PyDict_SetItemString(d,"LC_MASK_TYPE", SWIG_FromInt((int)wxLC_MASK_TYPE));
33300 PyDict_SetItemString(d,"LC_MASK_ALIGN", SWIG_FromInt((int)wxLC_MASK_ALIGN));
33301 PyDict_SetItemString(d,"LC_MASK_SORT", SWIG_FromInt((int)wxLC_MASK_SORT));
33302 PyDict_SetItemString(d,"LIST_MASK_STATE", SWIG_FromInt((int)wxLIST_MASK_STATE));
33303 PyDict_SetItemString(d,"LIST_MASK_TEXT", SWIG_FromInt((int)wxLIST_MASK_TEXT));
33304 PyDict_SetItemString(d,"LIST_MASK_IMAGE", SWIG_FromInt((int)wxLIST_MASK_IMAGE));
33305 PyDict_SetItemString(d,"LIST_MASK_DATA", SWIG_FromInt((int)wxLIST_MASK_DATA));
33306 PyDict_SetItemString(d,"LIST_SET_ITEM", SWIG_FromInt((int)wxLIST_SET_ITEM));
33307 PyDict_SetItemString(d,"LIST_MASK_WIDTH", SWIG_FromInt((int)wxLIST_MASK_WIDTH));
33308 PyDict_SetItemString(d,"LIST_MASK_FORMAT", SWIG_FromInt((int)wxLIST_MASK_FORMAT));
33309 PyDict_SetItemString(d,"LIST_STATE_DONTCARE", SWIG_FromInt((int)wxLIST_STATE_DONTCARE));
33310 PyDict_SetItemString(d,"LIST_STATE_DROPHILITED", SWIG_FromInt((int)wxLIST_STATE_DROPHILITED));
33311 PyDict_SetItemString(d,"LIST_STATE_FOCUSED", SWIG_FromInt((int)wxLIST_STATE_FOCUSED));
33312 PyDict_SetItemString(d,"LIST_STATE_SELECTED", SWIG_FromInt((int)wxLIST_STATE_SELECTED));
33313 PyDict_SetItemString(d,"LIST_STATE_CUT", SWIG_FromInt((int)wxLIST_STATE_CUT));
33314 PyDict_SetItemString(d,"LIST_STATE_DISABLED", SWIG_FromInt((int)wxLIST_STATE_DISABLED));
33315 PyDict_SetItemString(d,"LIST_STATE_FILTERED", SWIG_FromInt((int)wxLIST_STATE_FILTERED));
33316 PyDict_SetItemString(d,"LIST_STATE_INUSE", SWIG_FromInt((int)wxLIST_STATE_INUSE));
33317 PyDict_SetItemString(d,"LIST_STATE_PICKED", SWIG_FromInt((int)wxLIST_STATE_PICKED));
33318 PyDict_SetItemString(d,"LIST_STATE_SOURCE", SWIG_FromInt((int)wxLIST_STATE_SOURCE));
33319 PyDict_SetItemString(d,"LIST_HITTEST_ABOVE", SWIG_FromInt((int)wxLIST_HITTEST_ABOVE));
33320 PyDict_SetItemString(d,"LIST_HITTEST_BELOW", SWIG_FromInt((int)wxLIST_HITTEST_BELOW));
33321 PyDict_SetItemString(d,"LIST_HITTEST_NOWHERE", SWIG_FromInt((int)wxLIST_HITTEST_NOWHERE));
33322 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMICON", SWIG_FromInt((int)wxLIST_HITTEST_ONITEMICON));
33323 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMLABEL", SWIG_FromInt((int)wxLIST_HITTEST_ONITEMLABEL));
33324 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMRIGHT", SWIG_FromInt((int)wxLIST_HITTEST_ONITEMRIGHT));
33325 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMSTATEICON", SWIG_FromInt((int)wxLIST_HITTEST_ONITEMSTATEICON));
33326 PyDict_SetItemString(d,"LIST_HITTEST_TOLEFT", SWIG_FromInt((int)wxLIST_HITTEST_TOLEFT));
33327 PyDict_SetItemString(d,"LIST_HITTEST_TORIGHT", SWIG_FromInt((int)wxLIST_HITTEST_TORIGHT));
33328 PyDict_SetItemString(d,"LIST_HITTEST_ONITEM", SWIG_FromInt((int)wxLIST_HITTEST_ONITEM));
33329 PyDict_SetItemString(d,"LIST_NEXT_ABOVE", SWIG_FromInt((int)wxLIST_NEXT_ABOVE));
33330 PyDict_SetItemString(d,"LIST_NEXT_ALL", SWIG_FromInt((int)wxLIST_NEXT_ALL));
33331 PyDict_SetItemString(d,"LIST_NEXT_BELOW", SWIG_FromInt((int)wxLIST_NEXT_BELOW));
33332 PyDict_SetItemString(d,"LIST_NEXT_LEFT", SWIG_FromInt((int)wxLIST_NEXT_LEFT));
33333 PyDict_SetItemString(d,"LIST_NEXT_RIGHT", SWIG_FromInt((int)wxLIST_NEXT_RIGHT));
33334 PyDict_SetItemString(d,"LIST_ALIGN_DEFAULT", SWIG_FromInt((int)wxLIST_ALIGN_DEFAULT));
33335 PyDict_SetItemString(d,"LIST_ALIGN_LEFT", SWIG_FromInt((int)wxLIST_ALIGN_LEFT));
33336 PyDict_SetItemString(d,"LIST_ALIGN_TOP", SWIG_FromInt((int)wxLIST_ALIGN_TOP));
33337 PyDict_SetItemString(d,"LIST_ALIGN_SNAP_TO_GRID", SWIG_FromInt((int)wxLIST_ALIGN_SNAP_TO_GRID));
33338 PyDict_SetItemString(d,"LIST_FORMAT_LEFT", SWIG_FromInt((int)wxLIST_FORMAT_LEFT));
33339 PyDict_SetItemString(d,"LIST_FORMAT_RIGHT", SWIG_FromInt((int)wxLIST_FORMAT_RIGHT));
33340 PyDict_SetItemString(d,"LIST_FORMAT_CENTRE", SWIG_FromInt((int)wxLIST_FORMAT_CENTRE));
33341 PyDict_SetItemString(d,"LIST_FORMAT_CENTER", SWIG_FromInt((int)wxLIST_FORMAT_CENTER));
33342 PyDict_SetItemString(d,"LIST_AUTOSIZE", SWIG_FromInt((int)wxLIST_AUTOSIZE));
33343 PyDict_SetItemString(d,"LIST_AUTOSIZE_USEHEADER", SWIG_FromInt((int)wxLIST_AUTOSIZE_USEHEADER));
33344 PyDict_SetItemString(d,"LIST_RECT_BOUNDS", SWIG_FromInt((int)wxLIST_RECT_BOUNDS));
33345 PyDict_SetItemString(d,"LIST_RECT_ICON", SWIG_FromInt((int)wxLIST_RECT_ICON));
33346 PyDict_SetItemString(d,"LIST_RECT_LABEL", SWIG_FromInt((int)wxLIST_RECT_LABEL));
33347 PyDict_SetItemString(d,"LIST_FIND_UP", SWIG_FromInt((int)wxLIST_FIND_UP));
33348 PyDict_SetItemString(d,"LIST_FIND_DOWN", SWIG_FromInt((int)wxLIST_FIND_DOWN));
33349 PyDict_SetItemString(d,"LIST_FIND_LEFT", SWIG_FromInt((int)wxLIST_FIND_LEFT));
33350 PyDict_SetItemString(d,"LIST_FIND_RIGHT", SWIG_FromInt((int)wxLIST_FIND_RIGHT));
33351 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_DRAG));
33352 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_RDRAG));
33353 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT));
33354 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_END_LABEL_EDIT));
33355 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ITEM));
33356 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS));
33357 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_GET_INFO));
33358 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_SET_INFO));
33359 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_SELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_SELECTED));
33360 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_DESELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_DESELECTED));
33361 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_LIST_KEY_DOWN));
33362 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_INSERT_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_INSERT_ITEM));
33363 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_CLICK));
33364 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK));
33365 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK));
33366 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_ACTIVATED));
33367 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_CACHE_HINT", PyInt_FromLong(wxEVT_COMMAND_LIST_CACHE_HINT));
33368 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_RIGHT_CLICK));
33369 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_BEGIN_DRAG));
33370 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_DRAGGING", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_DRAGGING));
33371 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_END_DRAG));
33372 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_FOCUSED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_FOCUSED));
33373
33374 // Map renamed classes back to their common name for OOR
33375 wxPyPtrTypeMap_Add("wxListCtrl", "wxPyListCtrl");
33376
33377 SWIG_addvarlink(SWIG_globals,(char*)"TreeCtrlNameStr",_wrap_TreeCtrlNameStr_get, _wrap_TreeCtrlNameStr_set);
33378 PyDict_SetItemString(d,"TR_NO_BUTTONS", SWIG_FromInt((int)wxTR_NO_BUTTONS));
33379 PyDict_SetItemString(d,"TR_HAS_BUTTONS", SWIG_FromInt((int)wxTR_HAS_BUTTONS));
33380 PyDict_SetItemString(d,"TR_NO_LINES", SWIG_FromInt((int)wxTR_NO_LINES));
33381 PyDict_SetItemString(d,"TR_LINES_AT_ROOT", SWIG_FromInt((int)wxTR_LINES_AT_ROOT));
33382 PyDict_SetItemString(d,"TR_SINGLE", SWIG_FromInt((int)wxTR_SINGLE));
33383 PyDict_SetItemString(d,"TR_MULTIPLE", SWIG_FromInt((int)wxTR_MULTIPLE));
33384 PyDict_SetItemString(d,"TR_EXTENDED", SWIG_FromInt((int)wxTR_EXTENDED));
33385 PyDict_SetItemString(d,"TR_HAS_VARIABLE_ROW_HEIGHT", SWIG_FromInt((int)wxTR_HAS_VARIABLE_ROW_HEIGHT));
33386 PyDict_SetItemString(d,"TR_EDIT_LABELS", SWIG_FromInt((int)wxTR_EDIT_LABELS));
33387 PyDict_SetItemString(d,"TR_HIDE_ROOT", SWIG_FromInt((int)wxTR_HIDE_ROOT));
33388 PyDict_SetItemString(d,"TR_ROW_LINES", SWIG_FromInt((int)wxTR_ROW_LINES));
33389 PyDict_SetItemString(d,"TR_FULL_ROW_HIGHLIGHT", SWIG_FromInt((int)wxTR_FULL_ROW_HIGHLIGHT));
33390 PyDict_SetItemString(d,"TR_DEFAULT_STYLE", SWIG_FromInt((int)wxTR_DEFAULT_STYLE));
33391 PyDict_SetItemString(d,"TR_TWIST_BUTTONS", SWIG_FromInt((int)wxTR_TWIST_BUTTONS));
33392 PyDict_SetItemString(d,"TR_MAC_BUTTONS", SWIG_FromInt((int)wxTR_MAC_BUTTONS));
33393 PyDict_SetItemString(d,"TR_AQUA_BUTTONS", SWIG_FromInt((int)wxTR_AQUA_BUTTONS));
33394 PyDict_SetItemString(d,"TreeItemIcon_Normal", SWIG_FromInt((int)wxTreeItemIcon_Normal));
33395 PyDict_SetItemString(d,"TreeItemIcon_Selected", SWIG_FromInt((int)wxTreeItemIcon_Selected));
33396 PyDict_SetItemString(d,"TreeItemIcon_Expanded", SWIG_FromInt((int)wxTreeItemIcon_Expanded));
33397 PyDict_SetItemString(d,"TreeItemIcon_SelectedExpanded", SWIG_FromInt((int)wxTreeItemIcon_SelectedExpanded));
33398 PyDict_SetItemString(d,"TreeItemIcon_Max", SWIG_FromInt((int)wxTreeItemIcon_Max));
33399 PyDict_SetItemString(d,"TREE_HITTEST_ABOVE", SWIG_FromInt((int)wxTREE_HITTEST_ABOVE));
33400 PyDict_SetItemString(d,"TREE_HITTEST_BELOW", SWIG_FromInt((int)wxTREE_HITTEST_BELOW));
33401 PyDict_SetItemString(d,"TREE_HITTEST_NOWHERE", SWIG_FromInt((int)wxTREE_HITTEST_NOWHERE));
33402 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMBUTTON", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMBUTTON));
33403 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMICON", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMICON));
33404 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMINDENT", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMINDENT));
33405 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLABEL", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMLABEL));
33406 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMRIGHT", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMRIGHT));
33407 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMSTATEICON", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMSTATEICON));
33408 PyDict_SetItemString(d,"TREE_HITTEST_TOLEFT", SWIG_FromInt((int)wxTREE_HITTEST_TOLEFT));
33409 PyDict_SetItemString(d,"TREE_HITTEST_TORIGHT", SWIG_FromInt((int)wxTREE_HITTEST_TORIGHT));
33410 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMUPPERPART", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMUPPERPART));
33411 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLOWERPART", SWIG_FromInt((int)wxTREE_HITTEST_ONITEMLOWERPART));
33412 PyDict_SetItemString(d,"TREE_HITTEST_ONITEM", SWIG_FromInt((int)wxTREE_HITTEST_ONITEM));
33413 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_DRAG));
33414 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_RDRAG));
33415 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT));
33416 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_END_LABEL_EDIT));
33417 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_TREE_DELETE_ITEM));
33418 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_GET_INFO));
33419 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_SET_INFO));
33420 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDED));
33421 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDING));
33422 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSED));
33423 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSING));
33424 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGED", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGED));
33425 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGING", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGING));
33426 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_TREE_KEY_DOWN));
33427 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_ACTIVATED));
33428 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK));
33429 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK));
33430 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_END_DRAG));
33431 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK));
33432 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP));
33433
33434 // Map renamed classes back to their common name for OOR
33435 wxPyPtrTypeMap_Add("wxTreeItemData", "wxPyTreeItemData");
33436 wxPyPtrTypeMap_Add("wxTreeCtrl", "wxPyTreeCtrl");
33437
33438 SWIG_addvarlink(SWIG_globals,(char*)"DirDialogDefaultFolderStr",_wrap_DirDialogDefaultFolderStr_get, _wrap_DirDialogDefaultFolderStr_set);
33439 PyDict_SetItemString(d,"DIRCTRL_DIR_ONLY", SWIG_FromInt((int)wxDIRCTRL_DIR_ONLY));
33440 PyDict_SetItemString(d,"DIRCTRL_SELECT_FIRST", SWIG_FromInt((int)wxDIRCTRL_SELECT_FIRST));
33441 PyDict_SetItemString(d,"DIRCTRL_SHOW_FILTERS", SWIG_FromInt((int)wxDIRCTRL_SHOW_FILTERS));
33442 PyDict_SetItemString(d,"DIRCTRL_3D_INTERNAL", SWIG_FromInt((int)wxDIRCTRL_3D_INTERNAL));
33443 PyDict_SetItemString(d,"DIRCTRL_EDIT_LABELS", SWIG_FromInt((int)wxDIRCTRL_EDIT_LABELS));
33444 PyDict_SetItemString(d,"FRAME_EX_CONTEXTHELP", SWIG_FromInt((int)wxFRAME_EX_CONTEXTHELP));
33445 PyDict_SetItemString(d,"DIALOG_EX_CONTEXTHELP", SWIG_FromInt((int)wxDIALOG_EX_CONTEXTHELP));
33446 PyDict_SetItemString(d, "wxEVT_HELP", PyInt_FromLong(wxEVT_HELP));
33447 PyDict_SetItemString(d, "wxEVT_DETAILED_HELP", PyInt_FromLong(wxEVT_DETAILED_HELP));
33448
33449 wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage");
33450
33451 }
33452